/* For smartphone----------------------------- */
@media only screen and (max-width: 1100px) {

/* Section */

.section_container
{
	width:100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/* Section */

section
{
	width:100%;
}

.bloc_section
{
	width:90%;
}

.sub_section
{
	text-align: center;
}

/* Bloc Section 1 - Main Title */
.bloc_section:nth-child(1)
{
	padding:5% 0 2% 0;
	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

/* Bloc Section 2 - Description */
.bloc_section:nth-child(2)
{
	padding: 2% 0 2% 0;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.sub_section_2
{
	width:90%;
	text-align:justify;
	padding:0 0 5% 0;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.sub_section_2:nth-child(1) a
{
	text-decoration: none;
	color: rgb(81,109,117); /* Color 6 - Blue */
}

.sub_section_2:nth-child(1) a:hover
{
	text-decoration: underline;
	color: rgb(81,109,117); /* Color 6 - Blue */	
}

/* Bloc Section 3 - Description */
.bloc_section:nth-child(3)
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding:2% 0 5% 0;
}

.sub_section_3
{
	width:90%;
	text-align:justify;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.sub_section_3:nth-child(2) a
{
	text-decoration: none;
	color: rgb(81,109,117); /* Color 6 - Blue */
}

.sub_section_3:nth-child(2) a:hover
{
	text-decoration: underline;
	color: rgb(81,109,117); /* Color 6 - Blue */	
}

/* Bloc Section 2 & 3 - Carousel */
.carousel
{
	width:100%;
}

.carouselElt img
{
	max-width:100%;
	height:auto;
	box-shadow: 5px 5px 5px #aaaaaa;
}

.legende
{
	text-align: center;
	font-style: italic;
}

}

/* For desktop----------------------------- */
@media only screen and (min-width: 1100px) {


/* Slideshow Container */
.slideshow_container
{
	background-image: url("../photos/slideshow_vignoble.jpg");
}

/* Nav */
.dropdown:nth-child(2) a
{
	color: rgb(81,109,117); /* Color 6 - Blue */
	font-weight: bold;
	background-color: rgba(255,255,255,1);
}

.section_container
{
	width:100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/* Section */

section
{
	width:100%;
}

.bloc_section
{
	width:100%;
}

/* Bloc Section 1 - Main Title */
.bloc_section:nth-child(1)
{
	padding:4% 0 0 0;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

/* Bloc Section 2 - Description */
.bloc_section:nth-child(2)
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.sub_section_2
{
	width:45%;
	text-align:justify;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.sub_section_2:nth-child(1)
{
	padding:0 2% 0 2%;
}

.sub_section_2:nth-child(1) a
{
	text-decoration: none;
	color: rgb(81,109,117); /* Color 6 - Blue */
}

.sub_section_2:nth-child(1) a:hover
{
	text-decoration: underline;
	color: rgb(81,109,117); /* Color 6 - Blue */	
}

/* Bloc Section 3 - Description */
.bloc_section:nth-child(3)
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;

	padding:0 0 5% 0;
}

.sub_section_3
{
	width:45%;
	text-align:justify;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.sub_section_3:nth-child(2)
{
	padding:0 2% 0 2%;
}

.sub_section_3:nth-child(2) a
{
	text-decoration: none;
	color: rgb(81,109,117); /* Color 6 - Blue */
}

.sub_section_3:nth-child(2) a:hover
{
	text-decoration: underline;
	color: rgb(81,109,117); /* Color 6 - Blue */	
}

/* Bloc Section 2 & 3 - Carousel */
.carousel
{
	width:100%;
	padding:50px 0 0 0;
}

.carouselElt img
{
	max-width:100%;
	height:auto;
	box-shadow: 5px 5px 5px #aaaaaa;
}

.legende
{
	text-align: center;
	font-style: italic;
}

/* Bloc Section 4 - Nav Bottom */

/*
.bloc_section:nth-child(4)
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

* {box-sizing: border-box;}

.sub_section_4
{
	width:49.7%;
	height: 300px;
	position: relative;
}

.image
{
  display: block;
  width: 100%;
  height: 300px;
}

.overlay_description
{
	position: absolute;
	color: white;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	font-size: 25px;
	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.3);  Black see-through
	color: #f1f1f1; 
	transition: .5s ease;
	opacity:0;
	color: white;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	font-size: 25px;
	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.sub_section_4:hover .overlay
{
  opacity: 1;
}

*/

}
