@charset "utf-8";
/* CSS Document */
/* body */
/* { */
	/* background-image: url("../img/prieureSaintNicolas.jpg");	 */
	/* background-repeat: no-repeat; */
	/* background-size: cover;  */
	/* font-family: Garamond; */

/* } */
/* .ico_sponsor { */
	/* margin:10px; */
	/* max-width:40px; */
/* } */
/* #logo img { */
    /* width: 100%; */
	/* display: none; */
/* } */

/* .photo-card{ */
	/* width:100px */
/* } */

/* main */
/* { */
	/* background-color: rgba(255, 255, 255, 0.5); */
	/* min-height:95vh */
/* } */

/* #btnGotoTop{ */
	/* display:none; */
	/* position:fixed;  */
	/* bottom:10px;right:10px */
/* } */

/* .fa-facebook, .fa-ebay { */
	/* font-size:20px; */
	/* color: rgba(0, 0, 0); */
/* } */

/* @media (min-width: 768px) { */
    /* .card{ */
		/* max-width: 540px; */
		/* min-height:360px */
    /* } */
/* } */

/* .sticky-top{ */
	/* z-index:0 !important */
/* } */

.nav-item.active{
	background-color: #78bd00;
	
	border-radius: 0.25rem ;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: rgb(255, 255, 255);
}

main .container{
	background-color: #eeeeee;
	border-radius: 1rem ;
	padding: 15px;
	border: 1px solid #eeeeee;
}

.dropdown-item {
	color: rgba(0,0,0,.5);
}
.dropdown-item.active, .dropdown-item:active {
    color: rgba(0,0,0);
    text-decoration: none;
    background-color: #FFFFFF;
	color: rgba(0,0,0,.9);
}


body {
	display: grid;
	height: 100vh;
	grid-template-areas: "head" "main" "foot";
	grid-template-rows: auto 1fr auto;
}

header{
	grid-area: head;
}

header .container{
	
	border-bottom: rgb(161, 161, 161) solid 1px;
	
}

main{
	grid-area: main;
}
footer{
	grid-area: foot;
	position: fixed;
    bottom: 0;
	width: 100%;
	border-top: 1px solid #D3D3D3;
	background-color: #D3D3D3;
}


.acronyme::first-letter {   
  color: #80BC04;
  font-weight: bold;
  font-size:xx-large;
}

main a {
	color: #80BC04;
}

main a:hover {
	color: #95cc33;
}
