/*** welcome ***/
#welcome{
	padding: 180px 0 180px 0;
}
/*** section2 ***/
#section2 {
	padding: 0;
}
.section2_container p{
	margin: 0;
	margin-bottom: 20px;
}
.div_pag {
	background-image: url(../images/div_pag.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 14px 106px 14px 20px;
    display: inline-block;
    position: relative;
    top: -33px;
    margin-bottom: 35px;
}
.div_pag p{
	color: #ffffff;
	font-family: Raleway-Light, sans-serif;
	font-size: 27px;
	margin: 0;
}
.section2_container .subpara{
	margin-left: 16px;
}
.section2_container h1{
	color: #f3931f;
	font-size: 29px;
	font-family: Raleway-Light, sans-serif;
}
h1{
	font-size: 21px;
	color: #f3931f;
	margin-bottom: 7px;
}
h2{
	font-size: 15px;
	color: #f3931f;
	margin-bottom: 11px;
}
#paragraphe{
	margin-top: 3px;
}
/*** section3 ***/
#map_container{
	padding: 0;
	position: relative;
	margin-top: 30px;
    z-index: 1;
}
#shadow_top{
	position: absolute;
	padding: 100px 0 0 0;
	top: 0;
	width: 100%;
	background-image: url(../images/shadow_top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#shadow_bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 0 70px 0;
	background-image: url(../images/shadow_bottom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 25px;
}
#hide_legend{
	position: absolute;
	background-color: white;
    height: 25px;
    width: 100%;
    margin-top: -25px;
}
#map{
	width:100%;
	padding: 200px 0 200px 0;
}
#iconContent{
	background-image: url(../images/country_inf.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 169px;
    height: 77px;
    padding: 17px 0 0 15px;
}
#iconContent h1{
	color: white;
	font-size: 18px;
}
#iconContent p{
	color: white;
	font-size: 16px;
	margin-top: 2px;
}
#section3 {
	background-color: #ffffff;
	padding: 47px 0 183px 0;
    // margin-top: 330px;
}
.first_half{
	padding-right: 30px;
}
.second_half{
	padding-left: 30px;
}
.section3_container h2{
	font-size: 19px;
	color: #f3931f;
	font-family: Raleway-Bold, sans-serif;
	margin-top: 47px;
}
.section3_container p{
	margin: 0 0 12px 0;
}


/*** MEDIA QUERYS ***/

@media only screen and (max-width : 1480px){
	/*** HOME ***/
	#welcome{
		padding: 145px 0 145px 0;
	}
}
@media only screen and (max-width : 992px){
	.first_half{
		padding: 0;
	}
	.second_half{
		padding: 0;
	}
	#shadow_top{
		padding: 70px 0 0 0;
	}
	#shadow_bottom{
		padding: 0 0 70px 0;
	}
}
@media only screen and (max-width : 768px){
	#section3{
		padding: 50px 0 90px 0;
	}
}
@media only screen and (max-width : 700px){
	#welcome{
		padding: 100px 0 100px 0;
	}
}
@media only screen and (max-width : 480px){
	.div_pag {
	    padding: 14px 53px 14px 24px;
	}
	.div_pag p{
	    font-size: 22px;
	}
}