/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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


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

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

body {
	margin: 0;
	height: 100%;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

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

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

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

optgroup {
	font-weight: bold;
}



/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Nexa', sans-serif;
	font-size: 16px;
	font-size: 1.6vw;
}

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

p {
	margin: 0;
}

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

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

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

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

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

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

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

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

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

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

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

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

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

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

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

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

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

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

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

ul {
	list-style: disc;
}

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

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

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

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

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

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

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

th,
td {
	padding: 0.4375em;
}
#page,
.site-inner {
    height: 100%;
}
#menu-toggle {
    display: none;
}
.skip-link.screen-reader-text {
    display: none;
}
.pre-titre {
	width: 100%;
}


/**
 * 12.0 - Media
 */

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

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

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

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


/**
 * 14.0 - Media Queries
 */

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

@viewport {
	width: device-width;
}



/*Gael*/


/*-- Nexa Regular -----------------------------*/

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

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

/*-- Nexa Bold --------------------------------*/

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

@font-face {
    font-family: 'Nexa';
    src: url( './fonts/Nexa/NexaBoldItalic.eot');
    src: url( './fonts/Nexa/NexaBoldItalic.eot?#iefix') format('embedded-opentype'),
         url( './fonts/Nexa/NexaBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/*-- Nexa Extra Bold --------------------------*/

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

@font-face {
    font-family: 'Nexa';
    src: url( './fonts/Nexa/NexaXBoldItalic.eot');
    src: url( './fonts/Nexa/NexaXBoldItalic.eot?#iefix') format('embedded-opentype'),
         url( './fonts/Nexa/NexaXBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/*-- Nexa Black -------------------------------*/

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

@font-face {
    font-family: 'Nexa';
    src: url( './fonts/Nexa/NexaBlackItalic.eot');
    src: url( './fonts/Nexa/NexaBlackItalic.eot?#iefix') format('embedded-opentype'),
         url( './fonts/Nexa/NexaBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/*-- Nexa Book --------------------------------*/

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

@font-face {
    font-family: 'Nexa';
    src: url( '../fonts/Nexa/NexaBookItalic.eot');
    src: url( '../fonts/Nexa/NexaBookItalic.eot?#iefix') format('embedded-opentype'),
         url( '../fonts/Nexa/NexaBookItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/*-- Nexa Thin --------------------------------*/

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

@font-face {
    font-family: 'Nexa';
    src: url( './fonts/Nexa/NexaThinItalic.eot');
    src: url( './fonts/Nexa/NexaThinItalic.eot?#iefix') format('embedded-opentype'),
         url( './fonts/Nexa/NexaThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/*-- Gotham Thin -----------------------------------------*/

@font-face {
    font-family: 'Gotham';
    src: url( './fonts/Gotham/Gotham-Thin.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url( './fonts/Gotham/Gotham-ThinItalic.otf') format("opentype");
    font-weight: 100;
    font-style: italic;
}

#content {
	height: 100%;
}

.site-header {
    height: 5.5rem;
    line-height: 5.5rem;
    vertical-align: middle;
    background-color: #000;
    position: relative;
    font-family: "NexaHeavy", sans-serif;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.site-header a {
    color: #fff;
    text-decoration: none;
    /* display: inline-block; */
}
nav {
    float: right;
}
.site-navigation-fixed.navigation-top {
	background: inherit;	
}
#wat_nav_site {
    width: 11rem;
    height: 65%;
    top: 1.5rem;
    left: 0.7rem;
    fill: #fff;
    position: relative;
}
.main-navigation a {
    padding: 0;
    font-weight: bold;
    font-family: 'Nexa', sans-serif;
    font-size: 1vw;
}
.main-navigation a:hover {
	color: #fff;
} 
.main-navigation li:not(.active):hover {
    opacity: 1;
}
.main-navigation li:not(.active) {
    opacity: 0.7;
}
nav li {
    display: inline-block;
    margin: 0 1rem;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.reseaux_sociaux {
    float: right;
    line-height: 0;
    list-style: none;
    margin-right: 2rem;
}
.reseaux_sociaux li {
    display: inline-block;
    margin: 2rem 1rem 0 0rem;
	line-height: 2rem;
	width: 2rem;
}
.reseaux_sociaux li a svg {
    width: 100%;
    display: inline-block;
    height: 2rem;
    background: rgba(255,255,255, 0.5);
    border-radius: 2rem;
    padding: 5px 3px;
}
.reseaux_sociaux li a svg:hover {
    background: rgba(255,255,255, 1);
}
/**/
.down {
	background: url(img/down.png) no-repeat center;
	width: 29px;
	height: 25px;
	display: block;
	position: absolute;
	bottom: 2rem;
	left: 49%;
	cursor: pointer;
}
.totop {
	background: url(img/totop.png) no-repeat center;
	width: 29px;
	height: 25px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 49%;
	cursor: pointer;
}
.totop2 {
	background: url(img/totop-bk.png) no-repeat center;
	width: 29px;
	height: 25px;
	display: block;
	position: absolute;
	bottom: 4rem;
	left: 49%;
	cursor: pointer;
}
.titre {
	font-family: 'Nexa', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
	font-size: 2vw;
}
.back {
	width: 25px;
	height: 29px;
	background: url(img/left.png) no-repeat center;
	position: absolute;
	left: 11%;
    top: 16vh;
    z-index: 2;
}
.back a {
	display: block;
	width: 100%;
	height: 100%;
}

/*Home*/
.page-template-content-home .entry-content > div {
	height: 100vh;
	width: 100%;
	display: block;
	padding: 5rem 4% 0;
	position: relative;
}
.page-1 {
	background: #000;
	/*padding-top: 5rem !important;*/
}
.page-1 .left {
	display: inline-block;
	width: 49%;
	text-align: right;
	padding: 0 2rem;
}
.page-1 .right {
	display: inline-block;
	width: 49%;
}
.page-1 .right #machine > div > div {
	list-style: none;
	margin: 0.5rem 0;
}
.page-1 .text {
	color: #fff;
	width: 50%;
	margin: 2rem auto;
	font-weight: bold;
	font-family: 'Nexa', sans-serif;
	font-size: 1..2vw;
}
.page-1 .images {
    padding-top: 12%;
}
#machine {
    position: relative;
}
#machine > div > div {
	position: relative;
	top: 1rem;
}


/**/
.key-figures {
    background: #000 url(img/kf-bg.png) no-repeat left bottom;
    background-size: cover;
}
.key-figures .titre-key {
	margin-top: 5%;
    margin-left: 47%;
    background: #000;
    color: #fff;
    max-width: 28vw;
    margin-bottom: 5px;
    font-size: 3vw;
    text-align: center;
}
.key-figures .titre-key2 {
    margin-left: 47%;
    background: #000;
    color: #fff;
    max-width: 25vw;
	font-size: 3vw;
    text-align: center;
}
.key-figures .down {
	background: url(img/down-black.png) no-repeat center;
}
.key-figures .kf-list {
    margin-left: 47%;
    position: relative;
	color: #fff;
}
.key-figures .kf-list .kf-1,
.key-figures .kf-list .kf-2,
.key-figures .kf-list .kf-3,
.key-figures .kf-list .kf-4,
.key-figures .kf-list .kf-5 {
	max-width: 18vw;
	margin-bottom: 2.4rem;
	padding-top: 1rem;
}
.key-figures .kf-list .kf-2,
.key-figures .kf-list .kf-3,
.key-figures .kf-list .kf-5 {
    border-top: 1px solid #fff;
}
.key-figures .kf-list .kf-title {
	font-size: 1.6vw;
	text-transform: uppercase;
	font-family: 'Nexa', sans-serif;
	font-weight: 900;
	color: #000;
}
.key-figures .js-porcent,
.key-figures .js-count {
	display: none;
}
.key-figures .kf-list .kf-key {
    font-size: 6vw;
    font-family: 'Nexa', sans-serif;
    font-weight: 100;
}
.key-figures .kf-list .kf-desc {
	font-size: 1.6vw;
	font-family: 'Nexa', sans-serif;
	font-weight: 300;
}
.key-figures .kf-list .kf-2 .kf-key,
.key-figures .kf-list .kf-5 .kf-key {
	display: inline-block;
	width: 49%;
}
.key-figures .kf-list .kf-3 .kf-key {
	display: inline-block;
	width: 25%;
}
.key-figures .kf-list .kf-2 .kf-desc,
.key-figures .kf-list .kf-3 .kf-desc {
	display: inline-block;
	width: 47%;
}
.key-figures .kf-list .kf-4 {
	position: absolute;
    top: 2vh;
    left: 21.8vw;
}
.key-figures .kf-list .kf-4 ul {
	margin-top: 3vh;
	margin-left: 0;
}
.key-figures .kf-list .kf-4 ul li {
	list-style: none;
	display: inline-block;
	width: 48%;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Nexa', sans-serif;
	font-size: 1vw;
	opacity: 0;
	margin-bottom: 1vh;
}
.key-figures .kf-list .kf-4 ul li:before {
	content: '';
	width: 20px;
	height: 25px;
	background: url(img/check.png) no-repeat center;
	display: inline-block;
	position: relative;
	top: 5px;
}
.key-figures .kf-list .kf-5 {
    position: absolute;
    left: 21.8vw;
    top: 70%;
}

.key-figures .kf-list .kf-5 .kf-desc{
	display: inline-block;
	width: 44%;
    margin-left: 5px;
}
.key-figures .kf-list .kf-5 .kf-desc span {
	display: block;
}

/**/
.manifeste {
	background: url(img/heros.png) no-repeat right;
	background-size: contain;
	background-position: 100% 0;
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.manifeste .texte {
	background: url(img/black-bg.png) no-repeat left;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-size: cover;
    background-position: 100% 0;
    width: 61.1%;
    color: #fff;
    padding: 10% 24% 0 10%;
    font-size: 1.2vw;
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
}
.manifeste .texte.closed .open {
	content: '';
    width: 54px;
    height: 54px;
    background: url(img/plus.png) no-repeat center;
    display: block;
    z-index: 20000000;
    position: absolute;
    top: 6rem;
    right: 5rem;
    cursor: pointer;
}
.manifeste .texte .titre-manif {
	background: #fff;
	color: #000;
	margin-bottom: 20px;
    width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	/* width: -ms-max-content;*/
    text-align: center;
    padding: 0 5px;
}
.manifeste .texte a {
	color: #fff;
	font-size: 1.3vw;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1rem;
    display: block;
}
.manifeste .player {
	content: '';
	width: 104px;
	height: 104px;
	background: url(img/player.png) no-repeat center;
	position: absolute;
    right: 22%;
    top: 38%;
    cursor: pointer;
}
.manifeste .video {
	display: none;
	width: 100%;
	height: 100%;
    padding: 5rem;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
}
.manifeste .video iframe {
	position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.manifeste .down {
	background: url(img/down-black.png) no-repeat center;
}

/**/
.ayn {
	background: #000;
	color: #fff;
}
.ayn .titre-ayn {
	background: #fff;
	color: #000;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	/* width: -ms-max-content;*/
	display: inline-block;
	margin-top: 5rem;
	margin-left: 7rem;
	text-align: center;
    padding: 0 5px;
}
.ayn .short {
	display: flex;
	padding: 5% 12%;
}
.ayn .short > div {
	padding: 2%;
	font-size: 1.2vw;
	font-family: 'Nexa', sans-serif;
	font-weight: 300;
	cursor: pointer;
}
.ayn .short .picto {
	text-align: center;
	margin: 15px 0;
}
.ayn .short > div .pre-titre {
	text-align: center;
	width: 100%;
    display: block;
}
.ayn .titre1,
.ayn .titre2 {
	font-size: 2vw;
	font-family: 'Nexa', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	/* width: -ms-max-content;*/
	display: inline-block;
	cursor: pointer;
	padding: 0 2px;
}
.ayn .short .short-title {
	/*cursor: default;*/
}
.ayn  .brand .titre1 {
	background: #ffa700;
	color: #fff;
}
.ayn .brand .titre2 {
	background: #000;
	color: #ffa700;
}
.ayn .team .titre1 {
	background: #8575ef;
	color: #fff;
}
.ayn .team .titre2 {
	background: #000;
	color: #8575ef;
}
.ayn .talent .titre1 {
	background: #f10c7d;
	color: #fff;
}
.ayn .talent .titre2 {
	background: #000;
	color: #f10c7d;
}
.ayn .change .titre1 {
	background: #084d99;
	color: #fff;
}
.ayn .change .titre2 {
	background: #000;
	color: #084d99;
}
.ayn .short .see-it {
	content: '';
	width: 100%;
	height: 19px;
	background: url(img/see-it.png) no-repeat center;
	margin-top: 1rem;
	cursor: pointer;
}
.ayn .ayn-slider {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    display: none;
}
.ayn .ayn-slider .close-slide {
	position: absolute;
    right: 65px;
    top: 9.5%;
    background: url(img/close.png) no-repeat center;
    width: 38px;
    height: 38px;
    z-index: 5;
    cursor: pointer;
}
.ayn .bx-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 92%;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	max-width: 100% !important;
}
.ayn .bx-wrapper .bx-viewport,
.ayn .slider,
.ayn .slider > div {
	height: 100% !important;
}
.ayn .slider > div {
	/*width: calc(100vh - 2vh) !important; */
}
.ayn .slider > div.brand {
	background: url(img/brand.png) no-repeat center;
	background-size: cover;
}
.ayn .slider > div.team {
	background: url(img/team.png) no-repeat center;
	background-size: cover;
}
.ayn .slider > div.talent {
	background: url(img/talent.png) no-repeat center;
	background-size: cover;
}
.ayn .slider > div.change {
	background: url(img/change.png) no-repeat center;
	background-size: cover;
}
.ayn .slider .slider-title {
	position: relative;
	top: 6%;
}
.ayn .slider .slider-title > div {
	display: block;
}
.ayn .slider .titre1,
.ayn .slider .titre2 {
	font-size: 3rem;
	display: inline-block;
}
.ayn .slider-content {
    padding: 1% 30%;
    color: #000;
}
.ayn .slider-content .question {
	font-size: 2vw;
	font-family: 'Nexa';
	font-weight: 900;
	max-width: 70%;
	position: relative;
    line-height: 3vh;
    margin: 20px 0;
}
.ayn .slider-content .question span {
	content: '';
	width: 49px;
	height: 80px;
	background: url(img/interogation.png) no-repeat center;    
	display: block;
    position: absolute;
    right: -10%;
    top: -15px;
}
.ayn .block-line {
	display: block;
}
.ayn .ligne {
    font-size: 2.5vw;
	line-height: 4vh;
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    color: #fff;
    background: #000;
    width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	/* width: -ms-max-content;*/
	display: inline-block;
    padding: 2px 5px;
    margin-bottom: 5px;
}
.ayn .slide-list {
	margin-top: 20px;
	font-size: 1.4vw;
	font-family: 'Nexa', sans-serif;
	font-weight: normal;
}
.ayn .slide-list ul {
	margin-top: 10px;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
.ayn .slide-list ul li:before {
	content: '';
	width: 14px;
	height: 18px;
	background: url(img/arrow.png) no-repeat center;
	display: inline-block;
	margin-right: 5px;
}
.ayn .slide-list ul li {
	font-size: 1.5vw;
	font-family: 'Nexa', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.ayn .bx-wrapper .bx-prev {
	display: none;
}
.ayn .bx-wrapper .bx-next {
	background: url(img/next.png) no-repeat center !important;
	right: 2rem;
}

/**/
.contact {
    text-align: center;
    padding: 0 !important;
    background: #000;
}
.contact .background-video {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    padding-top: 5.5rem;
} 
.contact .background-video video {
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover; 
}
.contact .contact-content {
    z-index: 5;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 97.3%;
    padding-top: 9%;
}
.contact .contact-content .adresse {
	font-size: 20px;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    margin-top: 2rem;
    text-transform: uppercase;
}
.contact .list_contact  {
	margin: 3rem 0;
}
.contact .list_contact > li {
    display: inline-block;
    margin: 0px 25px;
}
.contact .list_contact > li > a {
    display: table-cell;
    padding: 30px;
    background: #1c9bbc;
    color: #FFF;
    text-decoration: none;
    width: 190px;
    height: 190px;
    vertical-align: middle;
    font-size: 20px;
    border-radius: 50%;
   	font-family: 'Nexa', sans-serif;
   	font-weight: bold;
}
.contact .list_sm {
    line-height: 60px;
    list-style: none;
    margin: 0;
}
.contact .list_sm li {
    display: inline-block;
    margin: 0px 10px;
    line-height: 60px;
    width: 35px;
}
.contact .list_sm li a svg {
    width: 90%;
    display: inline-block;
    height: 30px;
    background: rgba(255,255,255, 1);
    border-radius: 25px;
    padding: 5px 3px;
}
.contact .list_pages{
	margin: 0;
}
.contact .list_pages li {
    display: inline-block;
    margin: 20px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Nexa", sans-serif;
    font-weight: bold;
    color: #fff;
}
.contact .list_pages li a {
    text-decoration: none;
    color: #fff;
	font-size: 12px;
	font-family: 'Nexa', sans-serif;
	font-weight: bold;
}
.contact .comment_venir2 img {
	margin: 0 auto;
    position: relative;
    top: 10px;
}
.suivez_nous {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-family: 'Nexa', sans-serif;
	font-weight: bold;
}
/**/
#colophon {display: none;}


/*Réalisations*/
.page-template-realisations #content article {
	padding: 7% 14% 3%;
}
.page-template-realisations #content .content-in {
	/*max-width: 65vw;*/
	margin: 0 auto;
	padding: 0 30px;
}
.page-template-realisations .block-title {
	width: 100%;
}
.page-template-realisations .block-title h1 {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	/* width: -ms-max-content;*/
	display: inline-block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 2vw;
	font-family: 'Nexa', sans-serif;
	font-weight: 900;
	padding: 2px 3px;
	margin-bottom: 2rem;
}
#filtre {
	margin-bottom: 3rem;
}
#filtre > span {
	font-size: 1vw;
	font-family: 'Nexa', sans-serif;
	font-style: italic;
	font-weight: 300;
}
#filtre a {
	font-size: 1vw;
	text-decoration: underline;
	font-family: 'Nexa', sans-serif;
	font-weight: 800;
	color: #000;
	margin: 0 1rem;
}
#filtre fieldset {
	display: inline-block;
	position: relative;
	top: 15px;
}
#filtre select {
    height: 3vh;
    font-size: 1vw;
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
    padding: 0 5px;
}
#filtre .nice-select {
	border: 1px solid #000;
	font-weight: 300;
	font-size: 1vw;
	border-radius: 0;
}
#filtre .nice-select:after {
	content: none;
}
#filtre .nice-select.open ul.list {
	margin: 0;
	border-radius: 0;
}
#filtre .nice-select .option:hover, 
#filtre .nice-select .option.focus, 
#filtre .nice-select .option.selected.focus {
    background-color: #fff;
    color: #f40b7e;
}
#filtre input[type="submit"] {
    font-size: 1.2vw;
    background: none;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
}
.page-template-realisations .blocks {
	display: flex;
	flex-wrap: wrap;
}
.page-template-realisations .block {
	width: 32%;
    height: 350px;
    /*min-height: 350px;*/
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 1% 1% 0;
} 
.page-template-realisations .vignette {
    width: 100%;
    height: 100%;
    background-position: center;
 	background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.page-template-realisations .block:hover .vignette,
.page-template-realisations .block:focus .vignette {
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.page-template-realisations .vignette:before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(52, 73, 94, 0.75);
}
.page-template-realisations .block:hover .vignette:before,
.page-template-realisations .block:focus .vignette:before {
		
}
.page-template-realisations .vignette span.fade {
	color: white;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba( 0, 0, 0, 0.6 );
    display: inline-block;
}
.page-template-realisations .vignette span.fade:before {
	display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    width: 0;
}
.page-template-realisations .vignette span.client-name {
 	 display: inline-block;
    vertical-align: middle;
    width: 85%;
 }
.page-template-realisations .vignette:hover span {
	display: none;
}
.page-template-realisations .totop2 {
	position: relative;
	text-align: center;
	bottom: -1rem;
	display: none;
}
.page-template-realisations .scroll-down {
	width: 29px;
	height: 25px;
	background: url(img/down-black.png) no-repeat center;
	display: block;
	position: fixed;
	bottom: 3rem;
	left: 49.5%;
	cursor: pointer;
	display: none;
}

/*Projet*/
.projet-template-projet article.type-projet {
	position: relative;
}
.projet-template-projet article.type-projet .triangle-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 26%;
	height: 79vh;
	z-index: -1;
	background: url(img/triangle-top.png) no-repeat left top;
	background-size: contain;
}
.projet-template-projet article.type-projet .triangle-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 26%;
	height: 79vh;
	z-index: -1;
	background: url(img/triangle-bottom.png) no-repeat right bottom;
	background-size: contain;
}
.projet-template-projet article.type-projet .entry-content {
	padding: 10% 21%;
}
.projet-template-projet h1 {
	color: #3edbc4;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2vw;
	margin-bottom: 40px;
}
.projet-template-projet h2,
.projet-template-projet h3 {
	color: #3edbc4;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.5vw;
	margin-top: 15px;
}
.projet-template-projet .sur-client {
	width: 100%;
}
.projet-template-projet .sur-client .client {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	/* width: -ms-max-content;*/
	background: #000;
	color: #fff;
	font-size: 1.6vw
	font-weight: bold;
	padding: 0 5px;
	margin-bottom: 45px;
}
.projet-template-projet .corps {
	font-size: 1.2vw;
	font-weight: 400;
}
.projet-template-projet .corps img {
	margin: 40px 0;
}
.projet-template-projet .corps ul {
	list-style: none;
	margin: 0;
}
.projet-template-projet .corps ul li:before {
	content: '';
	width: 14px;
	height: 18px;
	background: url(img/arrow-bk.png) no-repeat center;
	display: inline-block;
	margin-right: 5px;
}
.projet-template-projet .tags {
	text-align: center;
	margin-top: 5vh;
}
.projet-template-projet .tags > div {
	width: 130px;
	height: 130px;
	border-radius: 70px;
	padding: 46px 0;
    text-align: center;
    color: #fff;
    font-size: 1vw;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
}
.projet-template-projet .tags .social {
	background: #21c3fc;
}
.projet-template-projet .tags .media {
	background: #e21ba1;
}
.projet-template-projet .tags .contenu {
	background: #0c9286;
}
.projet-template-projet .tags .digital {
	background: #ffa812;
}
.projet-template-projet .tags .border {
	background: #fff;
    height: 0.4vh;
    width: 30%;
    display: block;
    text-align: center;
    margin: 10px auto;
}
/*** implantations : google map ***/
#map {
    height: 100%;
    width: 75%;
    position: fixed !important;
}
.liste_implantations {
	width: 25%;
    display: inline-block;
    float: left;
    background: url(img/bg_implantations_gauche.jpg);
    background-position: 0% 0%;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: auto;
    padding: 6% 0 2%;
}
.liste_implantations .bt_back_contact_implantations {
	background: url(img/rv-arrow.png) no-repeat center;
	width: 14px;
	height: 18px;
	display: block;
	margin-left: 2rem;
}
.liste_implantations ul {
    margin: 0 40px;
    color: #fff;
    list-style: none;
    font-size: 14px;
}
.liste_implantations a {
    /*text-decoration: none;*/
    color: #fff;
}
.liste_implantations h1 {
    font-size:26px;
    margin: 15px 0 5px;
    padding: 0;
}
.liste_implantations p {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    /*margin: 0;*/
    /*padding: 0;*/
}
.carte_implantations {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}
.carte_implantations h1, .carte_implantations p {
    margin: 0;
    padding: 0;
}

