/*
Theme Name: Clinique 131
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
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
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: #5a6f8b;
	font-family: "Blender", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
	margin: 0 0 0.75em;
	padding: 1.5em 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 1em;
	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{
	font-family: 'Maax';
}

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

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

span.wpcf7-not-valid-tip {
    color: #b54444;
    font-size: 11px;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

div.wpcf7-response-output{
	margin-left: 0;
    margin-right: 0;
    padding: 13px;
    border-width: 1px!important;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.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: 0;
	width: 50%;
    float: left;
    position: relative;
}

.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: 'Maax';
	color: #5a6f8b;
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 20px;
	width: 100%;
	font-size: 23px;
	border-top: 1px solid #5a6f8b;
	-webkit-appearance: none;
}

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"]{
	line-height: 140px;
	padding: 0 20px;
	text-align: center;
	font-size: 30px;
}

textarea{
	resize: none;
	position: relative;
	height: 140px;
}

.message{
	position: relative;
}

.message .place{
	content: 'Message';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	line-height: 140px;
	font-size: 30px;
	color: #5a6f8b;
	cursor: text;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.message.off .place{
	opacity: 0;
}


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

.wpcf7-form > p{
	position: relative;
}

.wpcf7-form > p:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #5a6f8b
}

button,
input[type="button"],
input[type="submit"] {
	background-color: white;
    border: 0;
    border-top: 1px solid #5a6f8b;
    border-bottom: 1px solid #5a6f8b;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5a6f8b;
    cursor: pointer;
    display: block;
    font-weight: 400;
    text-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: none;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1;
    padding: 24px 50px;
    width: 100%;
    font-family: 'Maax';
    clear: both;
    position: relative;
    z-index: 1;
}

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: #5a6f8b!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: #5a6f8b;
	font-family: "Maax", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #5a6f8b;
	font-family: "Maax", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #5a6f8b;
	font-family: "Maax", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #5a6f8b;
	font-family: "Maax", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
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 0 0 20px;
}

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: #5a6f8b;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #b2cdcd;
	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: 1190px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 75px;
}

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

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

.prehome{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #5a6f8b;
}

.prehome:after{
	content: '';
	display: block;
	width: 584px;
	max-width: 80%;
	height: 88px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(assets/images/logo-w.png);
}

.site-header {
	position: fixed;
	z-index: 80;
	width: 100%;
	left: 0;
	top: 0;
	background: white;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.home .site-header, .page-template-page-solutions .site-header{
	background: transparent;
}

.menuon .site-header{
	background: #5a6f8b;
}

.home.scrolledd .site-header, .page-template-page-solutions.scrolledd .site-header{
	background: #fff;
}

.site-title{
	margin: 0;
	padding: 0;
}


.site-title a{
	display: inline-block;
	width: 350px;
    height: 55px;
    background: url(assets/images/logo.png) no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    position: relative;
    text-align: left;
}

.menuon .site-title a{
	background: url(assets/images/logo-w.png) no-repeat center center;
    background-size: contain;
}

.surtop{
	position: relative;
	border-bottom: 1px solid #5a6f8b;
	text-align: center;
	padding: 47px 0;
}

.surtopr{
	padding-left: 500px;
	font-size: 23px;
	color: #5a6f8b;
	font-family: 'Maax';
}

.lignes{
	border-left: 1px solid #5a6f8b;
}

.ligne{
	line-height: 84px;
	text-align: center;
}

.ligne + .ligne{
	border-top: 1px solid #5a6f8b;
}

.liens{
	font-size: 18px;
	display: flex;
    flex-wrap: wrap;
}

.liens a{
	color: #5a6f8b;
	flex: 1;
}

.liens a + a{
	border-left: 1px solid #5a6f8b;
}

.liens a:hover{
	color: #b2cdcd!important;
}

.menu{
	padding: 0;
	display: none;
}

.menuu{
	display: none;
	background: white;
}

a.meniu{
	line-height: 80px;
    text-align: center;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1!important;
    padding: 7px 0 5px;
    color: #5a6f8b;
    background: white;
	font-family: 'Maax';
	text-transform: uppercase;
	border-bottom: 1px solid #5a6f8b;
}

a.meniu span.on, a.meniu.on span.off{
	display: none;
}

a.meniu.on span.on{
	display: block;
}

a.meniu .hamburger{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.menudesk .main-menu{
	list-style: none;
	margin: 0;
	padding: 25px 0;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #5a6f8b;
	
}

.home .menudesk .main-menu, .page-template-page-solutions .menudesk .main-menu{
	background: rgba(255,255,255,0.7);
}

.menudesk .main-menu li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 90px;
}

.menudesk .main-menu li:first-child{
	margin-left: 0;
}

.menudesk .main-menu li:last-child{
	margin-right: 0;
}

.menudesk .main-menu li a{
	font-family: 'Maax';
	font-size: 20px;
}

.main-menu li.current-menu-item a, .main-menu li.current-page-ancestor a, .main-menu li.current-menu-parent a{
	color: #b2cdcd;
}

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

/*
.menuu .main-menu:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0;
}
*/

