/*!
Theme Name: LNDIGITAL
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lndigital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

LNDIGITAL is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&display=swap');

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e902";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-map-marker:before {
  content: "\e901";
}
.icon-history:before {
  content: "\e94d";
}
.icon-sun:before {
  content: "\e9d4";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}

.infront{
	position: relative;
	z-index: 10;
}


.txt-typo1{
	font-family: "Josefin Sans", sans-serif;
}

.txt-typo2{
	font-family: "Josefin Sans", sans-serif;
}


.mt-M100{
	margin-top:-100px;
	z-index: 2;
	position: relative;
}

.lune-absolute{
	position: absolute;
	width: 25%;
	top: -50px;
	left:250px;
}

.overflow-visible{
	overflow: visible !important;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 20px
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}



#masthead.sticky, #top-header.sticky{
	position: fixed;
	top: 0;
	width: 100vw;
	z-index:10;
	background-color: #FFFFFF;
}

#masthead.sticky{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	background-color: #FFFFFF;
}



:where(body .is-layout-flow) > *{
	margin-block-start : 0px
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	/*-webkit-text-size-adjust: 100%; */
	scroll-behavior: smooth;
	/*width: 100vw;
	overflow-x: hidden;*/
}

/* Sections
	 ========================================================================== */

/*body{
	display: table;
	width: 100vw;
	overflow-x: hidden;
}*/

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0 auto;
	overflow-x:hidden;
	background-color: #ffffff;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1, .h1 {
	font-size: 3.3em;
	line-height: 1em;
	margin: 0;
	margin-bottom: 0;
	font-weight: 400;
}


h2, .h2 {
	font-size: 2.7em;
	line-height: 1em;
	margin: 0.2em 0;
	padding-bottom:0;
}

h3, .h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0;
	padding-bottom:0;
}


h4, .h4 {
	font-size: 1em;
	margin: 0.67em 0;
}


h5, .h5 {
	font-size: 1.2em;
	margin: 0.67em 0;
}


h6, .h6 {
	font-size: 1em;
	margin: 0.67em 0;
}



.breadcrumb {
	padding : 10px;
	margin-bottom:0px;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	vertical-align: bottom;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea,
a.button{
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	border: 1px solid #051441;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input,
a.button { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

select:focus, select:active{
	outline: none;
	border:1px solid #059abd;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 10px 0 0 0;
	border: 0px;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}


/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
a.button {
	color: #233577;
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3em;
}

select {
	background-color: #FFFFFF;
	border-radius: 0px;
	min-width: 230px;
	color: #1b1b1b;
	width: 100%;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
}

p {
	margin: 0 0 0.8em;
}

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

blockquote {
	margin: 0 1.5em;
	font-size: 1em;
}

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 {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

ul, ol {
	margin: 0em;
	padding: 0px 0px 0px 20px;
}

ul {
	list-style: disc;
}

ul.no-list-marge {
	margin:0;
	padding:0;
}

ul.no-list-style{
	list-style: none;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
	line-height: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

del{
	opacity: 0.7;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #00BE6D;
	border-radius: 0px;
	background: #00BE6D;
	color: #233577;
	padding: 10px 20px;
	border-radius: 5px;
	transition: all 0.5s;
	font-weight: 600;
}



button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: transparent;
	color: #00BE6D;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 10px;
	width: 100%;
	    background: transparent;

    border-radius: 0px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none
}

a:visited {
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
	
}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
## FAQ YOASR
--------------------------------------------------------------*/
.schema-faq-section{
	border-bottom: 1px solid #18314b;
	margin-bottom: 20px;
}

.schema-faq-question{
	font-size: 1.5em;
	font-weight: 400;
}

.schema-faq-answer{

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav.main-navigation > div{
	display: inline-block;
}

.main-navigation ul {
	padding: 0;
	list-style: none;
	z-index: 1000;
}


.main-items-menu{
	display: table-cell;
	text-align: left;
}

.main-items-menu{
	width: 80%;
}

.main-item-menu{
	padding-right:40px;
}


.main-navigation .main-content-menu{
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: table;
	width: 100%;
	padding: 20px;
}

.main-navigation ul li:hover  .main-content-menu,
.main-navigation ul li.focus  .main-content-menu {
	left: auto;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}


.main-navigation li:last-child{
	margin-right:0px;
}

.main-navigation a, #menu-mobile a, #menu-mobile a:visited {
	text-decoration: none;
	display: block;
	transition: color 0.5s;
	font-weight: 600;
	font-size: 0.9em;
	line-height: 0.7em;
	padding: 1em 1em;
}

.main-navigation a:hover,
.main-navigation li.current-menu-item a {
	color: #FF3883;
}

.main-item-menu a{
	padding: 0 0 15px
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.site-main .posts-navigation .nav-next{
	float: left;
}

.site-main .posts-navigation .nav-previous{
	float: right;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.paging ul{
	clear: both;
	display: block;
	padding: 60px 0;
	list-style: none;
	text-align: center;
}

.paging ul li{
	display: inline-block;
	padding: 0 5px;
}

.paging ul li a:hover{
	color: #1b1b1b;
}

.paging ul li .current{
	color: #1b1b1b;
}

#secondary-menu-mob{
	text-align: center;
	padding: 10px 0 10px;
	border-bottom: 1px solid #C0C0C0;
}

.sous-nav a{
	padding-right: 20px
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}


/* HEADER */

#masthead, .sticky-top{
	padding: 0 2.5%;
	margin: auto;
	background-color: transparent;
	width: 100%;
	min-height: 50px;
}

header #content-desktop-header{
	display: table;
	width: 100%;
	margin-bottom: 8px;
	margin-top:8px;
}

header #content-desktop-header #bouton-mobile,
header #content-desktop-header .site-branding,
header #content-desktop-header #site-navigation,
header #content-desktop-header #site-icon{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

header #content-desktop-header #bouton-mobile{
	width: 15%;
}

header #content-desktop-header #site-navigation{
	width: 85%;
}


header #content-desktop-header .site-branding{
	width: 15%
}


