/* --------- 1. Reset CSS - Eric Meyer  --------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display en block pour les anciens fureteurs */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** General ***/
body {
	margin: 0px;
	padding: 0px;
	font: 62.5% Arial, Verdana, sans-serif;
	background-color: #fff;
	background: url(../img/concrete_seamless.png) repeat;
}
article, aside, footer, header, nav, section, figure, figcaption {
	display: block;
	text-decoration: none;
}
* {
	margin: 0px;
	padding: 0px;
}

	/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,400italic,700,700italic,500italic);
@font-face {
	font-family:'fontastique';
	src: url('fontastique.eot');
	src: url('fontastique.eot?#iefix') format('embedded-opentype'),
	      url('fontastique.woff') format('woff'),
	      url('fontastique.ttf') format('truetype'),
	      url('fontastique.svg#fontastique') format('svg');
	font-style: normal;
	font-weight: normal;
}
/* PERSONNALISER */
.nofloat {
	clear: both;
}

/* STRUCTURE */
#wrapper {
	margin: auto;
	margin-bottom: -216px;
	width: 100%;
}
#wrapper:after {
	display: block;
}
/* MENU bootstrap */
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
/* tabs */
.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 70%;}
/* CORBEILLE */
#corbeille {
	float: left;
	margin: 10px auto;
	padding: 10px;
	width: 60%;
}
#droppable { 
	float: left; 
	margin: 10px; 
	padding: 0.5em; 
	width: 150px; 
	height: 150px; 
}
.ui-widget-head {
    border: 2px solid #15bae8;
    background: #fff;
    color: #15bae8;
    font-weight: bold;
}
/* SLIDER IMAGES */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: auto;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* HEADER Logo */
header#entete-logo-mobile {
	display: none;
}
header#entete-logo {
	margin-top: 50px;
	width: 100%;
	height: 836px;
	background: url(../img/photo-header-ordi.jpg) center no-repeat;
}
header#entete-logo figure{
	margin: auto;
	width: 626px;
}
header#entete-logo figure img{
	top: -30px;
	width: 100%;
	max-width: 626px;
	height: auto;
}
/* logo admin */
header#entete-logo2 figure{
	margin: auto;
	width: 426px;
	text-align: center;
}
header#entete-logo2 figure img{
	top: -30px;
	width: 100%;
	max-width: 626px;
	height: auto;
}

	/* INTERFACE ADMIN */
/* Logo */
article#entete-logo{
	width: 100%;
	height: 1023px;
	background: url(../img/header-ordi.jpg) center no-repeat;
}
article#entete-logo figure{
	margin: auto;
	width: 526px;
}
article#entete-logo figure img{
	width: 100%;
	max-width: 626px;
	height: auto;
}
/* ONGLET ADMIN */
#onglet_admin {
	margin: auto;
	padding: 15px;
	width: 30%;
	text-align: center;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.8);
}
	/* CONTENU DANS LE WRAPPER */
