/*!
Theme Name: Oxygen 
Theme URI: http://enano-tech.com
Author: eNano-Tech
Author URI: http://enano-tech.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxygen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

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

a:focus {
	outline: none;
}

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

a:-webkit-any-link {
    text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/**************************************************************/
/***********************  Custom Styles
/*************************************************************/
#wrap-footer .copyright p {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8461538461538463;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
h2.widgettitle {
    display: none;
}

.wrap .hover ul#primary-menu li a {
	color: #4A4A4A !important;
	transform: scale(1);
  	transition: all 0.3s ease-in-out 0.2s;
}
.wrap .hover ul#primary-menu li:after{
	content: url(./assets/images/trait-menu-hover.jpg);
}
.wrap .hover ul#primary-menu li:hover a{
	color: #fff !important;
	transform: scale(1.1);
  	transition: all 0.3s ease-in-out 0.1s;
}
.wrap ul#primary-menu  li {
    display: inline-block;	
	vertical-align: top;	
	position: relative;	
	text-align: center;	
	padding-right: 75px;	
	padding-left: 15px;
}
.wrap ul#primary-menu {
    text-align: center;
}
.wrap ul#primary-menu li a {
    color: #fff;
    display: block;
    padding: 8px 0;
    font-family: 'Playfair Display', serif;
    font-size: 52.65px;
  	font-weight: bold;
  	line-height: 1.222;
  	letter-spacing: 1.05299996137619px;
}
.wrap ul#primary-menu li a:hover{
	text-decoration: none;
}
.wrap ul#primary-menu li:after{
	content: url(./assets/images/trait-menu.jpg);
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
}
/*.wrap ul#primary-menu li#menu-item-277:after ,
.wrap ul#primary-menu li#menu-item-278:after ,
.wrap ul#primary-menu li#menu-item-52:after {
	display: none;
}*/

.wrap ul#primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: -30px;
    width: 100%;
    background: rgba(0,0,0, 0.8);
    z-index: 99999; 
    padding: 10px 0;
}
.wrap ul#primary-menu .sub-menu li::after{
    display: none !important;
}
.wrap ul#primary-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}
.wrap ul#primary-menu li.menu-item-has-children .sub-menu li {
    text-align: left;
    display: block;
    padding-left: 40px;
    padding-right: 0px;
}
.wrap ul#primary-menu li.menu-item-has-children .sub-menu li a {
    font-size: 22.65px; 
}
.wrap ul#primary-menu li:last-child:after{
	content: none;
}
#career .list-img-city > li:nth-child(1)  {
	display: block;
}
#sectors .list-img-sector > li:nth-child(1) {
    display: block;
}
#sectors .list-img-sector > li:nth-child(1) {
    display: block;
}
.col-sm-4.contact-infos ul li:nth-child(4) a {
    width: 26px;
    height: 26px;
    overflow: hidden;
    float: left;
}

.block-realisation a {
    height: 277px;
    background-size: cover;
    background-position: center;
}
#partenaire ul.list-menu-slide li:nth-child(1) span {
	color:#00D8FA;
}
#partenaire .box-detail > div:nth-child(1) {
	display: block;
}

#partenaire .partenaires-slide li {
    height: 566px;
    background-size: cover;
    background-position: center bottom;
}
section#sectors section#sectors-list .list-img-sector li:nth-child(1) {
	display: block;
}

