html {
  scroll-behavior: smooth;
}

body{
	font-family: Garamond, Georgia, 'Times New Roman', Times, serif;
	margin : 0;
	padding : 0;
}

nav{
	font-size: 1.2em;
	margin:0;
	padding: 10px 0px;

	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 0;
	width: 100%;
}

.nav_B{
	font-size: 3em;
}

h1{
	text-align:center;
	text-transform: uppercase;
	font-size: 4.6em;
	margin:auto;

	padding: 120px 0px;

	font-weight: normal;
}

h2{
	text-align:center;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: normal;
}
h3{
	text-align:left;
	text-transform: serif;
	font-size: 5pt;
}
p{
	font-size: 1.4em;
	height:1.5em;
	width:750px;
	text-align:justify;
}

.top{
	height: 100vh;
	background-repeat:no-repeat;
	background-size: cover;

	color:white;
	text-align:center;
}

nav ul {	
	display: flex;
	justify-content:center;
	list-style-type: none;
}

nav li {
  float: left;
	text-transform: uppercase;
	padding: 0px 16px;
	
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  opacity: 0.8;
	padding:0px 40px;
}

nav li a:hover:not(.active) {
  background-color: #ddd;
}

nav li a.active {
  color: white;
  background-color: #4CAF50;
}

nav a{
	color:white;
}

div a{
	color:rgb(246, 193, 78);
	font-family: serif ; 
}


.div_C {
	color:rgb(217, 13, 78);
	font-family: serif ; 
}

/*----------------------------------------------------------------*/
.decouvrir {
	text-align:center;
	background-position:center;
	height: 2600vh;
	min-height: 800px;
	background-size: cover;
	background-color: rgb(255, 255, 255);
}

.decouvrir h1 {
	opacity: 0.5;
}

.decouvrir p {
	text-align:justify;
	font-size: 1em;
	margin-left: auto;
 	margin-right: auto;
	width: 500px;
	color:#777;
}


/*----------------------------------------------------------------*/
.traiteur {
	text-align:center;
	background-position:center;
	height: 100vh;
	min-height: 800px;
	background-size: cover;
	background-color: rgb(255, 255, 255);
}

.traiteur h1 {
	opacity: 0.5;
}

.traiteur p {
	text-align:justify;
	font-size: 1em;
	margin-left: auto;
 	margin-right: auto;
	width: 500px;
	color:#777;
}

/*--------------------------------------------------------------------*/

.actualites {
	text-align:center;
	background-position:center;
	height: 100vh;
	min-height: 800px;
	background-size: cover;

}

.actualites h1{
	color:white;
}


.actualites p{
	text-align:justify;
	font-size: 1.6em;
	color:white;
	background-color: rgb(20,20,20,0.8);
	width: 500px;
	height:300px;
	padding:10px 35px;
	margin-left: auto;
 	margin-right: auto;
}

#artifice2 img{
	height:200px;
	width:300px;
	opacity: 1;
}

/*--------------------------------------------------------------*/

.nous {
	background-color: white;
	height: 100vh;
	min-height: 800px;
	background-size: cover;
}

.nous h1{
	color:gray;
	text-align:center;
	background-position:center;
}

.nous h2{
	color:gray;
	text-align:center;
	background-position:center;
}

.nous h3{
	color:gray;
	text-align:center;
	background-position:center;
}

.nous ul{
	width: 100px;
	height:80px;
	padding:10px 35px;
	margin-left: auto;
 	margin-right: auto;
	list-style-type: square;
}

.nous p{
	text-align:justify;
	font-size: 1em;
	color:white;
	background-color: rgb(20,20,20,0.8);
	width: 500px;
	height:300px;
	padding:10px 35px;
	margin-left: auto;
 	margin-right: auto;
}

/*---------------------------------------------------------------*/

.visites {
	background-color: rgb(211,211,211,0.4);
	height: 100vh;
	min-height: 800px;
	background-size: cover;
}

.visites h1{
	color:gray;
	text-align:center;
	background-position:center;
}

.visites ul{
	width: 100px;
	height:80px;
	padding:10px 35px;
	margin-left: auto;
 	margin-right: auto;
	list-style-type: square;
}

.visites p{
	text-align:justify;
	font-size: 1em;
	color:white;
	background-color: rgb(20,20,20,0.8);
	width: 800px;
	height:350px;
	padding:10px 20px;
	margin-left: auto;
 	margin-right: auto;
}


.visites iframe{
	background-position:center;
	margin-left: auto;
 	margin-right: auto;
	border:none;
}

.visites div{
	display:flex;
	justify-content:space-around;
}

.visites h2{
	color:gray;
	text-align:center;
	background-position:center;
}

.visites h3{
	color:gray;
	text-align:center;
	background-position:center;
}


.parallax {
  /* The image used */
  background-image: url("images/photos epicerie/102.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("images/photos epicerie/1.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  
}



#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}



@media screen and (max-width: 1024px)
{
	h1{
		text-align:center;
		text-transform: uppercase;
		font-size: 4.6em;
		margin:auto;
		text-align:center;
		padding: 120px 0px;
	
		font-weight: bold;
	}

	h2{
		text-align:center;
		text-transform: capitalize;
		font-size: 2em;
		font-weight: bold;
	}
	
	nav{
		font-size: 1.8em;
		margin:0;
		padding: 10px 0px;
	
		overflow: hidden;
		background-color: #333;
		position: fixed;
		top: 0;
		width: 100%;
	}

	.visites {
		background-color: rgb(211,211,211,0.4);
		height:  auto;
		min-height: 80vh;
		background-size: cover;
	}

	.decouvrir {
		background-color: rgb(255, 255, 255);
		height:  auto;
		min-height: 80vh;
		background-size: cover;
	}
	.traiteur {
		background-color: rgb(255, 255, 255);
		height:  auto;
		min-height: 80vh;
		background-size: cover;
	}

	.nous {
		background-color: rgb(255, 255, 255);
		height:  auto;
		min-height: 80vh;
		background-size: cover;
	}
}

@media (max-width:1024px) and (min-height:1024px){

	.h1_top{
		text-align:center;
		text-transform: uppercase;
		font-size: 4.6em;
		margin:auto;
		text-align:center;
		padding: 300px 0px;
	
		font-weight: bold;
	}
	
	}