* {
	
	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;
		background-repeat: no-repeat;
	}

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

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

    

    .image{
        display: flex;
        justify-content: space-around;
    }

	
    h1{
        text-align: center;
		background-color: black;
		color: orange;
		margin : 0 !important;
    }

    main{
        width: 100%;
		background-color: black;
    }

    
    .gauche{
        width: 500px;
		margin: -5px
    }
    .image_hall{
        display: flex;
        justify-content: space-around;
        width: 100%;
		margin: -5px;
    }

    .gauche>h4, .droite>h4{
        text-align: center;
        width: 350px;
		color: orange;
    }
	.image_sejour{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_cui_mud{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_cui_mtp{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_gar_mtp{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	iframe{
		width: 100%;
	}

	form{
		width: 350px;
      text-align: center;
	}

	.tree{
		width: 50%;
		text-align: center;
	}
	label{
		color: white;
	}
	textarea{
		width: 150px;
	}
	#horaire-select{
		width: 150px;
	}
	#bien-select{
		width: 150px;
	}
	h2{
		color: orange;
		text-align: center;
	}

	input{
		width: 150px;
	}

	#devis{
		font-size: 10px;
		text-align: center;
		margin: 0;
		width: 300px;
	}
  	.devis{
      
      margin-left: 100px;
      margin-right: 100px;
  }
	body{
		margin-top: -15px !important;
	}
}


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

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

	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: black;
	}

	.sous a {
		padding: 10px;
		border-bottom: none;
		color: black;
	}

    

    .image{
        display: flex;
        justify-content: space-around;
    }

	
    h1{
        text-align: center;
		background-color: black;
		color: orange;
		margin: 0 !important;
    }

    main{
        width: 100%;
		background-color: black;
    }

    
    .gauche{
        width: 500px;
		margin: 0;
    }
    .image_hall{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .gauche>h4, .droite>h4{
        text-align: center;
        width: 350px;
		color: orange;
    }
	.image_sejour{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_cui_mud{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_cui_mtp{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_gar_mtp{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

	iframe{
		width: 50%;
	}

	form{
		width: 50%;
	}

	.tree{
		width: 100%;
		text-align: center;
	}
	label{
		color: white;
	}
	textarea{
		width: 200px;
	}
	#horaire-select{
		width: 200px;
	}
	#bien-select{
		width: 200px;
	}
	h2{
		color: orange;
		text-align: center;
	}

	#devis{
		font-size: 20px;
		text-align: center;
		margin: 0;
		width: 350px;
	}
	body{
		margin-top: -15px !important;
	}
}


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

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

    h1{
        text-align: center;
		background-color: black;
		color: orange;
		margin: 0 !important;
    }

    main{
        width: 100%;
		background-color: black;
		margin: 0 !important;
    }

    
    .gauche{
        width: 500px;
		margin: 0;
    }
    .image_hall{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .gauche>h4, .droite>h4{
        text-align: center;
        width: 350px;
		color: orange;
    }
	.image_sejour{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_cui_mud{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_cui_mtp{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	.image_gar_mtp{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
	iframe{
		width: 100%;
	}

	form{
		width: 100%;
	}

	.tree{
		width: 100%;
		text-align: center;
	}
	label{
		color: white;
	}
	textarea{
		width: 398px;
	}
	#bien-select{
		width: 398px;
	}
	h2{
		color: orange;
		text-align: center;
	}
	body{
		margin-top: -15px !important;
	}

}