/* ................I N D E X ........... */



		
			
/* ........... L O G O  ............ */


				
.Standalone ul.Core li.Logo a {
	background-image: url(https://assets.afy.ca/_skin/navbar/navbar_logo_mobile.svg);
	}
	@media (min-width: 1024px){
		.Standalone ul.Core li.Logo a{
			background-image: url(https://assets.afy.ca/_skin/navbar/navbar_logo_full.svg);
			/*width: xx;*/
			}
			}
		
			

		
/* LINKS */



	
a.English {
	background-color: red;
	color: white;
	}
	a.English:hover {
	background-color: black;
	color: white;
	}
		
a {
	color: #00bf6f;
	}


a.Button {
	background-color: #00bf6f;
	}

a:hover.Button {
	background-color: black;
	color: white;
	}




/* ......... I N T R O ......... */



#Intro {
	background-color: #00bf6f;
	}
	
#Intro * {
	color: white;
	}
	#Intro span {
		filter: brightness(1.5);
		}		




/* ......... B O X .......... */


.Box {
	background-color: rgba(255, 255, 255, .1);
	}

#Parrain.Box::before {
	background-color: #83827e;
	/*background-image: url(../images/skin/monkey.svg);*/
	}
	#Parrain a.Button {
		background-color: #00bf6f;
		}
		.Reverse #Parrain a.Button:hover {
				background-color: #363f44;
				}


	
#Personne.Box::before {
	background-color: #83827e;
	/*background-image: url(../images/skin/monkey.svg);*/
	}
	#Personne.Box a.Button {
		background-color: #00bf6f;
		}
		.Reverse #Personne.Box a.Button:hover {
				background-color: #363f44;
				}

			


.Box h4.Lable {
	color: white;
	font-size: 1.5em;
	margin-top: .3em;
	top: -1.75em;
	}
	
@media (min-width: 640px) {
	.Box h4.Lable {
		top: 0em;	
		}
		}
	

.Box p {
	text-align: center;
	}

.Box img {
	width:  50px;
	margin-top: 2em;
	filter: opacity(.15);
	}





















