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

@media screen and (max-width: 570px) {
	html{
		width: 415px;
	}
	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;
		background-repeat: no-repeat;
	}

	
	.conteneur-nav {
		text-align: center;
		width: 100%;
		color: white;
		height: 150px;
	}

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

	nav label {
		display: inline-block;
		width: 150px;
		padding: 10px 0px;
		text-align: center;
		height:50px;
		color: black;
	}

	nav ul {
		display: none;
		list-style-type: none;
		
		color: black;
        padding: 0!important;
        margin: 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;
		width: 370px;
	}

	.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;
		
		color: white;
		text-align: center;
	}
	main {
		background-color: black;
		
	}

	p {
		font-family: Tangerine;
		font-size: 25px;
		text-align: center;
		padding-top: 50px;
		color: orange;
	}

	.para{
		margin-top: 0px;
		padding-top: 0px;
	}

	h2 {
		text-align: center;
		color: orange;
		font-size: 15px;
	}

	.entreprise>h2{
		font-size: 12px;
	}

    .entreprise{
        text-align: center;
		height: 200px;
		width: 370px;
    }
	.entreprise>p,h2{
		width: 350px;
		text-align: center;
	}
    
    .devis{
        font-size: 15px;
    }
    .entreprise> .devis > a {
        text-decoration: none;
        border: solid orange 1px;
        color: orange;
        background-color: white;
        width: 20px;
        height: 20px;
    }

    .entreprise> p> a:hover{
        color:white;
        background-color: orange;
		text-align: center;
    }

    .corps{
        display: flex;
        justify-content: space-around;
        padding: 50px;
        background-color: white;
    }
    .gauche{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
		text-align: center;
		width: 150px;
    }

    .corps>.gauche>h2, .para {
        font-size: 8px;
		width: 140px;
    }

	.droite{
		width: 100px;
		height: 100px;
		margin: 0;
	}
    .droite>img{
        width: 80%;
        height: 80%;
    }

    .telephone{
        font-size: 8px;
        background-color: gray;
        color: white;
		width: 100px;
		height: 30px;
		padding: 0;
		margin: 0;
    }

    .telephone>a{
      text-decoration: none;
      color: white;
    }

	.video{
		text-align: center;
		background-color: white;
	}

  iframe{
	  width: 250px;
	  height: 150px;
  }
  .avis>h3{
	text-align: center;
	color: orange;
	
}
.ligne1{
	background-color: white;
}

.ligne2{
	background-color: white;
}

.ligne3{
	background-color: white;
}
.fond{
	width: 415px;
}
	
	
}

@media screen and (min-width: 450px) and (max-width: 800px) {
	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;
		background-repeat: no-repeat;
	}

	
	.conteneur-nav {
		text-align: center;
		width: 100%;
		color: white;
		height: 150px;
	}

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

	nav label {
		display: inline-block;
		width: 150px;
		padding: 10px 0px;
		text-align: center;
		height:50px;
		color: black;
	}

	nav ul {
		display: none;
		list-style-type: none;
		
		color: black;
        padding: 0!important;
        margin: 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;
		width: 370px;
	}

	.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;
		
		color: white;
		text-align: center;
	}
	main {
		background-color: black;
		
	}

	p {
		font-family: Tangerine;
		font-size: 25px;
		text-align: center !important;
		padding-top: 50px;
		color: orange;
	}

	.para{
		margin-top: 0px;
		padding-top: 0px;
	}

	h2 {
		text-align: center;
		color: orange;
		font-size: 15px;
	}

	.entreprise>h2{
		font-size: 12px;
	}

    .entreprise{
        display: flex;
		flex-direction: column;
		align-items: center;
		height: 200px;
		width: 773px;
    }
	.entreprise>p,h2{
		width: 350px;
		text-align: center;
	}
    
    .devis{
        font-size: 15px;
    }
    .entreprise> .devis > a {
        text-decoration: none;
        border: solid orange 1px;
        color: orange;
        background-color: white;
        width: 20px;
        height: 20px;
    }

    .entreprise> p> a:hover{
        color:white;
        background-color: orange;
		text-align: center;
    }

    .corps{
        display: flex;
        justify-content: space-around;
        padding: 50px;
        background-color: white;
    }
    .gauche{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
		text-align: center;
		width: 150px;
    }

    .corps>.gauche>h2, .para {
        font-size: 8px;
		width: 140px;
    }

	.droite{
		width: 100px;
		height: 100px;
		margin: 0;
	}
    .droite>img{
        width: 80%;
        height: 80%;
    }

    .telephone{
        font-size: 8px;
        background-color: gray;
        color: white;
		width: 100px;
		height: 30px;
		padding: 0;
		margin: 0;
    }

    .telephone>a{
      text-decoration: none;
      color: white;
    }

	.video{
		text-align: center;
		background-color: white;
	}

  iframe{
	  width: 250px;
	  height: 150px;
  }
  .avis>h3{
	text-align: center;
	color: orange;
}
.ligne1{
	background-color: white;
}

.ligne2{
	background-color: white;
}

.ligne3{
	background-color: white;
}

	
	
}

@media screen and (min-width: 801px) {
	#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);
		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;
	}

	main {
		background-color: black;
	}

	p {
		font-family: Tangerine;
		font-size: 100px;
		text-align: center;
		color: orange;
		font-weight: bold;
	}

	h2 {
		text-align: center;
		color: orange;
	}

    .entreprise{
        text-align: center;
    }
    
    .devis{
        font-size: 35px;
    }
    .entreprise> .devis > a {
        text-decoration: none;
        border: solid orange 1px;
        color: orange;
        background-color: white;
        width: 20px;
        height: 20px;
    }

    .entreprise> p> a:hover{
        color:white;
        background-color: orange;
    }

    .corps{
        display: flex;
        justify-content: space-around;
        padding: 80px;
        background-color: white;
    }
    .gauche{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .corps>.gauche>h2, .para {
        font-size: 25px;
    }

    .droite>img{
        width: 350px;
        height: 300px;
    }

    .telephone{
        font-size: 25px;
        background-color: gray;
        color: white;
    }

    .telephone>a{
      text-decoration: none;
      color: white;
    }

	.telephone>a:hover{
		color: orange;
	  }

	  .video{
		  text-align: center;
		  background-color: white;
	  }

	iframe{
		width: 642px;
		height: 361px;
	}
	.avis>h3{
		text-align: center;
		color: orange;
	}
	.ligne1{
		background-color: white;
	}
	.ligne1>img{
		width: 641px;
		height: 100px;
	}
	.ligne2{
		background-color: white;
	}
	.ligne2>img{
		width: 641px;
		height: 150px;
	}
	.ligne3{
		background-color: white;
	}
	.ligne3>img{
		width: 641px;
		height: 150px;
	}
	body{
		margin-top: -15px !important;
	}

}
