@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-role reset for older browsers */
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;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/



html {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	line-height:1.3em;
	font-size:15px;
	color:#666;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body > aside:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	position:absolute;
	z-index:1;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	line-height:1.2em;
}
h1{
	z-index:4;
	position:relative;
	padding:35px 20px 20px 20px;
	font-size:4.2em;
	font-family: 'Pacifico', cursive;
	color:#fff;
	text-align:center;
}
h2{
	position:relative;
	margin:1em 0 .5em 0;
	font-size:2.8em;
	font-family: 'Pacifico', cursive;
	color:#000;
}
h3{
	margin:2em 0 .5em 0;
	font-size:1em;
	color:#ED1E79;
	text-transform:uppercase;
}
p{
	line-height:1.5em;
	margin:1em 0;
}
strong{
	font-weight:700;
}
a{
	text-decoration:none;
}

/*****************************************************/

.clear{
	clear:both;
	display:block;
	height:0;
}
.btn{
	display:inline-block;
	padding:10px 3em;
	background:#ED1E79;
	color:#fff !important;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	border-radius:3px;
	font-size:.9em;
}

/*****************************************************/
#logo{
	display:inline-block;
	padding:1em;
	position:relative;
	z-index:3;
}
#logo img{
	display:block;
	margin:0 auto;
	max-width:300px;
	width:90%;
	height:auto;
}
@media screen and (max-width: 980px) 
{
	#logo{
		display:block;
		padding-bottom:3em;
	}
	#logo img{
		width:100%;
		max-width:220px;
	}
}

/*****************************************************/

#menu1{
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 980px) 
{
	#menu1{
		display:none;
		position:fixed;
		left:5%;
		top:5%;
		width:90%;
		height:90%;
		background:#ED1E79;
		color:#fff;
		z-index:1000;
		overflow:auto;
		padding:3em;
		transform: scale(2) translate(0,100%);
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	#menu1.on{
		transform: scale(1) translate(0,0);
	}
	#menu1 a{
		display:block;
		color:#fff;
		padding:.5em 0;
	}
	#menu1 > ul > li {

	}
	#menu1 > ul > li > a{

		margin-top:1em;
		border-bottom:1px solid #fff;
		font-size:1.3em;
	}
	#menu1open{
		position:absolute;
		right:5px;
		top:5px;
		border-radius:3px;
		width:50px;
		height:50px;
		background:url(https://parcornithologique.com/i/menu.png) no-repeat center center;
		background-size:contain;
		z-index:900;
	}
	#menu1close{
		position:absolute;
		right:8px;
		top:8px;
		width:25px;
		height:25px;
		background:url(https://parcornithologique.com/i/close.png) no-repeat center center;
		background-size:contain;
	}
	#menu1bg{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.7);
		z-index:900;
		display:none;
	}
}
@media screen and (min-width: 980px) 
{
	#menu1{
		float:right;
		text-align:center;
		margin-top:10px;
		padding-right:100px;
		position:relative;
		width:67%;
	}
	#menu1 > ul > li{
		display:inline-block;
		position:relative;
	}
	#menu1 > ul > li:after{
		content:'';
		display:block;
		width:1px;
		height:8px;
		background:url(https://parcornithologique.com/i/filet1.gif) no-repeat 0 0;
		position:absolute;
		left:50%;
		bottom:0;
		z-index:1;
	}
	#top.fixed #menu1 > ul > li:after{
		background-position:0 100%;
	}

	#menu1 > ul > li a{
		color:#fff;
		display:block;
		padding:1em 1.75em 18px 1.75em;
		font-weight:700;
		position:relative;
		z-index:2;
	}
	#menu1 > ul > li > a.menuactive:before{
		position:absolute;
		left:50%;
		margin-left:-8px;
		bottom:-12px;
		content:'';
		display:block;
		background:url(https://parcornithologique.com/i/curseur.png) no-repeat center bottom;
		width:16px;
		height:21px;
		opacity:1;
		-webkit-transition: opacity 0.6s ease-out 0s, bottom 0.6s ease-out 0s;-moz-transition: opacity 0.6s ease-out 0s, bottom 0.6s ease-out 0s;-o-transition: opacity 0.6s ease-out 0s, bottom 0.6s ease-out 0s;-ms-transition: opacity 0.6s ease-out 0s, bottom 0.6s ease-out 0s;transition: opacity 0.6s ease-out 0s, bottom 0.6s ease-out 0s;
	}
	#top.fixed #menu1 > ul > li a{
		color:#4D4D4D;
	}
	#menu1 ul li ul{
		display:none;
	}
	#menu1 ul li:hover ul{
		display:block;
		position:absolute;
		top:100%;
		left:50%;
		margin-left:-100px;
		background:#fff;
		color:#000;
		width:200px;
	}
	#menu1 ul li:hover a.menuactive:before{
		opacity:0;
		bottom:12px;
	}
	#menu1 ul li li a{
		color:#000;
		text-transform:none;
		font-weight:400;
		font-size:.85em;
		-webkit-transition: color 0.4s ease-out 0s;-moz-transition: color 0.4s ease-out 0s;-o-transition: color 0.4s ease-out 0s;-ms-transition: color 0.4s ease-out 0s;transition: color 0.4s ease-out 0s;
	}
	#menu1 ul li li a.menuactive{
		color:#ED1E79;
	}
	#menu1 ul li a:hover{
		color:#ED1E79 !important;
	}
	#menu1sub{
		position:absolute;
		right:0;
		top:0;
		z-index:80;
	}
	#menu1sub_btn{
		cursor:pointer;
		width:20px;
		height:20px;
		background:#f00;
		position:absolute;
		right:80px;
		top:10px;
		z-index:1;
		background:url(https://parcornithologique.com/i/plus.png) no-repeat center bottom;
	}
	#menu1sub_in{
		z-index:1;
		display:none;
		position:absolute;
		right:80px;
		top:29px;
		padding:0;
		min-width:150px;
		max-width:200px;
		text-align:center;
		background:#fff;
	}
	#menu1sub_in li a{
		display:block;
		padding:10px;
		border-top:1px solid #eee;
	}
	#menu1sub_in li:first-child a{
		border-top:0;
	}
	#langs {
		margin-top:8px;
	}
	#langs li{
		float:left;
		margin-left:8px;
	}
	#langs li.active{
		opacity:.5;
	}
}
@media screen and (min-width: 980px)  and (max-width: 1150px) 
{
	#menu1 > ul > li a{
		padding-left:1em;
		padding-right:1em;
	}
}

