/*
Theme Name: La Phoceanne Sud
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 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

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

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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #1d1d1b;
	font-family: "Roboto Condensed", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
}

h2,
.home.blog .entry-title {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

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

div.wpcf7 .ajax-loader{
	position: absolute;
}

span.wpcf7-not-valid-tip {
    color: #b54444;
    font-size: 11px;
    margin-top: 5px;
}

div.wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
	padding: 20px;
	border-width: 1px!important;
	text-align: center;
}

.wpcf7-form br{
	display: none;
}

.wpcf7-form-control-wrap.your-prenom{
	display: inline-block;
	width: 50%;
	padding-right: 5px;
}

.wpcf7-form-control-wrap.your-nom{
	display: inline-block;
	width: 50%;
	float: right;
	padding-left: 5px;
}

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

.wpcf7-form label{
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 14px;
	display: block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-family: 'Poppins';
	color: #1D1D1B;
	background: #F9F9F9;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 20px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

textarea{
	resize: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
/*
	color: #222;
	border-color: #333;
*/
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #3AB3E3;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1;
    padding: 24px 50px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	font-size: 13px!important;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #1D1D1B!important;
	color: white;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #9B9B9B;
	font-weight: 300;
	font-family: "Poppins", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #9B9B9B;
	font-weight: 300;
	font-family: "Poppins", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #9B9B9B;
	font-weight: 300;
	font-family: "Poppins", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #9B9B9B;
	font-weight: 300;
	font-family: "Poppins", "Helvetica Neue", helvetica, arial, sans-serif;
}

.demi{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 5px;
}

.demi + .demi{
	padding-right: 0;
	padding-left: 5px;
	margin-left: -4px;
}

.suby{
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	font-family: "Poppins";
}

.suby > p{
	margin: 30px 0;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #1d1d1b;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #3AB3E3;
	outline: 0;
}



/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

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;
}

html,body{
	overflow-x: hidden;
}

body{
	opacity: 0;
	background: #fff;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased;
}

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

.wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
}

.wrapper.wrappermed{
	max-width: 1020px;
}

.wrapper.wrappermedd{
	max-width: 920px;
}

.wrapper.wrapper6{
	max-width: 870px;
}

.wrapper.wrapper5{
	max-width: 740px;
}

.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;
}

p:last-child, ul:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/


.site-header {
	position: fixed;
	width: 100%;
	background: white;
	top: 0;
	left: 0;
	text-align: right;
	line-height: 110px;
	padding-right: 40px;
	font-family: 'Poppins';
	z-index: 80;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	-webkit-transition: background 0.4s ease, box-shadow 0.4s ease;
	-moz-transition: background 0.4s ease, box-shadow 0.4s ease;
	-o-transition: background 0.4s ease, box-shadow 0.4s ease;
	transition: background 0.4s ease, box-shadow 0.4s ease;
}

.scrolled .site-header{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site-title{
	margin: 0;
	padding: 0;
	text-align: left;
}


.site-title a{
	display: inline-block;
	width: 250px;
    height: 65px;
    background: url(assets/images/logo.svg) no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    position: absolute;
    text-align: left;
    left: 30px;
    transform: translate(0,-50%);
    top: 50%;
}

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

.main-menu > li{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 40px;
	line-height: 1;
	padding: 25px 0;
	position: relative;
}

.main-menu > li > a{
	text-transform: uppercase;
	font-size: 14px;
	color: #3AB3E3;
	font-weight: 500;
	position: relative;
}

.main-menu > li.current-menu-item > a{
	color: #1D1D1B;
}

.main-menu > li > a:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #3AB3E3;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transition: width 0.5s cubic-bezier(.99,.01,.24,.99);
    -moz-transition: width 0.5s cubic-bezier(.99,.01,.24,.99);
    -o-transition: width 0.5s cubic-bezier(.99,.01,.24,.99);
    transition: width 0.5s cubic-bezier(.99,.01,.24,.99);
}

.main-menu > li:not(.current-menu-item):hover > a:after{
	width: 100%;
}

.main-menu > li > ul{
	list-style: none;
	display: block;
	position: absolute;
	text-align: left;
	line-height: 2;
	min-width: 100%;
	background: #8ECCE4;
    white-space: nowrap;
    padding: 31px 38px;
    margin: 0;
    font-weight: 300;
    left: 50%;
    opacity: 0;
    top: -999em;
    -webkit-box-shadow: 0px 8px 13px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 8px 13px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 8px 13px 0px rgba(50, 50, 50, 0.1);
    transform:translate(-50%,10px);
    -webkit-transform:translate(-50%,10px);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0.4s ease;
}

.main-menu > li > ul:after{
	content: '\f0d8';
	font-weight: 700;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 50%;
	line-height: 1;
	top: -15px;
    color: #8ECCE4;
    font-size: 25px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}

.main-menu > li:hover > ul.sub-menu{
	opacity: 1;
	top: 100%;
	transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, top 0s 0s ease;
}

.main-menu > li > ul > li > a{
	color: white;
}

.main-menu > li > ul > li > a:hover, .main-menu > li > ul > li.current-menu-item > a, .main-menu > li > ul > li.current-page-ancestor > a{
	color: #1D1D1B;
}


a.searchy{
	line-height: 1;
	position: absolute;
	right: 40px;
	top: 17px;
	background: #8ECCE4;
	color: white;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
}

