/*
Theme Name: ASEF 2017
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com
Description: -
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@font-face {
		font-family: 'Shoemaker';
		src: url('fonts/shoemaker.eot');
		src: url('fonts/shoemaker.eot?#iefix') format('embedded-opentype'),
				 url('fonts/shoemaker.woff') format('woff'),
				 url('fonts/shoemaker.ttf') format('truetype'),
				 url('fonts/shoemaker.woff2') format('woff2'),
				 url('fonts/shoemaker.svg#shoemaker') format('svg');
		font-weight: 400;
		font-style: normal;
}

@font-face {
		font-family: 'Amatic';
		src: url('fonts/amaticregular.eot');
		src: url('fonts/amaticregular.eot?#iefix') format('embedded-opentype'),
				 url('fonts/amaticregular.woff') format('woff'),
				 url('fonts/amaticregular.ttf') format('truetype'),
				 url('fonts/amaticregular.woff2') format('woff2'),
				 url('fonts/amaticregular.svg#amaticregular') format('svg');
		font-weight: 400;
		font-style: normal;
}

@font-face {
		font-family: 'Amatic';
		src: url('fonts/amaticbold.eot');
		src: url('fonts/amaticbold.eot?#iefix') format('embedded-opentype'),
				 url('fonts/amaticbold.woff') format('woff'),
				 url('fonts/amaticbold.ttf') format('truetype'),
				 url('fonts/amaticbold.woff2') format('woff2'),
				 url('fonts/amaticbold.svg#amaticbold') format('svg');
		font-weight: 700;
		font-style: normal;
}

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

body > iframe:first-child{
	position: fixed!important;
	left: 0!important;
	bottom: 0!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #3a3a3a;
	font-family: "Yantramanav", sans-serif;
	font-size: 16px;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.4em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #97bf21;
	font-weight: 300;
	font-family: Yantramanav, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #97bf21;
	font-weight: 300;
	font-family: Yantramanav, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #97bf21;
	font-weight: 300;
	font-family: Yantramanav, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #97bf21;
	font-weight: 300;
	font-family: Yantramanav, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

button, input, textarea {
	line-height: normal;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-appearance: none;
	border-radius: 0;
}

textarea{
	resize: none;
	height: 180px;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #97bf21;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-family: Yantramanav, "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	padding: 15px 40px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #3a3a3a;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #3a3a3a;
	padding: 10px;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: #97bf21;
	outline: 0;
}




/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: 0 !important;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}




/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}




/**
 * 11.0 - Content
 */

body:not(.tve_form_type-template-default){
	opacity: 0;
	background: #FFF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
/* 	-webkit-font-smoothing: antialiased; */
}

body.charge{
	opacity: 1;
}

