
/* For smartphone----------------------------- */
@media only screen and (max-width: 1100px) {

/* Section */

.container_section
{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:100%;
}

.bloc_section
{
	width:90%;
	height:50%;
}

.bloc_section:nth-child(1)
{
	text-align: center;
	padding:5% 0 5% 0;
}

.bloc_section:nth-child(2)
{
	text-align: center;
	font-size:1.3em;
	color:rgba(20,20,20,0.9);
	margin:5% 0 5% 0;

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}

.bloc_section:nth-child(3)
{
	margin:0 0 10% 0;
}

.content_up a
{
	text-decoration: none;
	color:rgba(20,20,20,0.9);
}

#gmap_canvas
{
	height:250px;width:100%;
}

#gmap_canvas img
{
	max-width:none;background:none;
}

}

/* For desktop----------------------------- */
@media only screen and (min-width: 1100px) {

/* Slideshow Container */
.slideshow_container
{
	background-image: url("../photos/slideshow_contact.jpg");
}

/* Nav */
.dropdown:nth-child(8) a
{
	color: rgb(81,109,117); /* Color 6 - Blue */
	font-weight: bold;
	background-color: rgba(255,255,255,1);
}

/* Section */
section
{
	height:900px;
}

.container_section
{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:100%;
}

.bloc_section
{
	width:100%;
	height:50%;
}

/* Bloc Section 1 - Main Title */
.bloc_section:nth-child(1)
{
	display:none;
}

/* Bloc Section 2 - Content */
.bloc_section:nth-child(2)
{
	text-align: center;
	font-size:1.3em;
	color:rgba(20,20,20,0.9);

	width:70%;

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}

.content_up a
{
	text-decoration: none;
	color:rgba(20,20,20,0.9);
}

/* Bloc Section 3 - Map */

#gmap_canvas img
{
	max-width:none;
	background:none;
}

#gmap_canvas
{
	height:450px;
	width:100%;
}

}
