/* For smartphone----------------------------- */
@media only screen and (max-width: 1100px) {

/* Section */
section
{
	width:100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items:center;
}

.section_container
{
	width:100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items:center;
}

/* Bloc Section 1 - Main Title */
.bloc_section:nth-child(1)
{
	width:90%;
	text-align:center;
	padding:5% 0 5% 0;
}

.bloc_section:nth-child(2), .bloc_section:nth-child(3), .bloc_section:nth-child(4), .bloc_section:nth-child(5)
{
	width:100%;
	padding: 5% 0 1% 0;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items:center;

	text-align: justify;
}

.bloc_section iframe
{
	width:90%;
	height:250px;
	padding: 0% 0 5% 0;
}

.bloc_section img, .bloc_section video
{
	width:100%;
	height:auto;
	box-shadow: 5px 5px 5px #aaaaaa;
}

.sub_section
{
	width:80%;
}

.carousel
{
	width:100%;
}

.legende
{
	text-align: center;
	font-style: italic;
}

.sub_section a
{
	text-decoration:none;
	color: rgb(81,109,117); /* Color 6 - Blue */
}

.sub_section a:hover
{
	text-decoration: underline;
}

}

/* For desktop----------------------------- */
@media only screen and (min-width: 1100px) {


/* Slideshow Container */
.slideshow_container
{
	background-image: url("../photos/slideshow_chai.jpg");
}

/* Nav */
.dropdown:nth-child(3) a
{
	color: rgb(81,109,117); /* Color 6 - Blue */
	font-weight: bold;
	background-color: rgba(255,255,255,1);
}

/* Section */
section
{
	text-align: justify;
	width:100%;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
}

.section_container
{
	width:100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items:center;
}

/* Bloc Section 1 - Main Title */
.bloc_section:nth-child(1)
{
	padding:4% 0 2% 0;
	text-align:center;
}

/* Bloc Section 2 - Video */
.bloc_section:nth-child(2) iframe
{
	width:100%;
	height:530px;
	padding: 0% 0% 5% 0%;
}

/* Bloc Section - Images & Videos */

.bloc_section img, .bloc_section video
{
	width:100%;
	height:auto;
	box-shadow: 5px 5px 5px #aaaaaa;
}

/* Bloc Section - Chapters I & II & III */
.bloc_section:nth-child(2), .bloc_section:nth-child(3), .bloc_section:nth-child(4), .bloc_section:nth-child(5)
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items:center;

	padding: 4% 0% 4% 0%;
	width:90%;
}

/* Bottom Borders */
.bloc_section:nth-child(2), .bloc_section:nth-child(3), .bloc_section:nth-child(4)
{
	border-bottom: solid 0.2px rgb(200,200,200);
}

.sub_section
{
	width:45%;
}

.carousel
{
	width:100%;
}

.legende
{
	text-align: center;
	font-style: italic;
}

.sub_section a
{
	text-decoration:none;
	color: rgb(81,109,117);/* Color 6 - Blue */
}

.sub_section a:hover
{
	text-decoration: underline;
}

}
