@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');

.navbar{
	height: 100px;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	border-bottom: 2px solid #780015;
}

#navbarSupportedContent{
	background-color: white;
	margin-top: 28px;
	text-align: right;
	border-bottom: 2px solid #780015;
}

.navbar a{
	font-family: 'Myriad Pro';
	font-weight: lighter;
	font-size: 20px;
	width: 250px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	transition: all 200ms;
}

.navbar a:hover{
	background-color: rgba(255,255,255,0.20);
	color: #780015;
}

.navbar a p{
	border-bottom: 2px solid rgba(255,255,255,0);
}

.navbar a:hover p{
	border-bottom: 2px solid #780015;
}

#logoburger{
	display: block;
	position: fixed;
	z-index: 1;
	left: 30px;
}

#accueilburger{
	display: block;
	margin-top: 10px;
}
	
#accueilfixe{
	display: none;
}

#logo{
	width: auto;
	height: 135px;
}

#preconav{
	font-weight: normal;
	color: #780015;
}

.dropdown-menu{
	background-color: rgba(255,255,255,0.60);
}

#imgheaderaccueil{
	background: url("images/imgheader.jpg") bottom;
	height: 100vh;
	position: relative;
	justify-content: center;
}

h2{
	color: white;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	align-self: flex-end;
	padding-bottom: 100px;
}

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 40px;
  height: 40px;
  top: 90%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

#accueilbas{
	padding-top: 150px;
}

#maisonjour{
	width: 100%;
	height: auto;
}

.bggris{
	background-color: #DDDADA;
}

.borderwhite{
	border: 5px solid #FFFFFF;
}

#accueilmaison{
	margin-bottom: 100px;
}

#colaccueil1{
	text-align: right;
}

#accueil1{
	height: 160px;
	width: 110%;
	margin-top: 40px;
	text-align: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 50px;
	position: relative;
	justify-content: center;
	left: -10%;
}

#accueil2{
	height: 160px;
	width: 110%;
	margin-top: 40px;
	text-align: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 50px;
	position: relative;
	justify-content: center;
}

h3{
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #6F6E6E;
}

p{
	font-family: 'Myriad Pro', sans-serif;
	font-weight: lighter;
	font-size: 20px;
	text-align: center;
}

.flex{
	display: flex;
}

.right{
	justify-content: flex-end;
}

.left{
	justify-content: flex-start;
}

.plus{
	width: 200px;
	height: 60px;
	align-items: center;
	justify-content: center;
	border: 1px solid #780015;
	color: #780015;
	background: white;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: lighter;
	font-size: 20px;
	text-decoration: none;
	transition: all 200ms;
}

.plus:hover{
	color: white;
	background: #780015;
}

#caves{
	width: 100%;
	height: auto;
}

footer{
	border-top: 2px solid #780015;
	height: 65px;
	margin-top: 100px;
	align-items: center;
}

footer .container{
	justify-content: space-between;
}

footer p{
	margin: 0;
}

#imgheadercontent{
	background: url("images/Vignoble_Champagne.jpg");
	height: 400px;
	margin-bottom: 100px;
	margin-top: 100px;
	background-size: cover;
}

h1{
	font-size: 80px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #6F6E6E;
	text-align: center;
	margin-bottom: 100px;
}

.content{
	padding: 50px;	
}

#imgbouteilles{
	background: url("images/bouteilles.png") center fixed no-repeat;
	height: 600px;
	margin: 100px 0;
}

#gamme{
	margin-top: 100px;
	justify-content: space-between
}

.bouteillesgamme{
	justify-content: center;
	align-items: flex-end;
	height: 700px;
}

.bouteillesgamme a{
	text-decoration: none;
	text-align: center;
}

.bouteillesgamme a img{
	width: auto;
	height: 650px;
	align-self: center;
	transition: all 500ms;
	margin-bottom: 20px;
}

.bouteillesgamme a:hover img{
	height: 675px;
}

.bouteillesgamme h4{
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #6F6E6E;
	text-align: center;
}

.bouteillesgamme a:hover h4{
	color: #780015;
}

.rowbouteilles{
	justify-content: space-between;
}

.prix{
	color: #780015;
	font-weight: normal;
}

.bouteillecontent{
	width: 100%;
}

#brutcontent{
	padding-bottom: 300px;
}

#imgbrut{
	width: 400px;
	height: auto;
	margin-left: 100px;
	margin-top: -250px;
}

