/*
Theme Name: bver
Theme URI:
Author: l'Agence secrète
Author URI: http://agencesecrete.com/
Description: Ce thème a été développé sur mesure par l'Agence secrète
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bver
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
    ## Normalize
    ## Typography
    ## Elements
    ## Forms
    ## Navigation
        ### Links
        ### Menus
    ## Accessibility
    ## Alignments
    ## Clearings
    ## Content
        ### Posts and pages
        ### Comments
    ## Infinite scroll
    ## Media
        ### Captions
        ### Galleries
# Modules
    ## Module - Layout
    ## Module - Themes
    ## Module - Buttons
# Pages
    ## Front page
    ## Articles
# Blocs
    ## Diaporama plein écran
# Templates
    ## Template - Header
    ## Template - Footer
    ## Template - Page
    ## Template - Sidebar
    ## Template - 404
# Template parts
    ## Template - Content
    ## Template - Pagination
# Components
    ## Component - Social-networks
# Plugins
    ## Plugin - SiteOrigin Panels
    ## Plugin - Gravity Form
    ## Plugin - Slick
    ## Plugin - FontAwesome
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --font-primaire: var(--wp--preset--font-family--font-primaire, 'Syncopage', sans-serif);
    --font-secondaire: var(--wp--preset--font-family--font-secondaire, 'Work sans', sans-serif);
    --font-unity: 'ff-utility-web-pro', sans-serif;
    --couleur-primaire: var(--wp--preset--color--primaire, #3e4938);
    --couleur-vert-feuille: var(--wp--preset--color--vert--feuille, #949772);
    --couleur-argile: var(--wp--preset--color--argile, #b5b598);
    --couleur-lin: var(--wp--preset--color--argile, #c9ccb6 );
    --couleur-brume: var(--wp--preset--color--brume, #e9ebe6 );
    --couleur-noir: #0e0e0e;
    --couleur-gris: #cecece;
    --couleur-blanc : #f1f1f1;
  }

::-moz-selection {  
    background: var(--wp--preset--color--vert--feuille);
    color: var(--couleur-primaire);
}

::selection {
    background: var(--couleur-lin);
    color: var(--couleur-primaire);
}

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

#loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    right:0;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content: center;
    cursor:progress;
    background-color: var(--couleur-lin);
    /*background: url("../bver/assets/images/runner-noir.webp") 50% 50% no-repeat #fafafa;*/
}
#loader img {
    max-width: 120px!important;
    animation: scalePingPong 1s infinite; /* Animation name, duration, infinite loop */

}

@keyframes scalePingPong {
      0% { transform: scale(1); }   /* Start scale */
      50% { transform: scale(0.9); } /* Scale down */
      100% { transform: scale(1); }  /* Scale back up */
}

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

.line-mask {
    overflow: hidden;
}


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

.document-icone > svg {
    color: var(--couleur-primaire);
    height: 30px;
    width: 30px;
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*scroll-behavior: smooth;*/
}

body {
    margin: 0;
}

figure {
    margin: 1em 40px;
}

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

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

a {
    background-color: transparent;
}

b,
strong {
    font-weight: 900;
}

pre {
    overflow: auto;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    background-color: #3d483a!important;
    background:#3d483a!important;
}

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

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