.wrapper{
	max-width: 1360px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.wrapperr{
	max-width: 1040px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.wrapperrr{
	max-width: 900px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.wrapperrrr{
	max-width: 600px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.wrapperrrrr{
	max-width: 320px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.wrapperrrrrr{
	max-width: 400px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.clear{
	clear: both;
}


a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.bxslider{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wow{
	visibility: hidden;
}


/**
 * 11.1 - Header
 */

.site-header {
	line-height: 110px;
	padding: 0 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	text-align: center;
	z-index: 8000;
	background: #fff;
	-webkit-transition: line-height 0.4s ease;
	-moz-transition: line-height 0.4s ease;
	-o-transition: line-height 0.4s ease;
	transition: line-height 0.4s ease;
}

.scrolled .site-header{
	line-height: 65px;
}

.site-title {
	display: inline-block;
	width: 131px;
	height: 131px;
	background: #fff url(images/ASEF_logo.png) no-repeat center center;
	background-size: contain;
	text-indent: -999em;
	vertical-align: middle;
	position: absolute;
    left: 30px;
    top: 13px;
    opacity: 1;
    border-radius: 100%;
    border: 10px solid white;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scrolled .site-title {
	width: 65px;
    height: 65px;
    border-width: 5px;
    top: 0;
    left: 35px;
}

.site-title a{
	display: block;
	
}

.site-title:hover{
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}

.nav-menu{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0 70px 0 0;
}

ul.sub-menu{
	display: none;
}

.nav-menu > li > ul.sub-menu{
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 10px 26px;
    white-space: nowrap;
    text-align: left;
    left: -16px;
    top: 38px;
}

.nav-menu > li > ul.sub-menu li{
	display: block;
	margin: 10px 0;
}

.nav-menu > li > ul.sub-menu li a{
	color: white;
	border-bottom: 1px solid transparent;
	font-weight: 300;
}

.nav-menu > li > ul.sub-menu li a:hover{
	border-bottom: 1px solid white;
}

.nav-menu > li > ul.sub-menu li.current-menu-item a{
	font-weight: 700;
}

.nav-menu > li:hover > ul.sub-menu{
	display: block;
	background: rgba(40, 166, 58, 0.75);
	color: white;
	min-width: 214px;
}

.nav-menu > li{
	display: inline-block;
	padding: 0 10px 20px;
    margin: 0 16px;
    vertical-align: bottom;
    position: relative;
    line-height: 1;
}

.nav-menu > li.searchy{
	padding: 0 0 20px!important;
}

.nav-menu > li.current-menu-item:after, .nav-menu > li.current-page-parent:after, .nav-menu > li.current-menu-parent:after, .nav-menu > li.current-page-ancestor:after{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: #28a63a;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nav-menu > li > a{
	color: #474747;
	font-family: "Shoemaker";
	text-transform: uppercase;
	font-size: 18px;
    font-weight: 400;
}

.nav-menu li a i{
	font-style: normal;
	margin-right: 5px;
	display: inline-block;
    vertical-align: bottom;
    font-size: 23px;
    line-height: inherit;
}

.nav-menu li a i.fa{
	font-size: 18px;
	margin-top: -2px;
    padding-bottom: 2px;
}

.nav-menu li a:hover, .nav-menu li.current-menu-item > a, .nav-menu > li.current-page-parent a, .nav-menu > li.current-menu-parent a, .nav-menu > li.current-page-ancestor a{
	color: #28a63a;
}

.social-menu{
	text-align: right;
	margin: 0;
	list-style: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

header .menu-social-container:before{
	content: 'Suivez-nous';
	position: absolute;
    color: #fff;
    top: 30px;
    z-index: 1;
    right: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    height: 14px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scrolled header .menu-social-container:before{
	height: 0;
	opacity: 0;
}

header .menu-social-container:after{
	content: '';
	display: block;
	position: absolute;
	right: -40px;
	top: 0;
	background: url(images/tranche.png) no-repeat left center;
	width: 240px;
	height: 111px;
	-webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

.scrolled header .menu-social-container:after{
	height: 66px;
}

.social-menu li{
	display: inline-block;
	padding-left: 10px;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
}

header .social-menu li{
	padding-top: 28px;
    line-height: 1;
    -webkit-transition: padding-top 0.4s ease;
    -moz-transition: padding-top 0.4s ease;
    -o-transition: padding-top 0.4s ease;
    transition: padding-top 0.4s ease;
}

.scrolled header .social-menu li {
    padding-top: 5px;
}

.social-menu li a{
	color: #fff;
}

.social-menu li a:hover{
	color: #279bd8;
}

header > div{
	display: inline-block;
	vertical-align: middle;
}

header > div:last-child{
	position: absolute;
	top: 0;
    right: 40px;
}


.newsletter, .recherche{
	display: none;
	position: fixed;
	left: 0;
    top: 110px;
    width: 100%;
    background: #c3c3c3;
    padding: 36px 0;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    -o-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.recherche{
	background: #3a3a3a;
	text-align: center;
}

.scrolled .newsletter, .scrolled .recherche{
	top: 66px;
}

.newsletleft{
	width: 50%;
	float: left;
	padding: 6px 20px 6px 0;
	border-right: 1px solid;
	text-align: right;
}

.newsletright{
	width: 50%;
	float: right;
	padding-left: 20px;
	position: relative;
}

.newsletter input[type="text"], .newsletter input[type="email"]{
	display: inline-block;
    width: 250px;
}

.newsletright p{
	margin-bottom: 0;
    padding: 11px;
}

.newsletright .mk-loader-form{
	background-color: #c3c3c3!important;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(css/AjaxLoader.gif);
	background-size: 20px 20px;
}

.recherche input[type="search"], .formul input[type="search"]{
	display: inline-block;
	vertical-align: top;
    width: 250px;
}

.recherche button, .formul button{
	padding: 14px 26px 13px;
}

.recherche button:hover{
	background: #279bd8;
}

.resultats{
	padding: 80px 0;
}

.resultats input[type="search"]{
	border: 1px solid #c5c5c5;
	margin-bottom: 5px;
}

.search .entete{
	background: #97bf21;
}

.formul{
	text-align: center;
	background: #eee;
	padding: 20px;
}

.resultats article{
	display: block;
	margin-bottom: 5px;
	
/*
	width: 33.33%;
	float: left;
*/
}

.resultats article a{
	color: #97bf21;
	border-bottom: 1px solid transparent;
	margin-left: 0;
	font-weight: 300;
    font-size: 22px;
}

.resultats article a:hover{
	color: #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	margin-left: 10px;
}

.resultats article img{
	max-height: 200px;
	width: auto;
}

/**
 * 11.2 - Posts and pages
 */


#content{
	padding-top: 110px;
}

.map{
	display: block;
	width: 100%;
	height: 350px;
}

/**
 * 11.3 - Textes
 */

.txtcontent h1{
	font-family: "Shoemaker";
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.3;
    font-weight: 400;
    color: #3a3a3a;
    text-align: center;
}

.txtcontent h2{
	font-family: "Amatic";
	font-size: 35px;
	line-height: 1.2;
	color: #279bd8;
	text-transform: uppercase;
}

.txtcontent h3{
	font-family: "Amatic";
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.txtcontent h3.sty{
	font-family: "Shoemaker";
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.3;
    font-weight: 400;
    color: #97bf21;
    margin-bottom: 30px;
}

.liens h3.sty, .bloc.actus h3.sty, .bloc.prods h3.sty, .bloc.events h3.sty, .bloc.partners h3.sty{
	font-family: "Shoemaker";
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}

.bloc.actus h3.sty, .bloc.prods h3.sty, .bloc.events h3.sty, .bloc.partners h3.sty{
	margin-bottom: 0;
}

.txtcontent h4{
	font-family: "Amatic";
	font-size: 25px;
}

.citation h3{
	font-family: "Lora";
	font-size: 30px;
	line-height: 1.3;
    font-weight: 400;
    font-style: italic;
    color: #3a3a3a;
    text-align: center;
    position: relative;
    padding: 40px 0;
}

.descry{
	max-width: 50%;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}

p.leg{
	color: #b9b9b9;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}

.descry p.leg{
	text-align: center;
	margin-top: 10px;
}

.txtcontent:not(.contleft) h2{
	margin-bottom: 20px;
}

.txtcontent p:last-child, .icones ul li p:last-child, .liens .intro p:last-child{
	margin-bottom: 0;
}

.imgtxtgau p, .imgtxtdro p, .txtdeuxgau p, .txtdeuxdro p{
	text-align: justify;
}

.txtcontent a{
	color: #3a3a3a;
	text-decoration: underline;
}

.contleft.txtcontent a:hover{
	color: #97bf21;
}

/**
 * 11.4 - Blocs
 */

.bloc{
	margin: 40px 0;
}

.bloc:last-child{
	margin-bottom: 0;
}

.bloc.image:nth-of-type(2), .bloc.contact:nth-of-type(2), .bloc.contact:nth-of-type(4), .bloc.guides:nth-of-type(2){
	margin-top: 0;
}

.bloc.image:last-child, .bloc.contact:last-child, .bloc.guides:last-child{
	margin-bottom: 0;
}

.bloc.texte{
	text-align: center;
	color: #3a3a3a;
	font-size: 18px;
}

.bloc.section, .bloc.map{
	margin: 0;
}

.txtcontent hr{
	margin: 30px auto;
	display: block;
	max-width: 260px;
}

.blocs .bloc.image:first-child{
	margin-top: 0;
}

.bloc.image .imgfond{
	display: block;
	width: 100%;
	height: 200px;
}

.bloc.image > img{
	width: 100%;
	height: auto;
}

.citation h3:before{
	content: '';
	display: block;
	width: 130px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -65px;
	background: #3a3a3a;
}

.citation h3:after{
	content: '';
	display: block;
	width: 130px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -65px;
	background: #3a3a3a;
}

.bloc.video iframe, .bloc.calameo iframe{
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.traitt{
	display: block;
	width: 100%;
	height: 1px;
	background: #b9b9b9;
}

.imggau, .imgtxtgau, .txtdeuxgau, .contleft{
	width: 50%;
	float: left;
	padding-right:15px;
}

.imgtxtgau.tiers, .imgtxtdro.tiers{
	width: 33.33%;
}

.imgdro, .imgtxtdro, .txtdeuxdro, .contright{
	width: 50%;
	float: left;
	padding-left: 15px;
}

.imgtxtgau.notiers, .imgtxtdro.notiers{
	width: 66.66%;
}

.bloc.space{
	display: block;
	width: 100%;
	height: 40px;
	background: white;
	margin: 0;
}

.bloc.titre{
	margin: 0;
	padding: 40px 0;
}

.imgtxtgau img, .imgtxtdro img{
	width: 100%;
	border: 1px solid #eee;
}

.txtdeuxgau img.txtimgtop, .txtdeuxdro img.txtimgtop{
	width: 100%;
	margin-bottom: 20px;
}

.bloc.fichiers{
	background: #e4e4e4;
	padding: 25px 0;
}

.fichleft{
	width: 50%;
	float: left;
	padding-right:30px;
	text-align: right;
}

.fichleft p{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1;
	color: #a8a8a8;
	text-transform: uppercase;
	font-family: "Shoemaker";
}

.fichright{
	width: 50%;
	float: left;
	padding-left: 30px;
	border-left: 1px solid #474747;
}

.fichright ul{
	list-style: none;
	margin: 0;
	padding: 17px 0 12px;
}

.fichright ul li{
	display: block;
	margin: 8px 0;
}

.fichright ul li a{
	color: #3a3a3a;
	line-height: 22px;
}

.fichright ul li a:hover{
	color: #28a63a;
}

.fichright ul li a i{
	font-size: 24px;
	margin-right: 8px;
	vertical-align: bottom;
}

.bloc.image img{
	display: block;
    margin: 0 auto;
}

.bloc.contact{
	background: #f3f3f3;
	padding: 40px 0;
}

.bloc.doble img{
	width: 100%;
}

.icones ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.icones ul li{
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 0 18px;
	margin-bottom: 30px;
}

.icones ul li i{
	font-size: 48px;
	margin-bottom: 20px;
}

.icones ul li h4{
	font-size: 20px;
	margin-bottom: 20px;
}

a.bouton{
	font-size: 18px;
	color: #474747;
	border: 1px solid #474747;
	background: white;
	display: inline-block;
	padding: 13px 30px;
	line-height: 1;
	font-weight: 300;
}

a.bouton:hover{
	color: white;
	background: #474747;
}

.liens{
	padding: 70px 0;
}

.liens h3.sty{
	position: relative;
}

.liens h3.sty span{
	display: inline-block;
	padding: 0 15px 0 1px;
	position: relative;
	z-index: 1;
	background: white;
}

.liens h3.sty:after{
	content: '';
	display:block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
}

.liens .intro{
	font-size: 21px;
	font-weight: 100;
}

.bloc.alaune, .bloc.guides, .bloc.sante, .bloc.lactu, .bloc.nosprods, .bloc.partners, .bloc.actus, .bloc.fichiers{
	margin: 0;
}

.guides{
	background: #31703d;
	padding: 40px 0;
}

.guides h3.sty{
	text-align: center;
	text-transform: uppercase;
	font-family: "Shoemaker";
	color: #fff;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 30px 0;
}

.guideleft{
	width: 50%;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #fff;
}

.guideleft .guidetxt{
	width: 70%;
	float: left;
	color: white;
	text-align: right;
	font-size: 14px;
	padding-right: 14px;
	font-weight: 300;
}

.guideleft .guidetxt h3{
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 20px;
}

.guideleft .lienz{
	padding-top: 30px;
}

.guideleft a.bouton {
    color: #31703d;
    border: 0;
    background: #fff;
}

.guideleft a.bouton:hover{
	color: #fff;
    background: #97bf0c;
}

.guideleft a.bouton.gui {
    color: #fff;
    background: #97bf0c;
}

.guideleft a.bouton.gui:hover {
	color: #31703d;
    background: #fff;
}

.guideleft .tumb{
	width: 30%;
	float: left;
	text-align: right;
}

.guideleft .tumb a{
	display: block;
} 

.guideleft .tumb img{
	max-height: 240px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.7);
}

.guideright{
	width: 50%;
	float: left;
	padding-left: 30px;
}

.guideright img{
	max-height: 240px;
	max-width: 50%;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.7);
}

.guideright a{
	color: white;
	display: block;
}

.guideright span{
	display: inline-block;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 100;
	vertical-align: middle;
    padding: 0 0 0 24px;
    max-width: 50%;
}

.sante h3.sty, .lactu h3.sty, .nosprods h3.sty{
	text-align: center;
	text-transform: uppercase;
	font-family: "Shoemaker";
	color: #474747;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	padding: 30px 0;
}

.sante > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #bdbdbd;
}

.sante.petit > ul > li{
	display: block;
	width: 25%;
	float: left;
	color: white;
	text-align: center;
}

.sante.grand > ul > li{
	display: block;
	width: 100%;
	float: none;
	color: white;
	text-align: center;
	padding: 30px 0 30px;
	position: relative;
	overflow: hidden;
	-webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

.sante.grand > ul > li:hover{
	padding: 30px 0 60px;
}

/*
.sante.grand > ul > li:before{
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 0;
	background: white;
}

.sante.grand > ul > li:after{
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: white;
}
*/

.sante > ul > li .licont i{
	font-size: 57px;
	margin-bottom: 15px;
}

.sante > ul > li .licont a{
	color: white;
}

.santeleft{
/*
	width: 50%;
	float: left;
	text-align: right;
    padding-right: 30px;
*/
	padding: 30px 0;
}

.santeright{
	display: none;
/*
	width: 50%;
	float: left;
	text-align: left;
    padding-left: 30px;
    position: relative;
*/
}

/*
.santeright:after{
	content: '\f0da';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 50%;
	color: white;
	font-size: 26px;
    margin-top: -13px;
}
*/

.sante ul li h4{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
}

.sante > ul > li:nth-of-type(4n+1){
	clear: both;
}

.sante > ul > li .licont{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	padding: 0 30px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.sante.grand > ul > li .licont{
	padding: 0 20px;
}

/*
.sante.grand > ul > li .licont:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: white;
}
*/

.sante > ul > li ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sante > ul > li ul li{
	display: block;
	padding: 2px 0px;
}

.sante > ul > li ul li a{
	border-bottom: 1px solid transparent;
}

.sante > ul > li ul li a:hover{
	border-bottom: 1px solid white;
}

.sante > ul > li .licont a.plusse{
	font-size: 24px;
	margin: 6px 0 0;
    display: block;
}

.sante > ul > li .licont a.plusse:hover{
	color: #3e3e3e;
}

.sante > ul > li a{
	display: block;
	color: white;
	position: relative;
}

.sante.petit > ul > li a:after{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.13);
	z-index: 0;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sante.petit > ul > li:hover a:after{
	width: 100%;
}

.santelinks{
	display: none;
}

.santeright p:last-child{
	margin-bottom: 0;
}

a.plusse:before{
	content: '\f055';
	font-family: 'Font Awesome 5 Pro';
}

a.plusse.on:before{
	content: '\f0d7';
}

.colgo{
	width: 50%;
	float: left;
	padding-right: 3px;
}

.coldo{
	width: 50%;
	float: left;
	padding-left: 3px;
}

.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 6px;
}

.wpcf7 p > br{
	display: none;
}

span.wpcf7-not-valid-tip{
	font-size: 10px;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 1em;
    text-align: center;
}

.links{
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.links li{
	margin: 4px 0;
}

.links li a{
	font-size: 21px;
}

.links li a:hover{
	color: #3a3a3a;
}


.links li a span{
	margin-left: 10px;
	border-bottom: 1px solid transparent;
	-webkit-transition: margin-left 0.4s ease, border-bottom 0.4s ease;
    -moz-transition: margin-left 0.4s ease, border-bottom 0.4s ease;
    -o-transition: margin-left 0.4s ease, border-bottom 0.4s ease;
    transition:margin-left 0.4s ease, border-bottom 0.4s ease;
}

.links li a:hover span{
	margin-left: 20px;
	border-bottom: 1px solid #3a3a3a;
}

.blogposts{
	list-style: none;
	margin: 0;
}

.blogposts li, .blogposts .item{
	display: block;
	width: 25%;	
	margin: 0;
	float: left;
	height: auto;
	
}

.item.item2181.event{
	display: none!important;
}

.blogposts li .contenant, .blogposts .item .contenant{
	display: block;
	padding: 2px;
	
}

.blogposts li .contenantt, .blogposts .item .contenantt{
	position: relative;
}

.blogposts li .txt, .blogposts .item .txt{
	background: #fff;
    padding: 15px 15px 40px;
    font-size: 16px;
    line-height: 20px;
    height: 235px;
    font-weight: 300;
    overflow: hidden;
}

.blogposts li a.imag, .blogposts .item a.imag{
	display: block;
	width: 100%;
	height: 165px;
	overflow: hidden;
	background: #fff;
}

/*
.post-type-archive-partenaire .blogposts .item a.imag{
	height: auto!important;
	position: relative;
}

.post-type-archive-partenaire .blogposts .item a.imag .over{
	height: 100%!important;
}
*/

.blogposts li a.imag img, .blogposts .item a.imag img {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width: 100%;
}

.blogposts .item .party a.imag{
	position: relative;
}

.blogposts .item .party a.imag img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)!important;
	-webkit-transform: translate(-50%,-50%)!important;
}

.blogposts li:hover a.imag img, .blogposts .item:hover a.imag img{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.blogposts li a.imag .over, .blogposts .item a.imag .over{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 165px;
	line-height: 80px;
	text-align: center;
	opacity: 0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background: rgba(39, 155, 216, 0.5);
}

.archive.post-type-archive-production .blogposts li a.imag .over, .archive.post-type-archive-production .blogposts .item a.imag .over, .bloc.prods .blogposts .item a.imag .over, .archive.tax-productions .blogposts li a.imag .over, .archive.tax-productions .blogposts .item a.imag .over{
	background: rgba(49, 112, 61, 0.5);
}

.archive.post-type-archive-event .blogposts li a.imag .over, .archive.post-type-archive-event .blogposts .item a.imag .over, .bloc.events .blogposts .item a.imag .over, .blogposts .item.event a.imag .over{
	background: rgba(249, 122, 68, 0.57);
}

.blogposts li:hover a.imag .over, .blogposts .item:hover a.imag .over{
	opacity: 1;
}

.blogposts li a.imag .over span, .blogposts .item a.imag .over span{
	display: inline-block!important;
	line-height: 80px!important;
	vertical-align: middle!important;
	position: relative!important;
	height: auto!important;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.blogposts li:hover a.imag .over span, .blogposts .item:hover a.imag .over span{
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}

.blogposts li a.imag .over .fa-stack-1x, .blogposts .item a.imag .over .fa-stack-1x{
	font-size: 27px!important;
}

.blogposts li .txt h5, .blogposts .item .txt h5{
	color: #279bd8;
	font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-bottom: 0;
/* 	border-bottom: 1px solid #279bd8; */
	font-weight: 600;
}

.archive.post-type-archive-production .blogposts li .txt h5, .archive.post-type-archive-production .blogposts .item .txt h5, .bloc.prods .blogposts .item .txt h5, .archive.tax-productions .blogposts .item .txt h5{
	color: #31703d;
/* 	border-bottom: 1px solid #31703d; */
}

.archive.post-type-archive-event .blogposts li .txt h5, .archive.post-type-archive-event .blogposts .item .txt h5, .bloc.events .blogposts .item .txt h5, .blogposts .item.event .txt h5{
	color: #f97a44;
}

.blogposts .shar, .blogposts .item .shar{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	font-size: 20px;
}

.blogposts .item.event .shar a{
	color: #f97a44;
}

.blogposts .item .shar a:hover{
	color: #3a3a3a!important;
}

.entete{
	display: block;
	width: 100%;
	padding: 40px 0;
	text-align: center;
	color: white;
	font-size: 35px;
	line-height: 35px;
	font-weight: 400;
	font-family: "Shoemaker";
	text-transform: uppercase;
}

.entete p:last-child{
	margin-bottom: 0;
}

.archive .entete{
	background: #279bd8;
}

.archive.post-type-archive-production .entete, .archive.tax-productions .entete{
	background: #31703d;
}

.archive.post-type-archive-event .entete{
	background: #f97a44;
}

.blogue {
    background: #EEE;
}

.fi{
	text-align: center;
}

.wrapper.blok{
	padding: 40px 20px;
}

.wrapper.blok hr{
	margin: 30px 0;
}

.archive .button{
	background: #3a3a3a;
	margin-bottom: 3px;
}

.archive .button.is-checked {
    background-color: #279bd8;
}

.archive .button.ag.is-checked {
    background-color: #f97a44;
}

.archive.post-type-archive-production .button.is-checked, .archive.tax-productions  .button.is-checked{
    background-color: #31703d;
}

.archive.post-type-archive-event .button.is-checked {
    background-color: #f97a44;
}

.shar a{
	color: #279bd8;
}

.archive.post-type-archive-production .shar a, .archive.tax-productions .shar a{
	color: #31703d;
}

.archive.post-type-archive-event .shar a {
    color: #f97a44;
}

.archive.post-type-archive-production .shar a:hover, .shar a:hover, .archive.post-type-archive-event .shar a:hover, .archive.tax-productions .shar a:hover{
	color: #3a3a3a;
}

.singlentete{
	background-color: #279bd8;
	color: white;
	text-align: center;
	padding: 20px 0;
	font-weight: 300;
}

.singlentete a{
	color: white;
}

.singlentete a:hover{
	color: #eee;
}

.single-production .singlentete{
	background-color: #31703d;
}

.single-event .singlentete{
	background-color: #f97a44;
}

.rett, .datt, .cate{
	display: inline-block;
	padding: 0 20px;
    border-left: 1px solid #fff;
}

.lieu{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.rett i, .datt i, .cate i, .lieu i{
	margin-right: 5px;
}

.rett{
	border-left: 0;
}

.bloc.actus, .bloc.prods, .bloc.events{
	background: #f5f5f5;
	padding: 70px 0;
}

.bloc.partners{
	padding: 70px 0;
}

.bloc.actus .blogposts .item, .bloc.prods .blogposts .item, .bloc.events .blogposts .item, .bloc.liens .blogposts .item{
	width: 33.33%;
}

.bloc.liens .blogposts .item:nth-of-type(3n+1){
	clear: both;
}

.bloc.liens .blogposts .item, .bloc.liens .blogposts .item .txt{
	height: auto!important;
}

.bloc.liens .blogposts .item .txt p{
	color: #474747;
}

.bloc.liens .blogposts .item .txt p:last-child{
	margin-bottom: 0;
}

.topbloc{
	padding-bottom: 40px;
	position: relative;
}

.topbloc a.bouton{
	position: absolute;
    right: 3px;
    top: -9px;
    background: rgba(0, 0, 0, 0);
}

.topbloc a.bouton:hover{
	background: #474747;
}

.meto{
	margin-bottom: 15px;
}

.meto p{
	margin-bottom: 3px;
	font-size: 15px;
}

.meto p i{
	margin-right: 5px;
	width: 23px;
	text-align: center;
	float: left;
}

.sliderune{
	position: relative;
}

.sliderune .bxslider li{
	height: 500px;
	line-height: 500px;
}

.sliderune > h2{
	position: absolute;
	width: 40%;
	right: 0;
	top: 0;
	z-index: 2;
	background: #279bd8;
	text-transform: uppercase;
    font-family: "Shoemaker";
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    padding: 11px 40px 7px;
}

.slidleft{
	width: 60%;
	float: left;
	display: block;
	height: 500px;
}

.slidright{
	width: 40%;
	float: left;
	background: #E9E9E9;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

.slidrightcont{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	padding: 60px 40px;
}

.slidrighttop{
	font-size: 16px;
	color: #969696;
	padding-bottom: 34px;
    font-weight: 300;
}

.slidrighttop span{
	float: right;
}

.slidrightcont h3{
	text-transform: uppercase;
    font-family: "Shoemaker";
    color: #279bd8;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}

.slidrightcont a.bouton{
	color: white;
	background: #279bd8;
	border-color: #279bd8;
}

.slidrightcont a.bouton:hover{
	color: #279bd8;
	background: #E9E9E9;
}

.sliderune .bx-wrapper .bx-pager{
	text-align: right;
    padding-right: 40px;
    bottom: 14px;
    overflow: hidden;
}

.sliderune .bx-wrapper .bx-pager.bx-default-pager a{
	text-indent: 9999px;
	border: 1px solid #474747;
	width: 10px;
    height: 10px;
    margin: 0 0 0 6px;
}

.sliderune .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #474747;
}

.sliderune .bx-wrapper .bx-controls-direction a.bx-prev {
    background-color: transparent;
    left: 60%;
    right: auto;
    top: auto;
    bottom: 0;
    margin-left: -45px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23474747'%2F%3E%3C%2Fsvg%3E");
    border-right: 2px solid #474747;
    -moz-background-size: 19px 30px;
    -webkit-background-size: 19px 30px;
    background-size: 19px 30px;
}

.sliderune .bx-wrapper .bx-controls-direction a.bx-next {
    background-color: transparent;
    left: auto;
    right: 40%;
    margin-right: -45px;
    bottom: 0;
    top: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23474747'%2F%3E%3C%2Fsvg%3E");
    -moz-background-size: 19px 30px;
    -webkit-background-size: 19px 30px;
    background-size: 19px 30px;
}

.partners .topbloc{
	padding: 0 1% 40px;
}

.partners .topbloc a.bouton{
	right: 1%;
}


.partenaires{
	list-style: none;
	margin: 0;
	padding: 0;
}

.partenaires li{
	display: table;
	width: 19%;
	float: left;
	margin: 0 0.5% 20px;
	text-align: center;
	border: 1px solid #EEE;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.partenaires li:hover{
	border: 1px solid #31703d;
}

.partnercont{
	display: table-cell;
	vertical-align: bottom;
}

.partnertop{
	padding: 30px;
}

.partnertop a{
	display: block;
}

.partnertop img{
	max-height: 180px;
}

.partnerbot{
	position: relative;
    padding: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #31703d;
}

.partnerbot:before{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	left: 50%;
	top: 0;
	position: absolute;
	margin-left: -75px;
	background: #c9c9c9;
}

.partnerbot h4{
	font-size: 20px;
	color: #424345;
	font-weight: 700;
}

.partenaires.bxslider li{
	margin: 0;
}

.partners .bx-wrapper .bx-pager.bx-default-pager a{
	border: 1px solid #31703d;
}

.partners .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #31703d;
}

.partners .bx-viewport{
	padding: 0 18px;
}

.partners .bx-wrapper{
	padding-bottom: 40px;
}

.partners .bx-wrapper .bx-pager{
	bottom: 0;
}

.partners .bx-wrapper .bx-controls-direction a.bx-prev, .partners .bx-wrapper .bx-controls-direction a.bx-next{
	background-color: #31703d;
}

.partners .bx-wrapper .bx-controls-direction a.bx-prev:hover, .partners .bx-wrapper .bx-controls-direction a.bx-next:hover{
	background-color: #97bf0c;
}

.partners.partnslidy .topbloc {
    padding: 0 18px 40px;
}

.partners.partnslidy .topbloc a.bouton {
    right: 18px;
}

.partners.partnslidy .partnerbot{
	background: #f3f3f3;
}

.partners.partnslidy .partnerbot:before{
	display: none;
}

.lactuleft, .lacturight, .nosprodsleft, .nosprodsright{
	width: 50%;
	float: left;
	display: block;
}

.lacturight, .nosprodsleft{
	background: #f6f6f6;
	padding: 30px 0;
	position: relative;
}

.lacturight ul, .nosprodsleft ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.lacturight ul li{
	display: inline-block;
	width: 32%;	
	margin: 30px 0;
	padding: 20px 42px;
	vertical-align: middle;
}

.nosprodsleft ul li{
	display: inline-block;
	width: 35%;	
	margin: 30px 0;
	padding: 20px 42px;
	vertical-align: middle;
}

.lacturight ul li a, .nosprodsleft ul li a{
	display: block;
	color: #3a3a3a;
}

.lacturight ul li a:hover{
	color: #279bd8;
}

.lacturight:before{
	content: '\f0d9';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	color: #f6f6f6;
	position: absolute;
	left: -28px;
    top: 50%;
    margin: -63px 0 0;
    font-size: 98px;
    z-index: 1;
}

.nosprodsleft:before{
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	color: #f6f6f6;
	position: absolute;
	right: -28px;
    top: 50%;
    margin: -63px 0 0;
    font-size: 98px;
    z-index: 1;
}

.nosprodsleft ul li a:hover{
	color: #31703d;
}

.lacturight ul li a h5, .nosprodsleft ul li a h5{
	font-size: 20px;
	line-height: 21px;
	font-weight: normal;
}

.lacturight ul li a p, .nosprodsleft ul li a p{
	font-size:48px;
	line-height: 1;
	margin-bottom: 12px;
}

.lacturight ul li:nth-of-type(3n+2){
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.nosprodsleft ul li:nth-of-type(2n){
	border-left: 1px solid #c9c9c9;
}

.lacturight ul li:last-child, .nosprodsleft ul li:last-child{
	border-right: 0;
}

#infscr-loading{
	position: absolute;
    left: 2px;
    bottom: -31px;
}

#infscr-loading img{
	display: none!important;
}

.team{
	list-style: none;
	margin: 0;
	padding: 0;
}

.membre{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	color: #3a3a3a;
    font-size: 18px;
    padding: 20px 60px;
}

.signature .membre{
	width: 100%;
	font-size: 16px;
    padding: 0;
}

.membre:nth-of-type(2n+1){
	clear: both;
}

.membre img{
	width: 200px;
	border-radius: 100%;
	border: 10px solid #EEE;
	margin-bottom: 22px;
}

.membre h4 {
    font-family: "Amatic";
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.membreleft{
	width: 33.33%;
	float: left;
}

.membreright{
	width: 66.66%;
	float: left;
	text-align: left;
}

.single .shar{
	text-align: center;
    background: #333;
    padding: 40px 20px;
    font-size: 30px;
}

.single .shar a{
	color: white;
	margin: 0 5px;
}

.single .shar a:hover{
	color: #b5b5b5;
}

.metaz .cate span:before{
	content: ', ';
}

.metaz .cate span:nth-of-type(1):before{
	content: '';
}

/**
 * 11.6 - Footer
 */

.site-footer{
	position: relative;
	width: 100%;
}

.archive .prefooter{
	background: white;
}

.prefooter{
	position: relative;
	background: #efefef;
	padding: 70px 0;
}

.prefooter ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.prefooter ul li{
	display: inline-block;
	vertical-align: top;
    width: 24%;
	text-align: center;
	color: #474747;
	font-size: 15px;
	border-left: 1px solid #474747;
	padding: 30px;
	margin-left: -5px;
}

.prefooter ul li:nth-of-type(4n+1){
	border-left: 0;
}

.prefooter ul li p{
	margin-bottom: 0;
	line-height: 1.3;
	color: #474747!important;
}

.prefooter ul li i{
	font-size: 52px;
	margin-bottom: 12px;
}

.prefooter ul li h4{
	font-family: "Shoemaker";
	text-transform: uppercase;
	font-size: 25px;
    font-weight: 400;
}

.prefooter ul li a{
	color: #474747;
	display: block;
}

.prefooter ul li a:hover{
	color: #97bf0c;
}

.footy {
	position: relative;
	width: 100%;
	background: #1c90d0;
	color: white;
	padding: 0 40px;
	line-height: 136px;
	z-index: 9999999;
}

.footerleft, .footerright{
	position: relative;
	display: block;
	width: 50%;
	float: left;
}

.footy .logo{
	display: inline-block;
	width: 75px;
	height: 75px;
	background: url(images/ASEF_logo.png) no-repeat center center;
	background-size: contain;
	text-indent: -999em;
	vertical-align: middle;
	position: absolute;
    left: 0;
    top: 30px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footertxt{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 5px 0 5px 15px;
	border-left: 1px solid white;
	margin-left: 90px;
}

.footertxt span{
	display: block;
	margin-bottom: 3px;
}

.footerright{
	text-align: right;
}

.footerright > div{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.menu-menu-pied-de-page-container{
	border-right: 1px solid white;
	padding: 10px 20px 10px 0;
	margin-right: 10px;
}

.footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li{
	display: inline-block;
}

.footer-menu li a{
	color: white;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 300;
	margin-left: 15px;
}

.footerright .social-menu li a:hover, .footer-menu li a:hover{
	color: #474747;
}

.mobmenu, .mobilemenu{
	display: none;
}

.wpcf7-form > p{
	margin-bottom: 0;
}

.player{
	display: block;
	width: 100%;
	margin: 0;
}

.bloc.video{
	--plyr-color-main : #1c90d0
}

/*
.plyr__poster{
	background-size: cover!important;
}
*/

.popup{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	text-align: center;
	left: 0;
    top: 0;
}

.popupcont{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: calc(100% - 40px);
	max-width: 550px;
	background: white;
	position: relative;
	z-index: 1;
}

.fondpop{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.4);
}

.popup a.closepop{
	line-height: 1;
    padding: 10px 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    background: white;
}

.popup p.titre{
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}

.popupcontt{
	padding: 70px;
}

.popupcont .txt{
	margin: 30px 0;
    line-height: 1.6;
    font-size: 15px;
}

#liloPartnerWidgetContainer{
	position: fixed!important;
	bottom: 0;
}

.grecaptcha-badge{
	display: none!important;
}

.sib_msg_disp{
	text-align: center;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1690px) {
	.nav-menu > li{
		padding: 0 10px 20px;
		margin: 0 10px;
	}
}

@media screen and (max-width: 1490px) {
	.nav-menu{
		padding: 0 40px 0 0;
	}
	.nav-menu > li{
		padding: 0 10px 20px;
		margin: 0 5px;
	}
}

@media screen and (max-width: 1450px) {
	header > div:last-child{
		right: 20px;
	}
	header .menu-social-container:after{
		right: -56px;
	}
}


@media screen and (max-width: 1385px) {
	.nav-menu > li{
		padding: 0 5px 20px;
		margin: 0 5px;
	}
}

@media screen and (max-width: 1280px) {
	.site-header{
		padding: 0 20px 0 150px;
		text-align: left;
	}
	header .menu-social-container:after {
		right: -68px;
	}
	.site-title{
		left: 10px;
	}
	
	.nav-menu > li{
		padding: 0 5px 20px;
		margin: 0 5px;
	}
	
	.nav-menu > li > a{
		font-size: 17px;
	}
	.nav-menu > li > ul.sub-menu{
		padding: 10px 16px;
		left: -10px;
	}
	.sante > ul > li .licont{
		padding: 0 20px;
	}
	.lacturight ul li, .nosprodsleft ul li{
		margin: 20px 0;
		padding: 20px 20px;
	}
	.nosprodsleft ul li{
		width: 49%;
	}
	.prefooter ul li{
		padding: 30px 15px;
		width: 25%;
	}
	.prefooter ul li p br{
		display: none;
	}
	.partenaires li{
		width: 32.33%;
	}
	.blogposts li, .blogposts .item{
		width: 33.33%;
	}
	.archive .button{
		padding: 15px 30px;
	}
	.newsletleft{
		padding: 8px 20px 8px 0;
	}
	.newsletleft h2{
		font-size: 20px;
	}
	.guideright img{
		display: none;
	}
	.guideright span{
		padding: 0;
		max-width: 100%;
	}
}

@media screen and (min-width: 1160px) {
	.mobilemenu{
		display: none!important;
	}
	
}

@media screen and (max-width: 1160px) {
	.site-header{
		padding: 0 20px;
	}
	.mobmenu{
		display: inline-block;
	    font-size: 26px;
	    line-height: 1;
	    vertical-align: middle;
	    padding: 18px 18px 12px;
	}
	.mobilemenu{
		position: absolute;
	    left: 0;
	    top: 65px;
	    background: #31703d;
	    width: 100%;
	}
	.nav-menu{
		padding: 25px 0 10px;
	}
	.nav-menu > li {
		padding: 0 5px 7px;
		margin: 0 10px 10px;
		display: block;
	}
	.nav-menu > li > a {
    	font-size: 20px;
    	color: white;
	}
	.nav-menu > li.current-menu-item:after, .nav-menu > li.current-page-parent:after, .nav-menu > li.current-menu-parent:after, .nav-menu > li.current-page-ancestor:after{
		display: none;
	}
	.nav-menu > li > ul.sub-menu{
		position: relative;
		text-align: center;
	    left: 0;
	    top: 0;
		padding: 6px 0;
	}
	.nav-menu > li:hover > ul.sub-menu{
		background: transparent;
	}
	.nav-menu > li.current-menu-item > ul.sub-menu, .nav-menu > li.current-page-parent > ul.sub-menu, .nav-menu > li.current-menu-parent > ul.sub-menu, .nav-menu > li.current-page-ancestor > ul.sub-menu{
		display: block;
	}
	#masthead > .menu-principal-container{
		display: none;
	}
	.site-title, .scrolled .site-title {
	    width: 65px;
	    height: 65px;
	    border-width: 5px;
	    top: 0;
	    left: 15px;
	    text-align: left;
	}
	.site-header, .scrolled .site-header{
	    line-height: 65px;
	    text-align: right;
	    padding: 0 2px;
	}
	header .menu-social-container:after, .scrolled header .menu-social-container:after{
	    display: none;
	}
	header .social-menu li {
	    padding-top: 5px;
	}
	header .menu-social-container:before {
	    height: 0;
	    opacity: 0;
	}
	.sante.petit > ul > li{
		width: 50%;
	}
	.newsletter, .recherche{
		top: 65px!important;
		padding: 20px 0;
	}
	#content {
	    padding-top: 65px;
	}
	header .social-menu li a {
	    color: #686868;
	}
	header .social-menu li a:hover {
	    color: #279bd8;
	}
	header > div:last-child {
	    right: 80px;
	}
	header .social-menu:after{
		content: '';
		display: block;
		position: absolute;
		right: -18px;
		width: 1px;
		height: 40px;
		background: #686868;
		top: 50%;
		margin-top: -20px;
	}
	.sliderune .bxslider li {
	    height: 450px;
	    line-height: 450px;
	}
	.slidleft, .slidright, .sliderune > h2 {
    	width: 50%;
    }
    .slidleft{
	    height: 450px;
    }
    .sliderune > h2{
	    font-size: 28px;
	    padding: 11px 30px 7px;
    }
    .sliderune .bx-wrapper .bx-controls-direction a.bx-prev{
	    left: 50%;
    }
    .sliderune .bx-wrapper .bx-controls-direction a.bx-next{
	    right: 50%;
    }
    .slidrightcont{
	    padding: 50px 30px;
	    font-size: 15px;
    }
    .sliderune .bx-wrapper .bx-pager{
	    padding-right: 20px;
    }
    .slidrighttop{
	    padding-bottom: 20px;
	    font-size: 14px;
    }
    .slidrightcont h3{
	    font-size: 26px;
    }
    a.bouton{
	    font-size: 15px;
	    padding: 11px 24px;
    }
    button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus{
	    padding: 14px 30px;
    }
    .newsletleft {
	    padding: 0 0 8px 0;
	    float: none;
	    border-right: 0;
	    width: 100%;
	    text-align: center;
	}
	.newsletright {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	    position: relative;
	    text-align: center;
	}
	.bloc {
	    margin: 30px 0;
	}
	.bloc.titre{
		padding: 30px 0;
	}
	.lacturight, .nosprodsleft{
		width: 100%;
		float: none;
		height: auto!important;
	}
	.lactuleft, .nosprodsright, .lacturight:before, .nosprodsleft:before, .footerright > div.menu-social-container, .guideright{
		display: none;
	}
	.footy{
		padding: 0 20px;
	}
	.footerleft{
		width: 65%;
	}
	.footerright{
		width: 35%;
	}
	.prefooter{
		padding: 40px 0;
	}
	.prefooter ul li{
		width: 50%;
	}
	.menu-menu-pied-de-page-container {
	    border-right: 0;
	    padding: 10px 0 10px 0;
	    margin-right: 0;
	}
	.blogposts li, .blogposts .item{
		margin-top: 2px;
	}
	.blogposts li .txt, .blogposts .item .txt{
		height: auto;
	}
	.bloc.actus .blogposts .item .txt{
		height: auto;
		padding: 15px 15px 20px;
	}
	.bloc.actus, .bloc.prods, .bloc.events, .bloc.partners{
		padding: 40px 0;
	}
	.topbloc {
    	padding-bottom: 30px;
	}
	.liens {
	    padding: 40px 0;
	}
	.imggau, .imgtxtgau, .txtdeuxgau, .contleft{
		padding-right: 10px;
	}
	.imgdro, .imgtxtdro, .txtdeuxdro, .contright{
		padding-left: 10px;
	}
	.guideleft{
		width: 100%;
	    float: none;
	    padding-right: 0;
	    border-right: 0;
	}
	.guideleft .guidetxt, .guideleft .tumb {
		width: 50%;
	}
	.guideleft .guidetxt{
		padding-right: 10px;
	}
	.guideleft .tumb {
		padding-left: 10px;
		text-align: left;
	}
	.popupcontt{
		padding: 40px;
	}
}

@media screen and (max-width: 800px) {
	
}

@media screen and (max-width: 767px) {
	.footertxt{
		font-size: 11px;
	}
	.bloc.texte{
		font-size: 16px;
	}
	.icones ul li{
		width: 49%;
		padding: 0 10px;
	}
	.fichleft {
    	width: 35%;
    }
    .fichright {
    	width: 65%;
    }
    .bloc.actus .blogposts .item, .bloc.prods .blogposts .item, .bloc.events .blogposts .item, .bloc.liens .blogposts .item {
    	width: 50%;
    	display: none;
	}
	.bloc.actus .blogposts .item:nth-of-type(1), .bloc.prods .blogposts .item:nth-of-type(1), .bloc.events .blogposts .item:nth-of-type(1), .bloc.liens .blogposts .item:nth-of-type(1), .bloc.actus .blogposts .item:nth-of-type(2), .bloc.prods .blogposts .item:nth-of-type(2), .bloc.events .blogposts .item:nth-of-type(2), .bloc.liens .blogposts .item:nth-of-type(2) {
    	display: block;
	}
	.membre{
		font-size: 16px;
		padding: 20px;
	}
	.txtcontent h1, .sante h3.sty, .lactu h3.sty, .nosprods h3.sty{
		font-size: 32px;
	}
	
	.txtcontent h2{
		font-size: 31px;
	}
	
	.txtcontent h3, .membre h4{
		font-size: 26px;
	}
	
	.txtcontent h3.sty{
		font-size: 26px;
	}
	
	.liens h3.sty, .bloc.actus h3.sty, .bloc.prods h3.sty, .bloc.events h3.sty, .bloc.partners h3.sty{
		font-size: 26px;
	}
	
	.txtcontent h4{
		font-size: 21px;
	}
	
	.citation h3{
		font-size: 26px;
	}
	.imgtxtgau.notiers, .imgtxtdro.notiers, .imgtxtgau.tiers, .imgtxtdro.tiers {
	    width: 50%;
	}
	.membreright{
		padding-left: 20px
	}
	.partners .bx-viewport {
	    padding: 0 10px;
	}
	.partnslidy > .wrapperr{
		padding: 0 10px;
	}
	.liens h3.sty:after{
		display: none;
	}
	.blogposts li, .blogposts .item {
	    width: 50%;
	}
	.cate{
		display: block;
		border-left: 0;
		padding-top: 3px;
	}
	.single .shar{
		font-size: 25px;
	}
	.map{
		height: 275px;
	}
	.contleft{
		width: 100%;
		float: none;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.contright{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.descry {
    	max-width: 75%;
    }
}

@media screen and (max-width: 590px) {
	.slidleft, .slidright, .sliderune > h2{
		width: 100%;
		float: none;
	}
	.newsletter input[type="text"], .newsletter input[type="email"]{
		width: 195px;
	}
	.slidleft {
	    height: 200px;
	    margin-top: 46px;
	}
	.sliderune .bxslider li {
	    height: auto;
	    line-height: 1;
	}
	.slidrightcont{
		padding: 25px 20px 50px;
	}
	.slidright{
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
	    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
	    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
	}
	.slidrighttop{
		font-size: 13px;
	}
	.sliderune .bx-wrapper .bx-pager{
		top: 19px;
		bottom: auto;
	}
	.sliderune > h2{
		padding: 11px 20px 7px;
	}
	.sliderune .bx-controls-direction{
		-webkit-transform: scale(0.8);
		-moz-transform:    scale(0.8);
		-ms-transform:     scale(0.8);
		-o-transform:      scale(0.8);
		transform:         scale(0.8);
	}
	.sante.petit > ul > li {
    	width: 100%;
    	float: none;
    	height: auto!important;
    	line-height: 1!important;
	}
	.sante > ul > li .licont{
		padding: 50px 20px;
	}
	.lacturight ul li, .nosprodsleft ul li{
		width: 100%;
		margin: 0;
	}
	.lacturight ul li:nth-of-type(3n+2), .nosprodsleft ul li:nth-of-type(2n){
		border: 0;
	}
	.lacturight, .nosprodsleft{
		padding: 20px 0;
	}
	.partenaires li {
    	width: 100%;
    	float: none;
    	margin-left: 0;
    	margin-right: 0;
	}
	.bloc.actus, .bloc.prods, .bloc.events, .bloc.partners {
	    padding: 40px 0 20px;
	}
	.prefooter {
	    padding: 20px 0;
	}
	.prefooter ul li p{
		display: none;
	}
	.prefooter ul li:nth-of-type(2n+1){
		border-left: 0;
	}
	.prefooter ul li i {
	    font-size: 40px;
	    margin-bottom: 9px;
	}
	.prefooter ul li h4{
		font-size: 20px;
	}
	.footy{
		line-height: 1;
		padding: 20px 20px 10px;
		text-align: center;
	}
	.footerleft, .footerright {
    	width: 100%;
    	float: none;
	}
	.footy .logo{
		display: none;
	}
	.footertxt{
		border-left:0;
		margin-left: 0;
		padding-left: 0;
	}
	.footerright {
	    text-align: center;
	}
	.footer-menu li a{
		margin: 0 7px;
	}
	.prefooter ul li{
		margin: 5px 0;
		width: 49%;
		padding: 15px;
	}
	.bloc {
	    margin: 20px 0;
	}
	.bloc.titre {
    	padding: 20px 0;
	}
	.imggau, .imgtxtgau, .txtdeuxgau, .contleft, .imgtxtgau.notiers, .imgtxtdro.notiers, .imgtxtgau.tiers, .imgtxtdro.tiers, .guideleft .guidetxt, .fichleft {
		width: 100%;
		float: none;
    	padding-right: 0;
    	padding-bottom: 20px;
	}
	.imgtxtdro.notiers, .imgtxtdro.tiers{
		padding-bottom: 0;
	}
	.imgdro, .imgtxtdro, .txtdeuxdro, .contright, .imgtxtgau.notiers, .imgtxtdro.notiers, .imgtxtgau.tiers, .imgtxtdro.tiers, .membreright, .guideleft .tumb, .fichright{
		width: 100%;
		float: none;
    	padding-left: 0;
	}
	.membreleft{
		width: 100%;
		float: none;
	}
	.membreright{
		text-align: center;
	}
	.bloc.actus .blogposts .item, .bloc.prods .blogposts .item, .bloc.events .blogposts .item, .bloc.liens .blogposts .item{
		width: 100%;
		float: none;
	}
	.guideleft .guidetxt, .guideleft .tumb {
		text-align: center;
	}
	.guideleft .tumb img{
		max-height: 999em;
	}
	.guides {
	    padding: 30px 0;
	}
	.partners .bx-viewport {
	    padding: 0 10px;
	}
	.icones ul li {
    	width: 100%;
    	padding: 0;
	}
	.bloc.fichiers{
		padding: 25px 0 15px;
	}
	.fichright ul{
		padding: 0;
	}
	.fichleft{
		line-height: 1!important;
		border-right: 0;
		text-align: center;
		padding-bottom: 4px;
	}
	.fichright{
		border-left: 0;
		text-align: center;
	}
	.topbloc a.bouton{
		display: none;
	}
	.liens h3.sty, .bloc.actus h3.sty, .bloc.prods h3.sty, .bloc.events h3.sty, .bloc.partners h3.sty{
		text-align: center;
	}
	.membre{
		width: 100%;
		float: none;
		padding: 20px 0;
	}
	.txtcontent h1, .sante h3.sty, .lactu h3.sty, .nosprods h3.sty {
	    font-size: 28px;
	}
	.descry {
    	max-width: 100%;
    }
    .bloc.slider .bx-wrapper .bx-controls-direction a, .bloc.partnslidy .bx-wrapper .bx-controls-direction a{
	    -webkit-transform: scale(0.7);
		-moz-transform:    scale(0.7);
		-ms-transform:     scale(0.7);
		-o-transform:      scale(0.7);
		transform:         scale(0.7);
    }
    .liens {
	    padding: 30px 0;
	}
    .links li {
	    margin: 8px 0;
	}
    .links li a {
	    font-size: 17px;
	}
	.archive .button {
	    padding: 15px 20px;
	}
	.blogposts li, .blogposts .item {
	    width: 100%;
	    margin-top: 20px;
	}
	.wrapper.blok hr {
	    margin: 30px 0 10px;
	}
	.datt, .cate {
	    display: block;
	    border-left: 0;
	    padding-top: 3px;
	    padding-left: 0;
	    padding-right: 0;
	}
	.icones ul li i {
	    font-size: 40px;
	    margin-bottom: 15px;
	}
	.single .shar {
	    font-size: 20px;
	    padding: 20px;
	}
	.alignleft, .alignright{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.wrapper.blok {
	    padding: 30px 20px;
	}
	.colgo, .coldo {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	    padding-left: 0;
	}
	.liens h3.sty span{
		padding: 0;
	}
	.citation h3 {
	    font-size: 22px;
	}
	.sliderune .bx-wrapper .bx-controls-direction a.bx-prev{
		border-right: 2px solid #474747;
	}
	.recherche input[type="search"], .formul input[type="search"]{
		display: block;
		width: 100%;
		margin-bottom: 3px;
	}
	.resultats {
	    padding: 50px 0;
	}
	.popupcontt{
		padding: 30px;
	}
	.popup p.titre{
		font-size: 20px;
	}
	.popupcont .txt {
    	margin: 20px 0;
    	line-height: 1.4;
    	font-size: 12px;
	}
/*
	.bloc.actus, .bloc.prods, .bloc.events, .bloc.partners {
	    padding: 40px 0;
	}
*/
}


/**
 * 15.0 - Print
 */

@media print {
	
}
