/*!
Theme Name: signe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: signe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
 main,
 #masthead,
 .site-footer {
  display: block;
  width: 1600px;
  max-width:calc(100% - 90px);
 	margin: -24px auto 0;
 }

 main {
min-height: 800px;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: "Montserrat", "Helvetica Neue", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
 color: #000;
 font-family: "Montserrat", "Helvetica Neue", sans-serif;
 font-size: 14px;
 line-height: 1.5;
 font-weight: 400;
 font-style: normal;
 font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 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;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/*
.hero{position:relative;height:80vh;border-radius:32px;overflow:hidden}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.card-mask{position:relative;border-radius:24px;overflow:hidden;background:transparent;box-shadow:0 8px 24px rgba(0,0,0,.12);min-height:360px}
.card-mask__videoWrap{position:absolute;inset:0;z-index:0}
.card-mask__video{position:absolute;top:0;left:0;will-change:transform}
.card-mask__content{position:relative;z-index:1;color:#fff;padding:32px}
 Option: fallback mobile (désactive la fenêtre vidéo si besoin) /
/
@media(max-width:767px){
.card-mask__videoWrap{display:none}
.card-mask{background:#6f7680}
}
*/
/*
.hero{position:relative;height:70vh;border-radius:0px 0px 32px 32px;overflow:hidden}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero__content{
	position:relative; z-index:2; height:100%;
	display:flex; align-items:center; /* centre verticalement le H1
	padding:clamp(16px,4vw,64px);
}


.hero__h1{margin:0;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.hero__h1-eyebrow{
	display:block; font-weight:500; opacity:.9; letter-spacing:.02em;
	font-size:clamp(14px,1.4vw,22px); margin-bottom:.25em;
}
.hero__h1-title{
	display:block; font-weight:600; line-height:1.05;
	font-size:clamp(28px,6vw,72px);
}

*/

#masthead {
  min-height: 140px;
  margin-top: 0px;
  position: absolute;
  top: 0;
  z-index: 99;
	left:50%;
  transform:translateX(-50%);
}

.custom-logo {
  max-width: 300px;
  padding-top: 50px;
  margin-left: 30px;
}

.site-branding {
  max-width: 350px;
  float: left;
}

.main-navigation {
  display: block;
  width: calc(100% - 350px);
  float: left;
  padding-top: 115px;
}

.main-navigation li {
  position: relative;
}

.main-navigation #primary-menu {
  margin-left: 100px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0 12px;
  margin: 0 7px;
  background: rgba(0,84,104,0.3);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.55);
}

.project {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #005468;
  border-radius: 0 0 20px 20px;
  padding: 7px 20px 4px;
  font-weight: bold;
  width: max-content;
  color: #fff;
	z-index: 999;
}
.project a {
  color: #fff;
}


.menu-item-home > a {
display: inline-block;
width: 25px;
height: 21px;
padding: 0;
background: url('images/home.png') no-repeat center center / 16px 16px;
background-position: 50% 55%;
text-indent: -9999px;
overflow: hidden;
margin: 0;
}
.menu-item-home {
	background: rgba(0,84,104,0.3);
	border-radius: 5px;
	line-height: 0.7;
	margin: 0 7px;
}

.main-navigation .current_page_item a,
.main-navigation a:hover {
	background: rgba(0,84,104,1);
}

.main-navigation #menu-item-34.current_page_item a,
.main-navigation #menu-item-34 a:hover {
  background: rgba(0,84,104,1) url('images/home.png') no-repeat center center / 16px 16px;

}

.etapes img {
	max-width:120px !important;
	height: auto;
	text-align: center;
}

.etapes .vc_column-inner {
  border-radius: 30px;
}

.etapes h2 {
	font-size: 44px;
	line-height: 24px;
	letter-spacing: -2px;
	font-weight: 100;
	color:#fff;
	shadow: 2px 2px 6px rgba(0,0,0,0.55);
}

.etapes p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
  max-width: 80%;
  margin: 0 10%;
}

.etapes p strong {
	font-weight: 700;
}

.home h2 {
	font-size: 44px;
	line-height: 24px;
	letter-spacing: -2px;
	font-weight: 100;
}

.home .moinslarge p {
	max-width: 80%;
  margin: 0 10%;
}

#realisations h2 {
  line-height: 1;
  max-width: 74%;
  margin: 0 13%;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
}
#realisations p {
	color:#fff;
	font-weight: 300;
	max-width: 80%;
  margin: 0 10%;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.55);
}