a.searchy:hover{
	background: #1D1D1B;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/


#content {
	margin-top: 110px;
	min-height: 30px;
}

.left{
	width: 50%;
	float: left;
}

.right{
	width: 50%;
	float: right;
}

.bleft{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.bright{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.slidertop{
	position: relative;
	overflow: hidden;
}

.slidertop li{
	line-height: 600px;
	height: 600px;
}

.slidertop ul li .fondd{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slidertop ul li .fondd.fondu{
	right: 0;
	width: calc(100% - 500px);
	left: auto;
}

.slidertop li .slidelink{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.slidertop a.bouton{
	position: absolute;
    left: 500px;
    z-index: 3;
    bottom: 130px;
    transform: translate(-90%,0);
}

.slidetxt{
	position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    color: white;
    line-height: 1.2;
    height: 100%;
    background: #3AB3E3;
    z-index: 1;
    font-size: 36px;
    font-weight: 300;
    font-family: 'Poppins';
    padding: 60px;
}

.slidertop .bx-wrapper .bx-pager{
	text-align: left;
    padding: 0 60px;
    bottom: 60px;
}

.slidertop .bx-wrapper .bx-controls-direction a.bx-prev{
	left: 500px;
	top: auto;
	margin: 0;
	bottom: 72px;
	transform: translate(-100%,50%);
}

.slidertop .bx-wrapper .bx-controls-direction a.bx-next{
	left: 500px;
	top: auto;
	margin: 0;
	bottom: 72px;
	transform: translate(0,50%);
}

.mention{
	background: #1D1D1B;
	color: white;
	font-size: 17px;
	line-height: 1;
	padding: 20px 0;
	font-family: 'Poppins';
	text-align: center;
	font-weight: 300;
}

.mention .wrap > *{
	display: inline-block;
	vertical-align: middle;
}

.mention i{
	font-size: 20px;
    margin-right: 10px;
}

.siteintro{
	position: relative;
	padding: 220px 0 130px;
}

.homeblocs:before{
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	z-index: 1;
	background: #E5E5E5;
	border-radius: 50%;
}

.introimg{
	display: block;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	background-color: #EEE;
}

.introcont{
	background: white;
	display: inline-block;
	width: 50%;
	margin-left: -10%;
	left: 50%;
	position: relative;
	z-index: 1;
	padding: 60px 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	box-shadow: 20px 20px 50px rgba(0,0,0,.2);
}

.introcont p.h2{
	position: absolute;
	left: 0;
	bottom: 100%;
	margin: 0 0 -30px -40px;
	font-family: 'Poppins';
	font-weight: 700;
	color: #B7DDE4;
	font-size: 80px;
	line-height: 1;
}

.introcont strong, .introcont b{
	font-size: 21px;
	color: #3AB3E3;
}

.introcont a.bouton{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(30px, 50%);
}

.homebloctxt ul{
	padding-left: 18px;
}

.accesss{
	background: #48b7e5;
	padding: 50px 0;
	text-align: center;
}

.accesss p.h3{
	font-weight: 300;
	font-size: 25px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 18px;
}

.access{
	margin: 0 -10px;
}

.acces{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 10px;
}

.acces a{
	display: block;
	background: white;
	padding: 20px;
    text-transform: uppercase;
/*     font-weight: 300; */
    letter-spacing: 0.05em;
    font-size: 16px;
}

.acces a:hover{
	background: #1d1d1b;
	color: white;
}

.acces a i{
	display: block;
	margin: 0 auto 11px;
	font-size: 25px;
}

.homeblocs{
	position: relative;
	display: inline-block;
    width: 100%;
}

.homeblocs:after{
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	background: #D8D8D8;
}

.homebloc{
	position: relative;
	z-index: 1;
}

.homebloc.un{
	margin: 100px 0;
}

.homebloc.un .wrapper > img{
	width: 60%;
	display: block;
	margin: 0;
	float: left;
}

.homebloc.un.gauche{
	text-align: right;
}

.homebloc.un.droite .wrapper > img{
	float: right;
}

.homebloc.un .homebloctxt{
	width: 40%;
	background: white;
	box-shadow: 20px 20px 50px rgba(0,0,0,.2);
	padding: 50px 40px 70px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.homebloc.un.droite .homebloctxt{
	margin-top: calc(-100% + 60px);
	transform: translate(30%, 0);
}

.homebloc.un.gauche .homebloctxt{
	transform: translate(-30%, 0);
	margin-top: calc(-100% + 60px);
}

.homebloc.un a.bouton{
	position: absolute;
}

.homebloc.un.droite a.bouton{
	right: 0;
	bottom: 0;
	transform: translate(30px, 50%);
}

.homebloc.un.gauche a.bouton{
	left: 0;
	bottom: 0;
	transform: translate(-30px, 50%);
}

.homebloc.un.droite:after{
	content: '';
    display: block;
    width: 168px;
    height: 64px;
    position: absolute;
    left: -25px;
    top: 0;
    background: url(assets/images/oiseau1.svg) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.homebloc.un.gauche:before{
	content: '';
    display: block;
    width: 168px;
    height: 64px;
    position: absolute;
    right: 80px;
    top: -60px;
    background: url(assets/images/oiseau2.svg) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.homebloc.un.gauche:after{
	content: '';
    display: block;
    width: 391px;
    height: 148px;
    position: absolute;
    right: -100px;
    top: 60px;
    background: url(assets/images/oiseau3.svg) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.homebloc.un h3{
	color: #3AB3E3;
	font-family: 'Poppins';
	font-size: 40px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 15px;
	line-height:1.2;
}

.homebloc.deux h3{
	font-family: 'Poppins';
	font-size: 40px;
	font-weight: 700;
	padding: 0 0 15px;
	margin: 0 0 15px;
	line-height:1.2;
	position: relative;
}

.homebloc.deux h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: white;
	position: absolute;
	bottom: 0;
	left: -30px;
}

.homebloc.deux{
	background: #3AB3E3;
	color: white;
}

.homebloctxt{
	text-align: left;
	display: inline-block;
	position: relative;
}

.homebloc.deux.gauche{
	text-align: right;
}

.homebloc.deux .homebloctxt{
	width: 40%;
	padding: 120px 13% 250px 80px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.homebloc.deux.droite .homebloctxt{
	padding: 120px 80px 250px 13%;
}

.homebloc.deux a.bouton{
	position: absolute;
	left: 80px;
	bottom: 80px;
}

.homebloc.deux.droite a.bouton{
	left: auto;
	right: 80px;
	bottom: 80px;
}

.homebloc.deux .homeblocimg{
	display: block;
	width: 60%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #EEE;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.homebloc.deux.droite .homeblocimg{
	left: auto;
	right: 0;
}


.blog{
	padding: 110px 0;
	opacity: 1;
	transform: translate(0,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: #e2e2e2;
    margin-bottom: -30px;
}

/*
.blog.vue{
	opacity: 1;
	transform: translate(0,0);
}
*/

.introblogg{
	position: relative;
}

.introblog h3{
	font-size: 45px;
	line-height: 45px;
	font-weight: normal;
	margin: 0 0 0 -20px;
	padding: 0 20px;
	background: #e2e2e2;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-family: 'Poppins';
	font-weight: 700;
	color: #3AB3E3;
}

.introblogg:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: white;
	position: absolute;
	left: 0;
	top: 50%;
}

.introblog a{
	border: 0;
	color: #3AB3E3;
	background: white;
	position: relative;
	z-index: 1;
	float: right;
	line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.introblog a:hover{
	background: #1D1D1B;
	color: #fff;
}

.introblog{
	margin-bottom: 30px;
}

ul.posts{
	list-style: none;
	margin: 0 -10px;
	padding: 0;
	font-family: 'Poppins';
}

ul.posts li{
	display: block;
	width: 33.33%;
	float: left;
	padding: 10px;
	position: relative;
}

ul.posts li:after{
	content: '';
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 20px);
	position: absolute;
	z-index: -1;
	left: 30px;
	top: 10px;
	background: #1D1D1B;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.blogimg{
	display: block;
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: #EEE;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bloginfos{
	display: block;
	margin: -100px auto 0;
	width: calc(100% - 40px);
	background: #1D1D1B;
	color: white;
    padding: 30px 30px 66px;
    font-weight: 400;
    -webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
	z-index: 1;
    position: relative;
	height: calc(100% - 130px);
}

ul.posts li:hover .bloginfos, ul.posts li:hover:after{
	background: #363636;
}

p.date{
	font-size: 13px;
	margin: 0 0 15px;
    letter-spacing: 0.06em;
}

p.date i{
	margin-right: 3px;
    font-size: 17px;
    vertical-align: text-top;
}

.bloginfos h3{
	font-size: 18px;
	font-weight: 600;
	padding: 0;
    margin: 0;
}

a.lls{
	color: white;
	font-size: 13px;
    letter-spacing: 0.02em;
    margin: 0;
    display: block;
    position: absolute;
    left: 60px;
    bottom: 40px;
    z-index: 3;
}

a.lls i{
	margin-right: 5px;
	-webkit-transition: margin-right 0.4s ease;
	-moz-transition: margin-right 0.4s ease;
	-o-transition: margin-right 0.4s ease;
	transition: margin-right 0.4s ease;
}

a.lls:hover i{
	margin-right: 10px;
}

a.lls:hover{
	color: #1d1d1b;
}

.blogex{
	font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin-top: 15px;
}

.partz{
	color: white;
	background: #4A4A4A;
	padding: 45px 0;
}

.partz a{
	color: white;
}

.partz a:hover{
	color: #3AB3E3;
}

.partz p.h3{
	font-family: 'Poppins';
	margin: 0;
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
}

.partz .bleft{
	text-align: right;
	padding-right: 70px;
}

.partz .bright{
	padding: 20px 0;
	border-left: 1px solid #616161;
	padding-left: 70px;
}

.partz .bright p{
	margin: 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
}

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

.map{
	position: relative;
	margin-top: 30px;
}

.map.surmarg{
	margin-top: 60px;
}

.formulaire{
	margin-top: 110px;
	margin-bottom: 80px;
}

.coordo{
	position: absolute;
	left: 90px;
	top: -30px;
	padding: 50px 90px 60px 50px;
	background: #F4F4F4;
	color: #3AB3E3;
	font-size: 19px;
	line-height: 1.3;
    font-weight: 300;
}

.page-template-page-contact .coordo{
	position: relative;
    left: 0;
    top: 0;
    margin-top: -110px;
	display: inline-block;
	padding: 50px 90px 60px;
	width: 40%;
}

.page-template-page-contact #map{
	margin-bottom: 80px;
}

.contactcontcont h1{
	color: #3AB3E3;
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 40px;
    line-height: 1.2;
}

.contactcontcont{
	display: inline-block;
	width: 60%;
	vertical-align: top;
	padding: 0 90px;
	font-size: 19px;
	line-height: 1.3;
}

.coordo a{
	color: #3AB3E3;
}

.coordo a:hover{
	color: #1d1d1b;
}

.coordo a.bouton{
	position: absolute;
	left: 50px;
	bottom: 0;
	transform: translate(0,50%);
}

a.bouton{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 24px 50px;
	background: #919294;
	color: white;
}

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

a.bouton.bleu{
	background: #3AB3E3;
}

a.bouton.bleu:hover{
	background: #1D1D1B;
}

a.bouton.bis:hover{
	background: #1D1D1B;
}

a.bouton.contour{
	background: transparent;
	border: 1px solid white;
	color: white;
}

a.bouton.contour:hover{
	background: white;
	color: #1d1d1b;
}

.pagetop{
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	color: white;
	background: #3AB3E3;
	text-align: center;
}

.pagetop.imgg{
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	line-height: 250px;
}

.pagetop.imgg .wrapper{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	z-index: 1;
}

.pagetop.imgg:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(58,179,227,0.6);
}

.pagetop h1{
	font-family: 'Poppins';
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

.pagetop h2{
	font-family: 'Poppins';
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.pagetop h1 span{
	font-weight: 100;
	font-size: 33px;
}

.bloc{
	margin: 90px 0;
}

.bloc-videos iframe{
	display: block;
	margin: 0;
	width: 100%;
}

.bloc .left{
	padding-right: 15px;
	width: 50%;
	float: left;
}

.bloc .right{
	padding-left: 15px;
	width: 50%;
	float: right;
}

.bloc.bloc-texte.trois .left{
	padding-right: 20px;
	width: 33.33%;
	float: left;
}

.bloc.bloc-texte.trois .milieu{
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33%;
	float: left;
}

.bloc.bloc-texte.trois .right{
	padding-left: 20px;
	width: 33.33%;
	float: right;
}

.bloc.bloc-texte_deux_colonnes .left{
	padding-right: 40px;
}

.bloc.bloc-texte_deux_colonnes .right{
	padding-left: 40px;
}

.bloc-titre .txt *{
	padding: 0;
	margin: 0;
}

.bloc-titre.normal .txt h3{
	font-family: 'Poppins'!important;
    font-size: 30px!important;
    line-height: 1.3!important;
    font-weight: 700!important;
    color: #8ECCE4!important;
    padding-bottom: 20px;
    border-bottom: 1px solid #8ECCE4;
    text-align: center;
}

.txt p a{
	text-decoration: underline;
}

.bloc-boutons .boutons{
	text-align: center;
}

.bloc-boutons a.bouton{
	letter-spacing: 0.05em;
	margin: 5px;
	padding: 24px
}

.bloc-titre.normal{
	margin-bottom: 0;
}

.bloc-titre.soustitre{
	margin-bottom: 0;
	text-align: center;
}

.bloc-titre.soustitre .txt h4{
	color: #3AB3E3;
	font-size: 23px;
}

.bloc-titre.normal + .bloc, .bloc-titre.soustitre + .bloc{
	margin-top: 50px;
}

.bloc-titre.picto{
	background: #3AB3E3;
	color: white;
	text-align: center;
	padding: 60px 0 30px;
	position: relative;
}

.bloc-titre.picto.nopicto{
	padding: 30px 0;
}

.bloc-texte.trois .txt h3 + h4{
	padding: 0;
	margin-top: -13px;
	font-size: 16px;
}

.bloc-titre.picto.clic{
	cursor: pointer;
	margin-bottom: 1px;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.bloc-titre.picto.clic:hover{
	background: #4A4A4A;
}

.bloc-titre.picto.clic.alt{
	background: #0080bb;
}

.bloc-titre.picto.clic.alt:hover{
	background: #4A4A4A;
}

.bloc.mask{
	display: none;
}

.bloc.mask + .bloc-titre.picto.clic{
	margin-top: 0;
}

.bloc-titre.picto.nopicto:before{
	display: none;
}

.bloc-titre.picto:before{
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: white;
	left: 50%;
	top: 0;
	position: absolute;
}

.bloc-titre.picto .txt h3{
	color: white;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 25px;
}

.bloc-titre.picto i{
	display: block;
	margin: 0 auto 30px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	line-height: 52px;
	font-size: 25px;
	background: white;
	color: #3AB3E3;
}

.bloc-titre.image{
	position: relative;
}

.bloc-titre.image:after{
	content: '';
	display: block;
	width: 168px;
	height: 64px;
	position: absolute;
	left: 80px;
	top: 40%;
	background: url(assets/images/oiseau2.svg) no-repeat center center;
	background-size: contain;
	z-index: -1;
}

.bloc-titre.image img{
	display: block;
	width: 50%;
	margin: 0 auto;
	left: -7%;
    position: relative;
}

.bloc-titre.image .titree{
	display: block;
	width: 50%;
	margin: -60px auto 0;
	position: relative;
	left: 7%;
}

.bloc-titre.image .titree:after{
	content: '';
	display: block;
	width: 391px;
	height: 148px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-90%,-47px);
	background: url(assets/images/oiseau3.svg) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

.bloc-texte_avec_fond + .bloc-titre.picto, .bloc-titre.picto + .bloc-texte_avec_fond, .bloc-titre.picto + .bloc-image_texte.deux{
	margin-top: -90px;
}

/*
.bloc-texte + .bloc-texte{
	margin-top: -40px;
}
*/

.bloc-titre.image .titree h3{
	color: white;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 25px;
	background: #3AB3E3;
	padding: 40px;
	text-align: center;
	box-shadow: 20px 20px 50px rgba(0,0,0,.2);
}

.txt{
	font-size: 16px;
	font-weight: 300;
	color: #616161;
	line-height: 1.3;
}

.txt h1{
	font-family: 'Poppins';
	font-size: 32px;
	font-weight: 900;
	color: #1d1d1b;
}

.txt h2{
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Poppins';
}

.txt h3{
	font-size: 25px;
	font-weight: 300;
	color: #3AB3E3;
}

.txt h4{
	font-size: 18px;
	font-weight: 700;
	font-family: 'Poppins';
}

.txt h5{
	font-size: 18px;
}

.txt ul, .txt ol{
	padding-left: 18px;
}

.bloc-image img, .bloc-double_images img, .bloc-image_texte img{
	display: block;
	width: 100%;
}

p.legende{
	font-size: 12px;
    padding-top: 5px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #616161;
}

.fichiers{
	text-align: center;
	background: #f7f7f7;
    padding: 40px 0;
}

.file i{
	margin-right: 10px;
}

.file span.parent span{
	font-size: 10px;
    font-weight: 300;
}

.bloc-texte_avec_fond{
	padding: 60px 0;
	background: #3AB3E3;
}

.bloc-texte_avec_fond .txt{
	color: white;
}

.bloc-texte_avec_fond .txt > *{
	color: inherit!important;
}

.sepa{
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	z-index: -1;
}

.sepa:before{
	content: '';
	display: block;
	width: 148px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	background: #fff url(assets/images/oiseau4.svg) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

.sepa:after{
	
}

.bloc-image_texte.deux{
	text-align: center;
}

.bloc-image_texte.deux .itxt{
	background: white;
    display: inline-block;
    width: 50%;
    margin-left: 30%;
    position: relative;
    padding: 60px 50px;
    min-height: 315px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    box-shadow: 20px 20px 50px rgba(0,0,0,.2);
}

.bloc-image_texte.deux .itxt:after{
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	background: #3AB3E3;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: -1;
}

.bloc-image_texte.deux.droite .itxt:after{
	right: auto;
	left: -15px;
}

.bloc-image_texte.deux.droite .itxt{
    margin-left: -30%;
}

.bloc-image_texte.deux .itxt .txt h3{
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 25px;
}

.bloc-image_texte.deux{
	padding-top: 120px;
	position: relative;
}

.bloc-image_texte.deux .itimg{
	position: absolute;
	width: 50%;
	height: 380px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bloc-image_texte.deux.droite .itimg{
	left: auto;
	right: 0;
}

.bloc-image_texte.deux .itimg p.legende{
	position: absolute;
	text-align: left;
	padding-left: 20px;
	top: 100%;
	padding-top: 10px;
}

.bloc-image_texte.deux.droite .itimg p.legende{
	text-align: right;
	right: 0;
	padding-left: 0;
	padding-right: 20px;
}

.shar{
	text-align: center;
	margin: 50px 0;
    padding-top: 20px;
}

.shar p.h4{
	font-weight: 700;
	font-size: 20px;
	color: #a7a7a7;
}

.shar a{
	font-size: 24px;
    margin: 0 10px;
}

.blogimg a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.single .pagetop.imgg:after, .archive  .pagetop.imgg:after{
	display: none;
}

.pagetop .fond{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: rgba(58,179,227,1);
}

.pagetop .fond + .wrapper{
	z-index: 1;
}

.sousmenu{
	background: #4E4D4D;
	padding: 18px 0;
	color: white;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
}

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

.sousmenu ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
}

.sousmenu:not(.pagyz) ul li:first-child{
	border-right: 1px solid white;
	padding: 0 30px 0 20px;
}

.sousmenu:not(.pagyz) ul li:first-child + li{
	padding: 0 20px 0 30px;
}

.sousmenu ul li a{
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 300;
}

.sousmenu.pagyz ul li a:hover{
	color: #3AB3E3;
}

.sousmenu ul li a span{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 2px solid white;
	border-radius: 50%;
	margin: -3px 8px 0 0;
}

.sousmenu ul li a:not(.active) span{
	background: transparent!important;
}

.sousmenu ul li a.active{
	font-weight: 700;
}

.sousmenu ul li a.active span{
	background: white;
}

.sousmenu a{
	color: white;
}

.sousmenu i{
	margin-right: 5px;
}

.sousmenu div{
	display: inline-block;
	vertical-align: middle;
}

.sousmenu a.back{
	margin: 0 40px 0 0;
	font-weight: 300;
}

.sousmenu a.back:hover{
	color: #3AB3E3;
}

.sousmenu .date{
	border-left: 1px solid white;
	padding-right: 30px;
	padding-left: 40px;
	font-weight: 300;
}

.sousmenu .tags{
	font-weight: 300;
}

.sousmenu .tags span + span{
	margin-left: 10px;
}

.navigation{
	margin: 50px 0 40px;
    padding: 30px 0 20px;
    border-top: 1px solid #E5E5E5;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    flex: 100%;
}

.page-numbers{
	display: inline-block;
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
	vertical-align: middle;
	border: 1px solid white;
}

.page-numbers.current{
	border: 1px solid #1D1D1B;
	border-radius: 50%;
}

.page-numbers.next, .page-numbers.prev{
	font-size: 16px;
	line-height: 26px;
	position: relative;
	font-weight: 300;
}

.page-numbers.prev:before{
	content: '\f177';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.page-numbers.next:before{
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.archive .posts{
	margin-top: 50px;
	margin-bottom: 50px;
}

.bloc-pictogrammes .pictos{
	margin: 0 -25px;
	font-size: 16px;
	font-weight: 300;
	color: #616161;
	line-height: 1.3;
}

.bloc-pictogrammes.un{
	text-align: center;
}

.bloc-pictogrammes.un .picto{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 25px;
}

.bloc-pictogrammes.deux .picto{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 25px;
	position: relative;
	padding-left: 105px;
}

.bloc-pictogrammes i{
	display: block;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: white;
	border-radius: 50%;
	font-size: 27px;
	background: #8ECCE4;
	margin: 0 auto 15px;
}

.bloc-pictogrammes.deux .picto i{
	position: absolute;
	left: 25px;
	top: 12px;
    margin: 0;
}

.bloc-galerie ul{
	list-style: none;
	margin: 0 -10px;
	padding: 0;
	text-align: left;
}

.bloc-galerie ul li{
	display: inline-block;
	width: 25%;
	padding: 10px;
	vertical-align: middle;
}

.bloc-galerie ul li img{
	display: block;
	width: 100%;
}

.bloc-galerie ul li a{
	display: block;
	position: relative;
}

.bloc-galerie ul li a:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(58, 179, 227, 0.5);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.bloc-galerie ul li a:hover:after{
	opacity: 1;
}

.hamburger{
	line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    display: none;
}

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

.pagetop.off .fond{
	opacity: 1;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.totop{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 70;
	opacity: 0;
	background: #B7DDE4;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	padding: 8px 20px;
    transform: rotate(-90deg) translate(100%,0);
    transform-origin: right bottom;
}

.totop i{
	margin-left: 5px;
}

.totop:hover{
	color: white;
	background: #1d1d1b;
}

.scrolled .totop{
	opacity: 1;
}

.site-footer {
	background: #3AB3E3;
	color: white;
	padding: 40px 0;
	font-size: 12px;
	font-weight: 300;
	position: relative;
}

.site-footer:after{
	content: '';
	display: block;
	width: 65px;
	height: 37px;
	background: url(assets/images/forme.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

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

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

.footer-menu li a{
	color: white;
}

.footer-menu li a:hover{
	color: #1D1D1B;
}

.site-footer .left{
	line-height: 1;
}

.site-footer .right{
	text-align: right;
}

.footer-menu li:not(:first-child):before{
	content: "/";
	margin: 0 8px;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

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

/* img.alignleft,
img.alignright {
	float: none;
	margin: 0;
} */

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.bloc-boutons a.bouton:first-child:last-child{
	margin: 0;
}

.cookie-bar-bar button#catapultCookie{
	border-radius: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 1400px) {
	#map{
		height: 450px;
	}
	.formulaire {
    	margin-top: 80px;
    }
}

@media screen and (max-width: 1300px) {
	.siteintro{
		padding: 143px 0 100px;
	}
	.slidertop li {
	    line-height: 450px;
	    height: 450px;
	}
	.slidertop .bx-wrapper .bx-pager{
		bottom: 30px;
	}
	.slidertop a.bouton{
		bottom: 84px;
	}
	.slidertop .bx-wrapper .bx-controls-direction a{
		bottom: 41px!important;
	}
}

@media screen and (max-width: 1190px) {
	.site-header{
		padding-right: 30px;
	}
	.site-title a{
		width: 230px;
		height: 70px;
	}
	.main-menu > li{
		margin-left: 30px;
	}
	.slidetxt{
		font-size: 30px;
		width: 400px;
		padding: 30px;
	}
	.slidertop .bx-wrapper .bx-pager{
		padding: 0 30px;
	}
	.slidertop ul li .fondd.fondu{
		width: calc(100% - 400px);
	}
	.slidertop .bx-wrapper .bx-controls-direction a.bx-prev, .slidertop .bx-wrapper .bx-controls-direction a.bx-next {
    	left: 400px;
    }
    .introcont{
	    width: 55%;
		margin-left: -10%;
		padding: 50px 40px;
    }
    .homebloc.un h3, .pagetop h1{
	    font-size: 35px;
    }
    .bloginfos{
	    padding: 23px 20px 66px;
    }
	a.lls{
		left: 52px;
	}
    .coordo{
	    left: 30px;
    }
    .partz .bleft{
	    padding-right: 30px;
    }
    .partz .bright{
	    padding-left: 30px;
    }
    .bloc-image_texte.deux .itxt{
	    margin-left: 40%;
	    padding: 40px;
    }
    
    .bloc-image_texte.deux.droite .itxt {
    	margin-left: -40%;
	}
	.page-template-page-contact #map {
    	height: 300px;
	}
}

@media screen and (min-width: 991px) {
	.main-menu{
		display: block!important;
	}
}

@media screen and (max-width: 990px) {
	.main-menu{
		display: none;
		position: absolute;
	    left: 0;
	    top: 100%;
	    background: #f3f3f3;
	    width: 100%;
	    text-align: center;
	    line-height: 1;
	    padding: 20px;
	}
	.main-menu > li{
		margin-left: 0;
		display: block;
		padding: 4px 0;
	}
	.main-menu > li > ul{
		display: none!important;
	}
	.site-header{
		padding-right: 0;
		height: 70px;
	}
	.hamburger{
		display: block;
	}
	.site-title a {
    	width: 185px;
    }
    a.searchy{
	    right: 80px;
    }
    #content {
    	margin-top: 70px;
    }
    ul.posts li{
	    width: 50%;
    }
    .home ul.posts li:nth-of-type(3){
	    display: none;
    }
    .slidertop{
	    background: #3AB3E3;
    }
    .slidertop ul li .fondd.fondu{
	    width: 100%;
	    height: 100%;
		position: absolute;
    }
    .slidetxt {
	    font-size: 30px;
	    width: 100%;
	    padding: 30px 20% 50px;
	    position: relative;
	    text-align: center;
	    height: auto;
	    display: inline-block;
	    vertical-align: bottom;
	}
	.slidetxt br{
		display: none;
	}
	.slidertop .bx-controls-direction{
		display: none;
	}
	.slidertop .bx-wrapper .bx-pager{
		text-align: center;
		bottom: 15px;
	}
	.slidertop a.bouton {
    	display: none;
	}
	.introimg{
		position: relative;
	    height: 350px;
	    width: 100%;
	}
	.introcont {
	    width: calc(100% - 60px);
	    margin: -40px 0 0 30px;
	    padding: 50px 40px;
	    left: 0;
	}
	.introcont p.h2{
		left: 50%;
	    margin: 0 0 -30px 0;
	    transform: translate(-50%,0);
	}
	.siteintro{
		padding: 0 0 30px;
	}
	.acces{
		width: 50%;
	}
	.homebloc.un .wrapper > img{
		float: none!important;
		width: 100%;
	}
	.homebloc.un.droite .homebloctxt, .homebloc.un.gauche .homebloctxt {
    	margin-top: 0;
    	transform: translate(0, 0);
    	width: 100%;
	}
	.homebloc.un.gauche a.bouton {
    	left: 50%;
    	transform: translate(-50%, 50%);
	}
	.homebloc.un.droite a.bouton {
    	right: auto;
    	left: 50%;
    	transform: translate(-50%, 50%);
	}
	.partz{
		padding: 70px 0 40px;
	}
	.partz .bleft {
    	padding-right: 0;
    	text-align: center;
    	display: block;
    	width: 100%;
	}
	.partz .bright {
    	padding-left: 0;
    	text-align: center;
    	display: block;
    	width: 100%;
    	padding-top: 20px;
    	border: 0;
    	padding-bottom: 0;
	}
	#map {
    	height: 250px;
	}
	.coordo {
    	left: 0;
    	position: relative;
    	top: 0;
    	padding: 40px 40px 60px 40px;
    	text-align: center;
	}
	.coordo a.bouton{
		left: 50%;
	    transform: translate(-50%,50%);
	}
	.blog {
    	padding: 50px 0;
    }
    .main-menu > li > a:after{
	    bottom: 2px;
    }
    .bloc {
    	margin: 60px 0;
	}
	.bloc-image_texte.deux .itimg{
		position: relative;
	    width: 100%;
	    height: 300px;
	}
	.bloc-image_texte.deux {
    	padding-top: 0;
    }
    .bloc-image_texte.deux .itxt {
	    margin-left: 0;
	    padding: 40px;
	    width: 100%;
	    margin-top: -30px;
	}
	.bloc-image_texte.deux .itxt:after{
		display: none;
	}
	.bloc-image_texte.deux.droite .itxt {
    	margin-left: 0;
	}
	.bloc-texte_avec_fond + .bloc-titre.picto, .bloc-titre.picto + .bloc-texte_avec_fond, .bloc-titre.picto + .bloc-image_texte.deux {
    	margin-top: -60px;
	}
	.archive .sousmenu ul li{
		padding: 5px 10px;
	}
	.sousmenu:not(.pagyz) ul li:first-child{
		padding: 0 20px 0 10px;
	}
	.sousmenu:not(.pagyz) ul li:first-child + li{
		padding: 0 10px 0 20px;
	}
	.sousmenu ul li a{
		font-size: 13px;
	}
	.page-template-page-contact .coordo{
		padding: 50px 50px 60px;
		width: 100%;
	}
	.contactcontcont{
	    width: 100%;
	    padding: 70px 0 0;
	    text-align: center;
	}
	.formulaire {
    	margin-top: 0;
	}
	.bloc-titre.image:after, .bloc-titre.image .titree:after{
		display: none;
	}
	.bloc-titre.image img{
		width: 100%;
		left: 0;
	}
	.bloc-titre.image .titree {
    	width: 90%;
		margin: -60px auto 0;
    	left: 0;
	}
	.map.surmarg{
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.wrapper, .wrap{
		padding: 0 20px;
	}
	.site-title a{
		left: 20px;
	}
	.hamburger{
		right: 5px;
	}
	a.searchy {
	    right: 64px;
	}
	.slidetxt{
		font-size: 24px;
		padding: 30px 20px 50px;
	}
	.mention i {
	    font-size: 20px;
	    margin-right: 0;
	    display: block!important;
	    margin-bottom: 15px;
	}
	.totop, .site-footer:after{
		display: none;
	}
	.slidertop li {
    	line-height: 350px;
    	height: 350px;
	}
	.introimg{
		height: 250px;
	}
	.introcont p.h2{
		font-size: 42px;
		margin: 0 0 -14px 0;
	}
	.introcont {
	    width: calc(100% - 40px);
	    margin: -40px 0 0 20px;
	    padding: 40px 30px;
	    left: 0;
	    font-size: 16px;
	}
	.introcont strong, .introcont b {
    	font-size: 19px;
    }
    .acces {
    	width: 100%;
	}
	.homebloc.un.gauche:before, .introblogg:after{
		display: none;	
	}
	.introblog h3{
		display: block;
		text-align: center;
		font-size: 34px;
	}
	.introblog a {
	    float: none;
	    margin: 20px 0;
	    padding: 20px;
	    display: block;
	    line-height: 1;
	}
	a.bouton{
		white-space: nowrap;
	}
	.homebloc.un h3, .pagetop h1, .partz p.h3, .contactcontcont h1 {
    	font-size: 28px;
	}
	.homebloc.un .homebloctxt{
		padding: 40px 30px 60px;
	}
	ul.posts li {
    	width: 100%;
	}
	.home ul.posts li:nth-of-type(3){
		display: inline-block;
	}
	.blog {
    	padding: 40px 0;
	}
	.introblog {
    	margin-bottom: 0;
    	text-align: center;
	}
	.partz .bright p{
		font-size: 16px;
	}
	.site-footer{
		padding: 25px 0;
	}
	.site-footer .left{
		float: none;
		text-align: center;
		width: 100%;
	}
	.site-footer .right{
		padding-top: 10px;
		float: none;
		text-align: center;
		width: 100%;
	}
	.pagetop {
    	padding: 40px 0;
    }
	.pagetop.imgg{
		line-height: 200px;
	}
	.bloc {
    	margin: 40px 0;
	}
	.bloc-image_texte.deux .itimg{
		height: 250px;
	}
	.bloc-image_texte.deux .itxt{
		padding: 40px 30px;
	}
	.bloc.bloc-separateur{
		margin: 60px 0;
	}
	.bloc .left, .bloc.bloc-texte.trois .left {
	    padding-right: 0;
	    width: 100%;
	    float: none;
	}
	.bloc .right, .bloc.bloc-texte.trois .right {
    	padding-left: 0;
    	width: 100%;
    	float: none;
    	margin-top: 30px;
	}
	.bloc.bloc-texte.trois .milieu{
		padding-left: 0;
		padding-right: 0;
    	width: 100%;
    	float: none;
    	margin-top: 30px;
	}
	.sousmenu ul li{
		padding: 5px 10px;
	}
	.bloc-texte_avec_fond + .bloc-titre.picto, .bloc-titre.picto + .bloc-texte_avec_fond, .bloc-titre.picto + .bloc-image_texte.deux {
    	margin-top: -40px;
	}
	a.bouton{
		font-size: 12px;
	}
	.bloc-boutons a.bouton{
		letter-spacing: 0;
	}
	.bloc-pictogrammes.un .picto, .bloc-pictogrammes.deux .picto{
		width: 100%;
	}
	.bloc-texte_avec_fond {
    	padding: 40px 0;
    }
    .bloc-titre.normal .txt h3{
	    font-size: 25px!important;
    }
    .bloc-titre.image .titree{
	    width: calc(100% - 40px);
		margin: -30px auto 0;
    }
    .bloc-titre.image .titree h3{
	    padding: 20px;
    }
    .bloc-galerie ul li{
	    width: 50%;
    }
    .shar{
	    margin: 40px 0;
    }
    .sousmenu ul li{
	    display: block;
	    padding: 4px 0!important;
	    border: 0!important;
    }
    .sousmenu div {
    	display: block;
    	margin: 10px 0;
	}
	.sousmenu a.back {
    	margin: 0 auto;
    }
    .sousmenu .date {
	    border-left: 0;
	    padding-right: 0;
	    padding-left: 0;
    }
    .page-template-page-contact #map {
    	height: 250px;
	}
	.contactcontcont{
		font-size: 16px;
	}
	.demi{
		width: 100%;
		padding-right: 0;
	}
	.demi + .demi {
    	padding-right: 0;
    	padding-left: 0;
    	margin-left: 0;
	}
	.bloc-titre.normal + .bloc, .bloc-titre.soustitre + .bloc {
    	margin-top: 25px;
	}
	p.date {
    	font-size: 11px;
    }
	.bloginfos h3 {
    	font-size: 16px;
    }
	.blogex {
    	font-size: 12px;
    }
}

@media screen and (max-width: 590px) {
	.pagetop h1 {
    	font-size: 25px;
	}
}

@media screen and (max-width: 374px) {
	a.bouton {
    	white-space: normal;
    	line-height: 1.5;
	}
	.bloc-titre.picto .txt h3{
		font-size: 24px;
	}
	.bloc-titre.normal .txt h3 {
    	font-size: 22px!important;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {}
