/*
Theme Name: Eldorado Gold Québec
Theme URI: http://underscores.me/
Author: l'Agence secrète
Author URI: http://agencesecrete.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eldorado_gold_quebec
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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
    ## Module - Diagonal borders
    ## Module - Overlap
# Pages
# Templates
    ## Template - Header
    ## Template - Frontpage
    ## Template - Home
    ## Template - Page
    ## Template - Footer
    ## Template - Sidebar
    ## Template - Single
    ## Template - Single-post
    ## Template - Infolettre bulletin
    ## Template - 404 & Content-none
    ## Template - Infolettre
# Models
    ## Model - Pagination
    ## Model - Reseaux sociaux
    ## Model - Liens partage
# Plugins
    ## Plugin - Agence Secrete
    ## Plugin - Site Origin
    ## Plugin - Slick
    ## Plugin - WP Popups
# Widgets
    ## Widget - Element button
    ## Widget - Texte introdution
    ## Widget - Bloc icone
    ## Widget - Bloc statistique
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Temporaire
--------------------------------------------------------------*/
/* Retirer l'image d'introduction sur la page de la ligne du temps*/
.page-id-66 .layout-entete-image {
    display: none;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --eldo-vert-primaire: #008264;
    --eldo-vert-secondaire: #a0dab3;
    --eldo-jaune: #ffc855;
    --eldo-noir: #000;
    --eldo-noir-pale:#040404;
    --eldo-blanc:#fef4eb;
    --eldo-pêche:#fcf4ec;
    --eldo-font-texte:'Geologica', sans-serif;
    --eldo-font-titre:'Montserrat', sans-serif;

    /* Ancienne valeur - Ancienne identité */
    /*--eldo-vert-primaire: #017d63;
    --eldo-vert-secondaire: #5ddaae;
    --eldo-jaune: #fed45c;
    --eldo-noir: #000;
    --eldo-blanc:#fef4eb;
    --eldo-font-primaire:font-family: 'Geologica', sans-serif;*/
  }


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

::selection {
    background: #000;
    color: #fff;
}

body.no-scroll {
    overflow-y: hidden;
}

body.no-scroll:not(.device-mobile) {
    position: relative;
    margin-right: 17px;
}

#content {
    overflow-x: hidden;
}

.vertical-text > span, .vertical-text > div {
    display: flex;
    transform: rotate(-180deg);
    writing-mode: vertical-lr; 
}

.fa {
    color: #fff!important;
    font-size: 1.4em!important;
    transition: 0.3s;
}

.break {
    width: 100%;
    display: table;
}

.absolute {
    position: absolute
}

#loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../eldorado-gold-quebec/images/loader.svg");
}

.divider {
    display: block;
    clear: both;
    margin: 0 1.5rem;
    height: 1px;
    background-color: #027C64;
}

.fleche-wrap img {
    width: 60px;
    height: 60px;
    line-height: 0;
}
 
.fleche-wrap a {
    display:block;
    transition: 0.7s;
}
.fleche-wrap a:hover {
    /*transform:rotate(-45deg);*/
    transition: 0.2s;
}

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

figure {
    margin: 1em 40px;
}

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

a {
    text-decoration: none!important;
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[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;
	padding: 0;
}

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

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

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

td,
th {
    padding: 0;
}

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

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: var(--eldo-font-texte);
    font-size: 18px;
    font-weight: 200;
    /*font-size: 1rem;*/
    line-height: 1.5;
}

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

h1 {
    color:var(--eldo-vert-primaire);
    font-family: var(--eldo-font-titre);
    margin-top: 0.05em;
    margin-bottom: 0.1em;
    font-size: 3.6em;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2,
h1.entry-title,
.page-entete-soustitre h1 {
    position: static;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    color: var(--eldo-vert-primaire);
    font-family: var(--eldo-font-titre);
    text-transform: none;
    font-weight: 900;
    
}

/*h2.h1 {
    font-size: 10em;
    opacity: 0.1;
    left: 0;
}*/
/*h2.h1 + .spacer {
    height: 16em;
}*/
h1.entry-title {
    line-height: 1;
    opacity: 1;
}

h2 {
    font-size: 3.2em;
    text-transform: uppercase;
    line-height: 0.9em;
}

h3 {
    color: #000;
    font-family: var(--eldo-font-titre);
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
}
h3.widget-title {
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h4 {
    font-size: 1.4em;
    font-family: var(--eldo-font-titre);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0.2em 0;
    color: #000;
}

h5 {
    color: #027C64;
    font-family: var(--eldo-font-titre);
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
    letter-spacing: 1px
}

h6 {
    font-family: var(--eldo-font-titre);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0 5px 0;
}

p {
    color: #666;
    font-family: var(--eldo-font-texte);
    font-size: 16px;
    margin-bottom: 1.8em;
    /*letter-spacing: 0.025em;*/
    font-weight: 100;
}

p b,
p strong {
    font-weight: 600;
}

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 {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

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

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

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

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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,
::placeholder {
    opacity: 1;
    
    font-family: depot-new-web, sans-serif;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.05rem;
    color: #3a3a3a;
}

.dark-theme ::-webkit-input-placeholder,
.dark-theme ::placeholder {
    color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #000;
    font-size: 2em;
    line-height: 1.5;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    padding: 10px 15px!important;
    border: 1px solid #027C64;
    border-radius: 0;
    
    font-family: depot-new-web, sans-serif;
    font-size: 1.25rem!important;
    line-height: normal!important;
    outline: none;
    color: #666;
}

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 {
    color: #111;
}

textarea {
    width: 100%;
}

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

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

a {
    color: #000;
}

a:visited {
    color: #000;
}

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

a:focus {
    outline: thin dotted;
}

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

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

.main-navigation > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

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

.main-navigation a svg {
    color: inherit;
}

/*.main-navigation ul li a {
    padding: 0.2em 0;
    font-family: var(--eldo-font-titre);
    font-size: 2em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    line-height: 1.2;
    outline: none;
    transition: 0.3s;
}*/

.main-navigation ul li a .svg-inline--fa {
    font-size: 0.9em;
    margin-left: 5px;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 32%;
    background-color: var(--eldo-pêche);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 7px;
    font-weight: 900;
    z-index: 999;
}

.main-navigation ul li.menu-item-has-children > a::after {
    content: "\f078";
    display: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1em;
}

/*.main-navigation ul li a:hover,
.main-navigation ul li a.focus,
.main-navigation ul li.current-menu-item > a:hover,
.main-navigation ul li.current-page-item > a:hover,
.main-navigation ul li.current-menu-parent > a:hover,
.main-navigation ul li.current_page_parent > a:hover,
.main-navigation ul li.current_page_ancestor > a:hover,
.main-navigation ul li.current-menu-ancestor > a:hover {a
    color: #fff;
}*/

.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-page-item > a,
.main-navigation ul li.current-menu-parent > a,
.main-navigation ul li.current_page_parent > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a {
    /*color: inherit;*/
    color:var(--eldo-vert-primaire);
    font-weight: 700;
}

.main-navigation ul li.current-menu-parent > a 

/*.main-navigation ul ul.sub-menu {
    flex-wrap: wrap;
    opacity: 0;
    margin-bottom: 0.75em;
}*/
.menu-item-has-children {
    cursor: pointer;
}

.menu-item-has-children .sub-menu {
    position:absolute;
    max-width: 340px;
    top:196px;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    opacity: 1;
    /*background-color: var(--eldo-vert-primaire);*/
    background-color: #01755a;
    transition: opacity 1s;
    z-index: 99;
    display: none;
    flex-wrap: wrap;
}
.menu-item-has-children .sub-menu li {
    width: 100%;
    list-style-type: none;
    padding: 0!important;
    margin: 0!important;
}
.menu-item-has-children:hover .sub-menu {
    display:flex!important;

}

.menu-item-has-children .sub-menu svg {
    color:#000;
    transition: 0.3s;
}
.menu-item-has-children.sub-open svg {
    color:#fff!important;
}
/*.main-navigation ul ul li {
    width: 100%;
    padding-right: 5px;
}*/

.main-navigation ul ul li a {
    padding: 16px 10px;
    margin-right: 0;
    border-bottom:solid 1px #439b8c;
    color: #fff;
    display:block;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: none;
    font-family: var(--eldo-font-titre);
    transition:0.5s;
}
.main-navigation ul ul li a:hover {
    background-color: #1a8f74;
    transition:0.2s;
}
.main-navigation .current-menu-parent a::after {
    width: 100%!important;
}

/*.main-navigation ul li.current-menu-parent.menu-item-has-anchor > a + ul.sub-menu li > a {
    color: #333;
}*/

.main-navigation ul li.current-menu-parent.menu-item-has-anchor > a + ul.sub-menu li:hover > a,
.main-navigation ul li.current-menu-parent.menu-item-has-anchor > a + ul.sub-menu li.focus > a,
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul li.current-menu-item > a:hover,
.main-navigation ul ul li.current-page-item > a:hover,
.main-navigation ul ul li.current-menu-parent > a:hover,
.main-navigation ul ul li.current_page_parent > a:hover,
.main-navigation ul ul li.current_page_ancestor > a:hover,
.main-navigation ul ul li.current-menu-ancestor > a:hover {
    color: #e0e0e0;
}

.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-page-item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation ul ul li.current-menu-ancestor > a {
    color: #e0e0e0;
}

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

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

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

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

/* Text meant only for screen readers. */

.screen-reader-text {
    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;
}

.entry-content {
    margin: 0!important;
}

.entry-footer {
    margin-top: 1em;
}

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

/*--------------------------------------------------------------
### Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

#map {
    height: 550px;
}

.gm-style .gm-style-iw-c {
	font-style: normal;
	font-weight: 300;
    padding-right: 12px!important;
    letter-spacing: 1px;
}


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

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

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

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

.full > .layout-flex > .boxed-half-left,
.panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-left {
    padding-left: calc((100vw - 1250px) / 2)!important;
}

.full > .layout-flex > .boxed-half-right,
.panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-right {
    padding-right: calc((100vw - 1250px) / 2)!important;
}

.boxed-wide > .layout-flex > .boxed-half-left,
.panel-row-style.boxed-wide > .panel-grid-cell > .panel-cell-style.boxed-half-left {
    padding-left: calc(((100vw - 1250px) / 2) - 120px)!important;
}

.boxed-wide > .layout-flex > .boxed-half-right,
.panel-row-style.boxed-wide > .panel-grid-cell > .panel-cell-style.boxed-half-right {
    padding-right: calc(((100vw - 1250px) / 2) - 120px)!important;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

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

.layout-flex {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
}

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

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

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

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

.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.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-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.layout-flex .layout-min {
    min-width: 0;
    
    -webkit-flex: 0 0 auto; /* Safari 6.1+ */
    -ms-flex: 0 0 auto; /* IE 10 */
    
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 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 ::-moz-selection {
    background: #fff;
    color: #000;
}

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

/*.dark-theme {
    background-color: #000;
}*/

/*.yellow-theme {
    background-color: #c4a21d;
}*/

.dark-theme,
.dark-theme h1,
.dark-theme h2,
.dark-theme h2.h1,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme p,
.dark-theme ul,
.dark-theme ol,
.dark-theme span,
.dark-theme svg,
.dark-theme a,
.dark-theme a:visited,
.dark-theme input[type="checkbox"]:checked + label,
.dark-theme input[type="radio"]:checked + label,
.dark-theme .slick-prev,
.dark-theme .slick-prev:hover,
.dark-theme .slick-prev:visited,
.dark-theme .slick-prev:focus,
.dark-theme .slick-next,
.dark-theme .slick-next:hover,
.dark-theme .slick-next:visited,
.dark-theme .slick-next:focus {
    color: #fff!important;
}

.dark-theme a {
    color:#fff!important;
}

.dark-theme a.btn {
    color:var(--eldo-vert-primaire)!important;
    background-color: #fff;
}
.dark-theme a.btn:hover {
    color:#fff!important;
    background-color: var(--eldo-vert-primaire);
    border:solid 1px #fff!important;
}

.dark-theme a:hover,
.dark-theme a:focus,
.dark-theme a:active {
    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 {
    color: #fff!important;
    background-color: transparent;
}

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

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

.image-gradient-theme {
    position: relative;
}

.image-gradient-theme::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 5%, rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 5%, rgba(0,0,0,0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 5%, rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,1) 5%, rgba(0,0,0,0));
}

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

a.btn,
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position:relative;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    border:solid 1px var(--eldo-vert-primaire)!important;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    font-family: var(--eldo-font-titre);
    font-weight: 700;
    font-size: 1rem!important;
    line-height: 1.1;
    /*text-align: center;*/
    background-color: var(--eldo-vert-primaire);
    color: #fff;
    transition: 0.3s;
}
.btn.btn-arrow {
    padding: 15px 60px 15px 30px;
}

.btn.btn-arrow svg {
    color:#fff;
    font-size: 0.9em;
}
a.btn.btn-arrow:hover svg {
    color:var(--eldo-vert-primaire)!important;
}

.dark-theme a.btn.btn-arrow svg {
    color:var(--eldo-vert-primaire)!important;
}
.dark-theme a.btn.btn-arrow:hover svg {
    color:#fff!important;
}

.btn.btn-arrow .arrow-wrap {
    position: absolute;
    right: 20px;
    top:0;
    bottom:0;
    height: 100%;
    display: flex;
    align-items: center;
}


/*a.btn::after {
    content:">";
    font-family: var(--eldo-font-texte);
    position:absolute!important;
    right: 20px;
    transition:0.3s;
}*/

a.btn:hover {
    border:solid 1px var(--eldo-vert-primaire)!important;
    background-color: #fff;
    color:var(--eldo-vert-primaire)!important;
    transition:0.3s;
}

a.btn svg,
button[type="submit"] svg {
    font-size: 1.25rem;
    vertical-align: text-bottom;
}

a.btn svg,
a.btn:visited svg,
button[type="submit"] svg,
button[type="submit"]:visited svg {
    color: #fff;
}

a.btn:hover svg,
button[type="submit"]:hover svg {
    color: #fff;
}

a.btn-couleur,
a.btn-couleur:visited,
button[type="submit"],
button[type="submit"]:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
    /*background-color: #027C64;*/
    color: #fff;
}

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

a.btn-noir,
a.btn-noir:visited {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

a.btn-noir:hover {
    background-color: #000000;
    color: #ffffff;
}

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

a.btn-blanc:hover {
    background-color: #ffffff;
    color: #000000!important;
}

a.btn-block {
    display: block;
    margin-right: 0;
}

.arrow {
    margin-top: 1em;
}

.arrow a {
    display: block;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.arrow a:hover {
    padding-left: 5px;
}

/*--------------------------------------------------------------
## Module - Diagonal borders
--------------------------------------------------------------*/

.diagonal-border {
	position: relative;
	background-clip: content-box;
    z-index: 0;
}

.diagonal-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: inherit;
    z-index: -1;
}

.diagonal-border.db-top-up,
.diagonal-border.db-top-down {
    padding-top: 200px;
}

.diagonal-border.db-bottom-up,
.diagonal-border.db-bottom-down {
    padding-bottom: 200px;
}

.diagonal-border.db-top-up::before {
    -webkit-clip-path: polygon(100% 0px, 0px 200px, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0px, 0px 200px, 0% 100%, 100% 100%);
}

.diagonal-border.db-top-down::before {
    -webkit-clip-path: polygon(100% 200px, 0 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 200px, 0 0, 0% 100%, 100% 100%);
}

.diagonal-border.db-bottom-up::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 0% 100%);
}

.diagonal-border.db-bottom-down::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 200px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 200px));
}

.diagonal-border.db-top-up.db-bottom-up::before {
    -webkit-clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0 100%);
    clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0 100%);
}

.diagonal-border.db-top-up.db-bottom-down::before {
    -webkit-clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 calc(100% - 200px));
    clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 calc(100% - 200px));
}

.diagonal-border.db-top-down.db-bottom-up::before {
    -webkit-clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 200px), 0 100%);
    clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 200px), 0 100%);
}

.diagonal-border.db-top-down.db-bottom-down::before {
    -webkit-clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
}

.diagonal-border.db-bottom-up + .diagonal-border.db-top-up,
.diagonal-border.db-bottom-down + .diagonal-border.db-top-down {
    margin-top: -200px!important;
}

/*--------------------------------------------------------------
## Module - Overlap
--------------------------------------------------------------*/

.ol-orig {
    position: relative;
}

.ol-elem {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}

.ol-orig .ol-elem.ol-abs {
    position: absolute;
}

.ol-orig .ol-elem.ol-abs-bottom {
    bottom: 0;
}

.ol-elem.ol-os-bottom-s {
    top: 30px;
}
.ol-elem.ol-os-bottom-s.ol-ng-bottom {
    margin-top: -30px;
}

.ol-elem.ol-os-bottom-m {
    top: 150px;
}
.ol-elem.ol-os-bottom-m.ol-ng-bottom {
    margin-top: -150px;
}

.ol-elem.ol-os-bottom-l {
    top: 600px;
}
.ol-elem.ol-os-bottom-l.ol-ng-bottom {
    margin-top: -600px;
}

/* --- */

.ol-orig .ol-elem.ol-abs-top {
    top: 0;
}

.ol-elem.ol-os-top-s {
    bottom: 30px;
}
.ol-elem.ol-os-top-s.ol-ng-top {
    margin-bottom: -30px;
}

.ol-elem.ol-os-top-m {
    bottom: 150px;
}
.ol-elem.ol-os-top-m.ol-ng-top {
    margin-bottom: -150px;
}

.ol-elem.ol-os-top-l {
    bottom: 600px;
}
.ol-elem.ol-os-top-l.ol-ng-top {
    margin-bottom: -600px;
}

/* --- */

.ol-orig .ol-elem.ol-abs-left {
    left: 0;
}

.ol-elem.ol-os-left-s {
    right: 30px;
}
.ol-elem.ol-os-left-s.ol-ng-left {
    margin-right: -30px;
}

.ol-elem.ol-os-left-m {
    right: 150px;
}
.ol-elem.ol-os-left-m.ol-ng-left {
    margin-right: -150px;
}

.ol-elem.ol-os-left-l {
    right: 600px;
}
.ol-elem.ol-os-left-l.ol-ng-left {
    margin-right: -600px;
}

/* --- */

.ol-orig .ol-elem.ol-abs-right {
    right: 0;
}

.ol-elem.ol-os-right-s {
    left: 30px;
}
.ol-elem.ol-os-right-s.ol-ng-right {
    margin-left: -30px;
}

.ol-elem.ol-os-right-m {
    left: 150px;
}
.ol-elem.ol-os-right-m.ol-ng-right {
    margin-left: -150px;
}

.ol-elem.ol-os-right-l {
    left: 600px;
}
.ol-elem.ol-os-right-l.ol-ng-right {
    margin-left: -600px;
}

/*--------------------------------------------------------------
# Pointes
--------------------------------------------------------------*/

