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

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

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

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

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

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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

/* 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

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

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	/* float: left; */
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	/* float: left; */
	position: relative;
	display:inline-block;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/* EKYPIA */

body {
	font-family: sofia-pro, sans-serif;
}

.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index:999;
	padding: 15px 80px;
}



/* menu */

.menu-container {
	text-align: right;
	margin-top: 10px;
}

.menu-container .menu-item {
	position: relative;
}

.menu-container .menu-item a {
	color: #fff;
	padding: 10px 25px;
	border-radius:25px;
	border:2px solid transparent;
}

.menu-container .menu-item-22 a {
	border-radius:25px;
	border:1px solid #fff;
}

.menu-container .menu-item:hover a, .menu-container .current_page_item a {
	color:#ec5c33;
} 

.menu-container .menu-item-22:hover a, .current_page_item.menu-item-22 a {
	color: #29235c;
	background-color: #ffffff;
	/* font-weight: bold; */
}

.menu-container .menu-item:hover a:after,  .current_page_item a:after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    height: 30px;
    left: 50%;
    width: 2px;
    background-color: #ec5c33;
}

.current_page_item.menu-item-22 a:after {
	display: none !important;
}

.menu-container .menu-item-22:hover a:after {
	display: none;
}

.deroulement {
	margin-bottom: 100px;
}

.deroulement .bloc-bleu {
	background-color: #29235c;
	padding: 60px 150px;

	margin-top: -250px;
    z-index: 999;
    position: relative;
}

.deroulement .bloc-bleu:after {
	content:"";
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 680px;
	background-image: url(./img/bg/bloc-bleu-after.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 60px;
	max-width:70%;
}

.deroulement .bloc-bleu .titre-bloc-bleu h2, .deroulement .bloc-bleu .titre-bloc-bleu h1  {
	color: #ec5c33;
	font-weight: normal;
	font-size: 62px;
	line-height: 1;
	margin-bottom: 60px;
}
.deroulement .bloc-bleu .titre-bloc-bleu b {
	font-weight: bold;
}

.deroulement .bloc-bleu .texte-bloc-bleu {
	color: #ffffff;
	font-size: 23px;
	font-weight: 500;
}

.deroulement .texte-droite {
	color: #29235c;
	font-size: 17px;
	padding: 50px 90px;
	/* text-align: justify; */
}

.nos-produits {
	padding-left: 160px;
}

.container-slide{
	margin-bottom: 170px;
}


.bloc-product{
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100%;
	gap: 20px;
}

.col-product{
	width: calc(50% - 10px);
	height: 100%;
}


.product-name{
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}

.product-pictures{
	position: relative;
	display: flex;
	z-index: 1;
	height: 100%;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.product-pictures .product-image{
	position: absolute;
	top: 0;
	right: 200px;
	z-index: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}

.img-ar-plan{
	position: relative;
	top: 140px;
	height: 450px;
	width: auto;
	z-index: -1;
}

.product-pictures .product-image img{
	height: 500px;
	width: auto;
	object-fit: cover;
}

@media screen and (max-width: 1530px) {
	.product-pictures .product-image img{
		height: 100%;
	}
}

.product-pictures .product-image.active{
	opacity: 1;
	z-index: 1;
}

.lien-menu{
	position: relative;
	font-family: 'sofia-pro';
	color: #29235c;
	font-size: 137.5%;
	text-shadow: none;
	line-height: 1;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	cursor: pointer;

}

.lien-menu.desktop{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	background: white;
	padding-right: 10px;
}

.lien-menu .trait{
	position: relative;
	width: 0;
	height: 2px;
	opacity: 0;
}

.lien-menu.active .trait{
	opacity: 1;
}

.lien-menu.active .trait:before{
	width: 60vw;
}

.lien-menu .trait:before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	width: 0;
	height: 1px;
	left: 0;
	transition: all 0.5s ease-in-out;
	background-color: #ec5c33;
	z-index: -1;
}

@media screen and (max-width: 992px) {
	.lien-menu.desktop{
		display: none;
	}

	.lien-menu{
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.lien-menu.mobile{
		display: none;
	}
}

.lien-menu.active:after{
	opacity: 1;
}

.lien-menu:after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	width: 10px;
	height: 10px;
	left: -30px;
	border-radius: 50%;
	opacity: 0;
	background-color: #ec5c33;
	transition: all 0.3s ease-in-out;
}

.lien-menu.active{
	font-weight: 700;
	text-decoration: none;
}

.lien-menu:visited{
	color: #29235c;
}

.btnmobile, .btn-product{
	margin: 20px 0;
	color: #29235c !important;
	background-color: #ffffff !important;
	border: 2px solid #ec5c33 !important;
	border-radius: 50px !important;
	padding: 1em;
	padding-inline: 2em;
	font-size: 14px !important;
}

.btnmobile:hover, .btn-product:hover{
	color: #29235c !important;
	text-decoration: none;
}



.nos-produits .link-1 {
	margin-top: 30px;
}
/* .nos-produits .titre-section ,.nos-produits .titre-section h2,.nos-produits .titre-section h3,.nos-produits .titre-section h4 {
	padding-left: 10px;
}
.nos-produits .sous-titre {
	padding-left: 10px;
} */

.titre-section , .titre-section h2, .titre-section h3, .titre-section h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing:3px;
	color:#29235c;
}
.sous-titre {
	font-size: 34px;
	font-weight: bold;
	color:#ec5c33;
	line-height:1.2;
}

.slider-produits {
	margin-top: -200px;
}
.slider-produits #rev_slider_2_2_wrapper {
	margin-left: -45px !important;
	width: calc(100% + 45px) !important;
}
.slider-produits .slider-link {
	font-family: sofia-pro, sans-serif !important;
	position: relative;
	display: block;
}

.slider-produits .slider-link:hover {
	cursor:pointer;
	font-weight:bold !important;
}

.slider-produits .slider-link.active a {
	font-weight:bold !important;
	position: relative;
}

.slider-produits .slider-link.active:before, .slider-produits .slider-link:hover:before {
    content: "";
    position: absolute;
    display: block;
    left: -30px;
	/* top: 50%; */
	top: 15px;
    width: 10px;
    height: 10px;
    background-color: #ec5c33;
    transform: translateY(-50%);
    border-radius: 50%;
}

.slider-produits .slider-link.active a:after, .slider-produits .slider-link a:hover:after {
	content: "";
    position: absolute;
    display: block;
	/* right: -90%; */
	left:340px;
    top: 30%;
    /* width: 500px; */
    width: 50vw;
    transform: 0;
    height: 1px;
    background-color: #ec5c33;
}