.realisations,
.realisations2 {

}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default,
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	background: rgba(0,84,104,0.5);
	border: 1px solid rgba(0,84,104,0.5);
  color: #fff;
	padding: 2px 12px;
	font-size: 14px;
  font-weight: 300;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.55);
	margin-bottom:30px;
}

#maitrise-complete .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey,
#linkgroupe .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey,
#actualites .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	background: #fff;
	border: 1px solid rgba(0,84,104,0.5);
  color: #005468;
	box-shadow: none;
}
#etapes .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	background: rgba(0,84,104,0.5);
	border: 1px solid #fff;
  color: #fff;
}

#maitrise-complete p {
	font-size: 16px;
}

.videobg .vc_column-inner {

	border-radius: 40px;
	margin-bottom: 35px;
	margin-left: 15px;
  margin-right: 15px;
  max-width: calc(100% - 30px);
}

#contact.videobg {

	border-radius: 40px;
	margin-bottom: 35px;
	margin-left:15px;
	margin-right:15px;
}
#contact.videobg .vc_column-inner {
	background: none;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
}

#clients img {
	max-width: 200px;
	margin: 0 auto;
}

#clients .vc_column-inner {
	padding-top:40px;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.2) inset;
}

#contact.videobg,
#realisations .videobg .vc_column-inner {
	box-shadow: 6px 6px 10px rgba(0,0,0,0.2) inset;
}

.vc_images_carousel .vc_carousel-indicators {
    bottom: -15px;
}
.vc_images_carousel .vc_carousel-indicators li {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: initial;
  border: 1px solid #fff !important;
}
.bgimbriques,
.bg3imbriques {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: none;
	border-radius: 25px;
	display: block;
}
.bgimbriques::before,
.bg3imbriques::before {
	content: "";
  display: block;
  padding-top: 100%;
}
.bg {
	position: absolute;
	border-radius: 25px;
	opacity: 1; /* visible au chargement avant fade */
	transition: left 0.45s cubic-bezier(.4,.83,.43,1),
							top  0.45s cubic-bezier(.4,.83,.43,1),
							opacity 0.7s cubic-bezier(.4,.83,.43,1);
}
.bg.invisible {
		opacity: 0;
}
.bg.fadein {
		opacity: 1;
}
.bg1 { z-index: 1; width: 100%; height: 100%; border-radius: 25px;}
.bg2 { z-index: 2; width: 75%; height: 75%; border-radius: 25px;}
.bg3 { z-index: 3; width: 50%; height: 50%; border-radius: 25px;}
.bg4 { z-index: 4; width: 25%; height: 25%; border-radius: 25px;}

.bg11 { z-index: 1; width: 100%; height: 100%; border-radius: 25px;}
.bg12 { z-index: 2; width: 66%; height: 66%; border-radius: 25px;}
.bg13 { z-index: 3; width: 33%; height: 33%; border-radius: 25px;}