/* MENU PRINCIPAL */
nav {
	width: 100%;
	text-align: center;
}
nav ul {
	list-style-type: none;
	  /* Dégradés */
	background: -webkit-linear-gradient(#6D6E70,#2E2E2E);
	background: -moz-linear-gradient(#6D6E70,#2E2E2E);
	background: -o-linear-gradient(#6D6E70,#2E2E2E);
	background: linear-gradient(#6D6E70,#2E2E2E);
}
nav li { 	
	position: relative; 
	display: inline-block; 
	list-style: none; 
	text-decoration: none; 
}
nav li a {
	display: block;
	padding: 14px 30px;
	font: 350% fontastique, 'Gloria Hallelujah';
	text-decoration: none;
	text-align: center;
	color: #fff;
}
nav a:hover {
	color: #000;
	background: -webkit-linear-gradient(left,#074152,#15bae8 5%,#15bae8 95%,#074152 100%);
	background: -moz-linear-gradient(left,#074152,#15bae8 5%,#15bae8 95%,#074152 100%);
	background: -o-linear-gradient(left,#074152,#15bae8 5%,#15bae8 95%,#074152 100%);
	background: linear-gradient(to right,#074152,#15bae8 5%,#15bae8 95%,#074152 100%);
}

	/* (PREMIÈRE BANDE) */
/* SECTION */
section h1 {
	margin: auto;
	padding: 70px 0;
	width: 55%;
	font: 300% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #f6804b;
}
/* PANNEAU ADMINISTRATION */
header#entete-logo2 h2 {
	font: 240% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	color: #f6804b;
}
#entete-logo2 #deco1 {
	margin: 20px auto 30px;
	width: 60%;
	text-align: center;
}
#administration #deco1 {
	margin: 0px auto 10px;
	width: 100%;
	text-align: center;
}
section#administration {
	margin: auto;
	width: 70%;
}
#administration p {
	font-size: 140%;
	text-align: center;
}
#tabs h3 {
	margin: 10px 0px 20px;
	font-size: 140%;
	font-weight: bold;
}
#hr {
	border-top: 1px solid #7C777F;
}
#adm {
	margin: auto;
	width: 100%;
}
.entretien {
	text-align: center;
}
.entretien h2 {
	font-size: 160%;
	font-weight: bold;
	color: #15bae8;
}
.list {
	margin: 5px auto 20px auto;
	padding: 5px;
	font-size: 120%;
	border: 2px solid #15bae8;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	color: #4a4a4a;
}
.button {
	margin: 10px auto;
	padding: 5px 0px;
	width: 22%;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	background-color: #15bae8;
}
.button:hover {
	color: #15bae8;
	background-color: #fff;
	border: 2px solid #15bae8;
}
/* À PROPOS */
section #info {
	margin: 30px auto 40px auto;
	padding: 50px 0;
	background: url(../img/banderol.png) top center no-repeat;
}
section #info h2 {
	margin: auto;
	padding-bottom: 10px;
	width: 60%;
	font: 260% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	color: #000;
}
section #info p {
	margin: auto;
	padding: 10px 0;
	width: 60%;
	font-size: 140%;
	text-align: justify;
	color: #000;
}
section #info figure {
	margin: 50px auto 0 auto;
	width: 45%;
}
section #info figure img {
	width: 100%;
	height: auto; 
	-webkit-box-shadow: 0px 0px 0px 15px rgba(109,110,112,0.97);
	   -moz-box-shadow: 0px 0px 0px 15px rgba(109,110,112,0.97);
		    box-shadow: 0px 0px 0px 15px rgba(109,110,112,0.97);
}

	/* (DEUXIÈME BANDE) */
section .details {	
	display: block;
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 80px 8px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 0px 80px 8px rgba(0,0,0,0.75);
      	    box-shadow: 0px 0px 80px 8px rgba(0,0,0,0.75);
	background: #fff url(../img/deco-fond-services.png) center no-repeat;
}
section #titre-bleu {
	display: none;
}
section #bleu header {
	margin-bottom: 50px;
}
section #bleu header p {
	margin: auto;
	padding: 10px 0;
	width: 55%;
	font: 220% fontastique, 'Gloria Hallelujah';
	text-align: center;
	color: #000;
}
section #bleu h1 {
	padding: 40px 0;
	font: 300% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #15bae8;
}
section #bleu h2 {
	padding: 10px 0;
	font: 300% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #15bae8;
}
section #bleu p {
	margin: auto;
	padding: 5px 0;
	font-size: 200%;
	text-align: center;
}
section #contact {
	margin: 0 auto 50px auto;
	width: 60%;
}
section #contact p {
	margin: 25px 0;
	padding: 10px 0 10px 90px;
	font-size: 160%;
	text-align: left;
}
section #tel {
	background: url(../img/icon-tel.png) no-repeat;
}
section #add {
	background: url(../img/icon-adresse.png) no-repeat;
}
section #mail {
	background: url(../img/icon-mail.png) no-repeat;
}
section #boss {
	background: url(../img/icon-nom.png) no-repeat;
}
section #bleu img {
	padding: 5px 0;
	width: 5%;
	height: auto;
	text-align: center;
}
	
