* {
	margin-left: -5px;
	margin-top: 0;
	padding: 0px;
	font-family: Avenir, sans-serif;
}
header{
	background-color: black;
}
@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;
	}

	
	.conteneur-nav {
		position: absolute;
		width: 100%;
		height: 10vh;
		color: white;
	}

	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;
	}
	
    h4{
        text-align: center;
    }

	main{
		background-color: black;
		color: orange;
	}

    .one{
        width: 30%;
    }
	h1{
		font-family: Tangerine;
		font-size: 10px;
	}
	h4{
		font-size: 10px;
	}

	.carousel-caption>p{
		border: solid black 1px;
		background-color: grey;
		color: white;
		opacity:75%;
		font-weight: bold;
		font-size: 5px;
		border-radius: 37px;
	}
}


@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;
	}

	#banniere {
		width: 80%;
	}
	.conteneur-nav {
		position: absolute;
		width: 100%;
		height: 10vh;
		color: white;
	}

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

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

	nav ul {
		display: none;
		list-style-type: none;
		color: white;
	}

	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 {
		padding: 10px;
		border-bottom: none;
		color: white;
	}
	
    h4{
        text-align: center;
    }

	main{
		background-color: black;
		color: orange;
	}

    .one{
        width: 30%;
    }

	h1{
		font-family: Tangerine;
		font-size: 13px;
	}
	h4{
		font-size: 13px;
	}


	.carousel-caption>p{
		border: solid black 1px;
		background-color: grey;
		color: white;
		opacity:75%;
		font-weight: bold;
		font-size: 10px;
		border-radius: 37px;
	}
}


@media screen and (min-width: 900px) {
	#banniere {
		text-align: center;
	}
	.conteneur-nav {
		position: sticky;
		width: 100%;
		color: black;
	}

	nav {
		width: 100%;
		text-align: center;
		margin: 0;
		background-image: url(./img/logo/pinori.webp);
		background-size: 1355px 500px ;
		image-rendering: auto;
		height: 500px;
		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;
	}
    h4{
        text-align: center;
		font-size: 14px;
    }
   
	main{
		background-color: black;
		color: orange;
	}

    .one{
        width: 50%;
    }

	h1{
		font-family: Tangerine;	
		text-align: center;	
	}
	

	.carousel-caption>p{
		border: solid black 1px;
		background-color: grey;
		color: white;
		opacity:75%;
		font-weight: bold;
		border-radius: 37px;
	}

	body{
		margin-top: -15px !important;
	}

	
}