header #content-desktop-header .site-branding img{
	width: 80%;
	height: auto;
}


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

header.page-header{
	margin:0px;
}

.page-header{
	border : 0px;
}



/* FOOTER */


footer{
	margin-bottom:0px;
	margin-top: 0px;
	padding: 1% 4%;
	font-size: 0.9em
}

.logo-footer{
	width: 150px;
	display: block;
}

footer ul{
	padding: 0;
	margin: 0px;
	list-style: none
}
footer ul li{
	margin: 0px
}

footer [class*=col-]{
	padding: 0 2%;
}


/*--------------------------------------------------------------
## MOBILE TOGGLE
--------------------------------------------------------------*/

.mobile-navigation{
	z-index: 1000;
	display: none;
}

.nav-label-menu{
	padding-right:55px;
}

#nav-toggle, #nav-toggle-mobile{
	background:none;
	border:none;
	padding : 0;
	margin:0;
	width:25px;
	height:30px;
	display: block;
	outline: none;
	position: absolute;
  z-index: 10;
    right: 20px;
  top: 20px

}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after, 
#nav-toggle-mobile span, #nav-toggle-mobile span:before, #nav-toggle-mobile span:after {
  cursor: pointer;
  background: #4e310e;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  display: block;
  content: '';
  position: absolute;
  color: transparent;
}

#nav-toggle span:before,
#nav-toggle-mobile span:before  {
  top: -5px;
}
#nav-toggle span:after,
#nav-toggle-mobile span:after {
  bottom: -5px; 
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after,
#nav-toggle-mobile span, #nav-toggle-mobile span:before, #nav-toggle-mobile span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span,
#nav-toggle-mobile.active span {
  background-color: transparent;
  display: block;
  color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after,
#nav-toggle-mobile.active span:before, #nav-toggle-mobile.active span:after {
  top: 0;
  background:#ffffff;
  z-index: 10000000;
  display: block;
}
#nav-toggle.active span:before,
#nav-toggle-mobile.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after,
#nav-toggle-mobile.active span:after {
  transform: rotate(-45deg);
}

