@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;600;700&family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,300;0,400;0,600;1,400;1,600&display=swap');


.avis{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 50px;
}
.texteavis, .caseavis{
	font-family: 'Asap Condensed';
	font-weight: 400;
	font-size: 30px;
color: gold;
}
.nomavis{
	font-family: 'Asap Condensed';
	font-style: italic;
	font-weight: 600;
	font-size: 30px;
	color : white;
}
h2{
	text-align: center;
	font-size: 50px;
	color: white; 
}

.formulaire{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.prenomformulaire, .texteformulaire{
	font-size: 28px;
}
.texteformulaire{
	width: 1000px;
height: 250px;
}

.btn{
	font-size: 30px;
}
#listepage{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.btn-grad {
  background-image: linear-gradient(to right, #005886 0%, #26D0CE 51%, #005886 100%);
  cursor: pointer;
}
.btn-grad {
  width: auto;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  border-radius: 10px;
}
.btn-grad {
  color: white;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width : 1200px) {
.avis{
	width: 95%;
}
h2{
	font-size: 40px;
}
.formulaire{
	width: 90%;
}
.texteformulaire{
	width: 100%;
}
.btn{
	font-size: 25px;
}
}

@media only screen and (max-width : 900px) {

}

@media only screen and (max-width :768px) {
	.avis{
		padding: 15px;
	}
	.texteavis, .texteformulaire, .prenomformulaire{
		font-size: 20px;
		text-align: justify;
	}
	.caseavis{
		font-size: 20px;
	}
	.prenomformulaire{
	width: 100%;
}
.btn{
	font-size: 15px;
}
}