.menuon a.meniu, .menuon .surtopr, .menuon .liens a{
	color: white;
}

.menuon .surtop, .menuon .lignes, .menuon .ligne + .ligne, .menuon .liens a + a, .menuon a.meniu, #masthead .footer-menu li{
	border-color: white;
}

.menuu .main-menu li{
	width: 100%;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.menuu .main-menu li a{
	display: block;
	font-size: 22px;
	font-family: 'Maax';
	border-bottom: 1px solid #5a6f8b;
	line-height: 100px;
/*	text-shadow: -1px 0 transparent, 0 1px transparent, 1px 0 transparent, 0 -1px transparent;

	-webkit-text-shadow: 0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: transparent;
*/
}

.menuu .main-menu li a span{
	display: inline-block;
	line-height: 1.3;
	width: 100%;
	vertical-align: middle;
}

/*
.menuu .main-menu li a:hover{
	background: #b2cdcd;
	color: #b2cdcd;
	text-shadow: -1px 0 #5a6f8b, 0 1px #5a6f8b, 1px 0 #5a6f8b, 0 -1px #5a6f8b;
	-webkit-text-shadow: 0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #5a6f8b;
}
*/

.fond{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #5a6f8b;
	z-index: -99;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease, z-index 0s 0.4s ease;
	-moz-transition: opacity 0.4s ease, z-index 0s 0.4s ease;
	-o-transition: opacity 0.4s ease, z-index 0s 0.4s ease;
	transition: opacity 0.4s ease, z-index 0s 0.4s ease;
}

.menuon .fond{
	opacity: 1;
	z-index: 79;
	-webkit-transition: opacity 0.4s ease, z-index 0s 0s ease;
	-moz-transition: opacity 0.4s ease, z-index 0s 0s ease;
	-o-transition: opacity 0.4s ease, z-index 0s 0s ease;
	transition: opacity 0.4s ease, z-index 0s 0s ease;
}

#masthead .footy, #masthead .footer-menu li a{
	color: white;
}

body:not(.menuon) .site-header{
	height: auto!important;
}

.menuon .site-header{
	height: 100%;
}

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

.home #main{
	background: white;
}

.pagefond, .slideshow{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.pagefond:after, .slideshow:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}

.slideshow > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.site-content {
	
}

.homeimg img, .photos img{
	display: block;
	width: 100%;
}

.homecont h2{
	margin-bottom: 0;
}

.homecont, .homecontt{
	padding: 80px 0 0;
}

.homecontt{
	padding: 80px 0;
}

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

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

h2{
	font-size: 49px;
	font-weight: normal;
}

.homecont{
	padding-right: 32%;
}

.homecont, .homecontt, .apropcont, .apropcontt{
	font-family: 'Maax';
}

.grosliens{
	text-align: center;
	padding: 60px 0;
}

.grosliens .wrapper{
	max-width: 970px;
}


.grosliens ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	position: relative;
/* 	border: 1px solid #5a6f8b; */
}

.grosliens ul li{
	position: relative;
	display: inline-block;
	width: 33.33%;
	line-height: 1;
	margin: -1px 0 0 -1px;
	padding: 0;
	vertical-align: top;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
}

.grosliens ul li:nth-of-type(1), .grosliens ul li:nth-of-type(2), .grosliens ul li:nth-of-type(3){
	margin-top: 0;
}

.grosliens ul li:nth-of-type(3n+1){
	margin-left: 0;
}

.grosliens ul li.empty:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #5a6f8b;
}

.grosliens a{
	font-size: 36px;
	display: block;
	font-family: 'Maax';
	padding: 0 30px;
	text-align: left;
	position: relative;
	background: transparent;
	color: #5a6f8b;
	border: 1px solid #5a6f8b;
    width: 100%;
    height: 100%;
}