#menu-mobile{
	position:fixed;
	top:0px;
	width:100%;
	background:#ac7b40;
	opacity:1;
	z-index:8;
	left : -120%;
	transition: all 500ms ease-in-out;
	padding : 15vh 30px 4% 50px ;
	top: 0px;
	display: none;
}

#menu-mobile ul{
	list-style: none;
	overflow: visible;
	margin:auto;
	padding:0;
}

#menu-mobile ul.sub-menu {
	margin-bottom:10px;
}

#menu-mobile a, #menu-mobile a:visited {
	text-decoration: none;
	font-size: 2em;
	line-height: 2em;
	/*text-transform: uppercase;*/
	color: #FFFFFF
}

#menu-mobile ul.sub-menu li{
	font-size: 0.8em;

}

#menu-mobile ul.sub-menu li a{
	line-height: 0.9em;
	text-transform: none;
}

#menu-mobile li.current-menu-item a{
	color:#ffffff;
	font-weight: 600;
}

#menu-mobile.active{
	left : 0;
}

 @media screen and (max-width: 768px) {
 	header #content-desktop-header #site-navigation{
 		display: none;
 	}
 	.mobile-navigation{
 		display:table-cell;
 	}

	.site-branding, #top-navigation, .main-navigation{
		text-align: left;
		vertical-align: top;
	}


	#top-navigation, .main-navigation{
		width: 70%;
		padding: 0 40px;
	}

	#menu-mobile{
		display: block;
	}

	#menu-mobile ul ul ul{
		display: none
	}

	.main-item-menu{
		padding-right:0px;
	}

	.main-items-menu{
		text-align: left;
		width: 100%;
		display: block;
	}

	.col-3{
		column-count: 1;
	}

	.site-branding img{
		width: 90%;

	}

	#menu-mobile .titre_menu > a{
		color: #000000;
		font-weight: 700;
		font-size: 0.8em;
	}

	#menu-mobile > div{
		padding-bottom: 10px
	}

	#menu-mobile > div:last-child{
		padding-bottom: 0px
	}
 	
 }

  @media screen and (max-width: 650px) {
	#top-navigation .menu{
		display: none
	}

	#top-navigation, .main-navigation{
		width: 60%;
		padding: 0 20px;
	}
 	
 }

 @media screen and (max-width: 450px) {
	#top-navigation .menu{
		display: none
	}

	.site-branding{
		width: 40%;
		display:block;
		text-align: left;
	}


	#top-navigation, .main-navigation{
		width: 100%;
		padding: 0;
		display: block;
		text-align: left;
	}

 	
 }



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

.fright{
	float: right;
}

.fleft{
	float: left;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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 {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.entry-header{
	position: relative;
}

.entry-header .entry-title{
	text-align: center;
}

.clear{
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.row{
	padding:1% 0;
	clear: both;
}

.no-padding{
	padding: 0;
	gap:0em !important;
	row-gap: 0em !important;
    column-gap: 0em !important;
}

.row div.content_row{
	display: table;
}

.row > div div.col {
	display: table-cell;
}

.boxed-content{
	width: 85%;
	margin: auto;
	position: relative;
	/*row-gap: 0em !important;
    column-gap: 0em !important;*/
}

.col-12 {
	width: 100%;
	display: block !important;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666666%;
}
.col-6 {
	width: 50%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}

.content-full{
	width: 100%;
}

.content-half{
	width: 50%;
	margin: auto;
}

.content-large{
	width: 55%;
	margin: auto;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 0px;
}



.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.posted-on{
	background-color: #1b1b1b;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
}


.post_list{
	display: table;
	vertical-align: top;
	margin-bottom: 30px;
}

.image_post_list{
	display: table-cell;
	vertical-align: top;
	width: 40%;
}

.content_post_list{
	display: table-cell;
	vertical-align: top;
	width: 60%;
	padding:0 30px;
}

.single-post h1{
	margin-bottom:10px;
}

.single-post .post-thumbnail{
	margin-bottom:30px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	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;
}

.wp-caption-text {
	text-align: center;
}




/****** AJAX *********/

#ajax-content{
	width: 0vw;
	right: -110vw;
	width: 46vw;
	height: 100vh;
	padding: 30px 15px;
	overflow: scroll;
	position: fixed;
	z-index: 900000;
	top: 0px;
	transition: all 0.5s;
	box-shadow: rgba(42, 79, 215, 0.2) 0px 5px 40px;
	background-color: #FFFFFF;
}


#ajax-content.active{
	right: 0px;
}

#ajax-content .entry-content{
	padding: 0;
}


