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

helitechnik 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
# Pages
    ## Front page
    ## Articles
# Templates
    ## Template - Header
    ## Template - Footer
    ## Template - Page
    ## Template - Realisations
    ## Template - Pièces
    ## 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
# Widgets
    ## Widget - Texte
    ## Widget - Vidéo
# Blocs
    ## Bloc - Réalisations intro
# Media Query
--------------------------------------------------------------*/

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

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

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

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

#loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#dcedff;
    /*background: url("../helitechnik/images/loader.svg") 50% 50% no-repeat #fff;*/
}
#loader-flex {
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.helice {
    position:absolute;
    width: 110px;
    height: 110px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    z-index: 2;
}
.helicoptere {
    position:absolute;
    width: 65px;
    height: 110px;
    z-index: 1;
    margin-right: 9px;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/*--------------------------------------------------------------
## Normalize
--------------------------------------------------------------*/
:root {
    --yellow:#dc9c0e;
    --bluelight: #aeb7be; 
    --bluedark: #1b2f4a;
    --lightbrown: #d0d4d7;
}

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

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

a {
    background-color: transparent;
}

b,
strong {
    /*font-weight: 900;*/
}

pre {
    overflow: auto;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

input {
    line-height: normal;
}

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

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

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

[hidden],
template {
    display: none;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

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

body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: 'fort', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}

h1 {
    font-family: 'ddt', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 9em;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
}

h2, .h2 {
    font-family: 'ddt', sans-serif;
    font-weight: 900;
    font-size: 8em;
    letter-spacing: 1px;
    text-transform:uppercase;
    color: var(--bluelight);
    margin-top: 5px;
    margin-bottom: 20px;
}

h3, .h3 {
    font-family: 'ddt', sans-serif;
    font-weight: 900;
    font-size: 3em;
    line-height: 1;
    text-transform:uppercase;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

h4 {
    font-family: 'fort', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
}

h5 {
    font-family: 'ddt', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

h6 {
    font-family: 'ddt', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

p {
    font-family: 'Fort', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.9rem;
    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 */
}

.bg-triangle {
    background-image: url('images/triangle.svg');
    background-size: cover;
    background-position: left top;
}

/*--------------------------------------------------------------
## 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: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    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;
}

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

.gradient-blue {
    background: rgb(0,44,72);
    background: -moz-linear-gradient(124deg, rgba(0,44,72,1) 0%, rgba(0,32,58,1) 49%, rgba(0,16,41,1) 100%);
    background: -webkit-linear-gradient(124deg, rgba(0,44,72,1) 0%, rgba(0,32,58,1) 49%, rgba(0,16,41,1) 100%);
    background: linear-gradient(124deg, rgba(0,44,72,1) 0%, rgba(0,32,58,1) 49%, rgba(0,16,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c48",endColorstr="#001029",GradientType=1);
}
.gradient-blue-alt {
    background: rgb(0,44,72);
    background: -moz-linear-gradient(281deg, rgba(0,44,72,1) 0%, rgba(0,32,58,1) 49%, rgba(0,16,41,1) 100%);
    background: -webkit-linear-gradient(281deg, rgba(0,44,72,1) 0%, rgba(0,32,58,1) 49%, rgba(0,16,41,1) 100%);
    background: linear-gradient(281deg, rgba(0,44,72,1) 0%, rgba(0,32,58,1) 49%, rgba(0,16,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c48",endColorstr="#001029",GradientType=1);
}

.box-shadow {
    box-shadow: 0 0 20px #b5a9a9;
}

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

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

::placeholder {
    color: #000;
    text-transform: uppercase;
    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;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 6px;
}

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;
    
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

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

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

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

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

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

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

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

a {
    color: #929292;
    
    outline: 0;
    text-decoration: none!important;
    
    -webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	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;
}

.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 1.2em;
    
    font-size: 1em;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1.4;
    text-transform: uppercase;
    outline: 0;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.main-navigation ul li a::before {
    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;

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

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

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

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

.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: 99999;
    
    min-width: 260px;
    padding-top: 20px;
    background-clip: content-box;
    background-color: #eee;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

.main-navigation ul ul li a {
    font-size: 1em;
    padding: 0.8em;
}

.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;
    background-color: rgba(0, 0, 0, 0.95);
    
    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;
}

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

body.menu-opened .menu-button {
    background:transparent;
}

body.menu-opened .menu-button .menu-bar {
    background-color: var(--yellow);
}

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

body.menu-opened header .reseaux-sociaux-wrap {
    visibility: hidden;
}

body.menu-opened .nav-wrap.fixed {
    background:transparent;
}

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

.mobile-navigation ul li a {
    position: relative;
    padding: 0.6em 0;
    
    font-size: 2.8em;
    font-family:"ddt", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    outline: 0;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

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

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

.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.5em;
    text-transform: none;
}

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

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

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

.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),
.widget .textwidget p:first-child:not(:only-child) {
    font-size: 1.25em;
}

.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
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

.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 */

.outline h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

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

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

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

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

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

a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position:relative;
    /*display: inline-block;*/
    display:inline;
    padding: 7px 15px;
    
    font-style: italic;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0,5px;
    
    background-color: transparent;
    border-color: transparent;
    color: #000;

    margin-left:15px;
    
    transition:0.3s;
}

a.btn-couleur::after {
    content: '';
    position: absolute;
    right: -15px; bottom: 0; top:0; width: 0; height: 0;
    border-left: 15px solid var(--yellow);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    transition:0.3s;
}

a.btn-couleur::before {
    content: '';
    position: absolute;
    left: -15px; bottom: 0; top:0; width: 0; height: 0;
    border-right: 15px solid var(--yellow);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    transition:0.3s;
}

a.btn-couleur:hover::before {
    border-right-color:#000;
    transition:0.3s;
}

a.btn-couleur:hover::after {
    border-left-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: var(--yellow);
    border-color: #ccc;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

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

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


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

.home .nav-wrap {
    position: relative;
}
.introduction {
    width: 100%;
    background:#c8d4fa;
}
.intro-zone-primaire {
    display:flex;
}
.introduction .intro-zone-primaire img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.intro-zone-primaire, .intro-zone-secondaire{
    height: 70vh;
}
.intro-zone-secondaire {
    position:relative;
    padding:40px;
    overflow: hidden;
}
.intro-zone-secondaire h2 {
    font-size: 6em;
    letter-spacing: 0px;
    line-height: 1em;
    max-width: 600px;
}
.intro-zone-secondaire img {
    position: absolute;
    bottom: -20px;
    right: -95px;
    display: block;
    width: 75%;
    max-width: 700px;
}
.intro-zone-secondaire .description {
    font-weight: 200;;
    margin: 20px 0;
    max-width: 400px;
    width: 100%;
}
.overlap-right {
    margin-right: 100px;
    position: relative;
}

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

.articles {
    margin: 60px 0;
}

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

.page-header {
    padding: 170px 0 90px 0;
    background-color: var(--bluedark);
    background-image: url('images/element-entete-heli-technik.svg');
    background-position:left center;
    background-size:contain;
    background-repeat: no-repeat;
}

.page-title {
    margin: 0;
}

h1.page-title, .h1 {
    color: var(--bluedark);
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

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

.nav-wrap {
    position: absolute;
    width: 100%;
    z-index: 999;
    
    padding: 0px;
    /*background: transparent;*/
    background: #fff;
    color: #000;

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

.nav-wrap.fixed {
    position: fixed;
    top: 0;

    background: #fff;
    box-shadow: -1px 6px 40px -2px rgb(0 0 0 / 9%);

    -webkit-animation: slideDown 0.3s;
    -moz-animation: slideDown 0.3s;
    -o-animation: slideDown 0.3s;
    animation: slideDown 0.3s;
}

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

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

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

.menu-button {
    position: relative;
    z-index: 100000;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    background-color: var(--yellow);
    
    -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: #000;
    margin-bottom: 11px;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-button #bar-3 {
    width: 20px;
    margin-left: auto;
    margin-bottom: 0;
}
.menu-button:hover #bar-3 {
    width: 35px;
}
body.menu-opened .menu-button #bar-1 {
	transform: rotate(45deg);
	margin-bottom: -2px;
}
body.menu-opened .menu-button #bar-2 {
	opacity: 0;
    margin: 0;
}
body.menu-opened .menu-button #bar-3 {
    width: 35px;
    transform: rotate(-45deg);
    margin-top: -2px;
}

#logo {
    position: relative;
    z-index: 100000;
    
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    position: absolute;
    top: 7px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1em;
    
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

#logo:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#logo a {
    display: block;
}

.logo-wrap {
    position:relative;
    padding:0 20px 0 40px;
    height: 60px;
}

#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: #000;
    color: #fff;
}

.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: #333;
}

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

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

