/*** welcome ***/
#welcome{
	background-image: none;
	padding: 0;
}
#map_container{
	padding: 0;
	position: relative;
    z-index: 1;
}
#hide_legend{
	position: absolute;
	background-color: white;
    height: 25px;
    width: 100%;
    margin-top: -25px;
}
#map{
	width:100%;
	padding: 200px 0 200px 0;
}
.gmnoprint{
	top: auto !important;
	bottom: 20px !important;
}
.gm-bundled-control{
	bottom: 5px !important;
}
.gm-svpc{
	top: -110px !important;
}
.gm-iv-container{
	top: 60px !important;
	left: 20px!important;
	position: relative !important;
}
.gm-iv-address{
	top: 60px !important;
	left: 20px!important;
	position: relative !important;
}
.gm-style-cc{
	display: none !important;
}
.gm-compass{
	top: -133px !important;
}
// gm-iv-container gm-iv-small-container
h1{
	font-size: 21px;
	color: #f3931f;
	margin-bottom: 7px;
}
h2{
	font-size: 15px;
	color: #f3931f;
	margin-bottom: 11px;
}
#paragraphe{
	margin-top: 3px;
}

/*** section2 ***/
#section2 {
	padding: 0;
}
.section2_container p{
	margin: 0;
}
.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: -57px;
    margin-bottom: 35px;
    z-index: 2;
    display: none;
}
.div_pag p{
	color: #ffffff;
	font-family: Raleway-Light, sans-serif;
	font-size: 27px;
	margin: 0;
}
.section2_container .subpara{
	margin-left: 16px;
}

/*** section3 ***/
#section3 {
	background-color: #ffffff;
	padding: 47px 0 100px 0;
}
.section3_container p{
	margin: 0;
}
.section3_container .second_iddeal_button{
	margin: 20px 0 35px 0;
}
.contact{
    margin-bottom: 30px;
    text-align: center;
}
.fifth_iddeal_button {
    background-image: url(../images/fifth_button_iddeal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 33px 10px 0;
    margin: 15px 0 0 0;
    display: inline-block;
    cursor: pointer;
}
.fifth_iddeal_button p{
	color: #ffffff;
	font-family: Raleway-Medium, sans-serif;
	font-size: 15px;
	margin-left: 20px;
}
.fifth_iddeal_button:hover{
	background-image: url(../images/div_pag.png);
}
.section4_container .third_iddeal_button{
	 margin: 20px 0 36px 0;
}
.image_section{
	margin-top: 144px;
	padding: 170px 0 170px 0;
	background-image: url(../images/background_about_section4.jpg);
}
.exeception{
	background-image: url(../images/fifth_button_iddeal.png);
}
#c1, #c2, #c3, #c4, #c5{
	margin-bottom: 5px;
}
#c1 img, #c2 img, #c3 img, #c4 img, #c5 img{
	display: inline-block;
}
#c1 p, #c2 p, #c3 p, #c4 p, #c5 p{
	display: inline-block;
}
#location h1{
	font-size: 30px;
	font-family: Raleway-SemiBold, sans-serif; 
}
#location h2{
    color: #717070;
	font-size: 25px;
	font-family: Raleway-SemiBold, sans-serif; 
}
#location .row {
    margin: 20px 0 20px 0;
}

/*** MEDIA QUERYS ***/

@media only screen and (max-width : 1480px){
	/*** HOME ***/
	#welcome{
		padding: 0;
	}
}
@media only screen and (max-width : 992px) {
	#section3 {
		padding: 47px 0 70px 0;
	}
	.contact {
	    margin-top: 40px;
	}
}
@media only screen and (max-width : 768px) {
	.section2_container {
	    padding: 0 40px 0 30px;
	}
	#section3{
		padding: 0 0 20px 0;
	}
	.section3_container {
		width: 80%;
	    padding: 0 40px 0 30px;
	}
	.div_pag {
	    padding: 14px 86px 14px 20px;
	}
	.first_iddeal_button {
	    margin-bottom: 35px;
	}
	#section3 {
		padding: 0px 0 50px 0;
	}
	.section3_container {
	    padding: 0 10px 0 0;
	}
}
@media only screen and (max-width : 700px){
	#map {
	    width: 100%;
	    padding: 150px 0 150px 0;
	}
	#c1, #c2, #c3, #c4, #c5{
		margin-bottom: 0;
	}
	#c1 img, #c2 img, #c3 img, #c4 img, #c5 img{
		display: block;
		margin: 0 auto;
	}
	#map {
	    padding: 100px 0 100px 0;
	}
}
@media only screen and (max-width : 480px){
	.div_pag{
		padding: 14px 46px 14px 30px;
	}
	.div_pag p{
	    font-size: 22px;
	}
	#map {
	    padding: 200px 0 200px 0;
	}
}