/*****************************************************/

#menu2 ul{
	text-align:center;
	padding-bottom:2em;
}
#menu2 li{
	display:inline-block;
}
#menu2 li a{
	text-transform:uppercase;
	color:#000;
	padding:0 2em;
	border-left:1px solid #ccc;
}
#menu2 li.menuactive a{
	font-weight:600;
}
#menu2 li:first-child a{
	border-left:0;
}

/*****************************************************/

#cover{
	background:no-repeat center 25%;
	background-size:cover;
	position:relative;
	height:100%;
}
#intro{
	position:relative;
}
#intro.no_img{
	background:#ccc;
	min-height:0;
}
#intro .center{
	max-width:1400px;
	position:relative;
}
#intro_txt_in p{
	text-align:center;
	margin:0 auto;
	font-size:1.6em;
	line-height:1.5em;
	text-shadow: rgb(0, 0, 0) 0px 0px 7px;
	color:#fff;
}

@media screen and (max-width: 980px) 
{
	#cover{
		background-size:cover;
	}
	#intro_txt{
		padding:0 2em;
	}
	#intro_txt h1{
		padding:0;
		font-size:3em;
	}
	#intro_txt_in{
		padding-bottom:2em;
	}
	#intro_txt_in p{
		font-size:1.2em;
		padding-top:8px;
	}
	#more{
		display:none;
	}
}
@media screen and (min-width: 980px) {

	#top{
		background:url(https://parcornithologique.com/i/ombre.png) repeat-x left top;
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	#top, #top *{
		-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;
	}
	#top.fixed{
		background:#fff;
		position:fixed;
		z-index:100;
	}
	#intro{
		background:#666 url(https://parcornithologique.com/i/loading2.gif) no-repeat center center;
		min-height:400px;
	}
	#intro_txt{
		clear:both;
		text-align:center;
		position:absolute;
		bottom:100px;
		width:100%;
		color:#fff;
	}

	#intro.no_img #top{
		background:transparent;
	}
	#intro.no_img #intro_txt{
		position:static;
		color:#000;
		background:transparent;
		padding-top:150px;
		padding-bottom:30px;
	}
	#intro.no_img #intro_txt *{
		color:#000;
	}
	#intro_txt_in p{
		max-width:600px;
	}
	#more{
		width:42px;
		height:22px;
		background:url(https://parcornithologique.com/i/fleche1.png) no-repeat 0 0;
		left:50%;
		bottom:0;
		transform: translate(-50%, -200%);
		position:absolute;
		cursor:pointer;
	}
}