.slider-produits .img-slider-produit {
	position: relative !important;
	margin-right: 50px !important;
}

.slider-produits  .img-slider-produit:after {
		content: "" !important;
		position: absolute !important;
		top: 155px !important;
		right: -310px !important;
		width: 100% !important;
		height: 100% !important;
		background-image: url(./img/bg/slider-produit-bg.png) !important;
		background-repeat: no-repeat !important;
		z-index: -1;
		display: block !important;
		background-size: contain;
}

.slider-produits .img-slider-produit img {
	max-width:670px !important;
}

.img-savoir-faire {
	transform:translateX(245px);
}

.notre-savoir-faire {
	padding: 50px 0;
}
.notre-savoir-faire .savoir-faire {
	position: relative;
	z-index: 10;
	background-color: #fff;
	padding: 80px 75px;
	transform:translateX(-10px);
}

.notre-savoir-faire .btn-esp {
	background-color: #ffffff !important;
	border: 2px solid #ec5c33 !important;
	border-radius:50px !important;
}

.notre-savoir-faire .btn-esp span {
	color: #29235c !important;
}

.secteur-activite {
	background-color: #ec5c33;
	text-align: center;
	padding: 50px 0;
}

.secteur-activite h2 {
	font-size: 17px;
}

.titre-activite {
	font-weight: bold;
	color: #ffffff;
	font-size: 35px;
}

.sous-titre-activite {
	font-size: 16px;
	color:#29235c;
	margin-bottom: 50px;
}
.container-picto {
	width: 100% !important;
	padding: 0 210px !important;
}

.secteur-activite .container-picto:first-child {
	margin-bottom: 30px;
}

.secteur-activite .container-picto .sow-image-container {
	height: 85px;
}

.secteur-activite .container-picto .widget-title {
	font-size: 16px;
	color: #ffffff;
}

.secteur-activite .text-contact-sa {
	margin-top: 70px;
	color:#fff;
	font-size: 15px;
}

.secteur-activite .btn-contact {
	border: 2px solid #fff !important;
	background-color: transparent !important;
	border-radius : 50px !important;
}


.news {
	padding: 90px 150px;
	position: relative;
	z-index: 20;
}
.news:before {
	content:"";
	z-index: -10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height:483px;
	background-color: #e0e0e0;
}

.news .sous-titre {
	font-size: 60px;
}

.news .wpnaw-news-title {
	/* max-width: 325px; */
    height: 100px;
	padding-left: 35px !important;
}

.news .wpnaw-news-grid-main h2.wpnaw-news-title a, .news .wpnaw-news-slider h2.wpnaw-news-title a, .news .wpnaw-list-main h2.wpnaw-news-title a, .news .wpnaw-gridbox-main h2.wpnaw-news-title a, .news .wpnaw-news-slider-widget h2.wpnaw-news-title a, .news .wpnaw-news-gridbox-slider h2.wpnaw-news-title a {
	font-size: 28px !important;
	line-height: 1.2 !important;
}

.news .wpnaw-news-title a {
	color: #29235c !important;
	font-weight: bold;
}
.news .wpnaw-news-content {
	padding: 35px;
}
.news .wpnaw-news-grid-content  {
	background-color: #e0e0e0 !important;
	text-align: left !important; 
	position: relative;
}

.news .readmorebtn, .news .readmorebtn:hover {
	color: #29235c !important;
	font-weight: bold;
	border: 1px solid #ec5c33 !important;
	border-radius: 50px;
	background-color: transparent !important;
	padding: 4px 20px;
	/* position: absolute; */
}

.actus .readmorebtn {
	position: absolute;
	bottom: 20px;
}

.wpnaw-news-grid:first-child .readmorebtn {
	bottom: 60px !important;
}

.news .wpnaw-news-short-content {
	color: #666666;
}

.btn-actus {
	border: 1px solid #ec5c33 !important;
	padding: 15px 20px !important;
	background-color: transparent !important;
	border-radius: 50px !important;
	float: right;
}

.btn-actus span {
	color: #29235c !important;
	font-weight: 600;
	font-size: 14px !important;
}
.page-id-18 .wpnaw-news-pagination {
	margin: 30px auto;
}

footer {
	 background-color: #29235c;
	 padding: 30px 150px;
	 color:#fff;
}

footer .titre-footer {
	padding-bottom: 10px;
	font-size: 14px;
	letter-spacing:1.3px;
	border-bottom:1px solid #ec5c33;
	display: block;
	text-transform: uppercase;
}

footer a, footer a:hover, footer a:visited {
	color:#fff;
}


.text-orange {
	color:#ec5c33;
}

footer ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

footer ul li {
	list-style:none;
	line-height: 1.4;
}

footer ul li a {
	color: #ffffff;
}

footer .lv1 {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}

footer .lv2 {
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
}

footer .footer-bottom {
	text-align: center;
	margin-top: 15px;
}

footer .footer-bottom #mentions-footer {
	color:#a1a1a1;
	font-weight: bold;
}
.logo-footer .so-widget-image {
	width: 291px !important;
}

/* pages de contenu */


.bloc-header {
	height: 700px;
	background-color:#29235c;
	/* padding:60px 150px; */
	padding: 60px 195px;
	background-image: url(./img/bg/bg-bloc-header.png);
	background-repeat: no-repeat;
	background-position: 80% bottom;
}

.bloc-header .titre-page {
	display: block;
	margin-top: 150px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	letter-spacing:1.3px;
}
.container-custom.notre-entreprise {
	margin: 30px auto;
}
.bloc-header .gros-titre {
	font-weight: 500;
	color:#ec5c33;
	font-size: 62px;
}

.bloc-header .gros-titre b {
	font-weight: bold;
}


.container-custom {
	width: 90vw;
	margin: 0 auto;
}

#pl-9 {
	background-color: #e0e0e0;
	color:#29235c;
}

.texte-2x {
	font-weight: 600;
	font-size: 22px;
}
.texte-bleu  {
	color:#29235c;
}

.notre-entreprise .titre-section, .notre-entreprise .sous-titre {
	margin-left: 75px;
}
.img-histoire {
	position: relative;
}
.img-histoire img {
	z-index: 10;
}
.img-histoire:after {
	content:"";
	position: absolute;
	top: 75px;
	left: -75px;
	width: 100%;
	height: 100%;
	background-image: url(./img/bg/histoire-bg.png);
	background-repeat: no-repeat;
	z-index: 0;
}

