* {
	font-family: Poppins;
}
nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #006491;
}


body {
background-color: black;
}	

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;


}
.buttonitalian{
	
}
.italian{
	width: 60px;
	height: 60px;
}
.italian:hover{
	transform: scale(2,2)
}

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%;
}
main {
	background-color: gray;
	height: 3000px;
}

.bigtext {
	color: white;
	outline-color: black;
	text-align: center;
	font-size: 60px;
	display: table;
	width: 100%;
	
}

.images_modeles{
	width: 750px;
	height: 550px;
	border-radius: 50px;
	transition:all;
	transition-duration: 0.4s;
	position: center;
}
.images_modeles:hover{
	transform: scale(1.2,1.2);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.div_cheesybread{
	justify-content: row;
	display: flex;
	color: white;	
	font-size: 40px;
	margin-bottom: 100px;
}


.left_img{
	margin-left: 100px;
}

/* TEXTE */
.right_txt{
	margin-left: 100px;
	margin-right: 100px;
}
.left_txt{

}
.texte_modeles{
	margin-left: 100px;
	margin-right: 100px;
}
	
.div_pepperoni{
	justify-content: row;
	display: flex;
	color: white;	
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	justify-content:space-between;
	
}


nav img{
	transition-duration: 0.7s;
}