/*Page Contact */
.page-template-contact {
    padding: 0 !important;
    background: #000;
}
.page-template-contact .background-video {
    bottom: 0;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    z-index: 0;
}
.page-template-contact .background-video video {
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	position: fixed;
}
.page-template-contact .contact-content {
    z-index: 5;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 97.3%;
    padding-top: 9%;
}
.page-template-contact .contact-content .adresse {
	font-size: 20px;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    margin-top: 2rem;
    text-transform: uppercase;
}
.page-template-contact .list_contact  {
	margin: 3rem 0;
}
.page-template-contact .list_contact > li {
    display: inline-block;
    margin: 0px 25px;
}
.page-template-contact .list_contact > li > a {
    display: table-cell;
    padding: 30px;
    background: #1c9bbc;
    color: #FFF;
    text-decoration: none;
    width: 190px;
    height: 190px;
    vertical-align: middle;
    font-size: 20px;
    border-radius: 50%;
   	font-family: 'Nexa', sans-serif;
   	font-weight: bold;
}
.page-template-contact .list_sm {
    line-height: 60px;
    list-style: none;
    margin: 0;
}
.page-template-contact .list_sm li {
    display: inline-block;
    margin: 0px 10px;
    line-height: 60px;
    width: 35px;
}
.page-template-contact .list_sm li a svg {
    width: 90%;
    display: inline-block;
    height: 30px;
    background: rgba(255,255,255, 1);
    border-radius: 25px;
    padding: 5px 3px;
}
.page-template-contact .list_pages{
	margin: 0;
}
.page-template-contact .list_pages li {
    display: inline-block;
    margin: 20px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Nexa", sans-serif;
    font-weight: bold;
    color: #fff;
}
.page-template-contact .list_pages li a {
    text-decoration: none;
    color: #fff;
	font-size: 12px;
	font-family: 'Nexa', sans-serif;
	font-weight: bold;
}
.page-template-contact .comment_venir2 img {
	margin: 0 auto;
    position: relative;
    top: 10px;
}
.page-template-contact .suivez_nous {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-family: 'Nexa', sans-serif;
	font-weight: bold;
}