.histoire-droite {
	padding-left: 130px;
}
.histoire-droite .texte-2x,  .histoire-droite .texte {
	width:80%;
}

.histoire-droite .texte-2x.panel-widget-style-for-9-2-1-3 {
	margin-top: 60px;
}

.histoire-droite .img-histoire-2 {
	width: calc(100% + 5vw) !important;
}

.histoire-droite .img-histoire-2 img {
	width: 150% !important;
}
.container-custom-2 {
	padding: 90px 5vw;
	/* overflow-x: hidden; */
}
.nos-points-forts {
	background-color: #ffffff;
	padding-bottom: 220px;
}
.points-forts-texte {
	padding-left: 75px;
}

.bloc-padding {
	height: 30px;
}

.bloc-point-fort {
	width: 80%;
}

.chiffre {
	font-size: 90px;
	font-weight: 900;
	color:#d4d4d4;
	line-height:1;
}

.chiffre.active {
	color:#ec5c33
}

.titre-pf {
	color:#29235c;
	font-weight: 600;
	position: relative;
}

.titre-pf.active {
	color:#ec5c33;
	background-color: #ffffff !important;
}

.titre-pf.active:before {
	content:"";
	background-color: #ec5c33;
	width: 300px;
	height: 1px;
	z-index: 100;
	position: absolute;
	right: 0;
	top: 60%;
}

.nos-points-forts .image-droite .sow-image-container {
	position: relative;
}

.nos-points-forts .image-droite .sow-image-container:before {
	content:"";
	position: absolute;
	bottom: -100px;
	/* right: -75px; */
	right: -100px;
	width: 320px;
	height: 80%;
	background: url(./img/bg/img-motif.png);
	background-repeat: no-repeat;
}

.nos-points-forts .image-gauche .sow-image-container {
	position: relative;
}
.nos-points-forts .image-gauche .sow-image-container img, .nos-points-forts .image-droite .sow-image-container img {
	z-index: 10;
}
.nos-points-forts .image-gauche .sow-image-container:before {
	content:"";
	position: absolute;
	bottom: -100px;
	/* left: -75px; */
	left: -100px;
	width: 320px;
	height: 80%;
	background: url(./img/bg/img-motif.png);
	background-repeat: no-repeat;
}

.chiffres-cles {
	background-color:#ec5c33;
	color: #ffffff;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-bottom: 80px;
}

.chiffres-cles.panel-row-style-for-9-5 {
	padding-top: 50px;
}

.chiffres-cles .titre-section {
	margin-top: 50px;
	color: #ffffff;
	margin-bottom: 50px;
}

.chiffres-cles .panel-first-child {
	margin-bottom: 0 !important;
}

.chiffres-cles .nb-anime {
	font-size: 48px;
	font-weight: 900;
	display: block;
	border-bottom:1px solid #fff;
}

.chiffres-cles .nb-legende {
	font-size: 20px;
}


.custom-2.bg-white.panel-row-style.panel-row-style-for-9-9 {
	padding-top: 110px;
}

#equipe-gauche {
	background-color: #ffffff;
	padding-left: 10vw;
	padding-top: 150px;
}

.custom {
	width: 80vw;
	margin: 0 auto;
}
.custom-2 {
	padding: 80px;
	padding-left: 10vw;
	padding-right: 10vw;
	margin: 0 auto;
}

.orange-bottom {
	margin-bottom: -250px;
	position: relative;
	z-index: 10;
	color: #ffffff;
	background-color:#ec5c33;
}

#pg-12-1 {
	margin-bottom: -70px !important;
}
/* .orange-bottom .panel-grid-cell {
	width: 50% !important;
} */
.bloc-orange {
	padding: 40px 30px;
	font-size: 34px;
	font-weight: bold;
	line-height:1.3;
}

.bloc-orange .titre-bloc-orange {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing:1.5px;
}

.bloc-orange .btn-esp {
	color: #ffffff;
	border:1px solid #fff;
	border-radius:50px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	padding: 10px 15px;
	font-weight: normal;
}
/* #orange-droite {
	background: url(./img/bg/orange-prod-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode:multiply;
} */

.bloc-orange {
	background-size: 0 !important;
	background-position: center !important;
}

.bloc-orange:hover {
	background-size: cover !important;
}

.page-id-9 footer, .page-id-12 footer , .page-id-18 footer, .page-id-15 footer, .page-id-21 footer, .page-id-417 footer, .single-news footer {
	padding-top: 300px;
}
#pg-9-10 {
background-color: #ffffff;
}

#consultez-nous {
	background-color:#E75C33;
	width: calc(100% + 10vw);
	color: #ffffff;
	padding: 70px 75px;
	font-size: 22px;
	margin-top: -200px;
	margin-bottom: 200px;
}

.bloc-produit {
	font-size: 22px;
	padding: 80px 50px;
	background-size: 540px;
	max-width:540px;
	color: #ffffff;
	position: relative;
	margin-top: 180px;
	height: 450px;
	position: relative;
}
.bloc-prod-hover {
	position: absolute;
	top: 0;
	height: 450px;
	right: 0;
	left: 0;
	opacity:1 !important;
	transition-duration: .3s;
	width: 540px;
	padding: 30px;
	color: #ffffff;
	display:flex;
	align-items: center;
	font-size: 18px;
	
}
.bloc-produit-container {position: relative;}
.bloc-produit-container:hover  .bloc-prod-hover, .iphone-hover, .bloc-produit-container:focus .bloc-prod-hover {
	opacity:1;
	transition-duration: .3s;
}

.bloc-prod-hover.orange {
	background-color:rgba(236, 92, 51, 0.7);
}

.bloc-prod-hover.bleu {
	background-color:rgba(41, 35, 92, 0.7);
}

.bloc-prod-hover.gris {
	background-color: rgba(128, 128, 128, 0.7);
}

.bloc-prod-hover.gris-sec {
	background-color: rgba(224, 224, 224, 0.7);
}

.bloc-prod-hover.gris-ter {
	background-color: rgba(56, 56, 56, 0.7);
}


.bloc-produit .textwidget {
	z-index: 10;
	position: relative;
}

.bloc-produit.bloc-droite {
	margin-top: 70px;
}
.btn-esp {
	background-color: transparent !important;
	border:1px solid#fff !important;
	border-radius:50px !important;
	font-size: 14px !important;

}

.titre-slider-sf {
	font-weight: 600;
	font-family: sofia-pro, sans-serif !important;
	color:#29235c;
}