[hidden],
template {
    display: none;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

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

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

h1, .h1 {
    font-family: var(--font-primaire);
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase!important;
    font-size: 3em!important;
    line-height: 1;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, .h2 {
    font-family: var(--font-primaire);
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    line-height: 0.9;
    color: var(--couleur-primaire);
    margin-top: 10px;
    margin-bottom: 10px;
}

h3, .h3 {
    color: var(--couleur-primaire);
    font-family: var(--font-primaire);
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 10px;
}

h4, .h4 {
    font-family: var(--font-primaire);
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    line-height: 1.2;
    color: var(--couleur-noir);
    margin-top: 5px;
    margin-bottom: 10px;
}

h5, .h5 {
    font-family: var(--font-secondaire);
    font-weight: 700;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.4;
    color: var(--couleur-noir);
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 10px;
}

h6, .h6 {
    font-family: var(--font-unity);
    font-weight: 200;
    font-style: normal;
    font-size: 1em;
    line-height: 1.4;
    color: var(--couleur-noir);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

p {
    font-family: var(--font-secondaire);
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    margin-bottom: 1.4em;
}

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

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

    margin: 0 1.5em;
}

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

pre {
    background: #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;
}

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

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

html {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    color: #666;
    background-color: var(--couleur-lin);
    border: 0px solid var(--couleur-primaire);
    border-radius: 3px;
    padding: 15px 10px!important;
    outline-color:var(--couleur-primaire)!important;
}

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

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

textarea {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    font-size: 14.992px;
    margin-block-start: 0;
    padding: 0!important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: red!important;
    font-size: 13.2px;
    font-weight: 700!important;
    letter-spacing: 0px!important;
    border:0!important;
    line-height: 1em;
    text-transform: none;
    display:none;
}
.gform_submission_error .gform-icon {
    display:none!important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    display:none!important;
}
/* Submit button */

body .gform_wrapper .gform_footer input[type=submit] {
    color:var(--couleur-primaire);
    font-family: var(--font-unity);
    letter-spacing: 1px;
    font-weight: 300;
    display: block;
    margin: auto;
    background-color:transparent!important;
    border:solid 1px var(--couleur-primaire)!important;
    border:0;
    transition:0.7s;

    
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #000;
    transition:0.3s;
}
body .gform_wrapper .gform_body .gform_fields .gfield {
    display: inline-block;
    width: 100%;
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

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

/* Validation – Error Field Label */

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


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

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

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

a:visited {
    color: #000;
}

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

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

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

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

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

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

.main-navigation ul li a {
    position: relative;
    margin: 0.6em 15px;
    font-size: 0.9em;
    font-family: var(--font-unity);
    font-style: normal;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    outline: 0;
    transition: 0.3s;
}

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

.main-navigation ul li a:hover {
    color:var(--couleur-vert-feuille);
    transition:0.3s;
}

.main-navigation ul li:hover a::before {
    width: 100%;
}

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

.main-navigation .sub-menu li a:hover {
    color: #fff;
    background-color: var(--couleur-noir);
    transition:0.3s;
}

.main-navigation ul li a:hover,
.main-navigation ul li a.focus { }

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

.main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    min-width: 240px;
    padding-top: 20px;
    background-clip: content-box;
    background-color: transparent;
    transition: 0.3s;
}

.main-navigation ul ul li {
    display: block;
}

.main-navigation ul ul li a {
    font-size: 1em;
    color:var(--couleur-blanc);
    background-color: var(--couleur-primaire);
    padding: 15px 15px;
    margin:0;
    transition:0.7s;
}

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

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

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

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

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

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

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

/* --- */

.mobile-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    float: none;
    z-index: 998;
    width: 100%;
    height: 100vh;
    box-shadow: -1px 6px 40px -2px rgb(0 0 0 / 9%);
    background: rgba(62, 73, 56, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

body.menu-opened .mobile-navigation {
    opacity: 1;
    visibility: visible;
}

body.menu-opened .nav-wrap {
    box-shadow: none;
    background-color: transparent;
}



.mobile-navigation ul li {
    opacity: 0;
}

.mobile-navigation ul li a {
    display: block;
    position: relative;
    font-size: 2em;
    font-family: var(--font-unity);
    font-weight: 200;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    padding: 5px 0;
    outline: 0;
    transition: 0.7s;
}

.mobile-navigation ul li a:hover {
    color: var(--couleur-primaire);
    transform:translateY(-2px);
    transition:0.3s ease-out;
}

.mobile-navigation .sub-menu {
    display: none;
}

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

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

.mobile-navigation .menu-item.focus > .sub-menu li a {
    font-size: 1.2em;
    font-weight: 300;
    /*text-transform: none;*/
}

.mobile-navigation .menu-item-has-children {
    position: relative;
}

.button-sub-menu {
    display: initial;
    position: absolute;
    top: 35px;
    right: -45px;
}

.button-sub-menu svg {
    color: #868686;
    font-size: 1.5em;
    cursor:pointer;
    transition:0.3s;
}
.button-sub-menu:hover {
    transform:scale(1.1);
    transition:0.3s;
}

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

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

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

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/

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

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

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

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

.sticky {
    display: block;
}

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

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

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

.single-post .nouvelles-semblables {
    display: flex;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 30px;
}

.entry-lien {
    margin: 20px 0!important;
}

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

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

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
### Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
### Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

.relative {
    position:relative;
}

.absolute {
    position:absolute;
}

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

.hide {
    overflow: hidden;
}

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

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

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

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

/* Styles pour rassembler ["aucun",alignfull, alignwide] et [boxed, boxed-wide, full] */

/*Permet d'éviter le recours aux medias queries, expérimental*/
.is-layout-constrained > * {
    padding-right:clamp(15px, calc(45px - (100vw - 1350px) * 0.5), 30px);
    padding-left:clamp(15px, calc(45px - (100vw - 1350px) * 0.5), 30px);
}

/* Identique à .is-layout-constrained > * */
.boxed,
.boxed-wide,
.full {
    width: 100%;
    margin-right: auto!important;
    margin-left: auto!important;
}

.boxed,
.boxed-wide {
    padding-right:15px;
    padding-left:15px;
}

/* Identique à .is-layout-constrained > * */
.boxed {
    max-width: var(--wp--style--global--content-size);
}

/* Identique à .is-layout-constrained > .alignwide */
.boxed-wide {
    max-width: var(--wp--style--global--wide-size);
}

/*On ne veut pas de padding pour les blocs wide */
.full, .alignfull {
    max-width: none;
    padding: 0;
}



.boxed-half-left {
    margin-left: calc((100vw - var(--wp--style--global--content-size)) / 2);
}

.boxed-half-right {
    margin-right: calc((100vw - var(--wp--style--global--content-size)) / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Dark Theme */

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

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

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

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

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

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

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

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

a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 15px 40px;
    font-family: var(--font-secondaire);
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background-color: var(--couleur-primaire);
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

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


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

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

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

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

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

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

a.btn-block {
    display: block;
}
.btn-frame {
    background-image: url("assets/images/btn-frame.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color:#fff!important;
    font-family: var(--font-unity);
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 90px;
}

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


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

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

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

.articles {
    margin: 60px 0;
}

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

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

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

/*--------------------------------------------------------------
# Bloc - Diaporama plein écran
--------------------------------------------------------------*/
.diaporama-plein-ecran .titre {
    pointer-events: none;
    max-width: 900px;
}
.diaporama-plein-ecran .slick-track {
    height: 80vh;
}
.diaporama-plein-ecran .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%!important;
    object-position: center;
}

/*--------------------------------------------------------------
# Bloc - Diaporama texte lien
--------------------------------------------------------------*/
/*.diaporama-texte-lien .slick-track {
    height: calc(100vh - 140px);
}
.diaporama-texte-lien .slick-slide {
    position:relative;
    height: calc(100vh - 140px);
}
.diaporama-texte-lien .slick-slide img {
    height: calc(100vh - 140px)!important;
    width: 100%!important;
    object-fit: cover;
    object-position: center;
}
.diaporama-texte-lien .info {
    position:absolute;
    left:10vw;
    top: 30vh;
    max-width: 1000px;
}*/
.diaporama-texte-lien {
    position:relative;
    padding:40px 0 20px 0;
}
.diaporama-texte-lien .titre {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.diaporama-texte-lien h2 {
    max-width: 70%;
    font-size: 3.5vw;
    line-height: 1em;
    margin-top: 100px;
    margin-bottom: 25px;
    text-align: center;
}
.diaporama-texte-lien .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.diaporama-texte-lien .wrap .icone {
    animation: down 2s ease-in-out infinite;
    position: relative; 
}  

.diaporama-texte-lien .wrap .icone svg {
    font-size: 1em;
    background-color: transparent;
    border-radius: 50%;
    border:solid 2px #fff;
    width: 30px;
    height: 30px;
    padding:5px;

}
.image-style {
    line-height: 0;
    position:relative;
    height: calc(100vh - 200px);
    margin: 40px 40px 0 40px;
}
.image-style::before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.3)
}
.image-style img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    object-position: center;
}
.image-style.mask {
    -webkit-mask-image: url("assets/images/mask-img-intro.svg");
    mask-image: url("assets/images/mask-img-intro.svg");
    mask-repeat: no-repeat;
    mask-position: center;
}

@media (max-width: 1500px) {
    .image-style {
        height: auto;
        margin: 0px 20px 0 20px;
    }
}
/*--------------------------------------------------------------
# Bloc - Liste produits
--------------------------------------------------------------*/
.produits-liste {
    margin-top:100px;
    width: 100%;
    /*height: 100vh;*/
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.produits-liste .titre h3 {
    position:relative;
    color:var(--couleur-vert-feuille);
    cursor: pointer;
    padding:20px 0;
    /*border-top:solid 1px var(--couleur-vert-feuille);*/
    margin:0;
    transition:0.3s;
}
.produits-liste .titre h3::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-vert-feuille);
    transition:0.3s;
}
.produits-liste .titre h3::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    height: 1px;
    width: 10%;
    background-color: #fff;
    transition:1s;
}
.produits-liste .titre h3:hover {
    color:#fff;
    transition:0.3s;
}
.produits-liste .titre h3:hover::after {
    width: 100%;
    transition:0.3s;
}
.produits-liste .layout-produit-info .produit {
    position:absolute;
    top:0;
    right:0;
}
.produits-liste .produit .image {
    margin-bottom:30px;
    border-radius:30px;
    overflow: hidden;
}
.produits-liste .produit .image img {
    width: 100%!important;
    height: calc(100vh - 160px)!important;
    border-radius:30px;
    object-fit: cover;
    object-position: center;
}
.produits-liste .produit .info {
    background-color: rgb(62, 73, 56);
    background-color: rgb(62, 73, 56, 0.8);
    border-radius: 20px;
    position:absolute;
    bottom:40px;
    right:40px;
    width: 100%;
    max-width: 420px;
    padding:25px 30px;
}
.produits-liste .produit .info .sous-titre {
   font-family: var(--font-unity);
   letter-spacing: 1px;
   font-size: 1.2em;
}
.produits-liste .produit .info .description p {
    font-size: 0.9em;
    font-weight: 100;
    line-height: 1.2em;
}
.produits-liste .produit .info .description p:first-child {
    font-weight: 700;
}
.produits-liste .layout-70 {
    position:absolute;
    top:0;
    right:0;
    visibility: hidden;
    opacity:0;
}
.produit-wrap.visible .layout-70 {
    visibility: visible!important;
    opacity:1!important;
    transition:1s;
}
.produit-wrap.visible .layout-70 .image img {
    transform:scale(1.03);
    transition:1s;
}
.produit-wrap.visible .produit .titre h3 {
    color:#fff;
}
.produit-wrap.visible .produit .titre h3::after {
    width: 100%;
    transition:0.3s;
}
.produits-liste .libelle-catalogue {
    position:absolute;
    top:0;
    left: 17vw;
    width: 300px;
    height: 300px;
    font-size:1.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: var(--font-unity);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: url("assets/images/bg-brevet.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding:40px;
}

#top {
    padding-top:100px;
}

@media (max-width: 1500px) {
    .produits-liste .produit .info {
        left: 30px;
        bottom:10px;
        width: 100%;
        max-width: 94%;
        font-size: 0.9em;
    }
}

@media (max-width: 1250px) {
    .produits-liste .produit .image img {
        height: calc(50vw - 160px)!important;
    }
    .produits-liste .produit .image {
        overflow: visible;
    }
    .produits-liste .produit .info {
        border:solid 0px #fff;
        bottom:-34vh;
        padding: 10px;
        left:0;
        right:0;
        width: 100%!important;
        max-width: 100%!important;
    }
}

/*--------------------------------------------------------------
# Bloc - Diaporama texte court
--------------------------------------------------------------*/
.diaporama-textes-courts {
    margin-block-start: 0px!important;
    margin-block-end: 0;
}
.diaporama-textes-courts .container {
    position:relative;
    height: 100vh;
    width: 100vw;
    background-image: url("assets/images/texte-court-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.diaporama-textes-courts .texte-court {
    height: 100vh;
    width: 100vw;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    justify-content: center;
    align-items: center;
    /*border-bottom:solid 1px #fff;*/

}

.diaporama-textes-courts .texte-court h2 {
    color:#fff;
    font-size: 2.3vw!important;
    line-height: 1.1em;
}

.diaporama-textes-courts .texte-court.texte-court-mobile {
    display: none;
}


/*.diaporama-textes-courts .texte-court.notre-vision {
    opacity:0;
}*/

/*--------------------------------------------------------------
# Bloc - Diaporama Nouvelles récentes
--------------------------------------------------------------*/

.slick-nouvelles-recentes .slick-track {
    padding:60px 0;
}
.slick-nouvelles-recentes .slick-prev {
    left: -80px;
}
.slick-nouvelles-recentes .slick-next {
    right: -60px;
}

@media (max-width: 600px) {
    .slick-nouvelles-recentes .slick-track {
        padding: 30px 0;
    }
}

/*--------------------------------------------------------------
# Template part - Nouvelle aperçu
--------------------------------------------------------------*/
.nouvelle-apercu-wrap {
    padding-right: 20px!important;
    padding-left:0!important;
}
.nouvelle-apercu {
    width: 100%;
    position:relative;
    display:block;
    margin-bottom:30px;
    margin-right: 20px;
    transition:0.7s;
}
.nouvelle-apercu:hover {
    transform:translateY(-5px);
    transition:0.3s;
}
.nouvelle-apercu img {
    height: 320px!important;
    width: 100%!important;;
    object-fit: cover;
    object-position: center;

    border-radius: 10px;
}
.nouvelle-apercu .image {
    margin-bottom:15px;
}
.nouvelle-apercu .date {
    font-size: 0.8em;
    color:#999;
}
.nouvelle-apercu .categories {
    font-size: 0.7em;
    color:var(--couleur-noir);
}
.nouvelle-apercu .categories .categorie, .single-post .nouvelle-contenu .categorie {
    font-family: Arial, Helvetica, sans-serif;
    border:solid 1px #000;
    padding:1px 10px;
    line-height: 1;
    border-radius:30px;
}
.nouvelle-apercu .titre h3 {
    color:var(--couleur-noir);
    transition:0.7s;
}
.nouvelle-apercu:hover .titre h3 {
    color:var(--couleur-primaire);
}

@media (max-width: 1250px) {
    .nouvelle-apercu img {
        height: 22vw;
    }
}
@media (max-width: 1024px) {
    .nouvelle-apercu img {
        height: 28vw;
    }
}
@media (max-width: 768px) {
    .nouvelle-apercu img {
        height: 50vw;
    }
    .nouvelle-apercu-wrap {
        margin-right: 0px;
    }
}

/*--------------------------------------------------------------
# Template - Single post
--------------------------------------------------------------*/
.single-post .nouvelles-autres {
    background-color: #ececec;
    padding:30px 0;
}
.single-post .nouvelle-contenu {
    padding:30px 0;
}
.single-post .nouvelle-contenu .image img {
    width: 100%!important;
    height: 600px!important;
    border-radius: 10px;
}
.single-post .nouvelle-contenu .titre {
    padding-bottom:10px;
}
.single-post .nouvelle-contenu .categorie {
    font-size: 0.8em;
}
.single-post .entry-date {
    color: #999999;
    font-size: 1.1em;
    margin-bottom:20px;
}
.single-post .entry-content {
    padding-top:0!important;
    margin-top:0!important;
}
@media (max-width: 1250px) {
    .single-post .nouvelle-contenu .image img {
        width: 100% !important;
        height: 50vw !important;
        border-radius: 10px;
    }
}

/*--------------------------------------------------------------
# Bloc - Nouvelles et filtre
--------------------------------------------------------------*/
.nouvelles-liste .facetwp-counter {
    display:none;
}
.nouvelles-liste .facetwp-checkbox {
    background: none!important;
    padding-left: 0px!important;
}
.nouvelles-liste .facetwp-type-checkboxes {
    display:flex;
    justify-content: center;
    background-color: #ececec;
    padding:15px 0;
}
.nouvelles-liste .facetwp-type-checkboxes .facetwp-checkbox {
    position:relative;
    margin:0 15px;
    font-size: 0.9em;
}
.nouvelles-liste .facetwp-type-checkboxes .facetwp-checkbox::before {
    content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    height: 1px;
    width: 0%;
    background-color: #000;
    transition:0.3s;
}
.nouvelles-liste .facetwp-type-checkboxes .facetwp-checkbox:hover::before {
    width: 100%;
}
.nouvelles-liste .facetwp-type-checkboxes .facetwp-checkbox.checked::before {
    width: 100%;
}
.nouvelles-liste .facetwp-display-value {
    padding-right: 0px;
}
.nouvelles-liste .filtre-mobile {
    display:none;
}
.liste-nouvelles .facetwp-template {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Facet WP - Styles
--------------------------------------------------------------*/
.btn-facet button {
    color:#fff;
    border:0!important;
    background-color: var(--couleur-primaire)!important;
    padding:10px 20px;
    border-radius:30px;
    text-transform: uppercase;
    font-size: 0.8em;
}

/*--------------------------------------------------------------
# Template - Single carrière
--------------------------------------------------------------*/
.single-carriere .contenu {
    padding:40px 0!important;
}
.single-carriere .carriere-info > div {
    margin-bottom:20px;
}
.single-carriere .carriere-info .libelle {
    font-weight: 700;
}
.single-carriere .contenu .liste-a-puces .element {
    margin-bottom:10px;
    padding-left: 0px;
    position:relative;
}
.single-carriere .carriere-info .liste-a-puces .element {
    padding-left: 40px;
}
.single-carriere .carriere-info .liste-a-puces .element::before {
    content:"";
    width: 25px;
    height: 1px;
    background-color: var(--couleur-primaire);
    position:absolute;
    top:12px;
    left:0px;

}

/*--------------------------------------------------------------
# Template part
--------------------------------------------------------------*/
.carriere-apercu-wrap {
    background-color: #e6e6e6;
    height: 100px;
    display: flex;
    align-items: center;
    padding:20px 30px;
    border-radius: 5px;
}


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

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

    border: 0px solid #cccccc;

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

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

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

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

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

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

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

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

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

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

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

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

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

    z-index: 5;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

    border-radius: 0px;
    overflow: hidden;

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

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

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

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



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

/*--------------------------------------------------------------
## Template - Page header
--------------------------------------------------------------*/
.page-header {
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: var(--couleur-primaire);
    padding-bottom:20px;
}

.page-header h1, .page-header h2 {
    color:#fff;
}

@media (max-width: 1350px) {
    .page-header {
        height: 200px;
    }
}

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

.nav-wrap {
    position: relative;
    width: 100%;
    /*height: 140px;*/
    padding: 20px 10px;
    
    color: #000;
    box-shadow: -1px 6px 40px -2px rgb(0 0 0 / 9%);
    background: rgba(62, 73, 56, 0.6);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;

    transition: 0.3s;
    z-index: 999;
}

.nav-wrap.fixed {
    position: fixed;
    top: 0;
    box-shadow: -1px 6px 40px -2px rgb(0 0 0 / 9%);
    animation: slideDown 0.3s;
}

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

.bouncing-element {
  animation: bounceUpDown 2s ease-in-out infinite;
  position: relative; /* Important for 'top' or 'transform: translateY' to work */
}

@keyframes down {
  0%, 100% {
    transform: translateY(0); /* Starting and ending position (at the bottom) */
  }
  50% {
    transform: translateY(20px); /* Mid-point of the animation (at the top) */
  }
}

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

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

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

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

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

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

    width: 40px;
    height: 40px;
}
.menu-button .menu-bar {
    width: 35px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 11px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-button #bar-3 {
    width: 20px;
    margin-left: auto;
    margin-bottom: 0;
}
.menu-button:hover #bar-3 {
    width: 35px;
}
body.menu-opened .menu-button #bar-1 {
	transform: rotate(45deg);
	margin-bottom: -1px;
}
body.menu-opened .menu-button #bar-2 {
	opacity: 0;
    margin: 0;
}
body.menu-opened .menu-button #bar-3 {
    width: 35px;
    transform: rotate(-45deg);
    margin-top: -1px;
}

