* {
	margin-left: -5px;
	padding: 0px;
	font-family: Avenir, sans-serif;
	margin-top: 0;
}

@media screen and (max-width: 570px) {
	nav {
		width: 100%;
		margin: 0 auto;
		background-image: url(./img/logo/pinori.webp);
		position: sticky;
		top: 0px;
		color: white;
		background-size: 365px 150px ;
		image-rendering: auto;
	}
	main {
		background-color: black;
		color: white;
	}
	main > p {
		text-align: center;
	}
	.conteneur-nav {
		position: absolute;
		width: 100%;
		height: 10vh;
		color: white;
		text-align: center;
	}

	nav input[type=checkbox] {
		display: none;
	}

	nav label {
		display: inline-block;
		width: 375px;
		padding: 10px 0px;
		text-align: center;
		background-color: black;
		color: white;
	}

	nav ul {
		display: none;
		list-style-type: none;
		background-color: #555;
		color: white;
		padding: 0 !important;
	}

	nav ul li {
		flex: 1 1 auto;
		text-align: center;
		color: white;
	}

	nav > div > ul > li > a {
		color: white;
	}

	nav input[type=checkbox]:checked + ul {
		display: flex;
		flex-flow: column wrap;
	}

	nav a {
		display: block;
		text-decoration: none;
		padding: 10px 0px;
		color: white;
	}

	.sous {
		display: flex;
		flex-flow: column wrap;
		z-index: 1000;
		color: white;
	}

	.sous li {
		flex: 1 1 auto;
		text-align: left;
		color: white;
	}

	.sous a {
		border-bottom: none;
		background-color: black;
		color: white;
        text-align: center;
	}
    main{
        padding-top: 70px;
    }
    main div>p{
        font-size: 5px;
       
        
    }
    
	.bas_milieu > p {
		text-align: center;
		color: orange;
	}

	.ligne1>.texte{
		height: 80px !important;
		font-size: 5px !important;
		width: 30%;
	}
	
	.ligne1 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}

	.ligne1>.image>img{
		width: 110px;
		height: 110px;
	}
	
	.ligne2 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}

	.ligne2>.image>img{
		width: 110px;
		height: 110px;
	}
	
	.ligne3 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}

	.ligne3>.image>img{
		width: 110px;
		height: 110px;
	}

	.ligne3>.texte{
		width: 30%;
	}
}


@media screen and (min-width: 450px) and (max-width: 899px) {
	nav {
		width: 100%;
		margin: 0 auto;
		background-image: url(./img/logo/pinori.webp);
		position: sticky;
		top: 0px;
		color: white;
		background-size: 773px 150px ;
		image-rendering: auto;
	}
	main {
		background-color: black;
		color: white;
	}
	main > p {
		text-align: center;
	}
	.conteneur-nav {
		position: absolute;
		width: 100%;
		height: 10vh;
		color: white;
		text-align: center;
	}

	nav input[type=checkbox] {
		display: none;
	}

	nav label {
		display: inline-block;
		width: 375px;
		padding: 10px 0px;
		text-align: center;
		background-color: black;
		color: white;
	}

	nav ul {
		display: none;
		list-style-type: none;
		background-color: #555;
		color: white;
		padding: 0 !important;
	}

	nav ul li {
		flex: 1 1 auto;
		text-align: center;
		color: white;
	}

	nav > div > ul > li > a {
		color: white;
	}

	nav input[type=checkbox]:checked + ul {
		display: flex;
		flex-flow: column wrap;
	}

	nav a {
		display: block;
		text-decoration: none;
		padding: 10px 0px;
		color: white;
	}

	.sous {
		display: flex;
		flex-flow: column wrap;
		z-index: 1000;
		color: white;
	}

	.sous li {
		flex: 1 1 auto;
		text-align: left;
		color: white;
	}

	.sous a {
		border-bottom: none;
		background-color: black;
		color: white;
        text-align: center;
	}
    main{
        padding-top: 70px;
    }
    main div>p{
        font-size: 10px;
       
        
    }
    
	.bas_milieu > p {
		text-align: center;
		color: orange;
	}

	.ligne1>.texte{
		height: 80px !important;
		font-size: 5px !important;
		width: 30%;
	}
	
	.ligne1 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}

	

	.ligne1>.image>img{
		width: 250px;
		height: 250px;
	}
	
	.ligne2 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}

	.ligne2>.image>img{
		width: 110px;
		height: 110px;
	}
	
	.ligne3 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}

	.ligne3>.image>img{
		width: 110px;
		height: 110px;
	}
}



@media screen and (min-width: 900px) {
	main {
		background-color: black;
		color: white;
        margin-bottom: -20px;
        padding-bottom: 40px;
	}
	
	.conteneur-nav {
		position: sticky;
		width: 100%;
		color: black;
	}

	nav {
		width: 100%;
		text-align: center;
		margin: 0;
		background-image: url(./img/logo/pinori.webp);
		height: 500px;
		background-size: 1355px 500px ;
		image-rendering: auto;
		background-repeat: no-repeat;
		color: black;
	}

	nav label,
	nav input {
		display: none;
	}

	nav input[type=checkbox]:checked + ul,
	nav ul > li > ul {
		display: flex;
		flex-flow: row wrap;
		color: black;
	}

	nav ul > li {
		position: relative;
		color: black;
	}

	nav > div > ul > li > a {
		color: black;
	}

	nav a:hover {
		color: green;
		border-bottom: 2px solid gold;
	}

	.sous {
		box-shadow: 0px 1px 2px #ccc;
		color: black;
		position: absolute;
		width: 100%;
	}

	.sous a {
		border-bottom: none;
		color: black;
		text-decoration: none;
        
	}

	.sous a:hover {
		border-bottom: none;
        
	}

	.deroulant > a::after {
		content: "";
		font-size: 12px;
	}
	ul.sous {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		list-style-type: none;
		height: 50px;
		border: none;
		margin: 0;
		padding: 0;
	}

	.deroulant > a {
		text-decoration: none;
		color: #0ed145;
		text-transform: uppercase;
		font-style: italic;
		font-size: 40px;
	}

	.deroulant {
		list-style-type: none;
	}

   

	.bas_milieu > p {
		text-align: center;
		color: orange;
	}
	
	.ligne1 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}
	
	.ligne2 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}
	
	.ligne3 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		color: orange;
	}
	
	body{
		margin-top: -15px !important;
	}

}
