/* Styles pour toute la page */
body
{
	width:auto;
	margin:0;
}

/* Styles pour le header */

header
{
	z-index: 1;
	display: block;
	width: 100%;
	top: 0px;
	position: fixed;
}

#header
{
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	background-color: white;
}

#logo
{
	width:fit-content;
	margin:0;
	padding: 0;
	font-size: 25px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

#logo a
{
	display: block;
	width: 100%;
}

#logo a img
{
	height: 65px;
	padding-top: 3px;
	margin-bottom: -2px;
}


#logo span
{
	position: absolute;
	padding-left: 10px;
	padding-top: 20px;
	color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

/* Styles pour le menu */

#menu
{
	padding-top: 26px;
	margin-left:0px;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

#menu ul
{
	margin: 0;
	display: flex;
}


#menu li
{
	padding-right: 22px;
	width: max-content;
	display: block;
}

#menu li:last-child
{
	padding-right: 0px;
}

#menu li a
{
	padding-bottom: 23px;
	color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

#menu li a:hover
{
	color: darkcyan;
	transition: 0.3s;
}

#menu > a
{
	display: block;
	height: 100%;
}

#menu img
{
	height: 37px;
	filter: opacity(0.4);
	transition: 0.3s;
	cursor: pointer;
}

#menu img:hover
{
	filter: opacity(0.2);
}

#mobil-menu
{
	opacity: 1;
	transition: 0.3s;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: rgba(80, 80, 80, 1);
    text-decoration: none;
	font-size: 17px;
	font-weight: 600;
}

#mobil-menu ul
{
	width: 80%;
	padding: 35px;
	margin: auto;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#mobil-menu li
{
	background-color: white;
	display: flex;
	width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.03);
}

#mobil-menu li:last-child
{
    border-bottom: none;
}


#mobil-menu a
{
	transition: 0.5s;
	padding: 15px;
	color: inherit;
	width: 100%;
	text-decoration: none;
}

#mobil-menu a:hover
{

	background-color: rgba(0, 0, 0, 0.05);
	color: darkcyan;
}

.hidden
{
	display: none;
}

.disapear
{
	opacity: 0 !important;
}

#corps .zone-text > .zone-boxe
{
	width: min-content;
	margin-top: auto;
	margin-bottom: auto;
	min-width: 340px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 1.5em;
	padding: 22px;
}


@media all and (max-width: 381px)
{
	body
	{
		width:800px;
		margin:auto;
		margin-top:20px;
		margin-bottom:20px;
	}


	#en_tete
	{
		background-image:url("header2.png");
		margin-left:-10px;
	}}


/* Le corps de la page */

@media (width <= 1000px) {
	#menu {
		padding-top: 17px;
	}

	#menu > ul {
		display: none;
	}

	#header {
		padding-right: calc(100vw*0.1);
		padding-left: calc(100vw*0.1);
	}

	#corps .zone-image
	{
		height: 250px;
	}

	#corps .zone-text
	{
		display: block;
		font-size: 14px;
	}	

	#corps .zone-text > .zone-boxe
	{
		margin: 0 auto;
		width: auto;
		min-width: auto;
	}

}

@media (width > 1000px) {
	#menu > a {
		display: none;
	}

	#mobil-menu {
		display: none;
	} 

	#corps .zone-image
	{
		height: 400px;
	}
		
	#corps .zone-text
	{
		display: flex;
		font-size: 16px;
	}

	#corps .zone-text > .zone-boxe
	{
		margin-left: 50px;
	}
}

#corps
{
	background-color: white;
	position: absolute;
	top: 75px;
	width: 100%;
	margin-left:0px;
	color:#000066;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

#corps .zone-image
{
	transition: 0.3s;
	overflow: hidden;
	background-size: cover;
	background-position-y: 35%;
	display: flex;
}

#corps #chevaux
{
	background-position-y: 25%;
}

#corps #chiens-chats
{
	background-position-y: 31%;
}

#corps #tarifs
{
	background-position-y: 23%;
}


#corps .zone-image h1
{
	margin: auto;
	width: 100%;
	color: white;
	font-size: 70px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	font-weight: 100;
	font-family: 'Crimson Text', Georgia, "Times New Roman", serif;
}

#corps .full-page
{
	width: 100%;
}

#corps .carte
{
	max-width: 100%;
	padding-top: 35px;
	display: flex;
	justify-content: space-around;
}

#corps .carte > img
{
	max-width: 845px;
	width: 100%;
}

#corps .zone-text
{
	padding: 0 27px;
	max-width: 1080px;
	margin: auto;
	color: #666;
	font-size:1.2em;
	font-weight: 500;
	margin-bottom: 100px;
	margin-top: 50px;
	width: 80%;
}

#corps .zone-text ul
{
	padding-bottom: 1em;
}

#corps .zone-text li
{
	line-height: 29px;
}

#corps .zone-text > div
{
	margin: 0;
	padding: 0;
}


#corps .zone-text.tarifs
{
	display: block;
	font-size: 24px;
	font-weight: 500;
}

#corps .tarifs li
{
	line-height: 1.8em;
}

#corps h1
{
	color:#000000;
	font-size:1.9em;
	text-align:center;
}

#corps p
{
	padding-bottom: 1em;
	line-height: 1.9em;
}

#corps p.last
{
	padding-bottom: 0;	
	margin-bottom: -12px;
}


#corps h2
{
	height:30px;
	font-size:1.6em
	background-image:url("titre.png");
	background-repeat:no-repeat;
	padding-left:30px;
	color:#000000;
	text-align:left;
}

#corps .contact
{
	display: flex;
	color: rgb(50, 50, 50);
	justify-content: space-evenly;
	font-size: 24px;
    max-width: 100%;
    height: fit-content;
    flex-wrap: wrap;}

#corps .contact > div
{
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 8px;
	font-weight: 600;
	border-radius: 3px;
	margin-bottom: 15px;
}

/* Le pied de page */

#pied
{
	padding:5px;
	text-align:center;
	color:#000000;
	background-color:#000000;
	border:10%;
}

#pied h4
{
	color:#b0b0b0;
	height:20px;
	text-align:center;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
                        
            