/* CSS Document */

img {
	max-width: 100%;
	height: auto;
}

body {
	font-size: 13px;
	margin: auto;
}

#header {
	background: #983f79;
	background: linear-gradient(to bottom, #983f79 0%, #aa6eb3 100%);
}

#cover {
	background: url(img/cover.jpg.png);
	height: 150px;
}

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

h1 {
	font-size: 5rem;
}

h2 {
	text-transform: uppercase;
}

h3 {
	text-align: center;
}

#infos {
	color: #973d78;
}

nav a {
	color: rgba(255,255,255,1.00) !important;
}

.nav-link {
	padding: 0;
}

nav a:hover {
	color: rgba(255,255,255,0.70) !important;
}

#accueil {
	background: url(img/bg.jpg);
}

#description p {
	line-height: 40px;
	font-size: 24px;
	font-weight: lighter;
}

.survol {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(197,124,39,0.3) url("img/plus.png") no-repeat 110px 105px;
	left: 0;
	right: 0;
	opacity: 0;
}

#bouquet a:hover .survol {
	opacity: 1;
}

#bouquet a {
	color: black;
}

#bouquet a:hover {
	text-decoration: none;
}

#bouquet {
	padding-bottom: 3rem;
}

#bouquet p {
	margin-bottom: 3rem;
}

nav li {
	flex-grow: 1;
	text-align: center;
	border-right: 1px solid white;
}

.bloc {
	display: block;
	text-align: left;
	padding: 3px 0;
}

.droite {
	text-align: right;
}

.retour {
	clear: both;
}

footer {
	background: url("img/contact-bg.jpg");
	padding: 40px 0;
	background-size: cover;
}

#formulaire {
	margin: auto;
	width: 850px;
	color: white;
	border: 1px solid;
	text-align: center;
}

form {
	width: 75%;
	margin: auto;
}

form p, label, textarea {
	font-style: italic;
	background-color: transparent;
}

form p {
	padding: 35px 0 10px ;
}

textarea {
		color: white;
	border: none;
	border: solid 1px white;
	width: 100%;
	font-family: "Gill sans";
	font-size: 12px;
}

h4 {
	font-family: "Medhurst";
	text-align: center;
	color: white;
	font-size: 40px;
	padding: 25px 0;
}

input[type="submit"] {
	font-family: "Medhurst";
	background-color: white;
	border: none;
	padding: 6px 60px;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	margin: 15px;
}

input[type="text"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	font-style: italic;
	padding-top: 30px;
	width: 70%;
}

fieldset {
	width: 50%;
	float: left;
	text-align: left;
	padding-bottom: 5%;
}

.bloc {
	display: block;
	text-align: left;
	padding: 3px 0;
}

.droite {
	text-align: right;
}

#legende {
	padding: 35px;
	text-align: center;
}

#bouquet .col-3 {
	border-right: 1px solid rgba(209,209,209,1.00);
}

#infos a {
	color: #973d78;
	transition: all linear 0.3s;
}

#infos a:hover {
	text-decoration: none;
	padding-right: 20px;
}

@media (max-width: 1199.98px) {
	
	.survol {
		background: rgba(197,124,39,0.3) url("img/plus.png") no-repeat 50% 28%;
	}
}

@media (max-width: 991.98px) {
	
	h1 {
		font-size: 50px;
	}
	
	#description p {
		line-height: 22px;
		font-size: 12px;
	}
	
	h3 {
		font-size: 1.5rem;
	}
	
	#formulaire {
		width: 710px;
		font-size: 11px;
	}
	
	textarea {
		height: 47px;
	}
	
	nav li {
		border: none;
	}
}

@media (max-width: 767.98px) {

	#description img {
		width: 6%;
	}
	
	#description p {
		line-height: 18px;
		margin: 0;
	}
	
	span {
		display: none;
	}
	
	#formulaire {
		width: 540px;
		font-size: 7px;
	}
	
}

@media (max-width: 575.98px) {
	
	#header img {
		display: none;
	}
	
	#cover {
		display: none;
	}
	
	h1 {
		font-size: 35px;
	}
	
	#description img {
		display: none;
	}
	
	#description p {
		padding: 20px 60px;
	}
	
	#bouquet div {
		margin: 0 90px;
		width: 70%;
	}
	
	h2 {
		font-size: 20px;
		margin: 15px;
	}
	
	form {
		display: none;
	}
	
	h3 {
		font-size: 1rem;
	}
	
	#bouquet p {
		display: none;
	}
	
	#formulaire {
		border: none;
		width: 100%;
	}
	
	#formulaire a {
		font-size: 10px;
	}
	
	#legende {
		padding: 0;
		font-size: 10px;
	}
	
	.survol {
		display: none;
	}
	
	#bouquet a {
		cursor: pointer;
	}
}