1/*
Theme Name: Les Garconnieres
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
Tags:

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */


@font-face {
		font-family: 'signalist';
		src: 	url('fonts/signalist.woff2') format('woff2'),
				url('fonts/signalist.woff') format('woff'),
				url('fonts/signalist.ttf') format('truetype'),
				url('fonts/signalist.svg#signalist') format('svg');
		font-weight: 700;
		font-style: normal;
}

@font-face {
		font-family: 'signalistIE';
		src: url('fonts/signalist.eot');
		src: url('fonts/signalist.eot?#iefix') format('embedded-opentype');
		font-weight: 700;
		font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'signalist';
	  src: url('fonts/signalist.woff2') format('woff2');
	}
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

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

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
}

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

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: 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: #292929;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.4em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

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

blockquote cite,
blockquote small {
	color: #292929;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Open Sans", sans-serif;
	line-height: 1.6;
}

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

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

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

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	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.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #D0D0D0;
	font-family: "Raleway", sans-serif;
}

:-moz-placeholder {
	color: #D0D0D0;
	font-family: "Raleway", sans-serif;
}

::-moz-placeholder {
	color: #D0D0D0;
	font-family: "Raleway", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #D0D0D0;
	font-family: "Raleway", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	border: 0;
	border-bottom: 1px solid #D0D0D0;
	background: white;
	color: #292929;
	margin-bottom: 20px;
}

input:focus,
textarea:focus {
	border: 0;
	border-bottom: 1px solid #292929;
	color: #292929;
}

input:focus,
select:focus {
	outline: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
    background-color: #292929;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    /* font-size: 1.2rem; */
    font-weight: 200;
    padding: 11px 30px;
    /* text-transform: uppercase; */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	height: 180px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #292929;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover,
a:focus {
	color: #707070;
	outline: 0;
	text-decoration: none;
}


/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #292929;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Open Sans", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Open Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #292929;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #292929;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Open Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header{
	position: relative;
	height: 222px;
	background: white;
	    z-index: 2;
}

.site-branding{
	padding: 0;
	text-align: center;
}

.site-title{
	margin: 0;
	line-height: 1;
}

.site-title a{
	position: absolute;
	display: block;
	width: 220px;
	height: 220px;
	background: url(images/logo2018.png) no-repeat center center;
	background-size: contain;
	left: 50%;
	margin-left: -110px;
	top: 35px;
	text-indent: -999em;
}

.mainmenu{
	padding-top: 106px;
}

.mainmenu ul{
	list-style: none;
	margin: 0 0 0 -66px;
	text-align: center;
}

.mainmenu ul li{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
    line-height: 30px;
}

.mainmenu ul li.mid{
	margin-right: 120px;
}

.mainmenu ul li.midd{
	margin-left: 120px;
}

.mainmenu ul li a{
	padding: 0 20px;
	font-size: 17px;
	color: #292929;
}

.mainmenu ul li:nth-of-type(3) a, .mainmenu ul li:nth-of-type(4) a, .mainmenu ul li:nth-of-type(5) a{
	font-family: signalist, signalistIE;
	font-size: 40px;
	font-weight: normal!important;
	padding-top: 3px;
    display: block;
}

.mainmenu ul li.current-menu-item a{
/* 	font-weight: 700; */
}

.mainmenu ul li.current-menu-item a span{
	border-bottom: 1px solid;
}

.mainmenu ul li:nth-of-type(3) a{
	color: #51b290;
}

.mainmenu ul li:nth-of-type(4) a{
	color: #FA8;
}

.mainmenu ul li:nth-of-type(5) a{
	color: #fdbe0e;
}

.langmenu{
	position: absolute;
	right: 20px;
	top: 15px;
}

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

.langmenu ul li{
	display: inline-block;
	border-left: 1px solid black;
	line-height: 16px;
}

.langmenu ul li.menu-item-language-current a{
	font-weight: 700;
}

.langmenu ul li:first-child{
	border: 0;
}

.langmenu ul li a{
	font-size: 12px;
	padding: 0 10px;
}

.hexagonn {
  position: absolute;
  width: 135px; 
  height: 77.94px;
  background-color: transparent;
  margin: 38.97px 0;
  border-left: solid 12px #E7F4FE;
  border-right: solid 12px #E7F4FE;
}

.hexagonn:before,
.hexagonn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 95.46px;
  height: 95.46px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.7703px;
}

.hexagonn:before {
  top: -47.7297px;
  border-top: solid 16.9706px #E7F4FE;
  border-right: solid 16.9706px #E7F4FE;
}

.hexagonn:after {
  bottom: -47.7297px;
  border-bottom: solid 16.9706px #E7F4FE;
  border-left: solid 16.9706px #E7F4FE;
}

.hexagonn1 {
	left: 50%;
	margin-left: -139px;
	top: -83px;
}

.hexagonn2 {
	left: 50%;
	margin-left: 6px;
	top: -83px;
}