.pointes-jaune {
    position: relative;
    background-color: #c4a21d;
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*.pointes-jaune::before {
    content: "";
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../eldorado-gold-quebec/images/pointes-jaune.svg);
    margin-top: -120px;
    position: absolute;
    right: 0;
    top:0;
    left: 0;
}*/
.pointes-verte {
    position: relative;
    background-color: var(--eldo-vert-primaire);
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*.pointes-verte::before {
    content: "";
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../eldorado-gold-quebec/images/pointes-verte.svg);
    margin-top: -120px;
    position: absolute;
    right: 0;
    top:0;
    left: 0;
}*/
.pointes-grise {
    background-color: #f5f5f5;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*.pointes-grise::before {
    content: "";
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../eldorado-gold-quebec/images/pointes-grise.svg);
    margin-top: -120px;
    position: absolute;
    right: 0;
    top:0;
    left: 0;
}*/
.pointes-noir {
    background-color: #323232;
    position: relative;
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*.pointes-noir::before {
    content: "";
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../eldorado-gold-quebec/images/pointes-noir.svg);
    margin-top: -120px;
    position: absolute;
    right: 0;
    top:0;
    left: 0;
}*/

/*--------------------------------------------------------------
# Tag
--------------------------------------------------------------*/

.tag {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    padding:20px;
    justify-content: center;
    align-items: center;
}
.tag div {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.1;
    font-weight: 700;
}
.tag-blanc {
    border-color: #fff;
    color:#fff!important;
}
#tag-intro {
    /*margin-left: -100px;*/
    border:0!important;
    transition: 0.7s;
}

.accueil-fixe-texte2 {
    font-size: 1.7em!important;
}


/*--------------------------------------------------------------
# Widget - Info image horizontal
--------------------------------------------------------------*/
.info-image-horizontal-wrap .colonne-image img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.info-image-horizontal-wrap .colonne-info {
    position:relative;
    background-color: var(--eldo-vert-secondaire);
    min-height: 600px;
}
.info-image-horizontal-wrap .colonne-info .info {
    padding:60px 60px 60px 5em;
    z-index: 1;
}
.info-image-horizontal-wrap .colonne-info .info::after {
    content:"";
    position:absolute;
    height: 100%;
    top: 0;
    bottom:0;
    right:0;
    bottom:0;
    line-height: 0;
    background-color: var(--eldo-vert-secondaire);
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    width: 300px;
    right: -300px;
}

/*.info-image-horizontal-wrap .colonne-info .info-shape {
    position:absolute;
    height: 100%;
    width: 100%;
    background-color: var(--eldo-vert-secondaire);
}*/

.info-image-horizontal-wrap .colonne-info .info .titre,.info-image-horizontal-wrap .colonne-info .info .sous-titre, .info-image-horizontal-wrap .colonne-info .info .lien {
    position:relative;
    z-index: 9;
}
.info-image-horizontal-wrap .colonne-info .info .texte {
    max-width: 600px;
    font-size: 0.9em;
    margin-bottom:20px;
    position:relative;
    z-index: 9;
}
.info-image-horizontal-wrap.vert_fonce .colonne-info {
    background-color: var(--eldo-vert-primaire);
}
.info-image-horizontal-wrap.vert_fonce .colonne-info h2 {
    color:#fff;
}
.info-image-horizontal-wrap.vert_fonce .colonne-info h4 {
    color:#fff;
}
.info-image-horizontal-wrap.vert_fonce .colonne-info .texte {
    color:#fff;
}
.info-image-horizontal-wrap.vert_fonce .colonne-info .btn {
    border:solid 1px #fff!important;
}
.info-image-horizontal-wrap.vert_fonce .colonne-info .info::after {
    background-color: var(--eldo-vert-primaire);
}

/*--------------------------------------------------------------
# Widget - Info image verticale
--------------------------------------------------------------*/
.info-image-vertical-wrap {
    margin:40px 0 0px 0;
}
.iiv-image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.info-image-vertical-wrap.vert_pale .iiv-texte-wrap {
    background-color: var(--eldo-vert-secondaire);
}
.info-image-vertical-wrap.vert_fonce .iiv-texte-wrap {
    background-color: var(--eldo-vert-primaire);
}
.info-image-vertical-wrap .iiv-texte-wrap h2 {
    font-size: 2.2em;
}
.info-image-vertical-wrap .iiv-texte {
    font-weight: 100;
    font-size: 0.9em;
}
.info-image-vertical-wrap.vert_fonce .iiv-texte-wrap h2 {
    color:#fff;
}
.info-image-vertical-wrap.vert_fonce .iiv-texte-wrap {
    color:#fff;
}
.info-image-vertical-wrap.vert_fonce .iiv-texte-wrap .btn {
    border:solid 1px #fff!important;
    color:#fff!important;
}
.iiv-texte-wrap {
    width: 90%;
    max-width: 900px;
    margin: -60px auto auto auto;
    z-index: 1;
    position:relative;
    border-radius: 25px;
    padding:30px;
}
/*--------------------------------------------------------------
# Widget - Liste infolettre
--------------------------------------------------------------*/
.anim-zoom {
    overflow: hidden;
}
.anim-zoom img {
    object-fit: cover;
    object-position: center;
    display: block;
    transition:0.7s;
}
.anim-hover:hover img {
    transform:scale(1.1);
    transition:0.3s;
}
.infolettre .image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition:0.7s;
}
.infolettre .image {
    border-radius: 10px;
    overflow: hidden;
}
.infolettre h6 {
    color:var(--eldo-vert-secondaire);
}
.infolettre .lien {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 300;
    padding:5px 0;
    text-align: right;
}
.infolettre:hover .image img {
    transform:scale(1.1);
    transition:0.3s;
}


/*--------------------------------------------------------------
# Widget - Liste à puce
--------------------------------------------------------------*/

.liste-puce {
    list-style: none;
    margin: 0;
    padding: 0;
}
.liste-puce li {
    position: relative;
    padding: 5px 0 5px 80px;
    
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.liste-puce.style-puce-icone_crochet li {
    padding: 5px 0 5px 0px;
}
.liste-puce.style-puce-base li::before {
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #027C64;
}
.liste-puce li .puce-description {
    font-weight: 200;
    font-size: 0.9em;
    margin-top: 0.25em;
}
.style-puce-icone_crochet .puce-valeur {
    display: flex;
    align-items: center;
    font-family: var(--eldo-font-titre);
    text-transform: uppercase;
    font-size: 1.2em;
}
.style-puce-icone_crochet .puce-valeur {
    padding-left: 90px;
    background-image: url(../eldorado-gold-quebec/images/crochet.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70px;
    line-height: 1.1em;
    margin-bottom: 20px;
    min-height: 70px;
}

/*--------------------------------------------------------------
# Widget - Documents liste
--------------------------------------------------------------*/
.liste-documents-wrap {
    margin: 60px 0;
}
.liste-documents-cat-titre {
    border-bottom: solid 1px #000;
    padding: 10px 0;
}
.liste-documents-cat-titre h6 {
    margin: 0;
}
.liste-documents-wrap svg {
    font-size: 2em;
    max-width: 26px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.liste-document-unique {
    padding: 5px 0;
    font-size: 0.9em;
    line-height: 1.4;
    font-weight: 400;
    border-bottom: solid 1px #e2dfdf;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.liste-document-unique:hover {
    background-color: #fafafa;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.liste-document-unique:hover svg {
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.liste-document-unique .layout-document {
    min-height: 50px;
}
.liste-document-unique .layout-document > * {
    padding: 0 15px;
}
.liste-document-unique .layout-document-fields > *:first-child {
    padding-left: 0;
}
.liste-document-unique .layout-document-fields > *:last-child {
    padding-right: 0;
}
.liste-document-date {
    min-width: 150px;
    text-align: right;
    font-size: 0.9em;
}
#searchform {
    padding-top: 60px;
}
#searchform select {
    width: 100%;
}
#searchform select option {
    font-weight: 200;
}
#searchform #searchsubmit {
    width: auto!important;
    margin: 0;
}
#searchform #searchsubmit svg {
    display: none;
}
.layout-flex.layout-document-filtre > * {
    padding: 0 15px;
}
.layout-flex.layout-document-filtre > *:first-child {
    padding-left: 0;
}
.layout-flex.layout-document-filtre > *:last-child {
    padding-right: 0;
}