.content-detail .post-thumb{
	width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.titre3 .text-left a,
.titre3 .text-right a {
    color: #000000;
}
.titre3 .text-left a:hover,
.titre3 .text-right a:hover {
    color: #00d8fa;
}

.comment-body,.comment-body a {
    color: #000000;
	position: relative;
}
span.says {
    color: #bfbfbf;
}
.comment-metadata time {
    font-family: 'Open Sans',serif !important;
    font-size: 10px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: 1.785714px !important;
    text-align: left !important;
    color: #bfbfbf !important;
    text-transform: uppercase !important;
}
.comment-list b.fn {
    margin-left: 53px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3888888888888888;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 3px;
}
.comment-content {
    width: 60%;
    display: inline-block;
	margin-left: 100px;
    margin-top: 25px;
}
.reply {
    width: 35%;
    display: inline-block;
    text-align: right;
    font-family: 'Open Sans',serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 2.083333px;
    text-align: right;
    color: rgba(51,51,51,0.7);
    padding-top: 8px;
    text-transform: uppercase;
    position: absolute;
    left: 65%;
    top: 12px;
}
.reply a{
	font-family: 'Open Sans',serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 2.083333px;
    text-align: right;
    color: rgba(51,51,51,0.7);
    padding-top: 8px;
}

.comment-metadata {
    margin-left: 90px;
}
li.comment.depth-1 {
    border-bottom: solid 1px #efefef;
    margin: 0 0 40px 0;
    padding: 0 0 35px 0;
}
div.comment-respond {
    width: 100%;
    /*min-height: 580px;*/
    background-color: rgba(239,239,239,0.5);
    padding: 40px 0 0 50px;
}
.comment-respond a{
    color: #000;
}
.comment-list a#cancel-comment-reply-link {
    padding-left: 25px;
}
h3#reply-title {
    font-family: 'Open Sans',serif;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5625;
    letter-spacing: 1.142857px;
    text-align: left;
    color: #00d8fa;
    text-transform: uppercase;
}
.comment-form input {
    font-family: 'Open Sans',serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
    color: #333333;
    background: none;
    border: none;
    border-bottom: solid 1px #e3e3e3;
	margin-bottom: 40px;
}
textarea#comment {
    font-family: 'Open Sans',serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
    color: #333333;
    background: none;
    border: none;
    border-bottom: solid 1px #e3e3e3;
    width: 420.56658935546875px;
}

.form-submit input.submit {
    font-family: 'Open Sans', serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 2.5px;
    text-align: left;
    color: #00d8fa;
    padding: 11px 30px;
    background: transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    outline: none !important;
    box-shadow: none;
    transition: background-color 0.5s ease-out;
    border: solid 1px #00d8fa;
    display: inline-block;
    text-transform: uppercase!important;
    width: 340px;
}

.form-submit input.submit:hover {
    color: #fff;
    background: #00d8fa;
    text-transform: none;
}
.comments-area.form-blog .form-submit:hover {
    background: none;
}
span.titre-input {
    color: #000000;
}

.wrap-detail-blog .form-blog {
    width: auto !important;
    min-height: auto !important;
    background: none !important;
    padding: 0 !important;
}
/*.aside-bar .block-aside .img-aside:hover:before ,
.aside-bar .block-aside .img-aside:hover:after {
    display: none;
}*/
section#counter-expertises .text-counter {
    margin: 25px 0;
}

section#counter-expertises .text-counter p {
    margin: 0;
}
#counter-expertises .fond-counter .counter {
    top: -40px !important;
}
#counter-sectors .fond-counter .counter {
    top: -249px !important;
}
section#strategie a.btn-custom3 , 
section#insight-cas a.btn-custom3 , 
section#about-metier a.btn-custom3  , 
#insight-cas a.btn-custom2 ,
#about-reseau a.btn-custom3{
    display: table;
    margin-top: 20px;
} 
.box-equipe .col-sm-6:nth-child(2n+1) .block-realisation p.right-more {
    left: 0;
    text-align: left;
}
section#prestations img {
    max-height: 90px;
}
.wrap-sectors-list .list-img-sector > li {
    background-position: center center !important;
}
#prestations .list-prestation .block-presse:nth-child(5) ,
#prestations .list-prestation .block-presse:nth-child(6) ,
#prestations .list-prestation .block-presse:nth-child(7) ,
#prestations .list-prestation .block-presse:nth-child(8)
 {
    border-bottom: solid 1px #e5e5e5;
}

#groupe .wrap-strategie .btn-custom3 {
    color: #fff !important;
}
#groupe .wrap-strategie .btn-custom3:hover {
    color: #000 !important;
}
#insight-cas .col-sm-8.main-content {
    color: #333;
}
#contact-content-page p.infos a {
    color: #00d8fa;
}