.close-ref a{
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #000;
	color: #FFF;
	font-weight: 600;
	border-radius: 50%;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align : center;
	z-index: 1;
}

/* ACF */
#acf-form .acf-fields > .acf-field.acf-field-message{
		background: #F2F2F0;
    padding: 10px 20px;
    margin: 30px 0 20px;
    border-radius: 10px;
    line-height: 1.3;
}

#acf-form .acf-fields > .acf-field.acf-field-message p{
	font-size: 0.8em;
}

#acf-form .acf-form-submit input{
	display: block;
	width: 100%;
}

#acf-form .acf-file-uploader .file-wrap{
	border: none;
}

.acf-file-uploader{
	border: 3px dashed #2A4FD7;
	padding: 20px;
}

.acf-field input[type="text"].hasDatepicker{
	width: 100%;
	z-index: 1;
    position: relative;
    background: transparent;
}
#acf-form .acf-form-submit input, input::file-selector-button{
	border: 1px solid #AC7B40;
	text-align: center;
	font-weight: 500;
	border-radius: 5px;
	padding: 8px 10px;
	transition: all 0.5s;
	text-decoration: none;
	font-size: 0.7rem;
	line-height: 1.5;
	background-color: #AC7B40;
	margin-top: 30px;

}

.acf-field .acf-input:focus{
	outline: none;
}

#acf-form .acf-fields > .acf-field{
	padding: 3px 0px 5px;
	border: none;
}

#acf-form .acf-fields > .acf-field.field-hidden{
	display: none;
}

#acf-form .acf-fields > .acf-field.block-info{
	background-color: #F5F7FB;
	padding: 20px;
}

#acf-form .acf-fields > .acf-field.block-info-principal .acf-label label{
	font-size: 1.2em;
	font-weight: 800;
}

#acf-form ul.acf-radio-list li input[type=radio]{
	margin-right: 15px;
}

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

ul.acf-radio-list li input[type=checkbox], ul.acf-radio-list li input[type=radio], ul.acf-checkbox-list li input[type=checkbox], ul.acf-checkbox-list li input[type=radio]{
	margin: 0 15px 0 0 !important;

}

#acf-form .acf-fields .acf-field .acf-label{
	margin-bottom: 0px;
}

#acf-form .acf-fields .acf-field .acf-label label{
	font-weight: 800;
	font-size: 0.6em;
	text-transform: uppercase;
	margin-bottom:0px;
}




/* RESPONSIVE */


@media screen and (min-width: 1400px) {
  body{
  	font-size:14px;
  }

}

@media screen and (min-width: 1500px) {
  body{
  	font-size:16px;
  }


}

@media screen and (min-width: 1600px) {
  body{
  	font-size:18px;
  }


}

@media screen and (min-width: 1800px) {
  body{
  	font-size:20px;
  }

 }

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



	body{
	  	font-size:13px;

	  }

	h1{
	  	font-size: 2.3em;
	}


}

@media screen and (min-width: 769px) {

	

}




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


	.mobile-inverse-column{
		flex-direction: column-reverse;
	}

	.boxed-content{
		width: 85%;
	}

	body{
  		font-size:12px;
  	}

  

	header #content-desktop-header .site-branding{
		width: 60%
	}

	header #content-desktop-header .site-branding img{
		width: 90%
	}
	

	.no-mobile{
		display: none !important
	}


}

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

	
	h2, .h2{
		font-size: 2.1em
	}

	
.mt-M100{
		margin-top:60px

	}

	.post_list{
		display: block;
	}

	.image_post_list, .content_post_list{
		display: block;
		width: 100%;
	}


	.content-half{
		width: 85%;
		margin: auto;
	}


}