/*--------------------------------------------------------------
# Widget - Texte
--------------------------------------------------------------*/
.widget_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 30px;
    height: 1px;
    background-color: #027C64;
}
.widget_text ul li {
    position: relative;
    color: #969696;
    padding-left: 50px;
    font-size: 0.9em;
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Widget - Élément titre
--------------------------------------------------------------*/
.so-widget-element-titre h4 {
    font-size: 3em;
    margin: 10px 0;
    -webkit-text-fill-color: inherit;
}

/*--------------------------------------------------------------
# Widget - Indicatif section
--------------------------------------------------------------*/

.widget_indicatif_section  {
    margin-bottom: 0!important;
}
.indicatif-section {
    position: absolute;
    left: 20px;
}
.indicateur {
    position: relative;
    color: #027C64;
    margin-bottom: 15px;
    font-family: var(--eldo-font-titre);
    font-weight: 200;
    letter-spacing: 2px;
}
.indicateur::after {
    content: "";
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    width: 1px;
    float: right;
    display: flex;
    align-items: left;
    background-color: #027C64;
}

/*--------------------------------------------------------------
# Widget - Infolettre
--------------------------------------------------------------*/
/*.infolettre input {
    width: 100%;
}*/

/*--------------------------------------------------------------
# Widget - Ligne de temps
--------------------------------------------------------------*/
.lignetemps-wrapper {
    padding-top:60px;
}
.slide-unique {
    height: 500px;
    width: 500px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.lignetemps-info {
    /*border-left: solid 3px #9b9b99;*/
    padding: 20px 0 20px 20px!important;
    margin: 0px 0 0 0 ;
    width: 100%;
    font-size: 0.8em;
    letter-spacing: 0px;
    max-width: 500px;
    float: right;
}
.lignetemps-annee {
    font-family: var(--eldo-font-titre);
    font-weight: 600;
    color: #027C64;
    font-size: 2.8em;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    height: 100%;
}
.lignetemps-texte {
    letter-spacing: 0;
}
.lignetemps-annee div {
    margin-top: -120px;
}
.lignetemps-cercle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border:solid 1px #027C64;
    margin: auto;
}
.lignetemps-ligne-apres {
    position: relative;
    display: flex;
    align-items: center
}
.lignetemps-ligne-apres div {
    height: 1px;
    width: 100px;
    background-color:#027C64;
}
.lignetemps-titre {
    font-family: var(--eldo-font-titre);
    font-weight: 600;
    color: #9b9b99;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 5px;
    display: none;
}
.lignetemps-bloc-date {
    position: relative;
}
.lignetemps-space1 {
    width: 175px;
}
.slick-lignetemps button svg {
    color: #027C64;
}

/*--------------------------------------------------------------
# Widget - Valeurs wrap
--------------------------------------------------------------*/

.valeurs-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.valeurs-gabarit {
    position: relative;
    justify-content: center;
    width: 100%;
}
.valeurs-logo-wrapper {
    position: relative;
}
.valeurs-logo-wrapper #cercle-valeurs {
    width: 380px;
}
.valeur-titre {
    font-family: var(--eldo-font-titre);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.6em;
    margin-top: 1.3rem;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.valeur-zone:hover .valeur-titre {
    transform: translateY(-1.3rem);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.valeur-titre-1,
.valeur-titre-4 {
    color: #009c80;
}
.valeur-titre-2,
.valeur-titre-5{
    color: #ffca55;
}
.valeur-titre-3 {
    color: #00745a;
}
.valeur-description {
    width: 100%;
    max-width: 300px;
    opacity: 0;
    font-size: 15px;
    font-weight: 500;
    transform: translateY(100px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.valeur-icon {
    margin-right: 0;
    margin-left: auto;
}
.valeur-icon img {
    height: 95px;
    float: right;
}
.valeur-description-3 {
    max-width: none;
}
.valeur-zone {
    width: 400px;
    position: relative;
    position: absolute;
    overflow: hidden;
}
.valeur-zone:hover .valeur-description {
    opacity: 1;
    transform: translateY(-1.3rem);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.valeur-zone-droite {
    width: 100%;
    padding-left: 1.2rem;
}
.valeur-zone-gauche {
    width: 100%;
    padding-right: 0;
}
.valeur-zone-1 {
    top: 30px;
    left: 0;
}
.valeur-zone-2 {
    top: 270px;
    left: 0;
}
.valeur-zone-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: -210px;
    left: 0;
    right: 0;
    width: 500px;
    margin: auto;
}
.valeur-zone-4 {
    top: 270px;
    right: 0;
}
.valeur-zone-5 {
    top: 30px;
    right: 0;
}
.valeur-centre-haut {
    font-family: var(--eldo-font-titre);
    font-weight: 600;
    color: #000;
    font-size: 3.6em;
    line-height: 1em;
    text-align: center;
}
.valeur-centre-bas {
    font-family: 'Brenton sans', sans-serif;
    font-weight: 300;
    color: #027C64;
    font-size: 0.7em;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    line-height: 1.1em;
    width: 160px;
    text-align: center;
    margin-top:10px;
}
.valeur-zone-centre-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.valeur-zone-centre {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    pointer-events: none;
}
.valeur-logo-minimal {
    width: 60px;
    margin: auto;
    padding-bottom: 12px;
}

/*--------------------------------------------------------------
## Widget - Équipe et membres
--------------------------------------------------------------*/
.membre-wrap {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: var(--eldo-vert-primaire);
}
.membre-wrap,
.membre-wrap a,
.membre-wrap h4,
.membre-wrap svg {
    color: #fff;
}
.membre-info {
    padding:50px;

}
.membre-titre h4 {
    -webkit-text-fill-color: initial;
    font-size: 1.5em;
    font-family: var(--eldo-font-titre);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
}
.membre-poste {
    font-family: var(--eldo-font-texte);
    line-height: 1.2;
    font-weight: 100;
    font-size: 1em;
    margin-top: 6px;
    margin-bottom: 40px;
}
.membre-bio {
    font-size: 1em;
    font-family: var(--eldo-font-titre);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top:5px;
    margin-bottom:0px;
    display: flex;
    align-items: center;
}

/*.membre-bio::before {
    content:"+";
    display: inline-block;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    content: "\f055";
    font-weight: 300;
    display: none;
}
.membre-bio svg {
    font-size: 2em;
    margin-right: 10px;
}*/
.membre-wrap .equipe-photo {
    display: flex;
    align-items: flex-end;
    height: 100%;
    
    background-color: #fff;
}
.membre-wrap .equipe-photo img {
    height: 0;
    min-height: 320px;
    object-fit: cover;
    object-position: center top;
}
.equipe-fancybox.fancybox-content {
    padding: 0;
}
.equipe-fancybox .equipe-info {
    padding: 60px;
}
.equipe-fancybox .equipe-fancybox-photo {
    height: 100%;
}
.equipe-fancybox .equipe-photo {
    height: 100%;
}
.equipe-fancybox .equipe-photo img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.equipe-fancybox .equipe-fancybox-titre h4 {
    -webkit-text-fill-color: initial;
    margin-top: 0;
    font-weight: 300;
}
.equipe-fancybox .equipe-fancybox-biographie {
    overflow-y: auto;
    max-height: 450px;
}
.equipe-fancybox .equipe-fancybox-biographie p {
    font-size: 1em;
}
.equipe-fancybox .equipe-fancybox-poste {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# Widget - Accordéon FAQ
--------------------------------------------------------------*/
.sow-accordion {
    padding: 40px 0;
}
.sow-accordion-title {
    font-family: var(--eldo-font-titre);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1em;
    padding-right: 20px;
    transition: 0.7s;
}
.sow-accordion-panel {
    margin-bottom:30px!important;
}

.sow-accordion-panel-header {
    border-radius: 15px;
    background-color: var(--eldo-vert-primaire)!important;
}
.sow-accordion-panel-open .sow-accordion-panel-header {
    background-color: var(--eldo-vert-secondaire)!important;
}
.sow-accordion-panel-open .sow-accordion-title {
    color: #000;
    transition: 0.7s;
}
.sow-icon-ionicons {
    border: solid 1px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2em;
    color:#fff;
}
.sow-accordion-panel:hover .sow-accordion-title {
    transform:  translateX(10px);
    transition: 0.3s;
}


/*--------------------------------------------------------------
# Widget - Comité de suivi - Tableau
--------------------------------------------------------------*/
.widget_comite-liste {
    margin-bottom: 60px;
}
.so-widget-comite-liste {
    margin-bottom: 60px;
}
.row-titre-tableau {
    color: #000;
    font-family: var(--eldo-font-titre);
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom:solid 3px #d3d3d3;
    padding-bottom: 5px;
}
.membres-comite-ligne .layout-flex {
    align-items: center;
}
.membres-comite-ligne .layout-flex > div {
    height: 60px;
    display: flex;
    align-items:center;
    border-bottom: solid 1px #d3d3d3;
}
.membres-comite-ligne .layout-flex > div:first-child {
    border-bottom: solid 0px #000;
}
.membres-comite-wrap {
    border-bottom:solid 3px #d3d3d3;
    padding-bottom: 5px;
    line-height: 1.2;
    /*margin-bottom: 60px;*/
}
.membres-comite-wrap svg {
    color: #027C64;
}
.membres-comite-wrap .membres-comite-ligne:last-child .layout-flex > div {
    border-bottom: solid 0px #d3d3d3;
}
.membres-comite-ligne .membres-comite-item {
    display: flex;
    align-items:center;
    width: 100%;
}
.membres-comite-ligne .membres-comite-courriel {
    justify-content: center;
}
.membres-comite-ligne .membres-comite-secteur {
    color: #027C64;
    text-transform: uppercase;
    font-family: 'Brenton sans', sans-serif;
    font-size: 1em;
    font-weight: 500;
}
.membres-substitut {
    text-transform: uppercase;
    font-style: italic;
    font-size: 0.6em;
    color: black;
    font-weight: 600;
    padding-left: 10px;
}
.tableau-separation {
    height: 10px;
    width: 100%;
    background-color: #027C64;
    display: table;
    margin: 80px 0;
}

/*--------------------------------------------------------------
# Widget - Distinction
--------------------------------------------------------------*/

.distinctions-wrap {
    position: relative;
    padding-top:100px;
    padding-bottom: 100px;
    z-index: 9;
}
.distinctions-titre {
    position: relative;
    text-align: center;
}

.distinction-filtre-annee {
    position: relative;
    margin: 0 15px;
    font-family: var(--eldo-font-titre);
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    background: var(--eldo-vert-primaire);
    padding: 10px 15px;
    border-radius: 10px;
    border:solid 1px var(--eldo-vert-primaire);
    transition: 0.7s;

}
.distinction-filtre-annee:hover {
    color:var(--eldo-vert-primaire);
    background: var(--eldo-vert-secondaire);
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.3s;
}
.distinction-filtre-annee::after {
    content:"";
    height: 1px;
    width: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#a3a3a3;
    transition: 0.7s;
    display: none;
}
.distinction-filtre-annee:hover::after{
    width: 100%;
    transition: 0.3s;
}
.distinction-filtre-annee.current {
    color:#fff;
    transform:translateY(-5px);
    transition: 0.3s;
}
.distinction-filtre-annee.current::after {
    width: 100%;
    transform:translateY(-5px);
    transition: 0.3s;
}
.slick-distinctions {
    margin:40px 0;
}
.slick-distinctions .slick-arrow svg {
    color: #027C64;
}
.distinction-slide {
    padding: 0 10px;
}
.distinction-wrap {
    background-color: var(--eldo-vert-secondaire);
    border-radius: 30px;;
    padding: 40px;
}
.distinction-titre {
    color:var(--eldo-vert-primaire);
    font-family: var(--eldo-font-titre);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
}
.distinction-titre svg {
    color: #027C64;
    margin-left: -20px;
    position: absolute;
    left: -20px;
    top: 5px;
    font-size: 0.7em;
}
.distinction-titre::before {
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    content: "\f091";
    font-weight: 300;
    display: none;
}
.distinction-info {
    padding-left: 40px;
}
.distinction-evenement {
    color: var(--eldo-noir);
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.distinction-description {
    font-size: 0.7em;
}
.distinction-lien a {
    display: inline-block;
    padding:10px 15px;
    font-weight: 700;
    /*float: right;
    margin-right: 35px;
    margin-top: -15px;*/
}
.distinction-lien a::after {
    display: none;
}
.distinction-lien img {
    float: right;
}
.distinction-hover-sombre {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    /*background-color:#000;*/
    pointer-events: none;
}

/*--------------------------------------------------------------
# Widget - Bloc Tryptique
--------------------------------------------------------------*/

.trois_zone_wrap {
    padding: 30px 0px;
}
.trois_zone_singuliere:hover .titre-zone {
    transition: 1s;
}
.trois_zone_singuliere  {
    height: 540px;
    border-radius: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition:0.7s;
}
.trois_zone_singuliere:hover .titre-zone {
    left: 68%;
    transition: 0.3s;
}  
.trois_zone_singuliere:hover{
    transform: translateY(-10px);
    transition: 0.3s;
}  
/*.trois_zone_singuliere.zone_gauche  {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.trois_zone_singuliere.zone_gauche:hover  {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 100px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.trois_zone_singuliere.zone_centre  {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.trois_zone_singuliere.zone_centre:hover  {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.trois_zone_singuliere.zone_droite  {
    border-bottom-right-radius: 100px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.trois_zone_singuliere.zone_droite:hover  {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 100px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}*/
.trois_zone_sombre {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background-color:#000;
    pointer-events: none;
}
.titre-zone {
    position: absolute;
    left:70%;
    transform-origin: center bottom;
    height: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.trois_zone_singuliere_titre1 {
    color:#fff;
    font-family: var(--eldo-font-titre);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
}
.trois_zone_singuliere_titre2 {
    color:#fff;
    font-family: var(--eldo-font-titre);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    letter-spacing: 3px;
    line-height: 1.4;
}

/*--------------------------------------------------------------
# Widget - Innovations
--------------------------------------------------------------*/
.innovation-image img {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
    max-height: 300px;
    object-fit: cover;
}
.innovation-titre {
    font-family: var(--eldo-font-titre);
    text-transform: uppercase;
    font-size: 1.4em!important;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
    margin-bottom:10px;
}
.innovation-description {
    margin-bottom:40px;
}
.masonry {
  display: flex;
  flex-flow: column wrap;
  max-height: 800px;
  margin-left: -8px; /* Adjustment for the gutter */
  width: 100%;
}

/*--------------------------------------------------------------
# Widget - Bloc contour
--------------------------------------------------------------*/
.bloc_contour_wrap {
    border:solid 1px #027C64;
    padding: 30px;
    margin:20px 0;
}
.bloc_contour_titre {
    font-family: var(--eldo-font-titre);
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-size: 2em;
    line-height: 1em;
}
.bloc_contour_description p {
    font-size: 0.9em;
}

/*--------------------------------------------------------------
# Widget - Carrousel icone
--------------------------------------------------------------*/
.carrousel-icone-wrapper {
    position:relative;
}
.carrousel-icone-header {
    border-bottom: 0!important;
    margin-top: 100px;
}
.carrousel-icone-titre {
    font-size: 1.25em;
    letter-spacing: 2px;
}
.carrousel-icone-container {
    padding: 7px;
}
.carrousel-icone-chiffre {
    position: absolute;
    top: -60px;
    left: 15px;
    text-transform: uppercase;
    font-family: var(--eldo-font-titre);
    font-size: 10em;
    font-weight: 600;
    color: #f5f5f5;
}

/*--------------------------------------------------------------
# Widget - Carrières récentes
--------------------------------------------------------------*/
.carrieres-recentes-wrap {
    padding: 20px 60px;
}
.carriere-wrap {
    border: solid 0px #000;
    background-color: var(--eldo-vert-primaire);
    border-radius: 10px;
    margin: 15px 0;
    padding: 30px;
    position: relative;
    transition: 0.7s;
}

.carriere-etiquette, .carriere-valeur {
    color:#fff;
}

.carriere-wrap svg {
    color:#fff;
}

.carriere-wrap:hover {
    border: solid 1px var(--eldo-vert-primaire);
    color:var(--eldo-vert-primaire);
    background-color: #fff;
    transform:translateY(-10px);
    transition: 0.3s;
}
.carriere-wrap:hover .carriere-titre h3 {
    color:#027C64;
    transition: 0.3s
}
.carriere-wrap:hover .carriere-titre {
    border-bottom:solid 1px var(--eldo-vert-primaire);
    transition: 0.3s
}
.carriere-wrap:hover .carriere-etiquette, .carriere-wrap:hover .carriere-valeur, .carriere-wrap:hover svg  {
    color:var(--eldo-vert-primaire)!important;
    transition: 0.3s;
}
.carriere-titre {
    padding: 20px;
    border-bottom: solid 1px #fff;
    margin-bottom: 12px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s
}
.carriere-titre h3 {
    color:#fff;
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: 0;;
    min-height: 3.2em;
    padding: 0 1.2em 0 0;
    margin:0;
    transition: 0.7s
}
.carriere-etiquette {
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
}
.carriere-id {
    position: absolute;
    right: 0px;
    top: 40px;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 0.9em;
    color: #000;
}
.carriere-icone {
    margin-top:-3px!important;
}
.carriere-valeur {
    text-transform: uppercase;
    font-size: 0.6em;
    line-height: 1;
}
.carriere-info-wrap {
    margin: 4px 0;
}
.carriere-icone {
    margin: 0 6px;
}
.carriere-interaction {
    opacity: 1;
    /*transform: scale(0.8);*/
}

/*--------------------------------------------------------------
# Widget - Texte générique
--------------------------------------------------------------*/

.texte-generique-wrap .tg-lien {
    float: right;
}
/*
.tg-texte p:first-child {
    color:#027C64;
    font-size: 1.5em;
    font-weight: 300;
}
.tg-texte p:only-child {
    color:inherit;
    font-size: inherit;
    font-weight: inherit;
}*/
.texte-generique-wrap .tg-sous-titre {
    position: relative;
    /*margin-top: -4.2em;
    margin-left: -80px;*/
    line-height: 1;
}
.texte-generique-wrap .tg-lien img {
    width: 80px;
    height: 80px;
}
.texte-generique-wrap .tg-lien a:hover::after {
    display:none!important;
}

.texte-generique-wrap a {
    position: relative;
    color: #fff!important;
    transition: 0.3s;
}

.texte-generique-wrap a:hover {
    position: relative;
    color: var(--eldo-noir);
    transition: 0.3s;
}

.dark-theme .texte-generique-wrap a:hover {
    position: relative;
    color: #fff!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.texte-generique-wrap a::after {
    content:"";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.texte-generique-wrap a:hover::after {
    content:"";
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dark-theme .texte-generique-wrap a:hover::after {
    content:"";
    width: 100%;
    height: 1px;
    background-color: #fff!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.texte-generique-wrap .tg-texte ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 30px;
    height: 1px;
    background-color: #027C64;
}

.texte-generique-wrap .tg-texte ul li {
    position: relative;
    color: #969696;
    padding-left: 50px;
    font-size: 0.9em;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Widget - Bloc image
--------------------------------------------------------------*/

.widget_bloc_image {
    display: flex;
    flex: 1;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}
.bloc_image_wrap,
.bloc_image_wrap img {
    height: 100%;
}

.coin-haut-droit img {
    border-top-right-radius: 300px;
}
.coin-haut-gauche img {
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
}
.coin-bas-droit img {
    border-bottom-right-radius: 300px;
}
.coin-bas-gauche img {
    border-bottom-left-radius: 300px;
}


/*--------------------------------------------------------------
# Widget - Bloc certification
--------------------------------------------------------------*/
.bloc-certification-container {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom:20px;
    border:solid 1px #ccc;
    padding:20px;
}
.bloc-certification-container img {
    max-width: 260px;
    width: 100%;
    margin: auto;
}

.bloc-certification-description {
    /*margin-bottom: 20px;*/
    color: #969696;
    font-size: 0.8em;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}
.bloc-certification-lien {
    width: 60px;
    margin: auto;
    line-height: 0;
    margin-top:20px;
}

/*--------------------------------------------------------------
# Widget - Nouvelles récente
--------------------------------------------------------------*/

.pointes-jaune .nouvelle-wrap .nouvelle-date {
    color:#fff;
}
.blog .nouvelle-wrap {
    opacity: 0;
}
.blog .nouvelle-titre {
    min-height: 250px;
    font-size: 0.9em;
}
.so-widget-nouvelles-recentes .nouvelle-titre a, .nouvelles-apparente .nouvelle-titre a {
    transition:0.3s;
}
.so-widget-nouvelles-recentes .nouvelle-titre a:hover, .nouvelles-apparente .nouvelle-titre a:hover {
    color:#fff;
    transition:0.3s;
}
.nouvelles-recentes-titre h4 {
    color:#fff;
    margin-bottom:60px;
}
.nouvelle-wrap {
    padding-right: 40px;
}
.nouvelles-recentes-wrap .boxed-wide {
    max-width: 1350px;
}
.nouvelle-image-wrap {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
}
.nouvelle-image-wrap:hover .nouvelle-image {
    transform:scale(1.05);
     -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nouvelle-image-wrap:hover .nouvelle-ligne {
    height: 80px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
/*.nouvelle-hover {
    background: rgb(50,50,50);
    background: -moz-linear-gradient(90deg, rgba(50,50,50,0) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(50,50,50,0) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(50,50,50,0) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#000000",GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
}*/
.nouvelle-image {
    transition: 0.7s;
}
.nouvelle-image img {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    object-fit: cover;
}
.nouvelle-meta {
    position: absolute;
    left: 0;
    bottom: 30px;
    background-color: var(--eldo-vert-secondaire);
    height: auto;
    width: auto;
    max-width: 80%;
    padding:10px 60px 10px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    z-index: 2;
}
.nouvelle-ligne-wrap {
    text-align: center;
    margin-bottom: 20px;
    display: none;
}
.nouvelle-ligne {
    width: 4px;
    height: 30px;
    background-color: #fff;
    margin: auto;
    transition: height 0.7s;
}
.nouvelle-icone-cat {
    margin-bottom: 30px;
    display: none;
}
.nouvelle-icone-cat img {
    width: 60px;
    /*max-width: 60px;*/
    margin: auto;
    max-height: 60px;
}
.nouvelle-categorie-titre {
    display: flex;
    justify-content: center;
    font-size: 0.7em;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nouvelle-categorie-titre a {
    color: #000;
    letter-spacing: 0.1px;
    font-weight: 200;
    transition: 0.3s;
}
.nouvelle-categorie-titre a:hover {
    color: #027C64;
    font-weight: 300;
    transition: 0.3s;
}
.nouvelle-info {
    padding-right: 30px;
    position: relative;
}
.nouvelle-date {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 0.7em;
}
.nouvelle-lien {
    margin-top: 0px;
    margin-right: 20px;
}

/*--------------------------------------------------------------
# Widget - Bloc video
--------------------------------------------------------------*/

.bloc-video-wrap {
    padding: 160px 0 40px 0;
}
.bloc-video-titre-boundary,
.bloc-video-container {
    position: relative;
    overflow: hidden;
}
.bloc-video-container {
    z-index: 1;
}
.bloc-video-container:hover .bloc-video-titre {
    /*opacity: 0;*/
}
.bloc-video-container .bloc-video-titre h2 {
    color: #fff;
}
.bloc-video-titre {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    position: absolute;
    top: 50%;
    
    pointer-events: none;
    z-index: 1;
    
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.bloc-video-titre h2 {
    color: #027C64;
    font-size: 9em;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
    
    -webkit-animation: defilement 10s linear infinite;
    -moz-animation: defilement 10s linear infinite;
    -o-animation: defilement 10s linear infinite;
    animation: defilement 10s linear infinite;
}
@-webkit-keyframes defilement {
     0%   {
         -webkit-transform: translateX(100%); /* Firefox bug fix */
     }
     100% {
         -webkit-transform: translateX(-140%); /* Firefox bug fix */
     }
}
@-moz-keyframes defilement {
     0%   {
         -moz-transform: translateX(100%); /* Firefox bug fix */
     }
     100% {
         -moz-transform: translateX(-140%); /* Firefox bug fix */
     }
}
@-o-keyframes defilement {
     0%   {
         -o-transform: translateX(100%);
     }
     100% {
         -o-transform: translateX(-140%);
     }
}
@keyframes defilement {
     0%   {
         transform: translateX(100%);
     }
     100% {
         transform: translateX(-140%);
     }
}
.bloc-video-responsive {
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border-radius:30px;
    overflow: hidden;
    /*border: solid 1px darkgoldenrod;*/
}
.bloc-video-responsive iframe {
    left:0;
    top:0;
    right: 0;
    bottom:0;
    height:100%;
    width:100%;
    position:absolute;
}
svg {
    color: #027C64;
}
.bloc-video-description {
    text-align: center;
    margin-top: 40px;
    margin-bottom:40px;
    font-size: 0.8em;
}

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

.content-area,
.widget-area {
    margin-bottom: 0em;
    /*margin-bottom: 2em;*/
}

/*--------------------------------------------------------------
## Template - Documents page
--------------------------------------------------------------*/

.documents-page-wrap {
    background-color: var(--eldo-pêche);
    color:#000;
}
/*.document-panel {
    border-right: 1px solid #000;
}*/
.document-panel:last-child {
    border-right: 0;
}
.document-panel-container {
    height: 100%;
}
.document-info svg {
    position: absolute;
    left:0px;
    top:0px;
}
.document-page-titre {
    font-family: var(--eldo-font-titre);
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2em;
}
.document-page-date {
    color: #000;
    font-family: var(--eldo-font-texte);
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1em;
    margin-top:5px;
}
.document-panel-container {
    position:relative;
}
.documents-page-tous a {
    font-family: var(--eldo-font-titre);
    font-weight: 800;
    line-height: 1.1em;
    text-transform: uppercase;
    background-color: var(--eldo-jaune);
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:0;
    right: 0;
    bottom:0;
    left:0;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    transition:0.3s;
}
.documents-page-tous a:hover {
    background-color:var(--eldo-noir-pale);
    color:#fff;
    transition:0.3s;
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.document-unique {
    height: 160px;
    display:flex;
    align-items: center;
}
.document-info {
    position: relative;
    padding-left: 40px;
}
.document-info svg {
    color: #000;
    font-size: 2em;
}
.document-info::before {
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    content: "\f15b";
    position: absolute;
    font-weight: 300;
    top: 0;
    left: 0;
    right:10px;
    display: none;
}
.document-unique {
    min-height: 70px;
    border-right: 1px solid #000;
    transition: 0.7s;
}
.document-unique:hover {
    transition: 0.3s;
}
.document-unique:last-child {
    border-right: none;
}
.document-unique:only-child,
.document-unique:last-child:nth-child(odd) {
    border-right: 0;
}
.document-unique:only-child {
    min-height: auto;
    flex: 0 1 auto;
}
.document-unique-container {
    padding: 0 30px;
}
.documents-page-tous {
    width: 100%;
    overflow: hidden;
}
.document-tous-lien {
    display:none;
}
.document-tous-lien img {
    width: 160px;
    height: 160px;
    transition: 0.3s;
}
.documents-page-tous:hover .document-tous-lien img {
    transform: rotate(-45deg);
}
.document-tous-titre {
    position: relative;
    z-index: 1;
    color: #000;
    font-family: var(--eldo-font-titre);
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: 1px;
    margin-right: -20px;
    transition: 0.7s;
}
.documents-page-tous:hover .document-tous-titre {
    transform: translateX(10px);
    transition: 0.3s;
}
.accordeon {
    cursor: pointer;
    color:#fff;
    font-size:0.6em;
    background-color:#027C64;
    border-radius:30px;
    padding:10px 15px;
    margin:10px 0;
    transition:0.3s;
    display:inline-block;
}
.accordeon:hover {
    background-color:#000;
    transition:0.3s;
}
.liste-documents-container .liste-document-unique:not(:nth-child(-n+5)) {
    display:none;
}
.show {
    display:block;
}
.hide {
    display:none;
}
.liste-documents-wrap.show .liste-document-unique {
    display:block;
}

/*--------------------------------------------------------------
## Element - VR iFrame container
--------------------------------------------------------------*/

.vr-iframe-container {
    padding-bottom: 80%;
    position: relative;
}
.vr-iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

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

nav {
    text-align: left;
}

nav a {
    font-family: var(--eldo-font-titre);
}

#logo {
    display: block;
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 0;
    line-height: 1;
    opacity: 1;
    transition: 0.3s;
}
#logo:hover {
    transform: scale(1.05);
}
#logo a {
    display: block;
    outline: none;
}

#logo img {
    transition: 0.3s;
    width: 100%;
    max-width: 220px;
}

/*#logo.mini {
    max-width: 130px;
}*/

.menu-button {
    display: block;
    padding: 0;
    border: 0;
    background-color: transparent;
    
    outline: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.menu-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 40px;
    height: 40px;
}
.menu-button .menu-bar {
    width: 40px;
    height: 1px;
    background-color: #000;
    margin-bottom: 12px;
    transition: 0.3s;
}
.menu-button #bar-3 {
    width: 20px;
    transition: 0.3s;
}
.menu-button:hover #bar-3 {
    width: 40px;

}
.menu-button .menu-bar:last-child {
    margin-bottom: 0;
}
.menu-button.menu-button-close #bar-1 {
	transform: rotate(45deg);
	margin-bottom: -2px;
}
.menu-button.menu-button-close #bar-2 {
	transform: rotate(-45deg);
	margin-bottom: 0;
}
.menu-button.menu-button-close #bar-3 {
    display: none;
}

#masthead {
    position: relative;
}

.nav-wrap {
    /*position: absolute;*/
    position:relative;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0px 0px;
    pointer-events: none;
    background-color: #fff;
}

.nav-wrap.fixed {
    /*position: fixed;*/
    top: 0;
    
    animation: slideDown 0.3s;
    -o-animation: slideDown 0.3s;
    -moz-animation: slideDown 0.3s;
    -webkit-animation: slideDown 0.3s;
}

/* Nav top menu */
.nav-top {
    padding: 40px 0;
}
.nav-top .menu-secondaire a {
    position:relative;
    font-size:0.8em;
    font-weight: 300;
}
.nav-top .menu-secondaire a::after {
    content:"";
    position:absolute;
    bottom:-3px;
    left:0;
    width: 0%;
    height: 1px;
    background-color: #000;
    transition:0.7s;
}
.nav-top .menu-secondaire a:hover::after {
    width: 100%;
    transition:0.3s;
}

.nav-top .nav-social svg {
    color: #000;
}
.layout-nav-buttons {
    display: none;
}
.nav-main {
    padding:20px 0;
    background-color: var(--eldo-pêche);
}
.nav-main li a {
    text-transform: uppercase;
    color:var(--eldo-vert-primaire);
    font-size: 0.8em;
    font-weight: 500;
    padding:25px 0;
    transition: 0.7;
    position:relative;
}
.nav-main li a:hover::after {
    width: 100%;
    transition:0.3s;
}
/*.nav-main li a:hover {
    font-weight: 800;
}*/
.nav-main li a::after {
    content:"";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom:20px;
    left:0;
    background-color: var(--eldo-vert-primaire);
    transition:1s;
}
.nav-main .sub-menu a::after {
    display:none;
}
.nav-main .nav-lien-unique a {
    background-color: var(--eldo-vert-secondaire);
    padding:25px 60px;
    width: 400px;
    margin-right: 0;
    transition:0.7s;
}
.nav-main .nav-lien-unique a:hover {
    background-color: var(--eldo-noir-pale);
    color:#fff;
    transition:0.7s;
}
.nav-main .nav-lien-unique a::after {
    display:none;
}
.nav-main .menu-menu-secondaire-container {
    justify-content: center;
    /*margin-left: 280px;*/
    margin-left:10vw;
}
#menu-menu-secondaire {
    display: flex;
    justify-content: center;
}

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

.nav-wrap .layout-nav-buttons > .layout-flex > * {
    padding-right: 0;
    padding-left: 30px;
}

.nav-wrap a,
.nav-wrap button,
.nav-wrap .layout-nav-logo,
.nav-wrap .layout-nav-buttons {
    pointer-events: auto;
}

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

.nav-wrap.contrast-active #logo img {
    -webkit-filter: brightness(0%) invert(0%);
    filter: brightness(0%) invert(0%);
}

.nav-wrap.contrast-active .menu-button .menu-bar {
    background-color: #000;
}

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

.nav-wrap.contrast-active.contrast-theme #logo img {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}

.nav-wrap.contrast-active.contrast-theme .menu-button .menu-bar {
    background-color: #fff;
}

.nav-wrap.contrast-active.contrast-theme svg {
    color: #fff;
}

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

.menu-logo-wrap {
    width: 60px;
    max-height: 60px;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-logo-wrap:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.menu-wrap .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    
    cursor: pointer;
    
    visibility: hidden;
    opacity: 0;
    
    -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;
}

.menu-wrap.opened .menu-overlay {
    visibility: visible;
    opacity: 1;
}

.menu-wrap .menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 650px;
    height: 100%;
    overflow-y: auto;
    background: rgba(0,130,100, 0.7);
    transform: translateX(100%);
    backdrop-filter: saturate(180%) blur(10px);
}

.menu-panel #menu-menu-principale {
    display: flex;
    flex-direction: column;
}
.menu-panel #menu-menu-principale .sub-menu {
    position:relative;
    max-width: 100%;
    top: 0px;
    padding-top: 10px;
    opacity: 1;
    transition: opacity 1s;
    display:none!important;
}
.menu-panel #menu-menu-principale li.sub-open .sub-menu {
    display:flex!important;
}
.menu-panel .main-navigation ul ul {
    background-color: transparent;
    padding-bottom:20px;
}
.menu-panel .menu-item-has-children svg {
    color:#fff;
    right: 0;;
}
.menu-panel .main-navigation ul ul li a {
    position:relative;
    background-color: transparent;
    padding-left:60px!important;
    font-size: 0.9em!important;
    text-transform: none;
    font-weight: 300!important;
    border-bottom:0;
    line-height: 1;
    text-transform: none!important;
    font-family: var(--eldo-font-titre);
    transition: 0.5s;
}
.menu-panel .main-navigation ul li a .svg-inline--fa {
    font-size: 0.9em;
    margin-left: 15px;
    position: relative;
    top:-3px;
    bottom: inherit;
    right: inherit;
    left: inherit;
    background-color: var(--eldo-pêche);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-weight: 900;
    z-index: 9;
}