.layout-nav-actions {
    display:none;
}
.info-contact {
    display:flex;
    align-items: center;
}
.info-rapide {
    color:#fff;
    border:solid 1px var(--couleur-vert-feuille);
    border-radius:10px;
    display:flex;
    align-items: center;
    margin-right: 60px;
}
.info-rapide a {
    font-family: var(--wp--preset--font-family--font-unity);
    font-size:0.9em!important;
    color:#fff;
}
.info-rapide .layout-separateur .separateur {
    height: 20px;
    width: 1px;
    background-color: #fff;
    margin-right:15px;
    margin-left:15px;
}
.info-rapide .reseau-social svg {
    color:var(--couleur-primaire)!important;
    background-color: #fff;
    border-radius: 2px;
    font-size: 0.9em;
}
.info-rapide .language svg {
    color:#fff;
}
.reseaux-sociaux-wrap {
    margin-left:15px;
}
#logo {
    position: relative;
    width: 180px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1em;
    z-index: 1;
    transition: transform 0.3s;
}
#logo:hover {
    transform: scale(1.05);
}

#logo a {
    display: block;
}
#scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;

    z-index: 10000;

    opacity: 0;
    visibility: hidden;

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

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

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

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

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

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

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

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

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

.site-footer {
    background-color: var(--couleur-brume);
    color: #000;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #fff;
}

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