/*Formulaire*/
.contact_page {
	padding: 8% 20%;
	font-size: 1vw;
	height: 100vh;
	background: url(img/background_licorne.jpg) no-repeat center;
	background-size: cover;
}
.bt_back_contact {
	background: url(img/rv-arrow.png) no-repeat center;
	width: 14px;
	height: 18px;
	display: block;
	margin-left: 2rem;
}
.contact_page article {
    text-align: center;
}
.contact_page h1 {
    font-family: "Nexa", sans-serif;
    font-weight: bold;
    font-size: 2vw;
    margin: 10px 0px;
    display: inline-block;
}
.contact_page .wpcf7-form {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: left;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.contact_page .wpcf7-form p {
    font-family: "Nexa", sans-serif;
    font-size: 1.3vw;
    font-weight: 800;
    margin: 10px 0px;
    font-weight: 400;
    display: inline-block;
}
.contact_page .wpcf7-form input {
    width: 100%;
    margin: 10px auto;
    padding: 10px 15px;
    border: 0;
    font-size: 1vw;
}
.contact_page textarea#message {
    width: 600px;
    height: 100px;
    border: none;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    color: #000;
    width: 100%;
    resize: none;
    padding: 5px 15px;
    font-size: 1vw;
}
.contact_page .wpcf7-form .agree > #check > .wpcf7-list-item > input {
    width: 13px !important;
    display: inline !important;
}
.contact_page .wpcf7-form #check, 
.contact_page .wpcf7-form .accept {
    display: inline;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 0.7vw;
}
.contact_page .wpcf7-form #check a, 
.contact_page .wpcf7-form .accept a {
    display: inline;
    font-family: "Nexa", sans-serif;
    font-weight: 600;
    color: #000;
}
.contact_page .wpcf7-form .agree > #check > .wpcf7-list-item > .wpcf7-list-item-label {
    display: none !important;
}
.contact_page .wpcf7-form input.wpcf7-submit {
    background: #000;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.champs_obligatoires {
    font-weight: bold;
    font-size: 0.5vw;
}