/*****************************************************/

#content{
	padding:1.5em 1em;
}
#content .center > :first-child{
	margin-top:0;
}
#content_in a{
	color:#ED1E79;
}
#content_in ul{
	padding-left:1.5em;
	/*text-align:center;*/
}
#content_in li{
	list-style-type:disc;
	margin-bottom:5px;
}
@media screen and (min-width: 980px) {
	#content{
		padding:5em 0;
	}
}
/*****************************************************/

.cols{
	min-height:1%;
	overflow:visible;
	clear:both;
}
.cols:after{
	display:block;
	content:'';
	clear:both;
}
@media screen and (min-width: 980px) {
	.col{
		float:left;
		padding-left:60px;
		padding-right:60px;	
	}
	.cols .col:first-child{
		padding-left:0;
	}
	.cols .col:last-child{
		padding-right:0;
	}
	.col2{
		width:50%;
	}
}
	
/*****************************************************/

#social li{
	display:inline-block;
}
#social li a{
	display:block;
	width:50px;
	height:36px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fff;
	-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;
	text-indent:-5000px;
}
#social li a.social1{
	background-image:url(https://parcornithologique.com/i/social1.png);
}
#social li a.social2{
	background-image:url(https://parcornithologique.com/i/social2.png);
}
#social li a.social3{
	background-image:url(https://parcornithologique.com/i/social3.png);
}
#social li a.social4{
	background-image:url(https://parcornithologique.com/i/social4.png);
}
#social li a:hover{
	background-color:#ED1E79;
}
@media screen and (max-width: 980px) {
	#social{
		text-align:center;
	}
}
/*****************************************************/


#sub{
	clear:both;
	background:#E6E6E6;
	padding:2em 0;
}
#sub h2{
	font-family: 'Montserrat', sans-serif;
	margin:0 0 1em 0;
	color:#ED1E79;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:400;
}
#sub a{
	display:block;
}
#sub span.img{
	display:none;	
}
@media screen and (max-width: 980px) 
{
	#sub{
		padding:2em 1em;
	}
	#sub ul{
		padding-left:2em;
	}
	#sub li{
		list-style-type:disc;
	}
	#sub li.menuactive{
		font-weight:600;
	}
	#sub li a{
		color:#000;
		padding:.5em 0;
		border-bottom:1px solid #ccc;
	}
}
@media screen and (min-width: 980px) 
{
	#sub .center{
		padding:0;
	}
	#sub li{
		float:left;
		position:relative;
		z-index:1;
	}
	#sub li:hover{
		z-index:2;
	}
	#sub li a{
		background:#fff;
		color:#000;
	}
	#sub li.menuactive{	
		color:#fff;
	}
	#sub li.menuactive a{
		background:#ED1E79;
		color:#fff;
	}
	#sub .sub2 li{
		width:50%;
	}
	#sub .sub3 li{
		width:33.33%;
	}
	#sub .sub4 li{
		width:25%;
	}
	#sub .sub5 li{
		width:20%;
	}
	#sub li a{
		height:460px;
		display:block;
		position:relative;
		text-align:center;
		-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;
	}
	#sub li a:hover{
		transform: scale(1.1);
	}
	#sub li a:hover span.img{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	#sub span.txt{
		display:block;
		height:230px;
		position:relative;
		z-index:2;
	}
	#sub span.txt:after{
		content:'';
		display:block;
		width:30px;
		height:30px;
		position:absolute;
		left:50%;	
		background:#fff;
		transform: rotate(45deg) translate(-50%, 0);
		-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;
	}
	#sub li.menuactive span.txt:after{
		background:#ED1E79;
	}
	#sub span.txt > span{
		position:absolute;
		width:70%;
		top:50%;
		left:12.5%;
		font-size:2em;
		transform: translate(0, -50%);
		font-family: 'Pacifico', cursive;
	}
	#sub span.txt span span{
		font-size:12px;
		font-family: 'Open Sans', sans-serif;
		clear:both;
		display:block;
		padding-top:15px;
	}
	#sub span.img{
		display:block;	
		height:230px;
		width:100%;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		position:absolute;
		left:0;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		z-index:1;
		-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;
	}
	#sub .sub_img1{
		padding-top:230px;
	}
	#sub .sub_img1 span.img{
		top:0;
	}
	#sub .sub_img0{
		padding-top:0px;
	}
	#sub .sub_img0 span.img{
		top:230px;
	}
	#sub .sub_img0 span.txt:after{
		bottom:-17px;
	}
	#sub .sub_img1 span.txt:after{
		top:5px;

	}
	#sub a.sub_img0:hover span.txt:after{
		bottom:-22px;
	}
	#sub a.sub_img1:hover span.txt:after{
		top:0px;
	}
}