.headerfixe .mainmenu ul li.acc{
	display: none;
}


/**
 * 12.0 Content
 */


body{
	opacity: 0;
	background: #e6f4fd;
	min-width: 1100px;
	-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; */
}

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

.clear{
	clear: both;
}

.hexagon {
	position: absolute;
	width: 300px; 
	height: 173.21px;
	background-color: transparent;
	margin: 86.60px 0;
	border-left: solid 12px;
	border-right: solid 12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-color: #fdbe0e;
}

.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 212.13px;
	height: 212.13px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 31.9340px;
}

.hexagon:before {
	top: -106.0660px;
	border-top: solid 16.9706px;
	border-right: solid 16.9706px;
	border-color: inherit;
}

.hexagon:after {
	bottom: -106.0660px;
	border-bottom: solid 16.9706px;
	border-left: solid 16.9706px;
	border-color: inherit;
}

.lieuspace{
	
}

.lieu{
	float: left;
	width: 33.33%;
	height: 600px;
	line-height: 600px;
	position: relative;
}

.lieu .hexagon{
	left: 50%;
	margin-left: -146px;
	top: 50%;
	margin-top: -86px;
}

.lieu h3{
	text-align: center;
	font-family: signalist, signalistIE;
	font-size: 85px;
	font-weight: normal;
}

.hometxt{
	padding: 60px 0;
}

.hometxt h3, .lili .cols h3{
	font-size: 23px;
	margin-bottom: 20px;
}

.colleft{
	width: 50%;
	float: left;
	padding-right: 25px;
}

.colright{
	width: 50%;
	float: left;
	padding-left: 25px;
}

h2.pagetitre{
	font-size: 60px;
	text-align: center;
	font-family: signalist, signalistIE;
	font-weight: normal;
	margin-bottom: 50px;
}

h2.pagetitre:before{
	content: '\00B7';
	margin-right: 10px;
}

h2.pagetitre:after{
	content: '\00B7';
	margin-left: 10px;
}

a.van{
	color: #ffaa88;
}

a.uze{
	color: #fdbe0e;
}

a.ker{
	color: #51b290;
}

/*
a.van:hover{
	color: #141b42;
}

a.uze:hover{
	color: #e8e5e3;
}
*/

a.van .vannes .hexagon{
	border-color: #ffaa88;
}


a.uze .uzes .hexagon{
	border-color: #fdbe0e;
}

a.ker .kervo .hexagon{
	border-color: #51b290;
}