/* FORMULAIRE */
#legend {
	margin: 20px auto;
	padding: 35px 0 10px 0;
	width: 60%;
	font: 220% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	color: #000;
}
form {
	margin: auto;
	width: 60%;
}
form h1 {
	padding: 20px 0;
}
form label {
	margin-top: 10px; 
	font-size: 140%;
	font-weight: normal;
	color: #000;
}
input {
	margin: 3px auto 5px auto;
	padding: 1%;
	width: 97.5%;
	border: 2px solid #15bae8;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	font-size: 120%;
	background: url(../img/icon-input.png) right center no-repeat;
}
input:last-child {
	background: none;
}
#onglet_admin #user, #pass {
	width: 60%;
}
#onglet_admin label {
	font-weight: bold;
}
#onglet_admin input#valider {
    display: inline-block;
    margin: 10px 2px;
    padding: 10px;
    width: 40%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #fff; 
    background-color: #15bae8; 
    border-radius: 10px;
}
#onglet_admin input#valider:hover {
	color: #15bae8;
    background-color: #fff;
    border: 2px solid #15bae8;
}
form #femme, #homme, #chat, #chien {
	margin-left: 8px;
	width: 10%;
	text-align: left;
}
#province {
	margin: 5px auto 20px auto;
	padding: 5px;
	width: 20%;
	font-size: 120%;
	border: 2px solid #15bae8;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	color: #4a4a4a;
}
textarea#texta {
	margin: 5px auto 20px auto;
	padding: 1%;
	width: 97.5%;
	font: 180% Arial, Verdana, sans-serif;
	border: 2px solid #15bae8;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
form #terminer {
	margin: 50px 39% 10px 39%;
	padding: 5px 15px;
	width: 22%;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
	background-color: #15bae8;
}
form #terminer:hover {
	color: #15bae8;
	background-color: #fff;
}

section .prix {
	float: left;
	margin: 70px 0; 
	width: 50%;
}
section .prix h2 {
	padding: 50px 0;
	font: 300% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #15bae8;
}
	/* PHOTO CHAT ET CHIEN (TROISIÈME BANDE) */
section #photo {
	width: 100%;
	height: 898px;
	background: url(../img/deco-photo.png) top left no-repeat, url(../img/deco-photo2.png) bottom right no-repeat, url(../img/photo-ordi.jpg) top center no-repeat;
}

	/* (QUATRIÈME BANDE) */
section #titre-orange {
	display: none;
}
section #orange header {
	margin-bottom: 50px;
}
section #orange header h1 {
	padding: 40px 0;
	font: 380% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #f6804b;
}
section #orange header p {
	margin: auto;
	padding: 10px 0;
	width: 52%;
	font: 200% fontastique, 'Gloria Hallelujah';
	text-align: center;
	color: #000;
}
section #orange h2 {
	margin-top: 40px;
	padding: 10px 0;
	font: 200% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #f6804b;
}
section #orange header > h2 {
	font-size: 280%;
}
section #orange p {
	margin: auto;
	padding: 5px 0;
	font-size: 160%;
	text-align: center;
}

/* PAGE COMPAGNONS */
section #compagnons h1 {
	padding: 40px 0;
	font: 380% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #15bae8;
}
section #compagnons2 h1 {
	padding: 40px 0;
	font: 380% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #f6804b;
}