.select_contact .nice-select {
    font-family: "nexaxbold", "Helvetica", sans-serif;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: calc(100%) !important;
    height: 40px;
    position: relative;
    padding-left: 0;
    background: rgba(58,191,234,0.75);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}
.select_contact .nice-select span.current {
    /* display: block; */
    width: auto;
    padding-left: 15px;
}
.select_contact .nice-select .list {
    /* background-color: #f84981; */
    background: rgba(58,191,234,1);
    border-radius: 0;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(0.75) translateY(-20px);
    -ms-transform: scale(0.75) translateY(-20px);
    transform: scale(0.75) translateY(-20px);
    margin: 0;
}
.select_contact .nice-select .list {
    /* background-color: rgba(18,219,192,0.9); */
    top: 100%;
    color: #000;
    margin-top: 0px;
    /* bottom: auto; */
}
.select_contact .nice-select .option:hover, .select_contact .nice-select .option.selected.focus {
    background-color: rgba(255,230,237,0.64);
    /* color: rgba(18,219,192,0.9); */
}
.select_contact .nice-select .option:first-child {
    margin-top: 0px;
}
.select_contact .nice-select .option {
    /* background: rgba(255,230,237,0.64); */
    margin: 2px 0;
}
.select_contact .nice-select:after {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: '';
    display: block;
    height: 11px;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 12px;
    color: #fff;
}