/* page news */


.actus .wpnw-first:first-child {
	width: 100% !important;
	margin-top: -230px;
}

.actus .wpnw-first:first-child .wpnaw-news-image-bg {
	width: 60%;
	float: left !important;
}

.actus .wpnw-first:first-child .wpnaw-news-title, .actus .wpnw-first:first-child .wpnaw-news-content  {
	/* width: 40%; */
	width: 22% !important;
    float: left !important;
	clear: right;
	margin-left: 30px !important;
}

.actus .wpnaw-news-content {
	padding: 15px 30px !important;
}

.actus .wpnaw-news-title {
	padding-left: 30px !important;
}

.actus .wpnw-first:first-child .wpnaw-news-title {
	margin-top: 30px !important;
}

.actus .wpnw-first:first-child .wpnaw-news-image-bg {height: 550px !important;}

.actus .wpnw-first:first-child .wpnaw-news-grid-content  {
	height: 550px !important;
}

.actus .wpnaw-news-grid-content  {
	background-color:#e0e0e0 !important;
	text-align: left !important;
}

.actus .wpnaw-news-grid-main h2.wpnaw-news-title a, .actus .wpnaw-news-slider h2.wpnaw-news-title a, .actus .wpnaw-list-main h2.wpnaw-news-title a, .actus .wpnaw-gridbox-main h2.wpnaw-news-title a, .actus .wpnaw-news-slider-widget h2.wpnaw-news-title a, .actus .wpnaw-news-gridbox-slider h2.wpnaw-news-title a {
	color: #29235c;
	font-weight: bold;
	font-size: 28px !important;
}

.actus .wpnaw-news-short-content {
	color: #666666 !important;
	font-weight: normal;
	font-size: 15px;
}

.actus .readmorebtn {
	border:1px solid #ec5c33 !important;
	border-radius: 50px !important;
	color:#29235c !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	padding: 5px 15px !important;
}

.actus .readmorebtn:hover {
	background-color: transparent;
	color:#29235c !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.actus .wpnaw-news-content {
	width: 75% !important;
}

.actus .wpnw-last , .actus .wpnw-first {
	clear: none !important;
}

/* menu responsive */


body .shiftnav-target {
	font-size: 14px !important ;
	color: #ffffff !important;
}

body .shiftnav-skin-app ul.shiftnav-menu {
	padding: 0 !important;
}

body .shiftnav.shiftnav-skin-app ul.shiftnav-menu li.menu-item > .shiftnav-target {
	border-bottom: 2px dotted #fff !important;
}

.shiftnav-skin-app ul.shiftnav-menu > li.menu-item {
	padding-bottom: 0 !important;
}

.shiftnav-skin-app ul.shiftnav-menu > li.menu-item > .shiftnav-target {
	padding-bottom: 10px !important;
}

.shiftnav-skin-app ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav-skin-app ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 10px 15px !important;
}

.shiftnav .shiftnav-menu-image-padded {
	padding: 20px 85px 50px 85px !important;
}


.bg-white {
	background-color: #ffffff;
}

.prod-orange {
	background-color:rgba(236, 92, 51, 1);
}

.prod-bleu {
	background-color:rgba(41, 35, 92, 1);
}

.prod-gris {
	background-color: rgba(128, 128, 128, 1);
}

.prod-gris-sec{
	background-color: rgba(224, 224, 224, 1);
}

.prod-gris-ter{
	background-color: rgba(56, 56, 56, 1);
}

.titre-produit {
	font-weight: bold;
	font-size: 22px;
	color: #29235c;
	margin-top: 10px;
}
#bobine-touret-carton .sow-image-container {
    margin-top: -180px;
    transform: scale(1.2);
}

#bobine-carton-embout .sow-image-container {
    position: absolute;
    top: -70px;
    left: 10px;
    width: calc(100% + 10px);
}

#bobine-plastique-injecte .sow-image-container {
	position: absolute;
    top: -14px;
    left: 0;
    transform: scale(1.1);
}

.page-id-12 .orange-bottom {
	margin-top: 300px;
}


#bobine-plastique-decoupe .sow-image-container {
    position: absolute;
    top: -65px;
}


#carton-emballage .sow-image-container {
	position: absolute;
    left: 0;
    top: -15px;
    transform: scale(1.1);
}


#bobine-medium .sow-image-container {
    position: absolute;
    top: -15px;
    transform: scale(1.15);
}

/* #piece-plastique .sow-image-container {

} */

#emballage-technique .sow-image-container {
    position: absolute;
    left: 0;
    top: -40px;
    transform: scale(1.15);
}

#embout-flasque-plastique .sow-image-container {
	position: absolute;
    transform: scale(1.15);
    left: 0px;
}

.bloc-contact {
    position: relative;
    background-color: #29235c;
    margin-top: -250px;
    padding: 30px 100px;
	z-index: 10;
	padding-bottom: 140px;
}

.bloc-contact .titre-section {
	color: #ffffff;
}

.bloc-contact #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
	background-color: transparent !important;
	border:none;
	border-bottom: 2px solid #bababa;
}

.bloc-contact .mdc-floating-label {
	color: rgb(186, 186, 186) !important;
}

.bloc-contact input {
	color: #bababa !important;
}
.bloc-contact .mdc-text-field--textarea input {
	border:none !important;
	border-bottom: 2px solid #bababa;
	height: 150px !important;
}

.titre-formulaire {
	font-size: 34px;
	font-weight: bold;
	color: #ec5c33;
}

.bloc-contact .wpcf7-submit, .bloc-contact .wpcf7-submit:hover, .wpforms-submit {
	background-color: transparent !important;
	border: 1px solid #ec5c33 !important;
	border-radius: 50px !important;
	text-transform: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	padding: 10px 15px;
}

#bloc-contact-droite {
	color:#29235c;
	font-size: 16px;
	padding: 50px;
	padding-left: 100px;
}

#bloc-contact-droite  .info-ctc {
	color:#ec5c33;
	font-weight: 600;
	font-size: 22px;
}
/* .bloc-contact #cf7md-form .mdc-text-field .mdc-floating-label {
	left: 5px !important;
}

.bloc-contact .mdc-floating-label {
	left: -10px !important;
} */

.map-contact {
	margin-top: -80px;
}

#fgt-recrute {
	color: #ec5c33;
	font-size: 34px;
	font-weight: bold;
}

#fgt-recrute .btn-esp {
	border:1px solid #ec5c33 !important;
	padding: 8px 30px;
	color: #29235c;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
}

