/*!
Theme Name: prmdrngrp
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: prmdrngrp
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.

prmdrngrp 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,
.site-footer {
	display: block;
	max-width: 1400px;
	width: calc(100% - 30px);
	margin: 0 auto;
}

#masthead {
	display: block;
	width: 100%;
}
#masthead .header-content-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  display: flex;
  position: relative;
}

main {
	margin-top: 0px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
}

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

/**
 * 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: inherit;
	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: 16px;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	font-optical-sizing: auto;
}

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

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

.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;
	display: block;
	background: #fff;
	padding: 15px 0 10px;
	margin-left: 0px;
	border-radius: 25px;
}

.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: 210px;
}

.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;
	text-transform: uppercase;
	color: #000;
	padding: 0px 15px;
	margin: 0 25px;
	border-radius: 5px;
}



.main-navigation .current-menu-item a,
.main-navigation .current-menu-ancestor a {
	background: #00337F;
	color: #fff;
}

.main-navigation .current-menu-ancestor ul li a {
	background: #fff;
	color: #000;
}



.main-navigation ul ul a {
	padding: 0px 15px;
	margin: 4px 10px;
}

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



/* Customs
--------------------------------------------- */

.custom-logo {
	max-width: 125px;
}

.site-branding {
	max-width: 450px;
	display: inline-block;
}

#site-navigation {
	width: calc(100% - 500px);
	padding-top: 15px;
	padding-left: 20px;
}

#masthead {
	height: auto;
	display: flex;
	padding: 20px 10px 10px;
}

.bgimbriques {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: none;
	border-radius: 25px;
	display: block;
}

.bgimbriques img {
	width: 120px;
}

.bgimbriques p {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
.bgimbriques p strong {
	font-weight: 700;
}

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

.bg1 {
	background:#4A5EA6;
}

.bg2 {
	background: #364C92;
}

.bg3 {
	background: #343880;
}

.bg4 {
	background: #2F2A67;
}



.inverse .bg1 {
	background:#2F2A67;
}

.inverse .bg2 {
	background: #343880;
}

.inverse .bg3 {
	background: #364C92;
}

.inverse .bg4 {
	background: #4A5EA6;
}



.darkblue .bg1 {
	background: #003383;
}

.darkblue .bg2 {
	background: #012A73;
}

.darkblue .bg3 {
	background: #031E5A;
}

.darkblue .bg4 {
	background: #0B1343;
}

.green .bg1 {
	background: #91B507;
}

.green .bg2 {
	background: #449B22;
}

.green .bg3 {
	background: #268229;
}

.green .bg4 {
	background: #195822;
}

.pink .bg1 {
	background: #8F026E;
}

.pink .bg2 {
	background: #681370;
}

.pink .bg3 {
	background: #4D1667;
}

.pink .bg4 {
	background: #2C1C5A;
}

.orange .bg1 {
	background: #E64F00;
}

.orange .bg2 {
	background: #DF2709;
}

.orange .bg3 {
	background: #D9000D;
}

.orange .bg4 {
	background: #95040F;
}

.yellow .bg1 {
	background: #FFE802;
}

.yellow .bg2 {
	background: #FFCF00;
}

.yellow .bg3 {
	background: #EFB700;
}

.yellow .bg4 {
	background: #DEA002;
}

.bgimbriques .vc_column-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10 !important;
	color: white;
	font-size: 2em;
}

.radius30 .vc_column-inner {
	border-radius: 25px;
}

.radius30 {
	border-radius: 25px;
}

.whitefont p,
.whitefont h2,
.whitefont h3,
.whitefont h4,
.whitefont a,
.whitefont li {
	color: #fff !important;
}

.morespace li {
	margin-bottom: 15px !important;
}

.vc_row.vc_column-gap-30>.vc_column_container {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.fineborder.vc_col-sm-6 {
	padding: 0 15px !important;
}

.fineborder .vc_column-inner {
	border: 1px solid #000;
	padding: 30px !important;
}

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


.bgimbriquelogo .wpb_single_image {
	position: absolute;
	top: 0px;
	z-index: 99;
}

.bgimbriquelogo .wpb_text_column.wpb_content_element {
	position: absolute;
	top: 28%;
	z-index: 99;
}

.bgimbriquelogo .wpb_text_column.wpb_content_element p {
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
}

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

.bgimbriquelogo .wpb_raw_html.wpb_content_element {
	margin-bottom: 0px !important;
}

.radius30.whitefont.blockbg.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
	width: calc(50% - 30px);
	margin: 0 15px;
}

.moremargin {
	margin: 0 15px;
}

.blockbg .vc_column-inner {
	padding: 0 15px;
}

h2 {
	font-size: 48px;
	letter-spacing: -2px;
	font-weight: 400;
}

.sidefixonscroll h2 {
	line-height: 1;
}

.contentetude h2 {
	font-size: 26px;
	letter-spacing: -1px;
	max-width: 90%;
}

.fullcenter h2 {
	max-width: 100%;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 30px !important;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	background: #000;
	border-color: #000;
	height: 30px;
	padding: 0 25px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	line-height: 30px;
}

.fineborder .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	background: #00337F;
	border-color: #fff;
}

.knowmore .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	background: #00337F;
	border-color: #fff;
}

.bgimbriquelogo .vc_btn3-container.vc_btn3-right.vc_do_btn {
	position: absolute;
	bottom: 10px;
	right: 35px;
	z-index: 99;
}

.bgimbriquelogo .vc_btn3-container.vc_btn3-center.vc_do_btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.blockbg p {
	font-size: 16px;
	line-height: 26px;
	padding: 40px 40px 15px 30px;
}

.blockbg .lesspadding p {
	font-size: 16px;
	line-height: 26px;
	padding: 0px 40px 0px 30px;
}

.blockbg .lesspadding p strong {
	font-size: 26px;
	line-height: 29px;
	letter-spacing: -1px;
}

.wpb_text_column.wpb_content_element.lesspadding {
	margin-bottom: 5px !important;
}

.megafont p {
	font-size: 88px;
	font-weight: 200;
	letter-spacing: -5px;
	padding: 10px 40px 15px 30px;
	line-height: 0.8;
}

.page .whitefont h1 {
	color: #fff;
	font-weight: 200;
	font-size: 66px;
}

.fs16 {
	font-size: 16px;
}

.pictoline img {
	max-width: 130px !important;
	padding-top: 30px;
}

.pictoline h3 {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.pr15 {
	padding-right: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.mh500 {
	min-height: 500px !important;
}

.mh400 {
	min-height: 400px !important;
}

.forcemargin15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.noborder .vc_column-inner {
	border: 0px solid #000;
	padding: 15px 100px 0px 15px !important;
}

.linechiffre p {
	color: #fff;
	line-height: 0.9;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
}

.fatchiffre {
	font-size: 160px;
	font-weight: 900;
	letter-spacing: -8px;
}

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

.fs44bl {
	font-size: 44px;
	font-weight: 900;
	color: #007EC5;
	line-height: 1.1;
}

.page-id-69 .morepadding {
	padding: 0 15px !important;
}

.page-id-69 .morepadding .vc_column-inner {
	padding: 60px 45px !important;
}

.page-id-69 .wpb_content_element ul {
	list-style: none;
}

.page-id-69 .wpb_content_element ul li {
	position: relative;
	padding: 12px 0;
}

.page-id-69 .wpb_content_element ul li::before {
	background-image: url('images/bullet.png');
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	left: -19px;
	top: 18px;
}

#colophon {
	padding-top: 60px;
}

#colophon .vc_single_image-img.attachment-full {
	max-width: 80px;
}

#colophon p,
#colophon a {
	color: #000;
	text-decoration: none;
	font-size:12px;
	line-height: 1.2;
  	margin-bottom: 1.1em;
}

#colophon .footerlink p,
#colophon .footerlink a {
	color: #000;
	text-decoration: none;
	font-size:10px;
	line-height: 1.2;
  	margin-bottom: 1.1em;
}

#colophon .col1 p {
	font-weight: 200;
}

#colophon .font14 p,
#colophon .font14 a {
	font-size: 14px !important;
}

#colophon .btop {
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
}

#colophon .nomargbot {
	margin-bottom: 0px !important;
}

.footerlink {
	text-align: center;
	padding-top: 40px;
	font-size: 10px;;
}

.showsmall {
	display: none;
}


.distinctifgroup img {
	width: 150px !important;
	  max-width: 150px !important;
}

.pictoline.pourquoi p {
	color: #fff;
	font-size: 16px;
}

.pictoline.pourquoi h3 {
	min-height: 48px;
}

.block3emploi img {
	max-width: 120px !important;
	margin-top: 50px;
}

.block3emploi h3 {
	color: #fff;
}

.block3emploi p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 80px !important;
}

.block3emploi p a {
	color: #007EC5
}


/* Pages Solutions
--------------------------------------------- */

.titrerubrique p,
.titrerubrique h1 {
	color: #2B4B99;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.titrerubrique {
	margin-bottom: 15px !important;
}

.single-solution h1 {
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	margin-top: 0px;
}