.grosliens a:hover{
	background: white;
}

.grosliens a span{
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
}

.page-template-page-apropos h1{
	font-size: 70px;
    color: white;
    font-family: 'Maax';
    text-shadow: -1px 0 #5a6f8b, 0 1px #5a6f8b, 1px 0 #5a6f8b, 0 -1px #5a6f8b;
    margin: 50px 0;
    text-align: center;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3;
}

h3{
	color: #b2cdcd;
	font-weight: normal;
	font-size: 40px;
}

p.pageoff{
	text-align: center;
    padding: 50px 20px;
    font-size: 30px;
}

.apropcont, .apropcontt{
	margin: 50px 0 60px;
}

.apropcont h3{
	max-width: 66.66%;
}

.apropcontt{
	text-align: center;
}

.apropcontt .col33{
	width: 33.33%;
	text-align: justify;
	display: inline-block;
}

.photos{
	margin: 150px 0;
}

.chiffress{
	padding: 65px 0;
	background: #5a6f8b;
	color: white;
}

.chiffress .wrap > h3, .chartess .wrap > h3{
	text-align: center;
	color: white;
	font-family: 'Maax';
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 65px;
	padding: 0;
}

.chiffres{}

.chiffre{
	width: 25%;
	font-size: 40px;
	font-weight: 600;
	display: flex;
	float: left;
}

.chiffrec{
	padding: 35px;
	text-align: center;
	width: 100%;
}

.chiffre em{
	color: #b2cdcd;
	display: block;
	font-style: normal;
	font-size: 87px;
}

.chiffre span{
	line-height: 1;
	display: block;
}

.chiffre:not(:first-child):not(:nth-of-type(5)):not(:nth-of-type(9)){
	border-left: 1px solid #b2cdcd
}

.chartess{
	padding: 65px 0;
	background: #b2cdcd;
	color: white;
}

.chartess .wrap > h3{
	margin-bottom: 45px;
}

.chartes{
	margin: 0 -20px;
	font-weight: 600;
}

.charte{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 20px 0;
	padding: 0 20px;
}

.charte p.h3{
	font-size: 30px;
	color: #5a6f8b;
	margin-bottom: 20px;
}

.charte ul{
	color: white;
	list-style: none;
}

.charte ul li{
	position: relative;
}

.charte ul li:before{
	content: '+';
	position: absolute;
	left: -20px;
	top: 0;
}

.charte p.h3:before{
	content: '\f061';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
    font-size: 24px;
    margin-right: 18px;
}

h3.grostitre{
	font-size: 70px;
    color: white;
    font-family: 'Maax';
    text-shadow: -1px 0 #5a6f8b, 0 1px #5a6f8b, 1px 0 #5a6f8b, 0 -1px #5a6f8b;
    margin: 50px 0;
    text-align: center;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3;
}

.principal{
	position: relative;
	background: #b2cdcd;
}

.principal + .principal{
	margin-top: 1px;
}

.principal .left{
	padding: 0 30px;
	text-align: center;
}

.principal .left h4{
	border-bottom: 1px solid;
	font-family: 'Maax';
	font-weight: normal;
	font-size: 40px;
	margin: 0;
    padding: 30px 0 25px;
}

.principtxt{
	padding: 70px 40px;
	font-size: 30px;
	font-weight: 600;
}

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

.principtxt ul li:before{
	content: '+';
	color: white;
	margin-right: 5px;
}

.principtxt ul li + li{
	margin-top: 15px;
}

.principal .right{
	display: block;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.secondaires{
	margin: 75px 0;
}

.secondaire{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 25px;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}

.secondaire h5{
	font-family: 'Maax';
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 40px;
}

.equipess{
	padding: 30px 0;
	border-top: 1px solid #5a6f8b;
}

.equipes{
	margin: 0 -20px;
}

.equipe{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 20px;
	font-family: 'Maax';
}

.equipe p.h3{
	font-size: 40px;
}

.page-child, body.page-child:not(.menuon) .site-header, .archive, .single , .archive:not(.menuon) .site-header, .single:not(.menuon) .site-header{
	background: #E8EEF8;
}

.page-template-page-solutions a.meniu, .page-child a.meniu, .archive a.meniu, .single a.meniu{
	width: calc(100% + 150px);
	margin-left: -75px;
}

.page-template-page-solutions a.meniu .hamburger, .page-child a.meniu .hamburger, .archive a.meniu .hamburger, .single a.meniu .hamburger{
	left: 75px;
}

.page-template-page-solutions #colophon .wrap, .page-child #colophon .wrap, .archive #colophon .wrap, .single #colophon .wrap{
	padding: 0;
}

