
/* For smartphone----------------------------- */
@media only screen and (max-width: 1100px) {

/* Section */
section
{
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	align-items:center;
}

.bloc_section
{
	width:80%;
}

/* Bloc Section 1 - Main Title */
.bloc_section:nth-child(1)
{
	padding:5% 0 0 0;
	text-align: center;
}

/* Bloc Section 2 - Content */
.bloc_section:nth-child(2)
{
	padding:0 0 50px 0;
	text-align: justify;
}

h2
{
	margin-top:50px;
}

ul a
{
	text-decoration: none;
	font-family: Georgia, Arial, sans-serif; /* Font 1 - Text */
	color: rgb(81,109,117); /* Color 6 - Blue */
	font-size: 0.9em;	
}

ul a:hover
{
	text-decoration: underline;
}

}
/* For desktop----------------------------- */
@media only screen and (min-width: 1100px) {

/* Slideshow Container */
.slideshow_container
{
	background-image: url("../photos/slideshow_credits.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Section */
section
{
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	align-items:center;
}

.bloc_section
{
	width:50%;
}

/* Bloc Section 1 - Main Title */
.bloc_section:nth-child(1)
{
	padding:5% 0 0 0;
	text-align:center;
}

/* Bloc Section 2 - Content */
.bloc_section:nth-child(2)
{
	padding:0 0 5% 0;
	text-align:justify;
}

h2
{
	margin-top:50px;
}

ul a
{
	text-decoration: none;
	font-family: Georgia, Arial, sans-serif; /* Font 1 - Text */
	color: rgb(81,109,117); /* Color 6 - Blue */
	font-size: 0.9em;	
}

section ul a:hover
{
	text-decoration: underline;
}

}
