/*!
Theme Name: CapitainePlouf
Theme URI: https://bg-press.com/
Author: BG-Press
Author URI: https://bg-press.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: CapitainePlouf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
    margin: 0!important;
    padding: 0!important;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

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

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('fonts/montserrat-bold-webfont.woff') format('woff'),
    url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('fonts/montserrat-light-webfont.woff') format('woff'),
    url('fonts/montserrat-light-webfont.ttf') format('truetype'),
    url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('fonts/montserrat-regular-webfont.woff') format('woff'),
    url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
optgroup,
textarea {
    color: rgba(122, 122, 122, 1);
    font-family: 'montserratlight';
    font-size: 12px;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

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

a:focus {
    outline: thin dotted;
}

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

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

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

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

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

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

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

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

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

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

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

/* Small menu. */

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

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

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



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

/* Text meant only for screen readers. */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

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

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

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

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

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

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

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/* CUSTOM CAPITAINE PLOUF */

html,
body,
p {

    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    color: rgba(122, 122, 122, 1);
}

@media (min-width: 1600px) {
    .container {
        max-width: 1365px;
    }
}

.screenH {
    min-height: calc(100vh - 50px);
}

.screenvp {
    min-height: calc(100vh - 100px);
}

.screenh {
    height: calc(100vh - 59px);
}

@media screen and (min-width:992px) {
    .screenh {
        min-height: calc(100vh - 25px);
    }

    .screenH75 {
        min-height: calc(100vh - 25px);
        display: flex;
        justify-content: center;
    }

}


.cpBlue,
.cp-blue {
    color: #77afdb
}


.custom-logo-link {
    width: 40px;
    height: 40px;
}

.custom-logo-link:hover {

    -webkit-animation: pulse 0.5s ease infinite;

    animation: pulse 0.5s ease infinite;
}

.elementor-widget-container .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width:992px) {
    .menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


/* FIX portfolio<>elementor */

.elementor-editor-active .elementor-shortcode .grid {
    display: none;
}

/* HEADER */

.site-branding {
    padding: 5px 0;
    z-index: 10000
}


#masthead {
    background-color: #000;
    z-index: 9999;
}

.navbar {
    min-height: 50px;
}

.site-title {
    font-size: 11px;
    text-transform: uppercase;
}

a,
a:visited {
    color: rgba(119, 175, 219, 1);
}



/* BURGER */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    transform: scale(0.7)
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #c70b1e;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: rgba(119, 175, 219, 1);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}


.navSpacer {
    width: 100px
}

/*
   * Emphatic
   */

.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*


/* NAV */

@media screen and (min-width: 992px) {

    .site-branding {
        position: absolute;
        left: 15px;
        top: 0;
    }

    .navbar-light .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 0;
    }

    .navbar.navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .navbar-expand-lg .navbar-collapse {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: space-between;
    }
}





@media screen and (min-width:992px) {
    .lang-item a {
        position: relative;
    }

    .lang-item a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 15px;
        width: 1px;
        background-color: rgba(119, 175, 219, 1);
    }

    .lang-item-first a:before {
        display: none;
    }

}

.navbar {

    padding: 0 15px;
}

.navbar a {
    color: rgba(119, 175, 219, 1);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.navbar a:hover {
    /*
    color: #c70b1e;*/
    color: #77afdb;
    text-decoration: none;
}


#primary-menu,
#secondary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-item {
    text-transform: uppercase;
}

#primary-menu li,
#secondary-menu li {
    text-align: center;
    line-height: 50px;
}

#masthead .menu li a {color: #ffffff;}

#masthead .menu li.current-menu-item a,
.home #masthead .current-menu-item a:hover, .home #masthead .menu li.current-menu-item a, #masthead .menu .active a{
    color: #77afdb
}