.parent-page{
	display: block;
	width: 33.33%;
	text-align: center;
	float: left;
	padding: 50px;
	height: 100%;
	font-family: 'Maax';
	background: transparent;
	position: relative;
}

.parent-page:nth-of-type(1), .parent-page:nth-of-type(2){
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
}

.parent-page:nth-of-type(3){
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.02) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%);
}

.parent-page:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: white;
	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;
}

.parent-page:hover:after{
	opacity: 1;
}

.parent-page h3{
	color: #5a6f8b;
}

.page-child #main:not(.childy){
	text-align: center;
}

.parent-page.full{
	float: none;
	display: inline-block;
}

.parent-page:not(:first-child):not(:nth-of-type(4)){
	border-left: 1px solid;
}

.parent-page h3{
	font-size: 45px;
	line-height: 1.2;
	margin: 35px 0 0;
	padding: 0;
}

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

ul.childz li{
	margin: 10px 0;
}

ul.childz li + li{
	margin-top: 20px;
}

.pictog{
	display: block;
	width: 100%;
	height: 110px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.archive h1{
	font-family: 'Maax';
	font-weight: normal;
	font-size: 55px;
	margin: 50px 0 0;
	text-align: center;
	line-height: 1;
	padding: 0;
}

ul.posts{
	list-style: none;
	margin: 0 -40px;
	padding: 0;
	line-height: 1;
}

ul.posts li{
	padding: 40px;
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	margin: 0;
	text-align: center;
}

ul.posts li .licont{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

ul.posts li .licont a{
	display: block;
	padding: 0 20px;
	background: rgba(232, 238, 248, 0.9);
	opacity: 0;
	color: #5a6f8b;
}

ul.posts li .licont:hover a{
	opacity: 1;
}

ul.posts li .licont span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
}

ul.posts li .licont span em{
	display: block;
	font-style: normal;
}

.single #main, #main.childy{
	position: relative;
	font-weight: 600;
}

.single #main:after, #main.childy:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	left: 35%;
	background: #5a6f8b;
	position: absolute;
	top: 0;
}

.lefty{
	width: 35%;
	float: left;
	position: relative;
	text-align: center;
}

.lefty img{
	margin: 90px 0;
	display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 150px);
}

.righty{
	width: 65%;
	float: right;
	padding: 75px;
}

a.return{
	position: absolute;
	left: 75px;
	top: 30px;
	line-height: 1;
	font-size: 40px;
}

.single h1{
	font-family: 'Maax';
	font-weight: normal;
	font-size: 40px;
	margin: 0 0 25px;
	line-height: 1.2;
	padding: 0;
}

a.jx-knightlab{
	display: none!important;
}

.bgvid{
	max-width: 99999999999em;
	position: absolute; left: 50%; top: 50%;
	min-width: 100vw; min-height: 100vh;
	width: auto; height: auto; z-index: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.classique{
	padding: 50px 0 60px 28%;
	font-family: 'Maax';
}

.classique h1, .classique h2{
	font-size: 40px;
	font-weight: normal;
}

.classique h1{
	margin-bottom: 30px;
}

.classique h2{
	margin-bottom: 20px;
}

.supplementaire{
	font-size: 15px;
	margin-top: 50px;
}

.page-template-page-rdv{
	font-family: 'Maax';
	text-align: center;
}

.page-template-page-rdv h1{
	font-size: 55px;
	font-weight: normal;
	padding: 0;
	line-height: 1;
	margin: 100px 0 50px;
}

.contactcont{
	font-size: 30px;
}

.page-template-page-rdv .pictog{
	margin: 60px 0 ;
	height: 155px;
}

.infoz{
	margin: 80px 0;
	position: relative;
}

.infoz .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	padding-right: 0;
}