.footer-wrap {
    height: auto;
    min-height: 300px;
    padding: 80px 0 100px 0;
    position:relative;
    overflow: hidden;
}

.footer-wrap > div {
    position:relative;
    z-index: 1;
}

.footer-wrap .img {
    position:absolute;
    right:0;
    top:0;
    width: 40vw;
    z-index: 0;
}

.footer-logo-wrap {
    width: 100%;
    min-width: 140px;
    /*max-width: 180px;*/
}

.footer-infos-wrap address p {
    margin-top: 0;
    font-weight: 200;
    font-size: 1em;
}

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

.footer-infos-wrap li {
    margin-bottom: 1.8em;
    line-height: 1.6;
}

.footer-wrap .reseau-social a {
    background: transparent;
    justify-content: flex-start;
}

.footer-wrap .reseau-social svg {
    color: var(--yellow);
    font-size: 1.2em;
}

.footer-wrap #menu-liens-utiles {
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap #menu-liens-utiles li {
    width: 50%;
}

.footer-wrap #menu-liens-utiles a {
    position:relative;
    color:var(--yellow);
    display: block;
    font-size: 1.4em;
    transition:0.3s;
    margin:5px 0;
    padding-left: 10px;
    transition:0.3s;  

}
.footer-wrap #menu-liens-utiles a:hover {
    padding-left: 20px;
    transition:0.3s;  
}