.single-solution h2 {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -3px;
	margin-top: 0px;
	font-weight: 500;
}

.benefices h3,
.exemples h3,
.caracteristiques h3 {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0px;
	margin-top: 0px;
	font-weight: 700;
	margin-bottom: 20px;
}

.introsolution p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px !important;
	color: #000;
}

.width85 > .vc_column-inner {
	padding-right: 15% !important;
}

.width80 > .wpb_wrapper {
	width: 80% !important;
	margin-left: 10% !important;
}

.introdiv .wpb_single_image.rounded img {
	border-radius: 25px;
}

.objectifs .vc_row {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	background: #F4F5F7;
	font-size: 18px;
	padding: 30px 20px 10px;
}

.objectifs.vc_column-gap-20 {
  margin-left: 0px;
  margin-right: 0px;
}

.objectifs .wpb_content_element {
	margin-bottom: 30px !important;
}

.benefices,
.exemples,
.caracteristiques {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	padding: 30px 30px 30px 90px;
}

.benefices {
	background-image: url(images/benefices.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 20px 15px;
}

.exemples {
	background-image: url(images/exemples.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 20px 15px;
}

.caracteristiques {
	background-image: url(images/caracteristiques.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 20px 15px;
}

.benefices p,
.exemples p,
.caracteristiques p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
}

.benefices ul,
.exemples ul,
.caracteristiques ul
.type-produit-info ul
.introsecteur ul,
.article-content ul {
	margin-left: 0px;
	padding-left: 12px;
	list-style: none;
}

.article-content ul {
	margin-left: 40px;
}

.benefices li,
.exemples li,
.caracteristiques li,
.type-produit-info li,
.introsecteur li,
.article-content li {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	position: relative;
	padding: 12px 0;
}
.type-produit-info li,
.introsecteur li {
	font-size: 14px;
	margin-bottom: 0;
	padding: 12px 0 0;
}
.article-content li {
	font-size: 18px;
	margin-bottom: 0;
	padding: 12px 0 0;
}

.benefices li::before,
.exemples li::before,
.caracteristiques li::before,
.article-content li::before {
	background-image: url('images/square.png');
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	left: -19px;
	top: 18px;
}

.type-produit-info li::before,
.introsecteur li::before, {
	background-image: url('images/square.png');
	background-size: 9px 9px;
	width: 9px;
	height: 9px;
	content: "";
	position: absolute;
	left: -14px;
	top: 18px;
}

.blocviolet {
    background-color: #2F2A67;
    border-radius: 25px;
    color:#fff;
    padding: 30px;
      margin: 0 !important;
}

.blocviolet .wpb_text_column {
    width:90% !important;
}

.blocviolet .vc_column-inner > img {
    padding:0 !important
}

.blocviolet .vc_column-inner:has(.wpb_single_image) {
    padding:0 !important;
    text-align:right;
}

.blocviolet .vc_column-inner img {
    border-radius: 25px;
    color:#fff;
}

.blocviolet .wpb_single_image {
    margin-bottom: 0px !important;
}

.blocviolet p,
.blocviolet h2,
.blocviolet h3,
.blocviolet a,
.blocviolet li {
    color: #fff !important;
}



.benefices strong,
.exemples strong,
.caracteristiques strong,
.article-content li strong {
	font-size: 18px;
	color: #4A5EA6;
	font-weight: 700;
}

.htmegavc-lightbox {
	position: relative;
	margin-top: 0px !important;
	border-radius: 25px;
	min-height: 480px;
	margin-bottom: 50px;
}

.htmegavc-lightboxthumb {
	min-height: 480px;
}

.htmegavc-lightboxthumb img {
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	width: 101px;
	height: 117px;
	top: 50%;
}

.htmegavc-lightbox .htmegavc-lightbox-action a {
	border-radius: 0;
	height: 100%;
	width: 100%;
}

.htmegavc-lightbox .htmegavc-lightbox-action::before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 25px;
}

.accroche p {
	font-weight: 700;
	font-size: 18px;
}

.sidemenuanchor a {
	display: block;
	width: 80%;
	margin-left: 10%;
	border: 1px solid #4A5EA6;
	color: #4A5EA6;
	border-radius: 5px;
	height: 26px;
	line-height: 24px;
	padding-left: 30px;
	font-size: 18px;
	transition: all 0.3s ease;
}

.sidemenuanchor a:hover,
.sidemenuanchor a.active {
	border: 1px solid #4A5EA6;
	color: #fff;
	background: #4A5EA6;
}

.sidemenuanchor p {
	margin-bottom: 8px;
}


/* Etude de cas
--------------------------------------------- */

.keypoints .vc_row {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	background: #2F2A67;
	color: #fff;
	font-size: 14px;
	padding: 30px 20px 10px;
}

.keypoints.secteur .vc_row {
	background: #F4F5F7;
	color: #000;
	font-size: 16px;
}

.keypoints .wpb_content_element {
	margin-bottom: 30px !important;
}

.keypoints.secteur.focus ul {
    margin-left: 10px;
            padding-left: 12px;
            list-style: none;
        }
        
        .keypoints.secteur.focus li {
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 300;
            position: relative;
            padding: 0;
        }
        
        .keypoints.secteur.focus li::before {
            background-image: url('images/square.png');
            background-size: 12px 12px;
            width: 12px;
            height: 12px;
            content: "";
            position: absolute;
            left: -20px;
            top: 7px;
        }
.keypoints.secteur.focus strong {
	font-size: 18px;
	color: #4A5EA6;
	font-weight: 600;
}

.marque p {
	color: #4A5EA6;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	margin-top: 0px;
	font-weight: 500;
}

.marque {
	margin-bottom: 5px !important;
}

.title p {
	font-weight: 700;
	font-size: 18px;
}

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

.keypoints.secteur .title p {
	font-weight: 700;
	color:#4A5EA6 !important;
	margin-top: 10px;
}

.keypoints.secteur .title {
	margin-bottom: 15px !important;
}

.single-etude-de-cas h1 {
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	margin-top: 0px;
}

.single-etude-de-cas h2 {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -3px;
	margin-top: 0px;
	font-weight: 500;
}

.faq h2 {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -1px;
	margin-top: 0px;
	font-weight: 500;
	text-align: center !important;
  	margin-bottom: 40px;
  	font-size: 30px !important;
}

.titleh3 {
	background: #2F2A67;
	height: 77px;
	padding-left: 80px;
	border-radius: 25px;
	margin-top: 60px;
}

.titleh3 h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 77px;
}

.titleh3.insight {
	background: #2F2A67 url('images/insight.png') no-repeat 20px center;
	background-size: 48px;
}

.titleh3.misenplace {
	background: #2F2A67 url('images/misenplace.png') no-repeat 20px center;
	background-size: 48px;
}

.titleh3.solutions {
	background: #2F2A67 url('images/solutions.png') no-repeat 20px center;
	background-size: 48px;
}

.titleh3.ilsenparlent {
	background: #2F2A67 url('images/ilsenparlent.png') no-repeat 20px center;
	background-size: 48px;
}

.titleh3.deploiement {
	background: #2F2A67 url('images/deploiement.png') no-repeat 20px center;
	background-size: 48px;
}

.titleh3.resultats {
	background: #2F2A67 url('images/resultats.png') no-repeat 20px center;
	background-size: 48px;
}

.titleh3.chiffres {
	background: #2F2A67 url('images/chiffres.png') no-repeat 20px center;
	background-size: 48px;
}

.titleh3.collaboration {
	background: #2F2A67 url('images/collaboration.png') no-repeat 20px center;
	background-size: 48px;
}

.contentetude .vc_col-sm-8 p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px !important;
}

.contentetude .vc_col-sm-8 .bigger p {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
}

.contentetude .vc_col-sm-8 .bigger {
	margin-bottom: 20px;
}

.contentetude .vc_col-sm-8 ul {
	margin-left: 60px;
	padding-left: 12px;
	list-style: none;
}

.contentetude .vc_col-sm-8 li {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	position: relative;
	padding: 5px 0;
}

.contentetude .vc_col-sm-8 p strong {
	font-weight: 700;
}

.contentetude .vc_col-sm-8 li strong {
	font-weight: 700;
	color: #4A5EA6;
}

.contentetude .vc_col-sm-8 li::before {
	background-image: url('images/square.png');
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	left: -19px;
	top: 12px;
}



.contentetude .chiffres p {
	font-size: 18px !important;
	line-height: 1;
}

.contentetude .chiffres p strong {
	color: #4A5EA6;
	font-weight: 700;
}

.contentetude .figures {
	margin-bottom: 5px !important;
}

.contentetude .figures p {
	color: #4A5EA6;
	font-weight: 900;
	font-size: 60px !important;
	margin-bottom: 0px !important;
	line-height: 1;
}

.contentetude blockquote {
	width: 100%;
	position: relative;
	padding: 30px 100px;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 20px 0 0 0;
}