#shiftnav-toggle-main {
	background-color: transparent !important;
}


.single-news .type-news:before {
	display: none;
}

.single-news .type-news, .post-type-archive-news .type-news  {
	padding: 0;
}

.single-news .type-news {
	color: #666666;
	font-weight: normal;
}
.single-news .nav-links {
	text-align: center;
	margin-bottom: 30px;
}
.single-news .nav-links  a .nav-previous, .single-news .nav-links  a .nav-next {
	display: inline-block;
	border: 1px solid #ec5c33 !important;
	padding: 5px;
	border-radius:50px;
	height: 45px;
	width: 45px;
	line-height: 2;
}

.single-news .nav-links  a.all_news {
	display: inline-block;
	border: 1px solid #ec5c33 !important;
	padding: 5px 15px;
	margin: 0 10px;
	height: 45px;
	border-radius:50px;
	line-height: 2;
}


.post-type-archive-news .type-news {
	margin-bottom: 30px;
}

.post-type-archive-news .type-news .titre-news {
	margin-bottom: 30px;
}
.post-type-archive-news .titre-news a{
	font-weight: bold;
	color:#ec5c33;
}


.single-news .type-news .titre-news {
	color: #29235c;
	font-weight: bold;
}


.single-news .post-thumbnail img {
	width: 100%;
	margin-top: -200px;
	object-fit: cover;
	height: 500px;
}

.post-type-archive-news .type-news:before {
	display: none;
}
.post-type-archive-news .post-thumbnail {
	float: left;
	width: 30%;
	padding-right: 10px;
}

.post-type-archive-news .entry-content {
	float: left;
	width:70%;
	padding-left: 15px;
	clear: right;
	color: #29235c;
	font-size: 18px;
}

label.pj {
	color: #ffffff !important;
	margin-top: 10px;
	margin-bottom: 5px !important;
}

.wpcf7-form-control-wrap.checkbox-961{
	width: 100%;
}

.wpcf7-list-item-label {
	color: #ffffff !important;
	padding-left: 15px !important;
}