.blue .bg1 { background: #048B96; }
.blue .bg2 { background: #057A90; }
.blue .bg3 { background: #006786; }
.blue .bg4 { background: #005468; }

.blueinv .bg1 { background: #013A53; }
.blueinv .bg2 { background: #01475C; }
.blueinv .bg3 { background: #005468; }
.blueinv .bg4 { background: #006786; }

.blue .bg11 { background: #077A8D; }
.blue .bg12 { background: #006786; }
.blue .bg13 { background: #005468; }

.blueinv .bg11 { background: #005468; }
.blueinv .bg12 { background: #006786; }
.blueinv .bg13 { background: #077A8D; }

.bluebg .blue .bg11 { background: #058B96; }
.bluebg .blue .bg12 { background: #077A8F; }
.bluebg .blue .bg13 { background: #006786; }

.bluebg .blueinv .bg11 { background: #006786; }
.bluebg .blueinv .bg12 { background: #077A8F; }
.bluebg .blueinv .bg13 { background: #058B96; }

.bgimbriquelogo .wpb_single_image {
  position: absolute;
  top: 0px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

.col3 .bgimbriquelogo .wpb_single_image {
  position: absolute;
  top: 20%;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

.bgimbriquelogo .wpb_text_column.wpb_content_element {
	position: absolute;
	top:28%;
	z-index: 99;
	width: 100%;
}
.col3 .bgimbriquelogo .wpb_text_column.wpb_content_element {
  position: absolute;
  top: 55%;
  z-index: 99;
  width: calc(100% - 30px);
  font-weight: bold;
}

.col4 .bgimbriquelogo .wpb_text_column.wpb_content_element {
  position: absolute;
	top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: calc(100% - 30px);
}

.col4 .bgimbriquelogo .wpb_text_column.wpb_content_element strong {
  font-weight: 700;
}

.borderwhite {
	border: 1px solid #fff;
}


.top15 .wpb_text_column.wpb_content_element {
  top: 34%;
}
.bgimbriquelogo .wpb_text_column.wpb_content_element p {
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
	width: calc(100% - 30px);
}
.col3 .bgimbriquelogo .wpb_text_column.wpb_content_element p {
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
	font-weight: 500;
}

.bgimbriquelogo .wpb_single_image img {
  padding: 30px;
  width: 95%;
}

.col3 .bgimbriquelogo .wpb_single_image img {
  padding: 30px;
  width: 200px;
}

.bgimbriquelogo .wpb_raw_html.wpb_content_element {
	margin-bottom:0px !important;
}
#chiffres p {
	font-weight: 600;
}
p .bignumber {
  font-size: 150px;
  line-height: 115px;
	font-weight: 900;
}
.mtp {
	margin-top:15px;
}

#clients H2 {
	color:#fff;
	font-weight: 300;
	text-shadow:2px 2px 2px rgba(0,0,0,.55);
	font-size:24px;
	letter-spacing: 0px;
}

.home #actualites {
	padding-top:80px;
	background: linear-gradient(180deg, rgba(0, 84, 104, 0.07) 0%, rgba(0, 84, 104, 0) 100%) !important;
}

#actualites H2 {
	font-size:18px;
	letter-spacing: 0px;
	font-weight: 300;
}

#contact p {
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
	line-height: 1.3;
	margin-bottom: 20px;
}
#contact .intro p {
	margin-right:20%;
}
#contact p strong {
	font-weight: 700;
}
#contact label {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
}

#contact label,
.wpcf7-form-control.wpcf7-text {
	max-width: 100%;
	width: 100%;
}

input[type="text"], input[type="email"] {
	height: 38px;
	line-height: 38px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  float: right;
  background: #005468;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0.4em 1em 0.4em;
}

.vc_gitem-zone.vc_gitem-zone-a {
  border-radius: 30px 30px 0 0;
}

.vc_gitem-zone.vc_gitem-zone-c {
  border-radius: 0 0 30px 30px;
	background: #fff;
}

.vc_grid-item-mini.vc_clearfix {
  box-shadow: 6px 6px 30px rgba(0,0,0,0.17);
	border-radius: 30px;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
  color: #B5B5B5;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 24px;
  font-weight: 100;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
  font-weight: 100;
	text-align: center;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
  background: #fff;
  color: #005468;
  text-decoration: underline;
}

.vc_gitem_row .vc_gitem-col {
  padding: 20px 60px;
}

.vc_images_carousel .vc_carousel-control .icon-next::before {
content: "";
display: inline-block;
width: 13px;
height: 60px;
background: url("images/after.png") no-repeat center / 100% 100%;
position: relative;
top: -50px !important;
font-size: 0;
color: transparent;
}

.vc_images_carousel .vc_carousel-control .icon-prev::before {
content: "";
display: inline-block;
width: 13px;
height: 60px;
background: url("images/before.png") no-repeat center / 100% 100%;
position: relative;
top: -50px !important;
font-size: 0;
color: transparent;
}

.videobg .vc_column-inner { position: relative; background: transparent !important; overflow: hidden;}

.videobg.radiusall .vc_column-inner {
	border-radius: 40px;
}
.radiustop {
	border-radius: 40px 40px 0 0;
}
.videobg.radiusbottom .vc_column-inner {
	border-radius: 0 0 40px 40px;
}

.videobg .vc_column-inner .videobg__clip { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.videobg .vc_column-inner > :not(.videobg__clip) { position: relative; z-index: 1; }
.videobg__video {
position: absolute;
width: 100vw;
height: 100vh;
object-fit: cover;
pointer-events: none;
left: calc(var(--pageX, 0px) - var(--clipLeft, 0px));
top:  calc(var(--pageY, 0px) - var(--clipTop, 0px));
will-change: left, top;
}

#contact.vc_row.videobg-row {
position: relative;
background: transparent !important;
}
#contact.vc_row.videobg-row::before {
content: none !important;
}
#contact.vc_row.videobg-row > .videobg-row__clip {
position: absolute;
inset: 0;
overflow: hidden;
border-radius: inherit;
z-index: 0;
pointer-events: none;
}
#contact.vc_row.videobg-row > :not(.videobg-row__clip) {
position: relative;
z-index: 1;
}
.videobg-row__video {
position: absolute;
width: 100vw;
height: 100vh;
object-fit: cover;
left: 50%;
transform: translateX(-50%);
top: calc(var(--pageY, 0px) - var(--contactTop, 0px));
pointer-events: none;
}

#contact .intro .videobg__clip {
	display: none;
}


.home h1 {
  color: #fff;
  font-size: 67px;
  font-weight: 200;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
  line-height: 59px;
  letter-spacing: -3px;
	margin-top: 0;
}
.home h1 .small {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
  line-height: 24px;
  letter-spacing: -1px;
}

.logofooter img {
	width:198px;
	height: auto;
}

.site-footer p {
	font-size:12px;
	color:#000;
	font-weight: 300;
}
.site-footer p a {
	color:#000;
	font-weight: 300;
	text-decoration: none;
}

.site-footer {
	margin-top:50px;
}
.site-footer .coordonnees p {
	font-size:12px;
	color:#2E3988;
	font-weight: 700;
}
.site-footer .coordonnees p a {
	color:#2E3988;
	font-weight: 400;
	text-decoration: underline;
}

.footerlink {
	display: block;
	width: 100%;
	color: #000;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	margin-top:30px;
}
.footerlink a {
	color: #000;
	font-weight: 300;
	text-decoration: none;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
  background-color: #CBCBCB !important;
  border-radius: 5px;
  width: 25px !important;
  height: 25px !important;
}

.videobg .vc_column-inner {
position: relative;
isolation: isolate;
background: transparent !important;
}
.videobg .vc_column-inner > .videobg__clip {
position: absolute;
inset: 0;
overflow: hidden;
z-index: 0;
border-radius: inherit;
pointer-events: none;
}
.videobg .vc_column-inner > .videobg__clip::before {
content: "";
position: absolute; inset: 0;
background: rgba(52,57,160,0.44);
mix-blend-mode: multiply;
z-index: 1; border-radius: inherit; pointer-events: none;
}

.videobg .vc_column-inner > .videobg__clip::after {
content: "";
position: absolute;
inset: 0;
box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5) inset;
border-radius: inherit;
pointer-events: none;
z-index: 2;
}
.videobg__video {
position: absolute;
z-index: 0;
}
.videobg .vc_column-inner > *:not(.videobg__clip) {
position: relative;
z-index: 3;
}


#contact.videobg-row {
position: relative;
isolation: isolate;
background: transparent !important;
}
#contact.videobg-row > .videobg-row__clip {
position: absolute;
inset: 0;
overflow: hidden;
z-index: 0;
border-radius: inherit;
pointer-events: none;
}
#contact.videobg-row > .videobg-row__clip::before {
content: ""; position: absolute; inset: 0;
background: rgba(52,57,160,0.44);
mix-blend-mode: multiply;
z-index: 1; border-radius: inherit; pointer-events: none;
}
#contact.videobg-row > .videobg-row__clip::after {
content: "";
position: absolute;
inset: 0;
box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5) inset;
border-radius: inherit;
pointer-events: none;
z-index: 2;
}
#contact.videobg-row > *:not(.videobg-row__clip) {
position: relative;
z-index: 3;
}

.page #intro h1,
.single #intro h1 {
	font-size: 44px;
	font-weight: 200;
	letter-spacing: -2px;
}
.page #intro p,
.single #intro p {
	font-weight: 300;
	font-size: 16px;
	width: 80%;
	margin:0 auto;
}

.page .bgintro,
.single .bgintro {
	background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-attachment: fixed !important;
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}

.page .bluebg {
	background: #005468;
}

.page .bluebg p,
.page .bluebg h2 {
	color: #fff;
}

.page h2,
.single h2 {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -2px;
}
.page p,
.single p {
	font-size: 16px;
	font-weight: 300;
}

.roundborder img {
	border-radius: 40px;
	border: 1px solid #fff;
}

.shadowinset {
	box-shadow: 6px 6px 10px rgba(0,0,0,0.2) inset;
}

.datecles {
  color: #fff;
  font-size: 16px;
}

.fineborder.vc_col-sm-6 .vc_column-inner {
  border: 1px solid #000;
  padding: 15px !important;
}

.morepadding {
  padding: 0 15px !important;
}
.morepadding .vc_column-inner {
	border-radius: 40px;
}
.page .morepadding .vc_column-inner {
  padding: 60px 45px !important;
}
.wpb_text_column strong {
  font-weight: 700;
}


.fs44bl {
  font-size: 44px;
  font-weight: 900;
  color: #00BCC1;
  line-height: 1.1;
}
.fs44bl2 {
  font-size: 44px;
  font-weight: 900;
  color: #048B96;
  line-height: 1.1;
}

.allradius .vc_gitem-zone.vc_gitem-zone-a {
  border-radius: 30px;
}

.allreal h4 {
  color: #919B9D;
  font-size: 18px !important;
  font-weight: 300 !important;
}
.allreal .vc_grid-item-mini.vc_clearfix {
  box-shadow: none;
}

.allreal h4 > a.vc_gitem-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.allreal h4 > a.vc_gitem-link::before {
	content: "";
	width: 1.3em;
	height: 1.3em;
	background: url("images/eye.png") no-repeat center / contain;
	flex: 0 0 auto;
}

.allreal h4.shareable {
	display: flex;
	align-items: center;
	gap: 10px;
}
.allreal h4.shareable > a.vc_gitem-link {
	flex: 1 1 auto;
	min-width: 0;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /
}

/* Bouton de partage */
.allreal h4.shareable .share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px; height: 21px;
	padding: 0; border: 0; background: none; cursor: pointer;

	margin-left: auto;
	flex: 0 0 21px;
}