/* Guillemet d'ouverture - en haut à gauche */
.contentetude blockquote::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 50px;
	width: 30px;
	height: 30px;
	background-image: url('images/quotebefore.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Guillemet de fermeture - en bas à droite */
.contentetude blockquote::after {
	content: '';
	position: absolute;
	bottom: 30px;
	right: 50px;
	width: 30px;
	height: 30px;
	background-image: url('images/quoteafter.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bgbrand {
	position: relative;
}

.bgbrand .wpb_single_image {
	position: relative;
}

.bgbrand .vc_single_image-wrapper {
	position: relative;
}

/* Overlay coloré en mode produit (multiply) */
.bgbrand .vc_single_image-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2B4B99;
	opacity: 0.5;
	mix-blend-mode: multiply;
	pointer-events: none;
	z-index: 1;
	border-radius: 25px;
	/* Si vous avez des coins arrondis */
}

/* Logo de l'enseigne par-dessus */
.bgbrand .vc_single_image-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	background-image: var(--logo-enseigne-url);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	pointer-events: none;
	filter: drop-shadow(0 3px 6px #2F2A67);
}

.keypoints.vc_row-o-equal-height,
.objectifs.vc_row-o-equal-height {
	display: flex !important;
	align-items: stretch !important;
}

.keypoints .wpb_column,
.objectifs .wpb_column {
	display: flex !important;
	flex-direction: column !important;
}

.keypoints .vc_column-inner,
.objectifs .vc_column-inner {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 !important;
	height: 100% !important;
}

.keypoints .wpb_wrapper,
.objectifs .wpb_wrapper {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 !important;
	height: 100% !important;
}

/* Forcer la row interne à prendre toute la hauteur */
.keypoints .vc_inner,
.objectifs .vc_inner {
	flex: 1 !important;
	display: flex !important;
	height: 100% !important;
}

/* Ajustements pour que le contenu soit bien distribué */
.keypoints .vc_col-sm-3,
.objectifs .vc_col-sm-3 {
	flex-shrink: 0;
}

.keypoints .vc_col-sm-9,
.objectifs .vc_col-sm-9 {
	flex: 1;
	display: flex;
	flex-direction: column;
}



.two-column-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Sur desktop (> 767px), afficher en 2 colonnes */
@media (min-width: 768px) {
	.two-column-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 40px;
		/* 20px vertical, 40px horizontal */
		column-gap: 40px;
	}

	.secteurlink .two-column-list {
		gap: 7px 40px;
	}
}

/* Style des items de liste */

.two-column-list li {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.6;
	padding-left: 30px;
	break-inside: avoid;
	/* Évite de couper un item entre 2 colonnes */
}

/* Le carré bleu avant chaque item */
.two-column-list li::before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #4A5EA6;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0.65em;
}

.secteurlink .two-column-list li::before {
	content: '';
	width: 0px;
	height: 0px;
	background-color: transparent;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 0.65em;
}

.secteurlink li {
  margin-bottom:0px;
}

.secteurlink a {
  border: 1px solid #4A5EA6;
  display: block;
  padding: 1px 25px;
  border-radius: 5px;
  color: #4A5EA6;
  font-size: 16px;
  font-weight: 300;
}

.vc_do_toggle {
	border-top: 1px solid #000;
	padding-top: 20px;
	max-width: 1000px;
	margin: 20px auto;
}

.single .vc_toggle_title h4,
.page .vc_toggle_title h4 {
	width: calc(100% - 30px) !important;
	display: inline-block;
	font-weight: 400;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	height: 3px !important;
	margin-left: 10px !important;
	width: 15px !important;
	position: inherit !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	height: 15px !important;
	width: 3px !important;
}

.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_default .vc_toggle_icon::after {
	border: 1px solid #000 !important;
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
	background: #000 !important;
}

.vc_toggle_default .vc_toggle_icon {
	background: #000 !important;
	border: 1px solid #000 !important;
	box-sizing: border-box;
	transform: translateY(-50%);
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	padding-left: 0px !important;
}

.formulaire {
	background: #F4F5F7;
	border-radius: 25px;
	padding: 40px 20px;
}

.questionform p {
	color: #4A5EA6;
	font-size: 30px;
	line-height: 1.2;
	margin-left: 30px;
	font-weight: 400;
}

.wpcf7-form-control .col-6 {
	width: 90%;
}

.wpcf7-form-control .col-12 {
	width: 100%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
	float: left;
}


/* CF7 Champs obligatoires */

input[type="text"],
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"] {
	color: #666;
	border: 0px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	max-width: calc(100% - 10px);
	display: block;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
	min-height: 38px;
}

input[type="email"],
textarea {
	color: #666;
	border: 0px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: calc(100% - 10px);
	display: block;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
	min-height: 38px;
}

label {
	display: inherit;
}

input[type="submit"] {
	border: 1px solid;
	border-color: #009DFF;
	border-radius: 3px;
	background: #009DFF;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
}

/* Ligne 4 blocs gris carrés
--------------------------------------------- */

	.greyblock > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
		background: #F4F5F7;
		border-radius: 25px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		aspect-ratio: 1 / 1	;
	}

	.greyblock .wpb_single_image {
		margin-bottom: 15px !important;
	}

	.greyblock figure img {
		max-width: 80px !important;
		margin-top: 50px;
	}

	.greyblock .titleblue {
		margin-bottom: 10px !important;
	}

	.greyblock .titleblue p {
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 300;
		color: #4A5EA6;
	}

	.greyblock .details {
		width: 80%;
		margin-left: 10%;
	}

	.greyblock .details p {
		font-size: 18px;
		margin-bottom: 0px !important;
	}

	.introsecu {
		width: 80%;
		margin-left: 10%;
		margin-bottom: 60px !important;
	}

	.introsecu p {
		font-size: 18px;
	}

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

	/* Header fix
--------------------------------------------- */

header {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1000;
}

/* Header fixé après 130px de scroll */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.4s ease-out;
}

/* Animation de descente */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Optionnel : réduire la taille du header en mode sticky */
header.sticky .site-branding img {
    max-height: 50px; /* Ajustez selon vos besoins */
    transition: max-height 0.3s ease;
}

/* Compensation pour éviter le saut de contenu */
body.header-sticky {
    padding-top: 0;
}

/* Ajoutez un padding-top dynamique si nécessaire */
body.header-sticky::before {
    content: '';
    display: block;
    height: var(--header-height, 80px);
}


/* Boutons Solutions
--------------------------------------------- */

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white {
	color: #009DFF;
	font-size: 18px;
	font-weight: 500;
	background: #fff;
	border: 1px solid #009DFF;
	border-radius: 5px;
	width: 100% !important;
	text-transform: uppercase;
	max-width: 450px;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary,
.wp-block-button__link.wp-element-button {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #009DFF;
	border: 1px solid #009DFF;
	border-radius: 5px;
	width: 100% !important;
	text-transform: uppercase;
	max-width: 450px;
    text-decoration: none;
}

.download .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary {
	position: relative;
	padding-left: 40px;
	padding: 14px 0px 14px 20px;
}

.download .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	background-image: url('images/download.png');
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: center;
	max-width: 450px;
}

.vc_btn3-container.vc_btn3-inline {
	width: 100%;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	background: #fff;
	border-color: #4A5EA6;
	height: 30px;
	padding: 0 25px;
	color: #4A5EA6;
	font-size: 14px;
	border-radius: 5px;
	line-height: 30px;
}

.header-buttons {
  width: 450px !important;
  gap: 10px;
  right: 0;
  position: absolute;
  display: flex;
}

.header-buttons .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white {
	color: #009DFF;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	border: 1px solid #009DFF;
	border-radius: 5px;
	width: 100% !important;
	text-transform: uppercase;
	max-width: 250px;
	padding: 0px 5px;
	line-height: 33px;
	height: 35px;
}

.header-buttons .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #009DFF;
	border: 1px solid #009DFF;
	border-radius: 5px;
	width: 100% !important;
	text-transform: uppercase;
	max-width: 250px;
	padding: 0px 5px;
	line-height: 33px;
	height: 35px;
}


/* Article
--------------------------------------------- */

.introarticle {
		font-size:20px !important; 
		font-weight:600 !important;
		line-height:1.4;
	}

/* Boutons de partage */
.article-share-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 10px;
}

.share-label {
    font-size: 14px;
    color: #4A5EA6;
    font-weight: 400;
}

.share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: transparent;
	color: #4A5EA6;
	text-decoration: none;
	transition: all 0.3s ease;
}

.share-btn:hover {
	background: #4A5EA6;
	color: #fff !important;
    transform: translateY(-2px);
}

.share-linkedin:hover {
    background: #0077b5;
    color: #fff !important;
}

.share-facebook:hover {
    background: #1877f2;
    color: #fff !important;
}

.share-twitter:hover {
    background: #000000;
    color: #fff !important;
}

.share-email:hover {
    background: #4A5EA6;
    color: #fff !important;
}

.share-btn svg {
    width: 20px;
    height: 20px;
}

article.type-post {
    padding-top:40px;
}

/* En-tête de l'article */
.article-header-section {
    padding: 0px 0 40px;
    align-items: stretch;
}