.menu-panel #menu-menu-principale li a {
    font-family: var(--eldo-font-titre);
    text-transform: uppercase;
    color:#fff;
    font-size: 1.2em;
    font-weight: 800;
    padding:5px 0!important;
    display: block;
}


.menu-wrap.animating .menu-panel {
    transition: transform 0.3s ease-in-out;
}

.menu-wrap.opened .menu-panel {
    transform: translateX(0);
}

.menu-wrap .menu-panel-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 100%;
    padding: 40px;
}

.menu-wrap .menu-button .menu-bar {
    background-color: #fff;
}

.menu-wrap .reseaux-sociaux-wrap {
    font-size: 1.75em;
    margin-left: -0.5em;
}

.menu-wrap .menu-header {
    margin-bottom: 1.2em;
}

.menu-wrap .menu-content {
    margin: 1.2em 0;
    
    flex: 1;
}

.menu-wrap .menu-footer {
    margin-top: 1.2em;
}

#menu-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;
}

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

#menu-top svg {
    color: #fff;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#menu-top a {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    outline: none;
    
    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%;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#menu-top a:hover {
    cursor: pointer;
}

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

#menu-top.contrast-theme svg {
    color: #000;
}

#menu-top.contrast-theme a {
    background-color: rgba(255,255,255,0.7);
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.menu li a {
    margin-right: 30px;
}


/*--------------------------------------------------------------
## Template - Frontpage
--------------------------------------------------------------*/

.accueil-slideshow {
    position: relative;
}

.home .video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top-right-radius: 320px;
    border-bottom-right-radius: 320px;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.home .video-frame .cover {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /*mix-blend-mode:exclusion;
    background-color: red;*/
    z-index: 999999999;
}