/********* 404 page Error *********/
body.error404 .error-404 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
body.error404 .wrap-counter-sectors .btn-sectors.btn-sectors-404 {
    width: auto;
    margin: 120px auto 0 auto;
}
body.error404 .row.fond-counter {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 0;
}
body.error404 .row.fond-counter > .counter:after ,
body.error404 .row.fond-counter > .counter:before {
    display: none !important;
}
.wrap-counter-sectors .content-sectors .error-404 .counter-text {
	color: #000000;
    margin-top: 0;
}
body.error404 .wrap-counter-sectors {
	margin-bottom: 0 !important;
	padding: 100px 0;
}
body.error404 .wrap-counter-sectors h1.page-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 60px;
}
body.error404 .wrap-counter-sectors .content-sectors > div:nth-child(2) .counter:before {
    right: 80px !important;
}
body.error404 .wrap-counter-sectors .content-sectors > div:nth-child(2) .counter:after {
    left: 80px !important;
}
body.error404 {
    background: black;
}

/******************************/
.form-contact-page .hbspt-form .submitted-message p {
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: 0.9999999px;
    text-align: center;
    color: #00d8fa !important;
    margin-bottom: 35px;
    margin-top: 140px;
}
/****** Bloc Cookies Bloc *******/
.cookie-notice-container a {
    background: #00d8fa !important;
    color: #FFF !important;
    text-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 10px !important;
}
/****** Template Default Page *******/
body.page-template-default header.entry-header {
    display: none;
}
body.page-template-default .page-default-content ,
body.page-template-default .page-default-content a , 
body.page-template-default .page-default-content p {
    color: #333;
}
body.page-template-default .page-default-content h1 {
    font-family: 'Open Sans',sans-serif;
    font-size: 50px;
}
body.page-template-default .page-default-content h2 {
    font-family: 'Open Sans',sans-serif;
    font-size: 35px;
}
body.page-template-default .page-default-content h3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
}



/********** Formulaire Hubspot  Careers ************/
/***************************************************/
.emailBox.hubl-form-nwes .textwidget p {
    margin: 0;
}
.emailBox.hubl-form-nwes .hbspt-form form {
    margin: 0;
}
.emailBox.hubl-form-nwes .hbspt-form form .hs_email{margin: 0;width: 340px !important;float: left;position: relative;}
.emailBox.hubl-form-nwes .hbspt-form form .hs_submit {width: 40px;float: left; margin-left: 10px;}
.emailBox.hubl-form-nwes .hbspt-form form .hs_submit .actions {
    margin: 0px !important;
    width: 0px !important;
}