a.ker .note{
	position: absolute;
	left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
	display: block;
	width: 100px;
	height: 100px;
	background: url(images/social_media3.jpg) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

a.van .note{
	position: absolute;
	left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
	display: block;
	width: 100px;
	height: 100px;
	background: url(images/social_media.jpg) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

a.uze .note{
	position: absolute;
	left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
	display: block;
	width: 100px;
	height: 100px;
	background: url(images/social_media2.jpg) no-repeat center center;
	background-size: contain;
	z-index: 1;
}


/*
a.van:hover .vannes .hexagon{
	border-color: #141b42;
}

a.uze:hover .uzes .hexagon{
	border-color: #292929;
}
*/

.introimg{
	display: block;
	margin: 0 auto;
	max-height: 700px;
}

.pagy{
	padding: 85px 0;
}

.introo{
	position: relative;
}

.introcont{
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.introcont h2{
	display: inline-block;
	width: 246px;
	height: 278px;
	line-height: 357px;
	vertical-align: middle;
	font-size: 110px;
    text-align: center;
    font-family: signalist, signalistIE;
    font-weight: normal;
    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;
}

.page-id-298 .introcont h2, .page-id-359 .introcont h2{
	font-size: 69px;
}

/*
.introcont h2:hover{
	opacity: 0.1;
}
*/

.introcont h2.clair{
	background: url(images/hexa_clair.png) no-repeat center center;
	background-size: contain;
	color: #141B42;
}

.page-id-10 .introcont h2.clair, .page-id-120 .introcont h2.clair{
	background: url(images/hexa_clairr.png) no-repeat center center;
	background-size: contain;
	color: #3c3c3b;
}

.page-id-298 .introcont h2.clair,.page-id-359 .introcont h2.clair{
	background: url(images/hexa_clairrr.png) no-repeat center center;
	background-size: contain;
	color: #314960;
}

.page-id-298 .introimg, .page-id-359 .introimg{
	max-height: 660px;
}

.introcont h2.sombre{
	background: url(images/hexa_sombre.png) no-repeat center center;
	background-size: contain;
	color: white;
}

.page-id-298 .note, .page-id-359 .note {
	display: block;
	width: 100%;
	height: 180px;
	background: #00357D url(images/social_media3.jpg) no-repeat center center;
	background-size: contain;
}

.page-id-8 .note, .page-id-117 .note {
	display: block;
	width: 100%;
	height: 180px;
	background: #00357D url(images/social_media.jpg) no-repeat center center;
	background-size: contain;
}

.page-id-10 .note, .page-id-120 .note {
	display: block;
	width: 100%;
	height: 180px;
	background: #00357D url(images/social_media2.jpg) no-repeat center center;
	background-size: contain;
}

.lili h2.pagetitre{
	margin-top: 20px;
}

.introcont .pastille{
	display: block;
	width: 140px;
	height: 140px;
	line-height: 140px;
	font-size: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 62px 0 0 22px;
    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;
}

.introcont .pastille span{
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
}

.introcont .pastille.clair{
	background: url(images/pastille_clair.png) no-repeat center center;
	background-size: contain;
	color: #3c3c3b;
}

.introcont .pastille.sombre{
	background: url(images/pastille_sombre.png) no-repeat center center;
	background-size: contain;
	color: #fff;
}

.airb{
	display: block;
	text-align: center;
	color: white!important;
	padding: 20px 0;
	border-top: 1px solid;
	margin-top: 42px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
    letter-spacing: 1px;
}

.airb span{
	display: inline-block;
	border-right: 1px solid;
	margin-right: 25px;
	padding-right: 25px;
	line-height: 60px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.airb:hover span{
	margin-right: 35px;
	padding-right: 35px;
}

.airb img{
	max-height: 30px;
	margin-top: -4px;
}

.sections{
	text-align: center;
	padding-bottom: 80px;
}

.sections ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.sections ul li{
	display: block;
	width: 50%;
	padding: 10px;
	float: left;
}

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

.sections ul li img{
	display: block;
	width: 100%;
}

.sections ul li a{
	display: block;
	position: relative;
}

h4.sectiontitre{
	font-size: 60px;
    text-align: center;
    font-family: signalist, signalistIE;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 40px;
}

.imageover{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 33px;
	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;
}

.sections ul li:hover .imageover{
	opacity: 1;
}

.imageover i{
	vertical-align: middle;
}

.map iframe{
	width: 100%;
	height: 350px;
	margin-bottom: 0;
}

.pagy h3{
	font-size: 23px;
	margin-bottom: 20px;
}

.trait{
	display: block;
	width: 100%;
	height: 1px;
	max-width: 260px;
	margin: 40px 0;
	background: #D0D0D0;
}

.coor{
	font-size: 17px;
}

#content{
	background: white;
}

.headerfixe{
	position: fixed;
	top: -110px;
	left: 0;
	width: 100%;
	min-width: 1100px;
	background: white;
	z-index: 10;
	border-bottom: 1px solid #EEE;
	    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scrolled .headerfixe{
	top: 0;
}

.headerfixe .mainmenu {
    padding-top: 28px;
    padding-bottom: 23px;
}

.headerfixe .site-title a{
	width: 90px;
    height: 90px;
	left: 15px;
    margin-left: 0;
    top: 11px;
}

.headerfixe .langmenu{
	top: 33px;
}

.headerfixe .mainmenu ul{
	margin: 0;
}

.headerfixe .mainmenu ul li.mid, .headerfixe .mainmenu ul li.midd{
	margin: 0;
}

/**
 * 13.0 Footer
 */

#map{
	display: block;
	width: 100%;
	height: 340px;
}

.site-footer {
	background: #e6f4fd;
	height: 72px;
	line-height: 72px;
	position: relative;
}

.site-footer:before{
	content: '\f0d8';
	font-family: FontAwesome;
	position: absolute;
	color: #E7F4FE;
	top: -52px;
    left: 50%;
    margin-left: -26px;
    font-size: 92px;
    line-height: 1;
    z-index: 0;
}

.lefty{
	width: 25%;
	float: left;
	font-size: 11px;
	padding-left: 20px;
}

.midy{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 17px;
	position: relative;
    z-index: 1;
}

.righty{
	float: left;
	width: 25%;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
}

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

/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

body.page-template-page-prehome #masthead,body.page-template-page-prehome #colophon{
	opacity: 0;
}

body.page-template-page-prehome{
	background-color: #E6F5FD;
}
.bodi{
    position: absolute;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999999999!important;
}
img.logo{
    max-width: 500px;
    margin-bottom: 23px;
    padding-top: 50px;
}
.contenu{
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 20px;
}

.contenu a, .contenu a:visited{
    color: #3C3C3B;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contenu a:hover{
    color: #000;
}

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

.bodi ul li{
	display: inline-block;
	border-left: 1px solid #000;
    line-height: 24px;
}

.bodi ul li:first-child {
    border: 0;
}

.bodi ul li a {
    font-size: 14px;
    padding: 0 10px;
    font-weight: 600;
}

.bodi h2{
	text-transform: uppercase;
    padding: 10px 0;
    font-size: 16px;
}

.menubars{
	display: none;
}

/**
 * 17.0 Print
 */

@media print {
	
}