@media screen and (min-width:992px) {

    body {
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }


    .home #masthead {

        top: 0;
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        position: fixed;
    }

    .stick .home #masthead {
        opacity: 1;
        visibility: visible;
    }

    #masthead {
        width: 100%;
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }



    .stick #masthead {
        position: fixed!important;
        top: 0;
        left: 0;
        right: 0;

        -webkit-animation: stickAnim .5s;
        animation: stickAnim .5s;
    }
    @-webkit-keyframes stickAnim {
        0% {
            -webkit-transform: translateY(-86px);
            transform: translateY(-86px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes stickAnim {
        0% {
            -webkit-transform: translateY(-86px);
            transform: translateY(-86px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }




    #primary-menu,
    #secondary-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #primary-menu li a,
    #secondary-menu li a {
        padding: 0 10px;
    }


}

@media screen and (min-width:1200px) {
    #primary-menu li a,
    #secondary-menu li a {
        padding: 0 15px;
    }
}

#primary-menu li,
#secondary-menu li {
    font-size: 14px;
}

#video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#long {
    height: 20000px;
}

.container-fluid .elementor-section-full_width {
    margin-left: -15px;
    margin-right: -15px;
    right: 0;
}

@media screen and (min-width:992px) {

    .visite {
        margin-left: 30px;
    }

    .visite a {
        padding-left: 30px!important;
    }
    .visite a:after {
        padding-left: 15px!important;
    }

    .visite a:before {
        content: '';
        display: block;
        width: 25px;
        height: 100%;
        background-image: url(img/eye-solid-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        transition: all ease .3s
    }

    .current_page_item.visite a:before,
    .visite:hover a:before {
        background-image: url(img/eye-solid-red.svg);
    }

    .visite:hover a:before {
        transform: translateY(100%);
    }

}

/* SPLASH */

/*----------------------------------------------------------------*/

#splash {display: flex; flex-direction: column; justify-content: center;}
#splash .elementor-container {margin: 0; height: 504px;}
#splash p {
    color: #c70b1e;
    font-family: 'montserratlight';
}

#splashMask {
    overflow: hidden;
    height: 60px;
    position: relative;
    margin-left: 0!important;
    margin-right: 0!important;
}

#splashMask p {
    margin: 0;
}

#splashMask #span1,
#splashMask #span2 {
    transition: all ease 1s;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    line-height: 60px;
}

#splashMask #span1 {
    top: 0
}

#splashMask #span2 {
    top: 60px;
    opacity: 0
}

#splashMask:hover #span1 {
    top: 60px;
    opacity: 0
}

#splashMask:hover #span2 {
    top: 0;
    opacity: 1;
}

/* PRODUCTIONS */

#productions {
    background-color: #000;
}

#productions .elementor-widget-wrap.js-stickybit-parent {
    position: relative;
}

#navProd,
#navProd.js-is-sticky {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #fff;
}

#navProd a {
    padding: 0 15px;
    line-height: 25px;
    letter-spacing: 0.07em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    transition: all ease .5s;
}

#navProd a.active {
    color: #c70b1e
}

#navProd a:hover,
#navProd a.active {
    color: rgba(119, 175, 219, 1)
}

.stick #navProd a {
    line-height: 50px;
}

#navProd.js-is-sticky,
#navProd.js-is-stuck {
    z-index: 10!important;
}

.child.js-is-stuck {
    bottom: 0;
}

.button-group.filter-button-group {
    text-align: center;
}