.infoz .left iframe{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.infoz .right{
	float: right;
	width: 40%;
	padding-left: 0;
}

.infos{
	border-bottom: 1px solid #5a6f8b;
}

.info{
	padding: 25px 15px;
	border-top: 1px solid #5a6f8b;
}

.info.texte{
	font-weight: 600;
}

.info p.h3{
	font-size: 30px;
	line-height: 1;
}

.info p:not(.h3){
	font-family: 'Blender';
}

.childy .lefty{
	padding: 75px;
}

.childy .lefty h1{
	font-size: 55px;
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 0;
    font-family: 'Maax';
    font-weight: normal;
}

.solutcont{
	font-family: 'Maax';
	font-weight: 400;
}

.supply h2{
	font-family: 'Maax';
}

.solutcont h3{
	font-family: 'Maax';
	font-weight: normal;
	font-size: 40px;
	margin: 0 0 25px;
	line-height: 1.2;
	padding: 0;
	color: #5a6f8b;
}

.supply{
	margin-top: 30px;
}

.texte_2_colonne .left{
	padding-right: 10px;
}

.texte_2_colonne .right{
	padding-left: 10px;
}

.texte_3_colonne .left{
	width: 33.33%;
	padding-right: 10px;
}

.texte_3_colonne .milieu{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-left: 5px;
	padding-right: 5px;
}

.texte_3_colonne .right{
	width: 33.33%;
	padding-left: 10px;
}

.supply.images ul{
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

.supply.images ul li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 15px;
}

.supply.images ul li a, .supply.images ul li img{
	display: block;
}

.supply.avant_apres{
	padding: 70px 0;
}

/*
.avant_apres + .avant_apres{
	margin-top: 80px;
}
*/

.juxtapose{
	position: relative;
}

.juxtapose:before{
	content: '';
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	left: 0;
	top: -10px;
	background: url(assets/images/crans.png) repeat-x center center;
	background-size: contain;
}

.juxtapose .jx-label{
	position: absolute;
	font-family: 'Maax';
	font-weight: normal;
	font-size: 40px;
	margin: 20px 0 0;
	line-height: 1.2;
	padding: 0;
	color: #5a6f8b;
	background: transparent;
	top: 100%;
}

.juxtapose .jx-label{
	left: 0;
}

.juxtapose .jx-label + .jx-label{
	left: auto;
	right: 0;
}

div.jx-control{
	background: transparent;
}

div.jx-slider{
	overflow: visible;
}

div.jx-handle{
	width: 60px;
	margin-left: -30px;
}

div.jx-handle:before{
	content: '';
	display: block;
	width: 100%;
	height: calc(100% + 70px);
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(assets/images/curseur.svg) no-repeat center top;
	background-size: 50px 660px;
}

div.jx-controller, div.jx-arrow.jx-left, div.jx-arrow.jx-right{
	display: none;
}

/* 404 page */

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

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

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

.site-footer {
	
}

#colophon .footy{
	border-top: 1px solid #5a6f8b;
	padding: 60px 0;
}

.home #colophon, .page-template-page-solutions  #colophon{
	background: white;
}

.footy{
	color: #5a6f8b;
	padding: 75px 0 25px;
	text-align: center;
	font-family: 'Blender';
}

.footyy{
	font-size: 23px;
	text-transform: uppercase;
}

.footyyy{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 10px;
}

.footyyy > *{
	display: inline-block;
	vertical-align: middle;
	line-height: 10px;
}

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

.footer-menu li{
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #5a6f8b;
	margin-right: 5px;
	padding-right: 3px;
}

.footer-menu li a{
	color: #5a6f8b;
	display: block;
}

.footer-menu li a:hover{
	color: #b2cdcd!important;
}

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

.taxonomy-description{
	text-align: center;
	margin: 30px auto 10px;
	max-width: 720px;
	font-size: 20px;
}

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

@media screen and (max-height: 900px) {
	.ligne, a.meniu {
    	line-height: 60px;
    }
}

@media screen and (max-width: 1490px) {
	.chiffre{
		font-size: 35px;
	}
}

@media screen and (max-width: 1390px) {
	.homecont {
    	padding-right: 20%;
	}
	.childy .lefty h1, .archive h1, .page-template-page-rdv h1 {
    	font-size: 46px;
    }
    .chiffre em{
	    font-size: 76px;
    }
    .chiffre {
    	font-size: 30px;
	}
	.principal .left h4, .secondaire h5{
		font-size: 34px;
	}
	.principtxt, .secondaire{
		font-size: 26px;
	}
	.menudesk .main-menu li{
		margin: 0 65px;
	}
}