.error404 .titre-ameliorer {
	line-height:300px !important;
}
.mentions .titre-page {
	color: #ec5c33;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
.mentions h2 {
	color: #ec5c33;
	font-weight: bold;
}

.mentions a {
color: #ec5c33;
}

.page-id-9 {
	overflow-x: hidden;
}
.titre-page-actu {
	color: #ec5c33;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 100px;
}


.wpnaw-news-pagination .page-numbers {
	font-weight: bold;
	font-size: 19px !important;
	color:#a1a1a1 !important;
	border:none;
	background-color:transparent;
}

.wpnaw-news-pagination .current {
	font-size: 28px !important;
	color:#29235c !important;
}

.actus .wpnaw-news-pagination .next, .wpnaw-news-pagination  .prev {
	border: 1px solid #E75C33;
	border-radius:50px;
	color:#29235c;
	position: relative;
	font-size: 0 !important;
	width:44px;
	height: 44px;
	line-height: 40px;
}

.actus .wpnaw-news-pagination .next:after {
	content:">";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	font-size: 20px;
	color:#29235c;
}

.actus .wpnaw-news-pagination .prev:after {
	content:"<";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	font-size: 20px;
	color:#29235c;
}


.single-news #orange-droite {
	background-image: url(http://fgt.equipia.fr/wp-content/uploads/2019/05/roll_produits.png);
	background-size: 100%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.single-news #orange-gauche {
	background-image: url(http://fgt.equipia.fr/wp-content/uploads/2019/05/roll_produits.png);
	background-size: 100%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.nav-links a {
	color: #29235c;
}



.slider-active a, .slider-active {
	color:#E75C33 !important;
	position: relative !important;
}

.slider-active a:after {
    position: absolute !important;
	/* right: calc(-200% - 30px) !important; */
	right: -200px;
    width: 80% !important;
    height: 2px !important;
    background-color: #e75c33 !important;
    content: "" !important;
	top: 50% !important;
	display:block !important;
    
}

.slider-active:after {
		right: calc(-200% - 30px) !important;
		/* right: -200px; */
		width: 200% !important;
		height: 2px !important;
		background-color: #e75c33 !important;
		content: "" !important;
		top: 15px !important;
		display:block !important;
		position: absolute !important;
		transform: rotate(180deg) !important;
}

#n2-ss-2 .n2-ss-layers-container {
	margin-top:0 !important;
}

.img-slider-sf {
	position: relative !important;
	margin-left: 100px !important;
	
}
.img-slider-sf:after {
	content: "" !important;
    position: absolute !important;
    top: -115px !important;
    left: -135px !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url(./img/bg/histoire-bg.png) !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    display: block !important;
}

.slider-active a:before, .slider-active:before  {
    content: "" !important;
    width: 24px !important;
    height: 27px !important;
    background-image: url(./img/bg/slider-before.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute !important;
    left: -60px !important;
    top: 30px !important;
    display: block !important;
}


/* responsive */

@media(max-width:1580px) {
	.news .wpnaw-news-grid-main h2.wpnaw-news-title a, .news .wpnaw-news-slider h2.wpnaw-news-title a, .news .wpnaw-list-main h2.wpnaw-news-title a, .news .wpnaw-gridbox-main h2.wpnaw-news-title a, .news .wpnaw-news-slider-widget h2.wpnaw-news-title a, .news .wpnaw-news-gridbox-slider h2.wpnaw-news-title a {
		font-size: 24px !important;
	}
}
@media(max-width:1400px) {
	.deroulement .texte-droite {
		padding: 50px 60px;
	}
}
@media(max-width:1440px) {
	.bloc-produit {
		width: 90%;
		margin-left: 5%;
	}
	.titre-produit {
		margin-left: 5%;
	}
	.actus .wpnw-first:first-child .wpnaw-news-title, .actus .wpnw-first:first-child .wpnaw-news-content {
		width: calc(40% - 30px) !important;
	}

	.bloc-prod-hover {
		height: 450px;	
		max-width: 540px;
		width: 90%;
		margin: 0 auto;
	}
}

@media(max-width:1340px) {
	.news .wpnaw-news-title br {
		display: none;
	}
}

@media(min-width:1341px) {
	.wpnaw-news-title:not(.wpnaw-news-title:first-child) {
		height: 80px;
	}

}
@media(max-width:1320px) {

	.notre-savoir-faire .savoir-faire {
		padding-right: 0 !important;
	}
	.savoir-faire .sous-titre br {
		display: none;
	}
}

@media(max-width:1300px) {
	.bloc-prod-hover {
		height: 400px;
		font-size: 16px;
	}
	.img-savoir-faire {
		transform: translateX(155px);
	}

	.bloc-produit {
		height: 400px;
	}

	.actus .wpnaw-news-content {
		width: 100% !important;
	}

	.actus .wpnw-first:first-child .wpnaw-news-title, .actus .wpnw-first:first-child .wpnaw-news-content {
		margin-left: 0 !important;
	}



	.img-slider-sf {
		margin-left: 40px !important;
	}


}

@media(max-width:1200px) {
	.deroulement .texte-droite {
		padding: 50px 20px;
	}

	.deroulement .bloc-bleu {
		padding: 60px 100px;
	}

	.deroulement .bloc-bleu {
		padding: 60px;
	}

	.nos-produits {
		padding: 0 60px;
	}

	.img-savoir-faire {
		transform: translateX(60px);
	}

	.slider-produits .img-slider-produit {
		margin-right: 50px !important;
	}

	.img-ar-plan{
		height: 430px;
	}

	.product-pictures .product-image{
		right: 60px;
	}


}
@media(max-width:1170px) {
	.slider-active a:before, .slider-active:before {
		display:none !important;
	}
}

@media(max-width:1150px) {
	.bloc-produit {
		height:340px;
	}

	.bloc-prod-hover {
		height: 340px;
		font-size: 14px;
	}

}

@media(max-width:1130px) {
	.header {
		padding: 15px 30px;
	}
}

@media(max-width:1100px) {
	.news {
		padding: 90px 70px;
	}

	footer {
		padding: 30px 70px;
	}

	.bloc-header .gros-titre {
		font-size: 55px;
	}
}


@media(max-width:1030px) {
	.menu-container .menu-item a {
		padding: 10px 20px;
	}
}
@media(max-width:1024px) {
	.notre-savoir-faire .savoir-faire {
		padding: 40px 35px;
	}
}

@media(min-width:580px) AND (max-width:991px) {
	.img-slider .img-slider-1 img {
		
		width: 300px!important;
		height:auto !important;
	}

	.img-slider .img-slider-2 img {
		width: 300px!important;
		height:auto !important;

	}

	.img-slider .img-slider-1 {
		right: 500px !important;
		top: 0px !important;
		left: unset !important;
		
	}

	.img-slider .img-slider-2  {
		right: 0 !important;
		top: 100px !important;
		
	}
}

@media(max-width:991px) {
	.header {
		top: 50px;
	}

	.deroulement .texte-droite {
		padding: 50px 60px;
	}

	.img-savoir-faire {
		transform: none;
		max-width:80%;
		margin:0 auto;
	}

	.img-savoir-faire img {
		display: block;
		margin: 0 auto !important;
	}

	.notre-savoir-faire .savoir-faire {
		padding: 30px 50px;
	}

	.container-picto {
		display:inline-block !important;
	}

	.news .wpnaw-news-grid-main h2.wpnaw-news-title a, .news .wpnaw-news-slider h2.wpnaw-news-title a, .news .wpnaw-list-main h2.wpnaw-news-title a, .news .wpnaw-gridbox-main h2.wpnaw-news-title a, .news .wpnaw-news-slider-widget h2.wpnaw-news-title a, .news .wpnaw-news-gridbox-slider h2.wpnaw-news-title a {
		font-size: 20px;
	}

	.container-picto .panel-grid-cell {
		width: 33.333333% !important;
		float: left;
	}

	.container-picto {
		padding: 0 80px !important;
	}

	.container-picto .widget-title {
		height:40px;
	}

	.secteur-activite .text-contact-sa  {
		margin-top: 0;
	}

	.secteur-activite .container-picto {
		margin-bottom: 0 !important;
	}

	.btn-actus {
		float: none;
	}


	.deroulement .texte-droite {
		padding-bottom: 0;
	}

	.deroulement {
		margin-bottom: 0;
	}

	footer #footer-droite .panel-layout .panel-grid-cell {
		width: 50%;
		float: left;
	}

	footer #footer-droite .panel-layout, footer #footer-droite .panel-grid {
		width: 100%;
		display: inline-block;
	}

	footer #pl-w5ccc5ab20afbe .panel-grid-cell {
		height: 160px !important;
	}




	.slider-produits .slider-link.active:after, .slider-produits .slider-link:hover:after {
		width: 30vw;
	}

	#pl-w5cd1852f945ca .panel-grid-cell {
		width: 33.33333333% !important;
	}

	.bloc-header {
		padding: 40px 30px;
		height: 600px;
	}


	.histoire-droite {
		padding-left: 0;
	}

	.histoire-droite .img-histoire-2 img {
		width: 100% !important;
	}

	.histoire-droite .img-histoire-2 {
		width: 100% !important;
	}

	.points-forts-texte {
		padding-left: 0;
	}
	.container-custom-2 {
		padding: 40px;
	}

	.img-histoire {
		margin-bottom: 60px;
	}
	.chiffres-cles {
		padding-left: 5vw;
		padding-right: 5vw;
		padding-bottom: 0px;
	}

	.chiffres-cles.container-cc {
		padding-bottom: 30px;
	}

	#equipe-gauche {
		padding: 15px 40px;
	}

	.custom-2 {
		padding: 40px;
		padding-left: 5vw;
		padding-right: 5vw;
		margin: 0 auto;
	}

	.page-id-9 footer {
		padding-top: 40px;
	}

	.orange-bottom {
		margin-bottom: 0;
	}


	.bloc-produit {
		height:400px;
		width: 100% !important;
		margin-left: 0 !important;
		margin: 0 auto !important;
		margin-top: 30px;
	}

	.bloc-prod-hover {
		height: 400px;
		font-size: 16px;
	}


	.titre-produit {
		margin-left: 0;
		display: block;
		text-align: center;
		margin-top: 30px !important;
		margin-bottom: 50px !important;
	}


	.page-id-12 .orange-bottom {
		margin-top: 0 !important;
	}


	#consultez-nous {
		margin-top: 0;
		width: 100%;
	}

	.custom {
		width: 90vw;
	}

	.page-id-9 footer, .page-id-12 footer, .page-id-18 footer, .page-id-15 footer, .page-id-21 footer, .page-id-417 footer, .single-news footer {
		padding-top: 30px;
	}

	.bloc-contact {
		padding: 30px 50px;
	}
	#bloc-contact-droite {
		padding: 30px;
		padding-left: 50px;
	}

	.img-slider-sf:after {
		display:none !important;
	}

	.menu-container .menu-item:hover a:after, .current_page_item a:after {
		display: none;
	}


	.bloc-product{
		flex-direction: column;
	}

	.col-product{
		width: 100%;
	}

	.container-slide{
		margin-bottom: 100px;
	}

	.product-pictures{
		height: 400px;
	}

	.product-pictures .product-image{
		right: 0;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.img-ar-plan{
		display: none;
	}

}