.article-header-section .col-md-6 {
    display: flex;
    flex-direction: column;
}

.titrerubrique p {
  margin-bottom: 10px;
}
.article-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #000000;
	letter-spacing:-2px;
    margin-left: 0 !important;
}

.article-meta {
    font-size: 14px;
    color: #B5B5B5;
    margin-bottom: 15px;
}

.article-category a {
    color: #B5B5B5;
    text-decoration: none;
}

.article-category a:hover {
    color: #4A5EA6;
}

.article-tags {
    margin-bottom: 15px;
}

.article-tag {
    display: inline-block;
    color: #4A5EA6;
    text-decoration: none;
    font-size: 14px;
    margin-right: 8px;
	font-weight:300;
    transition: color 0.3s ease;
}

.article-tag:hover {
    color: #2a2a5a;
}

.article-reading-time {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #000;
	font-weight:300;
}

.article-reading-time svg {
    width: 18px;
    height: 18px;
}

.article-featured-image {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
    flex: 1;
}

.article-featured-image img {
    border-radius: 25px;
	width: 100%;
    height: auto;
}

/* Section contenu */
.article-content-section {
    padding: 40px 0 80px;
}

/* Sommaire */
.article-toc-wrapper {
    position: sticky;
    top: 100px;
}

.article-toc-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.article-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-toc-item {
    margin-bottom: 12px;
}

.article-toc-item a {
    display: block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #4A5EA6;
    border-radius: 5px;
    color: #4A5EA6;
    text-decoration: none;
    font-size: 14px;
	width:calc(100% - 30px);
	margin-left:30px;
    transition: all 0.3s ease;
}

.article-toc-item a:hover,
.article-toc-item a.active {
    background: #4A5EA6;
    color: white;
    border-color: #4A5EA6;
}

/* Contenu de l'article */
.article-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.article-content h2 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin-top: 60px;
	padding-top: 20px;
	border-top:1px solid #4A5EA6;
    margin-bottom: 20px;
	letter-spacing: -1px;
    scroll-margin-top: 100px; /* Pour le scroll avec ancre */
}

.article-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 35px;
    margin-bottom: 15px;
}

.article-content p {
    margin-bottom: 20px;
	font-size:18px;
	line-height:24px;
	font-weight:300;
}

.article-content p:has(+ ul) {
    margin-bottom: 10px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    margin: 0;
}

.article-content strong,
.article-content b {
    font-weight: 700;
    color: #000;
}

.article-content a {
    color: #4A5EA6;
    text-decoration: underline;
}

.article-content a:hover {
    color: #374a8dff;
}

/* Responsive */
@media (max-width: 768px) {
    .article-header-section {
        padding: 30px 0 20px;
    }
    
    .article-title {
        font-size: 28px;
    }
    
    .article-toc-wrapper {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
    
    .article-content h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    
    .article-content {
        font-size: 16px;
    }
}


/* Block Hover Reveal
--------------------------------------------- */

		.bloc-hover-reveal {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
            min-height: 450px;
        }
        
        /* État Normal */
        .bloc-normal {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 1;
            visibility: visible;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 2;
        }
        
        .bloc-hover-reveal:hover .bloc-normal {
            width: 50%;
            opacity: 1;
            visibility: visible;
        }
        
        .bloc-hover-reveal:hover .bloc-normal .bloc-btn {
            opacity: 0;
            visibility: hidden;
        }
        
        .bloc-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
        }
        
        .bloc-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 60px;
            width: 50%;
            left: 50%;
            transition: all 0.6s ease;
        }
        
        .bloc-hover-reveal:hover .bloc-content {
            width: 100%;
            left: 0%;
        }
        
        .bloc-content.align-left {
            text-align: left;
            align-items: flex-start;
        }
        
        .bloc-content.align-right {
            text-align: right;
            align-items: flex-end;
        }
        
        .bloc-content.align-center {
            text-align: center;
            align-items: center;
        }
        
        .bloc-hover-reveal:hover .bloc-content.alignhover-left {
            align-items: flex-start;
            text-align: left !important;
        }
        
        .bloc-hover-reveal:hover .bloc-content.alignhover-right {
            align-items: flex-end;
            text-align: right !important;
        }
        
        .bloc-hover-reveal:hover .bloc-content.alignhover-center {
            align-items: center;
            text-align: center;
        }
        
        .bloc-surtitle {
            display: block;
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 15px;
        }
        
        .bloc-titre {
            font-size: 48px;
            font-weight: 500;
            color: white;
            margin: 0 0 30px;
            line-height: 1.1;
            max-width: 450px;
            text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        }
        
        .bloc-btn {
            display: inline-block;
            padding: 7px 22px;
            color: white;
            border: 1px solid white;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 400;
            font-size: 15px;
            transition: all 0.3s ease;
            background: #2F2A67;
			float: right;
        }
        
        .bloc-btn:hover {
            background: white;
            color: #3d4373;
            transform: translateY(-2px);
        }
        
        /* État Hover */
        .bloc-hover {
            position: absolute;
            top: 0;
            left: 100%;
            width: 0px;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.6s ease, visibility 0.6s ease;
            z-index: 3;
        }
        
        .bloc-hover-reveal:hover .bloc-hover {
            opacity: 1;
            visibility: visible;
            left: 50%;
            width: 50%;
        }
        
        .bloc-hover-content {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 30px;
            padding: 60px;
        }
        
        .bloc-hover-droite {
            color: white;
        }
        
        .bloc-description {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.3;
        }
        
        .bloc-description p {
            margin: 0 0 15px;
        }
        
        .bloc-description strong {
            font-weight: 700;
        }
        
        .bloc-description ul {
            margin-left: 60px;
            padding-left: 12px;
            list-style: none;
        }
        
        .bloc-description li {
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 300;
            position: relative;
            padding: 0;
        }
        
        .bloc-description li::before {
            background-image: url('images/square.png');
            background-size: 12px 12px;
            width: 12px;
            height: 12px;
            content: "";
            position: absolute;
            left: -20px;
            top: 7px;
        }
        
        /* Responsive */
        @media (max-width: 968px) {
            .bloc-content {
                padding: 40px;
            }
            
            .bloc-titre {
                font-size: 36px;
            }
            
            .bloc-hover-reveal:hover .bloc-normal {
                width: 0%;
                height: 0%;
            }
            
            .bloc-hover {
                left: 0;
                top: 0%;
                width: 100%;
                height: 100%;
            }
            
            .bloc-hover-content {
                gap: 20px;
                padding: 40px;
            }
            .bloc-hover-reveal:hover .bloc-hover {
                opacity: 1;
                visibility: visible;
                left: 0% !important;
                width: 100% !important;
            }
        }
        
        @media (max-width: 640px) {
            .bloc-content {
                padding: 30px;
            }
            
            .bloc-titre {
                font-size: 28px;
            }
            
            .bloc-hover-content {
                padding: 30px;
            }
        }

/* Blocs logos clients
--------------------------------------------- */

.logos-clients-section {
            text-align: center;
            padding: 0px;
            background: #fff;
        }
        
        .logos-clients-titre {
            font-size: 24px;
            font-weight: 400;
            color: #333;
            margin: 0 0 40px;
            letter-spacing: 0.3px;
        }
        
        .logos-clients-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px;
            max-width: 1400px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        
        .logo-client-item {
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80px;
			min-width: 200px;
        }
        
        .logo-client-img {
            max-width: 200px;
            max-height: 80px;
            width: auto;
            height: auto;
            object-fit: contain;
            filter: grayscale(0%);
            opacity: 0.85;
            transition: all 0.3s ease;
        }
        
        .logo-client-img:hover {
            opacity: 1;
            filter: grayscale(0%);
            transform: scale(1.05);
        }
        
        /* Responsive */
        @media (max-width: 968px) {
            .logos-clients-container {
                gap: 40px;
            }
            
            .logo-client-item {
                height: 60px;
            }
            
            .logo-client-img {
                max-width: 150px;
                max-height: 60px;
            }
        }
        
        @media (max-width: 640px) {
            .logos-clients-section {
                padding: 40px 20px;
            }
            
            .logos-clients-titre {
                font-size: 20px;
                margin-bottom: 30px;
            }
            
            .logos-clients-container {
                gap: 30px;
                flex-direction: column;
            }
            
            .logo-client-item {
                height: 50px;
            }
            
            .logo-client-img {
                max-width: 180px;
                max-height: 50px;
            }
        }

/* Mots clés animés 
--------------------------------------------- */