/* Popover */
.share-pop {
position: absolute;
z-index: 9999;
background: #fff;
border: 1px solid #d9d9d9;
border-radius: 8px;
box-shadow: 0 10px 25px rgba(0,0,0,.15);
padding: 8px;
display: none;
}
.share-pop.open { display: grid; grid-auto-flow: row; gap: 6px; }
.share-item {
display: flex; align-items: center; gap: 8px;
padding: 6px 8px; border-radius: 6px; text-decoration: none;
color: #333; font-size: 14px; line-height: 1.2;
}
.share-item:hover { background: #f5f5f5; }
.share-item b { font-weight: 600; }

/* Petit feedback copie */
.share-pop .copied { color: #0a7; font-size: 12px; display:none; }


.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
	background: #919B9D !important
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
	border: 1px solid #919B9D;
  border-radius: 5px !important;
	padding:0 10px !important;
}

.vc_grid-filter > .vc_grid-filter-item > span {
  text-transform: uppercase;
  color: #919B9D;
}

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
  color: #fff !important;
}

.vc_grid-filter.vc_grid-filter-center {
  text-align: left !important;
}

.allreal .vc_grid-filter[data-vc-grid-filter="category"] {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.allreal .vc_grid-filter[data-vc-grid-filter="category"]::before {
content: "FILTRER :";
display: inline-flex;
align-items: center;
height: 24px;
padding-left: 24px;
background: url('images/filtre.png') no-repeat left center / 17px 20px;
color: #919B9D;
font-weight: 300;
letter-spacing: .08em;
text-transform: uppercase;
opacity: .9;
}

#gridrealisations .vc_gitem-zone.vc_gitem-zone-a {
  border-radius: 30px;
}