.button-group.filter-button-group button {
    border: none;
    background: none;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat';
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.button-group.filter-button-group a:hover {
    color: rgba(119, 175, 219, 1);
}


.grid-item {
    overflow: hidden
}

.grid-item img {
    width: 100%
}

.grid-item .cbp-caption {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.grid-sizer,
.grid-item.small {
    width: 25%;
}

.grid-item.big {
    width: 50%;
}

.grid-sizer,
.grid-item.small {
    width: 100%;
}

.grid-item.big {
    width: 100%;
}

@media screen and (min-width:768px) {
    .grid-sizer,
    .grid-item.small {
        width: 50%;
    }
    .grid-item.big {
        width: 50%;
    }
}

@media screen and (min-width:992px) {
    .grid-sizer,
    .grid-item.small {
        width: 25%;
    }
    .grid-item.big {
        width: 50%;
    }
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}


button {
    border: none;
    outline: none;
}

.cbp-caption-activeWrap h2,
.cbp-caption-activeWrap p {
    font-weight: normal;
}

.cbp-caption-activeWrap,
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: url("img/cursor_play_small.png") 12 12, auto;
}

.big .cbp-caption-activeWrap,
.overlay {
    cursor: url("img/cursor_play.png") 25 25, auto;
}

.overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
}

@media screen and (min-width:1025px) {
    .overlay {
        background: rgba(59, 115, 159, 0.5);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        top: 0;
        left: 0;
        opacity: 0;
    }
}

.grid a:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.grid a:hover img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.grid a:hover .overlay {
    opacity: 1;
}

.cbp-caption {
    text-align: center;
    position: relative;
}

#productions .grid {
    -webkit-transition: height .6s ease-in-out;
    -o-transition: height 0.6 ease-out;
    -o-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

#productions .grid a .cbp-caption-activeWrap {
    opacity: 1;
    color: #fff;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#productions .grid a:hover .cbp-caption-activeWrap {
    opacity: 1;
    z-index: 2;
    top: 0;
    left: 0;
}

#productions .grid h2 {
    font-size: 1.3rem;
}

#productions .grid p {
    font-size: 1rem;
}

.maskTitle {
    display: block;
    height: 2.2rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}


#productions .grid a .cbp-caption-activeWrap h2 {
    margin-top: 2.2rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#productions .grid a .cbp-caption-activeWrap p {
    margin-top: -1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #fff;

}

#productions .grid a:hover .cbp-caption-activeWrap p {
    margin-top: 0.5rem;
}

#productions .grid .big h2 {
    font-size: 2.2rem;
}

#productions .grid .big p {
    font-size: 1.7rem;
}

.big .maskTitle {
    height: 3.7rem;
}


#productions .grid .big a .cbp-caption-activeWrap p {
    margin-top: -3.7rem;

}

#productions .grid .big a .cbp-caption-activeWrap h2 {
    margin-top: 3.7rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#productions .grid a:hover .cbp-caption-activeWrap h2 {
    margin-top: 0
}

#productions .grid .big a:hover .cbp-caption-activeWrap p {
    margin-top: 0.5rem;
}


#productions .grid a .cbp-caption-activeWrap .filet {
    display: block;
    height: 1px;
    background: #FFF;
    width: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

#productions .grid a:hover .cbp-caption-activeWrap .filet {
    width: 200px;
}

#productions .grid .cbp-wrapper-outer {
    overflow: visible;
}

#productions .grid .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible;
}


@media screen and (max-width:1024px) {

    #productions .grid a .cbp-caption-activeWrap {
        opacity: 1;
        z-index: 3;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    #productions .grid a .cbp-caption-activeWrap h2 {
        margin-top: 0
    }

    #productions .grid .big a .cbp-caption-activeWrap h2 {
        margin-top: 0.5rem;
    }

    #productions .grid a .cbp-caption-activeWrap p {
        margin-top: 0.5rem;
    }
    #productions .grid .big a .cbp-caption-activeWrap p {
        margin-top: 0.5rem;
    }

    #productions .grid a .cbp-caption-activeWrap .filet {
        width: 200px;
    }

}


@media screen and (min-width:1025px) {
    .maskTitle {
        overflow: hidden;
    }

}

.cbp-caption-activeWrap {
    transform: scale(0.8)
}

/* SINGLE-PRODUCTION */

.single-production .site-content {
    min-height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videoWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background-color: #000;
}