.mots-dynamiques-wrapper {
            display: inline-block;
            position: relative;
        }
        
        .mot-dynamique {
            display: inline-block;
            position: relative;
            font-weight: 700;
            min-width: 1em;
        }
        
        .mot-item {
            position: absolute;
            top: 0;
            left: 0;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
        }
        
        .mot-item.active {
            position: relative;
            opacity: 1;
            visibility: visible;
        }
        
        /* Animation Fade */
        .mots-dynamiques-wrapper[data-animation="fade"] .mot-item {
            transition: opacity 0.5s ease-in-out;
        }
        
        /* Animation Slide Up */
        .mots-dynamiques-wrapper[data-animation="slide-up"] .mot-item {
            transform: translateY(20px);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .mots-dynamiques-wrapper[data-animation="slide-up"] .mot-item.active {
            transform: translateY(0);
        }
        
        .mots-dynamiques-wrapper[data-animation="slide-up"] .mot-item.leaving {
            transform: translateY(-20px);
        }
        
        /* Animation Slide Down */
        .mots-dynamiques-wrapper[data-animation="slide-down"] .mot-item {
            transform: translateY(-20px);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .mots-dynamiques-wrapper[data-animation="slide-down"] .mot-item.active {
            transform: translateY(0);
        }
        
        .mots-dynamiques-wrapper[data-animation="slide-down"] .mot-item.leaving {
            transform: translateY(20px);
        }
        
        /* Animation Zoom */
        .mots-dynamiques-wrapper[data-animation="zoom"] .mot-item {
            transform: scale(0.8);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .mots-dynamiques-wrapper[data-animation="zoom"] .mot-item.active {
            transform: scale(1);
        }
        
        .mots-dynamiques-wrapper[data-animation="zoom"] .mot-item.leaving {
            transform: scale(1.2);
        }

/* Slides dynamiques
--------------------------------------------- */

.slides-dynamiques-wrapper {
            display: flex;
            gap: 0;
            max-width: 1400px;
            margin: 40px auto;
            background: #fff;
            border-radius: 25px;
            overflow: hidden;
			padding: 10px;
        }
        
        /* Onglets à gauche */
        .slides-onglets {
            width: 320px;
            background: #fff;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        
        .slide-onglet {
			padding: 20px 30px;
			cursor: pointer;
			transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
			display: flex;
			align-items: center;
			gap: 15px;
			position: relative;
			background: transparent;
			box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
			border-radius: 15px 0 0 15px;
			margin-bottom: 10px;
			margin-left: 5px;
		}
        
        .slide-onglet:hover {
            background: rgba(43, 75, 153, 0.05);
        }
        
        .slide-onglet.active {
            background: #fff;
            border-left-color: #2B4B99;
            box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
			z-index: 10;
        }
		.slide-onglet.active::after {
            content: '';
            position: absolute;
            top: 0;
            right: -10px;
            width: 15px;
            height: 100%;
            background: #fff;
            z-index: 11;
        }
        
        .onglet-icon {
            color: rgba(0,0,0,0.3);
            font-size: 20px;
            font-weight: 400;
            transform: translateX(-10px);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .slide-onglet:hover .onglet-icon,
        .slide-onglet.active .onglet-icon {
            color: rgba(0,0,0,1);
            transform: translateX(0);
        }
        
        .onglet-texte {
            color: rgba(0,0,0,0.3);
            font-size: 16px;
            font-weight: 400;
            transition: all 0.3s ease;
        }
        
        .slide-onglet:hover .onglet-texte,
        .slide-onglet.active .onglet-texte {
            color: rgba(0,0,0,1);
        }
        
        /* Container des slides */
        .slides-content-wrapper {
            flex: 1;
            position: relative;
            overflow: hidden;
            background: #fff;
			box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
			border-radius: 0 25px 25px 25px;
        }
        
        .slides-container {
            position: relative;
            height: 100%;
            min-height: 500px;
        }
        
        /* Slide individuelle */
        .slide-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                        visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            padding: 60px;
            gap: 60px;
        }
        
        .slide-item.active {
            opacity: 1;
            visibility: visible;
            position: relative;
        }
        
        .slide-content {
            flex: 1;
            max-width: 500px;
        }
        
        .slide-titre {
            font-size: 48px;
            font-weight: 400;
            color: #000;
            margin: 0 0 20px;
            line-height: 1.1;
            animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .slide-item.active .slide-titre {
            animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .slide-description {
            color: #555;
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 30px;
            animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s backwards;
        }
        
        .slide-item.active .slide-description {
            animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s backwards;
        }
        
        .slide-description a {
            color: #009DFF;
            text-decoration: underline;
        }
        
        .slide-btn {
			display: inline-block;
			padding: 6px 15px;
			background: transparent;
			color: #2B4B99;
			border: 1px solid #2B4B99;
			border-radius: 5px;
			text-decoration: none;
			font-weight: 400;
			font-size: 14px;
			transition: all 0.3s ease;
			animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
		}
        
        .slide-item.active .slide-btn {
            animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
        }
        
        .slide-btn:hover {
            background: #2B4B99;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(43, 75, 153, 0.3);
        }
        
        .slide-image {
            flex: 1;
            max-width: 500px;
            animation: slideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
        }
        
        .slide-item.active .slide-image {
            animation: slideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
        }
        
        .slide-image img {
            width: 100%;
            height: auto;
            border-radius: 25px;
        }
        
        /* Animations */
        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        /* Responsive */
        @media (max-width: 1200px) {
            .slide-item {
                padding: 40px;
                gap: 40px;
            }
            
            .slide-titre {
                font-size: 36px;
            }
        }
        
        @media (max-width: 968px) {
            .slides-dynamiques-wrapper {
                flex-direction: column;
            }
            
            .slides-onglets {
                width: 100%;
                flex-direction: row;
                overflow-x: auto;
                padding: 10px;
            }
            
            .slide-onglet {
                padding: 15px 20px;
                white-space: nowrap;
                border-left: none;
                border-bottom: 3px solid transparent;
            }
            
            .slide-onglet.active {
                border-left: none;
                border-bottom-color: #2B4B99;
            }
            
            .slide-item {
                flex-direction: column;
                padding: 30px;
                gap: 30px;
            }
            
            .slide-content,
            .slide-image {
                max-width: 100%;
            }
            
            .slide-titre {
                font-size: 32px;
            }
        }
        
        @media (max-width: 640px) {
            .slide-titre {
                font-size: 28px;
            }
            
            .slide-description {
                font-size: 15px;
            }
            
            .slide-item {
                padding: 20px;
            }
        }

/* Etudes de cas
--------------------------------------------- */

.etudes-cas-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 40px 0;
        }
        
        .etude-cas-card {
            position: relative;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            border-radius: 25px;
            cursor: pointer;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .etude-cas-card:hover {
            transform: translateY(-5px);
        }
        
        .etude-cas-card-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .etude-cas-card:hover .etude-cas-card-bg {
            transform: scale(1.08);
        }
        
        .etude-cas-card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #2B4B99;
            mix-blend-mode: multiply;
            opacity: 0.7;
            transition: opacity 0.4s ease;
        }
        
        .etude-cas-card:hover .etude-cas-card-overlay {
            opacity: 0.8;
        }
        
        .etude-cas-card-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 40px;
        }
        
        .etude-cas-card-logo {
            max-width: 180px;
            max-height: 70px;
            width: auto;
            height: auto;
            filter: brightness(0) invert(1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            margin-bottom: 0;
        }
        
        .etude-cas-card:hover .etude-cas-card-logo {
            transform: scale(1.05);
            margin-bottom: 20px;
        }
        
        .etude-cas-card-titre {
            color: white;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            margin: 0;
            text-transform: none;
            letter-spacing: 0.5px;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transform: translateY(10px);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .etude-cas-card:hover .etude-cas-card-titre {
            opacity: 1;
            max-height: 150px;
            transform: translateY(0);
            margin: 15px 0 25px;
        }
        
        .etude-cas-card-btn {
            display: inline-block;
			background: transparent;
			border-color: #fff;
			height: 30px;
			padding: 0 25px !important;
			color: #fff;
			font-size: 14px;
			border-radius: 5px;
			line-height: 30px;
			opacity: 0;
            transform: translateY(10px);
            max-height: 0;
            overflow: hidden;
            border-width: 0;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
        }
        
        .etude-cas-card:hover .etude-cas-card-btn {
            opacity: 1;
            transform: translateY(0);
            border-width: 1px;
			max-height: 30px;
			border-style: solid;
			color:#fff;
        }
        
        .etude-cas-card-btn:hover {
            opacity: 1;
            background-color: rgba(255, 255, 255, 0.7);
			border-color: rgba(255, 255, 255, 0.7);
            color: #2B4B99 !important;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
        }
        
        /* Responsive - 2 colonnes sur tablette */
        @media (max-width: 1024px) {
            .etudes-cas-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
        }
        
        /* Responsive - 1 colonne sur mobile */
        @media (max-width: 768px) {
            .etudes-cas-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            /* Sur mobile, afficher le contenu par défaut */
            .etude-cas-card-logo {
                margin-bottom: 20px;
            }
            
            .etude-cas-card-titre {
                opacity: 1;
                max-height: 150px;
                transform: translateY(0);
                margin: 15px 0 25px;
            }
            
            .etude-cas-card-btn {
                opacity: 1;
                transform: translateY(0);
                max-height: 50px;
                padding: 12px 30px;
                border-width: 2px;
            }
        }

/* Etudes de cas slideshow
--------------------------------------------- */

		.etudes-cas-slideshow {
            display: flex;
            gap: 20px;
            height: 500px;
            overflow: hidden;
            position: relative;
        }
        
        .etude-cas-item {
            position: relative;
            overflow: hidden;
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            width: 19%;
            border-radius: 25px;
        }
        
        .etude-cas-item.active {
            width: 39%;
        }
        
        .etude-cas-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .etude-cas-item:hover .etude-cas-bg,
        .etude-cas-item.active .etude-cas-bg {
            transform: scale(1.05);
        }
        
        .etude-cas-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #2B4B99;
            mix-blend-mode: multiply;
            opacity: 0.7;
        }
        
        .etude-cas-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 30px;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        /* État inactif : logo centré uniquement */
        .etude-cas-item:not(.active) .etude-cas-content {
            justify-content: center;
            align-items: center;
        }
        
        /* État actif : contenu aligné à gauche */
        .etude-cas-item.active .etude-cas-content {
            justify-content: center;
            align-items: flex-start;
            padding: 40px;
        }
        
        .etude-cas-logo {
            max-width: 200px;
            max-height: 80px;
            width: auto;
            height: auto;
            margin-bottom: 0;
            filter: brightness(0) invert(1);
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 1;
        }
        
        /* Logo dans l'état actif */
        .etude-cas-item.active .etude-cas-logo {
            margin-bottom: 20px;
            transform: scale(1);
        }
        
        .etude-cas-titre {
            color: white;
            font-size: 18px;
            font-weight: 600;
            text-align: left;
            margin: 15px 0 0;
            letter-spacing: 0.5px;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
            max-height: 0;
            overflow: hidden;
        }
        
        .etude-cas-item.active .etude-cas-titre {
            opacity: 1;
            transform: translateY(0);
            max-height: 200px;
        }
        
        .etude-cas-btn {
            position: absolute;
            bottom: 40px;
            right: 40px;
            display: inline-block;
            padding: 7px 20px;
            background-color: transparent;
            color: white;
            text-decoration: none;
            border: 1px solid white;
            border-radius: 5px;
            font-weight: 300;
            font-size: 14px;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
            opacity: 0;
            transform: translateY(20px);
        }
        
        .etude-cas-item.active .etude-cas-btn {
            opacity: 1;
            transform: translateY(0);
        }
        
        .etude-cas-btn:hover {
            background-color: white;
            color: #2B4B99;
            transform: translateY(-2px);
            box-shadow: 0 0px 10px rgba(255, 255, 255, 0.3);
        }
        
        /* Responsive */
        @media (max-width: 1024px) {
            .etudes-cas-slideshow {
                flex-wrap: wrap;
                height: auto;
                min-height: 500px;
            }
            
            .etude-cas-item {
                width: calc(50% - 7.5px);
                min-height: 250px;
            }
            
            .etude-cas-item.active {
                width: 100%;
            }
        }
        
        @media (max-width: 768px) {
            .etudes-cas-slideshow {
                flex-direction: column;
                height: auto;
                gap: 10px;
            }
            
            .etude-cas-item {
                width: 100%;
                min-height: 300px;
            }
            
            .etude-cas-item.active {
                width: 100%;
            }
            
            .etude-cas-btn {
                position: static;
                margin-top: 20px;
            }
            
            .etude-cas-item.active .etude-cas-content {
                align-items: center;
            }
            
            .etude-cas-titre {
                text-align: center;
            }
        }

/* Grille secteurs d'activité
--------------------------------------------- */

.secteurs-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
            justify-items: center;
        }
        
        /* Si un seul élément ou nombre impair, centrer */
        .secteurs-grid:has(.secteur-card:only-child) {
            grid-template-columns: 1fr;
            max-width: 400px;
        }
        
        .secteur-card {
            display: block;
            text-decoration: none;
            border-radius: 25px;
            overflow: hidden;
            position: relative;
            aspect-ratio: 1;
            width: 100%;
            max-width: 450px;
			box-shadow: 0 0 10px rgba(0,0,0,0.15);
        }
        
        .secteur-image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
            transition: transform 0.4s ease;
        }
        
        .secteur-card:hover .secteur-image {
            transform: scale(1.05) translateY(-10%);
        }
        
        .secteur-no-image {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .secteur-overlay {
            position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #2B4B99;
			opacity: 0.15;
			mix-blend-mode: multiply;
			display: flex;
			align-items: flex-end;
			padding: 30px;
			transition: background 0.3s ease;
        }
        
        .secteur-content {
            text-align: center;
            width: 100%;
            position: relative;
            transition: transform 0.4s ease;
			top: 46%;
        }
        
        .secteur-card:hover .secteur-content {
            transform: translateY(-25%);
        }
        
        .secteur-title {
            color: #ffffff;
            font-size: 28px;
            font-weight: 600;
            text-align: center;
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            z-index: 2;
			font-size: 30px;
  			font-weight: 400;
        }
        
        .secteur-info {
            color: #333333;
            font-size: 16px;
            line-height: 1.5;
            margin: 15px 0 0 0;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 35%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px 30px;
            opacity: 0;
            transition: opacity 0.4s ease 0.1s;
            z-index: 3;
			text-align: center;
        }
        
        .secteur-card:hover .secteur-info {
            opacity: 1;
        }
        
        /* Panneau blanc qui apparaît en bas */
        .secteur-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0;
            background: #ffffff;
            transition: height 0.4s ease;
            z-index: 1;
            border-radius: 0 0 25px 25px;
        }
        
        .secteur-card:hover::after {
            height: 35%;
        }
        
        /* Container pour les infos qui apparaissent - SUPPRIMÉ car on utilise maintenant un vrai élément HTML */
        
        /* Responsive */
        @media (max-width: 991px) {
            .secteurs-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
            
            .secteur-title {
                font-size: 24px;
            }
            
            .secteur-card::before {
                font-size: 14px;
            }
        }
        
        @media (max-width: 767px) {
            .secteurs-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .secteur-title {
                font-size: 26px;
            }
            
            .secteur-card::before {
                font-size: 15px;
            }
        }

/* Grille solutions
--------------------------------------------- */

.solutions-secteur-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin: 40px 0;
        }
        
        .solutions-secteur-grid[data-colonnes="2"] {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .solutions-secteur-grid[data-colonnes="4"] {
            grid-template-columns: repeat(4, 1fr);
        }
        
        .solution-card {
            position: relative;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #fff;
			aspect-ratio: 1 / 1;
        }
        
        .solution-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        }
        
        .solution-card-link {
            display: block;
            text-decoration: none;
            color: inherit;
        }
        
        .solution-card-image {
            position: relative;
            width: 100%;
            height: 260px;
            background-size: cover;
            background-position: center;
            background-color: #f5f5f5;
        }
        
        .solution-card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        }
        
        .solution-card-content {
            padding: 15px 25px;
            text-align: center;
            background: #fff;
        }
        
        .solution-card-title {
            font-size: 18px;
            font-weight: 100;
            color: #000;
            margin: 0 0 5px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .solution-card-subtitle {
            font-size: 18px;
			font-weight: 600;
            color: #000;
            line-height: 1.5;
            margin: 0 0 20px;
            min-height: 45px;
        }
        
        .solution-card-btn {
            display: inline-block;
            padding: 7px 20px;
            background: transparent;
            color: #4A5EA6;
            border: 1px solid #4A5EA6;
            border-radius: 6px;
            font-weight: 400;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .solution-card:hover .solution-card-btn {
            background: #4A5EA6;
            color: white;
        }
        
        /* Responsive */
        @media (max-width: 1024px) {
            .solutions-secteur-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            
            .solutions-secteur-grid[data-colonnes="4"] {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .solutions-secteur-grid,
            .solutions-secteur-grid[data-colonnes="2"],
            .solutions-secteur-grid[data-colonnes="4"] {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .solution-card-image {
                height: 220px;
            }
            
            .solution-card-content {
                padding: 25px 20px;
            }
            
            .solution-card-title {
                font-size: 18px;
            }
            
            .solution-card-subtitle {
                font-size: 14px;
                min-height: auto;
            }
        }

/* Diapo secteur carrousel
--------------------------------------------- */

.secteurs-carousel-wrapper {
            max-width: 1400px;
            margin: 60px auto;
            padding: 0px;
        }
        
        .secteurs-carousel {
            overflow: hidden;
            position: relative;
			padding: 10px 0;
        }
        
        .secteurs-carousel-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            gap: 20px;
        }
        
        .secteur-carousel-item {
            flex: 0 0 calc(33.333% - 14px);
            min-width: calc(33.333% - 14px);
        }
        
        /* Item d'introduction (fond bleu) */
        .intro-item {
            display: flex;
            align-items: stretch;
        }
        
        .secteur-intro-card {
            background: #2F2A67;
            border-radius: 25px;
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            min-height: 400px;
        }
        
        .secteur-intro-surtitle {
			font-size: 18px;
			font-weight: 100;
			letter-spacing: -1px;
			text-transform: uppercase;
			color: white;
			margin-bottom: 10px;
			display: block;
			text-align: center;
			width: 100%;
			}
        
       	.secteur-intro-titre {
			font-size: 30px;
			font-weight: 400;
			color: white;
			margin: 0 0 40px;
			line-height: 1.2;
			text-align: center;
			letter-spacing: -2px;
			}
        
        .secteur-intro-btn {
            display: inline-block;
            padding: 7px 20px;
            background: transparent;
            color: white;
            border: 1px solid white;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 400;
            font-size: 15px;
			margin: 0 auto;
            transition: all 0.3s ease;
        }
        
        .secteur-intro-btn:hover {
            background: white;
            color: #2F2A67;
            transform: translateY(-2px);
        }
        
        /* Navigation */
        .secteurs-carousel-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 25px;
        }
        
        .carousel-btn {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 1px solid #2F2A67;
            background: white;
            color: #4A5EA6;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            padding: 0;
        }
        
        .carousel-btn svg {
            display: block;
        }
        
        .carousel-btn:hover:not(:disabled) {
            border: 1px solid #2F2A67;
            background: #2F2A67;
            color: white;
            transform: scale(1.1);
        }
        
        .carousel-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }
        
        .carousel-dots {
            display: flex;
            gap: 12px;
            align-items: center;
        }
        
        .carousel-dot {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #4A5EA6;
            background: transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 0 !important;
        }
        
        .carousel-dot.active {
            background: #4A5EA6;
            transform: scale(1.2);
        }
        
        .carousel-dot:hover {
            background: rgba(74, 94, 166, 0.5);
        }
        
        /* Responsive */
        @media (max-width: 1024px) {
            .secteur-carousel-item {
                flex: 0 0 calc(50% - 10px);
                min-width: calc(50% - 10px);
            }
            
            .secteur-intro-titre {
                font-size: 32px;
            }
        }
        
        @media (max-width: 768px) {
            .secteur-carousel-item {
                flex: 0 0 100%;
                min-width: 100%;
            }
            
            .secteur-intro-card {
                padding: 40px 30px;
                min-height: 350px;
            }
            
            .secteur-intro-titre {
                font-size: 28px;
            }
        }

/* Témoignages
--------------------------------------------- */

.temoignage-wrapper {
            max-width: 1400px;
            margin: 60px auto;
            padding: 10px 0px;
        }
        
        .temoignage-container {
            display: flex;
            align-items: center;
            gap: 60px;
            background: #fff;
            padding: 20px 60px 30px;
            border-radius: 25px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        }
        
        .temoignage-photo {
            flex-shrink: 0;
        }
        
        .temoignage-photo img {
            width: 250px;
            height: 250px;
            border-radius: 20px;
            object-fit: cover;
            display: block;
        }
        
        .temoignage-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .temoignage-texte {
            width: 100%;
			position: relative;
			padding: 30px 100px;
			font-size: 18px;
			line-height: 1.4;
			text-align: center;
			margin: 20px 0 0 0;
        }
        
        .temoignage-texte p {
            margin: 0;
        }
        
        .temoignage-texte::before {
			content: '';
			position: absolute;
			top: 30px;
			left: 50px;
			width: 30px;
			height: 30px;
			background-image: url('images/quotebefore.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}

		/* Guillemet de fermeture - en bas à droite */
		.temoignage-texte::after {
			content: '';
			position: absolute;
			bottom: 30px;
			right: 50px;
			width: 30px;
			height: 30px;
			background-image: url('images/quoteafter.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
		.temoignage-auteur {
            text-align: right;
        }
        
        .auteur-nom {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin-bottom: 5px;
        }
        
        .auteur-fonction {
            font-size: 15px;
            color: #666;
            font-style: italic;
        }
        
        /* Responsive */
        @media (max-width: 968px) {
            .temoignage-container {
                flex-direction: column;
                gap: 40px;
                padding: 40px;
                text-align: center;
            }
            
            .temoignage-photo img {
                width: 200px;
                height: 200px;
            }
            
            .quote-left {
                left: -20px;
                top: -5px;
                font-size: 60px;
            }
            
            .quote-right {
                bottom: -35px;
                right: -10px;
                font-size: 60px;
            }
            
            .temoignage-auteur {
                text-align: center;
            }
        }
        
        @media (max-width: 640px) {
            .temoignage-wrapper {
                margin: 40px auto;
            }
            
            .temoignage-container {
                padding: 30px 20px;
                gap: 30px;
            }
            
            .temoignage-photo img {
                width: 150px;
                height: 150px;
            }
            
            .temoignage-texte {
                font-size: 16px;
            }
            
            .auteur-nom {
                font-size: 16px;
            }
            
            .auteur-fonction {
                font-size: 14px;
            }
        }


		.topsecteurlink strong {
			font-weight: 600;
			font-size:18px;
		}

		.introsecteur p {
			font-size: 18px;
			line-height: 1.3;
			font-weight:300;
		}
		.introsecteur p strong {
			font-weight:700;
		}
		.introsecteur li strong {
			font-weight:700;
			color:#4A5EA6
		}

		.anchoractus a {
			color: #fff;
			font-weight: 600;
			text-decoration: none;
			font-size: 18px;
			min-height: 110px;
			display: block;
			margin-bottom: 0px !important;
		}

		.anchoractus .vc_column-inner {
			border-radius: 25px;
		}
		.anchoractus .wpb_text_column {
			margin-bottom: 0px !important;
		}



		.acepropos .bloc-service-texte p {
			font-size: 26px;
			line-height: 1.4;
			font-weight: 400;
		}
		.acepropos .bloc-service-texte p strong {
			font-size: 26px;
			line-height: 1.4;
			font-weight: 400;
			color:#4A5EA6
		}

		.acepropos .bgimbriques p {
			font-size: 26px;
			font-weight: 200;
			line-height: 31px;
		}
		.acepropos .bgimbriques p strong {
			font-weight: 500;
			line-height: 31px;
		}

		.chiffressaaa .bgimbriques p {
			font-size: 18px;
			font-weight: 600;
			line-height: 24px;
		}
		.chiffressaaa .bgimbriques p strong {
			font-size: 90px;
			font-weight: 900;
			line-height: 90px;
			display: block;
		}

		.chiffressaaa .bgimbriques::before {
			width: 307px;
			height: 307px;
		}

		.chiffressaaa .bgimbriques {
			border-radius: 25px;
			padding: 0px 40px;
			position: relative;
			overflow: hidden;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
			aspect-ratio: 1 / 1;
			min-height: initial !important;
		}

/* Mega Menu !!
--------------------------------------------- */

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	z-index: 999 !important;
	border-radius: 0px !important;
	background-color: white !important;
	border: 0 !important;
	padding: 5px 0 5px 5px !important;
	position: absolute !important;
	width: 100% !important;
	max-width: none !important;
	left: 0 !important;
	max-width: 750px !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
	border-radius: 15px !important;
}

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #000 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  text-align: left !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
  vertical-align: top !important;
  display: block !important;
  border: 0 !important;
}

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
  color: #4A5EA6 !important;
}

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 4px 10px !important;
  width: 100% !important;
}

.main-navigation #mega-menu-26-0-2 {
	background: #F4F5F7 !important;
	padding:10px !important;
	border-radius: 0 15px 15px 0 !important;
    margin: -5px 0px !important;
}

.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li#mega-menu-item-417 > a.mega-menu-link,
.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li#mega-menu-item-418 > a.mega-menu-link {
	font-weight: 600 !important;
}