.single-realisation #masthead,
.single-post #masthead {
  background: url(images/bgpost.jpg) no-repeat;
  background-size: cover;
  border-radius: 0 0 40px 40px;
  padding-bottom: 30px;
  position: inherit;
  transform: none;
  min-height: 170px;
	margin-bottom: 40px;
}

.the_date {
  color: #B5B5B5;
  margin-top: 30px;
}

.title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}

.introduction {
  font-size: 16px;
  font-weight: 500;
}

.thumbnail img {
  border-radius: 25px;
}

.row.top {
  margin-top: 65px;
  margin-bottom: 30px;
}
.row.top .col-5 {
	position: relative;
}
.row.bott {
  margin-top: 40px;
}

.row.top .shareit {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 15px);
}

/* Bloc de partage */
.wp-share-block {
  border: 1px solid #005468;
  border-radius: 10px;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #005468;
  font-size: 14px;
}
.wp-share-block__label {
  color: #005468;
  font-weight: 500;
  margin-right: 6px;
}
.wp-share-block__link {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.wp-share-block__link i {
  font-size: 24px;
  color: #005468;
}

.row.bott h2 {
  font-size: 22px;
  font-weight: 600;
  color: #005468;
  letter-spacing: 0px !important;
}

.row.bott h3 {
  font-size: 18px;
  font-weight: 600;
  color: #005468;
  letter-spacing: 0px !important;
}

.row.bott h4 {
  font-size: 16px;
  font-weight: 600;
  color: #005468;
  letter-spacing: 0px !important;
}

.row.bott a {
  color: #005468;
}

.row.bott .col-7 img {
  border-radius:30px;
}

.row.bott .col-5 img {
  border-radius:10px;
}

.row.bott ul {
  margin: 0 0em 3em 1em;
  font-size: 16px;
  font-weight: 300;
}

.widget_block {
  background: rgba(181,181,181,0.1);
  border-radius: 25px;
  padding: 40px;
  margin-bottom: 50px;
}
.widget-area ul {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.wp-block-latest-posts__featured-image {
  float: left;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 20px 0 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 15px;
  min-height: 80px;
}
.wp-block-latest-posts__post-title {
  font-weight: 600;
  color: #000 !important;
  text-decoration: none;
  padding-left: 90px;
  display: block;
}

.notonmobile {
	display:block;
}
.onlymobile {
	display:none;
}


@media all and (max-width:1023px) {

	.custom-logo {
	  max-width: 220px;
	  padding-top: 50px;
	  margin-left: 10px;
	}

	.main-navigation {
	  display: block;
	  width: calc(100% - 250px);
	  float: left;
	  padding-top: 80px;
	}

	.main-navigation #primary-menu {
	  margin-left: 30px;
	}

	p .bignumber {
	  font-size: 80px;
	  line-height: 65px;
	}
}


@media all and (max-width:767px) {

	#etapes .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom:30px !important;
	}
	p .bignumber {
	  font-size: 150px;
	  line-height: 115px;
		font-weight: 900;
	}

	.page .bgintro .vc_empty_space {
	  height: 100px !important;
	}

	.page .bgintro, .single .bgintro {
  	background-size: cover !important;
	}

	.bgimbriquelogo {
	  margin-bottom: 20px;
	}

	.notonmobile {
		display:none;
	}
	.onlymobile {
		display:block;
	}
	.col-5, .col-7 {
		width:100%;
	}
}