.footer-wrap #menu-liens-utiles a::before {
    content:"";
    position:absolute;
    top:13px;
    left:-20px;
    width: 20px;
    height: 1px;
    background:var(--yellow);
    transition:0.3s;
}

.footer-wrap #menu-liens-utiles a:hover::before {
    content:"";
    position:absolute;
    top:13px;
    left:-20px;
    width: 30px;
    height: 1px;
    background:var(--yellow);
    transition:0.3s;
}
.footer-logo-wrap img {
    width: 300px;
}

.footer-wrap .os_courriel {
    margin:5px 0;
}

.footer-wrap .os_courriel a {
    font-weight: 400;
}

.copyright-wrap {
    padding: 15px 0;
    font-size: 0.6em;
}

.copyright-wrap a,
.copyright-wrap a:focus,
.copyright-wrap a:visited {
    color: #fff;
}

.copyright-wrap a:hover {
    color: #333;
}

.os_credit {
    text-align: right;
}

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

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

/*--------------------------------------------------------------
## Template - Realisations
--------------------------------------------------------------*/
.realisation-suggeree-section-texte {
    padding:40px 10px 40px 40px!important;
}
.realisation-suggeree-section-image {
    line-height: 0;
}
.realisation-suggeree-section-texte h3 {
    font-size: 2em;
}
.realisation {
    margin:0 0 40px 0;
}
.realisations-intro {
    margin-top:-95px;
}
.realisations-intro h3 {
    font-size: 2em;
}
.realisations-intro a.btn {
    width: 150px;
}
.realisations-intro .slick-arrow {
    top:inherit;
    bottom:-80px;
    height: 80px;
    transition:0.3s;
}
.realisations-intro .slick-prev {
    width: 50%;
    left:0;
    display: flex;
    justify-content: center;
    border-left:solid 1px;
    border-bottom:solid 1px;
    border-right:solid 1px;
}
.realisations-intro .slick-prev:hover {
    background-color: var(--bluedark)!important;
    transition:0.2s;
}
.realisations-intro .slick-next {
    width:50%;
    display: flex;
    justify-content: center;
    border-right: solid 1px;
    border-bottom:solid 1px;
}
.realisations-intro .slick-next:hover {
    background-color: var(--bluedark)!important;
    transition:0.2s;
}
.facetwp-template[data-name="listing_realisations"] {
    background-color:var(--lightbrown);
    padding:80px 0 20px 0;
}
.facetwp-facet {
    margin-bottom: 0px!important;
}
.facetwp-facet-pager_realisations {
    background-color:var(--lightbrown);
}
.facetwp-pager {
    display:flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding:20px;
}
.facetwp-page {
    width: 40px;
    height: 40px;
    border: solid 1px #000;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition:0.3s;
}
.facetwp-page:hover {
    background-color:var(--bluedark);
    color:#fff;
    transition:0.3s;
}
.facetwp-page.active {
    background-color:var(--bluedark);
    color:#fff;
    font-weight: normal!important;
}
.facetwp-page.next {
    background-color:transparent;
    border:solid 0px;
    background-image: url('images/fleche-next.svg');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.facetwp-page.prev {
    background-color:transparent;
    border:solid 0px;
    background-image: url('images/fleche-prev.svg');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.related-posts {
    background-color: var(--lightbrown);
    padding:80px 0 20px 0;
}
.single-realisation article {
    padding:60px 0 60px 0;
    margin:0!important;
}
/*--------------------------------------------------------------
## Template - Pièce
--------------------------------------------------------------*/
.piece-photo-carrousel {
    width: 500px;
    height: 500px;
    margin: auto;
    border: solid 1px var(--lightbrown);
    border-radius: 50%;
    overflow: hidden;
}
.piece-photo-carrousel .slick-prev {
    left:0px;
}
.piece-photo-carrousel .slick-next {
    right:0px;
}
.single-piece .description-piece {
    margin-bottom:20px;
}
.single-piece .categories-piece span {
    color:var(--bluedark);
    text-transform: uppercase;
    border:solid 1px var(--bluedark);
    padding:5px 10px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 0.8em;
    margin-right: 10px;
}
.specification-titre {
    letter-spacing: 1px;
    font-weight: 500;
}
.specifications h5 {
    margin-bottom:0;
}
.specification-valeur {
    letter-spacing: 1px;
    font-weight: 300;
}
.specifications-wrap {
    font-family: 'ddt', sans-serif;
    text-transform: uppercase;
    margin-bottom:40px;
}
.specification-unique {
    border-bottom: solid 1px var(--bluelight);
    padding: 10px 0 5px 0;
    margin-right: 10px!important;
}
#formulaire-information {
    height: 100px;
}
.single-piece .related-posts {
    background: rgb(225,226,228);
    background: -moz-linear-gradient(135deg, rgba(225,226,228,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(225,226,228,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(135deg, rgba(225,226,228,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e2e4",endColorstr="#fafafa",GradientType=1);
    padding:60px 0;
}
.single-piece .slick-slide img {
    width:100%;
    transform:scale(0.7);
}

/*--------------------------------------------------------------
## 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 {
    color:#666;
    font-weight: 300;
    font-style: normal;
    font-size: 0.7em;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'ddt', sans-serif;
    letter-spacing: 1px;
}

.entry-category a,
.entry-tags a {
    display: inline-block;
    
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;
    text-transform: uppercase;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    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;
}

header .reseaux-sociaux-wrap {
    display: flex;
    margin: 0 40px;
}

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

.reseau-social {
    font-size: 1.6rem;
    margin: 0 0.25em 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: 1em;
	height: 1em;
    font-size: 1em;
    
    border-radius: 100%;
    background-color: #000;
    
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.reseau-social:hover a {
    -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 {
    display: inline-block;
    width: 100%;
    
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Standard Field Label */

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

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

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

/* Required Field Indicator (Asterisk) */

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

/**
 * Standard Fields
 */

/* Text Field */

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

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

/* Textarea Field */

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

/* Select Field */

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

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

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

body .gform_wrapper .gform_body .gform_fields .gfield select {
    white-space: normal;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    
    padding-right: 26px!important;
}

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

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

/* Checkbox and Radio Field */

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

/**
 * Form Footer
 */

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

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

/* Submit button */

body .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    margin: auto;
}

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

.gform_required_legend {
    display: none;
}

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

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

/* Validation – Error Field Label */

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

/* Validation – Error Fields */

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

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

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

.slick-track {
    margin-left: 0px;
    margin-right: 0px;
    width: 70%;

}
/*.slick-slide a {
    display: flex;
    justify-content: center;
    margin:0 20px;
}*/

/*.slick-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1em;
    height: 1em;
    font-size: 1em;
    position: absolute;
    bottom: -57px;
    height: 40px;
    width: 50%;
    border:solid 1px #ccc;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    color: #000;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}*/

.slick-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    position: absolute;
    padding:0 20px;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    color: #000;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.slick-arrow:hover img {
    transform:scale(1.3);
    transition:0.3s;
}

.slick-arrow img {
    width: 20px;
    transition:0.3s;
}

.slick-prev {
    /*left: -1.65em;*/
    left:0;
}
.slick-next {
    /*right: -1.65em;*/
    right: 0;
}

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

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

.slick-next:hover .icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    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;
    
    -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	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;
}

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

.widget {
    margin: 0 0 1.5em;
}

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

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

.widget ul.menu {
    text-align: initial;
    list-style: none;
}

.widget ul.menu li {
    margin: 2em 0;
}

.widget ul.menu li:first-child {
    margin-top: 0;
}

.widget ul.menu li:last-child {
    margin-bottom: 0;
}

.widget ul.menu li a {
    display: block;
}

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

.texte-generique-wrapper .texte-generique-content p:first-child {
    margin-top: 0;
}
.texte .description p:first-child {
    font-size: 1.3em;
    font-weight: 400;
    margin-top:0px;
}
.texte .description p:only-child {
    font-size: initial;
    font-weight: 200;
}


/*--------------------------------------------------------------
## Widget - Video
--------------------------------------------------------------*/

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

    border: 1px 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;
}

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

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

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

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

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

.helitechnik_widget_video .video-player .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

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

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

    z-index: 5;
}

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

.helitechnik_widget_video .video-player .video-overlay-button {
    width: 200px;
    height: 200px;

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

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

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

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

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

.helitechnik_widget_video .video-legende {
    margin: 2rem 0 0;
}

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

.helitechnik_widget_video .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.
 */

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

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

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

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

/*--------------------------------------------------------------
# Bloc - Texte
--------------------------------------------------------------*/
.bloc-texte {
    margin-bottom:30px!important;
}
.bloc-texte.center .bloc-texte-description {
    margin: auto;
}
.bloc-texte-description {
    width: 100%;
    max-width: 600px;
}

/*--------------------------------------------------------------
# Bloc - Carrières
--------------------------------------------------------------*/
.carriere-apercu-container {
    /*padding-right: 20px;*/
    padding:0px 20px 20px 20px!important;
}
.carriere-apercu {
    width: 100%;
    height: 150px;
    /*max-width: 400px;*/
    border-radius: 10px;
    margin: 20px 20px 0px 0;
    display: flex;
    align-items: center;
    background-color:#fff;
    transition:0.7s;
}
.carriere-apercu:hover {
    transform:translateY(-5px);
    transition:0.3s;
}
.carriere-apercu-wrap {
    width: 100%;
    flex-wrap: nowrap;
}
.carriere-apercu-info {
    padding:0 30px!important;
}
.carriere-apercu-btn {
    height: 100px;
    border-left: solid 1px #ccc;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.bouton-fleche img {
    height: 25px;
    width: auto;
}
.carriere-profil-wrap {
    border-right: solid 1px var(--yellow);
}
.carriere-profil-wrap .image {
    margin-bottom:20px;
}
.carriere-profil-wrap .date-limite {
    font-family: 'ddt', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.75em;
    margin-bottom:10px;
}
.carriere-profil-wrap h1 {
    font-size: 2em!important;
}
.carriere-section-profil h3, .carriere-section-details h3 {
    font-size: 1.2em;
    margin-bottom:5px;
    margin-top:20px;
}
.carriere-section-profil h3 {
    font-family: 'fort', sans-serif;
    text-transform: initial;
    font-weight: 600;
    font-size: 1.1em;
}
.section-detail {
    margin-bottom:40px;
}
.single-carriere .carriere {
    padding-top:60px;
    padding-bottom:60px;
}
.single-carriere .formulaire-postuler .boxed {
    padding:60px 0;
}
.membre-singulier {
    margin-bottom:40px;
    padding: 0 10px;
}
.membre-wrap {
    padding-left: 10px;
}
.membre-info {
    padding:20px 10px 20px 20px;
}
.membre-nom h4 {
    font-size: 1.6em;
    font-weight: 500;
    padding-bottom:0px;
}
.nom-poste h4 {
    font-size: 1.6em;
}
.description-poste h3 {
    margin-top:0!important;
}
.carriere-profil-wrap .btn-postuler {
    padding:30px 0 20px 0;
}
.carriere-details-wrap ul {
    margin-top:10px;
    padding-left:15px; 
}
.carriere-details-wrap ul li{
    padding:0 0 7px 0;
}
.carriere-details-wrap ul li::marker {
    color:var(--yellow);
}
#formulaire-ancre {
    height: 50px;   
}

/*--------------------------------------------------------------
# Bloc - Liste des carrières
--------------------------------------------------------------*/
.liste-carrieres {
    height: 100%;
    padding:35px;
    background-image: url('images/bg-carrieres.jpg');
    background-size: cover;
    background-position: center;
}

/*--------------------------------------------------------------
# Bloc - Historique
--------------------------------------------------------------*/
.historique-titre h3 {
    font-size: 2.2em;
}
.historique-description {
    font-weight: 200;
    font-size: 0.85em;
}
.historique-description h4 {
    font-weight: 400;
    font-size: 1.6em;
}
.historique-image {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.historique-image img {
    object-fit: cover;
    object-position: center;
    top:0;
    right: 0;
    bottom:0;
    left:0;
    height: 100%;
    z-index: 1;
}
.historique-image .pastille {
    position: absolute;
    z-index: 2;
    left: -5.5em;
}
.historique-image .pastille img {
    width: 160px;
    height: 160px;
    animation: rotation 30s infinite linear;
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

/*--------------------------------------------------------------
# Template - Carrière singulière
--------------------------------------------------------------*/
.carriere-profil {
    border-right: solid 1px var(--yellow);
}

/*--------------------------------------------------------------
# Bloc - Avantages (Carrières)
--------------------------------------------------------------*/
.avantages .titre {
    padding:40px;
    border-bottom:solid 1px #fff;
}
.avantages .titre h3 {
    font-size: 2.4em;
}
.texte-carrousel, .avantages-carrousel {
    padding:131px 0;
    font-family:"ddt", sans-serif;
    font-size: 1.4em;
}
.texte-carrousel .slick-slide, .avantages-carrousel .slick-slide {
    padding:0 60px;
}

/*--------------------------------------------------------------
# Bloc - Réalisations intro
--------------------------------------------------------------*/
.realisations-intro-wrap {
    height: 300px;
    padding: 0px;
    margin-bottom: 100px;
}
.realisations-intro-wrap .slick-list {
    /*padding:40px*/
}
.excerpt {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 1.4em;
    color: #999;
}
.realisation-suggeree-section-image img {
    width: 100%;
    height: 260px;
    /*padding:20px;*/
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.realisation-suggeree-section-nombre .pastille {
    height: 140px;
    width: 140px;
    font-size: 3em;
    font-weight: 900;
    border-radius: 50%;
    background: var(--bluelight);
    color: var(--bluedark);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ddt', sans-serif;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bluedark);
}
.realisation-suggeree-section-nombre {
    display: flex;
    align-items: center;
    justify-self: center;
}
.realisation .box-shadow {
    background-color:#fff;
    padding:0!important;
}
.realisation-single-description {
    margin-bottom:20px;
}

/*--------------------------------------------------------------
# Bloc - Inventaire et filtre
--------------------------------------------------------------*/
.bg-inventaire {
    background-image: url('images/background-inventaire-helitechnik.jpg');
    background-size: cover;
    background-position: center;
}
.piece {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 40px 0 10px 0;
}
.piece .miniature {
    width: 100%;
    max-width: 250px;
    height: 250px;
    max-height: 100%;
    margin:auto;
    border-radius: 50%;
    margin:auto;
    border: solid 1px var(--lightbrown);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    background-color:#fff;
    transition:0.7s;
}
.piece .miniature img {
    transform:scale(0.7);
    transition:0.7s;
}
.piece .miniature:hover {
    border: solid 1px var(--yellow);
    transition:0.3s;
}
.piece .miniature:hover img {
    transform:scale(0.8);
    transition:0.3s;
}
.piece .id {
    font-family: 'ddt', sans-serif;
    font-weight: 700;
    font-size:12px;
    padding:20px 0 0 0;
    letter-spacing: 1px;
}
.nom-piece h4 {
    font-size: 1.4em;
    margin-bottom:10px;
}
.piece .btn-center {
    margin: auto;
}
.piece .btn-center a {
    margin-left:0;
}
.single-piece .piece .btn-center a {
    margin-left:15px;
}
.facetwp-facet-recherche_pieces {
    /*padding-top:40px;*/
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.facetwp-type-checkboxes {
    padding:30px 10px 20px 15px;
}
.facetwp-facet-recherche_pieces input {
    width: 100%!important;
    border-radius: 30px;
    min-width: auto!important;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 10px;
}
.facetwp-facet-recherche_pieces .facetwp-input-wrap {
    width: 100%!important;
}
.facetwp-icon {
    right: 10px!important;
}
.facetwp-checkbox {
    font-family: 'ddt', sans-serif;
    text-transform: uppercase;
    color: var(--bluedark);
    letter-spacing: 1px;
    font-size: 1.2em;
    font-weight: 300!important;
    margin-bottom:10px;
}
.facetwp-depth .facetwp-checkbox {
    font-weight: 300;
    font-size: 0.8em;
}
.inventaire-filtre {
    background-color: var(--lightbrown);
}
.inventaire-pieces {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.inventaire-padding {
    padding: 40px;
    max-width: 400px;
    margin: auto;
}
.formulaire-information {
    background-color:var(--lightbrown);
    height: 0px;
    overflow:hidden;
    transition:0.3s;
    padding:0px;
}
.formulaire-information .boxed {
    padding:40px 0;
}
/*--------------------------------------------------------------
# Bloc - Services
--------------------------------------------------------------*/
.service-bloc-wrap {
    padding:100px;
}
.service-bloc-wrap ul li::marker {
    color:var(--yellow);
}
.service-bloc-wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding:0 0 0 20px;
    margin:20px 0 0 0;
}
.service-bloc-wrap ul li {
    width: 50%;
    font-size:1.1em;
    padding: 0 25px 10px 0;
}

/*--------------------------------------------------------------
# Bloc - Promo
--------------------------------------------------------------*/
.promo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:40px 5%;
    background: rgb(225,226,228);
    background: -moz-linear-gradient(135deg, rgba(225,226,228,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(225,226,228,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(135deg, rgba(225,226,228,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e2e4",endColorstr="#fafafa",GradientType=1);
}
.bg-promo {
    background-image: url('images/promo-bg-piece.jpg');
    background-size: cover;
    background-position: center;
}

/*--------------------------------------------------------------
# Bloc - Carousel logo
--------------------------------------------------------------*/
.carrousel-logos {
    margin:20px 0 80px;
}
.carrousel-logos a {
    display:block;
    transition:1s;
}
.carrousel-logos a:hover {
    transform:scale(1.1);
    transition:0.3s;
}
.carrousel-logos img {
    max-width: 150px;
    margin:auto;
}
.carrousel-logos .slick-track {
    display:flex;
    align-items: center;
}

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

    header .reseaux-sociaux-wrap {
        top: 160px;
        right: 30px;
    }
    .service-bloc-wrap ul li {
        width: 100%;
    }
    .footer-wrap .img {
        width: 700px;
    }
}

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

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

    h3 {
        font-size: 2.4em;
    }
    .realisations-intro {
        margin-top: -82px;
    }
    .membre-courriel a {
        font-size: 0.8em;
    }
    .membre-singulier {
        margin-bottom: 20px;
    }
    .membre-singulier > .layout-flex {
        flex-direction: column;
        padding:10px;
    }
    .membre-singulier.layout-33 {
        width: 25%;
    } 
    .membre-singulier .layout-50 {
        width: 100%;
    } 
    .membre-info {
        padding: 5px;
    }
    .membre-courriel a {
        font-size: 1em;
    }
    .membre-singulier {
    margin-bottom: 40px;
    padding: 0 10px;
    }
    .boxed-half-left {
        padding-left: 20px;
        margin-left: auto!important;
    }
    .boxed-half-right {
        padding-right: 20px;
        margin-right: auto!important;
    }
    .footer-wrap #menu-liens-utiles li {
        width: 100%;
    }
    .avantages .titre h3 {
        font-size: 1.4em;
    }
    .piece-photo-carrousel {
        width: 400px;
        height: 400px;
    }
    .historique-image .pastille {
        transform: scale(0.7);
    }
    
}

@media (max-width: 1024px) {

    h2 {
        font-size: 1.8em;
    }

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

    header .reseaux-sociaux-wrap {
        display: none;
    }
    .service-bloc-wrap {
        padding: 60px;
    }
    h1.page-title, .h1 {
        -webkit-text-stroke-width: 1px;
    }
    .carriere-apercu-container {
        width: 100%!important;
    }
    .promo h3 {
        font-size: 1.8em;
    }
    .related-posts {
        padding: 40px 0 20px 0;
    }
    .inventaire-pieces .layout-33 {
        width: 50%;
    }
    .specification-unique {
        width: 100%!important;
    }
    
}

@media (max-width: 960px) {
    .main-navigation {
        display: none;
    }
    .membre-singulier.layout-33 {
        width: 33%;
    } 
    .realisations-intro-wrap {
        height: auto;
    }
    .realisation-suggeree-section-nombre .pastille {
        height: 100px;
        width: 100px;
        font-size: 1.5em;
    }
    .piece-photo-carrousel {
        width: 320px;
        height: 320px;
    }
    .historique-description {
        padding: 40px 0;
    }
    .historique .layout-70 {
        flex-direction: column;
        padding:0!important;
    }
    .historique .layout-70 .historique-titre {
        display:none;
    }

}

@media (max-width: 768px) {
    h1 {
        font-size: 3.2em;
        -webkit-text-stroke-width: 1px!important;
    }

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

    h3 {
        font-size: 1.4em;
    }
    
    .layout-flex .layout-100,
    .layout-flex .layout-95,
    .layout-flex .layout-90,
    .layout-flex .layout-85,
    .layout-flex .layout-80,
    .layout-flex .layout-75,
    .layout-flex .layout-70,
    .layout-flex .layout-66,
    .layout-flex .layout-65,
    .layout-flex .layout-60,
    .layout-flex .layout-55,
    .layout-flex .layout-50,
    .layout-flex .layout-45,
    .layout-flex .layout-40,
    .layout-flex .layout-35,
    .layout-flex .layout-33,
    .layout-flex .layout-30,
    .layout-flex .layout-25,
    .layout-flex .layout-20,
    .layout-flex .layout-15,
    .layout-flex .layout-10,
    .layout-flex .layout-5 {
        width: 100%;
    }
    
    /*#logo {
        max-width: none;
        min-width: auto;
        width: 50px;
    }*/
    
    .nav-wrap.fixed {
        position: fixed;
    }
    
    .menu-button {
        display: block;
    }

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

    .site-footer .widget ul.menu {
        display: inline-block;
    }

    .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;
    }
    .realisations-intro {
        margin-top: -60px;
    }
    .service-bloc-wrap {
        padding: 40px;
    }
    .membre-singulier.layout-33 {
        width: 50%;
    } 
    .page-header {
        padding: 120px 0 40px 0;
    }
    .introduction .intro-zone-primaire {
        height: 40vh;
    }
    .introduction .intro-zone-secondaire {
        height: 40vh;
    }
    .intro-zone-secondaire img {
        max-width: 350px;
    }
    .intro-zone-secondaire .description {
        width: 70%;
    }
    .realisation {
        margin: 0 0 20px 0;
    }
    .realisation-suggeree-section-nombre {
        position:absolute;
        top:215px;
        z-index: 9;
    }
    .realisations-intro .slick-prev {
        z-index: 0;
    }
    .realisation-suggeree-section-texte {
        height: 260px;
    }
    .realisations-intro .slick-arrow {
        bottom: -92px;
        height: 75px;
    }
    .footer-info, .footer-columns {
        flex-direction: column;
    }
    .footer-wrap .img {
        display: none;
    }
    .footer-wrap #menu-liens-utiles a::before {
        display:none;
    }
    .footer-navigation {
        margin-top:30px;
    }
    .footer-wrap {
        padding: 60px 0 70px 0;
    }
    .footer-wrap #menu-liens-utiles a {
        font-size: 1.2em;
    }
    .carriere-apercu-btn {
        width: 90px!important;
    }
    .carriere-apercu-container {
        padding: 0 20px 0 0!important;
    }
    .liste-carrieres .carriere-apercu-container {
        padding: 0 0 0 0!important;
    }
    .single-carriere .carriere-apercu-container {
        padding: 0 20px 0 20px!important;
    }
    .carriere-profil-wrap {
        border-right: solid 0px var(--yellow);
    }
    .outline h2 {
        -webkit-text-stroke-width: 1px;
    }
    .realisations-intro h3 {
        font-size: 1.5em;
    }
    h3, .h3 {
        font-size: 2em;
    }
    .footer-logo-wrap img {
        max-width: 200px;
        margin-bottom: 20px;
    }
    .facetwp-template[data-name="listing_realisations"] {
        padding: 40px 0 0px 0;
    }
    .carriere-profil-wrap, .carriere-details-wrap {
        padding:0;
        margin-top:20px;
    }
    .single-carriere .carriere {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section-detail {
        margin-bottom: 20px;
    }
    .piece-informations {
        margin-top:30px;
    }
    .specification-titre {
        width: 50%!important;
    }
    .historique-description {
        padding: 40px 40px 80px 40px;
    }
    .historique-image .pastille {
        left: auto;
        top: -80px;
        right: 0;
    }
}

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

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

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

    body .gform_wrapper .gform_footer input[type=submit] {
        width: 100%;
    }

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

    .mobile-navigation ul li a {
        font-size: 2em;
    }
}

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

    h2 {
        font-size: 2.6em!important;
    }
    .membre-singulier.layout-33 {
        width: 100%;
    } 
}

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

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

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}