@media screen and (min-width: 992px) {
	.btnmobile{
		display: none;
	}
}

@media(min-width:375px) AND (max-width:991px) {
	.chiffres-cles {
		display:inline-block !important;
		width: 100%;
		margin-bottom: 0 !important;
		margin-bottom: -6px !important;
	}
	.chiffres-cles .panel-grid-cell {
		width: 50% !important;
		float: left !important;
		
	}
}
@media(min-width:580px) AND (max-width:991px) {
	.orange-bottom {
		display: inline-block !important;
		width: 100% !important;
		margin-bottom: -6px;
	}
	.orange-bottom .panel-grid-cell  {
		float: left !important;
		width: 50% !important;
	
	}
}
@media(max-width:970px) {
	#rev_slider_2_2 {
		margin-top: 25px !important;
	}
}

/* @media(max-width:825px) {
	.img-slider {
		top: 600px !important;
		left: 0 !important;
		position:static !important;
		
	}
} */
@media(max-width:780px){
	#rev_slider_2_2 {
		margin-top: 115px !important;
	}
}
@media(max-width:768px) {
	.container-slide{
		margin-bottom: 60px;
	}

	.product-name{
		align-items: center;
	}

	.news .wpnews-medium-4 {
		width: 100%;
		margin-bottom: 30px;
	}

	.notre-savoir-faire {
		padding-bottom: 0;
		padding-top: 0;
	}

	.container-picto {
		padding: 0 !important;
	}

	.slider-produits .slider-link.active:after, .slider-produits .slider-link:hover:after {
		display: none;
	}

	#panel-w5ccff8daa5b53-0-0-0 {
		margin-bottom: 0 !important;
	}

	.news {
		padding: 50px;
	}

	.secteur-activite {
		padding-left: 15px;
		padding-right: 15px;
	}

	.nos-produits {
		text-align: center;
	}
	.nos-points-forts .image-gauche .sow-image-container:before, .nos-points-forts .image-droite .sow-image-container:before {
		bottom: -40px;
	}

	
	.bloc-header .titre-page {
		margin-top: 90px;
	}

	.bloc-header {
		height: 540px;
	}

	.bloc-header .gros-titre {
		font-size: 52px;
	}

	.bloc-orange {
		font-size: 24px;
	}

	footer {
		padding: 30px;
	}


	.actus .wpnw-first:first-child .wpnaw-news-image-bg , .actus .wpnw-first:first-child .wpnaw-news-title, .actus .wpnw-first:first-child .wpnaw-news-content {
		width: 100% !important;
		float:none !important;
		display:block !important;	
	}
	.actus .wpnw-first:first-child .wpnaw-news-image-bg {
		height: 320px !important;
	}

	.actus .wpnews-medium-4 {
		width: 50% !important;
	}
	.actus .wpnw-first:first-child {
		width: 100% !important;
	}


	.img-slider-sf {
		margin-left: 30px !important;
	}

	.titre-slider-sf {
		padding-bottom: 30px !important;
	}

	.link-sf-1 a, .link-sf-2 a, .link-sf-3 a {
		padding-bottom: 0px !important;
		padding-top: 5px !important;
	}

	.slider-active:before {
		display:none !important;
	}

	.slider-produits .slider-link.active a:after, .slider-produits .slider-link a:hover:after {
		display: none !important;
	}

	.slider-produits .img-slider-produit:after {
		display: none !important;
	}


	.slider-produits .img-slider-produit {
		margin-right: 0;
	}

	.slider-produits .slider-link.active a:after, .slider-produits .slider-link a:hover:after { 
		display:none !important;
	}
	.bloc-header {
		padding: 70px 30px;
	}



	.slider-produits .n2-section-smartslider  {
		margin-top: 100px;
	}
	.savoir-faire {
		text-align: center;
	}
	.savoir-faire .sous-titre {
		font-size: 30px;
	}

	.notre-savoir-faire .ow-button-base.ow-button-align-left {
		text-align: center;
	}

	.slider-sf {
		max-height: 445px;
	}


	#fgt-recrute {
		text-align: center;
		/* font-size: 22px; */
	}

	.histoire-droite .texte-2x, .histoire-droite .texte, .bloc-point-fort {
		width: 100%;
	}

	.slider-produits .img-slider-produit img {
		max-width:300px !important;
	}

}

@media(max-width:700px) {
	.deroulement .bloc-bleu {
		margin-top: -100px;
	}

	.img-slider-sf:after {
		display: none !important;
	}
	.img-slider-sf {
		margin-left: 0 !important;
	}

	.slider-active a:after {
		display:none !important;
	}

	.slider-sf {
		max-height: unset;
	}

	.wpnaw-news-grid:first-child .readmorebtn {
		position: static !important;
	}
}

@media(max-width:630px) {
	.actus .wpnw-first:first-child .wpnaw-news-grid-content {
		height:auto !important;
	}
}

@media(max-width:600px) {
	.slider-produits #rev_slider_2_2_wrapper {
		margin-left: -5px !important;
		width: calc(100% + 5px) !important;
	}
}

@media(max-width:590px) {
	.deroulement .bloc-bleu {
		padding: 20px;
	}
	.deroulement .bloc-bleu .titre-bloc-bleu h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.deroulement .bloc-bleu .texte-bloc-bleu {
		font-size: 17px;
	}

	.sous-titre {
		font-size: 26px !important;
	}

	#panel-w5ccaf77026b31-0-1-0 {
		margin-bottom: 0 !important;
	}
}

