/*
Theme Name: Bourse aux dons
Theme URI: 
Description: 
Version: 1.0
Author: HelloMaksim SPRL
Author URI: http://www.hellomaksim.com/
*/

/** FONT */
@font-face {
	font-family: 'open_sansbold';
	src: url('fonts/OpenSans-Bold-webfont.eot');
	src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('fonts/OpenSans-Semibold-webfont.eot');
	src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* BALISES */
* {
	margin: 0;
	padding: 0;
}
::selection {
	color: #FFF;
	background: #F39C12;
}
html, body {
	height: 100%;
}
body {
	width: 100%;
	font-family: open_sansregular, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 13px;
	color: #2F2F2F;
	line-height: 20px;
	text-align: center;
	background: #FFF;
}
a {
	color: #2F2F2F;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline-color: #F39C12;
}
a img {
	border: none;
}
em {
	font-style: italic;
} 
b, strong { 
	font-weight: bold;
}
small {
	font-size: 0.9em;
}
form {
	margin: 0 0 1em 0;
	border: none;
}
input, select, textarea {
	margin: 4px 0 0 0;
	padding: 0 12px;
	color: #747474;
	font-family: open_sansregular, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 13px;
	vertical-align: middle;
	background: #F3F1EB;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, select {
	width: 240px;
	height: 36px;
}
input[type="submit"] {
	display: inline-block;
	width: auto;
	height: 38px;
	padding: 0 18px;
	font-family: open_sansbold, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	background: #F39C12;
	cursor: pointer;
	border: 2px solid #F39C12;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	color: #F39C12;
	background: transparent;
}
input[type="reset"] {
	display: inline-block;
	width: auto;
	height: 38px;
	padding: 0 18px;
	font-family: open_sansbold, sans-serif;
	font-size: 12px;
	line-height: 38px;
	color: #413B35;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	border: 2px solid #413B35;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="reset"]:hover {
	color: #FFF;
	background: #413B35;
}
input[type="file"] {
	width: 350px;
	border: none;
}
input[type="checkbox"] {
	width: 1.1em;
	height: 1.1em;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
textarea {
	padding: 8px 12px;
	line-height: 1.5em;
}
select {
	width: 266px;
	height: 38px;
	padding: 0 8px;
	background: #F3F1EB;
	border: 1px solid #D9D9D9;
}
option {
	padding: 2px 8px;
}
ul {
	margin: 0 0 1em 0;
	list-style: disc;
	list-style-position: inside;
}
ul li {
	padding: 0 0 0 13px;
	margin: 0 0 0.6em 0;
}
ol {
	margin: 0 0 1em 0;
	list-style-position: inside;
}
ol li {
	margin: 0 0 0.6em 0;
}
abbr, acronym {
	border-bottom: 1px dashed #2F2F2F;
	cursor: help;
}
blockquote {
	margin: 0 1em 1em 1em;
	padding: 0.6em 1em;
	font-size: 1.1em;
	color: #738FC9;
	font-style: italic;
	border: 1px solid #738FC9;
	background: #FFF;
}
blockquote p {
	margin: 0;
}
p {
	margin: 0 0 1em 0;
}
table {
    margin: 1em auto;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
hr {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	border: none;
}
hr.visible {
	clear: none;
	visibility: visible;
	margin: 1.5em 0;
	border: none;
	height: 1px;
	color: #D9D9D9;
	background-color: #D9D9D9;
}
h1 {
	position: relative;
	max-width: 78%;
	margin: 0.8em auto 2em auto;
}
h1 > span {
    display: table;
    margin: 0 auto;
	font-family: open_sansbold, sans-serif;
	font-size: 31px;
	line-height: 41px;
	color: #413B35;
	text-align: center;
	text-transform: uppercase;
}
h1 > span:before {
	right: -10%;
}
h1 > span:after {
	left: -10%;
}
h1 > span:before, h1 > span:after {
	position: absolute;
	content: '';
	display: table-cell;
	top: 0.6em;
	width: 45px;
	border-top: 2px solid #A09D9A;
}
h2 {
	margin: 1.7em 0 1em 0;
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	color: #96BD0D;
}
h2:first-child {
    margin-top: 0;
}
h2.home_title {
	position: relative;
	max-width: 16%;
	margin: 4em auto 1.5em auto;
}
h2.home_title > span {
    display: table;
    margin: 0 auto;
	font-family: open_sansbold, sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #413B35;
	text-align: center;
	text-transform: uppercase;
}
h2.home_title > span:before {
	right: -10%;
}
h2.home_title > span:after {
	left: -10%;
}
h2.home_title > span:before, h2.home_title > span:after {
	position: absolute;
	content: '';
	display: table-cell;
	top: 0.6em;
	width: 30px;
	border-top: 2px solid #A09D9A;
}
h3 {
	margin: 1.7em 0 1em 0;
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4em;
	color: #4682B4;
}
h3:first-child {
    margin-top: 0.25em;
}
h3 a {
	color: #4682B4;
	text-decoration: none;
}
h3 a:hover, h3 a:active, h3 a:focus {
	text-decoration: underline;
}
h4 {
	margin: 1em 0 0.25em 0;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #F39C12;
}

/** CONTAINER */
#container {
	position: relative;
	width: 100%;
	min-height: 100%;
}

/** TOP */
#top_wrapper {
	background: #4682B4;
}
#top {
	position: relative;
	max-width: 1140px;
	height: 40px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
}
#top a {
	color: #FFF;
	text-decoration: none;
}
#top a:hover, #top a:focus, #top a:active, #top a.current {
	text-decoration: underline;
}