.videoWrapper iframe,
.videoWrapper .youtube,
.videoWrapper video,
.videoWrapper audio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vidProd {
    margin-bottom: 15px;
}


.detailProd h1 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}


.detailProd h2 {
    color: #c70b1e;
    margin-bottom: 2em;
}

.detailProd h1,
.detailProd h2 {
    font-size: 1.3em;
    margin-top: 0;
    line-height: 1.2em;
    font-weight: normal;
}

.detailProd h3,
.detailProd strong {
    font-size: 1em;
    margin-top: 0;
    line-height: 1em;
    font-weight: normal;
}

.detailProd p {
    line-height: 1.2em;
    margin-bottom: 0
}

@media screen and (min-width: 992px) {

    .vidProd {
        margin-bottom: 0;
    }
    .detailProd.col-lg-3 {
        padding: 0 30px
    }
    .addtoany_content_bottom {
        margin: 0!important;
        position: absolute;
        bottom: 0;
    }
}

.otherprods {
    margin: 30px auto;
}

.otherprods h2 {
    font-size: 1.2em;
    margin: 15px 0
}

.otherprods h3 {
    margin: 15px 0 0 0;
    color: rgba(122, 122, 122, 1)
}

.otherprods a.detailProd {
    margin-bottom: 30px;
}

.otherprods a.detailProd:hover {
    text-decoration: none;
}

.otherprods .detailProd:hover strong {
    color: #c70b1e
}


.single-production #main .row {
    min-height: 200px;
}

.playPause {
    color: #77afdb;
    cursor: pointer;
}

.playPause:hover {
    color: #c70b1e;
}

/* NAV POST*/

.navigation.post-navigation {
    max-width: 100%;
    padding: 0 15px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    float: none;
    width: auto;
    display: block;
    z-index: 9999;
    width: 60px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all ease 0.3s;

}


@media screen and (max-width:619px) {

    .navigation.post-navigation {
        width: 100%;
        padding: 0 15px;
    }

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

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

@media screen and (min-width:620px) {
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        position: fixed;
        top: 50%;
    }
}

.post-navigation .nav-previous {
    background-image: url(img/chevron-left-blue.svg);
    left: 0;
}

.post-navigation .nav-next {
    background-image: url(img/chevron-right-blue.svg);
    right: 0;
}

.post-navigation .nav-previous:hover {
    background-image: url(img/chevron-left-red.svg);
    background-position: center left;
}

.post-navigation .nav-next:hover {
    background-image: url(img/chevron-right-red.svg);
    background-position: center right;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {}

/* ARTISTES */


   /* 
.catArtiste {
    position: absolute;
    width: 200px;
    text-align: center;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg) translate(60px, 0);
box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.2); 
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(119, 175, 219, 1);
}
*/
.catArtiste {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
   /* border: solid 1px #fff;
    border-bottom: none; */
    letter-spacing: 0.1em;
}

/* OWL */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.thumbArtist {
    display: block;
    position: relative;
    height: calc(100vh - 50px);
    text-align: center;
    overflow: hidden;
}

.thumbArtist .img-parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}


.thumbArtist .img-parallax:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.thumbArtist:hover .img-parallax {
    /* Add the blur effect */
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -webkit-transform: translate(-50%, 0) scale(1.1);
    -ms-transform: translate(-50%, 0) scale(1.1);
    transform: translate(-50%, 0) scale(1.1);
}

.thumbArtist:hover .img-parallax:before {
    opacity: 1;
}

.thumbArtist,
.thumbArtist p,
.thumbArtist .more {
    color: #fff;
}

.thumbArtist h2 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.thumbArtist:hover h2 {
    top: 35%;
}

