* {
	font-family: Poppins;
}
body {
	padding: 0;
	margin: 0;
	background-color: light gray;
	color: black;
	background-color: #b6c0c3;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("pizzafond.png");
	z-index: -10;
	background-attachment: fixed;
	position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	
	
}

nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #006491;
}

h1 {
	text-align: center;
	background-color: white;
	/* margin-bottom: 400px; */
	margin-top: 0px;
}

.buttonitalian{
	
}
.italian{
	width: 60px;
	height: 60px;
}
.italian:hover{
	transform: scale(2,2)
}

a{
	transition: all;
	margin: 0 20px;
	background-color: #005175;
	color: white;
	border-radius: 5px;
    transition-duration: 0.4s;	
	padding: 10px 20px;
	border: 2px solid #00496a; /* Blue */
}

a:hover{
	transform: scale(1.2,1.3);
	background-color: #013249; /*Dark blue */
	color: white;


}



.bigtext span{
	display: block;
	text-transform: uppercase;
	animation: text 4s linear 3s infinite normal ease-in-out 1s;
	animation-direction: reverse;
}

@keyframes text {
    from{
        color: transparent;
        letter-spacing: -28px;
    }
    to{
        letter-spacing: 2px;
	}
}


.ligne {
	display: flex;
	flex-direction: row;
	margin-bottom: 100px;
}

img {
	width: 800px;
	height: 600px;
	border-radius: 50px;
	transition:all;
	transition-duration: 0.4s;
	position: center;

	padding-top: 10px;

}
.fiesta{
	width: 600px
}
img:hover{
	transform: scale(1.2,1.2);
}
	



.div4{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #006491;
	
}
.div2{
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	background-color: #636363;
	height: 600px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	margin-bottom: 100px;
}

input {
	text-align: center;
	align-items: center;
	width: 172px;
	border-radius: 5px;
}

.envoyer {
	margin-bottom: 20px;
}

textarea { 
	resize: none;
	width: 172px;
	justify-content: space-between;
	border-radius: 5px;
}

.contacts1 {
	
}

footer {
	display: flex;
	flex-direction: row;
}

.bigtext {
	color: white;
	outline-color: black;
	text-align: center;
	font-size: 80px;
	display: table;
	margin: 0 auto;
}

.backimg  {
	align-content: center;
	background-attachment: fixed;
	position: center;
	background-repeat: repeat;
	background-size: cover;
	height: 1080px;
	width: 100%;
	animation: in 2s linear 0s infinite reverse;
	
}

.backimgimg {
	height: 100%;
	width: 100%;
}

.backimg span{
	display: block;
    text-transform: uppercase;
    animation: text 3s infinite;
}

.page {
	background-color: gray;
	z-index: +10;
	
}

.pizzas{
	margin-left: auto;
	margin-right: auto;
}