/** FACEBOOK PAGE LIKE */
#fb_page_link {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 20px;
	background: url('img/sprite_.png') no-repeat 0 -731px;
}

/** FACEBOOK LIKE BUTTON */
#fb_like_button {
	float: right;
	height: 20px;
	margin: 10px 0 0 12px;
	border: none;
	overflow: hidden;
}

/** FACEBOOK SHARE BUTTON */
#fb_share_button {
	float: right;
	height: 20px;
	margin: 10px 0 0 6px;
	border: none;
	overflow: hidden;
}

/* Twitter share button */
#top .twitter-share-button {
	float: right;
	margin: 10px 0 0 12px;
}

/* Google+ share button */
#gplus_share_button {
	float: right;
	margin: 10px 0 0 12px;
}

/* Connect link */
#connect_link {
	float: right;
	margin: 0 0 0 12px;
}

/** LANGUAGES SELECTOR */
#langs {
	float: right;
	height: 18px;
	margin: 11px 0 0 12px;
	padding: 0 0 0 12px;
	list-style: none;
	border-left: 1px solid #FFF;
}
#langs li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 18px;
	vertical-align: top;
}
#langs li:after {
	content: "\00a0\00a0-\00a0\00a0";
}
#langs li:last-child:after {
	content: "";
}

/** Banner */
#banner {
	padding: 10px 0;
	font-size: 1.125em;
	text-align: center;
	background: #ffd53d;
}
#banner p {
	max-width: 940px;
	margin: 0 auto;
}

/** HEADER */
#header {
	position: relative;
	max-width: 1140px;
	height: 90px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#logo > img {
	display: block;
	width: 295px;
	height: 90px;
}