.main-navigation #mega-menu-item-text-2 {
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
	color: #000 !important;
}

.main-navigation #mega-menu-item-text-2 a {
	font-size: 12px !important;
	line-height: 14px !important;
	font-weight: 300 !important;
	color: #364C92 !important;
	padding: 0px !important;
  	margin: 4px 0px !important;
	text-transform: none !important;
}

.espacetop {
	margin-top: 100px !important;
	margin-bottom: 5px !important;
}

.rounded img {
    border-radius: 25px !important;
}

.rdv-popup-content h2 {
    font-size: 34px !important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background-color: #fff;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
  line-height: auto !important;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  font-weight: 300 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 5px 10px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
  border-radius: 15px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background-color: #fff;
  font-weight: normal;
  text-decoration: none;
  color: #4A5EA6 !important;
}

.topimg img {
    border-radius: 25px !important;
}

.vc_row.vc_column-gap-30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#page .objectifs.vc_column-gap-20 {
        margin-left: -10px;
        margin-right: -10px;
    }

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

@media all and (max-width:1300px) {
	h2 {
		font-size: 38px;
		max-width: 95%;
	}
    #page h1 {
        font-size: 54px;
        width: 80%;
        margin-left: 10%;
    }
    #page .nomarginleft h1 {
        margin-left: 0%;
    }
    .solution-card-title {
        font-size: 16px !important;
    }
    .solution-card-image {
        height: 230px;
    }

	.bgimbriquelogo .wpb_text_column.wpb_content_element p {
		line-height: 1.3;
	}

	.megafont p {
		font-size: 80px;
	}

    .greyblock figure img {
        margin-top: 10px;
    }

    #page .titrerubrique p,
    #page .titrerubrique h1 {
        font-size: 18px !important;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: -1px;
        width: 100%;
        margin-left: 0%;
    }
    
}