/*Offre*/
.offres-template-offres .triangle-top {
	position: absolute;
	top: 85px;
	left: 0;
	width: 26%;
	height: 90%;
	z-index: -1;
}
.offres-template-offres .back {
	width: 25px;
	height: 29px;
	background: url(img/left.png) no-repeat center;
	position: absolute;
	left: 11%;
    top: 15%;
}
.offres-template-offres .entry-content {
	padding: 11% 26% 5%;
	position: relative;
}
.offres-template-offres h1.entry-title {
	font-size: 2.5vw;
	font-weight: 900;
	line-height: 5vh;
}
.offres-template-offres .publiee {
	font-size: 1vw;
	font-weight: 900;
}
.offres-template-offres .offre-info {
	margin-top: 1rem;
	font-size: 1.2vw;
}
.offres-template-offres .offre-info .offres_crit {
	font-size: 1.2vw;
	font-weight: 800;
}
.offres-template-offres .offre-info .formulaire_offre {
	width: 50%;
	margin: 2rem auto 0;
}
.offres-template-offres .formulaire_offre .wpcf7-form input {
    width: 100%;
    margin: 10px auto;
    padding: 12px 24px;
    border: 0;
    font-size: 1.1vw;
    background: #eeeeee;
}
.offres-template-offres .formulaire_offre .wpcf7-form textarea#message {
    width: 100%;
    height: 100px;
    border: none;
    font-weight: 300;
    color: #000;
    resize: none;
    padding: 12px 24px;
    background: #eeeeee;
    font-size: 1.1vw;
}
.offres-template-offres .formulaire_offre .wpcf7-form input.wpcf7-submit {
    background: #000;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.offres-template-offres .formulaire_offre .wpcf7-form #check, 
.offres-template-offres .formulaire_offre .wpcf7-form .accept {
    display: inline;
    font-weight: 300;
    font-size: 0.7vw;
}
.offres-template-offres .formulaire_offre .wpcf7-form #check a, 
.offres-template-offres .formulaire_offre .wpcf7-form .accept a {
    display: inline;
    font-family: "Nexa", sans-serif;
    font-weight: 600;
    color: #000;
}
.offres-template-offres .formulaire_offre .wpcf7-form .agree > #check > .wpcf7-list-item > input {
    width: 13px !important;
    display: inline !important;
}
.offres-template-offres .formulaire_offre span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.offres-template-offres .formulaire_offre .wpcf7-form .agree > #check > .wpcf7-list-item > .wpcf7-list-item-label {
    display: none !important;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.champs-cache {
    display: none;
}
.offres-template-offres .totop2{
	bottom: inherit;
	margin: 0;
	right: 26%;
	left: inherit;
}

/*Liste Offres*/
.page-template-liste-offres #content article {
    padding: 10% 14% 3%;
}
.page-template-liste-offres #content .content-in {
    /*max-width: 65vw;*/
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.page-template-liste-offres .block-title {
    width: 100%;
}
.page-template-liste-offres .block-title h1 {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 2vw;
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    padding: 2px 3px;
    margin-bottom: 2rem;
}
.page-template-liste-offres .block {
	width: 32%;
    height: 350px;
    /*min-height: 350px;*/
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 1% 1% 0;
}
.page-template-liste-offres .block:nth-child(3n+0) {
	margin: 0 0vw 1% 0;
} 
.page-template-liste-offres .block a {
	text-decoration: none;
	color: #fff;
}
.page-template-liste-offres .vignette {
    width: 100%;
    height: 100%;
    background-position: center;
 	background-size: cover;
    background-repeat: no-repeat;
    padding: 1.5vw;
	font-size: 1.3vw;
}
.page-template-liste-offres .vignette .poste {
	font-weight: 300;
	margin-bottom: 1.5vh;
}
.page-template-liste-offres .vignette h2 {
    font-weight: 800;
    text-transform: uppercase;
	margin-bottom: 1.5vh;
	line-height: 90%;
}
.page-template-liste-offres .vignette .contrat {
	font-weight: 300;
	margin-bottom: 0;
	text-transform: uppercase;
}
.page-template-liste-offres .vignette .date {
	font-weight: 300;
	font-size: 0.7vw;
}
.page-template-liste-offres .vignette .go {
	content: '';
	width: 14px;
	height: 18px;
	background: url(img/arrow.png) no-repeat center;
	display: block;
	position: absolute;
    bottom: 2vh;
}

/*News*/
.actu-template-actu article.type-actu {
    position: relative;
}
.actu-template-actu article.type-actu .triangle-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 26%;
    height: 100%;
    max-height: 1000px;
    z-index: -1;
    background: url(img/bktriangle-top.png) no-repeat left top;
    background-size: contain;
}
.actu-template-actu article.type-actu .back {
	top: 9.5%;
}
.actu-template-actu article.type-actu .entry-content {
    padding: 10% 21%;
}
.actu-template-actu .image {
	margin-bottom: 2.5rem;
}
.actu-template-actu .image img{
	width: 100%;
	height: auto;
}
.actu-template-actu h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2vw;
    margin-bottom: 2rem;
	/*margin-left: 110px;*/
}
.actu-template-actu .accroche {
	font-size: 1.3vw;
	margin-bottom: 1rem;
}
.actu-template-actu .actu-date {
	font-size: 1vw;
	font-weight: 900;
	margin-bottom: 1rem;
}
.actu-template-actu .corps {
    font-size: 1.2vw;
    font-weight: 400;
}
.actu-template-actu .corps strong {
	font-weight: 900;
}
.actu-template-actu .totop2 {
	left: inherit;
	right: 21%;
}
.actu-template-actu  article.type-actu .triangle-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
    height: 29%;
    z-index: -1;
    background: url(img/bktriangle-bottom.png) no-repeat right bottom;
    background-size: contain;
}

/*Liste actu*/
.page-template-liste-actus #content article {
    padding: 10% 14% 3%;
    background: #000;
    height: auto;
}
.page-template-liste-actus #content .content-in {
    /*max-width: 95%;*/
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.page-template-liste-actus .block-title {
    width: 100%;
}
.page-template-liste-actus .block-title h1 {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display: inline-block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 2vw;
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    padding: 2px 3px;
    margin-bottom: 2rem;
}
.page-template-liste-actus .block {
	width: 31%;
    height: auto;
    min-height: 275px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 2% 2% 0;
    font-size: 1vw;
    padding: 1.5vw;
    background: #fff;
}
.page-template-liste-actus .block.twitter,
.page-template-liste-actus .block.facebook {
	background: #49c5ff;
}
.page-template-liste-actus .block a {
	color: #000;
	text-decoration: none;
}
.page-template-liste-actus .block svg {
	width: 35px;
	height: 40px;
	fill: #fff;
}
.page-template-liste-actus .block h3 {
	font-weight: 900;
}
.page-template-liste-actus .block .image {
	margin-bottom: 1rem;
}
.page-template-liste-actus .block .log {
	position: relative;
	font-weight: bold;
	bottom: 14px;
}
.page-template-liste-actus .block .post-content {
	display: block;
	margin-bottom: 1rem;
}
.page-template-liste-actus .block .post-content strong {
	font-weight: 900;
}
.page-template-liste-actus .block .actu-date {
	font-size: 0.9vw;
}
a.rs_link {
    color: #fff !important;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    text-decoration: underline !important;
}