.emailBox.hubl-form-nwes .hbspt-form form .hs_submit .actions input.hs-button {
    color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    text-shadow: none !important;
    width: 40px !important;
    height: 30px !important;
    z-index: 1;
    cursor: pointer;
    background: url(./assets/images/img.svg) !important;
    background-size: 90% 90% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.emailBox.hubl-form-nwes .hbspt-form form .hs_submit .actions {
    padding: 0px !important;
    margin: 0px !important
    width: 40px !important;
    height: 40px !important;
}

.emailBox.hubl-form-nwes .textwidget p br {
    display: none;
}
.emailBox.hubl-form-nwes .nwes-label {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: bold;
}
.emailBox.hubl-form-nwes form input {
    width: 340px !important;
    height: 40px !important;
    background: transparent;
    border-bottom: solid 1px #e3e3e3 !important;
    color: #fff;
    border-radius: 0 !important;
    border: none;
    padding: 0;
    box-shadow: none !important;
}
.emailBox.hubl-form-nwes .input {
    width: 340px !important;
    height: 40px !important;
    margin: 0 !important;
    float: left;
}
.emailBox.hubl-form-nwes ul.hs-error-msgs {
    width: 400px !important;
    margin: 0 !important;
    float: left;
    padding: 0;
    top: 60px !important;
    position: absolute;
}

.emailBox.hubl-form-nwes label span {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.875;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.emailBox.hubl-form-nwes label span.hs-form-required {
    display: none;
}
.emailBox.hubl-form-nwes label {
    margin: 0 !important;
}
.emailBox.hubl-form-nwes svg {
	position: absolute; 
	right: 0; 
	top: 3px; 
	float: left; 
	z-index: 0;
}


.wrap-reseau .titre-reseau  h1{
    font-family: 'Playfair Display', serif;
    font-size: 64.8px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 75px;
    letter-spacing: 1.296px;
    text-align: left;
    color: #000000;
}
/********** Formulaire Hubspot  Footer *************/
/***************************************************/
.form-footer-hub .textwidget p {
    margin: 0;
}
.form-footer-hub .hbspt-form form {
    margin: 0;
}
.form-footer-hub .hbspt-form form .hs_email{margin: 0;width: 250px !important;float: left;position: relative;}
.form-footer-hub .hbspt-form form .hs_submit {width: 40px;float: left; margin-left: 10px;}
.form-footer-hub .hbspt-form form .hs_submit .actions {
    margin: 0px !important;
    width: 0px !important;
}

.form-footer-hub .hbspt-form form .hs_submit .actions input.hs-button {
    color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    text-shadow: none !important;
    width: 40px !important;
    height: 30px !important;
    z-index: 1;
    cursor: pointer;
    background: url(./assets/images/img.svg) !important;
    background-size: 90% 90% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.form-footer-hub .hbspt-form form .hs_submit .actions {
    padding: 0px !important;
    margin: 0px !important
    width: 40px !important;
    height: 40px !important;
}
.form-footer-hub .textwidget p br {
	display: none;
}
.form-footer-hub .nwes-label {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: bold;
}
.form-footer-hub form input {
    width: 310px !important;
    height: 40px !important;
    background: transparent;
    border-bottom: solid 1px #e3e3e3 !important;
    color: #fff;
    border-radius: 0 !important;
    border: none;
    padding: 0;
    box-shadow: none !important;
}
.form-footer-hub .input {
    width: 250px !important;
    height: 40px !important;
    margin: 0 !important;
    float: left;
}
.form-footer-hub ul.hs-error-msgs {
    width: 400px !important;
    margin: 0 !important;
    float: left;
    padding: 0;
    top: 20px !important;
    position: relative;
}
.form-footer-hub label span {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.875;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.form-footer-hub label span.hs-form-required {
    display: none;
}
.form-footer-hub label {
    margin: 0 !important;
}
.form-footer-hub svg {
    position: relative;
    left: -39px;
    top: 3px;
    z-index: 0;
}
ul.hs-error-msgs.inputs-list {
    padding: 0;
}
/****************************************/
#loader {
    left: 25% !important;
    top: 25% !important;
    width: 50% !important;
    height: 50% !important;
    margin: 0 !important; 
    border-radius: 0 !important;
    border:  none !important;
    border-top-color: none  !important;
    -webkit-animation: none !important; 
    animation: none !important; 
    z-index: 11;
    opacity: 0.8;
    background-size: cover !important;
}
#loader-wrapper .loader-section {
    background: #fbfbfb !important;
}

#loader:before , #loader:after {
    display: none !important;
}
/******************* Page Contact Form *********************/
.form-contact-page fieldset {
    width: 100% !important;
    max-width: 100% !important;
}

.form-contact-page .hs_company , 
.form-contact-page .hs_email, 
.form-contact-page .hs_lastname {
    padding-right: 15px;
    margin-bottom: 40px !important;
}

.form-contact-page .hs_jobtitle , 
.form-contact-page .hs_mobilephone , 
.form-contact-page .hs_firstname {
    padding-left: 15px;
    margin-bottom: 40px !important;
}
.form-contact-page label {
    position: relative;
    margin-bottom: 0 !important;
}
.form-contact-page .input{
	margin : 0 !important;
}
.form-contact-page label span {
    font-family: 'Open Sans',serif;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.form-contact-page .hs_message label span {
    position: relative !important;
}
.form-contact-page input ,
.form-contact-page textarea {
    z-index: 10;
    height: 40px !important;
    position: relative;
    transition: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0px !important;
}
.form-contact-page textarea {
	background: transparent;
    background: transparent;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    width: 99% !important;
    max-width: 99% !important;
    height: 180px !important;
    padding: 2px 1% !important;
}

.form-contact-page input.hs-input:focus, 
.form-contact-page textarea.hs-input:focus {
    outline: none;
    border-color: none;
    border-bottom: solid 1px #00d8fa;
    box-shadow: none;
}
.form-contact-page input.hs-input.error {
    border-color: #c87872;
    box-shadow: none;
}

ul.hs-error-msgs.inputs-list label {
    color: #c87872;
	font-size: 9px;
    line-height: 11px;
/*    margin: 2rem 0 0 0 !important;*/
    padding: 0 !important;
}

.form-contact-page .hs_message label span {
    position: relative;
}

.form-contact-page input.hs-button {
    font-family: 'Open Sans', serif;
    font-size: 15px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 2.5 !important;
    letter-spacing: 2.5px !important;
    text-align: left;
    color: #00d8fa !important;
    margin-top: 50px;
    padding: 0px 30px !important;
    background: transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    box-shadow: none !important;
    text-shadow: none !important;
    border: solid 1px #00d8fa !important;
    display: inline-block;
    width: auto !important;
    text-transform: uppercase;
    cursor: pointer;
}
.form-contact-page input.hs-button:hover ,
.form-contact-page input.hs-button:active {
    background: #00d8fa !important;
    color : #fff !important;
}
.form-contact-page .actions {
    margin: 0 !important;
    padding: 0 !important;
}
.form-contact-page label span.hs-form-required {
    display: none;
}
.landingpage .form-contact-page label span {
    color: #fff;
}

/************ Vous avez un projet Email *************/
/*********************************************************/
div#form-contact .textwidget p {
    margin: 0;
}
div#form-contact .hbspt-form form {
    margin: 0;
    margin-left: 7%;
    min-height: 147px;
}
div#form-contact .hbspt-form form .hs_email{margin: 0;width: 405px;float: left;position: relative;}
div#form-contact .hbspt-form form .hs_submit {width: 40px;float: left;margin-left: 10px;position: relative;left: -35px;}
div#form-contact .hbspt-form form .hs_submit .actions {
    margin: 0px !important;
    width: 0px !important;
}

