/*
Theme Name: Fournier-fils
Theme URI:
Author: l'Agence secrète
Author URI: http://agencesecrete.com
Description: Thème conçu sur-mesure développé par l'Agence secrète - communication d'influence
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fournierfils
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
    ## Normalize
    ## Typography
    ## Elements
    ## Forms
    ## Navigation
        ### Links
        ### Menus
    ## Accessibility
    ## Alignments
    ## Clearings
    ## Content
        ### Posts and pages
        ### Comments
    ## Infinite scroll
    ## Media
        ### Captions
        ### Galleries
# Modules
    ## Module - Layout
    ## Module - Themes
    ## Module - Buttons
# Pages
    ## Front page
    ## Articles
# Blocs
    ## Diaporama plein Ã©cran
# Templates
    ## Template - Header
    ## Template - Footer
    ## Template - Page
    ## Template - Sidebar
    ## Template - 404
# Template parts
    ## Template - Content
    ## Template - Pagination
# Components
    ## Component - Social-networks
# Plugins
    ## Plugin - SiteOrigin Panels
    ## Plugin - Gravity Form
    ## Plugin - Slick
    ## Plugin - FontAwesome
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Test / Temporaire
--------------------------------------------------------------*/

/*.wpml-ls-legacy-list-horizontal a {
    text-transform: uppercase!important;
    color:var(--couleur-primaire)!important;
    border:solid 1px var(--couleur-primaire)!important;
    padding:10px!important;
    font-family: var(--font-secondaire)!important;
    font-weight: 400!important;
    font-style: normal;
}

.wpml-ls-statics-shortcode_actions {
        padding-right: 0!important;
        padding-left:0!important;
    }
*/