/*****************************************************/

#sub2{
	background:#333333;
	clear:both;
	padding:4em 0 3em 0;
	overflow:visible;
	min-height:1%;
}
#sub2:after{
	content:'';
	clear:both;
	display:block;
}
#sub2 h2{
	font-family: 'Montserrat', sans-serif;
	margin:0 0 1em 0;
	color:#fff;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:400;
}
#sub2 h2:after{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:url(https://parcornithologique.com/i/fleche3.png) no-repeat 0 0;
	margin-left:14px;
}
#sub2_map_in img{
	display:block;
	width:100%;
	height:auto;
}
#contact{
	position:relative;
	z-index:50;
}
#contacts{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#fff;
}
#contact_title{
	background:#aaa;
	padding:.75em 1em;
	text-align:center;
	border-radius:3px;
}
#contact_title:hover{
	background:#fff;
}
#contact_title:after{
	content:'';
	display:inline-block;
	width:16px;
	height:9px;
	background:url(https://parcornithologique.com/i/fleche2.png) no-repeat 0 0;
	margin-left:14px;
}
#contacts li{
	text-align:center;
	padding:.75em .25em;
	cursor:pointer;
}
#contacts li.active{
	display:none;
}
#contacts li:hover{
	color:#fff;
	background:#ED1E79;
}
.contactFooter{
	font-size:.85em;
	text-align:center;
	color:#fff;
	margin-bottom:2em;
}
.contactFooter p{
	margin-bottom:0;
}
.contactFooter a{
	color:#ED1E79;
}
#socials h2{
	float:left;
}

#social{
	transform:translateY(-5px);

}

@media screen and (max-width: 600px) 
{
	#sub2{
		padding:0 1em 2em 1em;
	}
	#sub2 h2{
		padding-top:1em;
	}
}
@media screen and (min-width: 600px) 
{
	#sub2{
		padding-left:1em;
		padding-right:1em;
	}
	#sub2_map{
		float:left;
		width:50%;
	}
	#sub2_contact{
		float:right;
		width:46.5%;
	}
	#sub2_map_in{
		border-right:1px solid #606060;
		padding-right:7%;
	}
}
@media screen and (min-width: 960px) 
{
	#sub2{
		padding-left:0;
		padding-right:0;
	}
}

/*****************************************************/

#sub3{
	background:#1A1A1A;
	color:#B3B3B3;
	padding:4em 0;
	clear:both;
}
#sub3 a{
	color:#fff;
}
#sub3 h2{
	font-family: 'Montserrat', sans-serif;
	margin:0 0 1em 0;
	color:#fff;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:400;
}
#sub3 h2:after{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:url(https://parcornithologique.com/i/fleche3.png) no-repeat 0 0;
	margin-left:14px;
}

#sub3 #sub3_news img{
	float:left;
	display:block;
	padding-right:24px;
}
#sub3 #sub3_news div{
	font-size:.9em;
}
#sub3 #sub3_news div p{
	line-height:1.25em;
}
@media screen and (max-width: 980px) 
{
	#sub3{
		padding:1em;
	}
	#sub3_news{
		display:none;
	}
	#sub3 #sub3_links{
		padding:2em 0 1em 0;
	}
	#sub3 #sub3_links a{
		display:block;
		padding:.5em 0;
		border-bottom:1px solid #333;
	}
}
@media screen and (min-width: 980px) 
{
	#sub3 #sub3_news{
		float:left;
		width:50%;
		padding-right:5%;
	}
	#sub3 #sub3_logo{
		float:left;
		width:25%;
		height:120px;
		background:url(https://parcornithologique.com/i/logo3.png) no-repeat center center;
		border-left:1px solid #535353;
		border-right:1px solid #535353;
		margin-top:3.5em;
	}
	#sub3 #sub3_links{
		float:left;
		width:25%;
		border-right:1px solid #535353;
		min-height:120px;
		margin-top:3.5em;
		padding-left:3%;
		font-weight:700;
	}
	#sub3 #sub3_links li{
		margin-top:1.1em;
		font-size:.85em;
	}
	#sub3 #sub3_links li:first-child{
		margin-top:0;
	}
}