div#form-contact .hbspt-form form .hs_submit .actions input.hs-button {
    color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    text-shadow: none !important;
    width: 40px !important;
    height: 30px !important;
    z-index: 1;
    cursor: pointer;
    background: url(./assets/images/img.svg) !important;
    background-size: 80% 80% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
div#form-contact .hbspt-form form .hs_submit .actions {
    padding: 0px !important;
    margin: 0px !important
    width: 40px !important;
    height: 40px !important;
}
div#form-contact .textwidget p br {
	display: none;
}
div#form-contact .nwes-label {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: bold;
}
div#form-contact form input {
    width: 100%;
    height: 40px !important;
    background: transparent;
    border-bottom: solid 1px #e3e3e3 !important;
    color: #333333;
    border-radius: 0 !important;
    border: none;
    padding: 0;
    box-shadow: none !important;
}
div#form-contact .input {
    width: 100%;
    height: 40px !important;
    margin: 0 !important;
    float: left;
}
div#form-contact ul.hs-error-msgs {
    width: 100%;
    margin: 0 !important;
    float: left;
    padding: 0;
    top: 60px !important;
    position: absolute;
}
div#form-contact label span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: rgba(51,51,51,0.5);
    line-height: 1.875;
    letter-spacing: 0.5px;
    font-weight: normal;
}
div#form-contact label span.hs-form-required {
    display: none;
}
div#form-contact label {
    margin: 0 !important;
}
div#form-contact svg {
    position: relative;
    left: -39px;
    top: 3px;
    z-index: 0;
}


/************ Vous avez un projet Phone *************/
/****************************************************/
div#telephone .textwidget p {
    margin: 0;
}
div#telephone .hbspt-form form {
    margin: 0;
    margin-left: 7%;
    min-height: 147px;
}
div#telephone .hbspt-form form .hs_mobilephone{margin: 0;width: 405px !important;float: left;position: relative;}
div#telephone .hbspt-form form .hs_submit {width: 40px;float: left;margin-left: 10px;position: relative;left: -35px;}
div#telephone .hbspt-form form .hs_submit .actions {
    margin: 0px !important;
    width: 0px !important;
}

div#telephone .hbspt-form form .hs_submit .actions input.hs-button {
    color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    text-shadow: none !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 1;
    cursor: pointer;
    background: url(./assets/images/img.svg) !important;
    background-size: 80% 80% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