#rosecontent{
	padding-bottom: 200px;
}

#imgrose{
	width: 600px;
	height: auto;
	margin-left: 100px;
	margin-top: -150px;
}

#prestigecontent{
	padding-bottom: 200px;
}

#imgprestige{
	width: 650px;
	height: auto;
	margin-left: 100px;
	margin-top: -150px;
}

form p{
	text-align: left;
}

form input[type="text"], input[type="email"]{
	width: 100%;
	border: 2px solid #780015;
}

form textarea{
	width: 100%;
	resize: none;
	height: 528px;
	border: 2px solid #780015;
}

form input[type="submit"]{
	margin-top: 50px;
	border: 2px solid #780015;
	background: white;
	color: #780015;
	text-align: center;
	padding: 5px 100px;
	transition: all 200ms;
}

form input[type="submit"]:hover{
	background: #780015;
	color: white;
}

#colenvoyer{
	justify-content: center;
}

.inputpreco p{
	text-align: right;
}


@media all and (max-width: 1400px){
	
	.bouteillesgamme h4{
		font-size: 30px;
	}
}


@media all and (max-width: 1200px){
	
	#imgrose, #imgprestige{
		width: 550px;
	}
}

@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
	
	.navbar{
		height: 150px;
	}
	
	#navbarSupportedContent{
		margin: 0;
	}
	
	#imgheadercontent{
		margin-top: 150px;
	}
	
	#accueilburger{
		display: none;
	}
	
	#accueilfixe{
		display: block;
	}
	#logoburger{
		display: none;
	}
	.navbar a{
		height: 150px;
	}
	
	h2, h3{
		font-size: 50px;
	}
	#accueil1, #accueil2{
		height: 260px;
	}
}

@media all and (max-width: 1276px) {
	
	.navbar a{
		width: 175px;
	}
	
	#accueilfixe a{
		width: 220px;
	}	
}

@media all and (max-width: 992px){
	.bouteillecontent{
		margin-bottom: 50px;
	}
	
	.tacenter{
		text-align: center;
	}
	
	#brutcontent, #rosecontent, #prestigecontent{
		padding-bottom: 130px;
	}
	
	#imgbrut, #imgrose, #imgprestige{
		width: 80%;
		margin: 0;
		margin-top: -80px;
	}
}

@media all and (max-width: 768px){
	
	h1{
		font-size: 40px;
	}
	
	h2, h3{
		font-size: 25px;
	}
	
	#accueil1, #accueil2{
		width: 100%;
		position: static;
	}
	
	.md-center{
		justify-content: center;
	}
	
	.inputpreco p{
		font-size: 15px;
	}
	
	footer p{
		font-size: 13px;
	}
	
	.bouteillesgamme{
		height: 450px;
	}
	
	#imgbouteilles{
		height: 300px;
	}
	
	.bouteillesgamme a img{
		width: auto;
		height: 400px;
		align-self: center;
		transition: all 500ms;
		margin-bottom: 20px;
	}

	.bouteillesgamme a:hover img{
		height: 415px;
	}
	
	.bouteillesgamme h4{
		font-size: 20px;
	}
	
	.bouteillecontent{
		width: 35%;
	}
}

@media all and (max-width: 576px) {
	
	h1{
		font-size: 30px;
	}
	
	h2, h3{
		font-size: 20px;
	}
	
	#accueil1, #accueil2{
		width: 100%;
		position: static;
	}
	
	#imgheadercontent{
		height: 200px;
	}
	
	.sm-center{
		justify-content: center;
	}
	
	form textarea{
		height: 200px;
	}
	
	.inputpreco p{
		text-align: left;
		font-size: 18px;
	}
	
	.bouteillesgamme{
		height: 600px;
	}
	
	.bouteillesgamme a img{
		width: auto;
		height: 500px;
		align-self: center;
		transition: all 500ms;
		margin-bottom: 20px;
	}

	.bouteillesgamme a:hover img{
		height: 520px;
	}
	
	.bouteillesgamme h4{
		font-size: 40px;
	}
	
	.content{
		padding: 20px;	
	}
}

@media all and (min-width: 576px) {
	
	.inputpreco input[type="text"]{
		width: 35%;
		text-align: right;
		margin-left: 20px;
	}
	
	.inputpreco p{
		margin-top: 100px;
	}
	
}