.presArtiste {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 720px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.thumbArtist:hover .presArtiste,
.thumbArtist:hover .more {
    opacity: 1;
}


.more {
    position: absolute;
    bottom: 20%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.more:hover {
    background-color: rgba(255, 255, 255, 0);
    padding: .6rem 2rem;
    letter-spacing: 0.2rem
}

@media screen and (min-width:1025px) {
    .more {
        opacity: 0;
    }


}

.owl-nav span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 100px;
    z-index: 3;
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    color: rgba(119, 175, 219, 1);
}

.owl-nav span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    fill: rgba(119, 175, 219, 1);

}

.owl-prev:before {
    background-image: url("img/chevron-left-blue.svg");
}

.owl-prev:hover:before {
    background-image: url("img/chevron-left-red.svg");
}

.owl-next:before {
    background-image: url("img/chevron-right-blue.svg");
}

.owl-next:hover:before {
    background-image: url("img/chevron-right-red.svg");
}

.owl-nav span:hover {}

.owl-prev.disabled,
.owl-next.disabled {
    display: none;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

/* SINGLE-ARTISTE */

.single-artiste #main,
.single-production #main {}

.single-artiste .site-content,
.single-production .site-content {
    padding: 45px 0
}

#artisteTitle {
    font-size: 5em;
    color: rgba(119, 175, 219, 1);
    margin: 0;
    margin-bottom: 15px;
}

#posterArtist {
    margin-bottom: 15px;
}

#descArtist p {
    text-transform: none;
}

@media only screen and (min-width: 992px) {
    #descArtist p {
        font-size: 0.9em;
    }
}

@media screen and (min-width:1600px) {
    #descArtist {
        padding: 0 60px;
    }
}

#videos_artist .col-lg-6,
.ep.col-md-3 {
    margin: 30px 0;
}

.ep_title {
    font-size: 1em;
    color: rgba(119, 175, 219, 1);
}

/* VISITE */

#visite {
    height: calc(100vh - 75px)
}

@media screen and (min-width:992px) {
    #visite {
        position: relative;
        padding-bottom: 43%;
    }

}


#visite iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* AGENCE */

#menu-agence li a {
    line-height: 50px;
}

#agence p {
    text-transform: none;
    font-family: 'montserratlight';
}

#clientsRow,
#awardsRow {
    text-align: center;
}

#clientsRow img,
#awardsRow img {
    width: auto;
    margin: 0 auto 60px auto;
}

.thumbClient {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1025px) {

    #equipe .elementor-image {
        position: relative;
    }

    #equipe .elementor-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transition: all ease 0.5s
    }

    #equipe .elementor-image:hover:after {
        opacity: 1
    }


    #imgFred .elementor-image:after {
        background-image: url(../capitaineplouf/img/Fred.gif)
    }

    #imgMarie .elementor-image:after {
        background-image: url(../capitaineplouf/img/Marie.gif)
    }

    #imgGuillaume .elementor-image:after {
        background-image: url(../capitaineplouf/img/Guillaume.gif)
    }

    #imgSebastien .elementor-image:after {
        background-image: url(../capitaineplouf/img/Sebastien.gif)
    }

    #imgNicolas .elementor-image:after {
        background-image: url(../capitaineplouf/img/Nicolas.gif)
    }

    #imgPablo .elementor-image:after {
        background-image: url(../capitaineplouf/img/Pablo.gif)
    }

    #imgAssistante .elementor-image:after {
        background-image: url(../capitaineplouf/img/Assistante.gif)
    }

}

/* FIXES */

#bandeau_vid1 {
    background-color: #000;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.menu li.active a,
.menu .current-lang a {
    color: #c70b1e
}

.menu li a {
    cursor: pointer;
    color: rgba(119, 175, 219, 1);
}



#menu-agence li a,
#menu-agence-en li a {
    color: rgba(119, 175, 219, 1);
}

#menu-agence li a:hover,
#menu-agence li.active a {
    color: #c70b1e;
}

.filter-button-group a.active {
    color: #fff;
}


.elementor-widget-text-editor {
    font-family: 'montserratlight', sans-serif!important;
}

.logged-in #masthead {
    top: 32px;
}