div#telephone .hbspt-form form .hs_submit .actions {
    padding: 0px !important;
    margin: 0px !important
    width: 40px !important;
    height: 40px !important;
}
div#telephone .textwidget p br {
	display: none;
}
div#telephone .nwes-label {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: bold;
}
div#telephone form input {
    width: 405px !important;
    height: 40px !important;
    background: transparent;
    border-bottom: solid 1px #e3e3e3 !important;
    color: #333333;
    border-radius: 0 !important;
    border: none;
    padding: 0;
    box-shadow: none !important;
}
div#telephone .input {
    width: 405px !important;
    height: 40px !important;
    margin: 0 !important;
    float: left;
}
div#telephone ul.hs-error-msgs {
    width: 400px !important;
    margin: 0 !important;
    text-align: left;
    float: left;
    padding: 0;
    top: 60px !important;
    position: absolute;
}
div#telephone label span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: rgba(51,51,51,0.5);
    line-height: 1.875;
    letter-spacing: 0.5px;
    font-weight: normal;
}
div#telephone label span.hs-form-required {
    display: none;
}
div#telephone label {
    margin: 0 !important;
}
div#telephone svg {
    position: relative;
    left: -39px;
    top: 3px;
    z-index: 0;
}

.img1 img , .img2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-template-page-etude-cas .wrap-about h2, .page-template-page-etude-cas .wrap-arterris h2 {
    font-size: 50px;
}

#offres .col-sm-3.reseaux {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: auto;
}
#offres .col-sm-3.reseaux h3 {
   /* font-family: 'Open Sans', serif;*/
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    /*font-weight: bold;*/
    text-align: center;
    color: #00d8fa;
}

#offres .col-sm-3.reseaux ul {
    margin-top: 25px;
    margin-left: 0px;
}

/* sitemap page */

.page-template-page-sitemap .page_item a {
	color: #000;
}
.page-template-page-sitemap .page_item a {
	color: #000;
}
ul.plan-site-list {
    margin-top: 20px;
    margin-left: 60px;
}

ul.plan-site-list li.page_item:before {
    content: "\2022";
    color: #00d8fa;
    font-size: 20px;
    position: absolute;
    margin-left: -20px;
}

/* pagination des articles */

ul.pagination a.page-numbers {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
background-color: #fff;
border: 1px solid #dee2e6;
color: #00d8fa;
border-color: #00d8fa;
cursor: pointer;
}

span.page-numbers.dots {
color: #00d8fa;
border-color: #00d8fa;
padding: 0 10px;
}

span.page-numbers.current {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
background-color: #00d8fa;
border: 1px solid #dee2e6;
color: #fff;
border-color: #00d8fa;
cursor: none;
}

.pagination.justify-content-center>a:hover {
    color: #fff;
    background-color: #00d8fa;
    border-color: #00d8fa;
}
.single h2 {
    font-size: 35px;
    line-height: 45px;
}
.single h3 {
    font-size: 30px;
    line-height: 32px;
}
.single h4 {
    font-size: 25px;
    line-height: 30px;
}

/* pagination for list post */

ul.pagination a.page-numbers {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
background-color: #fff;
border: 1px solid #dee2e6;
color: #00d8fa;
border-color: #00d8fa;
cursor: pointer;
}

span.page-numbers.dots {
color: #00d8fa;
border-color: #00d8fa;
padding: 0 10px;
}

span.page-numbers.current,
.pagination.justify-content-center>a:hover {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
background-color: #00d8fa;
border: 1px solid #dee2e6;
color: #fff;
border-color: #00d8fa;

}
span.page-numbers.current{
 	cursor: none;
}

.pagination.justify-content-center .page-numbers:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination.justify-content-center .page-numbers:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination.justify-content-center {
	padding-bottom: 40px;
}

/* form search*/
.btn-submit-search {
	border: 1px solid white !important;
    text-align: center !important;
    cursor: pointer !important;
    width: 130px !important;
}