/*****************************************************/

#page_index #content,
#page_welcome #content{
	/*display:none;*/
}


#all{
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
#all.leave{
	transform:translate(0, -500px);
}

#page_out{
	position:fixed;
	top:100%;
	height:100%;
	width:100%;
	left:0;
	background:#fff url(https://parcornithologique.com/i/loading.gif) no-repeat center center;
	z-index:999;

	-webkit-transition: top .5s ease-out;
	-moz-transition: top .5s ease-out;
	-o-transition: top .5s ease-out;
	transition: top .5s ease-out;
}
#page_out.leave{
	top:0%;
}
#page_out.enter{
	top:-100%;
}

/*****************************************************/
/*****************************************************/
/*****************************************************/
@media screen and (min-width: 980px) 
{
	.center{
		margin:0 auto;
		display:block;
		clear:both;
		overflow:visible;
		max-width:980px;
	}
	.center:after{
		content:'';
		display:block;
		clear:both;
	}


	#logo{
		float:left;
	}

	#top.fixed #logo{
		width:190px;
		height:41px;
		background:url(https://parcornithologique.com/i/logo2.png) no-repeat center center;
		background-size:contain;
	}
	#top.fixed #logo img{
		display:none;
	}


}


/*----------------------------------*/

#t_handi{
	clear:both;
	padding:35px 0 30px 0;
}
#t_handi img{
	display:block;
	max-width:300px;
	margin:0 auto;
	height:auto;
}
/* Stylesheet: Normal Modified On 2017-04-21 08:58:06 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://parcornithologique.com/i/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://parcornithologique.com/i/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://parcornithologique.com/i/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://parcornithologique.com/i/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://parcornithologique.com/i/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://parcornithologique.com/i/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*************************************************************/
/*************************************************************/
/*************************************************************/
/*************************************************************/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}




/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }



/* Stylesheet: Fancybox - Owl Modified On 2016-04-04 16:09:49 */
.mceContentBody .mediaBox{
	padding:15px;
	min-height:150px;
	background:#ccc;
	border:1px solid #aaa;
	text-align:center;
	position:relative;
}
.mceContentBody .mediaBox:after{
	content:'Média';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.mediaBox img{
	display:block;
	width:100%;
	height:auto;
}


.width1{
	width:100%;
}
.width2{
	width:50%;
}
.width3{
	width:33%;
}


.textflow2{
	clear:both;
}


.textflow1.align1{
	float:left;
	margin-right:2em;
	margin-bottom:2em;
}
.textflow1.align2{
	margin:2em auto;
	text-align:center;
}
.textflow1.align3{
	float:right;
	margin-left:2em;
	margin-bottom:2em;
}

.textflow2.align2{
	margin:2em auto;
}


.display2 a{	
	display:inline-block;
}

/* Stylesheet: Media plugin Modified On 2016-06-28 16:21:20 */
#oiseaux dt{
	font-family: 'Pacifico', cursive;
	text-align:center;
	color:#000;
	font-size:1.5em;
	margin:.75em 0;	
}
#oiseaux img{
	display:block;	
	width:100%;
	height:auto;
}
#oiseaux dd{
	margin:.75em 0;	
	line-height:1.35em;
}
/* Stylesheet: Oiseaux Modified On 2016-04-04 16:06:53 */
#presse1 h2,
#presse2 h2{
	margin-bottom:.75em;
	font-size:2em;
}
#presse1 dl{
	color:#fff;
	width:100%;
	text-align:center;
	background:#ED1E79;
	padding:.5em 1em;