/*Hamburger menu*/
#menu-toggle-perso {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 10px;
    top: 15px;
    /*margin: 0 auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 101;
}
.menu-toggle-perso:hover{
    opacity: 0.9;
}
#menu-toggle-perso span {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    background: #fff;
    /*border-radius: 9px;*/
    opacity: 1;
    left: 33%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu-toggle-perso.open span {
    background: #fff;
}
#menu-toggle-perso span:nth-child(1) {
    top: 25px;
}
#menu-toggle-perso span:nth-child(2),
#menu-toggle-perso span:nth-child(3) {
    top: 33px;
}
#menu-toggle-perso span:nth-child(4) {
    top: 41px;
}
#menu-toggle-perso.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}
#menu-toggle-perso.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-toggle-perso.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-toggle-perso.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}
.site-header-menu {
    position: absolute;
    top: 90px;
    display: none;
    z-index: 200;
    width: 100%;
}
.site-header-menu.toggled-on {
    display: block;
}
.page-template-default #main {
/*   
    background: url(img/page_bg.png) no-repeat;
	*/
    background-position: top;
    position: relative;
    height: auto;
} 

.page-template-default #main  > article.type-page {
    width: 45%;
    margin: 0 auto 80px;
    padding-top: 7%;
    font-size: 1.2vw; 
}

.desktop {
	display: initial;
}
.mobile {
	display: none !important;
}
div#wat-video {
    text-align: center;
    position: relative;
    /* padding-bottom: 56.25%; */
    /* padding-top: 25px; */
    height: 0;
    padding: 14%;
}
button.mfp-close {
    right: 24vw !important;
    top: -6vh !important;
    color: #fff !important;
    opacity: 1 !important;
}
div#wat-video iframe {
	position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 100%;
    /* text-align: center; */
    margin: 0 auto;
}