.home .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform:scale(1.2);
}
.accueil-slideshow-titre {
    position: relative;
    z-index: 9;
}
.accueil-slideshow-description {
    position: relative;
    color: #fff;
    font-size: 0.9em;
    font-weight: 100;
    max-width: 600px;
    line-height: 1.5em;
    margin-bottom:20px;
    z-index: 9;
}
/*.accueil-slideshow-titre h2 {
    font-size: 7em;
    line-height: 0.9em;
}*/
.accueil-slideshow-lien {
    position: relative;
    z-index: 9;
}
.accueil-slideshow-lien.fleche-wrap {
    margin-left: 40px;
    margin-top: 100px;
}
.accueil-zone-sombre {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background-color:#000;
    pointer-events: none;
}
.zone-introduction {
    background-color: var(--eldo-vert-primaire);
    background-image: url(../eldorado-gold-quebec/images/bg-texture-topo-1.webp);
    background-size: cover;
}
.zone-introduction .info {
    padding-top:30px;
    padding-bottom:30px;
    padding-left: 60px;
    padding-right: 20px;
}
.zone-intro-image img {
    height: 85vh;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.slide-wrap {
    /*height: 85vh;*/
    /*background-color: var(--eldo-vert-primaire);*/
    display: flex;
    align-items: center;
    z-index: 9;
}
.slide-zone-contenu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    
    height: 100vh;
    padding-left: 10em;
    padding-right: 420px;
    z-index: 9;
}
.accueil-slideshow-wrap {
    position: relative;
    overflow:hidden;
}
.accueil-zone-manchette {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: -60px;
    right: 30px;
    width: auto;
    height: auto;
    z-index: 99;
}
.accueil-zone-image {
    width: 320px;
    height: 320px;
    background-color: var(--eldo-vert-secondaire);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size:cover;
    background-position:center;
    border-radius: 50%;
    transition: 0.3s;
}
.accueil-zone-manchette .accueil-zone-image:hover {
    transform:scale(1.05);
    transition: 0.3s;
}
.accueil-zone-manchette .accueil-zone-image:hover #tag-intro {
    transform: scale(1.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.accueil-manchette-text-wrap {
    font-family: var(--eldo-font-titre);
    font-weight: 600;
}
.social-front-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-front-wrap svg {
    color: #027C64;
}
.social-front-wrap .reseaux-sociaux-wrap {
    padding: 10px;
}

/*--------------------------------------------------------------
## Template - Home
--------------------------------------------------------------*/

.archive .page-header,
.blog .page-header {
    margin-bottom: 0;
}

.archive .page-entete-image,
.blog .page-entete-image {
    height: calc(100% + 8rem);
    top: -8rem;
    margin-bottom: -8rem;
}

.archive .page-entete-image img,
.blog .page-entete-image img {
    max-height: 540px;
}

.archive .nouvelle-wrap,
.blog .nouvelle-wrap {
    margin-bottom: 0;
}

.archive .nouvelle-image-wrap,
.blog .nouvelle-image-wrap {
    margin-bottom: 0;
}

.archive .nouvelle-info,
.blog .nouvelle-info {
    min-height: 300px;
    padding: 30px 15px;
    border: 1px solid #ccc;
    border-left-width: 0;
    border-top-width: 0;
}

.custom-pagination-slick .slick-track .slick-slide:first-child .nouvelle-wrap .nouvelle-info {
    border-left-width: 1px;
}

.custom-pagination-slick {
    margin-bottom: 5em;
}

.custom-pagination-slick .slick-prev {
    left: 0;
}

.custom-pagination-slick .slick-next {
    right: 0;
}

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

.page-header {
    position: relative;
    margin-bottom: 0;
    height: 600px;
    width: 100%;
    background-color: yellow;
    display: flex;
    align-items: center;
    background-color: var(--eldo-vert-primaire);
}
.page-entete-content {
    width: 100%;
}
.page-entete-content .mobile-boxed {
    padding-left:100px;
    padding-right: 30px;
    z-index: 9;
}
.page-entete-content .layout-flex .layout-entete-titre {
    padding-left: 60px;
}
.page-header.vert_fonce_texture {
    /*background-image: url(../eldorado-gold-quebec/images/bg-topo.jpg);*/
    /*background-image: url(../eldorado-gold-quebec/images/bg-texture-7.webp);*/
    background-image: url(../eldorado-gold-quebec/images/bg-texture-topo-2.webp);
    background-size: cover;
}
.page-header.blanc, .page-header.blanc_texture {
    background-color: #fff;
}
.page-header.blanc h1, .page-header.blanc h3, .page-header.blanc p, .page-header.blanc_texture h1, .page-header.blanc_texture h3, .page-header.blanc_texture p    {
    color:var(--eldo-vert-primaire)!important;
}
.page-header.blanc_texture {
    background-image: url(../eldorado-gold-quebec/images/bg-texture-topo-blanc.webp);
    background-size: cover;
}
.page-header h3 {
    font-weight: 200;
}
.page-entete-description {
    max-width: 80%;
}
.page-entete-description a {
    color:#027C64!important;
}
.page-entete-content .layout-flex .layout-entete-image {
    padding-left: 30px;
}
/*.page-entete-image {
    position: relative;
    height: calc(100% + 16rem);
    top: -8rem;

}*/
.layout-entete-image {
    position:relative;
    height: 600px;
}
.page-entete-image {
    /*position:relative;*/
    position:absolute;
    top:0;
    right: 0;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    overflow: hidden;
    width: 100%;
    height: 100%
}
.page-entete-image img {
    /*border-top-left-radius: 300px;*/
    /*border-bottom-left-radius: 300px;*/
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.page-header.subpage-header {
    margin-bottom: 10rem;
}
    
/*--------------------------------------------------------------
## Template - Footer
--------------------------------------------------------------*/

.site-footer {
    margin-top: 0em;
    color: #fff;
    background-color: var(--eldo-vert-primaire);    
}

.site-footer h5 {
    margin-right: 0.6em;
    min-height: 2em;
}

.site-footer p {
    color: #fff;
    font-size: 0.9em;
    margin-top: 0.6em;
    margin-bottom: 1em;
}

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

.site-footer .menu {
    display: inline-block;
    text-align: left;
}

.site-footer .menu li a {
    position: relative;
    font-size: 1.1em;
    padding: 5px 0 5px 60px;
    display: block;
    font-weight: 100;
    transition: 0.7s;
}

.site-footer .menu li a:hover {
    transform: translateX(5px);
    color: #027C64;
    padding-left:65px;
    transition: 0.3s;
}

.site-footer .menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition:0.7s;
}

.site-footer .menu li a:hover::before {
    width: 50px;
    transition: 0.3s;
}

.site-footer .reseaux-sociaux-wrap .reseau-social a  {
    border-radius: 100%;
    border: 1px solid #fff;
    display: table;
}

.site-footer .footer-section {
    margin: 1em 0;
}

.footer_wrap {
    padding: 80px 0 50px 0px;
}

.footer_logo_wrap {
    width: 100%;
    max-width: 300px;
}

.copyright_wrap {
    padding: 25px 0;
    border-top: solid 1px #fff;
    color: #fff;
    font-size: 0.6em;
    font-family: var(--eldo-font-texte);
}

.layout-footer-links {
    margin-top: 2.5em;
}

.footer-bourse {
    text-align: right;
}

.os_credit {
    text-align: right;
}

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

.sidebar .menu ul li {
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
## Template - Single
--------------------------------------------------------------*/

.single .page-header {
    min-height: 25rem;
    padding-top: 8rem;
    padding-bottom: 12rem;
    
    margin-bottom: 5em;
}

.single .entry-footer {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.single .entry-content h4 {
    font-size: 1.4em;
}

.single .entry-content p {
    font-size: 17px;
}

.single .entry-content h3 {
    letter-spacing: 0;
}

.single .entry-content p:first-child {
    color: #000;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 200;
    margin-top: 0.4em;
    margin-bottom: 1em;
}

.single blockquote {
    background-color: #ccc;
    color: #fff!important;
    padding: 20px 30px;
    max-width: 350px;
    float: right;
    border-radius: 3px;
    border: 0!important;
    font-weight: 900;
    font-size: 1em;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Template - Single-post
--------------------------------------------------------------*/

.single-post article.post .layout-entry-aside {
    padding-left: 140px;
}

.single-post article.post .entry-main-wrapper {
    position: relative;
}

.single-post article.post .entry-aside-wrapper {
    position: relative;
    bottom: 20rem;
    margin-bottom: -20rem;
}

.single-post article.post .entry-aside-wrapper > *,
.single-post article.post .entry-gallerie img {
    margin-bottom: 30px;
}

.single-post article.post .entry-gallerie-photo img {
    width: 100%;
    min-height: 300px;
    max-height: 700px;
    object-fit: cover;
}

.single-post article.post .nouvelle-meta {
    right: 100%;
    margin-right: 50px;
}

.single-post article.post .nouvelle-ligne {
    background-color: #027C64;
}

.single-post article.post .nouvelle-categorie-titre a {
    color: #027C64;
}

.single-post article.post .nouvelle-icone-cat img {
    /* Converted HEX color #027C64 to a filter to change the color of the image. Tool used : https://codepen.io/sosuke/pen/Pjoqqp */
    /*filter: invert(66%) sepia(19%) saturate(4660%) hue-rotate(14deg) brightness(101%) contrast(77%);*/
    /*filter: grayscale(100%) brightness(100%) invert(50%) sepia(100%) saturate(3.4) hue-rotate(9deg);*/
    filter: grayscale(100%) brightness(100%) invert(100%) sepia(0) saturate(0) hue-rotate(0deg);
}

.single-post article.post .entry-image .bloc_image_wrap img {
    /*border-top-left-radius: 200px;*/
    max-height: 750px;
    object-fit: cover;
    object-position: center;
}

.single-post article h1.entry-title {
    font-size: 2.5em;
    letter-spacing: 0px;
}

.single-post article .entry-content a {
    position: relative;
    color: var(--eldo-vert-primaire);
    transition: 0.3s;
}
.single-post article .entry-content a::after {
    content:"";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-post article .entry-content a:hover::after {
    content:"";
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-post article .entry-content a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post-categories,
.post-tags {
    font-style: italic;
    font-size: 0.6em;
}

.post-categories a,
.post-tags a {
    display: inline-block;
    font-family: var(--eldo-font-texte);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.25em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    
    padding: 3px 0;
    margin-right: 10px;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nouvelles-apparente {
    background-size: auto auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-origin: content-box;
}

/*--------------------------------------------------------------
## Template - Infolettre bulletin - single-infolettre.php
--------------------------------------------------------------*/
.single-infolettre {
    font-family: 'Geologica', sans-serif;
}

.single-infolettre a {
    color:var(--eldo-vert-primaire);
}

.single-infolettre .nav-wrap.fixed {
    position: absolute;
    top: 0;
    animation: none;
    -o-animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}

.infolettre-h2 {
    color:var(--eldo-vert-primaire);
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom:20px;
    position:relative;
    z-index: 1;
}

.infolettre-h3 {
    color:var(--eldo-vert-primaire);
    font-weight: 900;
    font-size: 3.6em;
    text-transform: uppercase;
    line-height: 0.9em;
    position:relative;
    z-index: 1;
}

.infolettre-h4 {
    color:var(--eldo-noir);
    font-weight: 900;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 0.9em;
}

.single-infolettre p {
    font-family: var(--eldo-font-texte);
    font-weight: 100;
    letter-spacing: 0;
    color:#000;
}
.single-infolettre .footer_wrap {
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: var(--eldo-vert-primaire);
    background-image: url(../eldorado-gold-quebec/images/bg-topo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.single-infolettre .site-footer .reseaux-sociaux-wrap .reseau-social a svg {
    color:var(--eldo-vert-secondaire)!important;
}
.single-infolettre .site-footer .reseaux-sociaux-wrap .reseau-social a {
    border: 0px solid var(--eldo-vert-secondaire);
}

.single-infolettre .copyright_wrap {
    padding: 12px 0;
    border-top: solid 0px #222;
    font-size: 0.6em;
}

.single-infolettre .division {
    width: 140px;
    height: 10px;
    margin: auto;
    margin-bottom: 40px;
    margin-top:40px;
}

.single-infolettre .separateur {
    width: 100%;
    height: 2px;
    background-color: var(--eldo-jaune);
}

.single-infolettre .copyright_wrap, .single-infolettre .copyright_wrap a {
    color:#fff!important;
}

.single-infolettre .spu-content-info a {
    color:#fff!important;
}

/*--------------------------------------------------------------
## Template - Introduction
--------------------------------------------------------------*/
.introduction {
    position:relative;
    height: 600px;
    padding-left:140px;
    background-color: var(--eldo-vert-primaire);
    background-image: url(../eldorado-gold-quebec/images/bg-texture-7.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.introduction .logo {
    position:absolute;
    top:20px;
    left:20px;
}

.introduction .info {
    padding-left:14%;
}

.introduction .titre {
    color:var(--eldo-vert-secondaire);
    font-family: var(--eldo-font-texte);
    font-weight: 900;
    font-size: 5.2em;
    text-transform: uppercase;
    line-height: 0.9em;
    position:relative;
    z-index: 1;
}

.introduction .titre::first-line {
    color:#fff!important;
}

.introduction .date {
    margin-top:40px;
    color:#fff;
    font-family: var(--eldo-font-texte);
    font-weight: 600;
    font-size: 1em;
    line-height: 0.9em;
}

.introduction .image {
    position:relative;
    height: 600px;
    border-top-left-radius: 600px;
    border-bottom-left-radius: 600px;
    overflow: hidden;
}
.introduction .image::after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.introduction .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position:center;

}

.introduction .date .mois {
    text-transform: capitalize;
}

/*--------------------------------------------------------------
## Template - Mot introduction
--------------------------------------------------------------*/
.mot-introduction {
    padding:60px 0;
    background-color: var(--eldo-blanc);
}

.mot-introduction .photo {
    margin-bottom:20px;
}

.mot-introduction .photo img {
    object-fit: cover;
    object-position: center;
    height: 450px;
    width: 100%;
}

.mot-introduction .titre {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
## Template - Titre section
--------------------------------------------------------------*/
.titre-section {
    width: 100%;
}

.titre-section .titre-section-wrap {
    width: 100%;
    padding:0px 0;
    background-color:var(--eldo-vert-secondaire);
    color:var(--eldo-blanc);
    overflow: hidden;
}
.titre-section .icone {
    width: 140px;
    height: 140px;
    margin-top:40px;
    background-color: var(--eldo-blanc);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/*--------------------------------------------------------------
## Template - Nouvelle interne
--------------------------------------------------------------*/
.nouvelle-interne {
    margin: 20px 0;
}

.nouvelle-interne .info {
    position:relative;
    padding:40px 60px;
    /*height: 480px;*/
    /*/overflow-y:hidden;*/
}

.nouvelle-interne .degrade {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 140px;
    background: rgb(20,20,20);
    background: -moz-linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#ffffff",GradientType=1);
}

.nouvelle-interne .image {
    height: 100%;
    max-height: 500px;
    width: 100%;
    background-color: #e7e7e7;
}

.nouvelle-interne .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.nouvelle-interne .texte {
    font-size:0.9em;
    font-family: var(--eldo-font-texte);
    font-weight: 100;
}


/*--------------------------------------------------------------
## Template - Nouvelle externe
--------------------------------------------------------------*/
.nouvelle-exclusive {
    margin: 20px 0;
}

.nouvelle-exclusive .info {
    padding:40px 60px;
    min-height: 450px;
    /*overflow-y:hidden;*/
}

.nouvelle-exclusive .image {
    height: 100%;
    max-height: 500px;
    width: 100%;
    background-color: #e7e7e7;
}

.nouvelle-exclusive .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.nouvelle-exclusive .texte {
    font-size:0.9em;
    font-family: var(--eldo-font-texte);
    font-weight: 100;
}

/*--------------------------------------------------------------
## Template - Offre emploi
--------------------------------------------------------------*/
.offre-emploi {
    padding:20px 20px!important;
}

.offre-emploi .image {
    margin-bottom:20px;
}

.offre-emploi .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.offre-emploi .titre {
    display:inline-block;
    position:relative;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.2em;
    /*text-decoration: underline;*/
    text-decoration-color:var(--eldo-vert-primaire);
    margin-bottom:10px;
}
.offre-emploi .titre::after {
    content:"";
    width:0%;
    height: 1px;
    background-color: var(--eldo-vert-primaire);
    position: absolute;
    left:0;
    bottom:-3px;
    transition:0.7s;
}
.offre-emploi .titre:hover::after {
    width: 100%;
    transition:0.3s;
}

.offre-emploi .info {
    font-size: 0.7em;
    text-transform: uppercase;
}

.offre-emploi .horaire {
    padding:0 10px;
    font-weight: 500;
}

.offre-emploi .type-poste {
    font-weight: 500;
}

/*--------------------------------------------------------------
## Template - Image plein-écran
--------------------------------------------------------------*/
.image-plein-ecran {
    margin:20px 0;
}

.image-plein-ecran .image {
    width: 100%;
    max-width: 1250px;
    margin: auto;
}

.image-plein-ecran .image img {
    width: 100%;
    max-height: 70vh;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-plein-ecran .legende {
    color:var(--eldo-vert-primaire);
    font-family: var(--eldo-font-texte)!important;
    margin: 20px auto;
    padding: 0 20px;
    font-size: 0.8em;
    line-height: 1.4em;
}

/*--------------------------------------------------------------
## Template - Bouton
--------------------------------------------------------------*/
.infolettre-btn {
    margin:20px 0;
    display:flex;
    justify-content: flex-start;
}

.infolettre-btn.gauche {
    justify-content: flex-start!important;
}

.infolettre-btn.centre {
    justify-content: center!important;
}

.infolettre-btn.droite {
    justify-content: flex-end!important;
}

.infolettre-btn.droite.col-12 {
    padding-right: 20px;
    padding-left: 20px;
}

.infolettre-btn.gauche.col-12 {
    padding-right: 20px;
    padding-left: 20px;
}

.infolettre-btn a {
    padding:15px 25px;
    border-radius: 30px;
    color:#fff!important;
    background-color: var(--eldo-vert-primaire);
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 200;
    font-family: var(--eldo-font-texte);
    line-height: 1em;
    margin:10px 0;
    transition:0.3s;
}

.infolettre-btn a:hover {
    background-color: var(--eldo-noir);
    transition:0.3s;
}

.infolettre-btn.btn-jaune a {
    background-color: var(--eldo-jaune);
    color:var(--eldo-vert-primaire)!important;
    text-align: center;
}

.infolettre-btn.btn-jaune a:hover {
    background-color: var(--eldo-noir);
    color:var(--eldo-blanc)!important;
    transition:0.3s;
}

.infolettre-btn.btn-noir a {
    background-color: var(--eldo-noir);
    transition:0.3s;
}

.infolettre-btn.btn-noir a:hover {
    background-color: var(--eldo-vert-primaire);
    transition:0.3s;
}

/*--------------------------------------------------------------
## Template - Texte-libre
--------------------------------------------------------------*/
.texte-libre {
    padding:20px!important;
}

.texte-libre {
    width: 100%;
    max-width: 1250px;
    margin:auto;
}

/*--------------------------------------------------------------
## Template - Énumération
--------------------------------------------------------------*/
.enumeration-container {
    width: 100%;
    height: 500px;
    border-radius: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--eldo-vert-primaire);
    background-image: url(../eldorado-gold-quebec/images/bg-topo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff!important;
    margin:60px 0;
}
.enumeration-container .info {
    max-width: 460px;
    margin: auto;
}
.enumeration-container .titre {
    color:#fff!important;
}
.enumeration-container ul, .enumeration-container ol {
    margin-left:0;
    padding-left:20px;
    font-weight: 100;
    font-size: 0.9em;
}
.enumeration-container li{
    padding:3px 0;
}

/*--------------------------------------------------------------
## Template - Vidéo
--------------------------------------------------------------*/
.video-wrap .video-overlay-button {
    color:var(--eldo-vert-primaire)!important;
    background-color: var(--eldo-jaune);
    font-weight: 100!important;
}
.video-wrap .video-player {
    border-radius:0;
}
.single-infolettre .video-legende {
    color: #fff;
    font-family: var(--eldo-font-texte)!important;
    max-width: 100%;
    background-color: var(--eldo-vert-primaire);
    background-image: url(../eldorado-gold-quebec/images/bg-topo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 20px 15%;
    font-weight: 700;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Template - Contact
--------------------------------------------------------------*/
.single-infolettre .contact {
    background-color: var(--eldo-blanc);
    padding:60px 20px;
}

.single-infolettre .contact .texte {
    width: 100%;
    max-width: 700px;
    margin:auto auto 30px auto;
}

.single-infolettre .contact .texte p {
    font-size: 0.8em;
}

.contact .informations-contact {
    width: 100%;
    max-width: 600px;
    margin:auto;
}

.contact .informations-contact .information-unique:hover {
    transform:scale(1.05);
    transition:0.3s;
}

.contact .information-unique {
    margin-bottom: 40px;
    transition:0.3s;
}

.contact .informations-contact img {
    max-width: 120px;
}

.contact .information-type {
    margin-bottom:3px;
}

.contact .information-valeur {
    font-size: 0.8em;
    font-weight: 100;
}

.contact .types {
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
}

.contact .icone {
    margin-bottom:20px;
}
.contact .icone img {
    max-width: 90px;
    max-height: 90px;
    object-fit: contain;
    object-position: center;
}

/*--------------------------------------------------------------
## Template - 404 & Content-none
--------------------------------------------------------------*/

section.not-found {
    margin: 3rem 0;
}

section.not-found .entry-content p {
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 1.4em;
}

/*--------------------------------------------------------------
# Models
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Model - Pagination
--------------------------------------------------------------*/

.pagination-wrapper {
    margin-top: 4em;
    margin-bottom: 4em;
}
.pagination-wrapper nav {
    text-align: center;
}
.pagination-wrapper nav ul.page-numbers {
    margin: 0;
    padding: 0;
}
.pagination-wrapper .nav-links li {
    display: inline-block;
    vertical-align: bottom;
    
    margin-right: -4px;
}
.pagination-wrapper .nav-links li:last-child {
    margin-right: 0;
}
.pagination-wrapper .nav-links li .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    
	width: 3.6rem;
	height: 3.6rem;
    line-height: 1;
    
    font-family: var(--eldo-font-titre);
    font-size: 1.3rem;
    font-weight: 200;
    border-radius: 100%;
    border: 1px solid var(--eldo-vert-primaire);
    color: var(--eldo-vert-primaire);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    transition: 0.2s;
}
.pagination-wrapper .nav-links li .page-numbers:hover,
.pagination-wrapper .nav-links li .page-numbers:focus {
    background-color: #027C64;
    color: #fff;
}
.pagination-wrapper .nav-links li .page-numbers.current,
.pagination-wrapper .nav-links li .page-numbers.current:hover,
.pagination-wrapper .nav-links li .page-numbers.current:focus {
    background-color: #027C64;
    color: #fff;
}
.pagination-wrapper .nav-links li .page-numbers.prev,
.pagination-wrapper .nav-links li .page-numbers.next {
    border: none;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
}
.pagination-wrapper .nav-links li .page-numbers .svg-inline--fa {
    width: 1rem;
}

/*--------------------------------------------------------------
## Model - Reseaux sociaux
--------------------------------------------------------------*/

.reseaux-sociaux-wrap {
    display: inline-flex;
    font-size: 1.2em;
}

.reseau-social {
    margin: 0 0.2em 0 0;
    opacity: 0;
}

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

.reseau-social a {
	display: block;
	line-height: 1em;
    outline: none;
    box-sizing: content-box;
    padding: 0.25em;
}

.reseau-social a .svg-inline--fa {
    width: 1em;
    vertical-align: top;
    transition: transform 0.3s;
}

.reseau-social a:hover .svg-inline--fa {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.vertical-wrap .reseaux-sociaux-wrap {
    flex-direction: column;
}

.vertical-wrap .reseau-social {
    margin: 0 0 0.2em 0;
}

.vertical-wrap .reseau-social a {
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Model - Liens partage
--------------------------------------------------------------*/

.lien-partage-titre {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.075em;
    color: #027C64;
}

.lien-partage .reseaux-sociaux-wrap .reseau-social {
    margin-right: 0.5em;
}

.lien-partage .reseaux-sociaux-wrap .reseau-social:last-child {
    margin-right: 0;
}

.lien-partage .reseaux-sociaux-wrap .reseau-social a {
    border-radius: 100%;
    border: 1px solid #027C64;
    
    padding: 0.5em;
}

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

/*--------------------------------------------------------------
## Plugin - Agence Secrete
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Plugin - Site Origin
--------------------------------------------------------------*/

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

.panel-grid-cell {
    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
--------------------------------------------------------------*/

.gform_wrapper input {
    max-width: 100%!important;
}

.gform_wrapper input[type="submit"] {
    margin-right: 0!important;
}

.gform_wrapper {
    margin: 14px 0!important;
}

.gform_wrapper .gform_footer {
    padding-top: 0!important;
    position: relative;
    text-align: right;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%!important;
}

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

.gform_wrapper li.hidden_label input {
    margin-top: 0!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    display: inline-block;
    width: 100%;
    
    margin-top: 10px!important;
    padding-right: 0!important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 12px!important;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 12px!important;
}

.gform_wrapper div.validation_error:before {
    display: none;
    content: "\f057";
    font-family: "Font Awesome 5 Regular";
}

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

.gform_wrapper div.validation_error {
    display: none;
    color: #4f4f4f!important;
    border: 0!important;
    padding: 20px 20px 20px 84px!important;
    width: calc(100% - 16px)!important;
    text-align: left!important;
    position: relative;
    font-weight: normal!important;
    background-color: #f8d0c8;
    position: relative;
}

.gform_wrapper ul li.gfield {
    margin-top: 0px!important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #027C64!important;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: transparent!important;
    margin-bottom: 6px!important;
    border: 0!important;
    padding-top: 0!important;
    padding-left: 0!important;
    padding-bottom: 0!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0!important;
    padding-top: 5px!important;
    padding-right: 0!important;
    padding-top: 5px!important;
    font-family: var(--eldo-font-titre);
    font-weight: 600;
    font-size: 0.8em!important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50%!important;
    margin-right: 0!important;
}

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

.gform_wrapper .gfield_description {
    font-size: 12px!important;
}

.gform_wrapper .validation_message {
    color: #B40404!important;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 12px!important;
}
.gform_wrapper h2.gsection_title {
    color:#000!important;
    font-family: var(--eldo-font-titre)!important;
    text-transform: uppercase!important;
    margin-bottom: 5px!important;
    border-bottom: 0!important;
}
.gform_wrapper li.gfield.field_description_below+li.gsection {
    padding-top: 25px!important;
    margin-bottom: 0px!important;
    border-bottom:0!important;
}
.gform_wrapper .gfield_required {
    color: #ffffff!important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #ffffff!important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    /*position: absolute;*/
}
/*--------------------------------------------------------------
## Plugin - Slick
--------------------------------------------------------------*/

.slick-slider {
    position: relative;
}

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

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    overflow: hidden;
    background: transparent;
    z-index: 1;
}

.boxed-half-right .slick-prev {
    left: 0;
}

.boxed-half-left .slick-next {
    right: 0;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:hover,
.slick-prev:visited,
.slick-prev:focus,
.slick-next:hover,
.slick-next:visited,
.slick-next:focus {
    color: #000;
    background-color: transparent;
}

.slick-prev::before,
.slick-next::before {
    display: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    line-height: 1;
}

.slick-prev::before {
    content: "\f104";
}

.slick-next::before {
    content: "\f105";
}

.slick-prev .svg-inline--fa,
.slick-next .svg-inline--fa {
    width: 50px;
    height: 80px;
    font-size: 80px;
    line-height: 0;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.slick-prev:hover .svg-inline--fa,
.slick-next:hover .svg-inline--fa {
    color: #5c929a!important;
    display: inline-block;
}

.slick-prev:hover .svg-inline--fa {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.slick-next:hover .svg-inline--fa {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.slick-dots button {
    background: transparent;
    color: #027C64;
    border: 0;
    font-size: 1.2em;
    padding: 0 20px 0 50px;
    position: relative;
    font-weight: 200;
    font-family: depot-new-web, sans-serif;
}
.slick-dots button::before {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #027C64;
}
.slick-dots li:first-child button {
    padding: 0 20px;
}
.slick-dots li:first-child button::before {
    display: none;
}

/*--------------------------------------------------------------
m
--------------------------------------------------------------*/

.fancybox-slide {
    padding: 30px!important;
}

.fancybox-slide .fancybox-close-small {
    right: auto!important;
}

.fancybox-button {
    width: 60px!important;
    height: 60px!important;
}

.fancybox-content {
    max-width: 1250px!important;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    overflow: hidden!important;
}

.fancybox-thumbs {
    height: 95px;
    padding: 10px 10px 5px 10px!important;
    
    top: auto!important;
    width: auto!important;
    bottom: 0!important;
    left: 0!important;
    right : 0!important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0!important;
    bottom: 95px;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fancybox-thumbs__list a:before {
    border: 5px solid #027C64!important;
}

/*--------------------------------------------------------------
## Plugin - WP Popups
--------------------------------------------------------------*/

#spu-4756 .spu-close-top_right {
    top: 12px!important;
}

#spu-4756 .spu-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

#spu-4756 .spu-content-media {
    width: 40%;
}

#spu-4756 .spu-content-image {
    width: 100%;
    height: 100%;
    max-height: 420px;

    object-fit: cover;
    object-position: center;
}

#spu-4756 .spu-content-info {
    width: 60%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 2rem;
}

#spu-4756 .spu-content-text > :first-child {
    margin-top: 0;
}

#spu-4756 .spu-content-text > :last-child {
    margin-bottom: 0;
}

.spu-content-text h2 {
    font-size: 1.8em;
    line-height: 1;
    letter-spacing: normal;
    font-family: var(--eldo-font-titre);
    font-weight: 700;
}

.spu-content-text p {
    font-size: 1rem;
}

.spu-content-text a.btn {
    margin: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--eldo-font-titre);
    font-weight: 200;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 2em;
}

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

/* Make sure select elements fit in widgets. */

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

/*--------------------------------------------------------------
## Widget - Element button
--------------------------------------------------------------*/

.widget_element-bouton {
    display: inline-block;
}

/*--------------------------------------------------------------
## Widget - Texte introdution
--------------------------------------------------------------*/

.widget_texte_introduction {
    font-size: 1.75em;
}

.introduction-titre {
    margin-top: 0;
    color:var(--eldo-vert-primaire);
    text-align: center;
}

.introduction-texte {
    position: relative;
    font-weight: 200;
    font-size: 0.6em;
    color: #000;
}

.introduction-texte::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.125em;
    bottom: 0.125em;
    width: 2px;
    background-color: #d4d4d4;
    display: none;
}

.dark-theme .widget_texte_introduction .introduction-titre,
.dark-theme .widget_texte_introduction .introduction-texte {
    color: #fff;
}

.dark-theme .widget_texte_introduction .introduction-titre {
    background: none;
    -webkit-text-fill-color: initial;
    padding-right: 20px;
}

.dark-theme .widget_texte_introduction .introduction-texte::before {
    background-color: #027C64;
}


/*--------------------------------------------------------------
## Widget - Bloc icone
--------------------------------------------------------------*/

.bloc-icone-wrapper {
    text-align: center;
}

.bloc-icone-wrapper .bloc-icone-header {
    line-height: 1;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 1em;
    border-bottom: 1px solid #027C64;
}

.bloc-icone-wrapper .bloc-icone {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bloc-icone-wrapper.style-ligne .bloc-icone {
    width: 100%;
    /*border-bottom: 1px solid #027C64;*/
}

.bloc-icone-wrapper.style-circulaire .bloc-icone {
    border: 1px solid #027C64;
    border-radius: 100%;
    padding: 8px;
    margin-bottom: 2em;
}

.bloc-icone-wrapper.style-circulaire .bloc-icone::after {
    content: "";
    width: 1px;
    height: 2em;
    background-color: #027C64;
    position: absolute;
    left: 50%;
    top: 100%;
}

.bloc-icone-wrapper.style-circulaire-simple .bloc-icone-description {
    color: #027C64;
}

.bloc-icone-wrapper.style-circulaire-simple .bloc-icone {
    border: 1px solid #027C64;
    border-radius: 100%;
    padding: 8px;
    margin-bottom: 2em;
}

.bloc-icone-wrapper.style-circulaire-simple .bloc-icone-header {
    line-height: 1;
    margin-bottom: 0.6em;
    border-bottom: 0px solid #027C64;
}

.bloc-icone-wrapper.style-circulaire-simple .bloc-icone::after {
    content: "";
    width: 1px;
    height: 2em;
    background-color: #027C64;
    position: absolute;
    left: 50%;
    top: 100%;
}

.bloc-icone-wrapper .bloc-icone-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.bloc-icone-wrapper .bloc-icone-container img {
    
    width: 60px;
    height: 60px;
}

.bloc-icone-wrapper.style-ligne .bloc-icone-container img {
    height: 100%;
    width: auto;
    max-width: none;
}

.bloc-icone-wrapper .bloc-icone-content {
    margin: 1em 0;
}

.bloc-icone-wrapper.style-ligne .bloc-icone-content {
    margin: 0.75em 0;
}

.bloc-icone-wrapper .bloc-icone-titre {
    color: #000;
    font-family: var(--eldo-font-titre);
    font-weight: 200;
    font-size: 1.3em;
    letter-spacing: 0.125em;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
}

.bloc-icone-wrapper.style-ligne .bloc-icone-titre {
    font-size: 1.5em;
    line-height: 1.25;
    letter-spacing: 0.15em;
}

.bloc-icone-wrapper .bloc-icone-soustitre {
    color: #027C64;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.4;
    margin-bottom: 0.4em;
}

.bloc-icone-wrapper.style-ligne .bloc-icone-soustitre {
    font-size: 1.1em;
    margin: 0.2em 0;
}

.bloc-icone-wrapper .bloc-icone-description {
    color: #969696;
    font-size: 0.8em;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 1.6;
    margin: 0.2em 0;
}

.bloc-icone-lien {
    max-width: 70px;
    margin:auto;
    line-height: 0;
}

.bloc-icone-wrapper.style-creneau {
    display: flex;
    background-color: #e7e7e7;
    text-align: left;
}

.bloc-icone-wrapper.style-creneau .bloc-icone {
    height: 100%;
    display: flex;
    align-items: center;
}

.bloc-icone-wrapper.style-creneau .bloc-icone-content {
    margin: 30px 30px 30px 20px;
}

.bloc-icone-wrapper.style-creneau .bloc-icone-header {
    border-bottom:0;
}

.bloc-icone-wrapper.style-creneau .bloc-icone-container {
    width: 130px;
    height: 130px;
    padding: 25px;
    background-color: #027C64;
    border-radius: 50%;
    margin-left: -40px;
}

.bloc-icone-wrapper .bloc-icone-description {
    color: #000;
}

.bloc-icone-wrapper .bloc-icone-titre {
    font-family: var(--eldo-font-titre);
    font-weight: 600;
    letter-spacing: 0px;
}

.dark-theme .bloc-icone-wrapper .bloc-icone-titre {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

/*--------------------------------------------------------------
## Widget - Bloc info
--------------------------------------------------------------*/
.bloc-info-wrapper {
    padding:60px;
    color:#fff;
}

.bloc-info-wrapper h3 {
    font-size: 2.4em;
    color:#fff;
    margin-top:0;
    padding-top:0;
}

.bloc-info-wrapper p {
    font-size: 0.9em;
    color:#fff;
}
.bloc-info-wrapper p:last-child {
    padding-bottom:0;
    margin-bottom:0;
}

.bloc-info-wrapper .bloc-info-soustitre {
    font-weight: 500;
    font-size: 0.9em;
}

.bloc-info-wrapper.style-vert {
    background-color:#027C64;
}

.bloc-info-wrapper .bloc-info-description {
    font-size: 0.9em;
}

.bloc-info-wrapper.style-noir {
    background-color:#323232;
}

.bloc-info-wrapper.style-transparent {
    background-color:transparent;
    border:solid 1px #ccc;
}

.bloc-info-wrapper.style-transparent p {
    color:#000;
}

.bloc-info-wrapper.style-transparent a {
    color:#027C64;
}

.bloc-info-wrapper.style-transparent .bloc-info-description {
    color:#000;
}

.bloc-info-wrapper.style-transparent .bloc-info-soustitre {
    color:#323232;
}

.bloc-info-wrapper.style-transparent h3.bloc-info-titre {
    color:#027C64;
}


/*--------------------------------------------------------------
# Widget - Bloc Accordéon
--------------------------------------------------------------*/
.bloc-ac-content {
    text-align: center;
    max-width: 900px;
    margin: auto;
}


/*--------------------------------------------------------------
# Widget - Nouvelles Investissement communautaire
--------------------------------------------------------------*/
.facetwp-counter {
    display: none;
}
.facetwp-filter {
    display: flex;
    justify-content: space-between;
}
.facetwp-filter .facetwp-filter-option:last-child {
    margin-right: 0;
}
.facetwp-filter-option {
    color:#fff;
    font-family: var(--eldo-font-titre);
    font-weight: 600;
    font-size:0.6em;
    text-transform: uppercase;
    border:solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 20px;
    margin-right:10px;
    transition:0.7s;
}
.facetwp-filter-option.checked {
    color:#027C64;
    background-color: #fff;
    transition:0.3s;
}
.facetwp-filter-option:hover {
    color:#027C64;
    background-color: #fff;
    transition:0.3s;
}
.facetwp-radio {
    background-image:none!important;
    margin-bottom: 4px;
    padding-left: 0px;
    text-align: center;
    cursor: pointer;
}
h2.h1-ic {
    position: relative!important;
    text-align: center;
}
.slick-investissement .slick-list {
    width: 1250px;
}

/*--------------------------------------------------------------
# Widget - Bloc communication
--------------------------------------------------------------*/
.so-widget-bloc-communication p {
    font-size: 1em;
}
.so-widget-bloc-communication .bloc-icone-content {
    border: solid 1px #027C64;
    padding: 30px;
    border-bottom-right-radius: 100px;
    margin-top: 0;
}
.so-widget-bloc-communication .bloc-icone-titre {
    font-size: 1.6em;
    letter-spacing: 1px;
    font-weight: 500;
}
.so-widget-bloc-communication .bloc-icone-header {
    margin-bottom: 0em!important;
}
.so-widget-bloc-communication .bloc-icone-container {
    padding: 10px;
}

/*--------------------------------------------------------------
## Widget - Bloc approche
--------------------------------------------------------------*/
.bloc-approche-icone {
    width: 100px;
    height: 100px;
    margin:auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:solid 1px #027C64;
}
.bloc-approche-icone img {
    width: 60px;
    margin:auto;
}
.bloc-approche-wrapper {
    text-align: center;
}
.bloc-approche-titre {
    color: #000;
    font-family: var(--eldo-font-titre);
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 0.125em;
    line-height: 0.875em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bloc-approche-description {
    margin-bottom: 20px;
    color: #969696;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 1.6;
}

.bloc-approche-lien {
    width: 60px;
    margin:auto;
}

/*--------------------------------------------------------------
# Widget - Galerie Photos
--------------------------------------------------------------*/

/* fluid 4 columns */
.galerie-photos-grid-sizer,
.galerie-photos-grid-item {
    width: 25%;
}

.galerie-photos-grid-item {
    float: left;
    margin-bottom: 0px;
}

.galerie-photos-grid > .galerie-photos-grid-item {
    margin-top: 0px;
}

.galerie-photos-grid > .galerie-photos-grid-item ~ .galerie-photos-grid-item {
    margin-top: 0;
}

.galerie-photos-grid:after {
  content: '';
  display: block;
  clear: both;
}

.galerie-photos-image {
    padding: 10px;
}

.galerie-photos-image img {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.galerie-photos-image img:hover {
    cursor: pointer;
    transform: scale(1.01);
}
.galerie-photos-image a {
    display: block;
    line-height: 0;
}

/*--------------------------------------------------------------
## Widget - Bloc statistique
--------------------------------------------------------------*/
.home .widget_bloc_statistique{
    position:absolute;
    right: 30px;
    bottom:30px;
}

.widget_bloc_statistique {
    width: 100%;
    max-width: 320px;
}

.bloc-statistique-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../eldorado-gold-quebec/images/bg-texture-6.webp)!important;
    padding: 20px;
}

.bloc-statistique-wrapper::before {
    content: "";
    padding-top: 100%;
    float: left;
}

.bloc-statistique-wrapper {
    border: 1px solid #027C64;
    border-radius: 100%;
}

.bloc-statistique-container {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.bloc-statistique-image {
    margin-bottom: 20px;
}

.bloc-statistique-image img {
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

.bloc-statistique-prefixe,
.bloc-statistique-suffixe {
    font-family: var(--eldo-font-texte);
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin: 0.025em 0;
}

.bloc-statistique-chiffre {
    font-family: var(--eldo-font-titre);
    font-size: 2em;
    font-weight: 900;
    line-height: 0.975;
    letter-spacing: 0.05em;
    margin: 0.075em 0;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media (max-width: 1800px) {
    
    .panel-grid > .panel-row-style:not(.boxed) {
        flex-direction: row!important;
        flex-wrap: wrap;
    }
    
    /* When the row is not boxed and has 6 cells, change the collapse behavior to fit only 3 cells by rows */
    .panel-grid > .panel-row-style:not(.boxed) > div:first-child:nth-last-child(6),
    .panel-grid > .panel-row-style:not(.boxed) > div:first-child:nth-last-child(6) ~ div {
        width: 33%!important;
        width: calc(33% - (0.66 * 30px))!important;
    }
}

@media (max-width: 1600px) {
    
    .single-post article.post .nouvelle-meta {
        position: static;
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
        
        margin: 30px 0;
    }
    
    .single-post article.post .nouvelle-meta .nouvelle-ligne-wrap,
    .single-post article.post .nouvelle-meta .nouvelle-icone-cat {
        margin-bottom: 0;
        margin-right: 30px;
    }
    
    .single-post article.post .nouvelle-meta .nouvelle-ligne {
        width: 60px;
        height: 3px;
        
        -webkit-transition: width 0.7s;
        -moz-transition: width 0.7s;
        -o-transition: width 0.7s;
        transition: width 0.7s;
    }

    .single-post article.post .nouvelle-meta .vertical-text > span,
    .single-post article.post .nouvelle-meta .vertical-text > div {
        display: block;
        transform: rotate(0);
        writing-mode: initial;
    }
}

@media (max-width: 1500px) {
    h1,
    h2.h1,
    .page-entete-titre h2 {
        position: relative;
        left: auto;
    }
    h2.h1 + .spacer {
        display: none;
    }
    
    /*h3 {
        font-size: 1.75em;
    }*/
    
    .boxed-wide {
        width: 100%;
        max-width: 1250px;
        margin-right: auto!important;
        margin-left: auto!important;
    }
    
    .boxed-wide > .boxed-half-left,
    .panel-row-style.boxed-wide > .panel-grid-cell > .panel-cell-style.boxed-half-left {
        padding-left: calc((100vw - 1250px) / 2)!important;
    }

    .boxed-wide > .boxed-half-right,
    .panel-row-style.boxed-wide > .panel-grid-cell > .panel-cell-style.boxed-half-right {
        padding-right: calc((100vw - 1250px) / 2)!important;
    }
    
    .texte-generique-wrap .tg-sous-titre {
        margin-left: 0;
    }

    
    .accueil-slideshow-description {
        margin-left: 0;
    }
    
    .page-entete-content .layout-flex .layout-entete-titre {
        padding-left: 0;
    }
    
    .page-entete-soustitre h1,
    .page-entete-soustitre h2 {
        margin-left: 0;
        margin-bottom: 0;
    }
    
    /*.layout-flex .document-unique {
        width: 50%;
        flex: auto;
        
        margin: 15px 0;
    }*/
    .document-page-titre {
        font-size: 1.1vw;
    }
    
    .slide-zone-contenu {
        padding-left: 120px;
    }
}

@media (max-width: 1350px) {
    
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    
    .boxed-half-left .slick-prev {
        left: -30px;
    }
    .boxed-half-right .slick-next {
        right: -30px;
    }
    
    .slick-prev .svg-inline--fa,
    .slick-next .svg-inline--fa {
        width: 30px;
        height: 50px;
        font-size: 50px;
    }
    
    .indicatif-section {
        position: static;
        left: 0;
    }
    
    .indicateur::before {
        content: "";
        display: block;
        width: 35px;
        height: 1px;
        margin-top: 12.5px;
        margin-right: 10px;
        
        background-color: #027C64;
    }
    
    .indicateur::after {
        content: none;
    }
    
    .indicatif-section .vertical-text > span,
    .indicatif-section .vertical-text > div {
        transform: none;
        writing-mode: initial;
    }
    .bloc-icone-wrapper.style-creneau .bloc-icone-container {
        margin-left: 0px;
    }
}

@media (max-width: 1310px) {
      
    html:only-child {
        margin-top: 0 !important;
    }

    h3 {
        font-size: 1.4em;
    }
    
    h4 {
        font-size: 1.6em;
    }
    
    .boxed,
    .boxed-wide {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    
    .boxed .boxed,
    .boxed-wide .boxed-wide,
    .boxed-wide .boxed,
    .boxed .boxed-wide {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .full > .layout-flex > .boxed-half-left,
    .boxed-wide > .layout-flex > .boxed-half-left,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-left,
    .panel-row-style.boxed-wide > .panel-grid-cell > .panel-cell-style.boxed-half-left{
        padding-left: 30px!important;
    }

    .full > .layout-flex > .boxed-half-right,
    .boxed-wide > .layout-flex > .boxed-half-right,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-right,
    .panel-row-style.boxed-wide > .panel-grid-cell > .panel-cell-style.boxed-half-right {
        padding-right: 30px!important;
    }
    
    .ol-elem,
    .ol-orig .ol-elem.ol-abs {
        position: static;
    }

    .ol-elem.ol-os-bottom-s.ol-ng-bottom,
    .ol-elem.ol-os-bottom-m.ol-ng-bottom,
    .ol-elem.ol-os-bottom-l.ol-ng-bottom {
        margin-top: 0;
    }

    .ol-elem.ol-os-top-s.ol-ng-top,
    .ol-elem.ol-os-top-m.ol-ng-top,
    .ol-elem.ol-os-top-l.ol-ng-top {
        margin-bottom: 0;
    }

    .ol-elem.ol-os-left-s.ol-ng-left,
    .ol-elem.ol-os-left-m.ol-ng-left,
    .ol-elem.ol-os-left-l.ol-ng-left {
        margin-right: 0;
    }

    .ol-elem.ol-os-right-s.ol-ng-right,
    .ol-elem.ol-os-right-m.ol-ng-right,
    .ol-elem.ol-os-right-l.ol-ng-right {
        margin-left: 0;
    }
    
    .slick-prev {
        left: 0;
    }
    
    .slick-next {
        right: 0;
    }
    
    .boxed .slick-prev {
        left: -30px;
    }
    .boxed .slick-next {
        right: -30px;
    }

    
    .texte-generique-wrap .tg-sous-titre {
        margin-top: 0;
    }
    
    .carrieres-recentes-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .layout-carriere-infos.layout-flex .layout-33 {
        width: 100%;
    }
    
    .carriere-titre {
        padding: 10px;
    }
    
    .carriere-info-wrap {
        margin: 6px 0;
    }

    .carriere-titre h3 {
        font-size: 2vw!important;
    }
    
    .slide-zone-contenu {
        padding-left: 30px;        
        padding-right: 30%;
        padding-right: calc(30% + 15px);
    }

    .accueil-zone-manchette {
        width: 30%;
    }
    
    .bloc-video-titre h2 {
        font-size: 6.6em;
    }
    
    .nouvelle-image img {
        height: 50vw;
        max-height: 650px;
    }
    
    .trois_zone_singuliere {
        height: 40vw;
        max-height: 550px;
    }
    
    /*.trois_zone_singuliere_titre2 {
        font-size: 4em;
    }*/
    
    .page-header,
    .single .page-header {
        padding-left: 0;
        /*padding-bottom: 60px;*/
    }
    
    .page-header.subpage-header {
        margin-bottom: 2em;
    }
    
    .page-header .social-front-wrap {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
    }
    
    .page-header .social-front-wrap .vertical-wrap .reseaux-sociaux-wrap {
        flex-direction: row;
    }
    
    .page-header .social-front-wrap .vertical-wrap .reseau-social {
        margin: 0 0.2em 0 0;
    }
    
    .page-entete-content .layout-flex .layout-entete-titre {
        padding-left: 30px;
    }
    
    .page-entete-soustitre h1,
    .page-entete-soustitre h2 {
        margin-top: 0;
        padding-left: 10px;
    }
    
    /*.page-entete-image,
    .page-header.subpage-header .page-entete-image,
    .archive .page-entete-image,
    .blog .page-entete-image {
        position: static;
        height: 100%;
        top: 0;
        margin-bottom: 0;
    }*/
    
    .document-tous-lien img {
        width: 120px;
        height: 120px;
    }
    
    .membre-info {
        padding: 40px 30px;
    }
    
    .membre-titre h4 {
        font-size: 2.2em;
    }
    
    .membre-bio svg {
        font-size: 1.6em;
    }
    
    .valeur-zone-2 {
        top: calc(100% - 100px);
        bottom: auto;
    }
    
    .valeur-zone-4 {
        top: calc(100% - 100px);
        bottom: auto;
    }
    
    .layout-flex .layout-membres-secteur {
        width: 30%;
    }
    .layout-flex .layout-membres-nom {
        width: 30%;
    }
    .layout-flex .layout-membres-reseau {
        width: 30%;
    }
    
    .membres-comite-header .layout-flex .layout-membres-courriel {
        display: none;
    }
    .nouvelle-interne .image {
        max-height: 600px;
    }
    .page-entete-content .mobile-boxed {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1170px) {
    .valeur-zone {
        width: 340px;
    }
    .valeur-icon img {
        height: 82px;
    }
    .valeur-titre {
        font-size: 1.35em;
    }
    .single-infolettre .introduction .titre {
        font-size: 8vw;
        margin-top:40px;
    }
    .single-infolettre .mot-introduction .photo img {
        height: auto;
    }
    .single-infolettre .nouvelle-interne .info {
        padding: 20px 40px;
    }
    .single-infolettre .infolettre-h3 {
        font-size: 2.8em;
    }
}

@media (max-width: 1024px) {
    /*h1,
    h2.h1,
    .page-entete-titre h2 {
        font-size: 5em;
    }*/
    
    h2,
    h1.entry-title,
    .page-entete-soustitre h1 {
        font-size: 3em;
    }
    
    .panel-grid-cell.panel-grid-cell-empty {
        display: none;
    }
    
    .panel-grid-cell.panel-grid-cell-empty + .panel-grid-cell {
        flex: 1;
    }
    
    .main-navigation ul ul li a {
        font-size: 1.25em;
    }
    
    .menu-logo-wrap {
        width: 50px;
        height: 50px;
    }
    
    .layout-footer-menu.layout-flex .layout-33 {
        width: 50%;
    }
    
    .trois_zone_singuliere_titre2 {
        font-size: 4vw;
    }
    
    .single .entry-content p:first-child {
        font-size: 1.4em;
    }
    
    .single-post article.post .layout-entry-aside {
        padding-left: 30px;
    }
    
    .page-entete-content .layout-flex .layout-entete-description {
        width: 60%;
    }
    
    .page-entete-content .layout-flex .layout-entete-image {
        width: 40%;
    }
    
    .page-entete-description {
        max-width: 100%;
    }
    
    .slide-zone-contenu {
        padding-right: 40%;
        padding-right: calc(40% + 30px);
    }
    
    .accueil-slideshow-lien.fleche-wrap {
        margin-left: 0;
        margin-top: 40px;
    }
    
    .accueil-zone-manchette {
        width: 40%;
    }
    
    .accueil-zone-image {
        align-items: flex-start;
    }
    
    /*#tag-intro {
        margin-top: -50px;
        margin-left: -50px;
    }*/
    
    .membre-wrap {
        border-bottom-left-radius: 75px;
        border-top-right-radius: 75px;
    }
    
    .membre-wrap .layout-flex .layout-membre-thumbnail {
        width: 45%;
    }
    
    .membre-wrap .layout-flex .layout-membre-content {
        width: 55%;
    }
    
    .membre-info {
        padding: 30px 20px;
    }
    
    .membre-titre h4 {
        font-size: 1.6em;
    }
    
    .membre-bio {
        font-size: 1em;
    }
    
    .membre-bio svg {
        font-size: 1.25em;
    }
    
    .widget_texte_introduction {
        font-size: 1.3em;
    }
    
    .valeurs-wrap {
        height: auto;
        padding: 200px 0;
    }

    .valeur-zone {
        width: 300px;
    }
    
    .valeur-zone-1,
    .valeur-zone-5 {
        top: -30px;
    }
    
    .valeur-zone-2,
    .valeur-zone-4 {
        top: calc(100% - 150px);
        bottom: auto;
    }
    
    .valeur-zone-3 {
        bottom: -220px;
    }
    
    .galerie-photos-grid-sizer,
    .galerie-photos-grid-item {
        width: 33.3%;
    }
    
    .carrousel-icone-titre {
        font-size: 1.2em;
    }
    
    .bloc-icone-wrapper .bloc-icone-header {
        margin-left: 0;
        margin-right: 0;
    }
    
    .bloc-icone-wrapper .bloc-icone-titre {
        font-size: 1.2em;
    }
    
    .bloc-icone-wrapper.style-ligne .bloc-icone-titre {
        font-size: 1.4em;
    }
    
    .bloc-statistique-wrapper {
        transform: scale(1.1);
    }
    
    .bloc-statistique-container {
        transform: scale(0.9);
    }
    
    .bloc-statistique-chiffre {
        font-size: 2.4em;
    }
    
    .bloc-statistique-prefixe,
    .bloc-statistique-suffixe {
        font-size: 0.75em;
    }
    
    .membres-substitut {
        padding-left: 0;
        padding-top: 5px;
    }
    
    .membres-comite-header .layout-flex > *:not(.layout-membres-secteur) {
        display: none;
    }
    
    .membres-comite-header .layout-flex > .layout-membres-secteur {
        width: 100%;
    }
    
    .membres-comite-ligne .membres-comite-item.membres-comite-nom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    
    .membres-comite-ligne .layout-flex > div {
        position: relative;
    }
    
    .membres-comite-ligne:first-child .layout-flex > div {
        margin-top: 1em;
    }
     
    .membres-comite-ligne:first-child .layout-flex > .layout-membres-secteur {
        margin-top: 0;
    }
    
    .membres-comite-ligne:not(:first-child) .layout-flex > .layout-membres-secteur {
        display: none;
    }
    
    .membres-comite-ligne .membres-comite-item[data-item]::before {
        display: none;
        content: attr(data-item);
        position: absolute;
        top: -1em;
        color: #414141;
        font-family: var(--eldo-font-titre);
        font-weight: 600;
        font-size: 1em;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .membres-comite-ligne:first-child .membres-comite-item[data-item]::before {
        display: block;
    }
    
    .membres-comite-ligne:first-child .membres-comite-item.membres-comite-secteur[data-item]::before,
    .membres-comite-ligne .membres-comite-item.membres-comite-courriel[data-item]::before {
        display: none;
    }
    
    .membres-comite-ligne .layout-membres-secteur {
        width: 100%;
    }
    
    .membres-comite-ligne .layout-membres-nom {
        width: 35%;
    }
    
    .membres-comite-ligne .layout-membres-reseau {
        width: 55%;
    }
    .main-navigation ul li.menu-item-has-children > a:hover {
        color: #000;
    }
    .main-navigation ul li a:hover {
        color:#000!important;
    }
    .titre-zone {
        justify-content: center;
    }
    .blog .nouvelle-titre {
        min-height: auto;
    }
    .archive .nouvelle-info, .blog .nouvelle-info {
        min-height: auto;
        border: 0px solid #ccc;
        margin-bottom: 60px;
    }
    .bloc-icone-wrapper.style-creneau {
        flex-direction: column;
        align-items: center;
    }
    .bloc-icone-wrapper.style-creneau .bloc-icone {
        margin-top: -20px;
    }
    .bloc-icone-wrapper.style-creneau .bloc-icone-content {
        margin: 0px 30px 30px 20px;
    }
    .bloc-icone-wrapper .bloc-icone-titre {
        text-align: center;
    }
    .bloc-info-wrapper {
        padding: 40px;
    }
}

@media (max-width: 960px) {
    
    .nouvelle-info {
        padding-right: 15px;
    }
    
    .nouvelle-lien {
        margin-right: 0;
    }
    
    .widget_bloc_statistique {
        max-width: 260px;
    }
    
    .equipe-fancybox .layout-flex .layout-membre-thumbnail {
        width: 45%;
    }
    
    .equipe-fancybox .layout-flex .layout-membre-content {
        width: 55%;
    }
    
    .equipe-fancybox .equipe-info {
        padding: 30px;
    }
    
    .document-panel {
        padding: 20px;
    }
    .document-panel:last-child {
        border-bottom: 0;
    }
    
    .layout-flex .document-unique {
        width: 100%;
        margin: 0;
        padding: 30px 0;
        
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .document-unique:last-child {
        border-bottom: 0;
    }
    .document-unique-container {
        padding: 0;
    }
    
    .document-tous-lien img {
        width: 80px;
        height: 80px;
    }
    
    .bloc-icone-wrapper .bloc-icone-titre {
        font-size: 1em;
    }
    
    .bloc-icone-wrapper.style-ligne .bloc-icone-titre {
        font-size: 1.2em;
    }
    
    .bloc-statistique-chiffre {
        font-size: 2em;
    }
    
    .bloc-statistique-prefixe,
    .bloc-statistique-suffixe {
        font-size: 0.65em;
    }

    .valeurs-wrap {
        padding: 30px 0;
    }
    
    .valeurs-gabarit {
        justify-content: flex-start;
    }

    .valeurs-logo-wrapper {
        margin: auto;
        margin-bottom: 40px;
    }

    .valeurs-logo-wrapper #cercle-valeurs {
        width: 450px;
    }
    
    .valeur-zone {
        position: static;
        display: inline-block;
        text-align: left;
        width: 50%;
        margin: 15px 0;
        padding: 0 15px;
    }

    .valeur-zone .layout-35 {
        width: 35%!important;
    }

    .valeur-zone .layout-65 {
        width: 65%!important;
    }

    .valeur-zone .valeur-titre {
        transform: none;
        margin-top: 0;
    }

    .valeur-zone:hover .valeur-titre {
        transform: none;
        margin-top: 0;
    }
    
    .valeur-description {
        text-align: left;
        float: none;
        transform: none;
        opacity: 1;
        max-width: none;
    }

    .valeur-zone:hover .valeur-description {
        transform: none;
    }
    
    .valeur-centre-haut {
        font-size: 1.8em;
    }

    .site-navigation.main-navigation {
        display: none;
    }

    .layout-nav-buttons {
        display: block;
    }
    .nav-info {
        display:none;
    }
    .document-panel {
        padding: 20px 30px!important;
        border-right: 0;
        border-bottom: 0px solid transparent!important;
    }
    .document-panel.layout-20 {
        padding:0!important;
        width: 100%;
    }
    .document-panel.layout-20 .document-panel-container {
        background-color: var(--eldo-jaune);
        padding:40px 0;
        display: block;
    }
    .layout-document-page {
        flex-wrap: wrap!important;
    }
}

@media (max-width: 768px) {
    .mobile-boxed {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    
    .full > .layout-flex > .boxed-half-left,
    .full > .layout-flex > .boxed-half-right,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-left,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-right {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    /* When the row is not boxed and has 6 cells, change the collapse behavior to fit only 2 cells by rows */
    .panel-grid > .panel-row-style:not(.boxed) > div:first-child:nth-last-child(6),
    .panel-grid > .panel-row-style:not(.boxed) > div:first-child:nth-last-child(6) ~ div {
        width: 50%!important;
        width: calc(50% - (0.5 * 30px))!important;
    }
    
    h1,
    h2.h1,
    .page-entete-titre h2 {
        font-size: 4em;
        margin-top: 0.1em;
        margin-bottom: 0.2em;
    }
    
    h1.entry-title {
        font-size: 3em;
    }

    h2 {
        font-size: 2em;
    }
    
    h4,
    .so-widget-element-titre h4 {
        font-size: 1.4em;
    }
    
    h5 {
        font-size: 1.4em;
    }
    
    p {
        font-size: inherit;
    }
    
    .full.mobile-boxed .slick-prev {
        left: -30px;
    }
    .full.mobile-boxed .slick-next {
        right: -30px;
    }
    .boxed-half-left .slick-prev {
        left: 0;
    }
    .boxed-half-right .slick-next {
        right: 0;
    }
    .nav-wrap,
    .nav-wrap.fixed {
        position: static;
    }
    .nav-wrap {
        padding: 20px 0px;
        /*background: #141414;
        background: -moz-linear-gradient(180deg, #141414, #323232);
        background: -webkit-linear-gradient(180deg, #141414, #323232);
        background: linear-gradient(180deg, #141414, #323232);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414", endColorstr="#323232", GradientType=1);*/
    }
    .nav-wrap .layout-flex {
        align-items: center;
    }

    /*#logo {
        width: 120px;
    }*/
    
    /*.menu-wrap .menu-overlay,
    .menu-wrap.opened .menu-overlay {
        display: none;
    }*/
    .menu-wrap .menu-panel {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        
        width: 100%;
        
        opacity: 0;
        visibility: hidden;
        transform: scale(0.98);
    }
    .menu-wrap.animating .menu-panel {
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    }
    .menu-wrap.opened .menu-panel {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
    .menu-wrap .menu-panel-container {
        padding: 30px;
    }
    
    .main-navigation ul li a {
        font-size: 1.75em;
    }
    
    .main-navigation ul ul li a {
        font-size: 1.2em;
        padding: 0.2em 0;
    }
    
    .main-navigation ul ul.sub-menu {
        margin-bottom: 0.85em;
    }
    
    .layout-flex > * {
        padding-left: 0;
        padding-right: 0;
    }
    .layout-flex.layout-mobile-gap > *:not(:last-child) {
        margin-bottom: 30px;
    }
    .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%;
    }
    
    .site-footer p {
        font-size: 16px;
    }
    
    .copyright_wrap,
    .os_credit {
        text-align: center;
    }
    
    .nouvelle-lien {
        margin-top: 0;
    }
    
    .nouvelle-image img {
        height: 100vw;
    }
    
    .social-front-wrap {
        display: none;
    }
    
    .slide-zone-contenu {
        padding-left: 30px;
        padding-right: 120px;
        padding-bottom: 10em;
    }
    
    .accueil-slideshow-description {
        max-width: none;
    }
    
    .accueil-slideshow-lien.fleche-wrap {
        margin-top: 30px;
    }
    
    .accueil-zone-manchette {
        justify-content: flex-start;
        top: auto;
        bottom: -50px;
        height: auto;
    }
    
    .accueil-zone-image {
        height: 25em;
        align-items: flex-end;
    }
    
    #tag-intro {
        margin-top: auto;
        margin-bottom: 60px;
        margin-left: -100px;
    }
    
    .bloc-video-wrap {
        padding: 80px 0;
    }
    
    .bloc-video-titre h2 {
        font-size: 4.6em;
    }
    
    .trois_zone_singuliere_titre2 {
        font-size: 5em;
    }
    
    .trois_zone_singuliere {
        height: 100vw;
    }
    
    .nouvelle-info {
        padding-right: 0;
    }
    
    .fleche-wrap img {
        width: 60px;
        height: 60px;
    }
    
    .single-post article.post .layout-entry-aside {
        padding-left: 0;
    }
    
    .nouvelles-recentes-titre {
        margin-top: 0;
    }
    
    .page-header,
    .single .page-header {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .single .page-header {
        padding-top: 30px;
        margin-bottom: 3rem;
    }
    
    .page-entete-content .layout-flex .layout-entete-titre {
        padding-left: 0;
    }
    
    .page-entete-titre h1,
    .page-entete-titre h2 {
        margin: 0;
    }
    
    .page-entete-description {
        font-size: 1.05em;
        display: none;
    }
    
    .page-entete-image,
    .archive .page-entete-image,
    .blog .page-entete-image,
    .page-header.subpage-header .page-entete-image {
        height: auto;
        margin-bottom: 30px;
    }

    #wpadminbar {
        display:none!important;
    }

    .page-entete-image {
        top: 100px;
        right: -60px;
    }
    
    .page-entete-image img,
    .archive .page-entete-image img,
    .blog .page-entete-image img,
    .page-header.subpage-header .page-entete-image img {
        height: 100vw;
        max-height: 420px;
        border-bottom-left-radius: 300px!important;
        border-radius:0!important;
    }
    
    .page-entete-content .layout-flex .layout-entete-image,
    .page-entete-content .layout-flex .layout-entete-description {
        width: 100%;
    }
    
    .page-entete-content .layout-flex .layout-entete-image {
        order: 1;
        padding-left: 0;
    }
    
    .page-entete-content .layout-flex .layout-entete-titre,
    .page-entete-content .layout-flex .layout-entete-description {
        order: 2;
    }
    
    .fancybox-slide--html {
        padding: 15px!important;
    }
    
    .fancybox-content {
        border-bottom-left-radius: 75px;
        border-top-right-radius: 75px;
    }
    
    .equipe-fancybox .layout-flex .layout-membre-thumbnail,
    .equipe-fancybox .layout-flex .layout-membre-content {
        width: 100%;
    }
    
    .equipe-fancybox .equipe-photo img {
        height: 120vw;
        min-height: 400px;
        max-height: 720px;
    }
    
    .equipe-fancybox .equipe-fancybox-biographie {
        max-height: none;
    }
    
    .membre-info {
        padding: 40px 30px;
    }
    
    .membre-titre h4 {
        font-size: 2.2em;
    }
    
    .membre-bio {
        font-size: 1.2em;
    }
    
    .membre-bio svg {
        font-size: 1.6em;
    }
    
    .widget_texte_introduction {
        font-size: 1.4em;
    }
    
    .single-post article.post .entry-aside-wrapper {
        position: static;
        bottom: 0;
        margin-bottom: 0;
    }
    
    .lignetemps-wrap {
        padding: 0 15px;
    }
    
    .lignetemps-bloc-date {
        flex-direction: column;
    }
    
    .lignetemps-cercle {
        margin: 0;
    }
    
    .lignetemps-info {
        width: auto;
        max-width: none;
        float: none;
    }
    
    .slide-unique {
        width: 100%;
    }
    
    .lignetemps-image + .lignetemps-ligne-apres {
        display: none;
    }
    
    .lignetemps-annee {
        position: static;
        height: auto;
        align-items: flex-start;
    }
    
    .lignetemps-annee div {
        margin-top: 0;
    }
    
    .lignetemps-ligne-apres {
        margin-top: -15px;
        margin-bottom: 30px;
    }
    
    .lignetemps-ligne-apres div {
        width: calc(100% - 50px);
        margin-left: auto;
    }
    
    .lignetemps-space1,
    .lignetemps-space2 {
        display: none;
    }
    
    .valeurs-wrap {
        padding: 30px 0;
    }
    
    .valeurs-gabarit {
        justify-content: flex-start;
    }
    
    .valeur-zone {
        position: static;
        display: inline-block;
        text-align: left;
        width: 50%;
        margin: 15px 0;
        padding: 0 15px;
    }
    
    .valeur-description {
        text-align: left;
        float: none;
        transform: none;
        opacity: 1;
        max-width: none;
    }

    .valeur-icon img {
        float: left;
    }
    
    .widget_bloc_statistique {
        display: inline-block;
        max-width: 50%;
        padding: 0 10px;
    }
    
    .widget_bloc_statistique:only-child,
    .widget_bloc_statistique:last-child:nth-child(odd) {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bloc-statistique-wrapper {
        padding: 10px;
    }
    
    .bloc-statistique-wrapper,
    .bloc-statistique-container {
        transform: none;
    }
    
    .bloc-statistique-chiffre {
        font-size: 2.8em;
    }
    
    .bloc-statistique-prefixe,
    .bloc-statistique-suffixe {
        font-size: 0.85em;
    }
    
    #searchform {
        padding-top: 40px;
    }
    
    .liste-documents-wrap {
        margin: 40px 0;
    }
    .liste-document-unique .layout-document-fields {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .liste-document-unique .layout-document-fields > * {
        width: 100%;
        padding: 0;
    }
    .liste-document-date {
        margin-top: 0.4em;
        font-size: 0.8em;
        color: #969696;
        min-width: auto;
        text-align: left;
    }
    #searchform #searchsubmit {
        padding-left: 16px;
        padding-right: 16px;
    }
    #searchform #searchsubmit span {
        display: none;
    }
    #searchform #searchsubmit svg {
        display: block;
    }
    .valeurs-wrap {
        padding: 30px 0;
    }
    
    .valeurs-gabarit {
        justify-content: flex-start;
    }
    
    .valeur-zone {
        position: static;
        display: inline-block;
        text-align: left;
        width: 50%;
        margin: 15px 0;
        padding: 0 15px;
    }
    
    .valeur-description {
        text-align: left;
        float: none;
        transform: none;
        opacity: 1;
        max-width: none;
    }
    
    .valeur-titre-1::after,
    .valeur-titre-2::after,
    .valeur-titre-3::before,
    .valeur-titre-4::before,
    .valeur-titre-5::before {
        display: none;
    }
    
    .valeur-centre-haut {
        font-size: 1.8em;
    }
    
    .layout-flex.layout-document-page {
        flex-wrap: wrap;
    }
    .layout-flex.layout-document-page {
        width: 100%;
        flex: auto;
    }
    .sow-accordion-title {
        font-size: 1.4em;
    }
    
    .sow-icon-ionicons {
        width: 40px;
        height: 40px;
        line-height: 40px!important;
    }
    
    .coin-haut-droit img {
        border-top-right-radius: 0;
    }
    .coin-haut-gauche img {
        border-top-left-radius: 0;
    }
    .coin-bas-droit img {
        border-bottom-right-radius: 0;
    }
    .coin-bas-gauche img {
        border-bottom-left-radius: 0;
    }
    
    .galerie-photos-grid-sizer,
    .galerie-photos-grid-item {
        width: 50%;
    }
    
    .style-puce-icone_crochet .puce-valeur {
        padding-left: 60px;
        background-size: 40px;
        min-height: 40px;
        font-size: 1.4em;
    }
    
    .liste-puce li {
        padding-left: 60px;
    }
    
    .liste-puce.style-puce-base li::before {
        width: 40px;
    }
    
    .bloc-icone-wrapper .bloc-icone-titre {
        font-size: 1.2em;
    }
    
    .bloc-icone-wrapper.style-ligne .bloc-icone-titre {
        font-size: 1.4em;
    }
    
    .indicateur {
        margin-bottom: 30px;
    }
    
    .pointes-jaune,
    .pointes-noir,
    .pointes-grise {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .bloc_image_wrap,
    .bloc_image_wrap img {
        height: auto;
    }
    
    .membres-comite-ligne .layout-flex > * {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .membres-comite-ligne:first-child .layout-flex > div {
        margin-top: 0;
    }
    
    .membres-comite-ligne .layout-membres-nom,
    .membres-comite-ligne .layout-membres-reseau,
    .membres-comite-ligne .layout-membres-courriel {
        width: 100%;
    }
    
    .membres-comite-ligne .layout-flex > div:not(.layout-membres-secteur) {
        height: auto;
        min-height: 30px;
        padding: 5px 0;
    }
    
    .membres-comite-ligne .layout-flex > div:not(:last-child) {
        border-bottom: 0;
    }
    
    .membres-comite-ligne .membres-comite-item[data-item]::before {
        display: block;
        top: auto;
        left: 0;
    }
    
    .membres-comite-ligne .membres-comite-item {
        align-items: flex-start;
        justify-content: flex-end;
        
        padding-left: 70px;
        text-align: right;
    }
    
    .membres-comite-ligne .membres-comite-item.membres-comite-secteur {
        justify-content: flex-start;
        padding-left: 0;
        text-align: left
    }
    
    .membres-comite-ligne .membres-comite-item.membres-comite-nom {
        justify-content: flex-start;
        align-items: flex-end;
    }
    .single-post article h1.entry-title {
        font-size: 2.2em;
    }
    .bloc-info-wrapper h3 {
        font-size: 2em;
    }
    .facetwp-filter {
        flex-wrap: wrap;
    }
    .facetwp-radio {
        width: 100%;
        margin: 0 0 10px 0!important;
    }
    .bloc-info-wrapper h3 {
        font-size: 2em;
    }
    .single-infolettre .introduction .image {
        height: 380px;
        margin-top: 40px;
        margin-left: 20px;
    }
    .single-infolettre .introduction .info {
        padding-left: 40px;
    }
    .single-infolettre .titre-section-wrap .layout-80, .single-infolettre .titre-section-wrap .layout-20 {
        width: 100%;
        justify-content: center!important;
    }
    .single-infolettre .titre-section .icone {
        width: 100px;
        height: 100px;
        margin-top: 20px;
    }
    .single-infolettre .titre-section-wrap .titre {
        margin-top:20px;
    }
    .single-infolettre .infolettre-h3 {
        font-size: 2em;
        text-align: center;
    }
    .single-infolettre .nouvelle-interne .info {
        padding: 20px 20px;
    }
    .single-infolettre .nouvelle-exclusive .info {
        padding: 20px 20px;
    }
    .single-infolettre .video-player .video-overlay-button {
        font-size: 1em;
    }
    .single-infolettre .video-wrap .boxed {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    .single-infolettre .video-legende {
        font-size: 0.7em;
    }
    .single-infolettre .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .single-infolettre .enumeration-container {
        margin: 20px 0;
        height: auto;
        min-height: 500px;
    }
    .single-infolettre .enumeration-container .infolettre-h2 {
        font-size: 1.2em;
    }
    .single-infolettre p {
        font-size: 0.9em;
    }
    .single-infolettre .mot-introduction {
        padding:20px 0px;
    }
    .single-infolettre .boxed {
        padding-right: 20px!important;
        padding-left:20px!important;
    }
    .single-infolettre .infolettre-h2 {
        font-size: 1.4em;
        line-height: 1.1em;
    }
    .single-infolettre .enumeration-container .info {
        max-width: 400px;
        min-height: 650px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 0px 0 40px;
    }
    .single-infolettre .video-legende {
        padding: 20px 20px;
    }
    .single-infolettre .video-wrap {
        padding: 20px 0 20px 0;
    }
    .single-infolettre .titre-section-wrap .icone img {
        max-width: 80%;
    }
    .single-infolettre .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .single-infolettre .nouvelle-interne .image {
        max-height: 400px;
    }
    .single-infolettre .introduction .date {
        margin-top: 20px;
        font-size: 0.7em;
    }
    .trois_zone_singuliere_titre2 {
        font-size: 8vw;
    }
    .nav-main {
        display:none;
    }
    .site-header .nav-social {
        display:none;
    }
    #logo img {
        max-width: 160px;
    }
    .zone-introduction .info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .carriere-titre h3 {
        font-size: 1.4em!important;
    }
    .info-image-horizontal-wrap .colonne-info .info {
        padding: 60px 30px;
    }
    .info-image-horizontal-wrap .colonne-info {
        min-height: auto;
    }
    .info-image-horizontal-wrap .colonne-image img {
        height: auto;
        max-height: 400px;
    }
}

@media (max-width: 640px) {
    h1,
    h2.h1,
    .page-entete-titre h2 {
        font-size: 3.2em;
    }
    
    h1.entry-title {
        font-size: 2.4em;
    }
    
    h5 {
        font-size: 1.6em;
    }
    
    a.btn,
    button[type="submit"],
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .single .entry-content p:first-child {
        font-size: 1.2em;
    }
    
    .single-post blockquote {
        width: 100%;
        max-width: none;
        margin: 20px 0 20px 20px;
    }
    
    .gform_wrapper .top_label li.gfield.gf_left_half {
        padding-right: 0 !important;
    }
    .gform_wrapper .top_label li.gfield.gf_right_half {
        padding-left: 0 !important;
    }
    .gform_wrapper div.validation_error {
        width: 100%!important;
    }
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: none!important;
    }
    
    .site-footer,
    .footer-bourse {
        text-align: center;
    }
    
    .site-footer h5 {
        min-height: auto;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }
    
    .layout-footer-menu.layout-flex .layout-33,
    .layout-footer-links.layout-flex .layout-min {
        width: 100%;
    }
    
    .layout-footer-menu.layout-flex > *,
    .layout-footer-links.layout-flex > * {
        padding-left: 0;
        padding-right: 0;
    }
    
    .layout-footer-links {
        margin-top: 0;
    }
    
    .bloc-video-titre h2 {
        font-size: 3em;
    }
    
    .membre-wrap .layout-flex .layout-membre-thumbnail,
    .membre-wrap .layout-flex .layout-membre-content {
        width: 100%;
    }
    
    .membre-wrap .equipe-photo img {
        height: 100vw;
        max-height: 600px;
    }
    
    .membre-titre h4 {
        font-size: 2.5em;
    }
    
    .membre-info {
        padding: 50px 30px;
    }
    
    .widget_texte_introduction {
        font-size: 1.25em;
    }
    
    .introduction-texte {
        padding-left: 1rem;
    }
    
    .lien-partage .layout-flex {
        flex-direction: column;
        align-items: stretch;
    }
    
    .lien-partage .divider {
        width: 100%;
        margin: 0.6rem 0 1rem 0;
    }
    
    .lien-partage .reseaux-sociaux-wrap {
        font-size: 1.2em;
    }
    
    .lien-partage .reseaux-sociaux-wrap .reseau-social a {
        padding: 0.4em;
    }
    
    .lignetemps-wrap {
        padding: 0 30px;
    }
    
    .lignetemps-info {
        padding: 10px 0 10px 10px!important;
        margin: 20px 0;
    }
    
    .slide-unique {
        height: 100vw;
        max-height: 500px;
    }
    
    .valeur-centre-haut {
        font-size: 2.2em;
    }
    
    .valeur-zone {
        width: 100%;
        padding: 0;
    }

    .valeur-icon img {
        float: right;
        height: auto;
        width: 76px;
    }

    .valeur-zone-droite {
        margin: 0 30px;
    }
    
    .sow-accordion-title {
        font-size: 1.2em;
    }
    
    .sow-icon-ionicons {
        width: 30px;
        height: 30px;
        line-height: 30px!important;
        font-size: 1em;
    }
    
    .bloc-statistique-chiffre {
        font-size: 1.6em;
    }
    
    .bloc-statistique-prefixe,
    .bloc-statistique-suffixe {
        font-size: 0.7em;
    }
    
    .slide-zone-contenu {
        padding-right: 30px;
        padding-bottom: 0;
    }
    
    .accueil-zone-manchette {
        display: none;
    }
    
    .widget_element-bouton {
        display: block;
    }
}

@media (max-width: 568px) {
    #spu-4756 .spu-content-media,
    #spu-4756 .spu-content-info {
        width: 100%;
    }
    
    #spu-4756.spu-box {
        max-width: 420px;
    }

    #spu-4756 .spu-content-image {
        max-height: 250px;
    }
    .single-infolettre .infolettre-h3 {
        font-size: 2em;
    }
    .infolettre-h2 {
        font-size: 1.4em;
    }
}

@media (max-width: 520px) {
    h1,
    h2.h1,
    .page-entete-titre h2 {
        font-size: 2em;
    }
}

@media (max-width: 414px) {
    
    h1.entry-title {
        font-size: 1.8em;
    }
    
    h3 {
        font-size: 1.2em;
    }
    
    h4,
    .so-widget-element-titre h4 {
        font-size: 1.4em;
    }
    
    h5 {
        font-size: 1.25em;
    }

    #logo {
        width: 100px;
    }
    
    /* When the row is not boxed and has 6 cells, change the collapse behavior to fit only 1 cells by rows */
    .panel-grid > .panel-row-style:not(.boxed) > div:first-child:nth-last-child(6),
    .panel-grid > .panel-row-style:not(.boxed) > div:first-child:nth-last-child(6) ~ div {
        width: 100%!important;
    }
    
    .menu-logo-wrap {
        width: 40px;
        height: 40px;
    }
    
    .main-navigation ul li a {
        font-size: 1.6em;
        padding: 0.25em 0;
    }
    
    .main-navigation ul ul li {
        width: 100%;
        padding-right: 0;
    }
    
    .menu-wrap .reseaux-sociaux-wrap {
        font-size: 1.4em;
    }
    
    .menu-wrap .menu-header {
        margin-bottom: 1em;
    }
    
    .menu-wrap .menu-content {
        margin: 1em 0;
    }
    
    .menu-wrap .menu-footer {
        margin-bottom: 1em;
    }
    
    .trois_zone_singuliere_titre2 {
        font-size: 3em;
    }
    
    .distinction-wrap {
        padding: 30px;
    }
    
    .distinction-info {
        padding-left: 0;
    }
    
    .distinction-titre {
        font-size: 1.75em;
    }
    
    .distinction-titre .svg-inline--fa {
        display: none;
    }
    
    .fancybox-content,
    .membre-wrap {
        border-bottom-left-radius: 60px;
        border-top-right-radius: 60px;
    }
    
    .membre-titre h4 {
        font-size: 1.8em;
    }
    
    .membre-info {
        padding: 30px;
    }
    
    .membre-bio {
        font-size: 1em;
    }
    
    .membre-bio svg {
        font-size: 1.25em;
    }
    
    .widget_texte_introduction {
        font-size: 1.1em;
    }
    
    .valeur-centre-haut {
        font-size: 1.8em;
    }
    
    .widget_bloc_statistique,
    .widget_bloc_statistique:only-child,
    .widget_bloc_statistique:last-child:nth-child(odd) {
        display: block;
        max-width: none;
        padding: 0;
    }
    
    .layout-flex.layout-document-filtre > * {
        width: 100%;
        padding: 0;
    }
    
    #searchform {
        padding-top: 30px;
    }
    
    #searchform #searchsubmit {
        width: 100%!important;
        margin-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #searchform #searchsubmit span {
        display: block;
    }
    #searchform #searchsubmit svg {
        display: none;
    }
    
    .liste-documents-wrap {
        margin: 30px 0;
    }
    
    .liste-document-unique .layout-document > * {
        padding: 0 8px;
    }
    
    .liste-document-titre {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .document-page-titre {
        font-size: 1.2em;
    }
    
    .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header,
    .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
        padding: 15px 20px;
    }
    
    .sow-accordion-panel-content {
        font-size: 16px;
    }
    
    .style-puce-icone_crochet .puce-valeur {
        padding-left: 50px;
        background-size: 30px;
        min-height: 30px;
        font-size: 1.2em;
    }
    
    .liste-puce li {
        padding-left: 50px;
    }
    
    .liste-puce.style-puce-base li::before {
        width: 30px;
    }
    
    .liste-puce li .puce-description {
        word-break: break-all;
    }
    
    .bloc-approche-titre {
        font-size: 1.2em;
    }
    
    .bloc-statistique-prefixe,
    .bloc-statistique-suffixe {
        font-size: 0.75em;
    }
    
    .bloc-statistique-chiffre {
        font-size: 2.6em;
    }
    
    .accueil-slideshow-titre h2 {
        font-size: 2.8em;
    }
    
    .membres-comite-ligne .layout-flex > div.layout-membres-secteur {
        height: auto;
        min-height: 60px;
        padding: 5px 0;
    }
    
    .membres-comite-ligne .membres-comite-item[data-item]::before {
        position: static;
        margin-bottom: 5px;
    }
    
    .membres-comite-ligne .membres-comite-item {
        flex-direction: column;
        
        align-items: flex-start;
        justify-content: flex-start;
        
        padding-left: 0;
        text-align: left;
    }
    
    .membres-comite-ligne .membres-comite-item.membres-comite-nom {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .single-post article h1.entry-title {
        font-size: 1.5em;
    }
    .single .entry-content p:first-child {
        font-size: 1em;
    }
    .single .entry-content p {
        font-size: 14px;
    }
    .single-post article.post .nouvelle-meta .nouvelle-ligne-wrap, .single-post article.post .nouvelle-meta .nouvelle-icone-cat {
        margin-right: 5px;
    }

    #spu-4756 .spu-content-info {
        padding: 1.5rem;
    }

    #spu-4756 .spu-content-text h2 {
        font-size: 1.6rem;
    }

    #spu-4756 .spu-content-text a.btn {
        font-size: 0.8rem!important;
    }
}

@media (max-width: 320px) {
    h1,
    h2.h1,
    .page-entete-titre h2 {
        font-size: 1.6em;
    }
    
    .main-navigation ul li a {
        font-size: 1.4em;
    }
    
     .main-navigation ul ul li a {
        font-size: 1.1em;
    }
    
    .distinction-wrap {
        padding: 20px;
    }
    
    .distinction-titre {
        font-size: 1.5em;
    }
    
    .sow-accordion-title {
        font-size: 1em;
    }
    
    .style-puce-icone_crochet .puce-valeur {
        padding-left: 30px;
        background-size: 20px;
        min-height: 20px;
        margin-bottom: 10px;
    }
    
    .liste-puce li {
        padding-left: 30px;
    }
    
    .liste-puce.style-puce-base li::before {
        width: 20px;
    }
    
    .bloc-statistique-chiffre {
        font-size: 2em;
    }
    
    .accueil-slideshow-titre h2 {
        font-size: 2em;
    }

    .valeur-titre {
        font-size: 1em;
    }

    .valeur-zone-droite {
        margin: 0 0 0 15px;
    }
}

/*--------------------------------------------------------------
    ## Widget - Bloc video
    --------------------------------------------------------------*/

    .video-wrap {
        padding: 80px 0 60px 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.3);
        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(--eldo-font-titre);
        font-size: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        padding: 17px 30px 14px 30px;
        border-radius: 40px;
        line-height: 1;
        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 {
        color:#fff;
        text-align: center;
        max-width: 700px;
        margin: 20px auto;
        line-height: 1.4em;
        font-family: var(--eldo-font-titre);
        font-size: 0.8em;
        font-weight: 200;
    }
    

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


/*--------------------------------------------------------------
# ACFE - grid system - Infolettre
--------------------------------------------------------------*/

    .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wrap{
        flex-wrap: wrap;
    }

    .col-12{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .col-11{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%
    }

    .col-10{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%
    }

    .col-9{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .col-8{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%
    }

    .col-7{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%
    }

    .col-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .col-5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%
    }

    .col-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%
    }

    .col-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .col-2{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%
    }

    .col-1{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%
    }

    .col-auto{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .align-center{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .align-left{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .align-right{
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .align-space-evenly{
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .align-space-between{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .align-space-around{
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .valign-stretch{
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .valign-top{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .valign-center{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .valign-bottom{
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