.photo-grid {
	margin: 1em auto;
	max-width: 1106px;
	text-align: center;
}
.photo-grid li {
	display: inline-block;
	margin: 1em;
	width: 387px;
}
.photo-grid li:hover figcaption {
	opacity: 1;
}
.photo-grid li:hover figcaption p {
	-webkit-transform: translateY(40px);
	   -moz-transform: translateY(40px);
	        transform: translateY(40px);
}
.photo-grid li:hover img {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	        transform: scale(1.5);
}
.photo-grid img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 300ms;
	   -moz-transition: all 300ms;
	        transition: all 300ms;
}
.photo-grid figure {
	overflow: hidden;
	position: relative;
	width: 387px;
	height: 387px;
}
.photo-grid figcaption {
	z-index: 100;
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 300ms;
	   -moz-transition: all 300ms;
	        transition: all 300ms;
	-webkit-transition-delay: 100ms;
	   -moz-transition-delay: 100ms;
	        transition-delay: 100ms;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.photo-grid figcaption h2 {
	float: left;
	padding: 80px 0 40px 0;
	width: 100%;
	font: 380% fontastique, 'Gloria Hallelujah';
	font-weight: bold;
	text-align: center;
	color: #15bae8;	
}
.photo-grid figcaption .color {
	color: #f6804b;
}
.photo-grid figcaption p {
	float: left;
	display: table-cell;
	position: relative;
	padding: 5px 0;
	width: 387px;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
	font-size: 180%;
	vertical-align: middle;
}
.sujet {
	display: none;
}

/* FOOTER */
#footer, #wrapper:after {
	height: 216px;
}
#footer {
	padding: 100px 0 350px 0;
	width: 100%;
	background: url(../img/design-footer.png) bottom center no-repeat;
}
footer #copy, #social {
	float: left;
	width: 50%;
}
footer #copy nav {
	width: 100%;
	text-align: center;
}
footer #copy nav ul {
	list-style-type: none;
	background: none;
}
footer #copy nav li { 	
	position: relative; 
	display: inline-block; 
	list-style: none; 
	text-decoration: none; 
}
footer #copy nav li a {
	display: block;
	padding: 14px 10px;
	font: 180% fontastique, 'Gloria Hallelujah';
	text-decoration: none;
	color: #000;
}
footer #copy nav a:hover {
	color: #15bae8;
	box-shadow: none;
	background: none;
}
footer #copy p {
	padding-top: 20px;
	font-size: 120%;
	text-align: center;
}
footer #social figure {
	float: left;
	padding: 0 3%;
}
footer #social figure:first-child {
	margin-left: 10%;
}
footer #social figure:hover {
    -webkit-animation-duration: 1.5s; 
            animation-duration: 1.5s; 
    -webkit-animation-name: bounce; 
            animation-name: bounce; 
} 
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 
@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* PLUS BAS DE 1024PX */
@media screen and (max-width: 1024px) {
	#wrapper {
		max-width: 1024px;
	}

	/* HEADER Logo */
	header #entete-logo-mobile {
		display: none;
	}
	header#entete-logo {
		width: 100%;
		height: 560px;
		background: url(../img/photo-header-ipad.jpg) top center no-repeat;
	}
	header#entete-logo figure{
		margin: auto;
		width: 516px;
	}

		/* CONTENU DANS LE WRAPPER */
	/* MENU PRINCIPAL */
	nav li {
		float: left;	
		width: 50%;
		background: -webkit-linear-gradient(#6D6E70,#4F4F4F);
		background: -moz-linear-gradient(#6D6E70,#4F4F4F);
		background: -o-linear-gradient(#6D6E70,#4F4F4F);
		background: linear-gradient(#6D6E70,#4F4F4F);
	}
	nav li:nth-child(3) {
    	background: -webkit-linear-gradient(#4F4F4F,#2E2E2E);
		background: -moz-linear-gradient(#4F4F4F,#2E2E2E);
		background: -o-linear-gradient(#4F4F4F,#2E2E2E);
		background: linear-gradient(#4F4F4F,#2E2E2E);
	}
	nav li:nth-child(4) {
	    background: -webkit-linear-gradient(#4F4F4F,#2E2E2E);
		background: -moz-linear-gradient(#4F4F4F,#2E2E2E);
		background: -o-linear-gradient(#4F4F4F,#2E2E2E);
		background: linear-gradient(#4F4F4F,#2E2E2E);
	}
	nav li a {
		border: 2px solid #4a4a4a;
	}

		/* (PREMIÈRE BANDE) */
	/* SECTION */	
	section h1 {
		padding-top: 200px;
		width: 70%;
	}
	section #info h2 {
		width: 70%;
	}
	section #info p {
		width: 70%;
	}
	section #info figure {
		min-width: 421px;
	}
	section #bleu header p {
		width: 70%;
	}
	#compagnons .sujet {
		display: block;
		float: left;
		width: 100%;
		height: 170px;
		border-radius: 25px;
		background-color: #15bae8;
	}
	#compagnons2 .sujet {
		display: block;
		float: left;
		width: 100%;
		height: 170px;
		border-radius: 25px;
		background-color: #f6804b;
	}
	article .sujet h2 {
		float: left;
		padding: 4% 0 20px 0;
		width: 100%;
		font: 200% fontastique, 'Gloria Hallelujah';
		font-weight: bold;
		text-align: center;
		color: #fff;	
	}
	article .sujet p {
		float: left;
		padding: 3px 0;
		width: 100%;
		font-size: 120%;
		text-align: center;
		color: #fff;
	}

	/* FORMULAIRE */
	form input {
		padding: 2%;
	}
	#province {
		width: 40%;
	}
	input[type=radio] {
		background-image: none;
	}	
	textarea#texta {
		padding: 2%;
	}

		/* PHOTO CHAT ET CHIEN (TROISIÈME BANDE) */
	section #photo {
		width: 100%;
		height: 598px;
		background: url(../img/deco-photo-ipad.png) top left no-repeat, url(../img/deco-photo2-ipad.png) bottom right no-repeat, url(../img/photo-ipad.jpg) top center no-repeat;
	}

		/* (QUATRIÈME BANDE) */
	section #orange header > h2 {
		font-size: 380%;
	}
	section #orange header p {
		width: 70%;
	}

	/* FOOTER */
	footer #copy, #social {
		display: block;
		width: 100%;
	}
	footer #copy nav ul {
		list-style-type: none;
		background: none;
	}
	footer #copy nav li { 
		float: none;
		width: 18%;	
		background: none;
	}
	footer #copy nav li a {
		border: none;
	}
	footer #copy p {
		margin: auto;
		padding-top: 10px;
	}
	footer #social figure {
		padding: 60px 0 0 0;
		width: 27%;
		text-align: center;
	}
}
/* PLUS BAS DE 768PX */
@media screen and (max-width: 768px) {
	/* HEADER Logo */
	header#entete-logo-mobile {
		display: none;
	}
	header#entete-logo{
		width: 100%;
		height: 628px;
		background: url(../img/photo-header-ipad2.jpg) top center no-repeat;
	}
	header#entete-logo figure{
		margin: auto;
		width: 90%;
	}
	header#entete-logo figure img {
		width: 100%;
		max-width: none;
	}

		/* CONTENU DANS LE WRAPPER */
	/* MENU PRINCIPAL */
	nav li {
		float: left;	
		width: 100%;
		background: -webkit-linear-gradient(#6D6E70,#6D6E70);
		background: -moz-linear-gradient(#6D6E70,#6D6E70);
		background: -o-linear-gradient(#6D6E70,#6D6E70);
		background: linear-gradient(#6D6E70,#6D6E70);
	}
	nav li:nth-child(2) {
    	background: -webkit-linear-gradient(#6D6E70,#4F4F4F);
		background: -moz-linear-gradient(#6D6E70,#4F4F4F);
		background: -o-linear-gradient(#6D6E70,#4F4F4F);
		background: linear-gradient(#6D6E70,#4F4F4F);
	}
	nav li:nth-child(3) {
    	background: -webkit-linear-gradient(#4F4F4F,#2E2E2E);
		background: -moz-linear-gradient(#4F4F4F,#2E2E2E);
		background: -o-linear-gradient(#4F4F4F,#2E2E2E);
		background: linear-gradient(#4F4F4F,#2E2E2E);
	}
	nav li:nth-child(4) {
	    background: -webkit-linear-gradient(#2E2E2E,#2E2E2E);
		background: -moz-linear-gradient(#2E2E2E,#2E2E2E);
		background: -o-linear-gradient(#2E2E2E,#2E2E2E);
		background: linear-gradient(#2E2E2E,#2E2E2E);
	}
	nav li a {
		padding: 2.7% 3%;
		border-top: 2px solid #4a4a4a;
		border-bottom: 2px solid #4a4a4a;
	}
		/* (PREMIÈRE BANDE) */
	/* SECTION */	
	section h1 {
		padding-top: 200px;
		width: 80%;
	}

	/* À PROPOS */
	section #info {
		background: url(../img/banderol-ipad.png) top center no-repeat;
	}
	section #info h2 {
		width: 80%;
	}
	section #info p {
		width: 80%;
	}
	section #bleu header p {
		width: 80%;
	}
	section #contact {
		width: 80%;
	}

	/* FORMULAIRE */
	legend, form {
		width: 80%;
	}
	form #terminer {
		margin: 20px 0 0 0;
		padding: 15px;
		width: 50%;
	}

	section .prix {
		margin: 40px 0;
		width: 100%;
	}

		/* PHOTO CHAT ET CHIEN (TROISIÈME BANDE) */
	section #photo {
		width: 100%;
		height: 598px;
		background: url(../img/photo-ipad.jpg) top center no-repeat;
	}

		/* (QUATRIÈME BANDE) */
	section #orange header p {
		width: 80%;
	}

	/* FOOTER */
	footer #copy nav {
		display: none;
	}
	footer #copy p {
		margin: auto;
		width: 90%;
	}
}

/* PLUS BAS DE 480PX */
@media screen and (max-width: 480px) {
	/* HEADER LOGO */
	header#entete-logo {
		display: none;
	}
	header#entete-logo-mobile {
		display: block;
		width: 100%;
		height: 211px;
		background: none;
	}
	header#entete-logo-mobile figure{
		margin: 60px auto 0px;
		width: 90%;
	}
	header#entete-logo-mobile figure img{
		width: 100%;
		height: auto;
	}

		/* CONTENU DANS LE WRAPPER */
	/* MENU PRINCIPAL */
	nav {
		width: 100%;
		text-align: center;
	}
	nav li { 	
		position: relative; 
		display: inline-block; 
		list-style: none; 
		text-decoration: none; 
	}
	nav li a {
		display: block;
		padding: 15px 30px;
		font: 350% fontastique, 'Gloria Hallelujah';
		text-decoration: none;
		text-align: center;
		color: #fff;
	}

		/* (PREMIÈRE BANDE) */
	section h1 {
		padding-top: 150px;
	}
	/* À PROPOS */
	section #info {
		margin: 0 auto;
		background: url(../img/banderol-mobile.png) top center no-repeat;
	}
	section #info figure {
		display: none;
	}

	/* FORMULAIRE */
	legend {
		text-align: center;
	}

	/* (DEUXIÈME BANDE) */
	section .details {	
		background-image: none;
	}
	section #titre-bleu {
		display: block;
		padding: 40px 0;
		width: 100%;
		background-color: #15bae8;
	}
	section #titre-bleu h1 {
		padding: 0;
		color: #fff;
		text-align: center;
	}
	section #bleu h1 {
		display: none;
	}
	section #contact {
		width: 90%;
	}
	section #contact p {
		padding: 10px 0 10px 70px;
	}
	#compagnons .sujet {
		display: block;
		float: left;
		margin: auto;
		width: 100%;
		height: 170px;
		border-radius: 25px;
		background-color: #15bae8;
	}

		/* PHOTO CHAT ET CHIEN (TROISIÈME BANDE) */
	section #photo {
		width: 100%;
		height: 364px;
		background: url(../img/photo-mobile.jpg) top center no-repeat;
	}

		/* (QUATRIÈME BANDE) */
	section #titre-orange {
		display: block;
		padding: 40px 0;
		width: 100%;
		background-color: #f6804b;
	}
	section #titre-orange h1 {
		padding: 0;
		text-align: center;
		color: #fff;
	}
	section #orange h1 {
		display: none;
	}
	section #orange h2 {
		margin-top: 20px; 
	}
	#compagnons2 .sujet {
		display: block;
		float: left;
		margin: auto;
		width: 100%;
		height: 170px;
		border-radius: 25px;
		background-color: #f6804b;
	}

	/* PAGE COMPAGNONS */
	section #compagnons h1 {
		display: none;
	}
	section #compagnons2 h1 {
		display: none;
	}
	.photo-grid li {
		width: 350px;
	}
	.photo-grid figure {
		width: 350px;
		height: 350px;
	}
	.photo-grid figcaption {
		display: none;
	}

	/* FOOTER */
	#footer {
		background: url(../img/design-footer-mobile.png) bottom center no-repeat;
	}
}

@media screen and (max-width: 350px) {
	/* HEADER LOGO */
	header#entete-logo-mobile {
		display: block;
		width: 100%;
		height: 160px;
		background: none;
	}
		/* (DEUXIÈME BANDE) */
	/* SECTION */
	section #contact {
		width: 95%;
	}
	section #contact p {
		padding: 10px 0 10px 60px;
		font-size: 180%;
	}
}