margin-bottom:1em;
}
#presse1 dl.first{
	padding:3em 1em;
}
#presse1 dl a{
	color:#fff;
	font-weight:600;
}
#presse2 dl{
	font-size:.85em;
	width:33%;
	margin:0 0 2em 0;
	float:left;
}
#presse2 a{
	color:#ED1E79;
}
#presse2 dd.lien{
	margin-top:5px;
}

#presse2 dl img{
	width:80%;
	height:auto;
	display:block;
	margin-bottom:10px;
}

@media screen and (min-width: 600px) 
{
	#presse1 h2,
	#presse2 h2{
		margin-top:0;
	}
	#presse1{
		width:33%;
		float:left;
		padding-right:2em;
	}
	#presse1 dl.first{
		padding:7.3em 1em;
	}
	#presse2{
		width:67%;
		float:left;
		padding-left:2em;
		border-left:1px solid #ccc;
	}
	#presse2 dl{
		width:20%;
	}
}
/* Stylesheet: Presse Modified On 2016-05-20 00:52:54 */
#partenaires li{
	width:50%;
	display:inline-block;
	border-left:1px solid #ccc;
	margin-bottom:1em;
	padding:0 25px;
}
#partenaires li > a,
#partenaires li > span{
	position:relative;
	height:150px;
	display:block;
	-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;
}
#partenaires li > a:hover{
	background-color:#ED1E79;
	color:#fff;
}
#partenaires li > a:hover > span{
	color:#fff;
}
#partenaires li > a > span,
#partenaires li > span > span{
	display:block;
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0, -50%);
	width:100%;
	text-align:center;
	color:#000;
	font-size:1.05em;
	line-height:1.5em;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 600px) 
{
	#partenaires li{
		width:25%;
	}
}
/* Stylesheet: Partenaires Modified On 2017-05-05 23:08:39 */
#telechargements dl{
	clear:both;
	margin:1em auto;
	padding:1em 0;
	width:75%;
	border-bottom:1px solid #ccc;
}
#telechargements dt{
	font-family: 'Pacifico', cursive;
	font-size:1.7em;
	color:#000;
	margin-bottom:.8em;
}
#telechargements dt span{
	font-family: 'Montserrat', sans-serif;
	font-size:.5em;
	color:#666;
}
#telechargements dd.lien{
	margin-top:1em;	
}
#telechargements dd.lien a{
	background-color:#ED1E79;
	border-radius:3px;
	padding:5px 1em;
	font-size:.8em;
	text-transform:uppercase;
	display:inline-block;
	color:#fff;	
}

#video{
	text-align:center;
	background:#eee;
}
#video iframe{
	margin:0 auto;
}
#videoList{
	margin-top:2em;
}
#videoList li{
	width:180px;
	margin-right:16px;
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	text-align:center;
}
#videoList li img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
	box-sizing: border-box;
	border:5px solid #fff;
}
#videoList li.active img{
	border:5px solid #ED1E79;
}
/* Stylesheet: Telechargement Modified On 2016-04-05 10:23:28 */
#news dl{
	border-top:1px solid #ccc;
	padding:2em 0;
	clear:both;
}
#news dl:first-child{
	border-top:none;
}
#news dt{
	font-family: 'Pacifico', cursive;
	font-size:2em;
}
#news dd.date{
	font-size:.85em;
	margin-top:.7em;
	margin-bottom:1.5em;
}
#news dd.img,
#new .img{
	float:left;
	margin:0 2em 2em 0;
}
@media screen and (min-width: 980px) 
{
	#news,
	#new{
		width:80%;
		margin:0 auto;
	}
}

/* Stylesheet: News Modified On 2017-02-21 16:04:54 */
#equipe{
	margin:0;
	padding:0;
	list-style-type:none;
}
#equipe li{
	margin:0 0 3em 0;
	padding:0 1em;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
#equipe li.special{
	border-left:1px solid #ccc;
}
#equipe li img{
	display:block;
	max-width:100%;
	max-height:170px;
	height:auto;
	margin:0 auto 1em auto;
}
@media screen and (max-width: 640px) 
{
	#equipe li{
		width:33%;
	}
}
@media screen and (max-width: 480px) 
{
	#equipe li{
		width:50%;
	}
}
@media screen and (max-width: 320px) 
{
	#equipe li{
		width:100%;
	}
}

@media screen and (min-width: 641px) 
{
	#equipe li{
		width:25%;
	}
}
/* Stylesheet: Equipe Modified On 2016-05-04 10:15:56 */