/** NAV */
#nav-menu-button, .nav-menu-link {
	display: none;
}
#nav {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	height: 90px;
	margin: 0;
	z-index: 10;
}
#nav .menu-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#nav .menu-item:hover .sub-menu {
	display: block;
}
#nav a {
	display: block;
	height: 86px;
	padding: 4px 15px 0 15px;
	font-family: 'open_sansbold', sans-serif;
	font-size: 14px;
	line-height: 86px;
	color: #413B35;
	text-transform: uppercase;
	text-decoration: none;
}
#nav .current_page_item > a, #nav .current_page_parent > a, #nav > li > a:hover, #nav .menu-item-has-children:hover > a {
	color: #F39C12;
	padding-top: 0;
	border-top: 4px solid #F39C12;
}
#nav .menu-item-has-children:hover > a {
	background: url('img/sprite.png') no-repeat 40px 70px;
}
#nav .sub-menu {
	display: none;
	position: absolute;
	top: 90px;
	list-style: none;
	margin: 0;
	background: #FFF;
	z-index: 10;
}
#nav .sub-menu .menu-item {
	display: block;
	margin: 0;
	background: #FFF;
}
#nav .sub-menu a {
	display: block;
	min-width: 150px;
	height: 41px;
	padding: 0 18px;
	font-family: 'open_sansregular', sans-serif;
	font-size: 13px;
	line-height: 41px;
	color: #FFF;
	white-space: nowrap;
	text-transform: none;
	border-top: 0;
	border-bottom: 1px solid #D2691E;
	background: #F39C12;
}
#nav .sub-menu .current_page_item a, #nav .sub-menu a:hover {
	text-decoration: none;
	background: #D2691E;
}
#nav .sub-menu .menu-item:last-child a {
	border: none;
}
#nav .connect-link a {
	width: 17px;
	text-indent: -9999px;
	background: url('img/sprite_.png') no-repeat 15px -507px;
}
#nav .connect-link:hover a, #nav .connect-link.current_page_item a {
	background-position: 15px -591px;
}
#nav .search-link a {
	width: 17px;
	text-indent: -9999px;
	background: url('img/sprite.png') no-repeat 15px -123px;
}
#nav .search-link:hover a, #nav .search-link.current_page_item a {
	background-position: 15px -17px;
}

/** BREADCRUMB */
#breadcrumb_wrapper {
	height: 42px;
	background: #4682B4;
}
#breadcrumb {
	position: relative;
	max-width: 1140px;
	margin: 0 auto 0 auto;
	font-family: 'open_sansregular', sans-serif;
	font-size: 13px;
	line-height: 42px;
	color: #FFF;
	text-align: left;
}
#breadcrumb a {
	color: #FFF;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active {
	text-decoration: underline;
}
#breadcrumb span {
	padding: 0 6px;
	font-size: 0.9em;
}
.social_fb_share {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url('img/icon_facebook_off.png') no-repeat 0 0;
}
.social_fb_share:hover {
	background: url('img/icon_facebook_on.png') no-repeat 0 0;
}

/** SLIDER */
#slider_wrapper {
	height: 336px;
	background: #E9F1D0;
	z-index: 1;
}
#slider_container {
	position: relative;
	max-width: 1140px;
	height: 336px;
	margin: 0 auto;
	text-align: left;
}
#slider_w {
	position: relative;
	max-width: 1140px;
	height: 336px;
	margin: 0 auto;
}
#slider {
	position: relative;
	height: 336px;
	overflow: hidden;
}
.slide {
	position: relative;
	display: none;
	max-width: 1140px;
	width: 100%;
	height: 336px;
	background: #97BE0D;
}
.slide > img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	max-width: 570px;
	max-height: 336px;
}
.slide-title {
	margin: 0 0 20px 0;
	font-family: 'PTSansBold', sans-serif;
	font-size: 30px;
	line-height: 33px;
	color: #FFF;
}
.slide-content {
	width: 450px;
	height: 256px;
	padding: 60px;
	font-family: 'open_sansregular', sans-serif;
	font-size: 24px;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	color: #FFF;
}
.slide-content p:last-child {
	margin: 0;
}
.slide-content a {
	display: inline-block;
	height: 38px;
	margin: 1em 5px 0 5px;
	padding: 0 18px;
	font-family: open_sansbold, sans-serif;
	font-size: 12px;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	border: 2px solid #2F2F2F;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.slide-content a:hover {
	color: #FFF;
	background: #2F2F2F;
}