.stickyBits {
    z-index: 9998
}

/* STUDIOS */

.txtStudio,
.txtStudio p {
    color: white;
}

.txtStudio h2 {
    font-size: 14px;
    color: #77afdb;
    margin-bottom: 1.5em
}

.txtStudio ul {
    margin: 0 0 1.5em 0;
    padding: 0;
    list-style: none;
}

.txtStudio p {
    margin: 0;
}

/* CONTACT */

#map-canvas {
    background-size: cover;
    min-height: 350px;
    background-position: center;
}

#loading-gui #loading-background {
    background-size: cover!important;
}

#cpCoord {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* FORMULAIRE */

.wpcf7 {
    max-width: 620px;
    font-size: 1rem;
    letter-spacing: 1.5;
    z-index: 10000
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form {}

.wpcf7-form input {
    width: 100%;
    background: #eeeeee;
    border: none;
    padding: 1rem;
}

.wpcf7-form textarea {
    width: 100%;
    max-height: 100px;
    background: #eeeeee;
    border: none;
    padding: 1rem;

}

.wpcf7-form p {
    width: 100%;
    color: #eeeeee;
    border: none;

}

.wpcf7-form .wpcf7-submit {
    width: auto;
    background-color: #FFF;
    cursor: pointer;
    padding: 1rem;
    border: 1px solid #7a7a7a;

}


/* ARCHIVE */

.archive h2 {
    font-size: 14px;
    margin: 0
}

.thumbPost {
    margin-bottom: 30px;
}

.thumbPost img {
    margin-bottom: 15px;
}

.thumbPost p {
    margin: 0;
}

.thumbPost:hover {
    text-decoration: none;
}

.thumbPost:hover h2 {
    color: #c70b1e
}

/* ROOF PLOUF */

.roofPlouf .date p {
    margin: 0;
}

.rpDesc {
    font-size: 0.9em;
}

/* FOOTER */

footer {
    height: 50px;
    background-color: #deecf6;
    padding: 15px;
}

#menu-social,
.menu-social-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

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

footer .fa {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    position: relative;
    padding: 0 20px;
    transition: all ease 0.5s
}

footer .fa a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

footer .fa.facebook {
    background-image: url(img/facebook-blue.svg)
}

footer .fa.linkedin {
    background-image: url(img/linkedin-blue.svg)
}

footer .fa.instagram {
    background-image: url(img/instagram-blue.svg)
}

footer .fa.youtube {
    background-image: url(img/youtube-blue.svg)
}

footer .fa.facebook:hover {
    background-image: url(img/facebook-red.svg)
}

footer .fa.linkedin:hover {
    background-image: url(img/linkedin-red.svg)
}

footer .fa.instagram:hover {
    background-image: url(img/instagram-red.svg)
}

footer .fa.youtube:hover {
    background-image: url(img/youtube-red.svg)
}

/* POLISH MENU */

.menu * {
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu li {
    overflow: hidden;
}

.menu a {
    display: inline-flex;
    position: relative;
    width: 100%;
    text-align: center;
    justify-content: center;

}

.menu a:after {
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.menu a:after {

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    color: #77afdb;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
}


.menu li:hover a {
    transform: translateY(-100%);
}

.menu li:hover a:after {
    opacity: 1
}
/* Correction titres longs dans la grille */
.maskTitle {
    height: auto !important;
    overflow: visible !important;
}

.big .maskTitle {
    height: auto !important;
}

/* Correction du mouvement du titre */
#productions .grid a .cbp-caption-activeWrap h2 {
    margin-top: 1rem !important;
}

#productions .grid a:hover .cbp-caption-activeWrap h2 {
    margin-top: 0 !important;
}

#productions .grid .big a .cbp-caption-activeWrap h2 {
    margin-top: 1.2rem !important;
}

#productions .grid .big a:hover .cbp-caption-activeWrap h2 {
    margin-top: 0 !important;
}
