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

berger 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 {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}
img:focus,
img:focus-visible,
img:focus-within{
	outline: none;
	border: none;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	color: #414042;
}
a:visited {
	color: #414042;
}

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

a:focus {
	outline: none;
}

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 rgb(145 145 145 / 20%);
	border-radius: unset;
	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;
}

input::placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder{
	opacity: 0.3;
}
.quform-upload-dropzone {
    padding: 8px 15px;
    text-align: left;
    max-width: 100%;
    border: 1px solid rgb(145 145 145 / 20%);
    font: normal normal normal 18px/35px Poppins;
    letter-spacing: 0.18px;
    color: #414042;
}
.quform-upload-dropzone span.quform-upload-dropzone-icon,
.quform-upload-dropzone span.quform-upload-dropzone-text{
	opacity: 0.3;
}
select {
	cursor: pointer;
}

select:focus {
    outline: none;
    border: none;
	border-bottom: 1px solid rgb(238 49 36 / 30%);
    background-color: transparent;
    box-shadow: none;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

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

/** Fonts start here **/
@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Medium.eot');
	src: url('assets/fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/poppins/Poppins-Medium.woff2') format('woff2'),
		url('assets/fonts/poppins/Poppins-Medium.woff') format('woff'),
		url('assets/fonts/poppins/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Light.eot');
	src: url('assets/fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/poppins/Poppins-Light.woff2') format('woff2'),
		url('assets/fonts/poppins/Poppins-Light.woff') format('woff'),
		url('assets/fonts/poppins/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Bold.eot');
	src: url('assets/fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
		url('assets/fonts/poppins/Poppins-Bold.woff') format('woff'),
		url('assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-SemiBold.eot');
	src: url('assets/fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
		url('assets/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
		url('assets/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/poppins/Poppins-Thin.eot');
	src: url('assets/fonts/poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/poppins/Poppins-Thin.woff2') format('woff2'),
		url('assets/fonts/poppins/Poppins-Thin.woff') format('woff'),
		url('assets/fonts/poppins/Poppins-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
/** Fonts end here **/
/** Common CSS start here **/
body {
	background: #fff;
	font-family: 'Poppins';
}
.iwt-loadbar {
	position: fixed;
	z-index: 1000;
	width: 0%;
	height: 3px;
	background-color: #EE3124;
	top: 0;
	left: 0;
}
.grid-container {
    width: 100%;
    margin: 0 auto;
    max-width: 91.146%;
}
h1 {
    text-align: left;
    font: normal normal 500 40px/45px Poppins;
    letter-spacing: 0.5px;
    color: #414042;
    text-transform: uppercase;
    margin: 0px;
}

.act-des-heading h1 {
    text-align: left;    
    letter-spacing: 0.5px;
    color: #414042;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 8px;
}
.privacy-policy h2 {
    text-align: left;
    font: normal normal 500 50px/55px Poppins;
    letter-spacing: 0.5px;
    color: #414042;
    text-transform: uppercase;
    margin: 0px;
}
h1 span{
	font-weight: 100;
}
h2{
	font: normal normal 300 35px/40px Poppins;
	letter-spacing: 0.35px;
	color: #414042;
	text-transform: uppercase;
	opacity: 1;
}
h3{
	text-align: left;
	font: normal normal 300 26px/33px Poppins;
	letter-spacing: 0.26px;
	color: #FFFFFF;
	text-transform: uppercase;
}
h4{
	text-align: left;
	font: normal normal normal 22px/30px Poppins;
	letter-spacing: 0.22px;
	color: #EE3124;
	text-transform: uppercase;
}
h5 {
	text-align: left;
	font: normal normal 300 18px/35px Poppins;
	letter-spacing: 0.18px;
	color: #414042;
}
h6 {
	text-align: left;
	font: normal normal 300 15px/20px Poppins;
	letter-spacing: 0.15px;
	color: #414042;
	text-transform: uppercase;
}
h6 b {
    font-weight: bold;
}
p{
	text-align: left;
	font: normal normal normal 18px/35px Poppins;
	letter-spacing: 0.18px;
	color: #414042;
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0px;
}
.post-taxonomy ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.post-taxonomy ul li a {
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 17px;
    padding: 5px 13px;
	white-space: nowrap;
}
.post-title a {
    text-align: left;
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    opacity: 1;
}
.common-btn {
	text-align: left;
	font: normal normal bold 15px/21px Poppins;
	letter-spacing: 0.45px;
	color: #414042;
	text-transform: uppercase;
	opacity: 1;
    display: inline-flex;
    align-items: center;
}
.common-btn img {
    width: 20px;
    height: auto;
    margin-bottom: 6px;
    object-fit: cover;
    margin-left: 10px;
}
.common-btn-red img {
    width: 26px;
    margin-left: 17px;
	margin-bottom: 0;
}
.triangle-title {
    background-image: url(./assets/images/triangle-img.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: top 0px left 0px;
    padding-left: 22px;
    padding-top: 10px;
}
.slick-next:before,
.slick-prev:before,
.slick-dots li.slick-active button:before,
.slick-dots li button:before{
	content: unset;
}
.slick-arrow {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 20px;
	left: unset;
    right: 20px;
    transform: none;
    top: unset;
    width: 25px;
    height: 25px;
}
.slick-prev {
    background-image: url(./assets/images/arrow-left.svg);
    left: unset;
    right: 90px;
    z-index: 1;
}
.slick-next{
	background-image: url(./assets/images/arrow-right.svg);
}
.slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}
ul.slider-dots,
.slick-dots {
	list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.slider-dots li,
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
ul.slider-dots li button,
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    background: rgb(145 145 145 / 25%);
	border-radius: 50%
}
.slick-dots li.slick-active button {
    background: #EE3124;
}
.page-wrap-inner {
    position: relative;
    overflow: hidden;
}
.page-wrap-inner .grid-line-wrap {
	width: 100%;
    margin: 0 auto;
	max-width: calc(91.146% - 30px);
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-wrap-inner .grid-line {
    position: absolute;
    display: block;
    content: '';
    background-image: linear-gradient(to bottom, #707070 10%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 1px 10px;
    background-repeat: repeat-y;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}
.page-wrap-inner .grid-line--1 {
    left: 0px;
}
.page-wrap-inner .grid-line--2 {
    left: 25%;
}
.page-wrap-inner .grid-line--3 {
    left: 50%;
}
.page-wrap-inner .grid-line--4 {
    left: 75%;
}
.page-wrap-inner .grid-line--5 {
    right: 0px;
}
/** Common CSS end here **/
/** Header Animation CSS start here **/
.start-load {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000
}
.start-load__wrap-anim {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all 1s ease
}
.start-load__wrap-anim.loaded {
	opacity: 0;
	transition: all 1s ease
}
.start-load lottie-player {
	width: 400px;
	height: 400px
}
.start-load-item {
	position: absolute;
	width: 50vw;
	background-color: #fff;
	height: 100%
}
.start-load-item--left {
	top: 0;
	left: 0;
	transition: all 1s ease
}
.start-load-item--right {
	top: 0;
	right: 0;
	transition: all 1s ease
}
.start-load.loaded .start-load-item--left {
	transform: translateX(-100%);
	transition: all 1s ease
}
.start-load.loaded .start-load-item--right {
	transform: translateX(100%);
	transition: all 1s ease
}
/** Header Animation CSS end here **/
/** Header CSS start here **/
.site-header {
    margin-bottom: -75px;
    padding-bottom: 50px;
}
.site-header .header-logo > a {
    max-width: 290px;
    width: 100%;
}
.site-header .header-logo > a img,
.site-header .header-logo > a lottie-player {
    width: 100%;
    height: auto;
}
.site-header .header-menu ul {
    display: block;
}
.site-header .header-menu ul li a,
.footer-menu ul li a{
	display: inline-block;
	font: normal normal 500 15px/20px Poppins;
	letter-spacing: 0.15px;
	color: #414042;
	text-transform: uppercase;
	opacity: 1;
	padding: 5px;
}
.site-header .header-menu ul .current-menu-item a,
.site-header .header-menu ul .iwt-parent-post a,
.site-header .header-menu ul .current-page-ancestor a,
.iwt-res-top ul .iwt-parent-post a,
.iwt-res-top ul .current-menu-item a,
.iwt-res-top ul .current-page-ancestor a,
.footer-menu ul .current-menu-item a,
.footer-menu ul .current-page-ancestor a,
.site-header .header-menu ul li a:hover,
.iwt-res-top ul li a:hover,
.footer-menu ul li a:hover,
.footer-copyright-area .copy-right-text p a:hover {
    color: #EE3124;
}
.site-header .header-menu ul li a {
    padding: 10px 5px 5px 0px;
}
.footer-menu ul li.employee-page a,
.site-header .header-menu ul li.employee-page a{
	display: inline-flex;
	align-items: center;
}
.footer-menu ul li.employee-page span.iwt-emp-count,
.iwt-res-top ul li.employee-page span.iwt-emp-count,
.site-header .header-menu ul li.employee-page span.iwt-emp-count {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background: #EE3124;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
	margin-left: 1px;
}
.lang-switcher {
    padding-top: 24px;
    padding-left: 24px;
}
.lang-switcher select{
	display: none;
}
.lang-switcher ul {
	margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.lang-switcher ul li {
    text-align: left;
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    opacity: 0.5;
	cursor: pointer;
}
.lang-switcher ul .custom-option.active{
	opacity: 1;
}
.site-header .header-menu{
	padding-top: 24px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}
.site-header .header-content {
    background: #EE3124;
    height: calc(100% - 25px);
    display: block;
	padding: 20px 50px;
	text-align: left;
	width: calc(100% - 1px);
}
/* .home .site-header .header-content{
	width: 0;
	padding-left: 0px;
    padding-right: 0px;
	transition: width 1s;
	opacity: 0;
}
.home .site-header .header-content.is-active {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
	opacity: 1;
} */
.site-header .header-content h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}
.site-header .header-content > a {
    text-align: left;
    font: normal normal bold 15px/20px Poppins;
    letter-spacing: 0.45px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    display: flex;
    align-items: center;
}
.site-header .header-content > a img {
    width: 20px;
    height: auto;
    margin-bottom: 6px;
    object-fit: cover;
    margin-left: 10px;
}
.site-header .header-logo {
	padding-top: 24px;
    padding-left: 13px;
    padding-right: 40px;
}
.footer-left-title h3 {
    font: normal normal 300 35px / 40px Poppins;
    letter-spacing: 0.35px;
    color: #414042;
    text-transform: uppercase;
    opacity: 1;
}
.cell h2 {
    text-align: left;
    font: normal normal 500 25px / 30px Poppins;
    letter-spacing: 0.5px;
    color: #414042;
    text-transform: uppercase;
}

.trianglecss h2 {
    text-align: left;
    font: normal normal 500 40px / 45px Poppins;
    letter-spacing: 0.5px;
    color: #414042;
    text-transform: uppercase;
    margin: 0px;
}

.home .reference h2 {
    text-align: left;
    letter-spacing: 0.5px;
    color: #414042;
    text-transform: uppercase;
    margin: 0px;
}

.contact-form-right h2 {
    text-align: left;
    font: normal normal 500 50px / 55px Poppins;
    letter-spacing: 0.5px;
    color: #414042;
    text-transform: uppercase;
    margin: 0px;
}
.cell h2 span{
	font-weight: 100;
}
/* .cell . */
.home .site-header .header-logo,
.home .site-header .header-content,
.home .site-header .lang-switcher,
.home .site-header .header-menu,
.home .site-header .mobile-menu-icon {
    opacity: 0;
}
.home .site-header .header-logo.is-active,
.home .site-header .header-content.is-active,
.home .site-header .lang-switcher.is-active,
.home .site-header .header-menu.is-active,
.home .site-header .mobile-menu-icon.is-active {
    opacity: 1;
	animation-name: fadeInLeft;
    animation-fill-mode: both;
    animation-duration: 0.4s;
    animation-delay: 0s;
} 
/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.iwt-res-menu {
    background: #fff;
    height: 100vh;
    overflow-x: auto;
    padding: 145px 39px 25px 49px;
    position: fixed;
    left: 0;
    width: 100vw;
    top: -115%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 2;
    transition: top 1s cubic-bezier(.90,0,.90,1);
}
.iwt-res-menu.open {
    top: 0px;
}
.main-navigation li.current-menu-item:not(.common-btn-menu)::before {
    content: "";
    background: #27C487;
    height: 2px;
    width: 38px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.mobile-menu-icon {
    display: block;
    text-align: right;
    padding: 21px 0px 0px;
}
.mobile-menu-icon .hamburger-icon {
    text-align: left;
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    background-image: url(./assets/images/small-red-plus.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: top 50% right 0px;
    padding-right: 16px;
}
.mobile-menu-icon .hamburger-icon.active {
	background-image: url(./assets/images/red-minus-icon.svg);
}
.site-header .lang-switcher{
	display: none;
}
/** Header CSS end here **/




/** Home: Top banner slider CSS start here **/
.top-banner-sec {
    padding: 0 0 40px;
}
.top-banner-slider .banner-slide {
    position: relative;
}
.top-banner-slider .banner-sld-details {
    display: flex;
    align-items: center;
    gap: 20px;
    background: transparent;
    padding: 0px 115px 10px 22px;
    width: 50%;
    margin: 0px 0px 0px auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-banner-slider {
    position: relative;
    visibility: hidden; /* empêche le flash */
}
.top-banner-slider.slick-initialized {
    visibility: visible; /* affiché uniquement quand Slick est prêt */
}
.top-banner-slider .banner-slide-image {
    overflow: hidden;
    width: 100%;
    clip-path: polygon(50% 10%, 57% 0%, 100% 0%, 100% 90%, 50% 90%, 43% 100%, 0 100%, 0% 10%);
}
.top-banner-slider .banner-slide-image img {
    width: 100%;
    height: auto;
    max-height: 686px;
    object-fit: cover;
    transform: scale(1.1); /* état de base : déjà zoomé */
    transition: all 0.1s ease;
}
/* Slide active : anim vers scale(1) */
.top-banner-slider .slick-current img.is-active {
    animation: zoomOut 4s ease forwards;
    animation-delay: 0s;         /* démarre sans pause */
    -webkit-animation: zoomOut 4s ease forwards;
    -webkit-animation-delay: 0s; /* idem pour Safari */
}
@keyframes zoomOut {
  from { transform: scale(1.1); }
  to   { transform: scale(1); }
}
/** Home: Top banner slider CSS end here **/

/** Home: Banner content section CSS start here **/
.banner-content-sec{
	padding: 100px 0px 80px;
	position: relative;
}
.banner-content-sec::before,
.actuality-desc-sec::before {
    content: "";
    display: block;
    width: 654px;
    height: 800px;
    background-image: url(./assets/images/banner-bg-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top -30px right -175px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.banner-content-sec h1 {
    max-width: 610px;
    margin: 0 auto 0 0;
}
.banner-content-sec .banner-text {
    max-width: 611px;
    margin: 18px auto 50px 0;
}
.parent-page-sec .grid-container > .grid-x > .cell:last-child,
.banner-content-sec .grid-container > .grid-x > .cell:last-child {
    padding-left: 22px;
}
/** Home: Banner content section CSS end here **/
/** Home: Reference section CSS start here **/
.reference-sec {
    padding: 32px 0px 150px;
}
.reference-sec .refer-heading {
    align-items: center;
    padding: 0 22px 30px;
}
.reference-sec .refer-heading .cell:last-child {
    text-align: right;
}
.ref-sld-details {
    padding: 20px 0px 0px;
}
.ref-sld-details .post-title a {
    font: normal normal 500 18px/25px Poppins;
    letter-spacing: 0.18px;
	text-transform: unset;
}
.ref-slide {
    padding: 0px 22px;
}
.galerie-slider .slick-arrow,
.reference-sec .slick-arrow {
    bottom: unset;
    top: -95px;
	width: 36px;
	height: 36px;
}
.reference-sec .slick-arrow {
	top: -75px;
}
.galerie-slider .slick-prev,
.reference-sec .slick-prev {
    left: 460px;
}
.galerie-slider .slick-next,
.reference-sec .slick-next{
	left: calc(460px + 93px);
}
.ref-listing-area .ref-slide-image,
.reference-sec .ref-slide-image {
	width: 100%;
}
.ref-listing-area .ref-slide-image > a,
.reference-sec .ref-slide-image > a{
	position: relative;
	display: block;
}
.ref-listing-area .ref-slide-image img,
.reference-sec .ref-slide-image img {
    max-height: 457px;
	min-height: 457px;
    width: 100%;
    object-fit: cover;
}
.ref-listing-area .ref-slide-image .hover-img,
.reference-sec .ref-slide-image .hover-img {
    position: absolute;
    top: -1px;
    right: 0px;
    width: auto;
    height: auto;
    object-fit: cover;
    max-height: unset;
    min-height: unset;
    opacity: 0;
	transition: opacity 0.5s;
}
.ref-listing-area .ref-slide-image > a:hover .hover-img,
.reference-sec .ref-slide-image > a:hover .hover-img{
	opacity: 1;
}
.ref-slider .slick-list {
    padding-right: 20%;
    margin-right: -20%;
}
/** Home: Reference section CSS end here **/
/** Home: Nos partenaires section CSS start here **/
.nos-partenaires {
    padding: 50px 0px 162px;
}
.nos-partenaires .partner-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-right: 22px;
}
.nos-partenaires h1 {
    max-width: 488px;
    margin: 0 auto 0 0;
}
.nos-partenaires .partner-logos .part-logo {
    background: #F8F8F8;
    opacity: 1;
    width: calc((100% - 60px)/4);
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
	clip-path: polygon(0% 0%, 100% 0, 100% 75%, 75% 100%, 0% 100%);
}
/** Home: Nos partenaires section CSS end here **/
/** Footer CSS start here **/
.site-footer {
	position: relative;
}
.site-footer .bottom-to-top {
    position: absolute;
    right: -120px;
    top: -130px;
	z-index: 1;
}
.footer-top {
    background: #F8F8F8;
}
.footer-top .grid-container > .grid-x > .cell:last-child {
    padding-left: 22px;
}
.footer-top .footer-logo-area {
    display: flex;
    align-items: center;
    padding-left: 22px;
}
.footer-contact-area {
    padding-top: 70px;
}
.footer-left-title {
    max-width: 530px;
    margin: 35px auto 0 20px;
}
.footer-logo {
    max-width: 118px;
    width: 100%;
    height: auto;
}
.footer-copyright-area {
    padding: 24px 0px 26px;
    position: relative;
}
.footer-copyright-area .copy-right-text{
	padding-left: 22px;
}
.footer-copyright-area .sfd-logo {
    padding-right: 22px;
}
.footer-copyright-area .copy-right-text p {
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    opacity: 1;
}
.footer-copyright-area .copy-right-text p a {
    margin-left: 20px;
}
.footer-copyright-area .grid-container .grid-x {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-link a {
    text-align: left;
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    opacity: 1;
}
.contact-link{
	margin-bottom: 29px;
}
.footer-tel,
.footer-email {
    text-align: left;
    font: normal normal bold 18px/35px Poppins;
    letter-spacing: 0.18px;
    color: #414042;
    opacity: 1;
}
.footer-tel span,
.footer-email span {
    width: 36px;
    display: inline-block;
}
.footer-tel span svg,
.footer-email span svg{
    display: inline-block;
	vertical-align: middle;
}
.footer-email {
	margin-bottom: 26px;
}
.footer-menu {
    margin: 100px 0px 35px;
}
.footer-menu ul {
    gap: 20px;
}
.footer-menu ul li:first-child a{
	padding-left: 0px;
}
.social-icons {
	padding-left: 22px;
    list-style: none;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-icons li a img {
    width: 33px;
    height: 33px;
}
.sfd-logo {
    text-align: right;
    display: block;
}
/** Footer CSS end here **/
/** Footer Image section CSS start here **/
.footer-image-sec {
    background: linear-gradient(0deg, #f8f8f8 50%, #fff 50%);
}
.footer-image-sec img {
    width: 100%;
    height: auto;
    clip-path: polygon(50% 0%, 56% 11%, 100% 11%, 100% 100%, 50% 100%, 44% 89%, 0% 89%, 0% 0%);
    overflow: hidden;
    max-height: 579px;
    object-fit: cover;
}
/** Footer Image section CSS end here **/
/** REF-SINGLE: Top banner section CSS start here **/
.top-banner img {
    width: 100%;
    height: auto;
    max-height: 686px;
    clip-path: polygon(50% 10%, 57% 0%, 100% 0%, 100% 90%, 50% 90%, 43% 100%, 0 100%, 0% 10%);
    object-fit: cover;
}
/** REF-SINGLE: Top banner section CSS end here **/
/** REF-SINGLE: Description section CSS start here **/
.description-sec {
    padding: 91px 0 15px 0;
    position: relative;
}
.description-sec .grid-container > .grid-x .cell:first-child {
    padding-top: 44px;
}
.top-to-bottom {
    position: absolute;
    top: 226px;
    left: -120px;
    width: 440px;
    height: 440px;
}
.description-sec .grid-container > .grid-x {
    justify-content: flex-end;
}
.description-sec .post-taxonomy {
    margin: 15px 0px 30px 20px;
}
.description-sec .project-desc {
	padding: 35px 23px 0px 20px;
    display: block;
    align-items: flex-start;
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
    gap: 30px 0px;
	column-count: 2;
	column-gap: 10px;
}
.description-sec .project-desc p {
	display: inline-block;
    /* width: calc(50% - 33px); */
	width: 100%;
    display: block;
	margin: 0px;
	margin-bottom: 30px;
}
.description-sec .desc-repeater {
	position: relative;
    background: #F8F8F8;
    padding: 62px 29px 62px 24px;
}
.description-sec .desc-repeater:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 60px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.description-sec .desc-repeater .desc-item:not(:last-child) {
    margin-bottom: 28px;
}
.description-sec .desc-repeater .desc-item h6{
	margin: 0px;
}
/** REF-SINGLE: Description section CSS end here **/
/** REF-SINGLE: Gallery section CSS start here **/
.gal-slide {
    padding: 0px 23px;
    margin: 0px;
}
.galerie-grid {
    margin: 0px;
}
.galerie-slider .slick-arrow {
    top: -105px;
}
.gal-heading {
    margin:50px 0 60px 20px; /*30-07-2024 */
}
.gal-slide-image {
    width: 100%;
}
.gal-slide-image > a{
    position: relative;
	width: 100%;
}
.gal-slide-image > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 32px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0px;
    right: -1px;
}
.gal-slide-image img:not(.hover-img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gal-slide-image .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity 0.5s;
}
.gal-slide-image > a:hover .hover-img{
	opacity: 1;
}
/** REF-SINGLE: Gallery section CSS end here **/
/** REF-SINGLE: Techniques section CSS start here **/
.techniques-sec {
    padding: 124px 0 65px;
    position: relative;
}
.techniques-sec::before{
    content: "";
    display: block;
    width: 654px;
    height: 800px;
    background-image: url(./assets/images/banner-bg-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 0px right -120px;
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -1;
    transform: rotateY(-180deg) rotateX(0deg);
}
.techniques-sec::before {
    background-position: top 0px right -120px;
    top: 220px;
	left: unset;
    right: 0;
    transform: none;
}
.techniques-sec .grid-container > .grid-x {
    justify-content: center;
}
.tech-title {
    margin: 0 0 53px;
}
.tech_repeater {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 0px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 106px 0;
}
.techr-item {
    width: 50%;
    padding-left: 20px;
    padding-right: 15px;
}
.techr-item h4 {
    margin: 0 0 22px;
}
.tech-des-titre {
    margin: 0 0 53px;
}
.tech-desc {
    margin: 30px 0 0 20px;
}
.tech-intro{
	margin: 0 0 0 20px;
}
.techr-item ul,
.tech-desc ul,
.iwt-acc-list ul,
.child-page-content .banner-text ul {
	list-style: none;
    margin: 0px 0px 0px 20px;
}
.tech-desc ul{
	margin: 0px;
}
.techr-item ul li,
.tech-desc ul li,
.iwt-acc-list ul li,
.child-page-content .banner-text ul li {
    text-align: left;
    font: normal normal normal 18px/35px Poppins;
    letter-spacing: 0.18px;
    color: #414042;
    opacity: 1;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.techr-item ul li::before,
.tech-desc ul li::before,
.iwt-acc-list ul li::before,
.child-page-content .banner-text ul li::before{
	content: "";
	background-color: red;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}
.techr-item ul{
	margin: 0px;
}
.techr-item ul li {
    padding-left: 15px;
}
.techr-item:first-child p {
    padding-right: 10px;
}
/** REF-SINGLE: Techniques section CSS end here **/
/** Reference Archive CSS start here **/
template {
	display: block;
}
.header-shape {
	position: relative;
	z-index: 0;
    background: linear-gradient(330deg, #F8F8F8 50%, transparent 50%);
    display: block;
    width: 100%;
    height: 72px;
}
.error404 .site-header,
.post-type-archive-reference .site-header,
.page-template-metier .site-header {
    padding-bottom: 50px;
}
.ref-taxonomies {
    max-width: 383px;
    margin: 0 21px 0 auto;
	position: relative;
	height: auto;
    width: 100%;
    background-image: url(./assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 17px right 0;
	border-bottom: 1px solid #707070;
    padding: 0;
	cursor: pointer;
}
.ref-taxonomies select {
    border: none;
    background: transparent;
    outline: none;
    font: normal normal 500 15px/50px Poppins;
    letter-spacing: 0.45px;
    color: #414042;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
	text-align: right;
	appearance: none;
	direction: rtl; /* For Safari align right */
}
.ref-taxonomies span.tax-num {
    position: absolute;
    left: 0;
    top: 16px;
    font: normal normal bold 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    opacity: 1;
	z-index: -1;
}
.ref-grid-sec {
    position: relative;
    padding: 125px 0px 63px;
}
.ref-grid-sec::before{
	content: "";
	background: #F8F8F8;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}
.ref-heading-area{
	position: relative;
	margin: 0 0 64px;
}
.ref-listing-area .grid-x {
    gap: 43px 0;
}
.ref-listing-area .ref-sld-details {
    padding: 21px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination {
    margin: 117px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap: 20px;
}
.pagination .page-numbers {
	cursor: pointer;
	border: none;
	outline: none;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
}
.pagination .page-numbers.current {
    background: #F8F8F8;
}
.pagination .next,
.pagination .prev{
	opacity: 0.3;
}
.pagination a:hover, 
.pagination button:hover {
    background: #F8F8F8;
}
/** Reference Archive CSS end here **/
/** Parent page CSS start here **/
.parent-page-sec{
    padding: 95px 0 135px;
    background: #F8F8F8;
}
.error404 .footer-image-sec,
.page-template-metier .footer-image-sec,
.page-template-metier-child-page .footer-image-sec  {
    background: #f8f8f8;
}
.iwt-link-list .iwt-link-item {
    display: block;
    width: 100%;
    margin: 0px 0px 26px;
}
.iwt-link-list .iwt-link-item:last-child{
	margin-bottom: 0px;
}
.iwt-link-list .iwt-link-item a {
	color: #414042;
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 0 13px;
}
.iwt-link-list .iwt-link-item a img{
	width: 25px;
	height: 25px;
}
.iwt-link-list .iwt-link-item a::before{
	content: "";
	display: block;
	background: rgb(112 112 112 / 40%);
	height: 1px;
	width: 0;
	transition: width 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
}
.iwt-link-list .iwt-link-item a:hover::before{
	width: 100%;
}
/** Parent page CSS end here **/
/** METIER Child page CSS start here **/
section.banner-content-sec.child-page-content.banner-content-emploi{
	min-height: 940px;
}
.child-page-content {
    padding: 133px 0px 94px;
}
.child-page-content::before{
	content: unset;
}
.child-page-content > .grid-container > .grid-x,
.banner-content-emploi > .grid-container > .grid-x{
	position: relative;
}
.child-page-content > .grid-container > .grid-x::before,
.banner-content-emploi > .grid-container > .grid-x::before {
    content: "";
    display: block;
    width: 364px;
    height: 655px;
    background-image: url(./assets/images/membres-bg-img.svg);
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 300px;
    left: 0;
    z-index: -1;
}
.child-page-content > .grid-container > .grid-x::before {
    top: 170px;
}
.child-page-content h1 {
    max-width: unset;
    margin: 0;
}
.child-page-content .banner-text {
    margin-top: 0px;
}
.child-page-content .top-to-bottom {
    top: -215px;
    left: unset;
    right: -120px;
}
.iwt-acc-list .iwt-acc-title {
    border-bottom: 1px solid rgb(112 112 112 / 40%);
    padding-bottom: 12px;
    margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	padding-right: 110px;
}
.iwt-acc-list .iwt-acc-content .quform {
    margin-bottom: 60px;
}
.iwt-acc-list .iwt-acc-content ul {
    margin-left: 10px;
    margin-bottom: 30px;
}
.iwt-acc-list .iwt-acc-title::before {
    content: "";
    background-image: url(./assets/images/red-down-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    top: 9px;
    right: 20px;
    transition: all 1s ease;
}
.iwt-acc-list .iwt-acc-title.ui-accordion-header-active::before {
    transform: rotate(180deg);
}
.iwt-acc-list .iwt-acc-content {
    padding: 5px 0px 30px;
}
.top-banner-emploi img {
    max-height: 460px;
}
.banner-content-emploi .iwt-acc-list .iwt-acc-content ul{
	margin-left: 0px;
}
.banner-content-emploi::before{
	content: unset;
}
.page-template-metier-child-page.page-id-14 .footer-image-sec {
    background: linear-gradient(0deg, #f8f8f8 50%, #fff 50%);
}
/** METIER Child page CSS end here **/
/** Default page CSS start here **/
.default-page-sec{
	position: relative;
	padding: 100px 0px;
}
.entry-content h2{
	font-weight: 500;
}
.entry-header {
    margin-bottom: 50px;
}
/** Default page CSS end here **/
/** 404 Page CSS start here **/
.not-found{
	background: #F8F8F8 ;
}
.not-found h1 {
    margin-bottom: 20px;
}
.not-found h2 {
    margin-bottom: 10px;
}
.not-found p {
    margin-bottom: 20px;
}
.not-found {
    height: auto;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-found .cell{
	padding: 100px 0px;
}
/** 404 Page CSS end here **/
/** A Propos: Top banner section CSS start here **/
.apropos-banner-sec{
	padding: 125px 0px 68px;
	background: #fff;
    position: relative;
}
.apropos-banner-heading{
	padding: 0px 0px 55px;
}
.apropos-banner-heading h1 {
    letter-spacing: 0.4px;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
	margin-bottom: 40px;
}
.apropos-banner-heading a.common-btn.common-btn-red {
    padding-left: 23px;
    position: unset;
    width: auto;
    height: auto;
}
.apropos-banner-sec .top-banner img {
    max-height: 579px;
	object-position: top;
    clip-path: polygon(50% 0%, 56% 11%, 100% 11%, 100% 100%, 50% 100%, 44% 89%, 0% 89%, 0% 0%);
}
.apropos-banner-content {
    padding-top: 87px;
}
.apropos-banner-content .grid-x {
    justify-content: center;
}
.apropos-banner-content .apropos-banner-text {
    padding: 0px 25px;
}
.apropos-banner-content a.common-btn {
    padding-left: 25px;
    margin-top: 54px;
}
/** A Propos: Top banner section CSS end here **/
/** A Propos: Chiffres section CSS start here **/
.chiffres-sec {
	/* clip-path: polygon(44% 0%, 50% 11%, 100% 11%, 100% 100%, 56% 100%, 50% 89%, 0% 89%, 0% 0%); */
	clip-path: polygon(44% 0%, 50% 60px, 100% 60px, 100% 100%, 56% 100%, 50% calc(100% - 60px), 0% calc(100% - 60px), 0% 0%);
    padding: 72px 0 139px;
}
.chiff-list {
    padding: 71px 0px 0px;
}
.chiff-item {
    margin-top: 47px;
}
.chiff-item:first-child,
.chiff-item:nth-child(2) {
    margin-top: 0;
}
.chiff-item .chiff-num p {
    text-align: left;
    font: normal normal normal 90px/127px Poppins;
    letter-spacing: 0.9px;
    color: #414042;
    text-transform: uppercase;
    width: calc(100% - 46px);
    padding-left: 4px;
}
.chiff-item .chiff-num{
	display: flex;
	align-items: center;
}
.chiff-item .chiff-num span {
	width: 46px;
    display: inline-block;
    font: normal normal normal 67px/67px Poppins;
    letter-spacing: 0.67px;
    color: #EE3124;
    text-transform: uppercase;
}
.chiff-item .chiff-text {
    padding-left: 50px;
	font: normal normal normal 22px/30px Poppins;
	letter-spacing: 0.22px;
	color: #414042;
	text-transform: uppercase;
}
/** A Propos: Chiffres section CSS end here **/
/** A Propos: Membres listing section CSS start here **/
.membres-listing-sec {
    padding: 0 0 158px;
}
.membres-listing-sec .membres-heading {
    margin-bottom: 26px;
}
.membres-listing-sec .membres-list .grid-x {
    justify-content: flex-start;
    width: 100%;
}
.membres-list {
    position: relative;
    width: 75%;
    margin: 0 0 0 auto;
}
.membres-list::before{
	content: unset;
}
.membres-list .membre-post {
    margin-top: 73px;
	cursor: pointer;
}
.membres-list .grid-x .grid-x .cell:first-child .membre-post,
.membres-list .grid-x .grid-x .cell:nth-child(2) .membre-post,
.membres-list .grid-x .grid-x .cell:nth-child(3) .membre-post{
	margin-top: 0px;
}
.membre-image {
    width: 100%;
	position: relative;
}
.membre-image::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 57px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
.membre-image::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 54px 30px 0;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.membre-image > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 426px;
    height: auto;
}
.membre-post-details .post-title a {
    font: normal normal normal 20px/28px Poppins;
    letter-spacing: 0.2px;
	text-transform: unset;
}
.membre-post-details .post-title {
	margin-top: 14px;
	margin-bottom: 15px;
}
.membre-post-details p.membre-fonction {
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
    border: 1px solid #707070;
    border-radius: 17px;
    padding: 6px 14px;
    margin-bottom: 15px;
	display: inline-block;
}
.membre-post-details p.membre-mail {
    text-decoration: underline;
    line-height: 25px;
	margin-bottom: 15px;
}
.qr-code {
    display: block;
    width: 100%;
	background: linear-gradient(216deg, rgb(65 64 66 / 32%) 60%, #fff 40%);
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}
.qr-code img {
    width: 108px;
    height: 108px;
}
.membres-list .membre-post:hover .qr-code{
	opacity: 1;
}
.membres-list .membre-post:hover .post-title a {
    font-weight: bold;
}
/** A Propos: Membres listing section CSS end here **/
/** Contact: Top banner section CSS start here **/
.contact-top-banner img {
    max-height: 460px;
	clip-path: polygon(50% 17%, 58% 0%, 100% 0%, 100% 83%, 50% 83%, 42% 100%, 0 100%, 0% 17%);
}
/** Contact: Top banner section CSS end here **/
/** Contact: Contact form section CSS start here **/
.contact-form-sec {
	position: relative;
    padding: 125px 0px 94px;
}
.contact-form-sec .grid-container{
	position: relative;
}
.contact-form-sec .grid-container .top-to-bottom {
    top: -340px;
    left: unset;
    right: -205px;
}
.contact-form-sec .contact-form-left h1 {
    margin-bottom: 60px;
}
.contact-form-sec .contact-form-left {
    padding-right: 2px;
}
.contact-form-sec .contact-form-left h2 {
    margin-bottom: 34px;
    padding-left: 22px;
}
.contact-form-sec .contact-form-left .contact-form-area {
    padding-left: 22px;
}
.contact-form-sec .contact-form-right {
	padding-top: 34px;
    padding-left: 10px;
}
.contact-form-sec .contact-form-right .address {
    text-align: left;
    font: normal normal normal 22px/40px Poppins;
    letter-spacing: 0.22px;
    color: #414042;
    text-transform: uppercase;
    max-width: 310px;
    margin: 73px auto 0px 0px;
}
.contact-form-sec .contact-form-right .address > p{
	margin: 0px;
}
.contact-form-sec .contact-form-right .footer-tel, 
.contact-form-sec .contact-form-right .footer-email {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.22px;
}
.contact-form-sec .contact-form-right .footer-email {
    margin-bottom: 21px;
}
.contact-form-sec .contact-form-right .footer-tel {
	padding-top: 21px;
    border-top: 1px solid rgb(112 112 112 / 40%);
}
.contact-form-sec .contact-form-right .social-icons {
    padding-left: 0px;
    margin-top: 32px;
}
.contact-form-sec .contact-form-map {
    padding-top: 47px;
	width: 100%;
}
.contact-form-sec .contact-form-map .acf-map {
    height: 368px;
}
.contact-form-sec .contact-form-right a.common-btn {
    margin-top: 30px;
}
label.quform-label-text {
    text-align: left;
    font: normal normal normal 18px/25px Poppins;
    letter-spacing: 0.18px;
    color: #414042;
    margin-bottom: 10px;
}
.quform .quform-field-captcha, 
.quform .quform-field-date, 
.quform .quform-field-email,
.quform .quform-field-file, 
.quform .quform-field-multiselect, 
.quform .quform-field-password, 
.quform .quform-field-select, 
.quform .quform-field-text, 
.quform .quform-field-textarea, 
.quform .quform-field-time, 
.quform .select2-container--quform .select2-selection{
	border: 1px solid rgb(145 145 145 / 20%);
	font: normal normal normal 18px/25px Poppins;
	letter-spacing: 0.18px;
	color: #414042;
    padding: 11px 15px 8px;
	box-shadow: none;
}
/** Contact: Contact form section CSS end here **/
/** Sinlge actuality: Actuality description section CSS start here **/
.actuality-desc-sec {
    padding: 135px 0 92px 0;
    position: relative;
}
.actuality-desc-sec .grid-container > .grid-x .cell:first-child {
    padding-top: 0;
}
.actuality-desc-sec .desc-repeater {
    background: transparent;
    padding: 0px 29px 62px 24px;
}
.actuality-desc-sec .desc-repeater:before{
	content: unset;
}
.actuality-desc-sec .desc-repeater .desc-item {
    margin-bottom: 23px;
    border-top: 1px solid rgb(112 112 112 / 40%);
    padding-top: 12px;
}
.actuality-desc-sec .desc-repeater .desc-item:last-child {
    margin-bottom: 0;
}
.actuality-desc-sec .desc-repeater .desc-item > img {
    margin-top: 20px;
    width: auto;
    height: auto;
	max-height: 100px;
}
.actuality-desc-sec .grid-container > .grid-x .cell:first-child h1 {
    max-width: 690px;
}
.actuality-desc-sec .social-icons > p {
    margin: 0px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.26px;
    color: rgb(51 51 51 / 60%);
    text-transform: uppercase;
}
.actuality-desc-sec .social-icons {
    padding-left: 0px;
    margin: 65px 0 0 0;
}
.actuality-desc-sec .social-icons li img {
    width: 51px;
    height: 51px;
    object-fit: cover;
}
.actuality-desc-sec .post-taxonomy ul li a {
    padding: 6px 14px;
    font-size: 12px;
    line-height: 16px;
}
.actuality-desc-sec .post-taxonomy {
	display: inline-block;
    margin: 12px 0 0 20px;
}
.actuality-desc-sec .post-date {
    display: inline-block;
	margin: 12px 0 0 15px;
}
.actuality-desc-sec .post-date p {
    font: normal normal 500 15px/20px Poppins;
    letter-spacing: 0.15px;
    color: #414042;
    text-transform: uppercase;
}
.actuality-desc-sec .act-des-content {
    padding: 70px 20px 0;
}
.actuality-desc-sec .act-des-content .act-titre-texte {
    padding: 65px 0 0;
}
.actuality-desc-sec .act-des-content .act-titre-texte h2 {
    display: block;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(112 112 112 / 40%);
}
.actuality-desc-sec .act-des-content .act-titre-texte p {
    margin-top: 50px;
}
.actuality-desc-sec::before {
    top: unset;
    bottom: 0;
    background-position: top -30px right -50px;
}
/** Sinlge actuality: Actuality description section CSS end here **/
/** Sinlge actuality: Related Actuality section CSS start here **/
.actuality-related .slick-prev {
    left: 590px;
}
.actuality-related .slick-next {
    left: calc(590px + 93px);
}
.actualites-grid-sec .ref-listing-area .ref-slide-image img,
.actuality-related .ref-slide-image img{
	max-height: 245px;
    min-height: 245px;
}
.actuality-related .slick-arrow {
    top: -100px;
}
.actuality-related .refer-heading {
    padding: 0px 22px 55px 0px;
}
.actuality-related .post-date h6 {
    display: inline-block;
    text-align: right;
    font: normal normal 500 12px/16px Poppins;
    letter-spacing: 0.12px;
    color: #414042;
    text-transform: uppercase;
	margin: 0px;
}
.actuality-related .post-taxonomy {
    margin-bottom: 11px;
}
.actuality-related .post-title {
    max-width: 260px;
    margin: 0 auto 16px 0;
}
.actuality-related .post-taxonomy ul li a {
    font: normal normal 500 12px/16px Poppins;
}
/** Sinlge actuality: Related Actuality section CSS end here **/
/** Actualites page: Actualites banner section CSS start here **/
.tax-actual_cat .site-header,
.page-template-actualites .site-header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.actualites-banner-sec {
    padding: 60px 0 0;
}
.actualites-banner-sec .iwt-top-content {
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    padding: 68px 48px 30px 36px;
}
.actualites-banner-sec .iwt-top-content .post-taxonomy ul li a {
    background: transparent;
}
.actualites-banner-sec .iwt-top-content .post-taxonomy, 
.actualites-banner-sec .iwt-top-content h2 {
    margin-bottom: 12px;
}
.actualites-banner-sec .iwt-top-content h1 {
	font-size: 30px;   /* choisis ta taille desktop */
    line-height: 35px;
    margin-bottom: 12px;
}
.actualites-banner-sec .iwt-top-content .post-date p {
    font-size: 15px;
    line-height: 20px;
}
.actualites-banner-sec .iwt-top-content a.common-btn {
    margin-top: 56px;
}
.actualites-banner-sec .act-banner-img {
    position: relative;
    width: 100%;
}
.actualites-banner-sec .act-banner-img a {
    width: 100%;
}
.actualites-banner-sec .act-banner-img img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    max-height: 570px;
    object-fit: cover;
}
.actualites-banner-sec .act-banner-img::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 55px 0;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
}
/** Actualites page: Actualites banner section CSS end here **/
/** Actualites page: Actualites listing section CSS start here **/
.actualites-grid-sec::before{
	content: unset;
}
.actualites-grid-sec {
    padding: 90px 0px 63px;
}
.actualites-grid-sec .ref-sld-details .post-title a {
	line-height: 25px;
    text-transform: unset;
}
.actualites-grid-sec .ref-listing-area .ref-sld-details{
	display: block;
	padding: 26px 0px 0px;
}
.actualites-grid-sec .ref-listing-area .ref-slide-image img.hover-img{
	max-height: unset;
	min-height: unset;
}
.actualites-grid-sec .post-taxonomy {
    margin: 0 0 11px;
}
.actualites-grid-sec .post-title {
    margin: 0 0 12px;
}
.ref-sld-details .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.actualites-grid-sec .post-date p {
    font: normal normal 500 12px/16px Poppins;
    letter-spacing: 0.12px;
    color: #414042;
    text-transform: uppercase;
    opacity: 0.49;
}
.actualites-grid-sec .ref-listing-area .grid-x {
    gap: 59px 0;
}
.actualites-grid-sec .pagination {
    margin: 66px 0px 0px;
}
.single-actuality .site-footer{
	overflow-x: hidden;
}
.slider-dots-box{
	display: none;
}

/* Progress bar dots */
.progressBarContainer .progressBar {
	height: 2px;
	display: block;
	background-color: #919191;
}

.progressBarContainer span.progressBar .inProgress {
	background-color: #EE3124;
	width: 0%;
	height: 2px;
}

ul.slider-dots li,
.slick-dots li {
	width: 21px;
	height: 2px;
}

.inProgress {
	height: 2px;
	background-color: #EE3124;
}
/** Actualites page: Actualites listing section CSS end here **/
/**** Responsive Design start here ****/
@media print,
screen and (min-width: 64.0625em) {
	.start-load lottie-player {
		width: 500px;
		height: 500px
	}
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}
@media only screen and (max-width: 1750px) and (min-width: 1570px){
	.site-header .header-content {
		padding: 20px 30px;
	}
	.apropos-banner-heading h1 {
		font-size: 25px;
		line-height: 32px;
	}
	.membre-image > img {
		min-height: 370px;
	}
	.child-page-content > .grid-container > .grid-x::before,
	.banner-content-emploi > .grid-container > .grid-x::before {
		width: 320px;
	}
	.membre-post-details .post-title a {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1660px) and (min-width: 1201px){
	.top-banner-slider .banner-sld-details {
		padding: 5px 115px 0px 22px;
		gap: 10px;
	}
	.post-title a,
	.post-taxonomy ul li a {
		font-size: 13px;
		line-height: 15px;
	}
	.site-header .header-content {
		padding: 20px 30px 40px;
	}
	.site-header .header-content h3 {
		font-size: 23px;
		line-height: 28px;
	}
	.ref-listing-area .ref-slide-image img,
	.reference-sec .ref-slide-image img {
		max-height: 400px;
		min-height: 400px;
	}
	.nos-partenaires .partner-logos .part-logo {
		height: 155px;
	}
	h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.privacy-policy h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.cell h2{
		font-size: 20px;
		line-height: 25px;
	}
	.galerie-slider .slick-prev,
	.reference-sec .slick-prev {
		left: 380px;
	}
	.galerie-slider .slick-next,
	.reference-sec .slick-next {
		left: calc(380px + 93px);
	}
	.actuality-related .slick-prev {
		left: 480px;
	}
	.actuality-related .slick-next {
		left: calc(480px + 93px);
	}
	.nos-partenaires h1 {
		max-width: 400px;
	}
	.nos-partenaires h2 {
		max-width: 400px;
	}
	.reference-sec {
		padding: 32px 0px 100px;
	}
	.top-banner-sec .slick-arrow {
		bottom: 7px;
	}
	h2 {
		font-size: 28px;
		line-height: 33px;
	}
	.footer-left-title h3{
		font-size: 28px;
		line-height: 33px;
	}
	.banner-content-sec .banner-text {
		max-width: 80%;
	}
	.banner-content-sec .banner-text p {
		font-size: 16px;
		line-height: 30px;
	}
	.banner-content-sec::before {
		width: 300px;
		height: 500px;
		background-position: top -10px right -111px;
	}
	.child-page-content h1 {
		margin: 0 30px 0 0;
	}
	.description-sec .grid-container > .grid-x .cell:first-child {
		padding-top: 30px;
	}
	.description-sec .desc-repeater {
		padding: 45px 29px 45px 24px;
	}
	.membre-image > img {
		min-height: 300px;
	}
	.child-page-content > .grid-container > .grid-x::before,
	.banner-content-emploi > .grid-container > .grid-x::before {
		width: 25%;
	}
	.membre-post-details .post-title a {
		font-size: 18px;
		line-height: 26px;
	}
	.membre-post-details p.membre-fonction {
		font-size: 12px;
		line-height: 16px;
		padding: 6px 10px;
	}
	.membre-post-details p.membre-telephone,
	.membre-post-details p.membre-mail {
		font-size: 15px;
		line-height: 20px;
	}
	.apropos-banner-heading h1 {
		font-size: 20px;
		line-height: 24px;
	}
	.apropos-banner-sec .top-banner img {
		max-height: 500px;
	}
	.membres-heading h1 {
		font-size: 33px;
		line-height: 37px;
	}
	.membres-heading .trianglecss h2 {
		font-size: 33px;
		line-height: 37px;
	}
	.chiff-item .chiff-num p {
		font-size: 80px;
		line-height: 117px;
	}
	.chiff-item .chiff-text {
		font-size: 18px;
		line-height: 26px;
	}
	.actualites-grid-sec .ref-listing-area .ref-slide-image img,
	.actuality-related .ref-slide-image img {
		max-height: 220px;
		min-height: 220px;
	}
	.actualites-banner-sec .act-banner-img img {
		min-height: 500px;
		max-height: 500px;
	}
	.actualites-banner-sec .iwt-top-content {
		padding: 68px 30px 30px 30px;
	}
	.actualites-banner-sec .iwt-top-content h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.actualites-banner-sec .iwt-top-content h1 {
		font-size: 26px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1024px){
	.top-banner-slider .banner-slide-image img {
		max-height: 580px;
	}
	.site-footer .bottom-to-top img {
		width: 300px;
		height: 300px;
	}
	.site-footer .bottom-to-top {
		right: -80px;
		top: -80px;
	}
	.ref-listing-area .ref-slide-image img,
	.reference-sec .ref-slide-image img {
		max-height: 357px;
		min-height: 357px;
	}
	.galerie-slider .slick-prev,
	.reference-sec .slick-prev {
		left: 325px;
	}
	.galerie-slider .slick-next,
	.reference-sec .slick-next {
		left: calc(325px + 93px);
	}
	.nos-partenaires h1 {
		max-width: 340px;
	}
	.nos-partenaires .partner-logos {
		gap: 15px;
	}
	.nos-partenaires .partner-logos .part-logo {
		width: calc((100% - 45px)/4);
		height: 140px;
		padding: 15px;
	}
	.nos-partenaires {
		padding: 50px 0px 100px;
	}
	.reference-sec {
		padding: 32px 0px 100px;
	}
	.banner-content-sec::before{
		width: 454px;
		height: 700px;
		background-position: top 0px right -153px;
	}
	.actuality-desc-sec::before {
		width: 30%;
		height: 500px;
		background-position: top 0px right -50px;
	}
	.footer-left-title h3{
		font-size: 25px;
		line-height: 33px;
	}
	.footer-tel, .footer-email {
		font-size: 16px;
		line-height: 28px;
	}
	.footer-email {
		margin-bottom: 20px;
	}
	.footer-contact-area {
		padding-top: 50px;
	}
	.footer-menu {
		margin: 80px 0px 35px;
	}
	.description-sec .project-desc p {
		/* width: calc(50% - 20px); */
		font-size: 16px;
		line-height: 30px;
	}
	.description-sec .project-desc {
		padding-top: 20px;
	}
	.description-sec {
		padding: 91px 0 15px 0;
	}
	.techniques-sec::before {
		width: 265px;
		height: 600px;
	}
	.techniques-sec::before {
		background-position: top 0px right -40px;
	}
	.techr-item{
		width: calc(50% - 10px);
	}
	.techr-item ul li,
	.tech-desc ul li,
	.techr-item p,
	.iwt-acc-list ul li,
	.child-page-content .banner-text ul li{
		font-size: 16px;
		line-height: 30px;
	}
	.child-page-content .top-to-bottom {
		top: -150px;
		right: -135px;
		width: 340px;
		height: 340px;
	}
	.child-page-content {
		padding: 100px 0px 80px;
	}
	section.banner-content-sec.child-page-content.banner-content-emploi {
		min-height: 780px;
	}
	.child-page-content .banner-text p{
		font-size: 16px;
		line-height: 30px;
	}
	.apropos-banner-heading h1 {
		font-size: 20px;
		line-height: 25px;
	}
	.apropos-banner-sec .top-banner img {
		max-height: 420px;
	}
	.chiff-item .chiff-num span {
		width: 35px;
		font-size: 55px;
		line-height: 55px;
	}
	.chiff-item .chiff-num p {
		width: calc(100% - 35px);
		font-size: 70px;
		line-height: 100px;
	}
	.chiff-item .chiff-text {
		padding-left: 45px;
		font-size: 16px;
		line-height: 24px;
	}
	.membres-heading h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.membre-image > img {
		min-height: 250px;
	}
	.child-page-content > .grid-container > .grid-x::before,
	.banner-content-emploi > .grid-container > .grid-x::before {
		width: 25%;
	}
	.membre-post-details .post-title a {
		font-size: 18px;
		line-height: 26px;
	}
	.membre-post-details p.membre-fonction {
		font-size: 11px;
		line-height: 16px;
		padding: 6px 6px;
	}
	.membre-post-details p.membre-telephone,
	.membre-post-details p.membre-mail {
		font-size: 14px;
		line-height: 18px;
	}
	.membres-listing-sec {
		padding: 0 0 120px;
	}
	.actuality-desc-sec .act-des-content {
		padding: 50px 20px 0;
	}
	.actuality-desc-sec .act-des-content .act-titre-texte {
		padding: 45px 0 0;
	}
	.actuality-desc-sec .act-des-content .act-titre-texte p {
		margin-top: 40px;
	}
	.actuality-related .slick-prev {
		left: 430px;
	}
	.actuality-related .slick-next {
		left: calc(430px + 93px);
	}
	.actuality-related .slick-arrow {
		top: -93px;
	}
	.actualites-grid-sec .ref-listing-area .ref-slide-image img,
	.actuality-related .ref-slide-image img {
		max-height: 200px;
		min-height: 200px;
	}
	.actuality-related .ref-slide-image .hover-img {
		width: 100px;
		height: 100px;
	}
	.actuality-related .ref-sld-details .post-title a {
		font-size: 16px;
		line-height: 30px;
	}
	.actualites-banner-sec .act-banner-img img {
		min-height: 450px;
		max-height: 450px;
	}
	.actualites-banner-sec .iwt-top-content {
		padding: 50px 25px 30px;
	}
	.actualites-banner-sec .iwt-top-content h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.actualites-banner-sec .post-taxonomy ul {
		gap: 15px;
	}
	.actualites-banner-sec .iwt-top-content {
		padding: 50px 25px 30px;
	}
}
@media (max-width: 1440px){
	.header-shape {
		height: 55px;
	}
	.gal-slide-image .hover-img {
		max-width: 80px;
	}
}
@media (max-width: 1200px){
	.grid-container {
		max-width: 95.834%;
	}
	.page-wrap-inner .grid-line-wrap {
		max-width: calc(95.834% - 30px);
	}
	.site-header .header-content {
		padding: 15px 20px;
	}
	h3 {
		font-size: 22px;
		line-height: 29px;
	}
	.footer-left-title h3 {
		font-size: 22px;
		line-height: 29px;
	}
	.top-banner-slider .banner-slide {
		padding-bottom: 40px;
	}
	.top-banner-slider .banner-sld-details {
		padding: 0px 115px 10px 22px;
		flex-wrap: wrap;
		gap: 10px;
	}
}

.actualites-banner-sec .iwt-top-content h1 {
	font-size: 26px;   /* choisis ta taille desktop */
    line-height: 30px;
}

@media only screen and (max-width: 1023px){
	.slider-dots-box {
			display: block;
		}
}
@media (max-width: 1023px){
	.page-wrap-inner {
		padding-top: 106px;
	}
	.site-header {
		width: 100%;
		padding: 22px 0 0;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 3;
		background: #fff;
		margin: 0px;
	}
	.site-header.open-menu {
		position: fixed;
	}
	.iwt-res-top ul {
		display: block;
	}
	.iwt-res-top ul li a {
		text-align: left;
		font: normal normal normal 22px/30px Poppins;
		letter-spacing: 0.22px;
		color: #414042;
		text-transform: uppercase;
		padding: 25px 0px 12px;
		border-bottom: 1px solid rgb(112 112 112 / 40%);
		position: relative;
	}
	.iwt-res-top ul li.employee-page a{
		display: flex;
		align-items: center;
	}
	.iwt-res-top ul li.employee-page span.iwt-emp-count {
		width: 26px;
		height: 26px;
		font-size: 14px;
		line-height: 14px;
		margin-left: 11px;
	}
	.iwt-res-top ul li a::before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background-image: url(./assets/images/grey-plus-icon.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: 27px;
		right: 0;
	}
	.iwt-res-top ul li.current-menu-item a::before{
		background-image: url(./assets/images/red-plus-icon.svg);
	}
	.lang-switcher ul{
		justify-content: flex-end;
	}
	.site-header .header-logo {
		padding: 0;
	}
	.site-header .header-logo > a {
		max-width: 185px;
		width: 100%;
	}
	.lang-switcher {
		padding-top: 22px;
	}
	.top-banner-slider .banner-sld-details {
		padding: 34px 15px 0;
		gap: 33px;
		width: 100%;
		position: relative;
		justify-content: flex-start;
		bottom: unset;
		right: unset;
	}
	.top-banner-slider .banner-sld-details .tab-sld-btn {
		display: block;
		position: absolute;
		right: 10px;
		bottom: -2px;
	}
	.top-banner-slider .banner-slide {
		padding-bottom: 0;
	}
	.top-banner-sec {
		padding: 20px 0 40px;
	}
	.top-banner-sec .tab-only-sldtitle {
		max-width: 470px;
		margin: 0 auto 15px 15px;
	}
	.top-banner-slider .slick-dots,
	ul.slider-dots {
		margin: 0;
		position: relative;
		top: 5px;
		bottom: unset;
		left: 17px;
	}
	.top-banner-slider .slick-dots li button,
	ul.slider-dots li button {
		width: 21px;
		height: 2px;
		background-color: #666;
		/* background-image: -webkit-linear-gradient(left, rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 50%, #EE3124 50.001%, #EE3124 100% );
		background-repeat: no-repeat;
		background-size: 200%;
		background-color: #666;
		background-position: 100% 50%;
		animation-timing-function: linear;
		animation-delay: .2s; */
		position: relative;
	}
	ul.slider-dots li button::before {
		content: "";
		height: 100%;
		width: 100%;
		display: block;
		background: #EE3124;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 1;
		width: 0;
		height: 2px;
		-webkit-transition: width 3s;
		transition: width 3s;
	}
		/* ul.slider-dots li.slick-active button::before{
			background: #EE3124;
		} */
	ul.slider-dots li.prevdiv button::before{
		width: 21px;
		-webkit-transition: unset;
		transition: unset;
	}
	ul.slider-dots li.slick-active button::before{
		width: 21px;
	}
	/* ul.slider-dots li.prevdiv button {
		background-position: 0 0;
	}
	 ul.slider-dots li:first-child button{
		animation-duration: 2s;
	}
	ul.slider-dots li:nth-child(2) button{
		animation-duration: 5s;
	}
	ul.slider-dots li:nth-child(3) button{
		animation-duration: 7s;
	}
	ul.slider-dots li:nth-child(4) button{
		animation-duration: 5s;
	} */
	
	.top-banner-slider .slick-dots li.slick-active button,
	ul.slider-dots li.slick-active button {
		/* background: #EE3124 ; */
		animation-name: Loader;
	}
	.top-banner-slider.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.banner-content-sec::before {
		width: 170px;
		height: 400px;
		background-position: top 0 right -55px;
		top: 40%;
	}
	.banner-content-sec .banner-text {
		max-width: 564px;
		margin: 30px auto 0px 0px;
	}
	.top-banner-sec .slick-arrow{
		display: none !important;
	}
	.parent-page-sec .grid-container > .grid-x > .cell:last-child,
	.banner-content-sec .grid-container > .grid-x > .cell:last-child {
		padding-left: 21px;
		padding-right: 21px;
	}
	.banner-content-sec {
		padding: 40px 0px 50px;
	}
	.site-footer .grid-container,
	.reference-sec .grid-container,	
	.site-header .grid-container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.nos-partenaires .partner-logos {
		gap: 19px;
		padding-right: 15px;
		margin-top: 35px;
	}
	.nos-partenaires .partner-logos .part-logo {
		height: 160px;
	}
	.reference-sec {
		padding: 35px 0px 50px;
	}
	.reference-sec .refer-heading {
		padding: 0 0 30px;
	}
	.reference-sec .slick-next {
		left: unset;
		right: 0;
	}
	.reference-sec .slick-prev {
		left: unset;
		right: 92px;
	}
	.galerie-slider .slick-arrow,
	.reference-sec .slick-arrow {
		top: -75px;
	}
	.ref-slide {
		padding: 0px 15px;
	}
	.ref-grid {
		gap: 20px;
	}
	.ref-grid .ref-slide {
		padding: 0px;
	}
	.ref-slider .slick-list {
		padding-right: 34%;
		margin-right: -10%;
		margin-left: -15px;
	}
	.ref-listing-area .ref-slide-image img,
	.reference-sec .ref-slide-image img {
		max-height: 280px;
		min-height: unset;
		height: auto;
	}
	.ref-sld-details {
		padding: 6px 0px 0px;
	}
	.tab-btn-area {
		padding: 30px 0 0;
	}
	.nos-partenaires {
		padding: 35px 0px 85px;
	}
	.social-icons,
	.footer-copyright-area .copy-right-text,
	.footer-top .footer-logo-area {
		padding-left: 0;
	}
	.footer-left-title {
		max-width: 560px;
		margin: 33px auto 0 53px;
	}
	.footer-logo img {
		max-width: 110px;
	}
	.footer-top .footer-logo-area {
		align-items: flex-start;
		padding-top: 19px;
	}
	.social-icons li a img {
		width: 41px;
		height: 41px;
	}
	.footer-contact-area {
		padding-top: 10px;
		padding-left: 176px;
		margin-top: -37px;
	}
	.footer-menu {
		margin: 71px 0px 31px;
	}
	.footer-menu ul li.employee-page span.iwt-emp-count{
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 10px;
		margin-left: 10px;
	}
	.site-footer .bottom-to-top img {
		width: 234px;
		height: 234px;
	}
	.site-footer .bottom-to-top {
		right: -85px;
		top: unset;
		bottom: 164px;
	}
	.description-sec {
		padding: 52px 0 92px 0;
	}
	.description-sec .post-taxonomy {
		margin: 20px 0px 30px 20px;
	}
	.description-sec .project-desc p {
		/* width: calc(50% - 15px); */
	}
	.description-sec .desc-repeater {
		column-count: 2;
		column-gap: 30px;
		padding: 72px 15px 43px;
		margin-top: 36px;
	}
	.description-sec .desc-repeater:before {
		border-color: transparent transparent transparent #fff;
		bottom: unset;
		right: unset;
		top: 0;
		left: 0;
	}
	.gal-heading {
		margin: 0 17px 45px;
	}
	.galerie-grid {
		margin: 0px 5px;
	}
	.gal-slide {
		padding: 0px 15px;
	}
	.galerie-slider .slick-next{
		left: unset;
		right: 15px;
	}
	.galerie-slider .slick-prev{
		left: unset;
		right: 107px;
	}
	.gal-slide-image .hover-img {
		max-width: 70px;
	}
	.techniques-sec {
		padding: 80px 0 80px;
	}
	.techniques-sec::before{
		content: unset;
	}
	.techr-item ul,
	.tech-desc ul,
	.iwt-acc-list ul {
		margin: 0px;
	}
	.techr-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tech_repeater {
		gap: 30px 0px;
		margin: 0px 0px 74px;
	}
	.tech-intro {
		margin: 0 20px 0 20px;
	}
	.tech-desc {
		margin: 30px 20px 0 20px;
	}
	.error404 .site-header,
	.post-type-archive-reference .site-header, 
	.page-template-metier .site-header {
		padding-bottom: 17px;
	}
	.header-shape {
		background: linear-gradient(333deg, #F8F8F8 50%, #fff 50%);
		height: 40px;
		margin-top: 0;
	}
	.parent-page-sec{
		padding: 44px 0 70px;
	}
	.iwt-link-list {
		margin: 44px 0px 0px;
	}
	.iwt-link-list .iwt-link-item {
		margin: 0px 0px 25px;
	}
	.iwt-link-list .iwt-link-item a {
		padding: 0;
	}
	.iwt-link-list .iwt-link-item a::before {
		width: 100%;
	}
	.ref-grid-sec {
		padding: 60px 0px 108px;
	}
	.pagination {
		margin: 108px 0px 0px;
	}
	.ref-listing-area .ref-slide-image img {
		max-height: 378px;
	}
	.ref-listing-area .grid-x {
		gap: 62px 0;
	}
	.ref-heading-area {
		margin: 0 0 83px;
	}
	.ref-taxonomies {
		max-width: 507px;
		margin: 40px 0 0 auto;
	}
	.child-page-content .top-to-bottom {
		top: -90px;
		right: -66px;
		width: 196px;
		height: 196px;
	}
	.child-page-content {
		padding: 108px 0px;
	}
	.child-page-content .banner-text {
		max-width: unset;
		margin: 63px auto 100px 0px;
	}
	.child-page-content h1 {
		max-width: unset;
		margin: 0;
	}
	section.banner-content-sec.child-page-content.banner-content-emploi {
		min-height: auto;
	}
	.child-page-content {
		padding: 108px 0px 76px;
	}
	.page-template-metier-child-page .iwt-link-list .iwt-link-item {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.22px;
	}
	.page-template-metier-child-page .iwt-link-list .iwt-link-item a {
		padding: 0 0 12px;
	}
	.page-template-metier-child-page .iwt-link-list {
		margin: 40px 17px 0px 190px;
	}
	.page-template-metier-child-page .parent-page-sec {
		padding: 60px 0 102px;
	}
	.description-sec .grid-container > .grid-x .cell:first-child {
		padding-top: 0;
	}
	.top-banner-slider .banner-slide-image img,
	.top-banner img {
		height: 281px;
		max-height: 281px;
	}
	.footer-top .grid-container > .grid-x > .cell:last-child {
		padding-left: 0;
	}
	.footer-copyright-area .sfd-logo{
		padding-right: 0;
	}
	.apropos-banner-sec {
		padding: 71px 0px 115px;
	}
	.apropos-banner-heading h1 br{
		display: none;
	}
	.apropos-banner-sec .top-banner img {
		max-height: 231px;
		clip-path: polygon(50% 0%, 56% 9%, 100% 9%, 100% 100%, 50% 100%, 44% 91%, 0% 91%, 0% 0%);
	}
	.footer-image-sec img{
		max-height: 231px;
		clip-path: polygon(50% 0%, 56% 9%, 100% 9%, 100% 100%, 50% 100%, 44% 91%, 0% 91%, 0% 0%);
	}
	.apropos-banner-content {
		padding-top: 100px;
	}
	.apropos-banner-content .apropos-banner-text {
		padding: 0px 15px;
	}
	.apropos-banner-content a.common-btn {
		padding-left: 15px;
		margin-top: 50px;
	}
	.chiffres-sec {
		clip-path: polygon(50% 0%, 56% 5%, 100% 5%, 100% 100%, 50% 100%, 44% 95%, 0% 95%, 0% 0%);
		padding: 62px 0 117px;
	}
	.membres-listing-sec {
		padding: 120px 0 164px;
	}
	.child-page-content > .grid-container > .grid-x::before,
	.banner-content-emploi > .grid-container > .grid-x::before	{
		content: unset;
	}
	.membres-listing-sec .membres-list .grid-x {
		gap: 70px 0px;
	}
	.membres-list .grid-x .grid-x .cell:first-child .membre-post, 
	.membres-list .grid-x .grid-x .cell:nth-child(2) .membre-post, 
	.membres-list .grid-x .grid-x .cell:nth-child(3) .membre-post, 
	.membres-list .membre-post {
		margin-top: 0;
	}
	.membre-image > img {
		min-height: 358px;
	}
	.membre-post-details p.membre-telephone, 
	.membre-post-details p.membre-mail {
		font-size: 20px;
		line-height: 28px;
	}
	.membres-listing-sec .membres-heading {
		margin-bottom: 109px;
	}
	.membres-list {
		width: 100%;
		margin: 0;
	}
	.qr-code {
		background: linear-gradient(214deg, transparent 50%, #fff 50%);
	}
	.qr-code img {
		margin: 0 0 10px 10px;
	}
	.contact-top-banner img {
		max-height: 188px;
	}
	.contact-form-sec {
		padding: 98px 0px 110px;
	}
	.contact-form-sec .contact-form-left h1 {
		margin-bottom: 68px;
	}
	.contact-form-sec .grid-container .top-to-bottom {
		top: -190px;
		right: -82px;
		width: 196px;
		height: 196px;
	}
	.contact-form-sec .grid-container > .grid-x{
		flex-direction: column-reverse;
	}
	.contact-form-sec .contact-form-right {
		padding: 0 15px;
		display: flex;
		flex-direction: column;
	}
	.contact-form-sec .contact-form-right h1 {
		margin-bottom: 68px;
		margin-left: -15px;
	}
	.contact-form-sec .contact-form-map {
		padding-top: 55px;
	}
	.contact-form-sec .contact-form-map .acf-map {
		height: 304px;
	}
	.contact-form-sec .contact-form-right .address-wrapper {
		order: 1;
		padding: 35px 0px 0px;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.contact-form-sec .contact-form-right .address {
		margin: 0px auto 0px 0px;
		width: 70%;
	}
	.contact-form-sec .contact-form-right a.common-btn {
		margin-top: 0;
		width: 30%;
		justify-content: flex-end;
	}
	.contact-form-sec .contact-form-right .social-icons {
		padding-left: 0px;
		margin-top: 21px;
		width: 100%;
	}
	.contact-form-sec .contact-form-left {
		padding: 90px 15px 0;
	}
	.contact-form-sec .contact-form-left h2 {
		margin-bottom: 37px;
		padding-left: 0;
	}
	.contact-form-sec .contact-form-left .contact-form-area {
		padding-left: 0;
	}
	.top-banner-emploi img {
		clip-path: polygon(50% 17%, 58% 0%, 100% 0%, 100% 83%, 50% 83%, 42% 100%, 0 100%, 0% 17%);
		max-height: 188px;
	}
	.banner-content-emploi .banner-text {
		max-width: 598px;
		margin: 35px auto 50px 0px;
	}
	.actuality-related .refer-heading {
		padding: 0 0px 50px;
	}
	.actuality-related .slick-arrow {
		top: -146px;
	}
	.actuality-related .refer-heading h1 {
		max-width: 350px;
		margin: 0 auto 0 -15px;
	}
	.actualites-grid-sec .ref-listing-area .ref-slide-image img,
	.actuality-related .ref-slide-image img {
		max-height: 147px;
		min-height: 147px;
	}
	.actuality-related .ref-slide-image .hover-img {
		top: -3px;
		width: 80px;
		height: 80px;
	}
	.actuality-slider .slick-list {
		padding-right: 13%;
		margin-right: -15%;
		margin-left: -15px;
	}
	.actuality-slider .ref-sld-details {
		padding: 17px 0px 0px;
	}
	.actuality-related .ref-sld-details .post-title a {
		line-height: 25px;
		margin-right: 0px;
	}
	.actuality-related .tab-btn-area {
		padding: 50px 0 0;
	}
	.actuality-related {
		padding: 24px 0px 76px;
	}
	.actuality-desc-sec {
		padding: 52px 0 92px 0;
	}
	.actuality-desc-sec .act-des-content {
		padding: 40px 15px 0;
	}
	.actuality-desc-sec .post-taxonomy {
		margin: 25px 0 0 15px;
	}
	.actuality-desc-sec .post-date {
		margin: 25px 0 0 20px;
	}
	.actuality-desc-sec .act-des-content .act-titre-texte {
		padding: 46px 0 0;
	}
	.actuality-desc-sec .act-des-content .act-titre-texte p {
		margin-top: 46px;
	}
	.actuality-desc-sec::before{
		content: unset;
	}
	.actuality-desc-sec .desc-repeater {
		padding: 58px 15px 151px;
		column-count: unset;
		margin-top: 0;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.actuality-desc-sec .grid-container > .grid-x{
		position: relative;
	}
	.actuality-desc-sec ul.social-icons {
		position: absolute;
		bottom: 0;
		left: 15px;
		margin: 0;
	}
	.actuality-desc-sec .desc-repeater .desc-item:not(:last-child) {
		margin-bottom: 27px;
	}
	.actuality-desc-sec .desc-repeater .desc-item > img {
		margin-top: 15px;
	}
	.actuality-desc-sec .desc-repeater .desc-item {
		width: calc(50% - 15px);
		margin: 0;
		border-top: 1px solid rgb(112 112 112 / 40%);
		padding-top: 12px;
	}
	.actualites-banner-sec .act-banner-img::before {
		border-width: 40px 72px 0 0;
		border-color: #fff transparent transparent transparent;
		bottom: unset;
		top: 0;
	}
	.actualites-banner-sec .act-banner-img img {
		min-height: 303px;
	}
	.actualites-banner-sec {
		padding: 62px 0 0;
	}
	.actualites-banner-sec .iwt-top-content {
		padding: 27px 46px 44px 28px;
	}
	.actualites-banner-sec .iwt-top-content a.common-btn {
		margin-top: 45px;
	}
	.actualites-banner-sec .iwt-top-content h2 {
		margin-bottom: 18px;
	}
	.actualites-grid-sec .post-taxonomy ul li a,
	.actualites-banner-sec .post-taxonomy ul li a {
		font-size: 12px;
		line-height: 16px;
	}
	.actualites-grid-sec {
		padding: 50px 0px 65px;
	}
	.actualites-grid-sec .ref-listing-area .ref-sld-details {
		padding: 17px 0px 0px;
	}
	.actualites-grid-sec .post-taxonomy {
		margin: 0 0 20px;
	}
	.actualites-grid-sec .ref-sld-details .post-title a{
		line-height: 25px;
		-webkit-line-clamp: 3;
	}
	.actualites-grid-sec .post-title {
		margin: 0 0 17px;
	}
	.actualites-grid-sec .ref-listing-area .grid-x {
		gap: 50px 0;
	}
	.actualites-grid-sec .pagination {
		margin: 102px 0px 0px;
	}
	.actualites-banner-sec .grid-container .grid-x {
		padding: 0 15px;
	}
}
@media (max-width: 767px){
	.start-load lottie-player {
		width: 200px;
		height: 200px;
	}
	.site-header .header-logo > a {
		max-width: 150px;
	}
	.lang-switcher {
		display: none;
	}
	h1 {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0.25px;
	}
	.cell h2 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.25px;
	}		
	h2 {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0.2px;
	}
	.techr-item ul li, 
	.tech-desc ul li,
	.iwt-acc-list ul li,
	p {
		letter-spacing: 0.12px;
		font-size: 12px;
		line-height: 28px;
	}
	.galerie-slider .slick-arrow,
	.reference-sec .slick-arrow,
	.slick-arrow {
		width: 24px;
		height: 24px;
	}
	.actuality-desc-sec .post-taxonomy ul li a,
	.post-taxonomy ul li a {
		padding: 1px 7px;
		font-size: 11px;
		letter-spacing: 0.11px;
	}
	.post-title a{
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.11px;
	}
	.common-btn {
		letter-spacing: 0.33px;
		font-size: 11px;
		line-height: 16px;
	}
	.common-btn img {
		width: 11px;
		margin-bottom: 1px;
		margin-left: 7px;
	}
	.page-wrap-inner .grid-line-wrap {
		max-width: calc(100% - 30px);
	}
	.grid-container,
	.site-footer .grid-container, 
	.reference-sec .grid-container, 
	.site-header .grid-container{
		max-width: unset;
		padding-left: 26px;
		padding-right: 26px;
	}
	.top-banner-slider .banner-sld-details {
		gap: 14px;
		justify-content: space-between;
		padding: 20px 26px 0;
	}
	.top-banner-slider .banner-slide-image,
	.top-banner img {
		clip-path: polygon(50% 6%, 58% 0%, 100% 0%, 100% 94%, 50% 94%, 42% 100%, 0% 100%, 0% 6%);
	}
	.top-banner-slider .banner-sld-details .post-title {
		width: 100%;
	}
	.top-banner-slider .banner-sld-details .tab-sld-btn{
		position: unset;
	}
	.top-banner-sec .grid-container {
		padding: 0px;
		position: relative;
	}
	.top-banner-sec .grid-container .slider-dots-box{
		position: absolute;
		top: 105px;
		left: 21px;
	}
	.mobile-menu-icon .hamburger-icon {
		font-size: 11px;
		line-height: 15px;
	}
	.top-banner-sec .tab-only-sldtitle {
		margin: 0 auto 40px 26px;
	}
		ul.slider-dots{
			top: 0px;
			left: 5px;
		}
	.top-banner-slider .slick-dots {
		top: -10px;
		left: 26px;
	}
	.top-banner-sec {
		padding: 33px 0px 17px;
	}
	.reference-sec .slick-arrow {
		top: -55px;
	}
	.reference-sec .slick-prev {
		right: 70px;
	}
	.triangle-title {
		background-size: 11px;
		padding-left: 13px;
		padding-top: 5px;
		margin-left: -10px !important;
	}
	.parent-page-sec .grid-container > .grid-x > .cell:last-child,
	.banner-content-sec .grid-container > .grid-x > .cell:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	.banner-content-sec::before,
	.actuality-desc-se::before{
		content: unset;
	}
	.ref-sld-details .post-title a {
		letter-spacing: 0.12px;
		font-size: 12px;
		line-height: 15px;
		width: 100%;
	}
	.ref-sld-details {
		padding: 12px 0px 0px;
	}
	.ref-slide {
		padding: 0px 10px;
	}
	.ref-slider .slick-list {
		margin-left: -10px;
	}
	.ref-listing-area .ref-slide-image img,
	.reference-sec .ref-slide-image img {
		min-height: 134px;
	}
	.tab-btn-area {
		padding: 25px 0 0;
	}
	.reference-sec {
		padding: 35px 0px 30px;
	}
	.nos-partenaires {
		padding: 30px 0px 60px;
	}
	.nos-partenaires .partner-logos {
		gap: 16px 12px;
		padding-right: 0;
		margin-top: 27px;
		margin-left: -10px;
	}
	.nos-partenaires .partner-logos .part-logo {
		width: calc((100% - 12px)/2);
		height: 160px;
		padding: 30px;
	}
	.nos-partenaires .partner-logos .part-logo:before {
		border-width: 0 0 30px 30px;
	}
	.ref-listing-area .ref-slide-image .hover-img,
	.reference-sec .ref-slide-image .hover-img {
		width: 20px;
		height: 20px;
	}
	.footer-image-sec img {
		clip-path: polygon(43% 0%, 50% 7%, 100% 7%, 100% 100%, 57% 100%, 50% 93%, 0% 93%, 0% 0%);
		max-height: 212px;
		min-height: 212px;
	}
	.footer-top .footer-logo-area {
		display: block;
	}
	.footer-logo img {
		max-width: 56px;
	}
	.footer-left-title {
		margin: 15px auto 0 0;
	}
	.footer-contact-area {
		padding-top: 40px;
		padding-left: 0;
		margin-top: 0;
	}
	.footer-tel, .footer-email {
		font-size: 12px;
		line-height: 17px;
	}
	.footer-tel span, .footer-email span {
		width: 30px;
	}
	.footer-tel span svg, .footer-email span svg{
		width: 20px;
	}
	.footer-email {
		margin-bottom: 9px;
	}
	.footer-menu {
		display: none;
	}
	.footer-copyright-area .copy-right-text p {
		font-size: 9px;
		line-height: 12px;
		letter-spacing: 0.09px;
	}
	.footer-copyright-area .copy-right-text {
		width: calc(100% - 30px);
	}
	.contact-link {
		display: none;
	}
	.footer-top {
		padding-bottom: 22px;
		position: relative;
	} 
	.social-icons {
		position: absolute;
		right: 25px;
		bottom: 25px;
		margin: 0px;
	}
	.footer-copyright-area .sfd-logo {
		width: 30px;
	}
	.footer-copyright-area {
		padding: 16px 0px 16px;
	}
	.iwt-res-top ul li a {
		padding: 20px 0px 12px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.18px;
	}
	.iwt-res-top ul li.employee-page span.iwt-emp-count {
		font-size: 9px;
		line-height: 9px;
		margin-left: 8px;
		width: 19px;
		height: 19px;
	}
	.iwt-res-menu {
		padding: 135px 33px 30px;
	}
	.iwt-res-top ul li a::before {
		width: 17px;
		height: 17px;
		top: 24px;
	}
	.site-footer .bottom-to-top {
		top: unset;
		bottom: 164px;
		right: -101px;
	}
	.top-banner .grid-container {
		padding: 0;
	}
	.top-banner img {
		min-height: 365px;
		object-fit: cover;
	}
	.description-sec {
		padding: 28px 0 65px;
	}
	.description-sec .post-taxonomy {
		margin: 18px 0px 15px;
	}
	.description-sec .post-taxonomy ul {
		gap: 10px;
	}
	.description-sec .project-desc {
		padding: 25px 0px 0px;
		gap: unset;
		display: block;
		text-align: left;
		column-count: 1;
	}
	.description-sec .project-desc p{
		width: 100%;
	}
	.description-sec .project-desc p:not(:last-child){
		margin: 0px 0px 20px;
	}
	.description-sec .top-to-bottom{
		display: none;
	}
	.description-sec .desc-repeater {
		column-count: unset;
		column-gap: unset;
		padding: 74px 13px;
		margin-top: 41px;
	}
	.description-sec .desc-repeater::before {
		border-width: 0 0 40px 60px;
	}
	.description-sec .desc-repeater::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 40px 60px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.gal-heading {
		margin: 0 0px 35px;
	}
	.galerie-grid {
		margin: 0px -10px;
	}
	.gal-slide {
		padding: 0px 10px;
	}
	.galerie-slider .slick-arrow {
		top: -60px;
	}
	.galerie-slider .slick-next {
		right: 10px;
	}
	.galerie-slider .slick-prev {
		right: 80px;
	}
	.tech-title {
		margin: 0 0 50px;
	}
	.tech_repeater {
		gap: 30px;
		margin: 0 0 81px;
		flex-direction: column;
	}
	.techr-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.techr-item ul li::before, 
	.tech-desc ul li::before,
	.iwt-acc-list ul li:before {
		width: 3px;
		height: 3px;
		top: 12px;
	}
	.iwt-acc-list ul {
		margin-left: 9px;
	}
	.techr-item h4 {
		margin: 0 0 15px;
	}
	h4 {
		font-size: 18px;
	}
	.tech-des-titre {
		margin: 0 0 17px;
	}
	.tech-intro {
		margin: 0;
	}
	.tech-desc {
		margin: 20px 0 0;
	}
	.techniques-sec {
		padding: 80px 0 30px;
	}
	.single-reference .reference-sec {
		padding: 35px 0px 80px;
	}
	.error404 .site-header,
	.post-type-archive-reference .site-header, 
	.page-template-metier .site-header {
		padding-bottom: 11px;
	}
	.header-shape {
		height: 20px;
	}
	.parent-page-sec{
		padding: 45px 0 54px;
	}
	.parent-page-sec.grid-container {
		padding: 0px 33px;
	}
	.iwt-link-list {
		margin: 36px 0px 0px;
	}
	.iwt-link-list .iwt-link-item {
		margin: 0px 0px 20px;
	}
	.iwt-link-list .iwt-link-item a {
		padding: 0 0 9px;
	}
	.iwt-link-list .iwt-link-item a img {
		width: 16px;
		height: 16px;
	}
	.ref-grid-sec::before {
		height: 361px;
	}
	.ref-grid-sec {
		padding: 50px 0px 52px;
	}
	select {
		font-size: 11px;
		line-height: 16px;
		padding-bottom: 17px !important;
		background-position: top 3px right 0;
	}
	.ref-taxonomies {
		max-width: unset;
		margin: 30px 0 0 auto;
	}
	.ref-taxonomies span.tax-num {
		top: 6px;
		font-size: 11px;
		line-height: 15px;
	}
	.ref-heading-area {
		margin: 0 0 71px;
	}
	.ref-listing-area .ref-slide {
		padding: 0;
	}
	.ref-listing-area .ref-sld-details {
		padding: 21px 0px 0px;
		display: block;
	}
	.ref-listing-area .ref-sld-details .post-taxonomy {
		width: 100%;
	}
	.ref-listing-area .ref-sld-details .post-title {
		padding-bottom: 15px;
	}
	.ref-listing-area .ref-sld-details .post-taxonomy ul {
		gap: 5px 15px;
	}
	.pagination {
		margin: 45px 0px 0px;
		gap: 15px;
	}
	.pagination .page-numbers {
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 11px;
	}
	.page-wrap-inner .grid-line--2,
	.page-wrap-inner .grid-line--4{
		display: none;
	}
	.page-wrap-inner {
		padding-top: 90px;
	}
	.page-template-metier-child-page .top-banner img {
		min-height: unset;
	}
	.child-page-content {
		padding: 63px 0px 74px;
	}
	.page-template-metier-child-page .parent-page-sec h1,
	.child-page-content h1 {
		margin: 0;
	}
	.child-page-content .banner-text {
		margin: 25px auto 70px 0px;
	}
	.iwt-acc-list .iwt-acc-title::before {
		width: 16px;
		height: 16px;
		top: unset;
		right: 18px;
		bottom: 18px;
	}
	.iwt-acc-list .iwt-acc-title {
		padding-right: 45px;
		margin-bottom: 13px;
	}
	.iwt-acc-list ul {
		margin-left: 0;
	}
	.iwt-acc-list .iwt-acc-content {
		padding: 0px 0px 5px;
	}
	.page-template-metier-child-page .iwt-link-list {
		margin: 36px 6px 0px;
	}
	.page-template-metier-child-page .iwt-link-list .iwt-link-item {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0.2px;
	}
	.default-page-sec {
		padding: 50px 0px;
	}
	.entry-header {
		margin-bottom: 30px;
	}
	.entry-content p {
		margin-bottom: 20px;
	}
	.not-found p {
		margin-bottom: 10px;
	}
	.not-found .cell {
		padding: 50px 0px;
	}
	.nos-partenaires h1 {
		max-width: 250px;
	}
	.social-icons li a img {
		width: 31px;
		height: 31px;
	}
	.apropos-banner-heading h1 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 20px;
		letter-spacing: 0.25px;
	}
	.apropos-banner-sec {
		padding: 37px 0px 52px;
	}
	.apropos-banner-heading a.common-btn.common-btn-red {
		padding-left: 0;
	}
	.apropos-banner-heading {
		padding: 0px 0px 52px;
	}
	.apropos-banner-sec .top-banner img {
		max-height: 212px;
		clip-path: polygon(43% 0%, 50% 7%, 100% 7%, 100% 100%, 57% 100%, 50% 93%, 0% 93%, 0% 0%);
		min-height: unset;
	}
	.apropos-banner-content {
		padding-top: 54px;
	}
	.apropos-banner-content .apropos-banner-text {
		padding: 0;
	}
	.apropos-banner-content a.common-btn {
		padding-left: 0;
		margin-top: 31px;
	}
	.chiffres-sec {
		clip-path: polygon(50% 0%, 58% 2%, 100% 2%, 100% 100%, 50% 100%, 42% 98%, 0% 98%, 0% 0%);
		padding: 36px 0 69px;
	}
	.chiff-list {
		padding: 40px 0px 0px;
	}
	.chiff-item .chiff-num p {
		width: calc(100% - 30px);
		padding-left: 7px;
		font-size: 60px;
		line-height: 84px;
		letter-spacing: 0.6px;
	}
	.chiff-item .chiff-num span {
		width: 30px;
		font-size: 44px;
		line-height: 60px;
		letter-spacing: 0.44px;
	}
	.chiff-item .chiff-text {
		padding-left: 40px;
		font-size: 16px;
		line-height: 22px;
		hyphens: auto;
		letter-spacing: 0.16px;
		margin-top: -5px;
	}
	.chiff-item {
		margin-top: 33px;
	}
	.membres-listing-sec {
		padding: 44px 0 59px;
	}
	.membres-listing-sec .membres-heading {
		margin-bottom: 34px;
	}
	.membres-listing-sec .membres-heading h1 {
		max-width: 221px;
		margin: 0 auto 0 0;
	}
	.membre-image > img {
		min-height: 262px;
	}
	.membre-post-details .post-title a {
		font-size: 16px;
		line-height: 23px;
	}
	.membre-post-details p.membre-fonction {
		padding: 3px 6px;
		font-size: 9px;
		line-height: 12px;
	}
	.membre-post-details p.membre-telephone, .membre-post-details p.membre-mail {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.12px;
	}
	.membre-image::before {
		border-width: 40px 0 0 73px;
	}
	.membre-image::after {
		border-width: 0 40px 22px 0;
	}
	.membres-list .membre-post {
		padding: 0 10px;
		max-width: 256px;
	}
	.membres-mobile-slider .slick-list {
		padding-right: 33%;
		margin-right: -10%;
		margin-left: -10px;
	}
	.membres-mobile-slider .slick-arrow{
		display: none !important;
	}
	.qr-code img {
		width: 70px;
		height: 70px;
	}
	.qr-code {
		background: linear-gradient(212deg, transparent 50%, #fff 50%);
		height: 150px;
	}
	.top-banner-emploi img,
	.contact-top-banner img {
		max-height: 82px;
		min-height: 82px;
		clip-path: polygon(50% 14%, 56% 0%, 100% 0%, 100% 86%, 50% 86%, 44% 100%, 0 100%, 0% 14%);
	}
	.contact-form-sec {
		padding: 57px 0px 56px;
	}
	.contact-form-sec .contact-form-right h1 {
		margin-bottom: 19px;
		margin-left: -10px;
	}
	.contact-form-sec .contact-form-right .footer-email {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 21px;
	}
	.contact-form-sec .contact-form-right .footer-tel {
		padding-top: 15px;
		font-size: 15px;
		line-height: 21px;
	}
	.contact-form-sec .contact-form-map {
		padding-top: 35px;
	}
	.contact-form-sec .contact-form-right .address {
		margin: 0;
		width: 100%;
	}
	.contact-form-sec .contact-form-right .address-wrapper {
		padding: 22px 0px 0px;
		display: block;
	}
	.contact-form-sec .contact-form-right .address > p {
		margin: 0px;
		font-size: 18px;
		line-height: 30px;
	}
	.contact-form-sec .contact-form-right a.common-btn {
		margin-top: 15px;
		width: auto;
		justify-content: flex-start;
	}
	.contact-form-sec .contact-form-right .social-icons {
		padding-left: 0px;
		margin-top: 50px;
		position: unset;
	}
	.contact-form-sec .contact-form-right {
		padding: 0;
	}
	.contact-form-sec .contact-form-left {
		padding: 60px 0 0;
	}
	.banner-content-emploi .top-to-bottom,
	.contact-form-sec .grid-container .top-to-bottom{
		display: none;
	}
	.contact-top-banner {
		padding-top: 6px;
	}
	.contact-top-banner .grid-container {
		padding: 0 26px;
	}
	label.quform-label-text {
		font-size: 12px;
		line-height: 17px;
	}
	.quform-upload-dropzone {
		padding: 13px 11px;
		font-size: 12px;
		line-height: 17px;
	}
	.quform-input,
	.quform-label,
	.quform-element-submit {
		margin: 0;
	}
	.quform-spacer {
		padding: 0 0 10px 0;
	}
	.quform .quform-field-textarea {
		height: 143px;
	}
	.quform .quform-field-captcha, 
	.quform .quform-field-date, 
	.quform .quform-field-email, 
	.quform .quform-field-file, 
	.quform .quform-field-multiselect, 
	.quform .quform-field-password, 
	.quform .quform-field-select, 
	.quform .quform-field-text, 
	.quform .quform-field-textarea, 
	.quform .quform-field-time, 
	.quform .select2-container--quform .select2-selection {
		padding: 5px 9px;
		font-size: 12px;
		line-height: 17px;
	}
	.quform-element-submit button {
		text-align: left;
	}
	.banner-content-emploi {
		padding: 57px 0px 53px;
	}
	.banner-content-emploi .banner-text {
		max-width: unset;
		margin: 38px auto 38px 0px;
	}
	.iwt-acc-list .iwt-acc-content ul {
		margin-bottom: 20px;
	}
	.iwt-acc-list p{
		margin-bottom: 20px;
	}
	.single-actuality .top-banner .grid-container {
		padding: 0 15px;
	}
	.single-actuality .top-banner {
		padding: 18px 0px 0px;
	}
	.single-actuality .top-banner img {
		min-height: 137px;
		max-height: 137px;
		clip-path: polygon(50% 10%, 58% 0%, 100% 0%, 100% 90%, 50% 90%, 42% 100%, 0 100%, 0% 10%);
	}
	.actuality-desc-sec {
		padding: 41px 0 70px;
	}
	.actuality-desc-sec .post-taxonomy {
		margin: 18px 0px 0px;
	}
	.actuality-desc-sec .post-date {
		margin: 18px 0 0 15px;
	}
	.actuality-desc-sec .post-date p,
	.actuality-desc-sec .post-taxonomy ul li a {
		font-size: 11px;
		line-height: 14px;
	}
	.actuality-desc-sec .act-des-content {
		padding: 50px 0px 0;
	}
	.actuality-desc-sec .act-des-content .act-titre-texte {
		padding: 30px 0 0;
	}
	.actuality-desc-sec .act-des-content .act-titre-texte p {
		margin-top: 23px;
	}
	.actuality-desc-sec .desc-repeater {
		padding: 31px 0px 93px;
		margin-top: 0;
		display: block;
	}
	.actuality-desc-sec .social-icons li img {
		width: 30px;
		height: 30px;
	}
	.actuality-desc-sec ul.social-icons {
		left: 0;
		gap: 14px;
	}
	.actuality-desc-sec .social-icons > p {
		font-size: 10px;
		line-height: 13px;
	}
	.actuality-desc-sec .desc-repeater .desc-item {
		width: 100%;
		padding: 10px 0px 20px;
		margin: 0px;
	}
	.actuality-desc-sec .desc-repeater .desc-item:last-child{
		padding-bottom: 0px;
	}
	.actuality-desc-sec .desc-repeater .desc-item:not(:last-child){
		margin: 0;
	}
	.actuality-desc-sec .desc-repeater .desc-item h6 {
		font-size: 11px;
		line-height: 16px;
	}
	.actuality-desc-sec .desc-repeater .desc-item > img {
		margin-top: 10px;
	}
	.actuality-related .refer-heading h1 {
		max-width: 200px;
	}
	.actuality-related .refer-heading {
		padding: 0 0 31px;
	}
	.actuality-related .slick-arrow {
		top: -85px;
	}
	.actuality-related .ref-slide-image img {
		max-height: 120px;
		min-height: 120px;
	}
	.actuality-slider .slick-list {
		padding-right: 30%;
		margin-right: -15%;
		margin-left: -10px;
	}
	.actuality-related .post-date h6 {
		font-size: 11px;
		line-height: 15px;
	}
	.actuality-slider .ref-sld-details {
		padding: 15px 0px 0px;
	}
	.actuality-related .tab-btn-area {
		padding: 30px 0 0;
	}
	.actuality-related {
		padding: 35px 0px 70px;
	}
	.actualites-banner-sec {
		padding: 47px 0 0;
	}
	.actualites-banner-sec .grid-container{
		padding-left: 26px;
		padding-right: 26px;
	}
	.actualites-banner-sec .act-banner-img img {
		min-height: 146px;
	}
	.actualites-banner-sec .act-banner-img::before {
		border-width: 24px 44px 0 0;
	}
	.actualites-grid-sec .post-taxonomy ul li a, 
	.actualites-banner-sec .post-taxonomy ul li a {
		font-size: 11px;
		line-height: 15px;
		padding: 6px 14px;
	}
	.actualites-grid-sec .post-taxonomy ul, 
	.actualites-banner-sec .post-taxonomy ul {
		gap: 10px 15px;
	}
	.actualites-banner-sec .iwt-top-content {
		padding: 20px 20px 34px 18px;
	}
	.actualites-banner-sec .iwt-top-content .post-taxonomy{
		margin-bottom: 10px;
	}
	.actualites-banner-sec .iwt-top-content .post-date p {
		font-size: 11px;
		line-height: 15px;
	}
	.actualites-banner-sec .iwt-top-content a.common-btn {
		margin-top: 37px;
	}
	.actualites-grid-sec {
		padding: 37px 0px 52px;
	}
	.actualites-grid-sec .ref-listing-area .ref-slide-image img {
		max-height: 148px;
		min-height: 148px;
	}
	.actualites-grid-sec .ref-listing-area .ref-sld-details {
		padding: 15px 0px 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px 0px;
	}
	.actualites-grid-sec .ref-listing-area .ref-sld-details .post-taxonomy {
		margin: 0;
		width: 70%;
	}
	.actualites-grid-sec .ref-sld-details .post-title a {
		line-height: 22px;
	}
	.actualites-grid-sec .ref-listing-area .ref-sld-details .post-title {
		margin: 0;
		padding-bottom: 0;
		order: 1;
		width: 100%;
	}
	.actualites-grid-sec .post-date {
		width: 30%;
	}
	.actualites-banner-sec .grid-container .grid-x {
		padding: 0;
	}
	.actualites-grid-sec .post-date p {
		text-align: right;
	}
	.actualites-grid-sec .ref-listing-area .grid-x {
		gap: 35px 0;
	}
	.actualites-grid-sec .pagination {
		margin: 56px 0px 0px;
		justify-content: center;
	}
	.actuality-related .post-taxonomy ul li a {	
		font-size: 11px;
		line-height: 15px;
	}
	.actuality-related .post-title {
		max-width: unset;
		margin: 0 0 15px 0;
	}
	.actuality-related .ref-sld-details .post-title a {
		line-height: 22px;
	}

  .apropos-banner-heading h1 {
    font-size: 13px;
    line-height: 17px;
  }

	.actualites-banner-sec .iwt-top-content h1 {
		font-size: 20px;   /* choisis ta taille desktop */
	    line-height: 23px;
	}




}




@-webkit-keyframes Loader {
	0%   { background-position: 100% 0; }
	100% { background-position: 0 0; }
}
/* @keyframes progress {
	from {
		transform: scaleY(0);
	}
	to {
		transform: scaleY(1);
	}
} */

/* 07-02-24 */

/* 07-02-24 - changes */
 .footer-image-sec{
	position: relative;
}
 .footer-image-sec .iwt-image-caption{
	position: absolute;
    bottom: 16px;
    width: 46%;
	padding-left: 5.7%;
}
 .footer-image-sec .iwt-image-caption p,.top-banner .iwt-image-caption p{
	font-size: 11px;
    line-height: 1.4;
    padding-left: 1%;
    padding-right: 20px;
	letter-spacing: 0.11px;
	color: #414042;
}

/* for banner */
.page-template-a-propos .iwt-image-caption{
	width: 46%;
	margin-top: -55px;
	padding-left: 100px;
}

 
 
.top-banner .iwt-image-caption p{
	padding-top: 20px;
}

body.page-template-metier-child-page .top-banner .iwt-image-caption,
body.page-template-contact .top-banner .iwt-image-caption,
body.page-template-job-page .top-banner .iwt-image-caption,
body.single-actuality .top-banner .iwt-image-caption,
body.single-reference .top-banner .iwt-image-caption{  
	position: relative;
    width: 47%;
    margin-left: auto; 
}
body.single-reference .top-banner .iwt-image-caption{
	margin-top: -65px;
}
body.page-template-job-page .top-banner .iwt-image-caption{
	margin-top: -46px;
	margin-bottom: 46px;
}


body.single-actuality .top-banner .iwt-image-caption{
	margin-top: -62px;
}

body.page-template-metier-child-page .top-banner .iwt-image-caption{
	margin-top: -73px;
	margin-bottom: 73px;
}

body.page-template-contact .top-banner .iwt-image-caption{
	margin-top: -76px;
	margin-bottom: 75px;
}
.fancybox-caption__body{
	max-width:994px;
    text-align: left;
    margin: auto; 
}
.fancybox-navigation .fancybox-button {
    background-color: transparent;
    opacity: 1 !important;
    visibility: visible !important;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
    background-image: url(./assets/images/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1);
}
.fancybox-navigation .fancybox-button--arrow_right div {
    transform: rotate(180deg);
}
.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}
.fancybox-toolbar .fancybox-button--zoom, 
.fancybox-toolbar .fancybox-button--play, 
.fancybox-toolbar .fancybox-button--thumbs,
.fancybox-navigation .fancybox-button div svg {
    display: none !important;
}
.fancybox-button {
    background: transparent;
}
.fancybox-button--close {
    width: 60px;
    height: 60px;
}
.fancybox-button--close svg path {
    fill: #fff;
}
.single-reference .refer-heading h2{
	margin-bottom: unset;
}
@media(max-width:1700px){
 
	body.single-actuality .top-banner .iwt-image-caption{
		margin-top: -54px 
	}

}
@media(max-width:1600px){
	.footer-image-sec .iwt-image-caption {
		padding-left: 6.4%;
	}
 
		body.page-template-job-page .top-banner .iwt-image-caption{
		   margin-top: -40px;
		}
		body.single-reference .top-banner .iwt-image-caption{
			margin-top: -60px;
		}
}
@media(max-width:1550px){
	 
	body.page-template-metier-child-page .top-banner .iwt-image-caption {
		margin-top: -63px;
		margin-bottom: 63px;
		bottom: 0;
	}
	.page-template-a-propos .iwt-image-caption{
		padding-left: 6%;
	}
}

@media(max-width:1350px){
	.footer-image-sec .iwt-image-caption {
		bottom: 6px;
	}
	body.page-template-metier-child-page .top-banner .iwt-image-caption {
		margin-top: -52px;
		margin-bottom: 52px;
	}
	body.single-reference .top-banner .iwt-image-caption{
		margin-top: -50px;
	}
}

@media(max-width:1250px){
	body.page-template-job-page .top-banner .iwt-image-caption {
		margin-top: -30px;
		margin-bottom: 30px;
	}
	body.single-actuality .top-banner .iwt-image-caption{
		margin-top: -45px 
	}
	.page-template-a-propos .iwt-image-caption {
		width: 46%;
		margin-top: -43px;
	}
	
}
@media(max-width:1199px){
	.footer-image-sec .iwt-image-caption {
		padding-left: 5.3%;
	}
	.page-template-a-propos .iwt-image-caption {
		padding-left: 4%;
	}
}

@media(max-width:1024px){
 
	body.single-actuality .top-banner .iwt-image-caption {
		margin-top: -38px;
	}
	.footer-image-sec .iwt-image-caption{
		position: relative;
		bottom: 4px;
	}
	body.page-template-contact .top-banner .iwt-image-caption,body.single-reference .top-banner .iwt-image-caption {
		margin-top: -36px;
		margin-bottom: 35px;
	}
	.page-template-a-propos .iwt-image-caption{
		margin-top: -30px;
	}
}
@media(max-width:767px){
	body.page-template-metier-child-page .top-banner .iwt-image-caption, body.page-template-contact .top-banner .iwt-image-caption, body.page-template-job-page .top-banner .iwt-image-caption, body.single-actuality .top-banner .iwt-image-caption,body.single-reference .top-banner .iwt-image-caption,.page-template-a-propos .iwt-image-caption{
		width: 100%;
		position: relative; 
		right: 0;
		left: auto;
		bottom: 0;
		top: 0;
		padding-top: 15px;
		padding-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.top-banner .iwt-image-caption p{
		padding: 0;
	}
	body.page-template-job-page .top-banner .iwt-image-caption{
		margin: 0;
       padding: 20px 30px;
	   margin-bottom: 0;
	}
	.footer-image-sec .iwt-image-caption {
		padding-left: 0;
		position: relative;
		bottom: 0;
		width: 100%; 
		margin-top: 20px;
		padding: 0; 
		margin-left: 15px;
	}
	body.page-template-metier-child-page .top-banner .iwt-image-caption,body.single-reference .top-banner .iwt-image-caption ,.page-template-a-propos .iwt-image-caption{ 
		padding: 20px 26px 0;
		margin-bottom: 0;
	}

	.body.page-template-contact .top-banner .iwt-image-caption{
		margin-bottom: 0;
	}
	
}
/**** Responsive Design end here ****/


/* Désactive l'animation pendant la navigation manuelle */
.top-banner-slider.slick-initialized.slick-slider.slick-drag img,
.top-banner-slider.slick-initialized.slick-slider .slick-arrow:active ~ .banner-slide-image img {
  animation: none !important;
  transition: none !important;
}


/* Section CHIFFRES – titre précis */

@media (min-width:1201px) {
  .parent-page-sec.chiffres-sec .grid-container .grid-x .cell.large-6 > h2.triangle-title {
    font-size: 40px;   /* choisis ta taille desktop */
    line-height: 45px;
  }
}



@media (max-width:1200px){
  .parent-page-sec.chiffres-sec .grid-container .grid-x .cell.large-6 > h2.triangle-title{
    font-size:33px;
    line-height:45px;
  }
}
@media (max-width:768px){
  .parent-page-sec.chiffres-sec .grid-container .grid-x .cell.large-6 > h2.triangle-title{
    font-size:15px;
    line-height:20px;
  }
}



/* Forcer le header visible directement */
.home .site-header .header-logo,
.home .site-header .header-menu,
.home .site-header .lang-switcher,
.home .site-header .header-content,
.home .site-header .mobile-menu-icon {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
/** i18n : sélecteur de langue (packs wp-content/langs) **/
.site-header .lang-switcher { display: block; }
.lang-switcher ul { padding: 0; }
.lang-switcher ul li:focus-visible { outline: 2px solid #414042; outline-offset: 2px; }
.lang-switcher ul .cc-lang-option.active { opacity: 1; }