.site-footer a:hover {
    color: var(--couleur-primaire);
}

.site-footer .reseau-social a {
    background-color: #fff;
}

.site-footer .reseau-social svg {
    color: #000;
}

.site-footer .reseaux-sociaux-wrap {
    margin: auto;
    margin-top: 10px;
    justify-content: center;
    width: 100%;
}

.footer-wrap {
    /*min-height: 300px;*/
    padding: 40px 0 60px 0;
}

.footer-navigation a {
    text-align: center;
    display:block;
    margin:10px 0;
    color:var(--couleur-primaire)!important;
    font-family: var(--font-unity);
    font-size: 0.8em;
}

.footer-section {
    margin-bottom: 40px;
}

.footer-logo-wrap {
    width: 100%;
    max-width: 260px;
    margin:auto;
}

.footer-infos-wrap address p {
    margin-top: 0;
}

.footer-infos-wrap ul {
    font-weight: 500;
    font-size: 0.95em;
    letter-spacing: 0.125em;
}

.footer-infos-wrap li {
    margin-bottom: 1.8em;

    line-height: 1.6;
}

.copyright-wrap {
    border-top: 1px solid var(--couleur-primaire);
    padding: 15px 0;
    font-size: 0.7em;
    font-family: var(--font-unity);
    text-transform: uppercase;
}