@media all and (max-width:1200px) {
	h2 {
		font-size: 36px;
		max-width: 95%;
		line-height: 1.1;
	}

	.bgimbriquelogo .wpb_text_column.wpb_content_element p {
		line-height: 1.3;
		font-size: 14px;
	}

	.megafont p {
		font-size: 65px;
	}

	.main-navigation a {
		padding: 0px 10px;
		margin: 0 15px;
	}

	.fatchiffre {
		font-size: 130px;
	}
    .bloc-icone-simple {
        padding: 40px !important;
        min-height: 240px !important;
    }
    .bloc-icone-simple-titre {
        font-size: 26px !important;
    }
    .greyblock figure img {
        max-width: 60px !important;
        margin-top: 10px;
    }
    .greyblock .details {
        width: 90%;
        margin-left: 5%;
    }
    
}

@media all and (max-width:1100px) {
	h2 {
		font-size: 34px;
		max-width: 95%;
		line-height: 1.1;
	}

	.bgimbriquelogo .wpb_text_column.wpb_content_element p {
		line-height: 1.3;
		font-size: 14px;
	}

	.megafont p {
		font-size: 55px;
	}

	.main-navigation a {
		padding: 0px 5px;
		margin: 0px 10px;
	}

	.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
		padding: 0 10px;
	}

	#site-navigation {
		width: calc(100% - 300px);
        padding-left: 25px;
	}

	.showsmall {
		display: block;
	}

	.hidesmall {
		display: none;
	}

	.fatchiffre {
		font-size: 115px;
	}
    .header-buttons .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary,
    .header-buttons .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white {
        width: initial !important;
        max-width: inherit !important;
    }
    .header-buttons {
        width: initial !important;
    }

    .greyblock .details {
        width: 96%;
        margin-left: 3%;
    }
    .greyblock .details p {
        font-size: 16px;
        margin-bottom: 0px !important;
    }

}   