/*Mobile*/
@media screen and (max-width: 999px) {
	body, button, input, select, textarea {
	    color: #1a1a1a;
	    font-family: 'Nexa', sans-serif;
	    font-size: 16px;
	    font-size: 3.5vw;
	}
	.desktop {
		display: none;
	}
	.mobile { 
		display: initial !important;
	}
	.mobile-menu {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 88px;
	    left: 0;
	    display: block;
	    z-index: 11;
	    background: #000;
	    display: none;
	}
	nav {
		float: none;
	}
	nav ul {
		margin: 0;
	}
	nav li {
	    display: block;
	    margin: 0;
	    text-transform: uppercase;
	    position: relative;
	    text-align: center;
	    cursor: pointer;
	    border-bottom: 1px solid #fff;
	}
	nav li a {
		padding: 25px 0;
		width: 100%;
		display: block;
		color: #fff;
		font-weight: 800;
		text-decoration: navajowhite;
		font-size: 6vw;

	}
	.mobile-menu .reseaux_sociaux {
		float: none;
		margin: 0 25%;
	}
	/*Contact*/
	.page-template-contact .background-video {
		background: url(img/background_licorne.jpg) no-repeat;
		background-position:  80% center;
		background-size: cover;
	}
	.page-template-contact .contact-content {
		padding-top: 32%;
	}
	.page-template-contact .contact-content  > div > img {
		width: 40%;
	}
	.page-template-contact .contact-content  .adresse {
		font-size: 4vw;
		margin-top: 1rem;
	}
	.page-template-contact .list_contact {
		margin: 1rem 0;
	}
	.page-template-contact .list_contact > li {
		margin: 0px 10px;
	}
	.page-template-contact .list_contact > li > a {
		padding: 10px;
		width: 24vw;
		height: 15vh;
		font-size: 3vw;
	}
	.page-template-contact .comment_venir2 img {
		max-width: 20%;
	}
	.suivez_nous {
		font-size: 3vw;
	}
	.page-template-contact.list_sm li {
		line-height: 55px;
	}
	.page-template-contact .list_pages li {
		margin: 10px 10px;
		font-size: 3vw;
	}

	/*Jobs*/
	.page-template-liste-offres #content article {
		padding: 30% 5% 3%;
	}
	.page-template-liste-offres .block-title h1 {
		font-size: 5vw;
	}
	.page-template-liste-offres #content .content-in {
    	max-width: 75vw;
    	padding: 0;
	}
	.page-template-liste-offres .block {
		width: 100%;
		margin: 0 0% 6% 0;
		height: 275px;
	}
	.page-template-liste-offres .vignette {
		font-size: 5vw;
	}
	.page-template-liste-offres .vignette h2 {
		line-height: 4vh;
	}
	.page-template-liste-offres .vignette .date {
    	font-size: 3.7vw;
	}

	/*Jobs details*/
	.offres-template-offres .back {
		background: url(img/left-bk.png) no-repeat center;
		left: 4%;
	}
	.offres-template-offres .entry-content {
		padding: 25% 10% 15% 15%;
	}
	.offres-template-offres h1.entry-title {
	    font-size: 5.5vw;
	}
	.offres-template-offres .publiee {
	    font-size: 3vw;
	}
	.offres-template-offres .offre-info {
	    font-size: 3.2vw;
	}
	.offres-template-offres .offre-info .offres_crit {
	    font-size: 3.2vw;
	}
	.offres-template-offres .offre-info .formulaire_offre {
	    width: 100%;
	}
	.offres-template-offres .formulaire_offre .wpcf7-form input,
	.offres-template-offres .formulaire_offre .wpcf7-form textarea#message {
	    font-size: 3.1vw;
	}
	.offres-template-offres .formulaire_offre .wpcf7-form #check, 
	.offres-template-offres .formulaire_offre .wpcf7-form .accept {
		font-size: 2.7vw;
	}

	/*News*/
	.page-template-liste-actus #content article {
		padding: 30% 5% 3%;
		height: auto;
	}
	.page-template-liste-actus .block-title h1 {
		font-size: 5vw;
	}
	.page-template-liste-actus #content .content-in {
    	max-width: 75vw;
    	padding: 0;
	}
	.page-template-liste-actus .block {
		width: 100%;
		font-size: 3.8vw;
		margin: 0 0% 6% 0;
		height: 275px;
	}
	.page-template-liste-actus .block .actu-date {
    	font-size: 2.9vw;
	}

	/*News details*/
	.actu-template-actu article.type-actu .entry-content {
	    padding: 55% 12% 34%;
	}
	.actu-template-actu article.type-actu .triangle-top {
		width: 40%;
		height: 34%;
	}
	.actu-template-actu article.type-actu .back {
	    top: 110px;
	    left: 6%;
	}
	.actu-template-actu h1 {
		font-size: 4vw;
	}
	.actu-template-actu .accroche {
		font-size: 3.3vw;
	}
	.actu-template-actu .actu-date {
		font-size: 2.3vw;
	}
	.actu-template-actu .corps {
		font-size: 3.2vw;
	}

	/*Réalisation*/
	.page-template-realisations #content article {
	    padding: 35% 5% 10%;
	}
	.page-template-realisations .block-title h1 {
		font-size: 5vw;
	}
	.page-template-realisations #content .content-in {
		max-width: 75vw;
		padding: 0;
	}
	#filtre > span {
		font-size: 5vw;
		margin-bottom: 1rem;
		display: block;
	}
	#filtre a {
		display: block;
		font-size: 4vw;
		margin: 0;
	}
	#filtre fieldset {
		display: block;
		margin-bottom: 1rem;
	}
	#filtre .nice-select {
		font-size: 3vw;
		width: 100%;
	}
	#filtre .nice-select.open ul.list {
		width: 100%;
	}
	#filtre input[type="submit"] {
		display: block;
		margin-top: 2rem;
		font-size: 3.2vw;
	}
	.page-template-realisations .block {
		width: 100%;
		margin: 0 0% 6% 0;
		height: 275px;
	}
	.page-template-realisations .scroll-down {
		/*left: 44%;*/
	}

	/*projet detail*/
	.projet-template-projet article.type-projet .triangle-top {
		width: 35%;
	}
	.projet-template-projet article.type-projet .back {
		left: 5%;
		top: 15vh;
	}
	.projet-template-projet article.type-projet .entry-content {
		padding: 40% 10%;
	}
	.projet-template-projet h1 {
		font-size: 4vw;
	}
	.projet-template-projet h2, 
	.projet-template-projet h3 {
		font-size: 3.5vw;
	}
	.projet-template-projet .corps {
		font-size: 3.2vw;
	}
	.projet-template-projet .corps ul li::before {
		position: relative;
		top: 5px;
	}
	.projet-template-projet .tags > div {
		width: 28vw;
		height: 14vh;
		font-size: 3.2vw;
		padding: 35px 0;
	}

	/*Homepage*/
	.contact {
		background: url(img/background_licorne.jpg) no-repeat;
		background-position:  80% center;
		background-size: cover;
	}
	.contact .contact-content {
		padding-top: 42%;
	}
	.contact .contact-content > div > img {
		width: 40%;
	}
	.contact .contact-content .adresse {
		font-size: 3vw;
		margin-top: 1rem;
	}
	.contact .list_contact {
		margin: 1rem 0;
	}
	.contact .list_contact > li {
		margin: 0px 10px;
	}
	.contact .list_contact > li > a {
		padding: 10px;
		width: 24vw;
		height: 15vh;
		font-size: 3vw;
	}
	.contact .comment_venir2 img {
		max-width: 20%;
	}
	.suivez_nous {
		font-size: 3vw;
	}
	.contact .list_sm li {
		line-height: 55px;
	}
	.contact .list_pages li {
		margin: 10px 10px;
		font-size: 3vw;
	}
	div#wat-video {
		padding: 19%;
	}
	div#wat-video video {
		width: 90%;
	}
	button.mfp-close {
		right: 2vw !important;
    	top: -7vh !important;
	}
	.titre {
		font-size: 4vw;
	}
	.ayn .titre-ayn {
		margin-top: 1rem;
		margin-left: 2rem;
	}
	.ayn .short {
		display: inherit;
		padding: 3% 9%;
	}
	.ayn .short > div {
		font-size: 3.2vw;
		margin-bottom: 0.5rem;
		padding: 0;
	}
	.ayn .short .question {
	    float: right;
	    width: 43vw;
	}
	.ayn .short .picto {
	    text-align: left;
	    margin: 0;
	}
	.ayn .short .picto img {
	    width: 31%;
	}
	.ayn .short .titre1, 
	.ayn .short .titre2 {
		font-size: 3vw;
		display: inline-block;
		position: relative;
		left: 32vw;
		bottom: 5vh;
	}
	.ayn .short > div .pre-titre {
		display: none;
	}
	.ayn .short .see-it {
		margin-top: 0;
		position: relative;
    	bottom: 1.5rem;
	}
	.ayn .slider .titre1, 
	.ayn .slider .titre2 {
		font-size: 4.2vw;
	}
	.ayn .slider > div.brand {
		background-position: 0 center;
	}
	.ayn .slider-content {
		padding: 12% 10%;
	}
	.ayn .slider-content .question {
		font-size: 3vw;
	}
	.ayn .slider-content .question span {
		right: -20%;
	}
	.ayn .ligne {
		font-size: 4.5vw;
	}
	.ayn .slide-list {
		font-size: 3.4vw;
	}
	.ayn .slide-list ul li {
		font-size: 2.5vw;
	}
	.ayn .slide-list ul li::before {
		position: relative;
		top: 4px;
	}
	.manifeste {
		background-position: left;
    	background-size: cover;
	}
	.manifeste .texte {
		background: none;
		position: relative;
		top: 2vh;
		width: 100%;
		font-size: 3.2vw;
		color: #000;
		padding: 0;
		height: auto;
		padding: 0 1rem;
	}
	.manifeste .texte a {
		color: #000;
		font-size: 3.3vw;
	}
	.manifeste .player {
		display: none;
	}
	.manifeste .video {
		display: block;
		height: 41%;
		padding: 0 1rem;
		margin-top: 2rem;
		background: unset;
	}
	.key-figures {
		background-position: 70% bottom;
	}
	.key-figures .titre-key, 
	.key-figures .titre-key2 {
		margin-left: 0;
	}
	.key-figures .kf-list {
		margin-left: 5%;
		margin-top: 3rem;
	}
	.key-figures .kf-list .kf-1, 
	.key-figures .kf-list .kf-2, 
	.key-figures .kf-list .kf-3, 
	.key-figures .kf-list .kf-4, 
	.key-figures .kf-list .kf-5 {
		max-width: 50%;
	}
	.key-figures .kf-list .kf-key {
		font-size: 12vw;
	}
	.key-figures .kf-list .kf-title {
		font-size: 3.6vw;
	}
	.key-figures .kf-list .kf-2 .kf-desc, 
	.key-figures .kf-list .kf-3 .kf-desc {
		width: 47%
	}
	.key-figures .kf-list .kf-desc {
		font-size: 3.6vw;
	}
	.key-figures .kf-list .kf-4 {
		left: 46.8vw;
	}
	.key-figures .kf-list .kf-4 ul li {
		font-size: 2vw;
	}
	.key-figures .kf-list .kf-5 {
		left: 46.8vw;
		top: 72%;
	}
	.key-figures .kf-list .kf-2 .kf-key, 
	.key-figures .kf-list .kf-5 .kf-key {
		width: 43%;
	}
	.page-1 .images {
		padding-top: 50%;
	}
	.page-1 .left {
    	padding: 0 1rem;
	}
	.page-1 .right {
		width: 46%;
	}
	.page-1 .text {
		width: 75%;
    	margin: 3rem auto;
	}

	.page-id-178 .contact_page {
		height: 100%; 
	}
	.contact_page {
		padding: 27% 0% 5%;
		height: auto;
		background-position: left;
	}
	.contact_page h1 {
		font-size: 4vw;
	}
	.contact_page .wpcf7-form {
		width: 70%;
		padding-bottom: 0; 
	}
	.contact_page .wpcf7-form p {
		font-size: 3.3vw;
	}
	.contact_page .wpcf7-form input {
		margin: 5px auto;
		font-size: 3vw;
	}
	.contact_page textarea#message {
		font-size: 3vw;
	}
	.select_contact .nice-select {
    	font-size: 14px;
	}
	.contact_page .wpcf7-form #check, 
	.contact_page .wpcf7-form .accept {
		font-size: 2.7vw;
	}
	.champs_obligatoires {
		font-size: 2.1vw;
	}
	#map {
		width: 100%;
	}

	.page-template-default #main > article.type-page {
		width: 90%;
	    margin: 0 auto 80px;
	    padding-top: 34%;
	    font-size: 4.2vw;
	}

}
@media screen and (min-width: 1000px) and (max-height: 800px) {
	.mobile {
		display: none !important; 
	}
	.page-template-content-home .entry-content > div {
		padding: 6rem 4% 0;
	}
	.page-1 .images {
		padding-top: 10%;
	}
	.key-figures .kf-list {
		margin-top: 1rem;
	}
	.key-figures .titre-key {
		max-width: 20vw;
		font-size: 2vw;
		margin-top: 2%;
	}
	.key-figures .titre-key2 {
		max-width: 15.5vw;
		font-size: 1.7vw;
	}
	.key-figures .kf-list .kf-key {
    	font-size: 5vw;
	}
	.key-figures .kf-list .kf-title {
		font-size: 1.4vw;
	}
	.key-figures .kf-list .kf-1, 
	.key-figures .kf-list .kf-2, 
	.key-figures .kf-list .kf-3, 
	.key-figures .kf-list .kf-4, 
	.key-figures .kf-list .kf-5 {
		margin-bottom: 1rem;
		max-width: 18vw;
	}
	.key-figures .kf-list .kf-2 .kf-key, 
	.key-figures .kf-list .kf-5 .kf-key {
		width: 38%;
	}
	.key-figures .kf-list .kf-2 .kf-desc, 
	.key-figures .kf-list .kf-3 .kf-desc {
		width: 52%;
	}
	.key-figures .kf-list .kf-desc {
		font-size: 1.4vw;
	}
	.key-figures .kf-list .kf-4 ul {
		margin-top: 2vh;
	    margin-left: 0;
	    margin-bottom: 0;
	}
	.key-figures .kf-list .kf-4 ul li {
		font-size: 1vw;
	}
	.key-figures .kf-list .kf-4,
	.key-figures .kf-list .kf-5 {
		left: 25.8vw;
	}
	.key-figures .kf-list .kf-5 {
		top: 67%;
	}
	.key-figures .kf-list .kf-5 .kf-desc {
		width: 48%;
    	margin-left: 20px;
	}
	.manifeste .video {
		margin-top: 1rem;
		height: 90%;
	}
	.ayn .titre-ayn {
		margin-top: 1rem;
	}
	.ayn .short {
		padding: 2% 12%;
	}
	.ayn .short > div {
		margin-bottom: 0;
		margin-right: 2rem;
		padding: 0;
	}
	.ayn .short .titre1, 
	.ayn .short .titre2 {
    	bottom: 4vh;
	}
	.ayn .short .see-it {
	    position: relative;
	    bottom: 2vh;
	    background-position: 80%;
	}
	.ayn .ayn-slider .close-slide {
		top: 13.5%;
	}
	.ayn .slider .slider-title {
		top: 10%;
	}
	.ayn .slider .titre1, 
	.ayn .slider .titre2 {
		font-size: 2.5vw;
	}
	.ayn .slider-content {
		padding: 5% 10% 0;
	}
	.ayn .slider-content .question {
		font-size: 1.7vw;
		margin: 20px 0 10px;
	}
	.ayn .slider-content .question span {
		top: -30px;
	    width: 30px;
	    background-size: contain;
	    right: -2%;
	}
	.ayn .ligne {
		font-size: 2vw;
	}
	.ayn .slide-list {
		margin-top: 10px;
		font-size: 1vw;
	}
	.ayn .slide-list ul {
		margin-top: 0;
	}
	.ayn .slide-list ul li {
		font-size: 1vw;
	}
	.ayn .slide-list ul li:before {
		position: relative;
    	top: 4px;
    	width: 10px;
    	background-size: contain;
	}
	.contact .contact-content {
		padding-top: 10%; 
	}
	.contact .contact-content > div > img {
		width: 20%;
	}
	.contact .contact-content .adresse {
		font-size: 11px;
		margin-top: 1rem;
	}
	.contact .list_contact {
		margin: 0.5rem 0;
	}
	.contact .list_contact > li > a {
		padding: 30px;
		width: 140px;
    	height: 140px;
    	font-size: 15px;
	}
	.suivez_nous {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.contact .list_sm {
		line-height: unset;
	}
	.contact .list_sm li{
		line-height: 40px;
	}
	.contact .list_pages li {
    	margin: 7px 10px;
    	font-size: 11px;
	}
	.page-template-liste-actus #content article {
		height: auto;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-template-contact .background-video {
		background: url(img/background_licorne.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.page-template-contact .background-video video {
		display: none; 
	}
	.page-template-content-home .contact .background-video {
		background: url(img/background_licorne.jpg) no-repeat;
		background-position: center;
		background-size: cover;
		height: 100%;
	}
	.page-template-content-home .contact .background-video video {
		display: none; 
	}
}


/** 404 **/
#main_site.page_404 {
    background:url('img/404.jpg') no-repeat;
    background-position: center;
    /*position: relative;*/
    background-size: cover;
    height: 100%;
}
.bloc_page_404 {
    display: table;
    width: 100%;
    height: 100%;
}
.error_404 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.error_404 h1 {
    font-size: 8vw;
    color:#FFF;
    text-transform: uppercase;
    font-family: "nexaxbold", sans-serif;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.wt {
    font-family: "wat_fontblack", sans-serif;
    font-size: 9vw;
    letter-spacing: -10px;
}
.bt_404 {
    padding: 0px 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    font-size: 1.5vw;
    width: auto;
    display: inline-block !important;
    font-family: "nexaxbold", sans-serif;
    text-decoration: none;
}
.error_404 p {
    font-size: 1.5vw;
    color:#FFF;
    font-family: "nexaxbold", sans-serif;
}
.error_404 p a {
    color: #fff;
}
.edit-link {
    display: block;
    margin: 20px 0px;
}
.bt_back.blanc {
    margin-top: 20px;
    color:#fff;
}
.pepite {
    position: absolute;
    background-size: auto;
}

.pepite.bgd {
    background-size: auto;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1100px !important;
}
.sep_blanc {
    width: 100%;
    border: solid 1px #fff;
    margin: 30px auto;
}
.next_img {
    float: left;
    margin-right: 20px;
}
.next_case {
    font-size: 18px;
    font-family: "nexaxbold", sans-serif;
}
.next_title {
    font-size: 28px;
    font-family: "nexaxbold", sans-serif;
    display: inline-block;
    width: 70%;
}
.next_title:first-letter {
    font-family: "wat_fontblack", sans-serif;
    font-size: 31px;

}
.next_link {
    display: inline-block;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    padding: 2px 12px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "nexaxbold", sans-serif;
}
.next_link:first-letter {
    font-family: "wat_fontblack", sans-serif;
    font-size: 15px;
}
.next_case_btn {
    font-size: 15px;
    font-weight: bold;
}
.prix_content p {
    font-size: 1em !important;
    margin: 10px 0;
}