/* CSS Document */


.container-fluid{
	background: url("images/bg.jpg") no-repeat;
}

#header{
	background: #973d77;
	color: white;
	font-family: Medhurst, "serif";
	font-size: 38px;
	height: 210px;
}

h1{
	font-size: 58px;
}


#meilleuresventes img{
	width: 100%;
}

#meilleuresventes a{
	text-decoration: none;
	color: black;
}

#meilleuresventes .hover{
	position: relative;

}

#meilleuresventes a:hover .overlay{
	background: rgba(219,198,168,0.5) url("images/plus.png") no-repeat center;
	background-color: rgba(219,198,168,0.3);
	position: absolute;
	transition: 0.2s;
	width: 100%;
	height: 100%;
	top: 0;
}

#coordonnees{
	background: white;
	font-size: 12px;
	color: #973d77;
	padding: 5px 0;
	height: 39px;
}

#menu{
	background: #973d77;
}

#menu a{
	color: white;
	border-right: 1px solid white;
	padding: 0px 20px;
}

#menu a:hover{
	background-color: rgba(255,255,255,0.30);
}

#banniere{
	background: url("images/header.jpg") no-repeat;
	height: 198px;
	background-size: cover;
}


h2{
	font-family: Medhurst, "serif";	
}

h3{
	font-size: 18px;
	text-align: center;
	padding: 10px 0 5px 0;
	margin: 0;
}

.presentation{
	background: white;
}

p{
	font-family: "Heebo-Light", "sans-serif";
}


.presentation p{
	font-size: 30px;
	margin: 16px 0;
}

.guillemet2{
	float: right;
	margin-right: 60px;
	transform: rotate(180deg);
}

#meilleuresventes{
	background: white;
}

#meilleuresventes p{
	padding: 0px 15px;
}

#contact{
	background: url("images/contact.jpg") no-repeat;
	padding: 20px 0;
}

.form-control{
	background-color: transparent;
	border-radius: 0px;
	border: none;
	border-bottom: 1Px solid white;
	height: 14px;
}
#bordure{
	border: 1px solid white;
	height: auto;
	color: white;
	padding: 10px 50px;
}

.form-control{
	background-color: transparent;
}


.message{
	background-color: transparent;
	border: 1px solid white;
	height: 100px;
}

.form-check-input #checkbox{
	background-color: white;
}

#envoyer{
	color: white;
}

label{
	font-style: italic;
	font-family: "Heebo-Light", "sans-serif";
	font-weight: lighter;
	font-size: 12px;
}

.btn{
	background-color: white;
	color: black;
	font-family: "Medhurst", "serif";
	border-radius: 0px;
	border: 1px solid;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: white;
}

@media screen and (max-width: 768px){
	
	
	#banniere img{
		max-width: 100%;
	}
	
	#banniere {
    background: url(images/header.jpg) no-repeat;
    height: 100px;
    background-size: cover;
}
	
	#coordonnees{
		height: 39px;
	}
	
	#coordonnees p{
		font-size: 9px;
	}
	
	#header{
		height: 162px;
	}
	
	#header img{
		width: 210px;
	}
	
	h1{
		font-size: 34px;
	}
	
	h2{
		font-size: 26px;
	}
	
	.presentation p{
		font-size: 14px;
	}
	
	.guillemet1{
		width: 25px;
	}
	
	.guillemet2{
		width: 25px;
		margin-right: 5px;
	}
	
	
	#colDroite{
		margin: auto;
    	padding: 30px;
		width: 540px;
	}
	
	p{
		font-size: 20px;
	}
	
	h3{
		font-size: 22px;
	}
	
	.ornement img{
		width: 140px;
	}
	
	#meilleuresventes p{
		font-size: 14px;
	}
	
	#contact p{
		font-size: 12px;
	}
	
	#contact h2{
		font-size: 22Px;
		padding: 0 0 5px 0;
	}
	
	.message{
		height: 20px;
	}
	
	.form-check-label p{
		margin-bottom: 0px;
	}
	
	.etiquette{
		margin-top: 3px;
	}
}

@media screen and (max-width: 576px){
		
	
	#banniere img{
		max-width: 100%;
	}
	
	#banniere {
    background: url(images/header.jpg) no-repeat;
    height: 50px;
    background-size: cover;
	}
	
	#coordonnees{
		height: 24px;
	}
	
	#coordonnees p{
		font-size: 8px;
	}
	
	#coordonnees img{
		width: 15px;
	}
	
	#header{
		height: 110px;
	}
	
	#header img{
		width: 100px;
	}
	
	h1{
		font-size: 24px;
	}
	
	h2{
		font-size: 20px;
	}
	
	.ornement img{
		width: 100px;
	}
	
	#menu a{
		font-size: 12px;
	}
	
	.presentation p{
		font-size: 14px;
	}
	
	.guillemet1{
		width: 20px;
	}
	
	.guillemet2{
		width: 20px;
		margin-right: 10px;
	}
	
	#colDroite{
		margin: auto;
    	padding: 30px;
	}
	
	p{
		font-size: 20px;
	}
	
	h3{
		font-size: 18px;
	}
	
	#meilleuresventes p{
		font-size: 14px;
	}
	
	#contact p{
		font-size: 12px;
	}
	
	#contact h2{
		font-size: 22px;
		padding: 0 0 5px 0;
	}
	
	.message{
		height: 20px;
	}
	
	.form-check-label p{
		margin-bottom: 0px;
	}
	
	.etiquette{
		margin-top: 3px;
	}
}

