/* CSS Document */

#par1 {
	width: 100%;
	height: auto;
	background: url(../images/Vaccination_campagne.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 1em;
}

#time {
	text-decoration: none;
}

#par2 {
	height: 20em;
}

#par2img {
	width: 50%;
	height: 100%;
	float: left;
}

#par2img img {
	display: block;
	margin: 5% auto;
	max-height: 90%;
	width: auto;
}

#par2post {
	width: 50%;
	float: right;
}

#textwrap {
	display: none;
}

#rm {
	color: #000;
}

#par3 {
	height: 20em;
	background: url(../images/about_crop.jpg);
	background-size: cover;
}

#par3txt {
	width: 60%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.75);
}

#par3txt h1 {
	padding-top: 20px;
	padding-left: 20px;
}

#par3txt p {
	margin: 0 20px 10px;
}

#par3txt a, #par2post a {
	font-size: 1.5em;
	display: block;
	width: 100%;
	text-align: center;
	height: 1.75em;
}

#par3txt a {
	color: #fff;
}

#par3txt i, #par2post i {
	font-size: 1.75em;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 7px;
}

/* Tablet Screen Styling */
@media screen and (min-width: 600px) and (max-width: 1000px) {
	#par2 {
		height: auto;
	}
	
	#par2post {
		padding: 10px;
	}
	
	#par3 {
		height: auto;
		clear: both;
	}
	
	#par3txt {
		padding-bottom: 1em;
	}
	
	#par3txt a {
		margin-bottom: 1em;
	}
}

/* Mobile Screen Styling */
@media screen and (max-width: 600px) {
	#par1 {
		height: auto;
	}
	
	#par1 p {
		padding-top: 4.5em;
		font-size: 2em;
	}
	
	#par2 {
		height: auto;
	}
	
	#par2img {
		height: 10em;
	}
	
	#textwrap {
		width: 50%;
		height: 10em;
		display: block;
		float: left;
		margin-right: 5px;
	}
	
	#par2post {
		width: 100%;
		margin-top: -10em;
	}
	
	#par2post h1 {
		display: inline;
		margin-top: 10px;
	}
	
	#par2post p {
		margin-top: 1em;
	}
	
	#par3 {
		height: auto;
		clear:both;
	}
	
	#par3txt {
		width: 100%;
		padding-bottom: 1em;
	}
}