@media screen and (max-width: 1290px) {
	a.return{
		left: 40px;
	}
	.childy .lefty, .righty {
    	padding: 75px 40px;
	}
	.apropcont h3 {
    	max-width: 100%;
	}
}

@media screen and (max-width: 1190px) {
	.surtop{
		padding: 20px 0;
	}
	.menudesk .main-menu{
		padding: 15px 0;
	}
	.menudesk .main-menu li {
    	margin: 0 50px;
	}
	.homecont {
    	padding-right: 0;
	}
	.apropcontt .col33 {
    	width: 50%;
    }
    .chiffre {
    	width: 50%;
    }
    .chiffre:not(:first-child):not(:nth-of-type(5)):not(:nth-of-type(9)){
	    border-left: 0;
    }
    .chiffre:nth-of-type(2n){
	    border-left: 1px solid #b2cdcd!important;
    }
    .chiffre:not(:first-child):not(:nth-of-type(2)){
	    margin-top: 20px;
    }
    .principtxt {
    	padding: 70px 0;
    }
    .parent-page{
	    padding: 50px 20px;
    }
    #colophon .footy{
	    padding: 30px 0;
    }
}

@media screen and (max-width: 1023px) {
	.wrap, .wrapper{
		padding: 0 50px;
	}
	.menudesk .main-menu li {
	    margin: 0 20px;
	}
	.grosliens ul li{
		width: 50%;
	}
	.grosliens ul li.empty{
		display: none!important;
	}
	.grosliens ul li:nth-of-type(3n+1), .grosliens ul li.empty + li + li:nth-of-type(2n+1) {
    	margin-left: -1px;
	}
	.grosliens ul li:nth-of-type(2n+1) {
    	margin-left: 0;
	}
	.homecont {
	    padding: 50px 0 0;
	}
	.homecontt {
    	padding: 50px 0;
	}
	h2 {
    	font-size: 38px;
    }
    body{
	    font-size: 18px;
    }
    .footyy {
    	font-size: 18px;
    }
    .classique {
    	padding: 50px 50px 60px;
    }
    .page-template-page-apropos h1, h3.grostitre {
    	font-size: 55px;
    }
    h3{
	    font-size: 32px;
    }
    .apropcontt .col33 {
    	width: 100%;
	}
	.parent-page{
		width: 100%;
		min-height: 0!important;
		float: none;
	}
	.parent-page:not(:first-child):not(:nth-of-type(4)) {
    	border-left:0;
	}
	.parent-page + .parent-page{
		border-top: 1px solid;
	}
	.lefty {
    	width: 100%;
    	float: none;
    }
    .righty {
    	width: 100%;
    	float: none;
    }
    .single #main:after, #main.childy:after{
	    display: none;
    }
    .lefty{
	    line-height: normal!important;
    }
    .childy .lefty {
    	padding: 75px 50px 50px;
	}
    .righty {
    	padding: 0 50px 50px;
	}
	.menudesk .main-menu li {
    	margin: 0 20px;
	}
	.menudesk .main-menu li a{
		font-size: 18px;
	}
	.wpcf7-form-control-wrap{
		width: 100%;
	}
	.wpcf7-form > p:after{
		display: none;
	}
	.infoz .left{
		width: 100%;
		height: 300px;
		position: relative;
	}
	.infoz .right{
		width: 100%;
		float: none;
	}
	.infos {
    	border-bottom: 0;
	}
	.info:first-child{
		border-top: 0;
	}
	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"] {
    	line-height: 90px;
    }
	.taxonomy-description{
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.surtop {
    	padding: 15px 0;
	}
	.site-title a {
    	width: 250px;
    	height: 34px;
    }
    .menudesk{
	    display: none;
    }
    .menu{
	    display: block;
    }
    .wrap, .wrapper {
    	padding: 0 30px;
	}
	.grosliens{
		padding: 30px 0;
	}
	.grosliens a{
		padding: 0 20px;
		font-size: 16px;
	}
	h2, h3, .charte p.h3, .secondaire h5, .equipe p.h3, .principal .left h4, .info p.h3, .childy .lefty h1, .archive h1, .page-template-page-rdv h1, .single h1, .classique h1, .classique h2, .parent-page h3, .solutcont h3, .juxtapose .jx-label {
    	font-size: 22px;
	}
	body, .secondaire, .contactcont {
    	font-size: 14px;
	}
	.footyy {
    	font-size: 16px;
	}
	.footyyy {
	    font-size: 8px;
	    letter-spacing: 0.1em;
    }
    .left{
	    width: 100%;
	    padding-right: 0;
    }
    .right{
	    width: 100%;
	    padding-left: 0;
	    padding-top: 20px;
    }
    .homecont {
    	padding: 30px 0 0;
	}
	.homecontt {
    	padding: 30px 0;
	}
	.page-template-page-apropos h1, h3.grostitre {
    	font-size: 36px;
    	margin: 30px 0;
	}
	.apropcont, .apropcontt {
    	margin: 30px 0;
	}
	.chiffress .wrap > h3, .chartess .wrap > h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.chiffress {
    	padding: 30px 0;
    }
	.chiffre {
    	font-size: 14px;
	}
	.chiffrec {
    	padding: 15px;
    }
	.chiffre em {
    	font-size: 31px;
	}
	.charte{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.charte + .charte{
		margin: 20px 0 0;
	}
	.chartes {
    	margin: 0;
    }
    .chartess {
    	padding: 30px 0;
    }
    .charte p.h3:before{
	    font-size: 18px;
    }
    .secondaires {
    	margin: 18px 0;
	}
    .secondaire{
	    width: 100%;
	    padding: 12px 0;
    }
    .equipess {
    	padding: 10px 0;
    }
    .equipe{
	    width: 100%;
    }
    .principtxt {
    	padding: 30px 0;
    	font-size: 14px;
	}
	.principal .right{
		position: relative;
		width: 100%;
		height: 280px;
		padding: 0;
	}
	.page-template-page-rdv h1{
		margin: 30px 0 10px;
	}
	.page-template-page-rdv .pictog {
    	margin: 30px 0;
    	height: 50px;
	}
	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"] {
    	line-height: 70px;
    	font-size: 16px;
	}
	textarea{
		font-size: 16px;
	}
	button, input[type="button"], input[type="submit"], .message .place{
		font-size: 16px;
	}
	button, input[type="button"], input[type="submit"]{
		padding: 16px 0;
	}
	.infoz {
    	margin: 30px 0;
    }
    .infoz .left{
	    height: 150px;
    }
    .archive h1{
	    margin-top: 30px;
	    margin-bottom: 15px;
    }
    ul.posts{
	    margin: 0 -15px 15px;
    }
    ul.posts li{
	    width: 50%;
	    padding: 15px;
    }
    .page-template-page-solutions #colophon .wrap .footy, .page-child #colophon .wrap .footy, .archive #colophon .wrap .footy, .single #colophon .wrap .footy{
	    padding-left: 30px;
	    padding-right: 30px;
    }
    .righty {
    	padding: 0 30px 30px;
	}
	.lefty img {
    	margin: 30px 0;
    	max-width: calc(100% - 120px);
    }
    a.return {
    	left: 30px;
    	font-size: 20px;
	}
	.classique {
	    padding: 30px;
	}
	.supplementaire {
    	font-size: 14px;
    	margin-top: 30px;
	}
	.pictog{
		height: 50px;
	}
	.parent-page h3, ul.childz{
		margin-top: 20px;
	}
	.childy .lefty {
    	padding: 30px 60px 30px;
	}
	.childy .lefty h1{
		margin-top: 0;
	}
	.texte_3_colonne .left{
		width: 100%;
		padding-right: 0;
	}
	.texte_3_colonne .milieu{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding-top: 20px;
	}
	.texte_3_colonne .right {
    	width: 100%;
    	padding-left: 0;
    	padding-top: 20px;
	}
	.texte_2_colonne .right{
		padding-left: 0;
	}
	.texte_2_colonne .left{
		padding-right: 0;
	}
	.supply.images ul{
		margin: 0 -5px;
	}
	.supply.images ul li{
		padding: 5px;
	}
	div.jx-handle:before{
		background-size: 30px 396px;
		height: calc(100% + 40px);
	}
	.supply.avant_apres {
    	padding: 45px 0;
	}
	.info{
		padding-left: 0;
		padding-right: 0;
	}
	ul.childz li + li {
		margin-top: 15px;
	}
	.taxonomy-description{
		font-size: 16px;
		margin: 20px auto 15px;
	}
}

@media screen and (max-width: 374px) {
	.footyy {
    	font-size: 15px;
	}
	.footyyy {
    	font-size: 7px;
    }
}

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

@media print {}