/** SLIDE VIDEO */
.slide_video {
	display: block;
}
.slide_video > .slide-content {
	width: 423px;
}
.slide_video > iframe {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	max-width: 597px;
	max-height: 336px;
	z-index: 1;
}

/** CONTENT */
#content {
	max-width: 1140px;
	margin: 2.3em auto 0 auto;
	padding: 0 0 94px;
	text-align: left;
}
#content h2 {
	margin: 1em 0 1em 0;
}
#content h2.home {
	display: block;
	margin: 1em auto;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2F2F2F;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
}
#content h2.home_title {
	margin: 4em auto 2em auto;
}
#content h2.sidebar {
	margin: 1em 220px 17px 0;
}
#content a.feat, #content a.feat:hover {
	text-decoration: none;
}
#content-page {
	margin: 0 0 0 295px;
	text-align: justify;
}

/** SIDEBAR */
#sidebar {
	float: left;
	width: 257px;
	margin: 0 38px 0 0;
}
ul.submenu {
	list-style: none;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}
ul.submenu li {
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0 0 0 3px;
	border-bottom: 1px solid #E5E5DC;
	background: #F3F2EB;
}
ul.submenu li:last-child {
	border-bottom: none;
}
ul.submenu li.current_page_item, ul.submenu li:hover {
	padding: 0 0 1px 0;
	border-left: 3px solid #F39C12;
	border-bottom: none;
	background: #FFF;
}
#sidebar a {
	display: block;
	height: 42px;
	padding: 0 20px;
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 13px;
	line-height: 42px;
	text-decoration: none;
	overflow: hidden;
}
#sidebar a:hover, #sidebar .current_page_item a {
	text-decoration: none;
}

/** Featured */
.featured {
	margin: 5em 0 2em 0;
}
a.feat {
	position: relative;
	display: inline-block;
	width: 31%;
	height: 119px;
	padding: 0 3% 0 0;
	line-height: 119px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}
a.feat:last-child {
	padding: 0;
}
.feat span.txt {
	display: inline-block;
	width: 210px;
	height: 119px;
	vertical-align: middle;
}
.feat span.txt::after {
	display: inline-block;
	line-height: 119px;
	width: 0;
	content: "\00A0";
	overflow: hidden;
	vertical-align: middle
}
.feat span.txt p {
	display: inline-block;
	margin: 0;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
	white-space: normal;
}
.feat span.picto {
	display: inline-block;
	height: 119px;
	width: 119px;
	margin: 0 1.5em 0 0;
	background: url('img/picto_feat.png') no-repeat 0 0;
	vertical-align: top;
}
.picto-1:hover span.picto {
	background-position: -119px 0;
}
.picto-2 span.picto {
	background-position: 0 -119px;
}
.picto-2:hover span.picto {
	background-position: -119px -119px;
}
.picto-3 span.picto {
	background-position: 0 -238px;
}
.picto-3:hover span.picto {
	background-position: -119px -238px;
}

/** News box */
#news_box {
	width: 800px;
	margin: 0 auto 1.7em auto;
	text-align: center;
}
#news_box p > a {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}
#news_box p > a:hover, #news_box p > a:active, #news_box p > a:focus {
	text-decoration: underline;
}
#news_box .button-link {
	margin-top: 1.7em;
}

/** Partners */
#partners, #supporters {
	margin: 4em auto 3em auto;
}
#partners .partner, #supporters .supporter {
	display: block;
	float: left;
	width: 186px;
	height: 93px;
	line-height: 92px;
	text-align: center;
	border-right: 1px solid #DDE3F2;
	border-top: 1px solid #DDE3F2;
	border-bottom: 1px solid #DDE3F2;
	background: #FFF;
	overflow: hidden;
}
#partners .partner:first-child, #supporters .supporter:first-child, #supporters .supporter:nth-child(4n+1) {
	margin: 0 0 0 2px;
	border-left: 1px solid #DDE3F2;
}
#partners .partner img, #supporters .supporter img {
	max-width: 186px;
	max-height: 93px;
	vertical-align: middle;
}