@media all and (max-width:450px) {
	main, #masthead, .site-footer {
	  max-width: calc(100% - 40px) !important;
	}
	.custom-logo {
	  max-width: 220px;
	  padding-top: 50px;
	  margin-left: 10px;
	}

	#etapes .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom:30px !important;
	}

	#contact {
	  margin-top: 40px !important;
	  padding-top: 20px !important;
	  padding-right: 20px !important;
	  padding-bottom: 20px !important;
	  padding-left: 20px !important;
	}
	#contact .intro p {
	  margin-right: 0%;
	}
	#contact .col-6 {
	  flex: 0 0 auto;
	  width: 100%;
	}
	#contact.videobg .vc_column-inner {
	  max-width: 100% !important;
	}
	.home h1 {
	  color: #fff;
	  font-size: 45px;
	  font-weight: 200;
	  text-shadow: 2px 2px 2px rgba(0,0,0,0.55);
	  line-height: 50px;
	  letter-spacing: -1px;
	  margin-top: 0;
	}
	.entry-content #hero {
	  padding-top: 80px !important;
	  padding-bottom: 150px !important;
	}
	.site-footer p {
	  margin-bottom: 1em;
	}
	.mobmenu-content li a {
	  padding: 10px 5px !important;
	}
	.mobmenu-right-panel {
    background-color: #F7F7F7;
    width: 300px;
  }

	.page .bgintro .vc_empty_space {
	  height: 50px !important;
	}
	.page .bgintro, .single .bgintro {
  	background-size: cover !important;
	}

	.bgimbriquelogo {
	  margin-bottom: 20px;
	}
	.bgimbriquelogo .wpb_text_column.wpb_content_element p {
	  width: 100%;
	}

	.fineborder ul {
	  padding-left: 0rem;
		font-size: 16px;
	  line-height: 1.5;
	  font-weight: 300;
	}

	#clients {
		display: none;
	}

}
