body{
	margin:0;
	padding:0;
	background-color: #e8e8e8;
	font-family:verdana, sans-serif;
	font-size:22px;
	text-align: center;
}

body a{
	text-decoration: none;
	color: #46500f;
}

body a:hover{
	color: black;
	background-color: #7eb865;
	border-radius: 5px;
}

nav{
	margin:0;
	padding:0;
	background-color: #64b441;
	width: 100%;
	height: 76px;
	position: sticky;
	top:0;
}

nav a img{
	max-width:100%;
}

.navbar{
	margin-top:-6px;
	height: 38px;
	background-color: #64b441;
	display:flex;
	list-style: none;
	align-items: center;
	justify-content: center;
}

.navbar a{
	display: flex;
	margin: auto;
	font-size: clamp(0.8rem, 5vw, 1.5rem);
	width: 12rem;
	color: #46500f;
	text-decoration: none;
	justify-content: center;
	
}

.navbar a:hover{
	color: black;
	background-color: #7eb865;
	border-radius: 5px;
}

.encours{
	color: black;
	background-color:#7eb865;
	border-radius: 5px;
}

.miseajour{
	font-size:15px;
	color: grey;
	text-align: right;
	margin-right:2rem;
}

.titre{
	font-size: clamp(1rem, 2vw + 0.5rem, 2.5rem); 
	border: solid;
	font-weight: bold;
	border-radius: 0.1em;
	box-shadow:0.4em 0.4em 0.1em 0.1em rgb(0 0 255 / 0.2);
	padding: 1rem;
	color: #46500f; 
	text-align: center;
 }

.prestations{
	font-size: 1.5rem; 
	font-weight: bold;
	color: #46500f; 
	text-align: left;
	margin-left: 6em;
 }

h1{
	font-size: 1.4rem; 
	color: #46500f; 
	text-align: center;
 }

h1 a{
	font-size: 0.8em; 
	text-decoration: none;
	color: #46500f;
 }
 
h1 a:hover{
	color: black;
	background-color: #7eb865;
	border-radius: 5px;
}

.fondtexte{
	background-color: #e8e8e8;
}


.arbre {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
 
.arbre:hover {opacity: 0.7;}
 
.modal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(240,240,240,0.8); 
}
 
 
.modal-content {
    margin: 90px auto;
    display: block;
    width: 180%;
    max-width: 2000px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
 
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
  
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
 
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.flotte{
	float:right;
	padding-right: clamp(1.8rem,5vw,4rem);
	margin: 50px;
	display: inline-block;
}

.clg{
	position: relative;
	padding-left: 15%;
	height: 60px;
}

h2{
	font-size: 100%; 
	color: grey; 
	text-align: left;
	padding-left: 15%;
 }
 
 .capital{
	font-variant: small-caps;
 }
 
.texteCGV{
	color: grey;
	text-align: justify;
	padding-left: 15%;
	padding-right: 20%;
}

.texteCGV a{
	text-decoration: none;
	color: grey;
}

.texteCGV a:hover{
	color: black;
	background-color: #7eb865;
	border-radius: 5px;
}

.tarifs{
	list-style-type: square;
	padding-left: 20%;
	padding-right: 20%;
}

/*div fondcarte{
	width: 300px;
	height: 320px;
	margin: 0px auto;
}


.fondcarte{
	background-image: url("images/FrossayExtraitCadastrem.jpg");
}*/

footer{
	background-color: #64b441;
	display: flex;
	height:52px;
	align-items: center;
	justify-content: center;
	bottom:0;
}

footer li{
	padding:0;
	list-style: none;
	display: flex;
	}

footer a{
	display: flex;
	margin: auto;
	font-size: 1.2rem;
	width: 15rem;
 	height: 2.5rem;
 	align-items: center;
	justify-content: center;
	color: #46500f;
	text-decoration: none;
	/*border: 1px solid red;*/
}

.navbasse{
	background-color: #64b441;
	display: flex;
	list-style: none;

}

.navbasse a:hover{
	color: black;
	background-color: #7eb865;
	border-radius: 5px;
}

.sign{
	position: relative;
	top: -10px;	
}