.service-icone {
    width: 120px;
    height: 120px;
    background-color: #092318;
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.service-icone img {
    width: 70px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

/*.innovation .icone {
    max-width: 100px;
    max-height: 100px;
}*/

ul.liste-virgule {
    list-style: none;
    margin-left:0;
    padding-left:0;
    padding-top:5px;
    padding-bottom:10px;
    border-bottom:solid 1px #ccc;
}

ul.liste-virgule li {
    display: inline-block;
}

ul.liste-virgule .type {
    font-size: 0.8em!important;
}

ul.liste-virgule li:not(:last-child):after {
    content: ", ";
}


/* IdentitÃ©  */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-contenu {
    position: relative;
    top:800px;
    border-radius: 10px;;
    background-color: var(--blanc-fournier);
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    text-align: center;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-contenu h2 {
    font-size: 2.2em;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color: var(--noir-fournier);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-entete {
    padding: 2px 16px;
}

.message {
    padding: 2px 16px;
}

/* Carte projet */
#page-id-259 #menu-menu-lien-unique li a {
    color: #fff!important;
}
.header-menu-ouvert .menu-button .menu-bar {
    background-color: #000!important;
}

.carte-projets {
    /*height: calc(100vh - 100px);*/
    overflow: hidden;
}
.facetwp-facet {
    margin-bottom: 0px!important;
}
.carte-projets .facetwp-template {
    height: 80vh;
    overflow-y: scroll;
}
.carte-projets .gm-style-iw-a {
    display: none;
}
.carte-projets .cluster1 {
    background-color: var(--vert-fournier);
    border-radius: 50%;
    color: #fff!important;
    font-weight: 700!important;
    font-family: var(--font-primaire)!important;
    transition:0.7s;
}
.carte-projets .cluster1:hover {
    transform:scale(1.2);
    transition:0.3s;
}

.carte-projets div[role="button"] {
    border-radius: 50%;
    transition:0.7s;
}

.carte-projets div[role="button"]:hover {
    display: block;
    background-color: var(--vert-fournier);
    transition:0.3s;
}

.carte-projets .cluster0 {
    background-color: var(--vert-fournier);
    border-radius: 50%;
    color: #fff!important;
    font-weight: 700!important;
    font-family: var(--font-primaire)!important;
    transition:0.7s;
}
.carte-projets .cluster0:hover {
    transform:scale(1.2);
    transition:0.3s;
}

/* width */
.carte-projets .facetwp-template::-webkit-scrollbar {
    width: 10px;
    padding:0 10px;
}

/* Track */
.carte-projets .facetwp-template::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.carte-projets .facetwp-template::-webkit-scrollbar-thumb {
    background: var(--vert-fournier);
    padding:0 5px;
    width: 25px;
    border-radius: 30px;
}

.carte-projets .facetwp-map-filtering {
    display: none;
}
.carte-projets .filtre-projets {
    width: 100%;
    padding:20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carte-projets select {
    width: 100%!important;
    border-radius: 30px!important;
    border:solid 1px var(--vert-fournier);
}
.carte-projets .layout-carte {
    width: 400px;
}
.projet-apercu-carte {
    padding:30px 40px;
    font-family: var(--font-secondaire);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(240,237,231);
    background: -moz-linear-gradient(180deg, rgba(240,237,231,1) 0%, rgba(246,242,240,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(240,237,231,1) 0%, rgba(246,242,240,1) 100%);
    background: linear-gradient(180deg, rgba(240,237,231,1) 0%, rgba(246,242,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0ede7",endColorstr="#f6f2f0",GradientType=1);
    cursor: pointer;
    transition:0.3s;
}
.projet-apercu-carte:hover {
    min-height: 240px;
    transition:0.3s;
}
.projet-apercu-carte.is-active {
    color:#fff;
    background: var(--vert-fournier);
    transition:0.3s;
}
.projet-apercu-carte.is-active h4 {
    color:#fff;
}
.projet-apercu-carte .liste-types {
    border-bottom:solid 1px #ccc;
    padding-bottom:5px;
    margin-bottom:10px;
}
.projet-apercu-carte .type {
    font-family: var(--font-primaire);
    font-size: 0.8em;
    letter-spacing: 1px;
}
.projet-apercu-carte .titre h4 {
    font-size: 1.8em;
    font-weight: 400;
}
.carte-projets .lieu {
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
}
.page-id-259 header .page-title, .page-id-259 header .ligne, .page-id-259 footer, .page-id-259 .reseaux-sociaux {
    display: none;
}
.page-id-259 .page-header {
    height: 100px;
}
.page-id-259 .layout-nav-actions.language {
    position: relative;
    right: 0;
    top: 0px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.page-id-259 .layout-nav-actions.language a {
    color: #fff;
    border: solid 1px #fff;
    padding-top: 10px;
}

.page-id-1607 header .page-title, .page-id-1607 header .ligne, .page-id-1607 footer, .page-id-1607 .reseaux-sociaux {
    display: none;
}
.page-id-1607 .page-header {
    height: 100px;
}
.page-id-1607 .layout-nav-actions.language {
    position: relative;
    right: 0;
    top: 0px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.page-id-1607 .layout-nav-actions.language a {
    color: #fff;
    border: solid 1px #fff;
    padding-top: 10px;
}

/* The sidepanel menu */
.carte-projets .panneau {
    height: calc(100vh - 100px);
    width: 100%;
    max-width: 800px;
    position: absolute;
    z-index: 1;
    right: 0px;
    top:100px;
    background-color: #EEECE7;
    overflow-x: hidden;
    padding-top: 0px;
    padding:50px!important;
    transition: 0.5s;
}
.carte-projets .specifications {
    padding:20px 0;
}
.carte-projets .specification {
    padding:10px 0;
    border-bottom:solid 1px #ccc;
    font-family: var(--font-primaire);
    letter-spacing: 1px;
}
.carte-projets .specification .libelle {
    font-weight: 600;
}
.carte-projets .description ul, .carte-projets .liste-puces ul {
    padding-left:0;
    margin-left:20px;
}
.carte-projets .image-unique img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.carte-projets .slick-galerie-projet img {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.carte-projets .slick-galerie-projet {
    border-radius: 10px;
    overflow: hidden;
}
.carte-projets .slick-galerie-projet .slick-arrow {
    background-color: transparent;
}
.carte-projets .slick-galerie-projet .slick-arrow svg {
    font-size: 1em;
}
.carte-projets .slick-galerie-projet a {
    padding:0!important;
}
.carte-projets .slick-galerie-projet .slick-next {
    right:0;
}
.carte-projets h1 {
    color:#000;
    font-size: 2.2em;
    font-weight: 400;
}
.single-projet .contenu {
    padding:60px 0;
    max-width: 700px;
    margin:auto;
}

/* The sidepanel links */
.panneau a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* Position and style the close button (top right corner) */
.panneau .panneau-closebtn {
    position: absolute;
    color:#fff;
    top: 35px;
    right: 35px;
    font-size: 3.4em;
    font-weight: 100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    padding:5px 0 0 0;
    z-index: 1;
    transition:0.7s;
}
.panneau .panneau-closebtn:hover {
    transform: scale(1.2);
    transition:0.3s;
}
.panneau .panneau-closebtn a {
    color:#fff!important;
    font-size: 30px!important;
}

.facetwp-facet-carte_projets {
    height: calc(100vh - 100px);
}

.facetwp-facet-carte_projets #facetwp-map {
    height: calc(100vh - 100px);
}

#facetwp-map {
    height: calc(100vh - 100px)!important;
}

#facetwp-map > div {
    height: calc(100vh - 100px);
}

.facetwp-map-filtering {
    display: none;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --jaune-fournier: #fcdd2d;
    --vert-fournier: #088251;
    --noir-fournier: #1c1c1c;
    --blanc-fournier: #efece7;
    --font-primaire:"neue-haas-grotesk-display", sans-serif;
    --font-secondaire: "industry", sans-serif;
  }

::-moz-selection {
    background: var(--vert-fournier);
    color: #fff;
}

::selection {
    background: var(--vert-fournier);
    color: #fff;
}

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

#loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--noir-fournier);
    cursor:wait;
    /*background: url("../fournier-fils/assets/images/loader.svg") 50% 50% no-repeat var(--noir-fournier);*/
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 200px;
    height: 20px;
    border-radius: 0px;
    background:
      linear-gradient(90deg, #0000 , #088251) left -50px top 0/50px 20px no-repeat
      var(--noir-fournier);
    animation: l2 0.7s infinite linear;
  }
  @keyframes l2 {
    100% {background-position: right -50px top 0}
  }

.border-radius-min img {
    border-radius: 15px;
}
.border-radius-max img {
    border-radius: 30px;
}
.img-fit img {
    object-fit: cover;
    object-position: center;
}
.gradient-45-dark {
    background: rgb(16,16,16);
    background: -moz-linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#000000",GradientType=1);
}
.gradient-light {
    background: rgb(240,237,231);
    background: -moz-linear-gradient(180deg, rgba(240,237,231,1) 0%, rgba(246,242,240,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(240,237,231,1) 0%, rgba(246,242,240,1) 100%);
    background: linear-gradient(180deg, rgba(240,237,231,1) 0%, rgba(246,242,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0ede7",endColorstr="#f6f2f0",GradientType=1);
    cursor: pointer;
}


/*--------------------------------------------------------------
# Curseur
--------------------------------------------------------------*/

.cursor {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 999998;
}
.cursor-inner {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: var(--vert-fournier);*/
    border:solid 1px var(--vert-fournier);
	opacity: 1;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	transition: transform 0.2s, opacity 0.2s;
}
.cursor.cursor-hover .cursor-inner {
	opacity: 0.1;
	transform: translate(-50%, -50%) scale(2);
    border-width: 0px;
    background-color: var(--vert-fournier);
	transition: 0.2s ease-in;
}
.cursor.cursor-hover.cursor-arrow,
.cursor.cursor-hover.cursor-arrow-alt {
	opacity: 1;
}
.cursor.cursor-hover.cursor-arrow .cursor-inner {
	opacity: 1;
	transform: translate(-50%, -50%) scale(6);
	background-color: var(--vert-fournier);
}
.cursor.cursor-hover.cursor-arrow-alt .cursor-inner {
	opacity: 1;
	transform: translate(-50%, -50%) scale(6);
	background-color: var(--vert-fournier)
}

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100vw;
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: var(--blanc-fournier);
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

abbr[title] {
    border-bottom: 1px dotted;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: 900;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border-style: none;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
html input[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
    cursor: default;
}

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

fieldset {
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

textarea {
    overflow: auto;
}

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

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

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

input[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: var(--font-secondaire);
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
}

h1, .h1 {
    font-family: var(--font-primaire);
    font-weight: 600;
    font-style: normal;
    font-size: 5em;
    line-height: 1;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-family: var(--font-primaire);
    font-weight: 600;
    font-style: normal;
    font-size: 4.2em;
    line-height: 0.9;
    /*letter-spacing: 1.8px;*/
    color: var(--noir-fournier);
    margin-top: 10px;
    margin-bottom: 20px;
}

h3 {
    color: var(--noir-fournier);
    font-family:var(--font-secondaire);
    font-weight: 300;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4 {
    font-family: var(--font-primaire);
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
}

h5 {
    font-family: var(--font-secondaire);
    font-weight: 700;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

h6 {
    font-family: var(--font-secondaire);
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

p {
    font-family: var(--font-primaire);
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

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

blockquote {
    font-style: italic;
    color: #999;
    border-left: solid 5px #ccc;
    padding-left: 1em;

    margin: 0 1.5em;
}

address {
    font-style: normal;
    margin: 0 0 1.5em;
}

pre {
    background: #fafafa;
    font-size: 12px;
    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;
}

.vertical-text {
    transform: rotate(-180deg);
    writing-mode: vertical-lr; /* Vertical - Left to Right */
}

/*--------------------------------------------------------------
## 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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 {
    width: auto;
   	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
--------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #000;
    font-size: 1em;
    opacity: 1;
}

::placeholder {
    color: #000;
    font-size: 1em;
    opacity: 1;
}

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,
select,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    color: #000;
    border:0;
    font-family: var(--font-primaire);
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--noir-fournier);
    background-color: transparent;
    border-radius: 0px;
    padding: 8px 6px;
}

.gform_confirmation_message {
    text-align: center!important;
    background: #cdeccd!important;
    padding: 10px 20px!important;
    margin: auto!important;
    font-size: 0.9em!important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    display: none;
}

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,
select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
    color: #111;
}

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

textarea {
    width: 100%;
}

label {
    color: #000;
    font-size: 1em;
    line-height: 1;
    font-weight: 600;
}

input[type="checkbox"],
input[type="radio"] {
    display: none!important;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
	padding-left: 2.5em!important;

    text-transform: none;
    font-weight: 400;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
    content: "";
    display: block;
	position: absolute;
	left: 0;
	top: 0;
    width: calc(1em * 1.5 - 1px);
    height: calc(1em * 1.5 - 1px);
	border: 1px solid #000;
    transition: opacity 0.2s;
}

input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
    background-color: #000;
    opacity: 0;
}

input[type="checkbox"] + label:hover::before,
input[type="radio"] + label:hover::before {
    border-color: #000;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
    opacity: 0;
}

input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
    opacity: 1;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
	border-radius: 100%;
}

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

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

a {
    color: var(--couleur-primaire);
    outline: 0;
    text-decoration: none!important;
	transition: color 0.2s;
}

a:visited {
    color: #000;
}

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

/*--------------------------------------------------------------
### Menus
--------------------------------------------------------------*/

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

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

.menu-principal .item a {
    position: relative;
    transition:0.7 ease-out;
}

.menu-principal .menu-item a::after, #menu-menu-lien-unique .menu-item a::after {
    content:"";
    position:absolute;
    bottom:0;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: #fff;
    transition:0.7s ease-in-out;
}
.menu-principal .menu-item a:hover::after, #menu-menu-lien-unique .menu-item a:hover::after {
    width: 100%;
    left: 0;
    background-color: var(--vert-fournier);
    transition:0.3s;
}

.menu-principal .item a:hover {
    position: relative;
}

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

.main-navigation ul li {
    position: relative;
    display: inline-block;
    line-height: 1;
}

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

.main-navigation ul li a, #menu-menu-lien-unique ul li a {
    position: relative;
    margin: 0.6em 1.2em;

    font-size: 1em;
    font-family: var(--font-secondaire);
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    outline: 0;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.main-navigation ul li a::before, #menu-menu-lien-unique ul li a::before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    bottom: -3px;
    margin: 0 auto;
    left: -0.05rem;
    width: 0;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.main-navigation ul li:hover a::before, #menu-menu-lien-unique ul li:hover a::before {
    width: 100%;
}

.main-navigation .sub-menu li a::before {
    content: none;
}

.main-navigation .sub-menu li a:hover {
    color: #848484;
}

.main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    padding: 0;
    min-width: 260px;
    padding-top: 20px;
    background-clip: content-box;
    /*background-color: var(--vert-fournier);*/
    transition: all 0.3s;
}

.main-navigation ul ul.sub-menu li a {
    font-size: 0.9em;
    padding: 15px 10px;
    margin:0;
    width: 100%;
    text-align: left;
    box-shadow: -1px 6px 40px -2px rgb(0 0 0 / 9%);
    background: rgba(8, 130, 81, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    transition:0.7s;

}
.main-navigation ul ul.sub-menu li a:hover {
    color:var(--blanc-fournier);
    background-color: #057546;
    padding-left: 15px;
    display: block;
    transition:0.3s;
}
.main-navigation ul ul.sub-menu li a::before, .main-navigation ul ul.sub-menu li a::after {
    display:none;
}

.main-navigation ul ul.sub-menu li {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin:0;
}

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

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-page-item > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation ul ul li.current-menu-ancestor > a {
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin-left: -1px;
    padding-top: 0;
    background-clip: border-box;
}

.main-navigation .button-sub-menu {
    display: none;
}

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

#menu-menu-lien-unique {
    display: flex;
    justify-content: flex-end;
}

#menu-menu-lien-unique li a {
    color:#000;
}

.page-id-259 .menu-button .menu-bar {
    background-color: #fff;
}

.page-id-259 #menu-menu-lien-unique li a {
    color: #fff;
}

.page-id-1607 .menu-button .menu-bar {
    background-color: #fff;
}

.page-id-1607 #menu-menu-lien-unique li a {
    color: #fff;
}

/* --- */

.mobile-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    float: none;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: var(--jaune-fournier);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mobile-navigation > .layout-flex {
    width: 100%;
    height: 100vh;
}

.mobile-navigation > .layout-flex .zone-menu-ouvert {
    height: 100%;
}

.mobile-navigation > .layout-flex .zone-droite-menu-ouvert {
    border-left:solid 0px #000;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.1026785714285714) 0%, rgba(0,0,0,0) 10%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.1026785714285714) 0%, rgba(0,0,0,0) 10%);
    background: linear-gradient(90deg, rgba(0,0,0,0.1026785714285714) 0%, rgba(0,0,0,0) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.mobile-navigation .menu-item a {
    position:relative;
    padding-left: 140px;
    transition:0.7s;
}
.mobile-navigation .menu-ouvert-manchette .titre {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
}
.mobile-navigation .menu-ouvert-manchette {
    width: calc(100% - 140px);
    max-width: 450px;
    padding:0 30px;
}
.mobile-navigation .menu-ouvert-manchette .titre h2 {
    font-weight: 700;
    font-size: 5em;
    line-height: 0.8em;
}
.mobile-navigation .menu-ouvert-manchette svg {
    font-size: 3em;
}
.mobile-navigation .menu-ouvert-manchette img {
    object-fit: cover;
    object-position: center;
    min-height: 22vw;
    transition:0.7s ease;
}
.menu-ouvert-manchette .image {
    border-top-right-radius: 120px;
    line-height: 0;
    overflow: hidden;
}
.menu-ouvert-manchette:hover .image img {
    transform:scale(1.05);
    transition:0.3s;
}
.menu-ouvert-manchette:hover .image img {
    transform:scale(1.05);
    transition:0.3s;
}
.menu-ouvert-manchette .titre svg {
    transition:0.7s ease;
}
.menu-ouvert-manchette:hover .titre svg {
    transform:translate(40px);
    transition:0.3s;
}
.mobile-navigation .menu-item a::after {
    content:"";
    height: 1px;
    width: 120px;
    background-color: var(--noir-fournier);
    position:absolute;
    /*top: 50%;*/
    top:50px;
    left:0;
    transition:0.7s;
}
.mobile-navigation .menu-item a:hover::after {
    width: 200px;
    transition:0.3s ease-out;
}
.mobile-navigation .menu-item a:hover {
    padding-left:220px;
    transition:0.3s ease-out;
}
.mobile-navigation .header-menu-ouvert {
    position:absolute;
    top: 0;
    right: 0;
    left:0;
    width: 100%;
    height: 100px;
}
.layout-max.layout-nav-menu {
    padding-right:0;
}
.layout-nav-actions.language {
    position:absolute;
    right:0;
    top:150px;
    padding:0;
    text-transform: uppercase;
    font-weight: 500;
}

.section-lien-unique {
    padding-right:0!important;
    padding-left:0!important;
}
body.menu-opened .mobile-navigation {
    opacity: 1;
    visibility: visible;
}
body.menu-opened .nav-wrap {
    box-shadow: none;
}
.mobile-navigation ul li {
    opacity: 0;
}
.mobile-navigation ul li a {
    position: relative;
    font-size: 4em;
    font-family: var(--font-primaire);
    font-weight: 500;
    font-style: normal;
    padding: 10px 1px;
    display: inline-block;
    color: var(--noir-fournier);
    line-height: 1.2;
    letter-spacing: 0em;
    outline: 0;
    transition: 0.3s;
}

.mobile-navigation ul li a:hover {
    color: var(--couleur-primaire);
}

.mobile-navigation .menu-item-has-children .sub-menu {
    display: flex;
    /*height: 0px;*/
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    padding-left:100px;
    transition:0.7s;
}

.mobile-navigation .menu-item-has-children:hover .sub-menu {
    display: flex;
    /*height: 40px;*/
    transition:0.3s;
}

.mobile-navigation .menu-item-has-children .sub-menu li {
    list-style-type: none;
}

.mobile-navigation .menu-item-has-children .sub-menu a {
    font-size: 18px;
    padding-left:20px;
    position:relative;
    color:#514e4e;
    transition:0.3s;
}
.mobile-navigation .menu-item-has-children .sub-menu a:hover {
    color:var(--noir-fournier);
    transition:0.3s;
}

.mobile-navigation .menu-item-has-children .sub-menu a::before {
    display: none;
    position: absolute;
    content: '';
    height: 1px;
    bottom: -3px;
    margin: 0 auto;
    left: -0.05rem;
    width: 50%;
    background: #000;
    backface-visibility: hidden;
    transition: width 0.3s;
}
.mobile-navigation .menu-item-has-children .sub-menu a::after {
    display: none;
}

.mobile-navigation .menu-item.focus > .sub-menu {
    padding: 0;
    margin: 0;
}

.mobile-navigation .menu-item.focus > .sub-menu li {
    list-style: none;
}

.mobile-navigation .menu-item.focus > .sub-menu li a {
    font-size: 1.5em;
    text-transform: none;
}
.mobile-navigation .menu-item-has-children {
    position: relative;
}

.button-sub-menu {
    display: initial;
    position: absolute;
    right: -24px;
    margin: 25px 12px 12px 12px;
    display: none;
}

.button-sub-menu svg {
    color: #000;
    font-size: 1.8em;
}

.mobile-navigation .menu-item.focus > .button-sub-menu .menu-button-item  {
    transform: rotate(180deg);
}

.mobile-navigation .menu-item.focus > .sub-menu {
    display: block;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    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;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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

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

.single-post article .entry-content p:first-child:not(:only-child){
    font-size: 1.25em;
}

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

.related-posts {
    margin-top: 60px;
}

/*--------------------------------------------------------------
### 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,
/* Older / Newer Posts Navigation (always hidden) */

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

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

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Module - Layout
--------------------------------------------------------------*/

.relative {
    position:relative;
}

.absolute {
    position:absolute;
}

.justify {
    text-align:justify;
}

.z1 {
    z-index:1;
}
.z9 {
    z-index:9;
}

.overlay {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.gauche,
.left {
    text-align: left;
}

.droite,
.right {
    text-align: right;
}

.centre,
.center {
    text-align: center;
}

.full {
    width: 100%;
    margin-right: auto!important;
    margin-left: auto!important;
}

.boxed-wide, .alignwide {
    width: 100%;
    max-width: 1500px;
    margin-right: auto!important;
    margin-left: auto!important;
}

.boxed {
    width: 100%;
    max-width: 1250px;
    margin-right: auto!important;
    margin-left: auto!important;
}

.boxed-half-left {
    margin-left: calc((100vw - 1250px) / 2);
}

.boxed-half-right {
    margin-right: calc((100vw - 1250px) / 2);
}

.layout-flex {
    display: flex;
    flex-wrap: wrap;
}

.layout-flex > * {
    padding-left: 30px;
    padding-right: 30px;
}

.layout-cc {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.layout-flex.layout-gapless {
    margin-left: 0;
    margin-right: 0;
}

.layout-flex.layout-gapless > * {
    padding-left: 0;
    padding-right: 0;
}

.layout-flex.layout-full > * {
    flex-grow: 1;
}

.layout-flex.flex-direction-row {
    flex-direction: row;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.flex-direction-column {
    flex-direction: column;
}

.layout-flex.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.layout-flex.flex-wrap {
    flex-wrap: wrap;
}

.layout-flex.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.layout-flex.align-items-flex-start {
    align-items: flex-start;
}

.layout-flex.align-items-center {
    align-items: center;
}

.layout-flex.align-items-flex-end {
    align-items: flex-end;
}

.layout-flex.justify-content-flex-start {
    justify-content: flex-start;
}

.layout-flex.justify-content-center {
    justify-content: center;
}

.layout-flex.justify-content-flex-end {
    justify-content: flex-end;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.justify-content-space-between {
    justify-content: space-between;
}

.layout-flex.justify-content-space-around {
    justify-content: space-around;
}

.layout-flex.justify-content-evenly {
    justify-content: space-evenly;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-center {
    align-self: center;
}

.align-self-flex-end {
    align-self: flex-end;
}

.layout-flex .layout-fit {
    min-width: 0;

    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.layout-flex .layout-max {
    min-width: 0;

    -webkit-flex: 1 1 auto; /* Safari 6.1+ */
    -ms-flex: 1 1 auto; /* IE 10 */
    flex: 1 1 auto;
}

.layout-flex .layout-min {
    min-width: 0;

    -webkit-flex: 0 0 auto; /* Safari 6.1+ */
    -ms-flex: 0 0 auto; /* IE 10 */
    flex: 0 0 auto;
}

.layout-flex .layout-100 {
    width: 100%;
}

.layout-flex .layout-95 {
    width: 95%;
}

.layout-flex .layout-90 {
    width: 90%;
}

.layout-flex .layout-85 {
    width: 85%;
}

.layout-flex .layout-80 {
    width: 80%;
}

.layout-flex .layout-75 {
    width: 75%;
}

.layout-flex .layout-70 {
    width: 70%;
}

.layout-flex .layout-66 {
    width: 66.66%;
}

.layout-flex .layout-65 {
    width: 65%;
}

.layout-flex .layout-60 {
    width: 60%;
}

.layout-flex .layout-55 {
    width: 55%;
}

.layout-flex .layout-50 {
    width: 50%;
}

.layout-flex .layout-45 {
    width: 45%;
}

.layout-flex .layout-40 {
    width: 40%;
}

.layout-flex .layout-35 {
    width: 35%;
}

.layout-flex .layout-33 {
    width: 33.33%;
}

.layout-flex .layout-30 {
    width: 30%;
}

.layout-flex .layout-25 {
    width: 25%;
}

.layout-flex .layout-20 {
    width: 20%;
}

.layout-flex .layout-15 {
    width: 15%;
}

.layout-flex .layout-10 {
    width: 10%;
}

.layout-flex .layout-5 {
    width: 5%;
}

/*--------------------------------------------------------------
## Module - Themes
--------------------------------------------------------------*/

/* Dark Theme */

.dark-theme ::-moz-selection {
    background: #fff;
    color: #000;
}

.dark-theme ::selection {
    background: #fff;
    color: #000;
}

.dark-theme {
    background-color: auto;
}

.dark-theme,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme label,
.dark-theme input[type="checkbox"]:checked + label,
.dark-theme input[type="radio"]:checked + label {
    color: #fff;
}

.dark-theme p,
.dark-theme ul,
.dark-theme ol,
.dark-theme span,
.dark-theme svg {
    color: #fff;
}

.dark-theme input[type="text"],
.dark-theme input[type="email"],
.dark-theme input[type="url"],
.dark-theme input[type="password"],
.dark-theme input[type="search"],
.dark-theme input[type="number"],
.dark-theme input[type="tel"],
.dark-theme input[type="range"],
.dark-theme input[type="date"],
.dark-theme input[type="month"],
.dark-theme input[type="week"],
.dark-theme input[type="time"],
.dark-theme input[type="datetime"],
.dark-theme input[type="datetime-local"],
.dark-theme input[type="color"],
.dark-theme textarea,
.dark-theme select,
body .dark-theme .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .dark-theme .gform_wrapper .gform_body .gform_fields .gfield select,
body .dark-theme .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background-color: #fff;
}

.dark-theme input[type="checkbox"] + label::before,
.dark-theme input[type="radio"] + label::before,
.dark-theme input[type="checkbox"] + label::after,
.dark-theme input[type="radio"] + label::after {
    border-color: #fff;
}

.dark-theme input[type="checkbox"] + label::after,
.dark-theme input[type="radio"] + label::after {
    background-color: #fff;
}

.dark-theme .video-legende {
    color:#fff;
}

/*--------------------------------------------------------------
## Module - Buttons
--------------------------------------------------------------*/

a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position:relative;
    display: inline-block;
    padding: 7px 7px 7px 25px;
    font-family: var(--font-secondaire);
    font-weight: 300;
    font-style: normal;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    line-height: 0;
    background-color: var(--vert-fournier);
    background: var(--vert-fournier);
    /*border:solid 1px var(--vert-fournier);*/
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.3s;
}

a.btn .titre-fantome {
    visibility: hidden;
}

a.btn .titre {
    color:#fff;
    position:absolute;
    left:0;
    top:-100%;
    z-index: 1;
}
a.btn .titre-1 {
    top: 50px;
    transition:0.4s;
}
a.btn:hover .titre-1 {
    top:20px;
    transition:0.4s;
}

a.btn .titre-2 {
    top:20px;
    transition:0.4s;
}

a.btn:hover .titre-2 {
    top:-50px;
    transition:0.4s;
}

a.btn .titre-wrap {
    position:relative;
    height: 40px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

a.btn .icone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--blanc-fournier);
    z-index: 2;
    transition:0.3s;
}
a.btn:hover .icone {
    transform:scale(20);
    background-color: var(--noir-fournier);
    transition:0.3s ease-out;
}

a.btn .icone-fleche {
    position:absolute;
    right:16px;
}

a.btn .icone svg {
    color:#000;
}

.dark-theme a.btn .icone-fleche svg {
    color:#000!important;
}


a.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color:var(--blanc-fournier);
    transition:0.1s;
}
a.btn:hover .icone-fleche svg {
    color:#fff!important;
    transition:1s;
}



a.btn:hover .icone svg{
    transform:scale(1);
    transition:0.3s;
    z-index: 999;
}

a.btn:hover .titre-1 {
    transform:translateY(100%);
    background-color: yellow;
    display: block;
}


a.btn-couleur,
a.btn-couleur:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited {
    background-color: var(--vert-fournier);
    border-color: #ccc;
    color: #000;
}

a.btn-couleur:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}

a.btn-noir, a.btn-noir-blanc,
a.btn-noir:visited {
    background-color: #000!important;
    border-color: #000;
    color: #fff;
}

a.btn-noir .icone-fleche svg, a.btn-noir-blanc .icone-fleche svg {
    color:#000;
}

a.btn-noir:hover {
    background-color: transparent;
    color: #000;
}

a.btn-noir,
a.btn-noir:visited {
    background-color: #000!important;
    border-color: #000;
    color: #fff;
}


a.btn-blanc,
a.btn-blanc:visited {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

a.btn-blanc:hover {
    background-color: #000;
    color: #fff!important;
}

a.btn-block {
    display: block;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Front page
--------------------------------------------------------------*/

.home .nav-wrap {
    position: relative;
}

/*--------------------------------------------------------------
## Articles
--------------------------------------------------------------*/

.articles {
    margin: 60px 0;
}

/*--------------------------------------------------------------
# Blocs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Bloc - Texte gÃ©nÃ©rique
--------------------------------------------------------------*/

/*.texte-generique .description p:first-child  {
    font-size: 1.2em;
}*/

/*.texte-generique .description p:only-child  {
    font-size: 1em;
}*/

/*--------------------------------------------------------------
# Bloc - Diaporama plein Ã©cran
--------------------------------------------------------------*/
.diaporama-plein-ecran .titre {
    pointer-events: none;
    max-width: 900px;
}
.diaporama-plein-ecran .slick-track {
    height: 100vh;
}
.diaporama-plein-ecran .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%!important;
    object-position: center;
}
@media (max-width: 1024px) {
    .diaporama-plein-ecran .slick-track {
        height: 60vh!important;
    }
    .nav-float .slick-track img {
        height: 60vh!important;
    }
}
@media (max-width: 769px) {
    .diaporama-plein-ecran .slick-track {
        height: 40vh!important;
    }
    .nav-float .slick-track img {
        height: 40vh!important;
    }
    .slick-diaporama-plein-ecran .slick-next, .slick-diaporama-plein-ecran .slick-prev {
        display:none!important;
        opacity:0;
    }
}
@media (max-width: 600px) {
    .diaporama-plein-ecran .slick-track {
        height: 30vh!important;
    }
    .nav-float .slick-track img {
        height: 30vh!important;
    }
}

/*--------------------------------------------------------------
# Bloc - PrÃ©sentation carriÃ¨res en manchette
--------------------------------------------------------------*/

.carrieres-en-manchette {
    position:relative;
    padding:60px 0 40px 0;
    overflow: hidden;
}

.carrieres-en-manchette .gauche a.btn {
    float:left!important;
    margin-bottom:40px;
}

.carrieres-en-manchette .gauche a.btn-noir-blanc {
    float:right!important;
    margin-bottom:20px;
}

.carrieres-en-manchette .intro a {
    float:left;
}

.carrieres-en-manchette a.btn {
    float:right;
}

.carrieres-en-manchette .carrieres {
    padding:40px 0;
}

.carrieres-en-manchette .intro {
    max-width: 800px;
}
.carrieres-en-manchette .image-fond {
    position:absolute;
    top:0;
    height: 100%;
    width: 50%;
    right:0;
    z-index:-1;
    overflow:hidden;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
.carrieres-en-manchette .image-fond img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.carrieres-en-manchette .carriere-apercu {
    position:relative;
    overflow: hidden;
}
.carrieres-en-manchette .carriere-apercu::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width: 12px;
    height: 100%;
    background-color: var(--jaune-fournier);
}
.single-carriere .contenu {
    padding:60px 0;
}
.single-carriere .contenu h1 {
    font-size: 3.2em;
    color:var(--noir-fournier);
}
/*.single-carriere .contenu span[style="font-weight: bold;"] {
    font-size: 1.6em;
    font-weight: 300!important;
}*/
.single-carriere .layout-60 {
    padding-right:30px;
}
.single-carriere .contenu p {
    font-size: 17px!important;
    font-family: var(--font-primaire);
}
.single-carriere .contenu span {
    font-size: 17px!important;
    font-family: var(--font-primaire);
}
.single-carriere .contenu ul {
    padding-left:0;
    margin-left:40px;
    list-style-type: none;
}
.single-carriere .contenu ul li {
    position:relative;
    font-family: var(--font-primaire);
    padding:10px 0 10px 10px;
    /*font-size: 1.2em;*/
    font-size: 17px!important;
    letter-spacing: 0.5px;
}
.single-carriere .contenu ul li::before {
    content:"";
    position:absolute;
    width: 30px;
    height: 1px;
    background-color: #000;
    top:20px;
    left:-40px;
}
.single-carriere .contenu .specification {
    font-family: var(--font-primaire);
    font-size: 1.2em;
    font-weight: 300;
    color:#000;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
    border-bottom:solid 1px #ccc;
}
.single-carriere .contenu .specifications {
    margin-bottom:60px;
}
.single-carriere .contenu .specification .libelle {
    font-weight: 600;
}
.single-carriere .contenu .image-a-la-une img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom : 60px;
    display: block;
}
.single-carriere .autres-carrieres {
    padding-bottom:60px;
}
.single-carriere .contenu .partage {
    margin-bottom:20px;
}
.partage .libelle-section {
    font-family: var(--font-secondaire);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:10px;
}
.partage .reseau-social a {
    background-color: transparent!important;
    border:solid 1px #000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partage .reseau-social a svg {
    color:#000;
    font-size: 1.2em;
}
.carrieres-similaires {
    padding:100px 0;
}
.carrieres-similaires a.btn {
    float:right;
}
.dark-theme a.btn-noir-blanc {
    background-color: var(--blanc-fournier)!important;
}
.dark-theme a.btn-noir-blanc .titre-2 {
    color:var(--noir-fournier);
}
.dark-theme a.btn-noir-blanc .titre-1 {
    color:var(--blanc-fournier);
}
.dark-theme a.btn .icone {
    background-color: var(--noir-fournier);
}
.dark-theme a.btn .icone-fleche svg {
    color:var(--blanc-fournier)!important;
}

@media (max-width: 1024px) {
    .single-carriere .contenu .layout-60, .single-carriere .contenu .layout-40 {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Bloc - Information ligne
--------------------------------------------------------------*/

.information-ligne {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.information-ligne .information  {
    padding:20px 0;
    border-bottom:solid 1px #000;
}

.dark-theme .information-ligne .information {
    border-color: #fff;
}

.information-ligne .information h2  {
    font-size: clamp(3em, 4.2em, auto);
    font-weight: 500;
    letter-spacing: 0;
}

.information-ligne .informations .information:last-child  {
    border-bottom:0;
}

.information-ligne .texte  {
    width: 100%;
    max-width: 700px;
}

.information-ligne .gauche  {
    position:relative;
    z-index: 9;
}

.information-ligne .droite  {
    position:absolute;
    top:0;
    right:-50px;
}

.information-ligne .droite .image  {
    transform:skewX(-30deg);
    position:relative;
    overflow: hidden;
    height: 700px;
    width: 700px;
}

.information-ligne .droite .image img  {
    transform:skewX(30deg) scale(1) translateX(-50px);
    display: block;
    object-fit: cover;
    object-position: center;
    height: 700px;
    width: 100%;
}

/*--------------------------------------------------------------
# Bloc - Projets en manchette
--------------------------------------------------------------*/
.projet-apercu {
    transition:1s;
}
.projet-apercu img {
    width: 100%;
    height: 300px;
    border-radius:15px;
    object-fit: cover;
    object-position: center;
    margin-bottom:20px;
}
.projet-apercu .projet-wrap {
    padding-right:40px;
    padding-bottom:40px;
}
.projet-apercu .liste-types {
    font-family: var(--font-primaire);
    font-size: 0.9em;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    margin-bottom:20px;
    border-bottom:solid 1px #ccc;
}
.projet-apercu .titre h4 {
    font-weight: 400;
    margin-bottom:10px;
    line-height: 1.1em;
}
.projet-apercu .lieu {
    font-family: var(--font-primaire);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.projets-en-manchette .titre {
    padding-left:00px;
}
.projets-en-manchette,
.section-projets-relies {
    padding:140px 0 100px 0;;
    overflow: hidden;
}
.projets-en-manchette .ligne,
.section-projets-relies .ligne {
    width: 600px;
    height: 100vh;
    background-color: var(--jaune-fournier);
    position: absolute;
    left: -15%;
    top:0;
    transform:skewX(-25deg);
    z-index: -1;
}
.projet-apercu:hover {
    transform:translateY(-5px);
    transition:0.3s;
}

.projets-en-manchette .projets {
    margin-top:40px;
}

/*--------------------------------------------------------------
# Bloc - Nouvelle en manchette
--------------------------------------------------------------*/
.nouvelle-manchette {
    padding:60px 0;
}
.nouvelle-manchette .image img {
    width: 100%;
    height: 400px;
}
.nouvelle-manchette .info {
    padding:0 30px;
}
.nouvelle-manchette .info ul {
    margin:0;
    padding: 0;
}
.nouvelle-manchette .categories {
    margin-bottom:10px!important;
}
.nouvelle-manchette .categories li {
    color:var(--vert-fournier);
    text-transform: uppercase;
    font-size:0.9em;
    font-weight: 700;
}
.nouvelle-manchette .titre h4 {
    font-size: 2.6em;
    line-height: 1em;
}
.nouvelle-manchette .date {
    font-family: var(--font-primaire);
    font-size: 0.9em;
    margin-bottom:10px;
}
.nouvelle-manchette .extrait p {
    color:#999;
    font-size: 1.3em;
}

/*--------------------------------------------------------------
# Bloc - Nouvelles avec filtres
--------------------------------------------------------------*/
.nouvelles-avec-filtre .liste-nouvelles {
    margin-bottom:60px;
}
.filtre-categorie-nouvelle {
    padding:20px 20px;
    background-color: #edeae3;
}
.filtre-categorie-nouvelle .facetwp-counter {
    display:none;
}
.filtre-categorie-nouvelle .facetwp-checkbox {
    position:relative;
    background: none!important;
    padding-left: 0px;
    margin-right:30px;
    text-transform: uppercase;
    text-align: center;
    color:var(--vert-fournier);
    font-size: 0.9em;
    font-weight: 600;
    transition:0.7s;
}
.filtre-categorie-nouvelle .facetwp-checkbox::before {
    content:"";
    width: 0%;
    height: 1px;
    background-color: var(--vert-fournier);
    position:absolute;
    bottom:0;
    left:0;
    transition:0.7s;
}
.filtre-categorie-nouvelle .facetwp-checkbox:hover::before, .filtre-categorie-nouvelle .facetwp-checkbox.checked::before  {
    width: 98%;
    transition:0.3s;
}
.facetwp-facet-categorie_nouvelle {
    display:flex;
    justify-content: center;
}
.filtre-categorie-nouvelle-mobile {
    display: none;
}

.filtre-categorie-nouvelle-mobile select {
    border: solid 1px var(--vert-fournier);
    border-radius: 30px;
    outline: none;
}

.liste-nouvelles {
    padding: 0 10vw;
}
.liste-nouvelles .image-a-la-une {
    position: absolute;
    pointer-events: none;
    opacity:0;
    transform:translateX(600px);
    display: block;
    padding-left: 600px;
    padding-top: 100px;
}
.liste-nouvelles .nouvelle:hover .image-a-la-une {
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    z-index: 1;
}
.liste-nouvelles .nouvelle:hover h2 {
    color:var(--vert-fournier);
    transition:0.3s;
}
.liste-nouvelles .nouvelle .image-a-la-une img {
    width: 480px;
    height: 280px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}
.liste-nouvelles .nouvelle {
    position:relative;
    padding:40px 0;
    border-bottom:solid 1px #ccc;
}
.liste-nouvelles .nouvelle h2 {
    position:relative;
    font-size: 2.6em;
    letter-spacing: 0;
    line-height: 1.1em;
    z-index: 9;
}
.liste-nouvelles .nouvelle:first-child {
    border-top:solid 1px #ccc
}
.liste-nouvelles .nouvelle .source {
    font-family: var(--font-primaire);
    font-style: italic;
    font-weight: 600;
    margin-bottom: 5px;
}
.liste-nouvelles .nouvelle .date {
    font-family: var(--font-primaire);
    font-size: 0.9em;
}
.liste-nouvelles .nouvelle svg {
    font-size: 2.2em;
}

@media (max-width: 1250px) {
    .liste-nouvelles {
        padding-right: 30px;
        padding-left:30px;
    }
    .liste-nouvelles .image-a-la-une {
        display: none;
    }
    .liste-nouvelles .nouvelle h2 {
        font-size: 3.5vw;
    }
    .filtre-categorie-nouvelle {
        display:none;
    }
    .filtre-categorie-nouvelle-mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}
@media (max-width: 769px) {
    .liste-nouvelles .nouvelle h2 {
        font-size: 2em;
    }
    .liste-nouvelles .nouvelle .layout-min {
        margin-top: 10px;
        font-size: 0.7em;
        display: none;
    }
}

/*--------------------------------------------------------------
# Template - Single nouvelle
--------------------------------------------------------------*/
.single-nouvelle .contenu .image-a-la-une {
    width: 100%;
    max-width: 800px;
    height: 60vw;
    max-height: 600px;
    margin: 60px auto 40px auto;
    border-top-right-radius: 100px;
    overflow: hidden;
}
.single-nouvelle .contenu .image-a-la-une img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.single-nouvelle .page-title {
    padding-bottom:40px;
    /* margin-bottom:40px;*/
    /*border-bottom:solid 1px #000;*/
}
.single-nouvelle .page-title h1 {
    max-width: 1200px;
    margin: 0 auto 0 auto;
}
.single-nouvelle .page-title h1 {
    color:var(--noir-fournier);
    font-size: 3.4em;
    line-height: 1em;
}
.single-nouvelle .texte {
    padding:10px 30px 0 0;
}
.single-nouvelle .texte p {
    line-height: 1.4em;
}
.single-nouvelle .texte p:first-child {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 600;
}
.single-nouvelle .contenu .specification {
    font-family: var(--font-primaire);
    font-size: 1.1em;
    font-weight: 300;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}
.single-nouvelle .contenu .specification .libelle {
    font-weight: 600;
}
.single-nouvelle .contenu .specification-date {
    margin-bottom:60px;
}
.single-nouvelle .layout-40 .slide-track {
    border-radius:10px;
    overflow: hidden;
}
.single-nouvelle .layout-40 .slide-image img {
    height: 360px;
    object-fit: cover;
    object-position: center;
}
.single-nouvelle .slick-galerie-nouvelle {
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.single-nouvelle .contenu > .boxed-wide {
    padding-bottom: 60px;
}
.single-nouvelle .nouvelles-similaires {
    padding-top: 80px;
    background-color: #fff;
}
.single-nouvelle .nouvelles-similaires a.btn {
    margin:40px auto 40px auto;
}
.single-nouvelle .date-publication {
    text-transform: lowercase;
}

@media (max-width: 1250px) {
    .single-nouvelle .page-title h1 {
        font-size: 4.4vw;
    }
}

@media (max-width: 960px) {
    .single-nouvelle .texte {
        padding:10px 0 0 0;
    }
    .single-nouvelle .contenu .layout-60, .single-nouvelle .contenu .layout-40 {
        width: 100%;
    }
}





@media (max-width: 769px) {
    .single-nouvelle .page-title h1 {
        font-size: 2em;
        text-align: left;
    }
    .single-nouvelle .page-title {
        margin-bottom:0;
    }
    .single-nouvelle .texte p:first-child {
        font-size: 1.3em;
    }
}


/*--------------------------------------------------------------
# Bloc - Promotion
--------------------------------------------------------------*/
.promotion {
    color:var(--blanc-fournier);
    padding:80px 0;
    /*background-color: var(--noir-fournier);*/
}
.promotion .message h2 {
    color:var(--vert-fournier)!important;
    font-size: 6vw;
}
.promotion .message h2 span {
    color:var(--vert-fournier)!important;
    padding:0 60px;
}
.promotion .description {
    font-family: var(--font-primaire);
    font-size: 1.8em;
    font-weight: 400;
    max-width: 960px;
    padding:10px 20px;
    margin:5px auto 20px auto;
}
.defilement {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 160px;
    display:flex;
    align-items: center;
    overflow-x: hidden;
}
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: defilement 15s linear infinite;
}
.defilement .content {
    font-size: 1em;
    font-family: var(--font-primaire);
}

@keyframes defilement {
	0% {
		transform: translateX(0);
        opacity:0;
	}
    5% {
		opacity:1;

	}
    95% {
        opacity:1;
    }
	100% {
		transform: translateX(-50%);
        opacity:0;
	}
}


/*--------------------------------------------------------------
# Bloc - Partenariats autochtones
--------------------------------------------------------------*/
.slick-diaporama-partenariats {
    background-color: #fff;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.slick-diaporama-partenariats .slide-info img {
    margin-bottom:40px;
    width: 100%;
    max-width: 260px;
}
.slick-diaporama-partenariats .slick-dots li button {
    border: 1px solid #000;
}
.slick-diaporama-partenariats .slick-track {
    display: flex;
    align-items: center;
}
.slick-diaporama-partenariats .slick-slide {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    height: 500px;
}
.slick-diaporama-partenariats .slick-slide img {
    width: 100%;
    max-width: 260px;
}
.slick-diaporama-partenariats .slide-info {
    width: 60%;
    text-align: center;
    font-size: 0.8em;
}
.slick-diaporama-partenariats .slick-arrow {
    width: 30px;
    height: 30px;
}
.slick-diaporama-partenariats .slick-arrow svg {
    font-size: 0.9em;
}

/*--------------------------------------------------------------
# Bloc - Carte Partenariats autochtones
--------------------------------------------------------------*/
.carte-partenariats {
    padding:0!important;
    margin:0!important;
}
.carte-partenariats .titre h4 {
    font-size: 1.5em;
    font-weight: 200;
    margin-top:0;
    margin-bottom:20px;
    font-weight: 400;
}
.carte-partenariats .territoire h4 {
    color:var(--vert-fournier);
    margin-bottom:0;
}
.carte-partenariats .description {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 100;
}
.carte-partenariats .logo {
    margin-top: 20px;
    padding: 20px;
    border: solid 1px #e1e1e1;
    text-align: center;
    border-radius: 10px;
}
.carte-partenariats .logo img {
    max-width: 200px;
}
.carte-partenariats .infowindow {
    max-width: 400px;
}

/*--------------------------------------------------------------
# Bloc - Video
--------------------------------------------------------------*/
.video-wrap {
    padding: 100px 0 80px 0;
}

.video-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* ( 9 / 16 ) * 100 */
    overflow: hidden;

    border: 0px solid #cccccc;

    -webkit-border-radius: 1rem;
    border-radius: 1rem;

    /* Fix overflow issue with border radius in safari */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-player[data-video-ratio="16-9"] {
    padding-bottom: 56.25%; /* ( 9 / 16 ) * 100 */
}

.video-player[data-video-ratio="2_35-1"] {
    padding-bottom: 42.55%; /* ( 1 / 2.35 ) * 100 */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.video-player > * {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.video-player[data-video-state="ended"] > * {
    -webkit-transition: opacity 0;
    -moz-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0;
}

.video-player .video-controller {
    cursor: pointer;
    z-index: 99;
}

.video-player .video-iframe-wrapper {
    pointer-events: none;
}

.video-player .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-player .video-iframe * {
    width: 100%!important;
    height: 100%!important;
}

.video-player .video-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    z-index: 5;
}

.video-player .video-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
}

.video-player .video-overlay-button {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.video-player .video-overlay-button {
    font-family: var(--font-primaire);
    background-color: var(--couleur-primaire);
    text-transform: uppercase;
    color: #fff;
    padding: 17px 30px 14px 30px;
    border-radius: 40px;
    line-height: 1;
    font-size: 1.6em;
    display: flex;
    align-items: center;
}

.video-player[data-video-state="paused"] .video-overlay-button {
    /*background-image: url('images/mediaplayer/pause-button.svg');*/
}

.video-player[data-video-state="buffering"] .video-overlay-button {
    background-image: url('images/mediaplayer/loading-button.svg');
}

.video-player:hover .video-overlay-button {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2;
    transition: 0.2s;
}

.video-legende {
    text-align: center;
    max-width: 1000px;
    margin: 20px auto;
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: var(--font-secondaire);
    color:#333;
}


/**
* YouTube workaround to hide the media player UI components.
* The frame is stretch beyond it's parent that hide everything that overflow.
*/

.video-player[data-video-domain="youtube"] .video-iframe {
    bottom: 0;
    margin: auto;
    height: 200%;
}

/**
* Facebook workaround to keep custom styles on the player while allowing audio when starting the video.
* The default behavior with the controller is disabled temporarily before the video is started.
* This force the interaction with the media player while preventing access the UI components.
* This is done because Google Chrome prevent the browser to start a video programmatically. The event must be triggered by the user.
* The custom controller is reactivated after the initial interaction to keep custom styles.
*/

.video-player[data-video-domain="facebook"][data-video-state="unstarted"] > * {
    pointer-events: none;
}

.video-player[data-video-domain="facebook"][data-video-state="unstarted"] .video-iframe-wrapper {
    pointer-events: all;
}

.video-player[data-video-domain="facebook"][data-video-state="unstarted"] .video-iframe-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
    cursor: pointer;
}

/* This element defines the size the iframe will take. In this example we want to have a ratio of 16:9 */
.video-player-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* ( 9 / 16 ) * 100 */

    border-radius: 0px;
    overflow: hidden;

    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.video-player-container.video-ratio-16-9 {
    padding-bottom: 56.25%; /* ( 9 / 16 ) * 100 */
}

.video-player-container.video-ratio-2_35-1 {
    padding-bottom: 42.55%; /* ( 1 / 2.35 ) * 100 */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.video-player-container .video-controller,
.video-player-container .video-iframe,
.video-player-container .video-thumbnail,
.video-player-container .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/*--------------------------------------------------------------
# Bloc - Introduction
--------------------------------------------------------------*/
.introduction {
    background-color: var(--noir-fournier);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.introduction .wrap {
    z-index: 2;
}
.introduction iframe {
    border-radius: 10px;
    height: 1000px;
    max-height: 75vh;
    width: 80vw;
    overflow: hidden;
}
.introduction .titre {
    position: absolute;
    padding-left: 10em;
    padding-right: 10em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 200px;
    pointer-events: none;
    width: 100%;
    max-width: 900px;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.introduction .titre h2 {
    overflow: hidden;
    z-index: 1;
}
.introduction .ligne {
    width: 550px;
    height: 100vh;
    background-color: var(--jaune-fournier);
    position: absolute;
    right: 0;
    transform:skewX(-25deg);
    z-index: 1;
}
.introduction .video {
    padding:0 40px;
}
@media (max-width: 1600px) {
    .introduction .titre {
        padding-bottom: 15vw;
    }
}
@media (max-width: 961px) {
    .introduction .titre {
        align-items: center;
    }
    .introduction .titre {
        padding-bottom: 0vw;
    }
}

/*--------------------------------------------------------------
# Bloc - introduction-de-page
--------------------------------------------------------------*/

.introduction-de-page .image {
    padding-left: 0;
    line-height: 0;
}
.introduction-de-page .image img {
    width: 100%;
    min-height: 30vw;
    max-height: 400px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.introduction-de-page .texte {
    align-content: center;
    padding:40px 10% 40px 80px;
    background-color: #f3f0eb;
}
@media (max-width: 1400px) {
    .introduction-de-page .texte {
        padding: 40px 30px 40px 30px;
    }
}

/*--------------------------------------------------------------
## Bloc - Slideshow partenaires
--------------------------------------------------------------*/
.slideshow-partenaires {
    padding:40px 0;
  }
  .slideshow-partenaires .slick-slide {
    padding:0 10px;
    transition:0.7s;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    height: 170px;
  }
  .slideshow-partenaires .slick-slide img {
    object-fit: contain;
    object-position:center;
    width: 100%;
    height: 100%;
    max-height: 110px;
    max-width: 165px;
    transition:0.7s;
  }



/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/

.page-header {
    /*padding: 14rem 0 5rem;*/
    height: 400px;
    display: flex;
    padding-top:100px;
    padding-left:8vw;
    align-items: center;
    background-color: var(--noir-fournier);
    overflow: hidden;
    position:relative;
}

.page-title {
    margin: 0;
    z-index: 9;
}

.page-header .ligne {
    width: 550px;
    height: 400px;
    background-color: var(--jaune-fournier);
    position: absolute;
    right: 0;
    top: 0;
    transform:skewX(-25deg);
    z-index: 1;
}

/*--------------------------------------------------------------
## Template - Header
--------------------------------------------------------------*/

header#masthead {
    position: absolute;
    top:0;
    right: 0;
    left:0;
    width: 100%;
}

.nav-wrap {
    position: absolute;
    width: 100%;
    padding: 30px 10px;
    background: transparent;
    color: #000;
    /*overflow: hidden;*/
    transition: 0.3s;
    z-index: 999;
}

.nav-wrap.fixed {
    position: fixed;
    top: 0;
    box-shadow: -1px 6px 40px -2px rgb(0 0 0 / 9%);
    animation: slideDown 0.3s;
    box-shadow: 0 0 30px #0e0e0e;
    color:white;
    background: rgb(16,16,16);
    background: -moz-linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#000000",GradientType=1);
}
.nav-wrap.fixed #menu-menu-lien-unique li a {
    color: #fff;
}
.nav-wrap.fixed .menu-button .menu-bar {
    background-color: #fff;
}

.nav-wrap.fixed .layout-nav-actions.language {
    position: relative;
    right: 0;
    top: 0px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-wrap.fixed .layout-nav-actions.language a {
    color:#fff;
    border:solid 1px #fff;
    padding-top:10px;
}


@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.nav-wrap svg {
    color: #000;
}

.nav-wrap .layout-flex {
    align-items: center;
    justify-content: space-between;
}

.menu-button {
    position: relative;
    z-index: 100000;

    /*display: none;*/
    padding: 0;
    border: 0;
    background-color: transparent;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    outline: 0;
}
.header-menu-ouvert .menu-button-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;
    transition:0.7s ease;
}
.header-menu-ouvert .menu-button-container:hover {
    transform:rotate(180deg);
    transition:0.3s;
}
.menu-button .menu-bar {
    width: 35px;
    height: 1px;
    background-color: #000;
    margin-bottom: 11px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-button #bar-3 {
    width: 20px;
    margin-left: auto;
    margin-bottom: 0;
}
.menu-button:hover #bar-3 {
    width: 35px;
}
body.menu-opened .menu-button #bar-1 {
	transform: rotate(45deg);
	margin-bottom: -2px;
}
body.menu-opened .menu-button #bar-2 {
	opacity: 0;
    margin: 0;
}
body.menu-opened .menu-button #bar-3 {
    width: 35px;
    transform: rotate(-45deg);
    margin-top: 0px;
}
#logo {
    position: relative;
    z-index: 100000;
    width: 260px;
    max-width: 180px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1em;
    transition: transform 0.3s;
}

#logo:hover {
    transform: scale(1.07);
}

#logo a {
    display: block;
}

#scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;

    z-index: 10000;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

#scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

#scroll-top svg {
    color: #fff;
}

#scroll-top a {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    outline: none;
    cursor: pointer;

    box-sizing: content-box;
    padding: 0.3em;
    font-size: 1.6em;

    background-color: rgba(0,0,0,0.7);

    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#scroll-top .svg-inline--fa {
    width: 1em;
    vertical-align: top;
}

header .reseaux-sociaux {
    position: absolute;
    right: 0;
    top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 75vh;
    width: 100px;
    z-index: 99;
}

/*--------------------------------------------------------------
## Template - Footer
--------------------------------------------------------------*/

.site-footer {
    background: rgb(15,15,15);
    background: -moz-linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f0f0f",endColorstr="#000000",GradientType=1);
    color: #fff;
}

.site-footer a,
.site-footer a:focus,
.site-footer a:visited {
    color: #fff;
}

.site-footer a:hover {
    color: var(--couleur-primaire);
}
.site-footer .reseau-social a {
    background-color: #fff;
    transition:0.3s;
}
.site-footer .reseau-social a:hover {
    background-color: var(--vert-fournier);
}
.site-footer .reseau-social svg {
    color: #000;
}
.footer-wrap {
    min-height: 300px;
    padding: 80px 0 100px 0;
    box-shadow: 0 0 30px #3e3e3e;
}
.footer-logo-wrap img {
    width: 100%;
    max-width: 320px;
    margin-bottom:20px;
}
.footer-logo-wrap.certification{
    margin-top:20px;
}
.footer-logo-wrap.certification img {
    width: 100%;
    max-width: 180px;
    margin-bottom:20px;
}
.footer-infos-wrap address p {
    margin-top: 0;
}
.footer-infos-wrap ul {
    font-weight: 500;
    font-size: 0.95em;
    letter-spacing: 0.125em;
}
.footer-infos-wrap li {
    margin-bottom: 1.8em;
    line-height: 1.6;
}
.footer-navigation ul {
    display:flex;
    flex-wrap:wrap;
}
.footer-navigation ul li {
    width: 50%;
}
.footer-navigation ul li a {
    font-family: var(--font-primaire);
    font-size: 1.4em;
    padding: 10px 10px 10px 60px;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
    transition: 1s;
    line-height: 1em;
}
.footer-navigation ul li a::before {
    content:"";
    height: 1px;
    width: 40px;
    background-color: var(--vert-fournier);
    position:absolute;
    top:20px;
    left:0;
    transition:1s;
}
.footer-navigation ul li a:hover::before {
    width: 60px;
    transition:0.2s ease-out;
}
.footer-navigation ul li a:hover {
    padding:10px 0 10px 80px;
    transition:0.2s ease-out;
}
.site-footer .bureau p {
    font-weight: 200;
}
.site-footer .reseaux-sociaux-wrap {
    margin-top:40px;
}
.copyright-wrap {
    font-family: var(--font-primaire);
    letter-spacing: 0.5px;
    background-color: var(--noir-fournier);
    padding: 15px 0;
    font-size: 0.8em;
}
.copyright-wrap a,
.copyright-wrap a:focus,
.copyright-wrap a:visited {
    color: #fff;
}
.copyright-wrap a:hover {
    color: var(--vert-fournier);
}
.os_credit {
    text-align: right;
}

/*--------------------------------------------------------------
## Template - Page
--------------------------------------------------------------*/

article.page .page-content,
article.page .entry-content,
article.page .entry-summary {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Template - Service - single-service.php
--------------------------------------------------------------*/
.introduction-service .image-a-la-une img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.introduction-service .info {
    padding-right: 100px;
    max-width: 900px;
}
.single-service .secondaire {
    margin-top:80px;
    margin-bottom:40px;
}
.produits-services button.accordion {
    border:0;
    border-bottom:solid 1px #000;
    width: 100%;
    text-align: left;
    padding-bottom:20px;
    padding-top:25px;
    background-color: transparent;
}
.produits-services button.accordion h4 {
    font-size: 2.6em;
    font-weight: 500;
}
.produits-services .sous-accordeon {
    margin-top:30px;
}
.single-service .secondaire .description {
    max-width: 1000px;
}
.single-service .produits-services {
    margin-bottom:100px;
}
.single-service .section-projets-relies a.btn {
    padding-right: 8px!important;
    padding-left:20px!important;
}
.single-service .section-projets-relies .projets {
    margin-top:40px;
}
.single-service .section-plus {
    padding:40px 0;
}
.single-service .section-plus form {
    width: 100%;
    max-width: 400px;
    padding:40px;
    border:solid 1px var(--vert-fournier);
    margin:auto;
}
.single-service .section-plus form input {
    background-color: #cfcece!important;
    border-bottom:0!important;
    border-radius:3px;
    width: 100%!important;
}
.single-service .section-plus form .gform_footer.before {
    display:none;
}
.single-service .section-plus .gform_title {
    font-size: 1.2em!important;
    text-align: center!important;
    font-weight: 500;
}
.single-service .section-plus .gfield--type-section {
    padding: 0!important;
    margin:0!important;
}
.accordeon-control {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--vert-fournier);
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    transition:0.7s;
}
.accordeon-control svg {
    font-size: 2em;
    color:#fff;
}
.nav-float .slick-next {
    position: absolute;
    width: 50%;
    right: 0;
    top:0;
    bottom:0;
    height: 100%;
    border-radius: 0!important;
}
.nav-float .slick-prev {
    position: absolute;
    width: 50%;
    left: 0;
    top:0;
    bottom:0;
    opacity: 1;
    height: 100%;
    border-radius: 0!important;
}
.nav-float .slick-arrow:hover {
    transform: none!important;
}
.nav-float .slick-arrow svg {
    font-size: 3em;
}
.slick-service-galerie {
    overflow: hidden;
}
.nav-float .slick-arrow .wrap {
    width: 140px;
    height: 140px;
    border-radius:50%;
    display: flex;
    opacity:0;
    align-items: center;
    justify-content: center;
    background-color: var(--vert-fournier);
    background-color: rgba(8, 130, 81, 0.8);
    padding:10px;
    position:absolute;
    z-index: 9;
    pointer-events: none;
    transition:0.3s opacity;
}
.nav-float .slick-arrow {
    background-color: transparent;
    cursor: none;
}
.nav-float .slick-track img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/*.single-service .slick-arrow.slick-next {
    background-color: red;
}
.single-service .slick-arrow.slick-prev {
    background-color: yellow;
}*/
 .accordeon-details-single {
    padding-top:20px;
    border-bottom:solid 1px #ccc;
}
.single-service .accordeon-details-single h4 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0;
    padding-right:30px;
    margin-top:0;
}
.single-service .accordion.titre h4 {
    font-weight: 400;
    color:var(--noir-fournier);
    padding:15px 0;
    cursor:pointer;
}
.single-service .accordion.titre:hover .accordeon-control {
    background-color: var(--noir-fournier);
    transform: rotate(180deg);
    transition:0.3s;
}
.single-service .accordeon {
    border-bottom:solid 0px #ccc;
}
.single-service .accordeon-details-single .description p:first-child  {
    margin-top:0;
}
.single-service .avantages {
    background-color: var(--noir-fournier);
    padding:80px 0px;
}
.single-service .avantages .titre-section {
    max-width: 600px;
    margin: 0 auto 60px auto;
}
.single-service .avantage {
    margin-bottom:40px;
}
.single-service .avantage .titre {
    border-bottom:solid 1px #666;
}
.single-service .avantage .titre h4 {
    color:var(--vert-fournier);
    font-size: 3.2em;
    font-size:clamp(3em, 3.2em, auto);
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 1px;
    margin-bottom:20px;
}
.single-service .avantage .description p {
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.4em;
}
.single-service .avantages-contenu .info {
    padding-left:20px;
}

/*--------------------------------------------------------------
## Template - Service béton - single-service-beton.php
--------------------------------------------------------------*/
.beton-vente {
    background-color: #000;
    padding:60px 0;
}
.beton-vente .slick-beton img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.beton-vente .slick-slide {
    padding:0 10px;
}
.beton-vente .slick-beton {
    margin-top: 30px;
}
.beton-vente .slick-beton .description {
    text-align: center;
    padding:10px 0;
    color:#fff;
}
.beton-vente .slick-beton .slick-dots {
    bottom:-30px;
}

/*--------------------------------------------------------------
## Template part - Liste des services
--------------------------------------------------------------*/
.liste-services {
    padding:60px 0;
}

/*--------------------------------------------------------------
## Template - Sidebar
--------------------------------------------------------------*/

.sidebar .menu ul li {
    width: 100%;
}

/*--------------------------------------------------------------
## Template - 404
--------------------------------------------------------------*/

section.not-found .entry-content p {
    font-size: 1em;
}

/*--------------------------------------------------------------
# Template parts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Template - Content
--------------------------------------------------------------*/

.entry-thumbnail a {
    display: block;
}

.entry-thumbnail {
    overflow: hidden;
}

.entry-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.entry-thumbnail img:hover {
    transform: scale(1.05);
    filter: brightness(0.9);
}

/*.entry-header {
    margin-bottom: 30px;
}*/

.entry-title {
    margin: 0;
}

.entry-title a {
    color: inherit;
}

.entry-meta {
    margin-bottom: 0.6em;
    line-height: 1;
}

.entry-date {
    font-family: var(--font-secondaire);
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;
    line-height: 1;
}

.entry-category a,
.entry-tags a {
    display: inline-block;
    font-family: var(--font-secondaire);
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;
    text-transform: uppercase;
    transition: 0.3s;
}

.entry-category a:not(:last-child)::after,
.entry-tags a:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: 0 0.5em;
}

/*--------------------------------------------------------------
## Template part - Liste des services
--------------------------------------------------------------*/

.liste-des-services {
    padding:80px 0;
}

.services {
    position: relative;
}

.services .service .titre a {
    display: inline-block;
    position:relative;
    font-family: var(--font-primaire);
    font-size: 3.2em;
    letter-spacing: 2px;
    font-weight: 300;
    padding:7px 0 7px 150px;
    transition:1s;
    z-index: 99;
}

.services .service .titre a:hover {
    padding-left:200px;
    transition:0.3s ease-out;
}

.services .service .titre a::after {
    content: "";
    height: 1px;
    width: 120px;
    background-color: var(--noir-fournier);
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.7s;
}

.services .service .titre a:hover::after {
    width: 160px;
    transition:0.3s;
}

.services .service .image {
    position:absolute;
    top:0;
    right:0;
    border-top-right-radius: 60px;
    overflow: hidden;
    z-index: 1;
    opacity:0;
    visibility: hidden;
    transition:0.3s;
}

.services .service .image img {
    width: 700px;
    max-width: 55vw;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.services .service:hover .image {
    opacity:1;
    /*transform:translateY(10px);*/
    z-index: 9;
    visibility: visible;
    transition:0.2s;
}

.services .service.placeholder .image {
    position:absolute;
    top:0;
    right:0;
    border-top-right-radius: 60px;
    overflow: hidden;
    z-index: 1;
    opacity:1;
    visibility: visible;
    transition:0.3s;
}

/*--------------------------------------------------------------
## Template part - CarriÃ¨re aperÃ§u
--------------------------------------------------------------*/

.carriere-apercu {
    font-family: var(--font-primaire);
    padding:0 30px;
    font-size: 1.4em;
    font-weight: 300;
    width: 100%;
    height: 90px;
    background-color:#fff;
    margin-bottom:20px;
    border-radius:10px;
    line-height: 1;
    display: flex;
    align-items: center;
    transition:0.7s;
}
.carriere-apercu:hover {
    transform:translateY(-5px);
    background-color: #e0ddd6;
    transition:0.2s;
}
.carriere-apercu .titre h4 {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.5px;
    margin:0;
}
.dark-theme .carriere-apercu .titre h4 {
    color:var(--noir-fournier);
}
.carriere-apercu .icone {
    text-align: right;
}
.carriere-apercu .division {
    text-transform: lowercase;
    font-size: 0.9em;
}
.dark-theme .carriere-apercu .division {
    color:var(--noir-fournier);
}
.dark-theme .carriere-apercu .icone svg {
    color:var(--noir-fournier);
}
.liste-des-carrieres {
    padding:20px 0 80px 0;
}
.liste-des-carrieres #filtre-all {
    display:flex;
    justify-content: space-between;
    padding:40px 0;
    width: 100%;
}
.liste-des-carrieres #filtre-all select {
    width: 100%;
    min-width: 400px;
    color:var(--vert-fournier);
    border-radius:30px;
    border:0;
    padding:0 20px;
    min-height: 40px;
    outline:var(--vert-fournier);
    font-weight: 600;
    background-color: #e0ddd6;
    margin-bottom:20px;
}


/*--------------------------------------------------------------
## Template - Promotion candidature spontanÃ©e
--------------------------------------------------------------*/
.promotion-candidature-spontanee .info {
    max-width: 900px;
    padding:60px 0;
}
.promotion-candidature-spontanee .description {
    margin-bottom:30px;
}
.promotion-candidature-spontanee .image img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    height: 100%;
    clip-path: polygon(49% 0, 100% 0, 100% 100%, 0% 100%);
}
.promotion-candidature-spontanee .layout-60 {
    padding-right: 20px!important;
}
@media (max-width: 769px) {
    .promotion-candidature-spontanee .image {
        display:none
    }
    .promotion-candidature-spontanee .layout-60 {
        padding-right: 40px!important;
    }
}

/*--------------------------------------------------------------
## Template - Promotion culture entreprise
--------------------------------------------------------------*/
.promotion-culture-entreprise {
    padding:20px 0 0 0;
}
.promotion-culture-entreprise .info {
    margin-bottom:40px;
}
.promotion-culture-entreprise .description {
    margin-bottom:30px;
}
.promotion-culture-entreprise .image {
    padding-right:30px;
}
.promotion-culture-entreprise .image img {
    height: 540px;
    border-top-right-radius: 100px;
    object-fit: cover;
    object-position: center;
}

/*--------------------------------------------------------------
## Template - Pagination
--------------------------------------------------------------*/

.pagination-wrapper {
    margin-top: 3em;
}

.pagination .nav-links {
    text-align: center;
}

.pagination .nav-links ul.page-numbers {
    letter-spacing: 0;
    line-height: 1;

    margin: 0;
    padding: 0;
}

.pagination .nav-links li {
    display: inline-block;

    margin: 0 0.4em;
    padding: 0;

    vertical-align: top;
}

.pagination .nav-links li:first-child {
    margin-left: 0;
}

.pagination .nav-links li:last-child {
    margin-right: 0;
}

.pagination .nav-links li .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6em;
    height: 1.6em;
    font-size: 1.2em;
    line-height: 0em;
    position: relative;

    color: #000;
    font-weight: 400;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pagination .nav-links li .page-numbers::after {
    content: '';
    position: absolute;
    border: 2px solid #000;
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pagination .nav-links li .page-numbers.current::after {
    border-color: #848484;
}

.pagination .nav-links li .page-numbers.next::after,
.pagination .nav-links li .page-numbers.prev::after {
    content: none;
}

.pagination .nav-links li .page-numbers:hover,
.pagination .nav-links li .page-numbers:focus {
    color: #848484;
}

.pagination .nav-links li .page-numbers:hover::after,
.pagination .nav-links li .page-numbers:focus::after {
    border-color: #848484;
}

.pagination .nav-links li .page-numbers.current,
.pagination .nav-links li .page-numbers.current:hover,
.pagination .nav-links li .page-numbers.current:focus {
    border-color: #848484;
    color: #848484;
}

.pagination .nav-links li .page-numbers.prev,
.pagination .nav-links li .page-numbers.next {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.pagination .nav-links li .page-numbers.prev svg,
.pagination .nav-links li .page-numbers.next svg {
    height: 2em;
    width: 0.5em;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pagination .nav-links li .page-numbers.prev:hover .icon {
    -webkit-transform: translateX(-0.2em);
    -moz-transform: translateX(-0.2em);
    -o-transform: translateX(-0.2em);
    transform: translateX(-0.2em);
}

.pagination .nav-links li .page-numbers.next:hover .icon {
    -webkit-transform: translateX(0.2em);
    -moz-transform: translateX(0.2em);
    -o-transform: translateX(0.2em);
    transform: translateX(0.2em);
}

/*--------------------------------------------------------------
## Block - Texte et image
--------------------------------------------------------------*/
.image-texte .image img {
    border-top-right-radius: 40px 40px;
    min-height: 340px;
    object-fit: cover;
    object-position: center;
}
.image-texte .description p {
    font-size: 1.7em;
}
.image-texte .description {
    padding-left:60px;
}

/*--------------------------------------------------------------
## Block - Accordeon
--------------------------------------------------------------*/
.accordeon {
    border-bottom:solid 1px #ccc;
    margin-bottom:0px;
    transition:0.7s ease-out;
}
.accordeon:hover button h4 {
    transform: translateX(5px);
    transition:0.3s;
}
.accordion.titre h4 {
    font-weight: 400;
    color:var(--vert-fournier);
    padding:15px 0;
    cursor:pointer;
    transition:0.7s ease;
}

/*--------------------------------------------------------------
## Block - Ligne du temps
--------------------------------------------------------------*/
.ligne-du-temps {
    padding:60px 0 60px 30px;
}
.ligne-du-temps .image {
    margin-bottom:40px;
    padding-right:40px;
}
.ligne-du-temps .image img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
}
.ligne-du-temps .slick-ligne-du-temps {
    background-color: inherit !important;
    top:auto!important;
    bottom:20px;
}
.ligne-du-temps .slick-ligne-du-temps .slick-slide {
    width: 100%;
    max-width: 65vw;
    cursor: grab;
}
.ligne-du-temps .slick-ligne-du-temps .slick-slide:active {
    cursor: grabbing;
}
.ligne-du-temps .slick-ligne-du-temps .slick-prev {
    left: 0px;
    bottom: -60px;
    top: initial;
}
.ligne-du-temps .slick-ligne-du-temps .slick-next {
    left: 60px;
    bottom: -60px;
    top: initial;
}
.ligne-du-temps .slick-ligne-du-temps .info {
    padding-top: 20px;
}

.ligne-du-temps .slick-ligne-du-temps .titre h2 {
    color:var(--vert-fournier);
    font-size: 4.4em!important;
}
.ligne-du-temps .slick-ligne-du-temps .description {
    max-width: 600px;
    padding-right:40px;
}
.ligne-du-temps .slick-ligne-du-temps .description p {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.ligne-du-temps .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--vert-fournier);
    position:absolute;
    bottom:0px;
}
.ligne-du-temps .ligne {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position:absolute;
    bottom:7px;
    z-index: -1;
}
@media (max-width: 1400px) {
    .ligne-du-temps {
        padding-left:40px;
    }
    .ligne-du-temps .slick-ligne-du-temps .slick-prev {
        left: 0px;
        bottom: -80px;
    }
    .ligne-du-temps .slick-ligne-du-temps .slick-next {
        left: 60px;
        bottom: -80px;
    }
    .ligne-du-temps .image img {
        height: 30vw;
    }
    .nouvelle-manchette .image img {
        width: 100%;
        height: 30vw;
    }
}
@media (max-width: 1250px) {
    .ligne-du-temps .slick-ligne-du-temps .slick-slide {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .ligne-du-temps .image img {
        height: 60vw;
    }
    .ligne-du-temps .slick-ligne-du-temps .titre {
        margin-left:0px;
    }
}

.split-innovation {
    transform:translate(-120%);
}


/*--------------------------------------------------------------
# Bloc - Galerie Ã©quipe
--------------------------------------------------------------*/
.galerie-equipe {
    padding:10px 0 0 0 !important;
}
.galerie-equipe.alignwide {
    padding-right: 0!important;
    padding-left:0!important;
}
.galerie-equipe .membre {
    margin-bottom:60px;
    padding-right: 30px;
}
.galerie-equipe .photo {
    margin-bottom: 20px;
}
.galerie-equipe .photo img {
    width: 100%;
    height: 480px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.galerie-equipe .nom h4 {
    color:var(--vert-fournier);
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
}
.galerie-equipe .poste {
    font-family: var(--font-primaire);
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1em;
    padding-left:3px;

}
@media (max-width: 1400px) {
    .galerie-equipe .photo img {
        height: 30vw
    }
    .galerie-equipe .nom h4 {
        font-size: 2.2vw;
        line-height: 1em;
    }
}

@media (max-width: 960px) {
    .galerie-equipe .layout-25 {
        width: 50%!important;
    }
    .galerie-equipe .photo img {
        height: 55vw
    }
    .galerie-equipe .nom h4 {
        font-size: 3.2vw;
    }
}

@media (max-width: 600px) {
    .galerie-equipe .layout-25 {
        width: 100%!important;
    }
    .galerie-equipe .nom h4 {
        font-size: 2em
    }
    .galerie-equipe .photo img {
        height: 480px;
    }
    .galerie-equipe .boxed {
        padding:0!important;
    }
    .galerie-equipe .membre {
        margin-bottom:30px;
        padding-right: 0px!important;
        padding-left:0!important;
    }
}

/*--------------------------------------------------------------
## Block - Avantages
--------------------------------------------------------------*/
.avantages {
    padding:80px 0 120px 0;
}
.avantages .slick-avantages .avantage {
    color:var(--vert-fournier);
    padding:20px 20px;
    font-family: var(--font-primaire);
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    cursor:grab;
}
.avantages .slick-avantages .avantage:active {
    cursor:grabbing;
}
.avantages .slick-avantages .slick-dots {
    bottom:-40px;
}
.avantages .slick-avantages .slick-dots .slick-active button{
    background-color: #fff;
    border:solid 1px #282828;
}
@media (max-width: 1250px) {
    .avantages .slick-avantages .avantage {
        font-size: 3vw;
    }
}
@media (max-width: 769px) {
    .avantages .slick-avantages .avantage {
        font-size: 2em;
    }
}

/*--------------------------------------------------------------
## Block - Bloc des implications
--------------------------------------------------------------*/

.implication {
    height: 100vh;
    /*border-bottom:solid 1px #fff;*/
    padding:0 5%;
    background-color: #000;
}
.implication .image img {
    height: 42vw;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.liste-des-implications .implication .texte {
    padding-right: 30px;
}
.liste-des-implications .implication .texte p {
    font-size: 1.1rem;
}

@media (max-width: 1400px) {
    .liste-des-implications .implication {
        padding:0 30px;
    }
    .liste-des-implications .implication h2 {
        font-size: 5vw;
    }
    .liste-des-implications .implication h3 {
        font-size: 4vw;
    }
}
@media (max-width: 769px) {
    .liste-des-implications .implication .texte {
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 40vh;
    }
    .liste-des-implications .implication .layout-40 {
        height: 60vh;
    }s
    .liste-des-implications .implication .image {
        height: 100%;
    }
    .liste-des-implications .implication .image img {
        width: 100%;
        height: 100%;
        max-height: 50vh;
    }
    .liste-des-implications .implication h2 {
        font-size: 2.6em;
    }
    .liste-des-implications .description {
        display: none;
        /*font-size: 0.8em;*/
    }
    .liste-des-implications .implication h2 {
        font-size: 6vw;
    }
    .liste-des-implications .implication h3 {
        font-size: 3vw;
    }

}


/*--------------------------------------------------------------
## Block - Bureaux
--------------------------------------------------------------*/
.nos-bureaux {
    position: relative;
    padding:100px 0;
    overflow: hidden;
}
.nos-bureaux .ligne {
    width: 600px;
    height: 100%;
    background-color: var(--jaune-fournier);
    position: absolute;
    left: -400px;
    top: 0;
    transform: skewX(-25deg);
    z-index: -1;
}
.liste-bureaux-footer .bureau:first-child {
    margin-top: 0!important;
    padding-top:5px!important;
}
.bureau  {
    padding:10px 0;
}
.bureau .telephone {
    font-family: var(--font-primaire)!important;
    font-weight:600!important;
}
.bureau .adresse p {
    font-size: 1.1em;
}
.bureau .image img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.bureau .titre h4 {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom:0;
    padding-bottom:0;
}
.bureau .adresse p {
    margin:10px 0;
}
.nos-bureaux .layout-flex > * {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1400px) {
    .bureau .image img {
        height: 18vw;
    }
}
@media (max-width: 768px) {
    .bureau .image img {
        height: 45vw;
    }
    .bureau {
        margin-bottom:20px;
    }
    footer .bureau {
        margin-bottom:0;
    }
    .nos-bureaux .layout-flex > * {
        padding-left: 0px;
        padding-right: 0px;
    }
}



/*--------------------------------------------------------------
# Bloc - Liste des innovations
--------------------------------------------------------------*/
.liste-des-innovations {
    position:relative;
    overflow: hidden;
}
.liste-des-innovations .innovation {
    /*position:absolute;
    top:0;
    left:0;*/
    height: 100vh;
    display: flex;
    align-items: center;
    padding:0 5%;
    border-bottom:solid 1px #000;
    background-color: #000;
}

.liste-des-innovations .innovation .texte {
    padding-right: 30px;
}
.liste-des-innovations .innovation .description {
    max-width: 600px;
}


@media (max-width: 1400px) {
    .liste-des-innovations .innovation {
        padding:0 30px;
    }
    .liste-des-innovations .innovation h2 {
        font-size: 5vw;
    }
    .liste-des-innovations .innovation h3 {
        font-size: 2vw;
    }
}
@media (max-width: 769px) {
    .liste-des-innovations .innovation .texte {
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 40vh;
    }
    .liste-des-innovations .innovation .layout-40 {
        height: 60vh;
    }
    .liste-des-innovations .innovation .image {
        height: 100%;
    }
    .liste-des-innovations .innovation .image img {
        width: 100%;
        height: 100%;
    }
    .liste-des-innovations .innovation h2 {
        font-size: 2.6em;
    }

}


.innovation .image-icone {
    position: relative;
}
.innovation .image img {
    height: 42vw;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.innovation .icone {
    position:absolute;
    top:40px;
    left:-50px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--vert-fournier);
    border-radius: 50%;
    padding:10px;
    z-index: 1;
}
.innovation .icone img {
    width: 60px;
    height: 60px;
}

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

/*--------------------------------------------------------------
## Component - Social-networks
--------------------------------------------------------------*/

.reseaux-sociaux-wrap {
    display: inline-flex;
    flex-wrap: wrap;
}

header .reseaux-sociaux-wrap {
    position: absolute;
    display: flex;
    flex-direction: column;
}

header .reseaux-sociaux-wrap .reseau-social {
    margin: 8px 0 8px 0;
}

.reseau-social {
    font-size: 1.4rem;
    margin: 0 15px 15px 0;
}

.reseau-social:last-child {
    margin: 0;
}

.reseau-social .icon {
    line-height: 0;
}

.reseau-social a {
	display: flex;
    justify-content: center;
    align-items: center;

	width: 2em;
	height: 2em;
    font-size: 1em;

    border-radius: 100%;
    background-color: #fff;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.reseau-social:hover a {
    transform: scale(1.1);
    background-color: var(--vert-fournier);
    transition:0.3;
}

.reseau-social svg {
    font-size:1.8em;
    color: #000;
}

body.home .reseau-social a {
    background-color:#000;
}

body.home .reseau-social svg {
    color:#fff;
}

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

/*--------------------------------------------------------------
## Plugin - SiteOrigin Panels
--------------------------------------------------------------*/

.panel-grid {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.panel-row-style:not(.background-display-tile) {
    background-repeat: no-repeat;
}

.panel-row-style.background-display-auto {
    background-size: auto auto;
}

.panel-row-style.background-display-cover {
    background-size: cover;
}

.panel-row-style.background-display-contain {
    background-size: contain;
}

.panel-row-style.background-display-stretch {
    background-size: 100% 100%;
}

.panel-row-style.background-display-full-width {
    background-size: 100% auto;
}

.panel-row-style.background-display-full-height {
    background-size: auto 100%;
}

.panel-row-cell-width-auto > .panel-grid-cell {
    width: auto!important;
}

/*--------------------------------------------------------------
## Plugin - Gravity Form
--------------------------------------------------------------*/

/**
 * CSS Targeting Examples
 * https://docs.gravityforms.com/css-targeting-examples/
 */

/**
 * Form Wrapper
 *
 * Contains the entire Gravity Form
 */

body .gform_wrapper {
    margin: 1rem 0;
}

body .gform_wrapper .gform_ajax_spinner {
    width: auto;
    position: absolute;
    right: -26px;
    top: calc(50% - 8px);
}

.gform_title {
    font-family: var(--font-secondaire);
    font-size: 1.8em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gform_description {
    max-width: 900px;
    font-size: 1.1em;
}
.gform_required_legend {
    display:none;
}


/**
 * Form Body
 */

/* Form List Items */
/* Individual list items containing each form element */

body .gform_wrapper .gform_body .gform_fields .gfield {
    display: inline-block;
    width: 100%;

    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield::before {
    content: none!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input {
    padding: 10px 6px!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
    max-width: calc(50% - 1.75rem)!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half {
    margin-right: 1.75rem!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
    margin-left: 1.75rem!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
    max-width: calc(33.3% - 1.75rem)!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third {
    margin-right: 1.75rem!important;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
    margin-left: 1.75rem!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.field_admin_only {
    display: inline!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

/* Input Field Container */
/* Wraps the actual form element inside the containing list item */

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin-top: 0!important;
    line-height: 0;
}

/* Input Field Description Container */
/* Contains the field description inside the containing list item */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    font-size: 0.6rem;
    padding-right: 1rem!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.field_description_below .gfield_description {
    margin-top: 0.5rem;
    padding-top: 0;
}

/* Standard Field Label */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    display: inline-block;
    margin-top: 0!important;
    margin-bottom: 1rem;
}

body .gform_wrapper .gform_body .gform_fields .gfield_checkbox label,
body .gform_wrapper .gform_body .gform_fields .gfield_radio label {
    font-size: 0.95rem;
}

body .gform_wrapper .gform_body .gform_fields .gfield_radio label {
    margin: 0;
    min-height: 30px;
    padding-top:4px;
}

/* Required Field Indicator (Asterisk) */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #e00000;
}

/**
 * Standard Fields
 */

/* Text Field */

body .gform_wrapper .gform_body .gform_fields .gfield.hidden_label input {
    margin-top: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    max-width: 100%;
    margin-bottom: 0;
}

/* Textarea Field */

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    margin-bottom: 0;
}

/* Select Field */

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
    white-space: nowrap;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select::after {
	content: "\f107";
	display: none;
    font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

body .gform_wrapper .gform_body .gform_fields .gfield select::-ms-expand {
    display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    white-space: normal;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;

    padding-right: 26px!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select + .svg-inline--fa[data-fa-pseudo-element=":after"] {
    position: relative;
	right: 20px;
	top: 4px;
	color: #000;
	font-size: 26px;
    pointer-events: none;

    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

body .gform_wrapper .gform_body .gform_fields .gfield select:focus + .svg-inline--fa[data-fa-pseudo-element=":after"],
body .gform_wrapper .gform_body .gform_fields .gfield select:focus:hover + .svg-inline--fa[data-fa-pseudo-element=":after"] {
    color: #000;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Checkbox and Radio Field */

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: normal;
}

/**
 * Form Footer
 */

/* Form Footer */
/* Contains the submit button and admin edit link */

body .gform_wrapper .gform_footer {
    position: relative;
    margin-top: 1rem;
    padding: 1rem 0 0.8rem 0;
}

/* Submit button */

body .gform_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
}

body .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    float:right;
    text-align: right;
    border: 0;
    padding: 22px 25px 20px 25px;
    color: #ffff;
    min-height: initial !important;
    line-height: 1em!important;
    transition:0.7s;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: var(--noir-fournier);
    transition:0.3s;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent!important;
    border: 0px solid #c02b0a!important;
    padding: 0!important;
}


/**
 * Validation Errors
 */

/* Validation - Error Message */

.gform_wrapper .gform_validation_errors {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    padding: 0!important;
}

body .gform_wrapper .validation_error {
    color: #e00000!important;
    border: 0!important;
    padding: 0 0 0 60px!important;
    width: calc(100% - 16px)!important;
    text-align: left!important;
    position: relative;
    font-weight: normal!important;
    position: relative;
}

body .gform_wrapper .validation_error::before {
    display: none;
    content: "\f057";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

body .gform_wrapper .validation_error .svg-inline--fa {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0;
    font-size: 2.5em;
}

/* Validation â€“ Error Container */
/* Individual list items containing inputs with invalid values */

body .gform_wrapper .gform_body .gform_fields .gfield_error {
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
}

/* Validation â€“ Error Description Message */
/* Description/error message below inputs with invalid values */

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
    color: #e00000;
    font-size: 12px!important;
    margin-top: 0.5rem;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* Validation â€“ Error Field Label */

body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_label {
    color: #e00000;
}

/* Validation â€“ Error Fields */

body .gform_wrapper .gform_body .gform_fields .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error select {
    border-color: #e00000;
}

/*--------------------------------------------------------------
## Plugin - Slick
--------------------------------------------------------------*/

.slick {
    position: relative;
    line-height: 1;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}

.slick-slider {
    width: 100%;
}
.slide-image img {
    /*padding:30px;*/
    margin:auto;
}

.slick-arrow {
    color:#f8bbbb;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--vert-fournier);
    font-size: 1em;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    transition:0.7s;
}
.slick-arrow:hover {
    transform: scale(1.2);
    transition:0.3s;
}

.slick-arrow svg {
    color:#fff;
    font-size:1.6em;
}

.slick-prev {
    left: 20px;
}
.slick-next {
    right: 20px;
}

.slick-prev .icon,
.slick-next .icon {
    transition: 0.2s;
}

.slick-dots {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 0;
    z-index: 1;
}

.slick-dots li {
    display: inline-block;
    margin: 4px;
}

.slick-dots li button {
    background-color: #fff;
    border: 0px solid #000;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
	transition: 0.3s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #000!important;
}

/*--------------------------------------------------------------
## Plugin - FontAwesome
--------------------------------------------------------------*/

ul.fa-ul {
    text-align: initial;
    margin-left: 2em;
}

span.fa-li {
    left: -2em;
    width: 2em;
    text-align: left;
}

span.fa-li .svg-inline--fa {
    color: currentColor;
    font-size: 1.2em;
    vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen
    and (max-width: 1580px) {
    .boxed-wide, .alignwide {
        padding-left:30px!important;
        padding-right:30px!important;
    }
}

@media (max-width: 1350px) {
    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }

    .boxed,
    .boxed-wide {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }

    /*.nav-wrap,
    .nav-wrap.fixed {
        padding: 15px 0;
    }*/

    header .reseaux-sociaux-wrap {
        top: 160px;
        right: 30px;
    }
    .projet-apercu img {
        height: 20vw;
    }
    .introduction-de-page h1 {
        font-size: 4vw;
    }
}

@media (max-width: 1250px) {
    h1, .h1 {
        font-size: 6vw;
    }

    /*h3 {
        font-size: 1.5em;
    }*/

    h4 {
        font-size: 1.6em;
    }
    .footer-navigation ul li {
        width: 100%;
    }
    .site-footer .bureau p {
        font-size: 1em;
    }
    .column-logo {
        width: 30%!important;
    }
    .column-contact {
        width: 30%!important;
    }
    .mobile-navigation .menu-ouvert-manchette .titre h2 {
        font-size: 6vw;
    }
    .menu-menu-lien-unique-container {
        display:none;
    }
    .image-texte .description p {
        font-size: 1.4em;
    }
    .carrieres-en-manchette .image-fond img {
        display: none;
    }
    .single-service .avantage .titre h4 {
        font-size: 3.8vw;
    }
    .carte-projets .layout-carte {
        width: 300px;
    }
    .projet-apercu-carte .titre h4 {
        font-size: 1.4em;
    }
    .boxed-half-left {
        margin-left: 0;
        padding-left: 30px!important;
        padding-right: 0!important;
    }
    .boxed-half-right {
        margin-right:0;
        padding-left: 0!important;
        padding-right: 30px!important;
    }
    .single-carriere .contenu h1 {
        font-size: 4.2vw;
    }

}

@media (max-width: 1024px) {
    /*h1 {
        font-size: 2.8em;
    }*/

    h2 {
        font-size: 3em;
    }

    .main-navigation ul li a {
        padding: 10px 10px;
        font-size: 14px;
    }

    header .reseaux-sociaux-wrap {
        display: none;
    }
    .services .service .titre a {
        font-size: 4vw;
    }
    .services .service.placeholder .image {
        position: relative;
    }
    .liste-des-services .layout-55 {
        width: 100%;
    }
    .liste-des-services .service .layout-45 {
        width: 100%;
    }
    .services .service .image {
        margin-bottom:20px;
    }
    .services .service .image img {
        width: 100vw;
        max-width: 100%;
        height: 60vw;
        object-fit: cover;
        object-position: center;

    }
    .liste-des-services .services {
        display: flex;
        flex-wrap: wrap;
    }
    .services .service .titre a {
        display: inline-block;
        position: relative;
        font-family: var(--font-primaire);
        font-size: 2em;
        letter-spacing: 2px;
        font-weight: 300;
        padding: 0 20px 10px 0;
        transition: 1s;
        z-index: 9;
    }
    .services .service .titre a::after {
        display: none;
    }
    .services .service .titre a:hover {
        padding-left: 0px;
        transition: 0.3s ease-out;
    }
    .layout-nav-menu {
        display:none;
    }
    #mobile-navigation .layout-60 {
        width: 100%;
        height: 80vh;
    }
    #mobile-navigation .layout-40 {
        width: 100%;
        height: 20vh;
        border-top: solid 0px #000;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.1026785714285714) 0%, rgba(0, 0, 0, 0) 10%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.1026785714285714) 0%, rgba(0, 0, 0, 0) 10%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1026785714285714) 0%, rgba(0, 0, 0, 0) 10%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    #mobile-navigation .image {
        display: none;
    }
    .mobile-navigation .menu-ouvert-manchette {
        max-width: 100%;
    }
    .mobile-navigation .menu-ouvert-manchette .titre {
        width: 100%;
        max-width: 100%;
        margin-bottom:0;
        display: flex;
        align-items: center;
    }
    .mobile-navigation .menu-ouvert-manchette .titre svg {
        padding-left:20px;
    }
    .mobile-navigation .menu-ouvert-manchette .titre h2 {
        font-size: 3em;
        letter-spacing: 0;;
    }
    .mobile-navigation ul li a {
        font-size: 5vw;
    }
    .mobile-navigation .menu-item a {
        padding-left: 60px;
        font-size: 2em;
    }
    .mobile-navigation .menu-item a::after {
        top: 52%;
        width: 50px;
    }
    .mobile-navigation .menu-item-has-children .sub-menu {
        padding-left: 15px;
    }
    .diaporama-plein-ecran .slick-track {
        height: 80vw;
    }
    .diaporama-plein-ecran .slick-slide img {
        height: 200px;
    }
    .single-service .avantage {
        flex:wrap;
    }
    .single-service .avantage .layout-25, .single-service .avantage .layout-75 {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .carte-projets .layout-80 {
        display: none;
    }
    .carte-projets .layout-carte {
        width: 100%;
    }
    .carte-projets .facetwp-template {
        height: 80vh;
        overflow-y: scroll;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;

    }
    .carte-projets .projet-apercu-carte {
        width: 50%;
    }
    .layout-nav-actions.language {
        top: 90px;
    }
    #logo {
        width: 180px;
    }

}

@media (max-width: 960px) {
    .main-navigation {
        display: none;
    }
    .projet-apercu .projet-wrap {
        padding-right: 20px;
    }
    .introduction .titre {
        padding-left:5em;
        padding-right:5em;
    }
    .mobile-navigation .menu-item a:hover {
        padding-left: 0px;
    }
    .page-header .ligne {
        width: 40vw;
    }
    .produits-services button.accordion h4 {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 2.4em;
    }
    h2 {
        font-size: 2.4em;
        letter-spacing: 0;
    }
    h3 {
        font-size: 1.4em;
    }
    p {
        font-size: 1em;
    }
    .layout-flex .layout-100,
    .layout-flex .layout-95,
    .layout-flex .layout-90,
    .layout-flex .layout-85,
    .layout-flex .layout-80,
    .layout-flex .layout-75,
    .layout-flex .layout-70,
    .layout-flex .layout-66,
    .layout-flex .layout-65,
    .layout-flex .layout-60,
    .layout-flex .layout-55,
    .layout-flex .layout-50,
    .layout-flex .layout-45,
    .layout-flex .layout-40,
    .layout-flex .layout-35,
    .layout-flex .layout-33,
    .layout-flex .layout-30,
    .layout-flex .layout-25,
    .layout-flex .layout-20,
    .layout-flex .layout-15,
    .layout-flex .layout-10,
    .layout-flex .layout-5 {
        width: 100%;
    }

    #logo {
        max-width: none;
        min-width: auto;
        width: 150px;
    }

    .nav-wrap.fixed {
        position: fixed;
    }

    .menu-button {
        display: block;
    }

    h1.entry-title {
        text-align: center;
    }

    .site-footer {
        text-align: center;
    }

    .footer-logo-wrap {
        margin: 0 auto;
    }

    .copyright-wrap,
    .os_credit {
        text-align: center;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
        max-width: calc(50% - 1em)!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third {
        margin-right: 1em!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
        margin-left: 1em!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
        max-width: calc(33% - 1rem)!important;
    }
    .column-logo, .column-contact, .column-menu {
        width: 100%!important;
    }
    .footer-logo-wrap {
        margin-bottom:40px;
    }
    .footer-navigation ul li a::before {
        display: none;
    }
    .footer-navigation ul {
        margin-top:40px;
    }
    .footer-navigation ul li a {
        padding: 5px 0px;
    }
    .footer-navigation ul li a:hover {
        padding: 0px!important;
    }
    .reseau-social {
        margin: 0 5px 15px 0;
    }
    .projet-apercu img {
        height: 50vw;
    }
    .projet-apercu .projet-wrap {
        padding-right: 0px;
    }
    .projet-apercu .liste-types {
        border-bottom: solid 1px #000;
    }
    .mobile-navigation .header-menu-ouvert {
        height: 80px;
    }
    .mobile-navigation .menu-item a:hover {
        padding-left: 60px;
        transition: 0.3s ease-out;
    }
    .mobile-navigation .menu-item a:hover::after {
        width: 50px;
    }
    .image-texte .description {
        padding-left:0px;
    }
    .image-texte .image img {
        min-height: auto;
    }
    .carriere-apercu .division {
        font-size: 0.7em;
        padding-top: 5px;
    }
    .nouvelle-manchette .info {
        padding: 20px 0px;
    }
    .nouvelle-manchette .info {
        padding: 20px 0px;
    }
    .nouvelle-manchette .image img {
        height: 55vw;
    }
    h2.page-title {
        font-size: 3.4em;
    }
    .page-header {
        height: 50vw;
        padding-left:30px;
    }
    .page-header h1 {
        text-align: left;
    }
    .introduction-service .info {
        padding-right: 30px;
        padding-top:30px;
    }
    .introduction-service .image-a-la-une {
        line-height: 0;
    }
    .single-service .secondaire {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .liste-des-services {
        padding: 0 0 40px 0;
    }
    .single-service .avantages-contenu .info {
        padding-left: 0px;
    }
    .hide-mobile {
        display:none;
    }
    .single-carriere .layout-60 {
        padding-right:0px;
    }
    .promotion-culture-entreprise .image {
        padding-right:0px;
    }
    .promotion-culture-entreprise .image img {
        max-height: 340px;
    }
    .single-service .avantage .titre h4 {
        font-size: 1.8em;
    }
    .single-service .avantages-contenu .layout-50 {
        padding-right: 0;
        padding-left:0;
    }
    .single-service .avantage .description p {
        font-size: 1em;
    }
    .projets-en-manchette .ligne, .section-projets-relies .ligne {
        height: 100%;
        left: -120%;
    }
    .projets-en-manchette, .section-projets-relies {
        padding: 60px 0 0px 0;
    }
    .promotion {
        padding:40px 0;
    }
    .promotion .description {
        font-size: 1.4em;
    }
    .promotion .message h2 {
        font-size: 3em;
    }
    .defilement {
        height: 100px;
    }
}

@media (max-width: 640px) {
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
        max-width: calc(100%)!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half {
        margin-right: 0!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
        margin-left: 0!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third {
        margin-right: 0!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
        margin-left: 0!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield input {
        padding: 6px!important;
    }

    /*body .gform_wrapper .gform_footer input[type=submit] {
        width: 100%;
    }*/
    .introduction {
        height: 60vh;
    }
    .introduction .ligne {
        height: 60vh;
        right: -50%;
    }
    .introduction .titre {
        height: 83vh;
    }
    .mobile-navigation .menu-item-has-children .sub-menu li {
        width: 100%;
    }
    .mobile-navigation .menu-item a {
        padding-left: 60px;
        font-size: 2em;
        padding-top: 5px;
    }
    .introduction-service .image-a-la-une img {
        height: 40vw;
        width: 100%;
    }
    .carte-projets .panneau {
        padding: 30px !important;
    }
    .single-carriere .contenu h1 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.6em;
    }
}

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

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