@media(max-width:580px) {
	.custom {
		width: 90vw;
	}

	.bloc-orange {
		padding: 20px 30px;
	}

	.header {
		background-color: #29235c;
		position: static;
	}

	.header .logo img {
		display: block;
		margin: 0 auto;
	}

	.nos-produits {
		padding: 0 20px;
	}
	.news {
		padding: 40px 15px;
	}
	footer {
		padding: 30px 15px;
	}

	footer #footer-droite .panel-layout .panel-grid-cell {
		width: 100%;
		float: none;
	}

	footer #pl-w5ccc5ab20afbe .panel-grid-cell {
		height: auto !important;
	}
	.deroulement .texte-droite {
		padding: 20px 20px 0px 20px;
	}

	.news {
		padding-bottom: 0;
	}
	.news .wpnews-medium-4:last-child {
		margin-bottom: 0;
	}
	.news #panel-w5ccff8daa5b53-0-0-0, .news #pgc-w5ccff8daa5b53-0-0 {
		margin-bottom: 0 !important;
	}

	.deroulement .bloc-bleu:after {
		bottom: -30px;
		height: 30px;
	}

	#pl-w5cd1852f945ca .panel-grid-cell {
		width: 100% !important;
	}
	#mentions-footer {
		display: block;
	}

	.bloc-produit {
		padding: 0 50px;
		display:flex;
		align-items: center;
		justify-content: center;
	}
	#consultez-nous {
		margin-bottom: 50px;
		padding: 25px 30px;
	}

	
	.bloc-produit .sow-image-container {
		position: static !important;
		transform:none !important;
		margin: 0 auto !important;
	}

	.bloc-header {
		height:400px;
	}

	.bloc-header .gros-titre {
		/* font-size: 42px; */
		font-size: 34px;
	}

	.bloc-header .titre-page {
		margin-top: 0;
	}

	.orange-bottom {
		margin-bottom: 30px;
	}

	.actus .wpnews-medium-4 {
		width: 100% !important;
	}
	.actus .wpnw-first:first-child {
		width: 100% !important;
	}


	.chiffres-cles .nb-anime {
		font-size: 24px;
	}
	.chiffres-cles .nb-anime {
		width: 80%;
	}

	#fgt-recrute {
		font-size: 22px;
	}


	.deroulement .bloc-bleu .titre-bloc-bleu h2, .deroulement .bloc-bleu .titre-bloc-bleu h1 {
		font-size: 42px;
	}


	.page-id-21 header {
		height: 200px;
	}
}

@media(max-width:480px) {
	
		
	
	#n2-ss-2 .n2-ss-layer{
		font-size: 16px !important;
	}
	
	.deroulement .bloc-bleu {
		margin-top: -30px;
	}

	.sous-titre {
		font-size: 20px !important;
	}

	.actus .wpnw-first:first-child {
		margin-top: 0;
	}
	.slider-produits .n2-section-smartslider {
		
		margin-bottom: -200px;
	}
}

@media(max-width:450px) {
	.container-picto .panel-grid-cell {
		width: 50% !important;
	}
	.notre-savoir-faire .savoir-faire {
		padding: 30px !important;
	}

	.titre-activite {
		font-size: 24px;
	}
	
	.panel-widget-style-for-12-4-0-2, .panel-widget-style-for-12-5-1-2{
		font-size: 15px;
	}
	.titre-produit{
		margin-bottom: 0px !important;
	}
	#pg-12-0, #pg-12-1, #pg-12-2, #pg-12-3, #pg-12-4, #pg-12-5, #pg-12-6, #pl-12 .so-panel {
		margin-bottom: 12px !important;
	}
}

@media(max-width:425px) {
	.bloc-header .gros-titre {
		font-size: 30px;
	}
	#pg-w5ce4075dec137-0 {
		padding-bottom: 30px;
	}
	.bloc-header {
		height: 420px !important;
	}
	.bloc-header .titre-page {
		margin-top: 0;
	}

	.actus .wpnaw-news-content {
		padding: 10px 15px;
	}

	.actus .wpnaw-news-title {
		padding-left: 15px;
	}
}

@media(max-width:375px) {
	.bloc-header .gros-titre {
		font-size: 24px;
	}
	.bloc-header {
		height: 300px;
	}

	.news:before {
		height: 200px;
	}

	.bloc-prod-hover {
		font-size:14px !important;
	}

	.texte-2x {
		font-size: 20px;
	}
}

@media(max-width:350px) {

	.secteur-activite {
		padding: 15px 0;
	}
	.titre-activite {
		font-size: 28px;
	}
	body .sous-titre {
		font-size: 16px !important;
	}
}


@media(max-width:991px) {
	.single-news .type-news .post-thumbnail, .post-type-archive-news .post-thumbnail {
		
		width: 100%;
		float: none;
	}
	
	.single-news .type-news .entry-content, .post-type-archive-news .entry-content {
		float: none;
		width:100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.single-news #content {
		padding: 0 15px;
	}
	.bloc-prod-hover {
		width: 100%;
	}
	.slider-active:after {
		display: none;
		}
		
		.slider-active:before {
			display: none;
		}


		

}



@media(max-width:480px) {
	body #n2-ss-2 .n2-ss-layer-content {
		padding: 10px !important;
	}
}

@media(max-width:340px) {
	.slider-produits .n2-section-smartslider {
		margin-bottom: -40px;
	}
}




/* fin responsive */







.page-id-503 .slider-produits {
	margin-top: 0 !important;
}

#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border:none !important;
}

#cf7md-form .mdc-text-field .mdc-floating-label {
	left: 0 !important;
}

#cf7md-form .mdc-text-field--textarea .mdc-floating-label {
	left: -10px !important;
	color:rgb(186, 186, 186) !important;
}

#cf7md-form .wpcf7-not-valid-tip {
	color:#d22222;
}




.nos-points-forts {
	overflow-x:hidden;
}

.orange-bottom .panel-grid-cell {
	margin-bottom: 0 !important;
}


.page-id-21 header {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 10, 0.35) 0%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0, 0, 0, 0.08) 82%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.wpnaw-image-fit .wpnaw-news-image-bg img {
	object-position: center center !important;
}


@media(max-width:1272px) {
	.news .wpnaw-news-title {
		height:unset;
	}
}



#cf7md-form.cf7md-form+.wpcf7-mail-sent-ok {
	color: #ffffff !important;
	border-bottom-color: #fff !important;
	font-size: 18px !important;
}
.grecaptcha-badge {
	display: none;
}

.type-news a {
	color: #666;
	font-weight: bold;
}
.wpnaw-news-short-content{
    margin-bottom: 15px;
}

.wpnaw-news-grid  .wpnaw-news-grid-content {
    height: 100%
}
.actus .readmorebtn{
    position: relative !important;
    display: inline-block;
}


.wpnaw-news-grid:first-child .readmorebtn{
    bottom: auto !important;
}

@media only screen and (max-width: 991px){
    .wpnews-medium-4 {
    width: 50%;
}
}