@media all and (max-width:1000px) {
	h2 {
		font-size: 32px;
		max-width: 100%;
		line-height: 1.1;
	}
    #page h1 {
        font-size: 45px;
        width: 90%;
        margin-left: 5%;
    }

	.bgimbriquelogo .wpb_text_column.wpb_content_element p {
		line-height: 1.2;
		font-size: 13px;
	}

	.megafont p {
		font-size: 55px;
	}

	.main-navigation a {
		padding: 0px 5px;
		margin: 0px 10px;
	}

	.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
		padding: 0 10px;
	}

	#site-navigation {
		width: calc(100% - 300px);
		padding-left: 25px;
	}

	.showsmall {
		display: block;
	}

	.hidesmall {
		display: none;
	}

	#colophon {
		font-size: 12px;
	}

	.fatchiffre {
		font-size: 100px;
	}
    .header-buttons {
        display: grid;
    }
    .header-buttons .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary,
    .header-buttons .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white {
        line-height: 23px;
        height: 25px;
    }
    #masthead {
        padding: 15px 10px 10px;
    }

    .bloc-icone-simple-icon {
        margin-bottom: 16px !important;
        width: 90px !important;
        height: 90px !important;
    }
    .bloc-icone-simple {
        padding: 30px !important;
        min-height: 220px !important;
    }
    .bloc-icone-simple-titre {
        font-size: 24px !important;
    }
    .greyblock .titleblue {
        margin-bottom: 0px !important;
    }
    .greyblock .details p {
        font-size: 15px;
    }
}

@media all and (max-width:900px) {
	#page .vc_col-sm-6 {
		width: 100% !important;
	}

	.radius30.whitefont.blockbg.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#page .vc_col-sm-3,
	#page .vc_col-sm-6 .vc_col-sm-6 {
		width: 50% !important;
	}

	.mb35 {
		margin-bottom: 35px !important
	}

	#page .vc_col-sm-4 {
		width: 100% !important;
		margin-bottom: 35px;
	}

	.bgbrand .vc_single_image-wrapper::after {
		width: 150px;
		height: 150px;
	}
    .keypoints.secteur.vc_column-gap-30 .vc_col-sm-4,
    .objectifs.vc_column-gap-20 .vc_col-sm-4 {
        margin-left: 15px;
        margin-right: 15px;
    }
    #contact {
        margin-left: 0px;
        margin-right: 0px;
    }
    .margin60 {
        margin-bottom: 60px !important;
    }   
    

	.greyblock .wpb_single_image {
		margin-bottom: 15px !important;
	}

	.greyblock figure img {
		max-width: 80px !important;
		margin-top: 100px;
	}

	.greyblock .titleblue {
		margin-bottom: 10px !important;
	}

	.greyblock .titleblue p {
		font-size: 18px;
	}

	.greyblock .details {
		width: 80%;
		margin-left: 10%;
	}

	.greyblock .details p {
		font-size: 18px;
		margin-bottom: 0px !important;
	}
    .greyblock > .vc_col-sm-3 {
        margin-bottom:30px;
    }

    #page .objectifs .vc_col-sm-4 .vc_col-sm-3 {
        width: 25% !important;
    }
    #page .objectifs .vc_col-sm-4 .vc_col-sm-9 {
        width: 75% !important;
    }
}

@media all and (max-width:856px) {
    #mega-menu-item-21 {
        display: none !important;
    }
}
@media all and (max-width:800px) {
    #site-navigation {
		padding-left: 20px;
	}
}

@media all and (max-width:767px) {
	#page .vc_col-sm-6 {
		width: 100% !important;
	}

	.two-column-list {
		display: block;
	}

	.radius30.whitefont.blockbg.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#page .vc_col-sm-3,
	#page .vc_col-sm-6 .vc_col-sm-6 {
		width: 100% !important;
	}

	.pr15 {
		padding-right: 0px !important;
	}

	.pl15 {
		padding-left: 0px !important;
	}

	.mb35 {
		margin-bottom: 35px !important
	}

	.page .whitefont h1 {
		font-size: 50px;
	}

	.block3emploi p {
		font-size: 20px;
	}

	.width85>.vc_column-inner {
		padding-right: 15px !important;
	}

	.bgbrand .vc_single_image-wrapper::after {
		width: 120px;
		height: 120px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		display: block;
		margin: 10px;
		width: calc(100% - 20px) !important;
	}
	.main-navigation #mega-menu-26-0-2 {
		background: #F4F5F7 !important;
		padding: 10px !important;
		border-radius: 0 0 15px 15px !important;
	}
	.custom-logo {
		max-width: 150px;
	}
	#masthead {
		height: 100px;
		display: flex;
		padding-top: 25px;
	}
	#site-navigation {
		max-width: calc(100% - 190px);
		padding-top: 5px;
		padding-left: 50px;
	}

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left {
        display: none !important;
    }

    #site-navigation {
        padding-left: 20px;
        width: 100px;
        display: grid;
        position: absolute;
        right: 200px;
    }
    #mega-menu-item-21 {
        display: initial !important;
    }

    #page .keypoints.secteur .vc_col-sm-4 .vc_col-sm-3,
    #page .objectifs .vc_col-sm-4 .vc_col-sm-3 {
        width: 25% !important;
    }
    #page .keypoints.secteur .vc_col-sm-4 .vc_col-sm-9,
    #page .objectifs .vc_col-sm-4 .vc_col-sm-9 {
        width: 75% !important;
    }

    #page .force2column .vc_col-sm-6 {
        width: 50% !important;
        float: left;
    }

    #page .greyblock > .vc_col-sm-3 {
        width: 50% !important;
        float: left;
    }
    .greyblock figure img {
		margin-top: 50px;
	}
    
}
@media all and (max-width:650px) {
    .greyblock figure img {
        margin-top: 20px;
    }
    .greyblock .details {
        width: 90%;
        margin-left: 5%;
    }
    .greyblock .details p {
        font-size: 17px;
        margin-bottom: 0px !important;
    }
}
@media all and (max-width:550px) {
    .custom-logo {
        max-width: 120px;
    }
    h1 {
        font-size: 45px;
    }

	.page .whitefont h1 {
		font-size: 40px;
	}
    
    .greyblock figure img {
        max-width: 60px !important;
        margin-top: 3px;
    }
    .greyblock .wpb_single_image {
        margin-bottom: 0px !important;
    }
    .greyblock .titleblue {
        margin-bottom: 5px !important;
    }
    .greyblock .details {
        width: 94%;
        margin-left: 3%;
    }
    .greyblock .details p {
        font-size: 14px;
        margin-bottom: 0px !important;
        line-height: 1.2;
    }
    #site-navigation {
        padding-left: 20px;
        width: 60px;
        display: grid;
        position: absolute;
        right: 200px;
    }
    .bloc-hover-reveal .bloc-content {
        width: 66%;
        left: 34%;
    }
    .bloc-titre {
        font-size: 24px;
    }
    .bloc-description ul {
        margin-left: 10px;
        padding-left: 12px;
        list-style: none;
        margin-bottom: 0px;
    }
    .bloc-description li {
        margin-bottom: 15px;
        font-size: 16px;
    }

}