/** SUBSCRIPTION BOX */
.subscription_box {
	margin: 1em 0;
}
.subscription_box p {
	margin: 0;
	padding: 15px; 
	font-family: open_sanssemibold, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	background: #97BE0D;
}
.subscription_box .box_child {
	display: block;
	float: left;
	width: 270px;
	margin: 0 3em 0 0;
	text-decoration: none;
}
.subscription_box .box_child:hover p {
	padding: 13px;
	color: #97BE0D;
	background: #FFF;
	border: 2px solid #97BE0D;
}

/** FOOTER */
#footer_wrapper {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 59px;
	background: #4682B4;
}
#footer {
	position: relative;
	max-width: 1140px;
	height: 59px;
	margin: 0 auto;
	color: #FFF;
    font-size: 12px;
	line-height: 59px;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}
#notes {
	position: absolute;
	top: 0;
	right: 0;
}

/** SEARCH */
#searchresults {
	padding: 0.2em 0 0 1.5em;
}

/** CLASSES */
.alignleft {
	float: left;
}
img.alignleft {
	margin: 0.5em 1.2em 1.2em 0;	
}
.alignright {
	float: right;
}
img.alignright {
	margin: 0.5em 0 1.2em 1.2em;	
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {
	margin: 0.5em 1.2em;
}
td > img.alignnone {
	margin: 0.5em 1.2em 1.8em 0;
}
span.form_star {
	color: #F39C12;
}
a.button-action {
	display: inline-block;
	height: 38px;
	margin: 1em 5px 0 5px;
	padding: 0 18px;
	font-family: open_sansbold, sans-serif;
	font-size: 12px;
	line-height: 38px;
	text-decoration: none !important;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	border: 2px solid #2F2F2F;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.button-action:hover {
	color: #FFF;
	background: #2F2F2F;
}
a.button-link {
	display: inline-block;
	height: 38px;
	margin: 0.7em 5px 0 0;
	padding: 0 18px;
	color: #F39C12;
	font-family: open_sansbold, sans-serif;
	font-size: 12px;
	line-height: 38px;
	text-decoration: none !important;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	border: 2px solid #F39C12;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.button-link:hover {
	color: #FFF;
	background: #F39C12;
}
/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/** WPCF7 */
span.wpcf7-list-item {
	display: block;
	padding: 0 0 0 1em;
	margin: 4px 0 0.6em 0;
}
span.wpcf7-acceptance span.wpcf7-list-item {
	padding: 0;
	margin: 0;
}
span.wpcf7-list-item input {
	width: auto;
	margin: 0 2px 0 0;
}
span.wpcf7-list-item-label {
	padding: 0 3px;
}
span.wpcf7-checkbox {
	display: block;
	margin: 2px 0 0 0;
}
img.wpcf7-captchac {
	margin: 4px 4px 0 0;
	vertical-align: middle;
}
input.wpcf7-captchar {
	width: auto;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.screen-reader-response {
	display: none;
}
div.wpcf7-response-output {
	margin: 1.5em 0;
	padding: 0.5em;
	border: 2px solid #f7e700;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng, div.wpcf7-acceptance-missing {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 7px;
	margin: 5px 10px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 .watermark {
	color: #888;
}
input.wpcf7-acceptance {
	margin: 0 5px 0 0;
}

/** Retina */
/*
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	#fb_page_link,
	#content_players_cols #content_players_col_1 .title span,
	#content_players_cols #content_players_col_2 .title span,
	.reference .thumbnail span.hover span.icon,
	#sidebar .box .icon,
	#socials a > span,
	#notes .icon_paypal, #notes .icon_visa, #notes .icon_maestro, #notes .icon_mastercard
	{
		background-image: url('img/sprite@2x.png');
		background-size: 120px 553px;
	}
	#content_intro_icons .intro_icon,
	#content_functions .home_function_icon
	{
		background-image: url('img/icons@2x.png');
		background-size: 200px 800px;
	}
}
*/

/** Responsive */
@media all and (max-width: 1024px) and (min-width: 990px) /* TABLET HORIZONTAL */
{
	#top, #header, #breadcrumb, #content, #foot, #footer {
		padding-left: 1%;
		padding-right: 1%;
	}
	#logo {
		left: 1%;
	}
	#nav {
		right: 1%;
	}
	#nav a {
		padding-left: 6px;
		padding-right: 6px;
	}
	#nav .search-link a {
		background-position: 5px -123px;
	}
	a.feat {
		width: 29%;
		padding: 0 4% 0 0;
	}
	.feat span.picto {
		margin: 0 1.25em 0 0;
	}
	.feat span.txt {
		width: 62%;
	}
	a.feat:last-child span.txt {
		width: 72%;
	}
}
@media all and (max-width: 990px) /* TABLET HORIZONTAL */
{
	input, select, textarea {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	table {
		max-width: 100%;
		margin: 0;
	}
	table, table.alignleft, table.alignright {
		float: none;
	}
	table tr {
		max-width: 100%;
	}
	table td {
		width: auto;
		padding: 1.5%;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}
	form > div {
		float: none !important;
	}
	h2, #content h2 {
		margin: 0.5em 0;
		font-size: 23px;
		text-align: left;
	}
	#content h2:first-child {
		margin-top: 0;
	}
	h3, #content h3 {
		margin: 0.5em 0 1em 0;
		font-size: 19px;
		text-align: left;
	}
	h3.title {
		font-size: 22px;
	}
	#container {
		max-width: 100%;
	}
	#top, #header, #slider_container, #slider_w, #breadcrumb, #content, #featured, #foot, #footer {
		width: auto;
	}
	#top {
		padding-left: 3%;
		padding-right: 3%;
	}
	#gplus_share_button, #top .twitter-share-button, #fb_share_button, #fb_like_button, #fb_page_link {
		display: none;
		visibility: hidden;
	}
	#header {
		height: auto;
		padding-left: 2%;
		padding-right: 2%;
	}
	#langs {
		margin-left: 3%;
		padding-left: 3%; 
	}
	#langs li:after {
		content: "\00a0\00a0\00a0-\00a0\00a0\00a0";
	}
	#logo {
		position: static;
		display: block;
	}
	#logo img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	#nav {
		position: static;
		height: auto;
	}
	#nav .menu-item {
		padding: 2% 1.25% 4%;
	}
	#nav a {
		height: auto;
		padding: 0;
		line-height: 1.5em;
	}
	#nav .current_page_item > a, #nav .current_page_parent > a, #nav > li > a:hover, #nav .menu-item-has-children:hover > a {
		border-top: 0;
	}
	#nav .search-link a {
		background-position: 0 -159px;
	}
	#nav .sub-menu, #nav .menu-item:hover .sub-menu {
		display: none;
	}
	#breadcrumb {
		padding: 8% 2%;
		line-height: 1.5em;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}
	#slider_wrapper {
		width: 100%;
		height: auto;
		background: #E9F1D0;
	}
	#slider_container, #slider_w, #slider {
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
	}
	.slide {
		display: none;
		width: 100%;
		height: auto;
	}
	.slide > img {
		display: none;
	}
	.slide-content {
		position: static;
	}
	.slide_video {
		display: block;
	}
	/*
	#slider_wrapper, #slider_container, #slider_w, #slider {
		display: block;
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.slide {
		position: absolute;
		top: 0;
		left: 0;
		float: none !important;
		max-width: 100%;
		width: 100%;
		height: auto;
		-webkit-backface-visibility: hidden;
	}
	.slide:first-child {
		position: relative;
		display: block;
	}
	.slide img {
		display: none;
	}
	*/
	.slide-content {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
		padding: 0 !important;
		font-size: 22px;
		line-height: 1.4em;
		text-shadow: initial;
		letter-spacing: 0;
	}
	.slide-content a {
		height: auto;
		margin: 0;
		padding: 0 1.5em;
		line-height: 40px;
		text-shadow: initial;
	}
	.slide-content a:last-child {
		margin-right: 0;
	}
	.slide-content p {
		margin: 0;
		padding: 5% 5% 2.5% 5%;
	}
	.slide-content p:last-child {
		padding-top: 2.5%;
		padding-bottom: 5%;
	}
	.slide_video > .slide-content {
		width: 100%;
	}
	.slide_video > iframe {
		position: static;
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}
	#content {
		position: relative;
		margin: 2.6% 0 8% 0;
		padding: 0 2%;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}
	#content td img.alignleft, #content td img.alignright, #content td img.aligncenter, #content td a img.alignnone, #content td a img.aligncenter, #content td a img.alignleft, #content td a img.alignright {
		float: none;
		display: block;
		min-width: 90px;
		margin: 0;
	}
	#content-page {
		margin: 0 0 0 33%;
	}
	.featured {
		margin: 2em 0;
	}
	a.feat {
		height: auto;
		min-height: 59.5px;
		line-height: 1.5em;
		white-space: normal;
	}
	a.feat span.txt::after {
		content: '';
	}
	a.feat span.picto {
		display: block;
		width: 59.5px;
		height: 59.5px;
		background-size: 119px 178.5px;
	}
	.picto-1:hover span.picto {
		background-position: -59.5px 0;
	}
	.picto-2 span.picto {
		background-position: 0 -59.5px;
	}
	.picto-2:hover span.picto {
		background-position: -59.5px -59.5px;
	}
	.picto-3 span.picto {
		background-position: 0 -119px;
	}
	.picto-3:hover span.picto {
		background-position: -59.5px -119px;
	}
	a.feat span.txt {
		display: block;
		width: auto;
		height: auto;
		vertical-align: top;
	}
	a.feat span.txt p {
		display: block;
		padding-top: 0.5em;
		font-size: 15px;
	}
	#content h2.home {
		margin-top: 1em !important;
		font-size: 17px;
	}
	#content h2.home_title {
		max-width: 80% !important;
		margin: 3em auto 1.5em auto;
		font-size: 21px;
	}
	#content h2.home_title > span {
		font-size: 21px;
	}
	#news_box {
		width: 70%;
	}
	#partners, #supporters {
		width: 100% !important;
		margin: 3em auto 3em auto;
	}
	#partners .partner, #supporters .supporter {
		width: 47.25%;
		margin: 0 1% 2% 1% !important;
		border: 1px solid #DDE3F2 !important;
	}
	#sidebar {
		width: 30%;
		margin: 0 3% 0 0;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}
	#footer_wrapper {
		clear: none;
		position: static;
		height: auto;
	}
	#footer {
		height: auto;
		padding-top: 6%;
		padding-bottom: 6%;
		margin: 0;
		font-size: 12px;
		line-height: 1.8em;
	}
	#notes {
		clear: both;
		display: inline;
		position: static;
		top: auto;
		right: auto;
	}
	#notes:before {
		  content: "|\00a0";
	}
	#wpgmza_map {
		height: 250px !important;
	}
}
@media all and (max-width: 600px) /* PHONE HORIZONTAL */
{
	input, select, textarea {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	h1 {
		margin: 0.8em auto 1.2em;
	}
	h1 > span {
		font-size: 21px;
	}
	h1 > span:before, h1 > span:after {
		width: 8%;
	}
	#top {
		padding-left: 5%;
		padding-right: 5%;
	}
	#header {
		padding-left: 4%;
		padding-right: 4%;
	}
	#langs {
		margin-left: 5%;
		padding-left: 5%; 
	}
	#header {
		height: auto;
	}
	#logo {
		position: static;
		left: 0;
		width: auto;
	}
	#logo img {
		width: 80%;
		height: auto;
		margin: 1% auto;
	}
	#nav-menu {
		position: relative;
		height: 42px;
		margin: 0 auto 1.5em auto;
	}
	#nav-menu-button {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 34px;
		height: 22.5px;
		padding: 19.5px 0 0 8px;
		background: #F39C12;
		z-index: 11;
	}
	#nav-menu-button span, #nav-menu-button span:before, #nav-menu-button span:after {
		position: absolute;
		display: block;
		content: '';
		height: 3px;
		width: 26px;
		background: #FFF;
		border-radius: 1px;
		cursor: pointer;
	}
	#nav-menu-button span:before {
		top: -8px; 
	}
	#nav-menu-button span:after {
		bottom: -8px;
	}
	#nav-menu.active #nav-menu-button span {
		background-color: transparent;
	}
	#nav-menu.active #nav-menu-button span:before, #nav-menu.active #nav-menu-button span:after {
		top: 0;
	}
	#nav-menu.active #nav-menu-button span:before {
		transform: rotate(45deg);
	}
	#nav-menu.active #nav-menu-button span:after {
		transform: rotate(-45deg);
	}
	a.nav-menu-link {
		display: block;
		height: 40px;
		padding: 0 52px 0 12px;
		font-size: 14px;
		line-height: 41px;
		color: #414B55;
		text-transform: uppercase;
		text-decoration: none;
		border: 1px solid #B5B7B7;
		cursor: pointer;
		overflow: hidden;
	}
	#nav-menu.active a.nav-menu-link {
		display: none;
	}
	#nav {
		position: relative;
		display: none;
		max-width: 100%;
		width: 100%;
		height: 42px;
		top: auto;
		right: auto;
		z-index: 10;
	}
	#nav-menu.active #nav {
		display: block;
	}
	#nav > .menu-item {
		display: block;
		float: none;
		padding: 0;
	}
	#nav > .menu-item > a {
		height: 40px;
		margin: 0;
		padding: 0 12px;
		font-family: 'open_sansregular', sans-serif;
		font-size: 14px;
		line-height: 41px;
		text-align: left;
		color: #414B55;
		background: #FFF;
		border-top: 1px solid #B5B7B7;
		border-right: 1px solid #B5B7B7;
		border-left: 1px solid #B5B7B7;
		border-bottom: none;
	}
	#nav > .menu-item > a:hover, #nav .current_page_item > a, #nav .current_page_parent > a, #nav .current_page_parent > a, #nav > li > a:hover, #nav .menu-item-has-children:hover > a {
		color: #F39C12;
		border-top: 1px solid #B5B7B7;
		border-right: 1px solid #B5B7B7;
		border-left: 1px solid #B5B7B7;
		border-bottom: none;
	}
	#nav > .menu-item:last-child > a {
		border-bottom: 1px solid #B5B7B7;
	}
	#nav .menu-item-has-children:hover > a {
		background: #FFF;
	}
	#nav > .search-link > a {
		width: auto;
		text-indent: 0;
		background: #FFF;
	}
	#nav .sub-menu, #nav .menu-item:hover .sub-menu {
		display: none;
	}
	#breadcrumb_wrapper {
		height: auto;
	}
	#breadcrumb {
		font-size: 25px;
	}
	#breadcrumb br {
		display: block;
	}
	#content-page {
		float: none;
		width: 100%;
		margin: 0;
	}
	#sidebar {
		float: none;
		width: 100%;
		margin-top: 7%;
		margin-bottom: 7%;
	}
	ul.submenu {
		margin: 0;
	}
	#notes {
		
	}
	#wpgmza_map {
		height: 250px !important;
	}
}
@media all and (max-width: 320px) /* PHONE VERTICAL */
{
	#wpgmza_map {
		height: 200px !important;
	}
}