.copyright-wrap a,
.copyright-wrap a:focus,
.copyright-wrap a:visited {
    color: var(--couleur-primaire);
}

.copyright-wrap a:hover {
    color: var(--couleur-primaire);
}

.os_credit {
    text-align: right;
}

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

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

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

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

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

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

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

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

.entry-thumbnail a {
    display: block;
}

.entry-thumbnail {
    overflow: hidden;
}

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

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

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

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

.entry-title {
    margin: 0;
}

.entry-title a {
    color: inherit;
}

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

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

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

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

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

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

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

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

    margin: 0;
    padding: 0;
}

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

    margin: 0 0.4em;
    padding: 0;

    vertical-align: top;
}

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

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

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

    color: #000;
    font-weight: 400;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .reseaux-sociaux-wrap {
    /*position: absolute;
    display: flex;
    flex-direction: column;
    top: 125px;
    right: 40px;*/
}

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

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

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

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

.reseau-social a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 1.5em;
	height: 1.5em;
    font-size: 1em;
    border-radius: 100%;
    background-color: transparent;
    transition: transform 0.3s;
}

.reseau-social:hover a {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .gform_wrapper {
    /*margin: 1rem 0;*/
}

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

/**
 * Form Body
 */

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



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

body .gform_wrapper input::placeholder, body .gform_wrapper textarea::placeholder {
    font-family: var(--font-unity);
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

/* Standard Field Label */

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

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

body .gform_wrapper .gform_body .gform_fields .gfield_radio label {
    margin: 0;
}

/* Required Field Indicator (Asterisk) */

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

/**
 * Standard Fields
 */

/* Text Field */

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

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

/* Textarea Field */

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

/* Select Field */

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

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

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

body .gform_wrapper .gform_body .gform_fields .gfield select {
    white-space: normal;
    padding-right: 25px!important;
}

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

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

/* Checkbox and Radio Field */

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

/**
 * Form Footer
 */

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

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

body .gform_wrapper .gform_footer input[type=submit]{
    background-image: url("assets/images/bg-btn-formulaire.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    color:var(--couleur-primaire)!important;
    font-family: var(--font-unity);
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 90px;
    border:0!important;
}

/**
 * Validation Errors
 */

/* Validation - Error Message */

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

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

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

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

/* Validation – Error Container */
/* Individual list items containing inputs with invalid values */

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

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

/* Validation – Error Description Message */
/* Description/error message below inputs with invalid values */



/* Validation – Error Fields */

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

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

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

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

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

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

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

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

.slick-prev:hover .icon {
    transform: translateX(-5px);
}

.slick-next:hover .icon {
    transform: translateX(5px);
}

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

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

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

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

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

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

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

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

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

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

    .slick-next {
        right: 0;
    }

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

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

    header .reseaux-sociaux-wrap {
        top: 160px;
        right: 30px;
    }
}

@media (max-width: 1250px) {
    h1 {
        font-size: 5vw!important;
    }

    h3 {
        font-size: 1.4em;
    }

    .page-header {
        padding-left: 30px;
    }

    .layout-nav-menu {
        display:none;
    }

    .layout-nav-actions {
        display: block;
    }
}

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

    h2 {
        font-size: 2em!important;
    }

    h3 {
        font-size: 1.2em;
    }

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

    /*header .reseaux-sociaux-wrap {
        display: none;
    }*/
}

@media (max-width: 960px) {
    .main-navigation {
        display: none;
    }
    .info-rapide {
        display:none;
    }
    .diaporama-texte-lien .wrap .icone {
        display:none;
    }
    .diaporama-texte-lien h2 {
        margin-top: 40px;
    }
    .diaporama-textes-courts .container {
        background-position: left;
    }
    .produits-liste .libelle-catalogue {
        position: relative;
        left: 0;
        width: calc(100% - 40px);
        text-align: center;
        height: auto;
        background-image: none;
        font-size: 0.7em;
        border: solid 1px #fff;
        border-radius: 5px;
        padding:10px;
        margin: 20px auto 0 auto;
    }
    .produits-liste {
        width: 100%;
        height: auto;
        display: block;
        flex-direction: column;
        justify-content: flex-end;
    }
    .produits-liste .layout-70 {
        display:none;
        position:relative;   
    }
    .produit-wrap.visible .layout-70 {
        display:block;
        position:relative;   
    }
    .produits-liste .produit-wrap {
        padding:0 30px;
    }
    .produits-liste .produit .info {
        position: relative;
        bottom: 0px;
        right: 0px;
        width: 100%;
        max-width: initial;
        padding: 0;
    }
    .produits-liste .produit .image img {
        height: auto!important;
        margin-bottom: 20px;
    }
    .produits-liste .layout-flex .layout-70, .produits-liste .layout-flex .layout-30 {
        width: 100%!important;
    }

}

@media (max-width: 768px) {

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.6em;
    }

    .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%;
        padding-right: 0;
        padding-left:0;
    }

    #logo {
        max-width: 140px;
    }

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

    .menu-button {
        display: block;
    }

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

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

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

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

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

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

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

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
        max-width: calc(33% - 1rem)!important;
    }
    .diaporama-textes-courts .texte-court h2 {
        font-size: 5vw !important;
    }
    
}

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

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

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

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

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

    body .gform_wrapper .gform_body .gform_fields .gfield input {
        padding: 6px!important;
    }
    h1, .page-header .h1 {
        font-size: 6vw!important;
    }
    .single-post article .entry-content p:first-child:not(:only-child) {
        font-size: 1.3em;
    }
    .video-wrap {
        padding: 40px 0 20px 0;
    }
    .footer-wrap {
        min-height: auto;
        padding: 10px 0 10px 0;
    }
    .copyright-wrap {
        font-size: 0.5em;
    }
}

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