/********** Formulaire Hubspot  nwesletter input adresse email *************/
/***************************************************/
#aside-newsletter {
	padding-bottom: 50px;
}
#aside-newsletter .textwidget p {
    margin: 0;
}
#aside-newsletter .hbspt-form form {
    margin: 0;
}
#aside-newsletter .hbspt-form form .hs_email{margin: 0;width: 250px !important;float: left;width: calc( 100% - 40px ) !important;position: relative;}
#aside-newsletter .hbspt-form form .hs_submit {width: 40px;float: left;}
#aside-newsletter .hbspt-form form .hs_submit .actions {
    margin: 0px !important;
    width: 0px !important;
}

#aside-newsletter .hbspt-form form .hs_submit .actions input.hs-button {
    color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    text-shadow: none !important;
    width: 40px !important;
    height: 30px !important;
    z-index: 1;
    cursor: pointer;
    background: url(./assets/images/img.svg) !important;
    background-size: 40% 40% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
#aside-newsletter .hbspt-form form .hs_submit .actions {
    padding: 0px !important;
    margin: 0px !important
    width: 40px !important;
    height: 40px !important;
}
#aside-newsletter .textwidget p br {
	display: none;
}
#aside-newsletter .nwes-label {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: bold;
}
#aside-newsletter form input {
    width: 100% !important;
    height: 40px !important;
    background: transparent;
    border-bottom: solid 1px #e3e3e3 !important;
    color: #333;
    border-radius: 0 !important;
    border: none;
    padding: 0;
    box-shadow: none !important;
}
#aside-newsletter .input {
    width: 100% !important;
    height: 40px !important;
    margin-bottom: : 0 !important;
    float: left;
}
#aside-newsletter ul.hs-error-msgs {
    width: 400px !important;
    margin: 0 !important;
    float: left;
    padding: 0;
    top: 60px !important;
    position: absolute;
}
#aside-newsletter label span {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    color: rgba(51,51,51,0.7);
    line-height: 1.875;
    letter-spacing: 0.5px;
    font-weight: normal;
}
#aside-newsletter label span#aside-newsletter-required {
    display: none;
}
#aside-newsletter label {
    margin: 0 !important;
}
#aside-newsletter svg {
    position: relative;
    left: -39px;
    top: 3px;
    z-index: 0;
}
ul.hs-error-msgs.inputs-list {
    padding: 0;
}
#aside-newsletter  label span.hs-form-required {
    display: none;
}

#aside-newsletter .hs_error_rollup {
	display: none;
}
/****************************************/

#mention-legales-content p {
	color: #000;
}


nav.navigation.posts-navigation {
    display: none;
}

header ul.reseaux {
list-style: none;
margin: 0;
}


@media (max-height: 700px) {
	header .social-menu li {
    	margin-bottom: 10px !important;
	}
}

/* hide the alert 'veuillez remplir tout les champs' */
.hbspt-form .hs_error_rollup {
    display: none !important;
}

/* keep button submit hubspot form to the right */
.hbspt-form form .hs_submit {
    float: right !important;
}

/* for internet explorer*/
header {
	right: 0px;
}


/* footer rgpd */
#cookie-notice {
	background-color: #fefefe !important;
}
span#cn-notice-text {
    float: left;
    margin-bottom: 10px;
    color: #000;  
}

.wrap-insights-expertises > div.container.etude-cas-simillaire {
    padding: 0px 80px 120px 95px;
}

#offres .reseaux li svg {
    width: 25px;
}

ul.social-share-landing svg {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}

ul.social-share-landing {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

ul.social-share-landing li {
    list-style: none;
    display: inline-block;
}

.social-landing-share ul.social-share-landing {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
    display: block;
}
.social-landing-share h3 {
    text-align: center;
    color: #00d8fa;
}
.social-landing-share {
    display: block;
    float: left;
    margin-top: 45px;
    width: 100%;
}

.no-results.not-found {
	width: 100%;
}
section.no-results.not-found .no-search-results>img{
    width: 150px;
}
section.no-results.not-found .search-form {
    margin-top: 40px;	
}
.no-results.not-found .no-search-results p {
	color: #000;
}

.no-results.not-found .search-form {
	text-align: center;
	margin-bottom: 60px;
}
.no-results.not-found  .page-header {
    display:none;
}

.no-results.not-found .page-content{
}

/* Menu mobile */
.wrap ul#primary-menu li .sub-menu{
    display: none;
}
.wrap ul#primary-menu li.open .sub-menu{
    display: block;
}