/*
Theme Name: menard
Theme URI:
Author:menard
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: menard

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
@font-face {
    font-family: "SoletancheFreyssinet";
    src: url("fonts/SOLETANCHE.TTF");
    font-weight: normal;
    font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body {
    color: #4c4747;
    line-height: 1.5;
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
    color: #e31818;
    text-decoration: none;
}
a:visited {
    color: #e31818;
}
a:focus {
    outline: 0;
}
a:active, a:hover {
    color: #e31818;
    outline: 0;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.3;
}
h1 {
    font-size: 48px;
    margin: 33px 0;
}
h2 {
    font-size: 30px;
    margin: 25px 0;
}
h3 {
    font-size: 22px;
    margin: 22px 0;
}
h4 {
    font-size: 20px;
    margin: 25px 0;
}
h5 {
    font-size: 18px;
    margin: 30px 0;
}
h6 {
    font-size: 16px;
    margin: 36px 0;
}
address {
    font-style: italic;
    margin: 0 0 24px;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ffff00;
    color: #000000;
}
p {
    margin: 0 0 24px;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background: #f5f5f5;
    color: #666666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}
blockquote blockquote {
    margin-right: 0;
}
blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}
blockquote strong, blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}
ul {
    list-style-type: square;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
li> ul, li> ol {
    margin: 0;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
caption {
    font-size: 16px;
    margin: 20px 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor> .comment-body .fn:before, .error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */

.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after {
    clear: both;
}
.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after {
    content: "";
    display: table;
}

/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.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-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Form fields, general styles first. */

button, input, textarea {
    border: 2px solid #d4d0ba;
    font-family: inherit;
    padding: 5px;
}
input, textarea {
    color: #141412;
}
input:focus, textarea:focus {
    border: 2px solid #c3c0ab;
    outline: 0;
}

/* Buttons */

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #e05d22;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
    /* W3C */
    border: none;
    border-bottom: 3px solid #b93207;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #ed6a31;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
    /* W3C */
    outline: none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    background: #d94412;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
    /* W3C */
    border: none;
    border-top: 3px solid #b93207;
    padding: 10px 24px 11px;
}
.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d;
}
:-moz-placeholder {
    color: #7d7b6d;
}
::-moz-placeholder {
    color: #7d7b6d;
}
:-ms-input-placeholder {
    color: #7d7b6d;
}
.text-center, .tac {
    text-align: center;
}
.ofh {
    overflow: hidden;
}
.float-left, .fl {
    float: left;
}
.float-right, .fr {
    float: right;
}
.vertical-align-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*
 * Buttons
 *
 *
 */

.cookie-bar-bar button#catapultCookie {
    padding: 0 10px;
    font-size: 16px;
}

a.btn.btn-themplate {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    background: #e11818;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 4px;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */

embed, iframe, object, video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
figure.wp-caption.alignleft, img.alignleft {
    margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
    margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}
img.aligncenter {
    margin: 5px auto;
}
img.alignnone {
    margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.alignleft+ ul, .wp-caption.alignleft+ ol {
    list-style-position: inside;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    background-color: #ffffff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.site-main {
    position: relative;
}
.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
}
.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}
.container {
    width: 940px;
    margin: 0 auto;
    padding-bottom: 10px;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
    position: relative;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    background: url("images/ie-9.png") repeat-x left top;
}
.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 230px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}
.site-header .site-title:hover {
    text-decoration: underline;
}
.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
}
.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
    padding-bottom: 15px;
}
ul.nav-menu, div.nav-menu> ul {
    margin: 0;
    padding: 0 40px 0 0;
}
.nav-menu {
    text-align: center;
}
.nav-menu li {
    display: inline-block;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.nav-menu li a {
    color: #141412;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
}
.nav-menu li:hover> a, .nav-menu li a:hover, .nav-menu li:focus> a, .nav-menu li a:focus {
    background-color: #220e10;
    color: #ffffff;
}
.nav-menu .sub-menu, .nav-menu .children {
    background-color: #220e10;
    border: 2px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    overflow: hidden;
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
    width: 200px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #db572f;
}
ul.nav-menu li:hover> ul, .nav-menu ul li:hover> ul, ul.nav-menu .focus> ul, .nav-menu .focus> ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}
.nav-menu .current_page_item> a, .nav-menu .current_page_ancestor> a, .nav-menu .current-menu-item> a, .nav-menu .current-menu-ancestor> a {
    color: #bc360a;
    font-style: italic;
}
.menu-toggle {
    display: none;
}

/* Navbar */

.navbar {
    background: none;
    margin: 0 auto;
    width: 100%;
}
.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
}
.site-header .search-field:focus {
    background-color: #ffffff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.main-navigation .language {
    float: right;
    color: #ffffff;
    font-size: 16px;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: 400;
    position: absolute;
    right: 4%;
    top: 20px;
}
.main-navigation .language a {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.main-navigation .language .active:before {
    content: "";
    display: block;
    padding: 0;
    margin: 0 0 -5px 12px;
    position: absolute;
    bottom: 30px;
    right : 5px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-top: 0;
    border-right: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none;

}
.main-navigation .language:hover .active::before{
    border-color: #e11818;
}
.main-navigation .language .active {
    color : #e11818;
    position: relative;
    color: #ffffff;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    position: relative;
    background: none;
    padding: 15px 20px 15px 10px;
    text-decoration: none;
    z-index: 3;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main-navigation .language:hover .active{
    color: #e11818;
}
.main-navigation .language a.active::after {
    position           : absolute;
    bottom             : 0;
    left               : 0;
    width              : 100%;
    height             : 1px;
    background         : #ffffff;
    content            : "";
    opacity            : 0;
    -webkit-transition : height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition    : height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition         : height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform  : translateY(-12px);
    -moz-transform     : translateY(-12px);
    transform          : translateY(-12px);
}

.main-navigation .language:hover a.active::after {
    height            : 3px;
    opacity           : 1;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    transform         : translateY(0px);
}

.main-navigation .language:focus a.active::after {
    height            : 3px;
    opacity           : 1;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    transform         : translateY(0px);
}

.main-navigation .language ul.sub-menu {
    border     : none;
    padding    : 0;
    margin     : 0;
    background : none;
    text-align : center;
    width      : 100%;
    left       : 0;
    height     : auto;
    max-height : 0;
    overflow   : hidden;
    opacity    : 0;
}

.main-navigation .language:hover > ul.sub-menu {
    -moz-transition    : max-height 5s 0.2s ease;
    -webkit-transition : max-height 5s 0.2s ease;
    transition         : max-height 5s 0.2s ease;
    opacity            : 1;
    max-height         : 1000px;
}

.main-navigation .language ul.sub-menu li a{
    color: #5b5b5b;
    font-family: "Open Sans", Helvetica, Arial, fantasy;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    padding: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    background: none;
    z-index: 3;
}
.main-navigation .language ul.sub-menu li:hover a{
    color: #e11818;
}
.main-navigation .language ul.sub-menu li {
    background     : rgba(255, 255, 255, 0.8);
    display        : inline-block;
    position       : relative;
    font-size: 13px;
    line-height: 15px;
    font-family: "Open Sans", Helvetica, Arial, fantasy;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0;
    vertical-align: middle;
}
#navbar {
    position: relative;
    z-index: 2;
    padding: 0 !important;
    margin: 0;
    top: 0;
}
#navbar .nav-menu {
    padding: 0;
}
#navbar .nav-menu li {
    vertical-align: middle;
}
#navbar .nav-menu li, #navbar .nav-menu li:hover {
    background: none;
    border: none;
}
#navbar .nav-menu li a, #navbar .nav-menu li a:hover {
    color: #ffffff;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    position: relative;
    background: none;
    z-index: 3;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    letter-spacing: 1px;
    min-width: 164px;
}
#navbar .nav-menu li:focus a, #navbar .nav-menu li:hover a {
    color: #e11818;
}
#navbar .nav-menu li> a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
#navbar .nav-menu li.menu-item-has-children:hover> a::after, #navbar .nav-menu li.menu-item-has-children:focus> a::after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
#navbar .nav-menu li.language a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}
#navbar .nav-menu li.logotype-margin a {
    display: block;
    width: 125px;
    height: 93px;
    background: url(images/logotype.png) no-repeat center center;
    overflow: hidden;
    text-indent: -999px;
}
#navbar .nav-menu li.logotype-margin a:after, #navbar .nav-menu li.logotype-margin:before {
    display: none;
}
#navbar .nav-menu li> ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    text-align: center;
    width: 100%;
    left: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}
#navbar .nav-menu li> ul.sub-menu li {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}
#navbar .nav-menu li> ul.sub-menu li a {
    width: 100%;
    -moz-text-shadow: none none !important;
    -webkit-text-shadow: none none !important;
    text-shadow: none !important;
}
#navbar .nav-menu li:hover> ul.sub-menu {
    -moz-transition: max-height 5s 0.2s ease;
    -webkit-transition: max-height 5s 0.2s ease;
    transition: max-height 5s 0.2s ease;
    opacity: 1;
    max-height: 1000px;
}
#navbar .nav-menu li ul.sub-menu li a, #navbar .nav-menu li ul.sub-menu li a:hover, #navbar .nav-menu li ul.sub-menu li a:focus {
    color: #5b5b5b;
    font-size: 13px;
    line-height: 15px;
    font-family: "Open Sans", Helvetica, Arial, fantasy;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0;
    vertical-align: middle;
}
#navbar .nav-menu li ul.sub-menu li:first-child a {
    padding-top: 14px;
}
#navbar .nav-menu li ul.sub-menu li:last-child a {
    padding-bottom: 13px;
}
#navbar .nav-menu li ul.sub-menu li a:hover, #navbar .nav-menu li ul.sub-menu li a:focus {
    color: #e31818 !important;
    -moz-text-shadow: none none !important;
    -webkit-text-shadow: none none !important;
    text-shadow: none !important;
}
#navbar .nav-menu li ul li a::after {
    display: none;
}
.header_pano {
    position: relative;
    width: 100%;
    height: 672px;
    z-index: 1;
    overflow: hidden;
}
.header_pano:before {
    display: block;
    width: 406px;
    height: 283px;
    position: absolute;
    z-index: 4;
    content: "";
    top: -15px;
    left: 50%;
    margin-left: -220px;
    background: url("images/navigarion_gradient.png") no-repeat left top;
}
@keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fixed {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fixed {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fixed {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fixed {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fixed {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#navbar.animated {
    -webkit-animation: fixed 0.4s;
    -moz-animation: fixed 0.4s;
    -ms-animation: fixed 0.4s;
    -o-animation: fixed 0.4s;
    animation: fixed 0.4s;
}
.header_pano .pano-content .pp-embed {
    -webkit-animation: fixed 4s;
    -moz-animation: fixed 4s;
    -ms-animation: fixed 4s;
    -o-animation: fixed 4s;
    animation: fixed 4s;
}
.menu-wrap .menu-title {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    color: #e31818;
    height: 50px;
    padding: 0 60px 0 20px;
    position: relative;
    font-size: 28px;
    line-height: 50px;
    display: none;
}
.menu-wrap .menu-title a.close, .menu-wrap .menu-title a.close:hover, .menu-wrap .menu-title a.close:focus, .menu-wrap .menu-title a.close:active {
    display: block;
    position: absolute;
    content: "+";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #e31818;
    right: 0;
    top: 0;
    font-size: 50px;
    display: inline-block;
    width: 40px;
    height: 40px;
    outline: none;
}
.menu-wrap .menu-title a.close:before {
    content: "+";
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.logotype-mobile {
    display: block;
    position: absolute;
    z-index: 10;
    width: 81px;
    height: 60px;
    background: url("images/mobile_logo.png") no-repeat center center;
    top: 0;
    left: 50%;
    margin-left: -41px;
    display: none;
}
.menu-wrap .social {
    display: none;
}
.header_pano .wrap-title-pano {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    visibility: visible;
    /*
-webkit-animation: fadein 4s;
       -moz-animation: fadein 4s;
        -ms-animation: fadein 4s;
         -o-animation: fadein 4s;
            animation: fadein 4s;

            */
    -moz-transition: visibility 8s ease-out;
    -webkit-transition: visibility 8s ease-out;
    transition: visibility 8s ease-out;
}
.header_pano .wrap-title-pano .inner {
    display: block;
    margin: 0 auto;
    max-width: 940px;
    text-align: center;
    position: relative;
    height: 100%;
}
.header_pano .wrap-title-pano .inner:before {
    display: inline-block;
    content: "";
    margin-left: -5px;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.header_pano .wrap-title-pano .inner.inner-02:before {
    height: 90%;
}
.header_pano .wrap-title-pano .inner h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 200;
    display: inline-block;
    vertical-align: middle;
    margin: -40px auto auto;
    padding: 0;
}
.header_pano .wrap-title-pano .inner h2 span {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
    display: block;
}
.header_pano .wrap-title-pano .inner.inner-02 h2 {
    font-size: 48px;
}
.header_pano .wrap-title-pano .inner.inner-02 button.before, .header_pano .wrap-title-pano .inner.inner-02 button.before:focus, .header_pano .wrap-title-pano .inner.inner-02 button.before:active, .scroll-button.page-bottom {
    content: "";
    display: block;
    padding: 0;
    margin: 0 0 0 -18px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #e31818;
    border-left: 2px solid #e31818;
    border-top: 0;
    border-right: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none;
}
.scroll-button.page-bottom {
    position: static;
    margin: 0 auto;
    margin-top: -76px;
    border-bottom: 3px solid #e31818;
    border-left: 3px solid #e31818;
}
#navbar.clone {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    display: none;
}
#navbar.clone .nav-menu li a {
    color: #b6b6b6;
}
#navbar.clone .nav-menu li.logotype-margin a {
    height: 44px;
    width: 50px;
    background: url(images/logotypefix.png) no-repeat center center;
}
#navbar.clone .main-navigation .language {
    color: #b6b6b6;
    top: 0;
}

#navbar.clone .main-navigation .language ul.sub-menu li{
    background: rgba(255, 255, 255, 0.8);
}
#navbar.clone .main-navigation .language a {
    color: #b6b6b6;
}
#navbar.clone .main-navigation .language ul.sub-menu li a{
    color : #5b5b5b;
}#navbar.clone .main-navigation .language ul.sub-menu li:hover a{
    color : #e31818;
}
#navbar.clone .main-navigation .language a.active::before{
    border-color : #b6b6b6;
}#navbar.clone .main-navigation .language:hover a.active::before{
    border-color : #e31818;
}#navbar.clone .main-navigation .language a.active::after{
    background: #e31818;
}
#navbar.clone .main-navigation .language:hover a.active {
    color: #e31818;
}
#navbar.clone .nav-menu li> a::after {
    background: #e31818;
}
#navbar.clone .nav-menu li:focus a, #navbar.clone .nav-menu li:hover a {
    color: #e11818;
}
#navbar.clone .nav-menu li:hover .sub-menu li.menu-item a, #navbar.clone .nav-menu li:focus .sub-menu li.menu-item a {
    color: #5b5b5b !important;
}
#navbar.clone .nav-menu li:hover .sub-menu li.menu-item a:hover, #navbar.clone .nav-menu li:hover .sub-menu li.menu-item a:focus, #navbar.clone .nav-menu li:focus .sub-menu li.menu-item a:hover, #navbar.clone .nav-menu li:focus .sub-menu li.menu-item a:focus {
    color: #e11818 !important;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
    padding: 40px 0;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
    padding: 0;
}
.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}
.entry-header {
    margin-bottom: 30px;
}
.entry-title {
    font-weight: normal;
    margin: 0 0 5px;
}
.entry-title a {
    color: #141412;
}
.entry-title a:hover {
    color: #ea9629;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    font-size: 14px;
}
.entry-meta a {
    color: #bc360a;
}
.entry-meta a:hover {
    color: #bc360a;
}
.entry-meta> span {
    margin-right: 20px;
}
.entry-meta> span:last-child {
    margin-right: 0;
}
.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}
.entry-meta .date a:before {
    content: "\f303";
}
.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}
.categories-links a:first-child:before {
    content: "\f301";
}
.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px;
}
.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px;
}
.single-author .entry-meta .author, .sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
    display: none;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-content a, .comment-content a {
    color: #bc360a;
}
.entry-content a:hover, .comment-content a:hover {
    color: #ea9629;
}
.entry-content .more-link {
    white-space: nowrap;
}
.entry-content blockquote {
    font-size: 24px;
}
.entry-content blockquote cite, .entry-content blockquote small {
    font-size: 16px;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: -60px;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin-right: -60px;
}
footer.entry-meta {
    margin-top: 24px;
}
.format-standard footer.entry-meta {
    margin-top: 0;
}

/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-links a, .page-links> span {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    text-decoration: none;
}
.format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #ffffff;
}
.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover {
    background: #ffffff;
    color: #e63f2a;
}
.format-status .entry-content .page-links> span, .format-quote .entry-content .page-links> span {
    background: none;
}
.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */

.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
    background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #ffffff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */


/* Aside */

.format-aside {
    background-color: #f7f5e7;
}
.blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside+ .format-aside, .format-aside+ .format-link, .format-link+ .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-aside .entry-meta {
    margin-top: 0;
}
.format-aside blockquote {
    font-size: 100%;
    font-weight: normal;
}
.format-aside cite {
    font-size: 100%;
    text-transform: none;
}
.format-aside cite:before {
    content: "\2014";
    margin-right: 5px;
}

/* Audio */

.format-audio {
    background-color: #db572f;
}
.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px;
}
.format-audio .entry-content a, .format-audio .entry-meta a, .format-audio .entry-content a:hover, .format-audio .entry-meta a:hover {
    color: #fbfaf3;
}
.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}
.format-audio .wp-audio-shortcode {
    height: 30px !important;
    /* Override mediaelement.js style */
    margin: 20px 0;
    max-width: 400px !important;
    /* Override mediaelement.js style */
}
.format-audio audio {
    max-width: 100% !important;
    /* Avoid player width overflow. */
}

/* Chat */

.format-chat {
    background-color: #eadaa6;
}
.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-chat .entry-meta a, .format-chat .entry-content a {
    color: #722d19;
}
.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px;
}
.format-chat .entry-meta .author {
    display: none;
}
.format-chat .chat {
    margin: 0;
}
.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0;
}
.format-chat .chat .fn {
    font-style: normal;
}

/* Gallery */

.format-gallery {
    background-color: #fbca3c;
}
.format-gallery .entry-header {
    margin-bottom: 15px;
}
.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}
.format-gallery .entry-meta a, .format-gallery .entry-content a {
    color: #722d19;
}

/* Image */

.format-image .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-image .categories-links, .format-image .tags-links {
    display: none;
}

/* Link */

.format-link {
    background-color: #f7f5e7;
}
.blog .format-link:first-of-type, .single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-link .entry-header, .format-link .entry-content p:last-child {
    margin-bottom: 0;
}
.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px;
}
.format-link .entry-title a {
    color: #bc360a;
}
.format-link div.entry-meta {
    display: inline;
}

/* Standard */

.format-standard .wp-video, .format-standard .wp-audio-shortcode, .format-audio .wp-audio-shortcode, .format-standard .video-player {
    margin-bottom: 24px;
}
.wp-video {
    margin: 0 auto;
}

/* Quote */

.format-quote {
    background-color: #210d10;
}
.format-quote .entry-content, .format-quote .entry-meta {
    color: #f7f5e7;
}
.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0;
}
.format-quote .entry-content a, .format-quote .entry-meta a, .format-quote .linked {
    color: #e63f2a;
}
.format-quote .entry-content cite a {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
}
.format-quote .entry-content cite a:hover {
    text-decoration: none;
}
.format-quote blockquote small, .format-quote blockquote cite {
    display: block;
    font-size: 16px;
}
.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative;
}
.format-quote blockquote:before {
    content: "\201C";
    font-size: 140px;
    font-weight: 400;
    line-height: 0.8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}
.format-quote .entry-meta .author {
    display: none;
}

/* Status */

.format-status {
    background-color: #722d19;
    padding: 0;
}
.format-status .entry-content, .format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}
.format-status .entry-content a {
    color: #eadaa6;
}
.format-status .entry-meta a {
    color: #f7f5e7;
}
.sidebar .format-status .entry-content, .sidebar .format-status .entry-meta {
    padding-left: 95px;
}
.format-status .entry-content:before, .format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}
.sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before {
    left: 70px;
}
.format-status .categories-links, .format-status .tags-links {
    display: none;
}

/* Ensures the dots in the dot background are in lockstep. */

.format-status .entry-meta:before {
    background-position: left top;
}
.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}
.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px;
}
.sidebar .format-status .entry-content> p:first-child:before {
    left: 64px;
}
.format-status .entry-content p:last-child {
    margin-bottom: 0;
}
.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px;
}
.format-status .entry-meta .date a:before {
    content: "\f105";
}

/* Video */

.format-video {
    background-color: #db572f;
}
.format-video .entry-content a, .format-video .entry-meta a, .format-video .entry-content a:hover, .format-video .entry-meta a:hover {
    color: #fbfaf3;
}
.format-video .entry-title {
    font-size: 50px;
    font-weight: 400;
}
.format-video .entry-meta {
    color: #220e10;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}
.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}
.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}
.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}
.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}
.attachment footer.entry-meta {
    display: none;
}
.attachment-meta:before {
    content: "\f307";
}
.full-size-link a:before {
    content: "\f402";
}
.full-size-link:before {
    content: none;
}
.attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before {
    color: #ca3c08;
}
.attachment .entry-content {
    background-color: #ffffff;
    max-width: 100%;
    padding: 40px 0;
}
.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}
.image-navigation a:hover {
    text-decoration: none;
}
.image-navigation .nav-previous, .image-navigation .nav-next {
    position: absolute;
    top: 50px;
}
.image-navigation .nav-previous {
    left: 0;
}
.image-navigation .nav-next {
    right: 0;
}
.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}
.attachment .entry-attachment, .attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}
.attachment .entry-attachment .attachment {
    display: inline-block;
}
.attachment .entry-caption {
    text-align: left;
}
.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}
.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
    margin: 0;
}
.attachment .site-main .sidebar-container {
    display: none;
}
.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}
.attachment .entry-content .wp-video {
    margin: 0 auto;
}
.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
}
.navigation .nav-next {
    float: right;
}
.navigation a {
    color: #bc360a;
}
.navigation a:hover {
    color: #ea9629;
    text-decoration: none;
}
.paging-navigation {
    background-color: #e8e5ce;
    padding: 40px 0;
}
.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}
.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}
.paging-navigation .nav-next {
    padding: 13px 0;
}
.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}
.paging-navigation .meta-nav {
    background-color: #e63f2a;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}
.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
    background-color: #ea9629;
    text-decoration: none;
}
.post-navigation {
    background-color: #ffffff;
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0;
}
.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}
.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    width: 100%;
}
.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}
.single .author-info {
    padding: 50px 0 0;
}
.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}
.single-format-status .author-description {
    color: #f7f5e7;
}
.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px;
}
.author-link {
    color: #ca3c08;
    margin-left: 2px;
}
.author.archive .author-link {
    display: none;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    background-color: #e8e5ce;
}
.archive-title, .archive-meta {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}
.sidebar .archive-meta {
    padding-right: 316px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
    background-color: #e8e5ce;
}
.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}
.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
    background-color: #ffffff;
}
.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}
.error404 .page-title:before {
    color: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}
.error404 .page-wrapper {
    background-color: #e8e5ce;
}
.error404 .page-header, .error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
    width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}
.comments-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
}
.comment-list .children {
    margin-left: 20px;
}
.comment-list> li:after, .comment-list .children> li:before {
    background: url(images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.comment-list> li:last-child:after {
    display: none;
}
.comment-body {
    padding: 24px 0;
    position: relative;
}
.comment-author {
    float: left;
    max-width: 74px;
}
.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}
.comment-author .fn {
    word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
.says {
    display: none;
}
.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
    width: 100%;
}
.bypostauthor> .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}
.comment-list .edit-link {
    margin-left: 20px;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    word-wrap: break-word;
}
.comment-meta, .comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
}
.comment-meta a:hover {
    color: #ea9629;
}
.comment-metadata {
    margin-bottom: 20px;
}
.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}
.comment-awaiting-moderation {
    color: #a2a2a2;
}
.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.comment-reply-link:before, .comment-reply-login:before {
    content: "\f412";
    margin-right: 3px;
}

/* Comment form */

.comment-respond {
    background-color: #f7f5e7;
    padding: 30px 0;
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}
.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}
.comment-form .comment-notes {
    margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
    margin-bottom: 8px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}
.comment-form .required {
    color: #ed331c;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
}
.comment-form textarea {
    width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
    color: #686758;
    font-size: 12px;
}
.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}
.comment-list .pingback, .comment-list .trackback {
    padding-top: 24px;
}
.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}
.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}
.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}
.mu_alert {
    margin-top: 25px;
}
.site-main .mu_register input[type="submit"], .site-main .mu_register #blog_title, .site-main .mu_register #user_email, .site-main .mu_register #blogname, .site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}
.site-main .mu_register input[type="submit"] {
    width: auto;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
    float: right;
    width: 300px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
    background-color: #ffffff;
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}
.widget .widget-title {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 10px;
}
.widget ul, .widget ol {
    //list-style-type: none;
    margin: 0 0 0 18px;
    padding: 0;
}
.widget li {
    padding: 5px 0;
}
.widget .children li:last-child {
    padding-bottom: 0;
}
.widget li> ul, .widget li> ol {
    margin-left: 20px;
}
.widget a {
    color: #bc360a;
}
.widget a:hover {
    color: #ea9629;
}

/* Search widget */

.search-form .search-submit {
    display: none;
}

/* RSS Widget */

.widget_rss .rss-date {
    display: block;
}
.widget_rss .rss-date, .widget_rss li> cite {
    color: #a2a2a2;
}

/* Calendar Widget */

.widget_calendar table, .widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}
.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}
.widget_calendar th, .widget_calendar td {
    padding: 0;
    text-align: center;
}
.widget_calendar a {
    display: block;
}
.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

/* Step widget */

.step-widget .content {
    margin: 40px 0 0;
    font-size: 14px;
    color: #4c4747;
}
.learn-more-techniques h4 {
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #4c4747;
}

/* So editor */

.widget_sow-editor {
    padding: 0;
}
.widget_sow-image {
    padding: 0;
}

/* Embedded video */

.widget_siteorigin-panels-embedded-video {
    padding: 0;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    background-color: #e8e5ce;
    color: #686758;
    font-size: 14px;
    text-align: center;
}
.site-footer .widget-area, .sidebar .site-footer {
    text-align: left;
}
.site-footer a {
    color: #686758;
}
.site-footer .sidebar-container {
    background: #333333 url(images/logotype_footer.png) no-repeat center 120px;
    padding: 20px 0 100px 0;
}
.site-footer .widget-area {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}
.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px;
}
.site-footer .widget {
    background: transparent;
    color: #ffffff;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.site-footer .widget ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.site-footer .widget ul li {
    display: inline-block;
    min-width: 18%;
}
.site-footer .widget ul li a {
    color: #ffffff;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal !important;
    text-decoration: none;
    text-transform: uppercase;
}
.sidebar .site-footer .widget {
    width: 228px;
}
.sidebar .site-footer .widget:nth-of-type(4), .sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0;
}
.site-footer .widget a {
    color: #e6402a;
}
.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
    color: #ffffff;
}
.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
#wpstats {
    display: block;
    margin: -10px auto 0;
}
.site-footer.footer-no-bg .sidebar-container {
    background-image: none;
    padding: 20px 0 100px 0;
}

/**
 * PANO
 * ----------------------------------------------------------------------------
 */

.header_pano .wrap-title-pano .inner.inner-02 .button.styl-material {
    position: absolute;
    bottom: 22%;
    left: 50%;
    margin-left: -150px;
}
.header_pano a.panorama {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
    display: inline-block;
    min-width: 74px;
    min-height: 44px;
    padding-top: 44px;
    background: url("images/panoLogo.png") no-repeat center top;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 10%;
    margin-right: -40px;
    text-decoration: none;
}
.header_pano .pano-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 701px;
    background: #000000;
    background-size: cover;
    margin-top: -30px;
}
.header_pano .pano-content .pp-embed {
    position: relative;
}
.header_pano .pano-content .pp-embed iframe {
    height: 701px !important;
}

/**
 * ISOTOPE
 * ----------------------------------------------------------------------------
 */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#works, .works {
    width: 1000px;
    margin: 0 auto;
}
#filter li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 9px;
    background: #ffffff;
}
#filter li a {
    background: #ffffff;
    border-radius: 4px;
    padding: 5px 15px 5px 35px;
    margin: 0 5px;
    display: block;
    color: #666666;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-style: italic;
    outline: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
#filter li a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #cccccc;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 3px;
    box-shadow: 4px 4px 0 #ffffff inset, -4px 4px 0 #ffffff inset, 4px -4px 0 #ffffff inset, -4px -4px 0 #ffffff inset;
}
#filter li a:hover, #filter li a:focus, #filter li a.current {
    color: #666666;
}
#filter li a.current:before {
    background: #e31818;
}
.work {
    width: 220px;
    height: 220px;
    margin: 0 10px 20px;
    background: rgba(0, 0, 0, 1);
    overflow: hidden;
}
.work.square-small {
    width: 220px;
    height: 220px;
}
.work.rectangle-horisontale {
    width: 460px;
    height: 220px;
}
.work.rectangle-verticale {
    width: 220px;
    height: 460px;
}
.work.square-middle {
    width: 460px;
    height: 460px;
}
.work.rectangle-horisontale-middle {
    width: 460px;
    height: 460px;
}

/* Individual effects */


/*---------------*/


/***** Lily *****/


/*---------------*/


/* Individual effects */


/*---------------*/


/***** Lily *****/


/*---------------*/

.work figure.effect-lily {
    width: 100%;
    height: 100%;
}
.work figure.effect-lily .img {
    max-width: none;
    width: 100%;
    opacity: 0.6;
    min-height: 100%;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: block;
}
.work figure.effect-lily .img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: 0;
}
.work figure.effect-lily figcaption {
    text-align: left;
}
.work figure.effect-lily figcaption> div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.6em;
    width: 100%;
    height: 100%;
    text-align: center;
}
.post-article .work figure.effect-lily figcaption> div, .work.rectangle-verticale figure.effect-lily figcaption> div {
    height: 100%;
}
.post-article .work figure.effect-lily.effect-lily-hidden figcaption> div, .work.rectangle-verticale figure.effect-lily.effect-lily-hidden figcaption> div {
    height: 100%;
}
.rectangle-horisontale.work figure.effect-lily figcaption> div {
    text-align: left;
    padding: 0.6em 1.2em;
}
.square-middle.work figure.effect-lily figcaption> div {
    text-align: center;
    padding: 2em;
    height: 100%;
}
.rectangle-horisontale-middle.work figure.effect-lily figcaption> div {
    text-align: left;
    padding: 2em;
    height: 100%;
}
.rectangle-horisontale-middle.work figure.effect-lily figcaption> div a.btn.btn-themplate {
    float: right;
}
figure.effect-lily {
    position: relative;
}
figure.effect-lily h2 {
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
}
figure.effect-lily.effect-lily-hidden h2 {
    opacity: 1;
    height: 125px;
    max-width: 100%;
}
figure.effect-lily.effect-lily-hidden:hover h2 {
    opacity: 1;
}
figure.effect-lily h2 span {
    display: block;
    font-weight: bold;
}
figure.effect-lily h2 span.category {
    display: block;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: none;
}
figure.effect-lily h2, figure.effect-lily p.description, figure.effect-lily a.btn.btn-themplate {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 200;
}
figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.2s, -moz-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily a.btn.btn-themplate {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 16px;
    font-weight: normal;
    margin-top: 30px;
}
.works figure.effect-lily .btn-wrap {
    text-align: center;
}
.works figure.effect-lily a.btn.btn-themplate {
    margin-top: 0;
}
figure.effect-lily:hover h2 span.category {
    opacity: 1;
    overflow: hidden;
    -webkit-transition: height 0.1s, opacity 0.2s, -webkit-transform 0.35s;
    transition: height 0.2s, opacity 0.2s, transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
    opacity: 1;
}
figure.effect-lily h2, figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p, figure.effect-lily a.btn.btn-themplate {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.work figure.effect-lily .img:before {
    opacity: 0.1;
}
figure.effect-lily p {
    max-height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* animated ver */

.work figure.effect-lily-animated  .img {
    max-width: none;
    width: 100%;
    opacity: 1;
    min-height: 100%;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: block;
}
.work figure.effect-lily-animated .img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: 0;
}
.work figure.effect-lily-animated figcaption> div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.6em;
    width: 100%;
    height: 95%;
    text-align: center;
}
.post-article .work figure.effect-lily-animated figcaption> div, .work.rectangle-verticale figure.effect-lily figcaption> div {
    height: 80%;
}
.post-article .work figure.effect-lily-animated.effect-lily-hidden figcaption> div, .work.rectangle-verticale figure.effect-lily.effect-lily-hidden figcaption> div {
    height: 100%;
}
.rectangle-horisontale.work figure.effect-lily-animated figcaption> div {
    text-align: left;
    padding: 0.6em 1.2em;
}
.square-middle.work figure.effect-lily-animated figcaption> div {
    text-align: center;
    padding: 2em;
    height: 80%;
}
.rectangle-horisontale-middle.work figure.effect-lily-animated figcaption> div {
    text-align: left;
    padding: 2em;
    height: 85%;
}
figure.effect-lily-animated h2 {
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
figure.effect-lily-animated.effect-lily-hidden h2 {
    opacity: 1;
    margin-bottom: 45px;
}
figure.effect-lily-animated.effect-lily-hidden:hover h2 {
    opacity: 1;
}
figure.effect-lily-animated h2, figure.effect-lily-animated p.description, figure.effect-lily-animated a.btn.btn-themplate {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
figure.effect-lily-animated h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 200;
}
figure.effect-lily-animated p, figure.effect-lily-animated a.btn.btn-themplate {
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.2s, -moz-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily-animated:hover h2 span.category {
    opacity: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: height 0.1s, opacity 0.2s, -webkit-transform 0.35s;
    transition: height 0.2s, opacity 0.2s, transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
figure.effect-lily-animated:hover p, figure.effect-lily-animated:hover a.btn.btn-themplate {
    opacity: 1;
}
figure.effect-lily-animated:hover h2, figure.effect-lily-animated:hover p, figure.effect-lily-animated:hover a.btn.btn-themplate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-lily-animated:hover p, figure.effect-lily-animated:hover a.btn.btn-themplate {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.work figure.effect-lily-animated:hover .img:before {
    opacity: 0.4;
}


/* --------------------------------------- publish_block*/

.publish_block {
    max-width: 1000px;
    margin: 0 auto;
}
.publish_block .filter-wrap {
    text-align: center;
    clear: both;
    float: none;
    padding: 52px 0 48px 0;
}
.publish_block .filter-wrap ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.publish_block .filter-wrap .label {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

/* ---------------------------------------- paralax scroll*/

section.module.parallax {
    min-height: 550px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
section.module.parallax .container {
    max-width: 940px;
    margin: 30px auto 80px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
section.module.parallax h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    background: url(images/title_logo.png) no-repeat center center;
    background-size: auto 139px;
    padding: 50px 0 30px;
    margin: 30px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
section.module.parallax h2 span {
    display: block;
    font-weight: bold;
}
section.module.parallax h2+ p {
    margin: 20px 0 60px;
}
section.module.parallax p {
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    max-width: 816px;
}
section.module.parallax-2 {
    background-image: url("images/_small/2.jpg");
}
.show_more {
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
}
.show_more a.btn-show-more {
    display: inline-block;
    padding-right: 40px;
    font-size: 22px;
    line-height: 40px;
    color: #4c4747;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
.show_more a.btn-show-more:hover, .show_more a.btn-show-more:focus, .show_more a.btn-show-more:active {
    color: #e31818;
}
.show_more a.btn-show-more:before, .show_more a.btn-show-more:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.show_more a.btn-show-more:before {
    border-left: 2px solid #e31818;
    width: 13px;
    height: 26px;
    right: 2px;
    top: 6px;
}
.show_more a.btn-show-more:after {
    border-top: 2px solid #e31818;
    width: 25px;
    height: 13px;
    right: 3px;
    top: 18px;
}

/*  ripple   ------------------------------*/

button {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    background: #e11818;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    display: inline-block;
}
.button, .button:focus, .button:active {
    padding: 0 1em;
    margin: 0;
    position: relative;
    min-width: 300px;
    display: inline-block;
    border: none;
}
.button.styl-material {
    -webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
    transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
    background: #e11818;
}
.button.styl-material:hover, .button.styl-material:focus {
    outline: none;
    background: #e11818;
}
.ripple-obj {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    fill: #990000;
}
.ripple-obj use {
    opacity: 0;
}

/*  module menard   ------------------------------*/

.module-menard {
    max-width: 940px;
    margin: 80px auto 60px auto;
}
.module-menard h2 {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
    font-size: 48px;
    color: #004489;
    text-align: center;
    margin-bottom: 50px;
}
.module-menard h2 small {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #4c4747;
    font-size: 14px;
    display: block;
}

/*.module-menard  h2 b.brending{
    color:#e11818;
    font-weight:normal;
    font-family: 'SoletancheFreyssinet', 'Open Sans', Helvetica, Arial, fantasy;
}*/

.module-menard p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #4c4747;
    font-size: 14px;
    display: block;
    text-align: center;
}
.module-menard ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 40px 0;
    display: block;
    overflow: hidden;
}
.module-menard ul li {
    display: block;
    width: 33%;
    float: left;
}
.module-menard ul li figure {
    max-height: 60px;
    height: 60px;
    width: auto;
    margin: 0 auto;
    display: block;
    min-width: 70px;
    text-align: center;
}
.module-menard ul li figure img {
    width: auto;
    max-height: 60px;
}
.module-menard ul li .separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ececec;
    position: relative;
    text-align: center;
}
.module-menard ul li .separator:before {
    display: block;
    margin: -1px auto 0;
    content: "";
    border-bottom: 1px solid #ffffff;
    width: 120px;
}
.module-menard ul li p b {
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 52px;
}
.module-menard ul li p {
    color: #004489;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1.1;
    font-weight: lighter !important;
    font-size: 31px;
    padding: 0 0.2em;
}
.module-menard .buton-wrap a.btn {
    color: #ffffff !important;
    position: relative;
    box-shadow: 1px 1px 0 #e31818 inset, -1px 1px 0 #e31818 inset, 1px -1px 0 #e31818 inset, -1px -1px 0 #e31818 inset;
    display: inline-block;
    overflow: hidden;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
    font-size: 20px;
    border-radius: 4px;
}

/**
 * Pages` styles
 * ----------------------------------------------------------------------------
 */

.post-article {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.post-article:before, .post-article:after {
    content: "";
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
}
.post-article .title {
    width: 100%;
    height: 512px;
    /* old browsers */
    height: 30vw;
    background: #ffffff no-repeat center bottom;
    background-size: cover !important;
    text-align: center;
}
.post-article.post-focus .title {
    background-image: url("images/focus/focus.jpg");
}
.post-article.post-history .title {
    background-image: url("images/history/history.jpg");
}
.post-article.post-approach .title {
    background-image: url("images/approach/approach.jpg");
}
.post-article.post-contact .title {
    background-image: url("images/contact/contact.jpg");
}
.post-article.post-security .title {
    background-image: url("images/security/security.jpg");
}
.post-article.post-techniques .title {
    background-image: url("images/techniques/techinques.jpg");
}
.post-article.post-references .title {
    background-image: url("images/references/references.jpg");
}
.post-article.post-ouvrages .title {
    background-image: url("images/ouvrages/communication.jpg");
}
.post-article.category-techniques .title {
    background-image: url("images/techniques/techinques_cat.jpg");
}
.post-article .title:before {
    height: 100%;
    display: inline-block;
    margin-left: -5px;
    content: "";
    width: 0;
    vertical-align: middle;
}
.post-article .title:after {
    display: block;
    width: 406px;
    height: 283px;
    position: absolute;
    z-index: 4;
    content: "";
    top: -50px;
    left: 50%;
    margin-left: -220px;
    background: url(images/navigarion_gradient.png) no-repeat left top;
}
.post-article .title .inner {
    display: inline-block;
    max-width: 940px;
    vertical-align: middle;
}
.post-article .title h2 {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.post-article .title h3 {
    display: block;
    padding: 0;
    margin: 0 0 8px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
}
.post-article .title time {
    display: block;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    color: #ffffff;
}
.post-article .articl-list {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.post-article .articl-list .article-item header {
    overflow: hidden;
    padding: 60px 0;
}
.post-article .articl-list .article-item header.header-contact {
    padding: 35px 0 20px 0;
}
.post-article .articl-list .article-item header h2 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
}
.post-article .articl-list .work {
    width: 300px;
    height: 300px;
    vertical-align: middle;
    margin: 0 0 20px 15px;
    display: inline-block;
    float: none;
    position: relative;
}
.post-article .articl-list .work.section-title {
    background: none;
}
.post-article .articl-list .work.section-title h2 {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 0.8;
    padding: 0;
    margin: 20px 0 20px 0;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    color: #004489;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 142px;
}
.post-article .articl-list .work.section-title h2 span {
    display: block;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    color: #e31818;
    font-weight: normal;
}
.post-article .articl-list .work.section-title h2 small {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    color: #e31818;
    font-weight: normal;
}
.post-article .articl-list .work.section-title p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #4c4747;
    font-style: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 118px;
}
.more-articls {
    background: #f3f3f3;
    overflow: hidden;
    padding: 25px 0;
}
.more-articls .inner {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.more-articls .inner article.item {
    text-align: left;
    max-width: 49%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 82px;
    padding: 0 0 0 100px;
    margin: 0;
    overflow: hidden;
}
.more-articls .inner article.item figure {
    width: 100px;
    height: 74px;
    background: url("images/MoreArticleIco.png") no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}
.more-articls .inner article.item h2 {
    color: #004489;
    font-size: 20px;
    padding: 0;
    margin: 0 0 4px 0;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    text-transform: uppercase;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}
.more-articls .inner article.item p {
    max-width: 70%;
    text-align: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 14px;
    line-height: 18px;
}
.post-article.post-history .articl-list {
    margin-bottom: 15px;
}
.post-article.post-history .articl-list .article-item header {
    overflow: hidden;
    padding: 60px 0;
}
.post-article.post-history .articl-list .article-item h2.header, .post-article.post-history .blockquote-wrap h2.header, .post-article.post-approach .articl-list .article-item h2.header, .post-article.post-approach .blockquote-wrap h2.header, .post-article.post-security .articl-list .article-item h2.header, .post-article.post-security .blockquote-wrap h2.header, .post-article.post-history h2.header {
    padding: 0;
    margin: 30px 0;
    font-weight: normal;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #004489;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
}
.post-article.post-security .articl-list .article-inner .article-item h2.header {
    margin-bottom: 0;
}
span.brending, b.brending {
    color: #e31818;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    text-transform: uppercase;
    /*  font-size:48px;*/
    font-weight: normal;
}
.post-article.post-history .blockquote-wrap {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 30px 0;
}
.post-article.post-history .blockquote-wrap blockquote.blockquote footer .brending-title .brending {
    display: block;
}
.post-article.post-history .blockquote-wrap:after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    float: none;
    clear: both;
}
.post-article.post-history .blockquote-wrap blockquote.blockquote {
    float: left;
    padding: 220px 0 0 0;
    width: 33%;
    text-align: center;
}
.post-article.post-history .blockquote-wrap blockquote.blockquote figure {
    top: 30px;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-right: auto;
}
.post-article.post-history .blockquote-wrap blockquote.blockquote footer {
    padding: 0 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.post-article.post-history .blockquote-wrap blockquote.blockquote footer p {
    text-align: center;
}
.breadcrumbs {
    overflow: hidden;
    margin: 15px auto -10px auto;
    line-height: 18px;
    max-width: 940px;
}
.breadcrumbs .item {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #4c4747;
}
.breadcrumbs .item:after {
    content: " \003e";
}
.breadcrumbs .item:last-child:after {
    content: "";
}
.article-item p {
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.video-content-left {
    display: inline-block;
    max-width: 475px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    vertical-align: middle;
    word-wrap: break-word;
    text-align: justify;
}
.video-content-left+ .aside-video {
    margin-right: -2px;
}
.aside-video {
    width: 460px;
    height: 296px;
    display: inline-block;
    padding: 0;
    margin: 0 0 20px 0;
    vertical-align: middle;
}
.blockquote-wrap {
    max-width: 940px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    word-wrap: break-word;
    text-align: justify;
    padding-left: 320px;
}
.blockquote-wrap h2 {
    clear: inherit;
}
.blockquote-wrap figure {
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-left: -320px;
}
.blockquote-wrap figure img {
    min-width: 300px;
    max-height: 300px;
}
.blockquote-wrap .inner-wrap {
    overflow: hidden;
}
.blockquote-wrap figure+ .inner-wrap h2.brending-title {
    margin-top: -7px;
}
blockquote.blockquote {
    padding: 0 0 0 171px;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 121px;
    position: relative;
}
blockquote.blockquote figure {
    background: #d9d8da;
    width: 121px;
    height: 121px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin-left: 0;
}
blockquote.blockquote p {
    font-size: 28px;
    line-height: 1.2;
    color: #4c4747;
    text-align: left;
}
blockquote.blockquote p:before {
    content: "\0022";
}
blockquote.blockquote p:after {
    content: "\0022";
}
blockquote.blockquote footer p:before {
    display: none;
}
blockquote.blockquote footer p:after {
    display: none;
}
blockquote.blockquote footer .brending-title {
    font-size: 28px;
    line-height: 28px;
    color: #004489;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
blockquote.blockquote footer .brending-title .brending {
    color: #e31818;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
    font-style: normal;
}
blockquote.blockquote footer .small {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-style: normal;
}
.artical-two-column {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 0;
    max-width: 300px;
    text-align: justify;
    word-wrap: break-word;
    vertical-align: middle;
}
.artical-one-column {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 0;
    max-width: 620px;
    text-align: justify;
    word-wrap: break-word;
    vertical-align: middle;
}
.artical-two-column p {
    margin-bottom: 20px;
}
.artical-one-column p {
    margin-bottom: 20px;
}
.brending-title {
    font-size: 28px;
    color: #004489;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
}
.brending-title .brending {
    color: #e31818;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
}
.brending-title {
    font-size: 28px;
    line-height: 28px;
    color: #004489;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.brending-title .brending {
    color: #e31818;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
    font-style: normal;
}
h2.brending-title {
    margin-bottom: 15px;
}

/* ------------------------------------------- archives*/

.arhiveClass {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 410px;
    max-width: 940px;
    margin: -50px auto 0 auto;
    padding: 78px 0 40px 160px;
    position: relative;
}
.arhiveClass:before {
    content: "";
    display: block;
    background: #ffffff url("images/arhiveLogo.png") no-repeat center center;
    background-size: cover;
    width: 74px;
    height: 65px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 52px;
}
.arhiveClass:after {
    content: "";
    display: block;
    background: #004489;
    width: 4px;
    height: 100%;
    max-height: 398px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 86px;
}
.arhiveClass .slick-list {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    margin: -4px 0 0 -160px;
    float: left;
    padding: 0;
    width: 98px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.arhiveClass .slick-list .item, .arhiveClass .slick-list .item.slick-current, .arhiveClass .slick-list .item:focus, .arhiveClass .slick-list .item:active {
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    color: #b9b9b9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 30px 0 0;
    text-align: left;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: 400 !important;
    cursor: pointer;
    outline: 0 !important;
}
.arhiveClass .slick-list .item.slick-current {
    color: #004489;
    font-weight: 400 !important;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy !important;
    -moz-transition: color 0.8s;
    -webkit-transition: color 0.8s;
    transition: color 0.8s;
}
.arhiveClass .slick-list .item:before {
    width: 14px;
    height: 14px;
    display: block;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #004489;
    border: 3px solid #e31818;
    box-shadow: 10px 10px 0 #ffffff inset, 10px -10px 0 #ffffff inset, -10px 10px 0 #ffffff inset, -10px -10px 0 #ffffff inset;
    position: absolute;
    right: 0;
    top: 14px;
}
.arhiveClass .slick-list .item.slick-current:before {
    box-shadow: 2px 2px 1px #ffffff inset, 2px -2px 1px #ffffff inset, -2px 2px 1px #ffffff inset, -2px -2px 1px #ffffff inset;
    -moz-transition: box-shadow 0.4s;
    -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
}
.arhiveClass .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.arhiveClass .inner {
    overflow: hidden;
    float: left;
}
.arhiveClass .inner .images {
    background-size: cover !important;
    width: 540px;
    height: 300px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 0;
    position: relative;
}
.arhiveClass .inner .images:before {
    background: #ffffff;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -10px;
    top: 40px;
    transform: rotate(-45deg);
}
.arhiveClass .inner .description {
    width: 240px;
    height: 300px;
    overflow: hidden;
    float: left;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    color: #4c4747;
}
.arhiveClass .inner .description h2 {
    margin: 0;
    padding: 15px 0;
    color: #e31818;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.arhiveClass .inner .description h3 {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    color: #4c4747;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.arhiveClass .inner .description h3 b {
    display: block;
}
.arhiveClass .inner .description p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #4c4747;
}

/*//////////////////////////////////////////////*/


/*////////////////////////////////page technique*/


/*//////////////////////////////////////////////*/

.post-techniques .scroll-button.page-bottom, .post-ouvrages .scroll-button.page-bottom {
    position: static;
    margin: 0 auto;
    margin-top: -76px;
    border-bottom: 3px solid #e31818;
    border-left: 3px solid #e31818;
}
.post-techniques .show_more .btn-show-more, .post-ouvrages .show_more .btn-show-more {
    padding: 0 0 0 60px;
    position: relative;
    font-size: 28px;
    line-height: 41px;
    color: #004489;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
}
.post-techniques .show_more .btn-show-more .decor-ico, .post-ouvrages .show_more .btn-show-more .decor-ico {
    position: relative;
    width: 41px;
    height: 41px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e31818;
    background: #ffffff;
    overflow: hidden;
    float: left;
    margin-left: -60px;
}
.post-techniques .show_more .btn-show-more:before, .post-techniques .show_more .btn-show-more:after, .post-ouvrages .show_more .btn-show-more:before, .post-ouvrages .show_more .btn-show-more:after {
    display: none;
}
.post-techniques .show_more .btn-show-more .decor-ico:before, .post-ouvrages .show_more .btn-show-more .decor-ico:before {
    width: 2px;
    height: 22px;
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -11px;
    background: #e31818;
    box-shadow: 0 0 1px #e31818;
}
.post-techniques .show_more .btn-show-more .decor-ico:after, .post-ouvrages .show_more .btn-show-more .decor-ico:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-left: 2px solid #e31818;
    border-bottom: 2px solid #e31818;
    left: 50%;
    margin-left: -5px;
    top: 10px;
}
.post-techniques .work figure.effect-lily p.description {
    margin-top: 20px;
}
.post-article.post-techniques .title h2, .post-article.post-ouvrages .title h2 {
    /* text-shadow: 2px 1px #666; */
}
.article-intro-techniques .article-intro, .article-intro-ouvrages .article-intro {
    text-align: center;
    margin-bottom: 60px;
}
.article-intro-techniques p, .article-intro-ouvrages p {
    font-size: 14px;
    color: #4c4747;
    margin: 0;
    /* margin-top: 40px; */
}
.article-intro-techniques .pre-headline, .article-intro-ouvrages .pre-headline {
    font-size: 48px;
    color: #e31818;
    margin: 0;
    padding: 0;
}
.article-intro-techniques .article-intro-headline, .article-intro-ouvrages .article-intro-headline {
    font-size: 32px;
    color: #4c4747;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}
.learn-more-techniques h4 {
    margin: 0;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #4c4747;
}
.learn-more-wrap {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.learn-more-techniques .learn-more-item {
    float: left;
    padding: 0 10px;
    width: 320px;
    height: 300px;
}
.learn-more-techniques .learn-more-text {
    font-size: 14px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.learn-more-techniques .learn-more-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/techniques/techniques-1.jpg");
}
section.module.parallax.parallax-techniques, section.module.parallax.parallax-ouvrages {
    min-height: auto;
    height: 474px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("images/techniques/techniques-parallax.jpg");
}
.parallax-techniques h3, .parallax-ouvrages h3 {
    margin-bottom: 150px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
}

/*
.post-article.post-techniques .articl-list {
  margin-top: -150px;
}
*/


/*//////////////////////////////////////////////*/


/*///////////////////////////////page ouvrages*/


/*//////////////////////////////////////////////*/

.article-intro-techniques .article-intro {
    margin-top: 47px;
    margin-bottom: 24px;
}
.article-intro-techniques .article-intro p {
    text-align: justify;
    text-align-last: center;
    padding: 0 60px;
    letter-spacing: 0.4px;
}
.article-intro-techniques .article-intro-headline {
    /* margin-top: 70px; */
    margin-bottom: 25px;
    text-align: center;
}
.article-intro-techniques .pre-headline {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}
.article-intro-techniques .pre-headline-red {
    margin-top: 70px;
    margin-bottom: 25px;
    text-align: center;
    color: #e31818;
}
.article-intro-techniques .pre-headline-green {
    margin-top: 70px;
    margin-bottom: 25px;
    text-align: center;
    color: #15b43e;
}
.article-intro-techniques .pre-headline-number {
    font-size: 48px;
}
.description-ouvrages {
    margin-top: 70px;
    margin-bottom: 0;
}
.article-intro-techniques.description-ouvrages .article-intro {
    margin-bottom: 70px;
}
.article-intro-techniques.description-ouvrages .article-intro:last-child {
    margin-bottom: 15px;
}
.article-intro-techniques.description-ouvrages p {
    margin-top: 30px;
}
section.module.parallax.parallax-intro-ouvrages {
    min-height: auto;
    height: 433px;
    background-image: url("images/ouvrages/communication-parallax.jpg");
}
section.module.parallax.parallax-ouvrages {
    min-height: auto;
    height: 420px;
    background-image: url("images/ouvrages/communication-parallax-2.jpg");
}
.parallax-ouvrages h3 {
    margin-top: 25px;
}
.module-menard-ouvrages h4 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}
.line-on-sides {
    overflow: hidden;
    text-align: center;
}
.line-on-sides:before, .line-on-sides:after {
    background-color: #f0efef;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.line-on-sides:before {
    right: 0.5em;
    margin-left: -50%;
}
.line-on-sides:after {
    left: 0.5em;
    margin-right: -50%;
}
.module-menard.module-menard-ouvrages {
    margin-top: 0;
    margin-bottom: 90px;
}
.module-menard.module-menard-ouvrages ul li p {
    font-size: 25px;
}
.module-menard.module-menard-ouvrages ul li p b {
    font-size: 33px;
}

/*
.post-article.post-ouvrages .articl-list {
  margin-top: -150px;
}
*/


/*//////////////////////////////////////////////*/


/*///////////////////////////////page references*/


/*//////////////////////////////////////////////*/

.map-wrap.map-wrap-references {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 51vw;
    margin-bottom: 20px;
}

.references-mobile-header {
    display: none;
}
#map-references {
    position: relative;
    background: url("images/references/map.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height: 55vw;
}
#map-references .marker {
    background: url("images/references/marker.png") no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
    width: 1.5vw;
    height: 1.2857vw;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
#map-references .marker::after {
    position: absolute;
    content: "";
    font-size: 26px;
    height: 100%;
    width: 100%;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 32px;
    line-height: 1.5vw;
    vertical-align: middle;
    text-align: center;
    transition: transform 0.5s;
    background: url("images/references/marker-plus.png") no-repeat;
    background-size: cover;
}
#map-references .marker.active {
    z-index: 100;
}
#map-references .marker.active::after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 102;
}
#map-references .marker.active::before {
    content: "";
    position: absolute;
    background: url("images/references/marker.png") no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
    width: 1.5vw;
    height: 1.2857vw;
    z-index: 101;
}
#map-references .marker-1 {
    top: 26%;
    left: 16%;
}
#map-references .marker-2 {
    top: 34%;
    left: 17%;
}
#map-references .marker-3 {
    top: 26%;
    left: 29%;
}
#map-references .marker-4 {
    top: 31%;
    left: 30%;
}
#map-references .marker-5 {
    top: 65%;
    left: 35%;
}
#map-references .marker-6 {
    top: 23%;
    left: 52%;
}
#map-references .marker-7 {
    top: 28%;
    left: 50%;
}
#map-references .marker-8 {
    top: 39%;
    left: 61%;
}
#map-references .marker-9 {
    top: 41%;
    right: 20%;
}
#map-references .marker-10 {
    top: 45%;
    right: 23%;
}
#map-references .marker-11 {
    top: 52%;
    right: 25%;
}
#map-references .marker-12 {
    bottom: 25%;
    right: 20%;
}
#map-references .marker-13 {
    bottom: 26%;
    right: 11%;
}
#map-references .marker-content {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 200px;
    height: auto;
    min-height: 100px;
    border-top: 3px solid #e31818;
    background: #ffffff;
    padding: 40px 0 10px 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(224, 224, 224, 1);
    -moz-box-shadow: 0 0 25px 0 rgba(224, 224, 224, 1);
    box-shadow: 0 0 25px 0 rgba(224, 224, 224, 1);
    transition: opacity 0.7s;
}
#map-references .marker.active .marker-content {
    opacity: 1;
}
#map-references .marker-content-title {
    text-align: center;
    margin: 5px 0 0 0;
    padding: 0 3px;
    color: #004489;
    font-size: 16px;
    text-transform: uppercase;
}
#map-references .marker-content-title a {
    color: #004489;
}
#map-references .marker-content-text {
    color: #7c7c7c;
    font-size: 13px;
    line-height: normal;
    margin-top: 10px;
    padding: 0 15px;
}
#map-references .marker-content-list {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
#map-references .marker-content-list li {
    margin: 7px 0 5px 0;
    line-height: 26px;
    padding-bottom: 5px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
#map-references .marker-content-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 4px;
    /* line-height: 16px; */
}
#map-references .marker-content-list li .marker-content-text, #map-references .marker-content-list li .marker-content-title {
    display: none !important;
}
#map-references .marker-content-link {
    color: #004489;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
#map-references .marker-content-link:hover, #map-references .marker-content-link:active {
    color: #e31818;
}
.references-list-container {
    display: none;
}

/*//////////////////////////////////////////////*/


/*///////////////////////////////page approach*/


/*//////////////////////////////////////////////*/

.video-approach {
    height: 530px;
}

/*//////////////////////////////////////////////*/


/*///////////////////////////////page security*/
.approach-menu {
    margin-top: -65px;
    position: relative;
    z-index: 10;
}

.approach-menu a {
    display: inline-block;
    border: solid 1px #FFFFFF;
    background: none;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    padding: 9px 22px;
    margin: 0 18px;
}

.approach-menu a:hover {
    background: #FFFFFF;
    color: #e31818;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
/*//////////////////////////////////////////////*/

.blockquote-security-left {
    width: 300px;
    float: left;
    font-size: 25px;
    line-height: 30px;
    color: #4c4747;
    font-style: italic;
    margin: 15px 0;
}
.blockquote-security-left:before {
    content: "\0022";
}
.blockquote-security-left:after {
    content: "\0022";
}
.blockquote-security-right {
    width: 620px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #4c4747;
    letter-spacing: 0.7px;
}
.video-security-left {
    width: 300px;
    float: left;
    margin-top: 32px;
}
.video-security-left .brending-title {
    font-size: 38px;
    line-height: 38px;
}
.video-security-left p {
    font-size: 14px;
    line-height: 20px;
    color: #4c4747;
    letter-spacing: 0.7px;
    margin-top: 20px;
}
.video-security-right {
    width: 620px;
    float: right;
    height: 350px;
    margin-bottom: 60px;
}
.slider-security-wrap {
    background-color: #004489;
}
.slider-security-wrap h2 {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    margin: 0;
    padding: 40px 0;
}
.swiper-security {
    width: 1060px;
    margin: 0 auto;
}
.swiper-security .swiper-slide {
    padding: 0 60px;
}
.slide-security-1 .text-slide-left {
    width: 380px;
    float: left;
    color: #ffffff;
}
.swiper-security .swiper-slide h3 {
    margin: 20px 0;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
}
.swiper-security .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin-top: 20px;
}
.slide-security-1 .image-slide-right {
    display: block;
    max-width: 540px;
    height: 296px;
    float: right;
}
.slide-security-1 .video-slide-right {
    max-width: 540px;
    height: 296px;
    /* float: right; */
}
.module-menard-security {
    margin-top: 67px;
    margin-bottom: 2px;
}
.swiper-pagination {
    position: static;
    margin: 30px 0;
}
.swiper-button-next, .swiper-button-prev {
    top: 45%;
}
.swiper-pagination-bullet, .swiper-button-next, .swiper-button-prev {
    background: url("images/swiper/swiper-sprite.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.swiper-button-prev {
    background-position: -0 -0;
    width: 26px;
    height: 49px;
}
.swiper-button-next {
    background-position: -0 -49px;
    width: 26px;
    height: 49px;
}
.swiper-pagination-bullet {
    background-position: -0 -98px;
    width: 22px;
    height: 22px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-position: -0 -120px;
    width: 22px;
    height: 22px;
}
.swiper-container-horizontal> .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.row-slider-security {
    margin-left: -100%;
    margin-right: -100%;
}

/*//////////////////////////////////////////////*/


/*/////////////////////////////////////page work*/


/*//////////////////////////////////////////////*/

.page-template-page-project .work h2, .page-template-page-technical .work h2 {
    margin-bottom: 50px;
}

/*//////////////////////////////////////////////*/


/*//////////////////////////////////page contact*/


/*//////////////////////////////////////////////*/

.map-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 860px;
}
.map-wrap .button.retour {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 35px;
    min-width: 132px;
    border: none;
    border-radius: 0;
}
#map {
    width: 100%;
    height: 100%;
}
.location-info {
    max-width: 256px;
}
.location-info h2 {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    color: #004489;
    font-size: 22px;
    line-height: 22px;
    margin: 18px 0;
}
ul.location-contacts {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* page 404 */

.post-404 .article-item {
    text-align: center;
    margin-bottom: 150px;
}
.post-404 .article-item h2 {
    margin-bottom: 50px !important;
}
.post-404 .article-item .btn {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff !important;
}

/*//////////////////////////////////////////////*/


/*//////////////////////////////////page focus*/


/*//////////////////////////////////////////////*/

.post-article.post-focus {
    padding-bottom: 20px;
}
.post-focus .work figure.effect-lily p.description {
    margin-top: 20px;
}

/*//////////////////////////////////////////////*/


/*//////////////////////////////////page history*/


/*//////////////////////////////////////////////*/

.post-article.post-history h2.header {
    margin-bottom: 15px;
}
.button.btn-primary-mobile {
    display: none;
}
.swiper-history-mobile-pagination {
    display: none;
}

/*mobile pagination*/

.swiper-container.swiper-history-mobile-pagination {
    width: 100%;
}
.swiper-container.swiper-history-mobile-pagination:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 98%;
    top: 10px;
    right: 1%;
    left: 1%;
    background-color: #004489;
}
.swiper-history-mobile-pagination {
    padding: 32px 0;
}
.swiper-history-mobile-pagination .swiper-slide {
    position: relative;
    height: 100%;
    opacity: 1;
    text-align: center;
}
.swiper-history-mobile-pagination .swiper-slide.years-row-item-mobile {
    color: #b9b9b9;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}
.swiper-history-mobile-pagination .swiper-slide-active {
    opacity: 1;
    text-align: center;
}
.swiper-history-mobile-pagination .swiper-slide:before {
    content: "";
    position: absolute;
    background: url(images/history/swiper-history-pagination.png) no-repeat 0 0;
    overflow: hidden;
    text-align: left;
    border-radius: 0;
    background-position: -0 -20px;
    width: 20px;
    height: 20px;
    left: 44%;
    top: -30px;
}
.swiper-history-mobile-pagination .swiper-slide.swiper-slide-active {
    color: #004489;
}
.swiper-history-mobile-pagination .swiper-slide.swiper-slide-active:before {
    background-position: -0 -0;
}
.swiper-history-mobile-pagination .swiper-button-next, .swiper-history-mobile-pagination .swiper-button-prev {
    display: block;
    background: url(images/history/mobile-pagination-history.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    top: 20px;
}
.swiper-history-mobile-pagination .swiper-button-next.swiper-button-disabled, .swiper-history-mobile-pagination .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-history-mobile-pagination .swiper-button-prev {
    background-position: -0 -0;
    width: 19px;
    height: 31px;
    left: 0;
}
.swiper-history-mobile-pagination .swiper-button-next {
    background-position: -0 -31px;
    width: 18px;
    height: 30px;
    right: 0;
}

/*desktop pagination & slider*/

.history-pagination .swiper-pagination-bullet {
    background: url(images/history/swiper-history-pagination.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    border-radius: 0;
    background-position: -0 -20px;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
}
.history-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-position: -0 -0;
}
.swiper-history.swiper-container-horizontal> .swiper-pagination {
    width: 867px;
    text-align: left;
}
.swiper-history.swiper-container-horizontal> .swiper-pagination.history-pagination .swiper-pagination-bullet {
    margin: 0 0 0 90px;
}
.years-row {
    position: relative;
    width: 867px;
    text-align: left;
    margin: -15px 0 50px auto;
    padding-left: 69px;
}
.swiper-pagination.history-pagination {
    line-height: 1;
    margin: 26px 0 21px auto;
}
.swiper-pagination.history-pagination:before {
    content: "";
    display: block;
    position: absolute;
    height: 65px;
    width: 74px;
    bottom: -19px;
    left: -72px;
    z-index: 1;
    background: url(images/history/slider-logo.png) no-repeat 0 0;
}
.swiper-pagination.history-pagination:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    top: 7px;
    background-color: #004489;
}
.years-row-item {
    display: inline-block;
    width: 63px;
    text-align: center;
    margin: 0 43px 0 0;
    color: #b9b9b9;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}
.years-row-item.active {
    color: #004489;
}
.history-item-wrap {
    position: relative;
    background: #000000;
}
.history-item-wrap-no-bg {
    background: #558CA6;
}
.history-item-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.history-item-wrap:hover .bg {
    opacity: 0.6;
}
.history-item {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.3s;
    top: 0;
}
.history-item-wrap:hover .history-item {
    top: -30px;
}
.history-year {
    margin: 0 20px;
    margin-bottom: 22px;
    color: #ffffff;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: normal;
}
.history-headline {
    font-family: "Open Sans", Helvetica, Arial, fantasy;
    font-size: 20px;
    line-height: 21px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 6px;
}
.show-description {
    width: 48px;
    height: 25px;
    background: url(images/arrow-bottom.png) no-repeat 0 0;
    cursor: pointer;
    margin: 25px auto 0 auto;
}
.history-description p {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0 20px 0;
    margin: 0;
}
.button.btn-primary {
    display: inline-block;
    height: 42px;
    min-width: 240px;
    width: 240px;
    padding: 0;
    margin: 26px auto 0 auto;
    line-height: 42px;
    text-align: center;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    background: #e11818;
    border: none;
    border-radius: 0;
}
#TB_title {
    border-bottom: none !important;
}
#TB_ajaxWindowTitle {
    display: none;
}
#TB_window .title {
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    font-weight: normal;
    font-size: 48px;
    color: #004489;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4em;
}
#TB_window .desc {
    font-size: 16px;
    text-align: center;
}
#TB_window .btn {
    color: #ffffff;
}
.tb-close-icon {
    color: #e31818 !important;
}

/* Ouvrages ver 2 */

.article-intro-ouvrages .article-intro {
    margin-top: 47px;
    margin-bottom: 24px;
}
.article-intro-ouvrages .article-intro p {
    text-align: justify;
    text-align-last: center;
    padding: 0 60px;
    letter-spacing: 0.4px;
}
.article-intro-ouvrages p {
    font-size: 14px;
    color: #4c4747;
    margin: 0;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 40px;
}
.ouvrages-blocks {
    min-height: 700px;
    position: relative;
    height: auto;
}
.ouvrages-map {
    background: url(images/ouvrages/valley.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height:100vh;
}
.ouvrages-blocks--mobile {
    display: none;
}
.ouvrages-blocks-links {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10%;
    width: 70%;
    height: 80%;
}
.ouvrages-blocks-link-item {
    display: inline-block;
    height: auto;
    width: 49%;
    height: 50%;
    text-align: center;
}
.ouvrages-blocks-links .ouvrages-blocks-link-item {
    padding-top: 130px;
}
.ouvrages-blocks-links .ouvrages-blocks-link-item:nth-child(3) {
    padding-top: 185px;
}
.ouvrages-blocks-links .ouvrages-blocks-link-item:nth-child(4) {
    padding-top: 185px;
}
.ouvrages-blocks-item-link {
    display: inline-block;
    color: #fff !important;
    background: rgba(0, 68, 137, 0.8);
    padding: 10px 20px;
    margin: 0;
    line-height: normal;
    font-size: 18px;
    text-transform: uppercase;
    transition: opacity 1s;
}
.ouvrages-blocks-item-link.ivisible {
   opacity: 0;
}
.ouvrages-blocks-project-item-link {
    opacity: 0;
    position: absolute;
    z-index: 2;
    background: transparent;
    /*background-size: cover;*/
    width: 155px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
}
.ouvrages-blocks-project-item-link .ouvrages-blocks-project-item-link-title {
    display: none;
    width: 100%;
    height: 32px;
    padding-top: 6px;
    top: -2px;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 68, 137, 1);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 700;
}
.ouvrages-blocks-project-item-link:after {
    position: absolute;
    content: '+';
    bottom: -5px;
    right: 8px;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: "Monospace", sans-serif;
}
.ouvrages-blocks-project-item-link .ouvrages-blocks-project-item-link-title {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 2px 0 2px;
}
.ouvrages-blocks-project-item-link {
    opacity: 0;
    transform: scale(1.1);
 -moz-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1); /* IE 9 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */
}
.ouvrages-blocks-project-item-link:hover  {
    opacity:1;
}
.ouvrages-blocks-project-item-link--1 {
    background-image: url(images/ouvrages/bg_place4.jpg);
    left: 30%;
    top: -2.5%;
}
.ouvrages-blocks-project-item-link--2 {
    background-image: url(images/ouvrages/bg_place3.jpg);
    background-size: cover;
    left: 19%;
    top: 2%;
}
.ouvrages-blocks-project-item-link--3 {
    background-image: url(images/ouvrages/bg_place2.jpg);
    background-size: cover;
    left: 9%;
    top: 4.5%;
}
.ouvrages-blocks-project-item-link--4 {
    background-image: url(images/ouvrages/bg_place1.jpg);
    background-size: cover;
    left: 6%;
    top: 11.5%;
}
.ouvrages-blocks-project-item-link--5 {
    background-image: url(images/ouvrages/bg_place5.jpg);
    background-size: cover;
    left: 62%;
    top: -1%;
    width: 250px;
}
.ouvrages-blocks-project-item-link--6 {
    background-image: url(images/ouvrages/bg_place6.jpg);
    background-size: cover;
    left:54%;
    top: 7%;
}
.ouvrages-blocks-project-item-link--7 {
    background-image: url(images/ouvrages/bg_place7.jpg);
    background-size: cover;
    left:61%;
    top: 14%;
    width: 320px;
}
.ouvrages-blocks-project-item-link--8 {
    background-image: url(images/ouvrages/bg_place8.jpg);
    background-size: cover;
    left: 59%;
    top: 21%;
}
.ouvrages-blocks-project-item-link--9 {
    background-image: url(images/ouvrages/bg_place9.jpg);
    background-size: cover;
    left: -4%;
    top: 44%;
    width: 220px;
}
.ouvrages-blocks-project-item-link--10 {
    background-image: url(images/ouvrages/bg_place10.jpg);
    background-size: cover;
    left: 4%;
    top: 75%;
    width: 220px;
}
.ouvrages-blocks-project-item-link--11 {
    background-image: url(images/ouvrages/bg_place11.jpg);
    background-size: cover;
    left: 15%;
    top: 87%;
    width: 220px;
    height: 150px;
}
.ouvrages-blocks-project-item-link--12 {
    background-image: url(images/ouvrages/bg_place12.jpg);
    background-size: cover;
    left: 47%;
    top: 26%;
    width: 200px;
}
.ouvrages-blocks-project-item-link--13 {
    background-image: url(images/ouvrages/bg_place13.jpg);
    background-size: cover;
    left: 55%;
    top: 33%;
    width: 350px;
    height: 165px;
}
.ouvrages-blocks-project-item-link--14 {
    background-image: url(images/ouvrages/bg_place14.jpg);
    background-size: cover;
    left: 80%;
    top: 25%;
}
.ouvrages-blocks-project-item-link--15 {
    background-image: url(images/ouvrages/bg_place15.jpg);
    background-size: cover;
    left:82%;
    top: 30%;
    width: 200px;
    height: 130px;
}
.ouvrages-blocks-project-item-link--16 {
    background-image: url(images/ouvrages/bg_place16.jpg);
    background-size: cover;
    left: 30%;
    top: 44%;
    width: 400px;
    height: 165px;
}
.ouvrages-blocks-project-item-link--17 {
    background-image: url(images/ouvrages/bg_place17.jpg);
    background-size: cover;
    left: 80%;
    top: 46%;
    width: 300px;
}
.ouvrages-blocks-project-item-link--18 {
    background-image: url(images/ouvrages/bg_place18.jpg);
    background-size: cover;
    left: 57%;
    top: 61.5%;
    width: 200px;
}
.ouvrages-blocks-project-item-link--19 {
    background-image: url(images/ouvrages/bg_place19.jpg);
    background-size: cover;
    left: 80%;
    top: 72.5%;
    width: 220px;
    height: 150px;
}
.ouvrages-blocks-project-item-link--20 {
    background-image: url(images/ouvrages/bg_place20.jpg);
    background-size: cover;
    left: 49%;
    top: -1%;
}


/* batiment block */

.ouvrages-project-block {
    width: 100%;
    height: auto;
}
.ouvrages-project-block-map {
    background-size: cover;
    background-position: 50% 0;
    height: 40vw;
    position: relative;
}
.ouvrages-project-block-map--1 {
    background-image: url(images/ouvrages/project-block_1.jpg);
    background-size: cover;
}
.ouvrages-project-block-map--2 {
    background-image: url(images/ouvrages/project-block_2.jpg);
    background-size: cover;
}
.ouvrages-project-block-map--3 {
    background-image: url(images/ouvrages/project-block_3.jpg);
    background-size: cover;
}
.ouvrages-project-block-map--4 {
    background-image: url(images/ouvrages/project-block_4.jpg);
    background-size: cover;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link {
    display: inline-block;
    opacity: 1;
    height: 50px;
    width: 55px;
    background: rgba(0, 68, 137, 1);
    border: none;
    box-shadow: none;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link:hover {
    width: 200px;
    height: auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    border: 1px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link:hover:before, .ouvrages-project-block-map .ouvrages-blocks-project-item-link:hover:after {
    display: none;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link:hover .ouvrages-blocks-project-item-link-text {
    display: block;
    z-index: 3;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link:before {
    position: absolute;
    content: '+';
    top: 0;
    right: 17px;
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    font-family: "Monospace", sans-serif;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link-text {
    display: none;
    font-size: 14px !important;
    height: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px 10px 8px;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link-title {
    display: none;
    height: auto;
    font-size: 16px !important;
    padding: 5px;
    line-height: normal;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link:hover .ouvrages-blocks-project-item-link-title, .ouvrages-project-block-map .ouvrages-blocks-project-item-link:hover .ouvrages-blocks-project-item-link-text {
    display: inline-block;
}
.ouvrages-project-block-map .ouvrages-blocks-project-item-link:after {
    display: none;
}
.ouvrages-blocks-project-item-mark {
    height: 28px;
    width: 30px;
    background: rgba(0, 68, 137, 0.7);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding-top: 2px;
}
.ouvrages-project-block-mobile-links {
    text-align: left;
    margin: 35px 0;
    padding: 0 20px;
}
.ouvrages-project-block-mobile-links span {
    color: #004489;
    font-size: 20px;
    display: block;
}
.ouvrages-project-block-mobile-links, .ouvrages-blocks-project-item-mark {
    display: none;
}
.ouvrages-project-block .ouvrages-blocks-project-item-link-mobile {
  margin: 5px 0;
  font-size: 16px;
}
.ouvrages-project-block .ouvrages-blocks-project-item-text-mobile {
  display: none;
  font-size: 14px;
  padding: 0;
  margin: 5px 0;
  text-align: left;
}
@media (max-width: 1778px) {
  .ouvrages-map {
    height:82vh;
  }
}
@media (max-width: 1450px) {
  .ouvrages-map {
    height:78vh;
  }
}
@media (max-width: 1350px) {
  .ouvrages-map {
    height:68vh;
  }
  .ouvrages-blocks-links .ouvrages-blocks-link-item {
    padding-top: 70px;
  }
  .ouvrages-blocks-links .ouvrages-blocks-link-item:nth-child(3) {
    padding-top: 155px;
 }
 .ouvrages-blocks-links .ouvrages-blocks-link-item:nth-child(4) {
   padding-top: 155px;
}
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */


/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@media (max-width: 1599px) {
    .site {
        border: 0;
    }
}
@media (max-width: 1399px) {
    .site {
        border: 0;
    }
    #map-references .marker::after {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
  .ouvrages-blocks--desktop {
      display: none;
  }
  .ouvrages-blocks--mobile {
      display: block;
      background: none;
      height: auto;
  }
  .ouvrages-blocks--mobile .ouvrages-blocks-link-item {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      float: none;
      text-align: center;
      min-height: 240px;
      width: 100%;
      margin: 0 auto;
      background-size: cover;
      background-position: center;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      border-top: 1px solid #fff;
  }
  .ouvrages-blocks-link-item--1 {
      background-image: url(images/ouvrages/ouvr-block_mob_bg1.jpg);
  }
  .ouvrages-blocks-link-item--2 {
      background-image: url(images/ouvrages/ouvr-block_mob_bg2.jpg);
  }
  .ouvrages-blocks-link-item--3 {
      background-image: url(images/ouvrages/ouvr-block_mob_bg3.jpg);
  }
  .ouvrages-blocks-link-item--4 {
      background-image: url(images/ouvrages/ouvr-block_mob_bg4.jpg);
  }
  .ouvrages-blocks--mobile .ouvrages-blocks-item-link {
      position: absolute;
      /*width: 100%;
      min-width: 200px;
      max-width: 250px;*/
      white-space: nowrap;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
}
@media (max-width: 1100px) {
    .swiper-security {
        width: 960px;
        margin: 0 auto;
    }
    .swiper-security .swiper-slide {
        padding: 0 60px;
    }
    .slide-security-1 .image-slide-right {
        width: 460px;
    }
}
@media (max-width: 1069px) {
    .sidebar img.alignleft, .sidebar .wp-caption.alignleft {
        margin-left: 0;
    }
    .sidebar img.alignright, .sidebar .wp-caption.alignright {
        margin-right: 0;
    }
    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%;
    }
    .archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header, .attachment .entry-content, .post-navigation .nav-links, .sidebar .site-info, .site-footer .widget-area {
        padding-left: 20px;
        padding-right: 20px;
    }
    .error404 .page-title {
        font-size: 24px;
        padding: 180px;
    }
    .error404 .page-title:before {
        font-size: 554px;
    }
    .attachment .image-navigation {
        max-width: 724px;
    }
    .image-navigation .nav-previous, .image-navigation .nav-next {
        position: static;
    }
    .site-main .widget-area {
        margin-right: 60px;
    }
}
@media (max-width: 1024px) {
    .logotype-mobile, .menu-wrap .menu-title {
        display: block;
    }
    .main-navigation .language a {
        font-size: 22px;
    }
    .site-header {
        top: 0;
    }
    .main-navigation .language {
        top: 6px;
        font-size: 22px;
        font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    }
    .logotype-margin {
        display: none !important;
        visibility: hidden;
        position: fixed;
        left: -999px;
    }
    .header_pano .pano-content {
        height: 500px;
    }
    #navbar .navigation .menu-wrap {
        position: absolute;
        z-index: 1001;
        width: 300px;
        height: 100%;
        background: #ffffff;
        -webkit-transform: translate3d(-320px, 0, 0);
        transform: translate3d(-320px, 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    #navbar .navigation.toggled-on .menu-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.8s;
        transition: transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    #navbar .navigation .menu-wrap ul.nav-menu {
        display: block;
    }
    #navbar .navigation .menu-wrap, #navbar .navigation .menu-wrap ul.nav-menu {
        height: auto;
    }
    #navbar .navigation .menu-wrap {
        height: auto;
        overflow: hidden;
    }
    #navbar .navigation .menu-wrap ul.nav-menu {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    #navbar .navigation .menu-wrap ul.nav-menu li {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
    }
    #navbar .navigation .menu-wrap ul.nav-menu, #navbar .navigation .menu-wrap ul.nav-menu li {
        -webkit-transition: -webkit-transform 0s 0.4s;
        transition: transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    #navbar .navigation .menu-wrap ul.nav-menu li:nth-child(2) {
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }
    #navbar .navigation .menu-wrap ul.nav-menu li:nth-child(3) {
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }
    #navbar .navigation .menu-wrap ul.nav-menu li:nth-child(4) {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    #navbar .navigation .menu-wrap ul.nav-menu li:nth-child(5) {
        -webkit-transform: translate3d(0, 2500px, 0);
        transform: translate3d(0, 2500px, 0);
    }
    #navbar .navigation.toggled-on .menu-wrap .social {
        display: none;
        /*
        -webkit-transition: -webkit-transform 0s 0.4s;
        transition: transform 0s 0.4s;
        */
        -webkit-transition: -webkit-transform 0s;
        transition: transform 0s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    #navbar .navigation.toggled-on .menu-wrap ul.nav-menu, #navbar .navigation.toggled-on .menu-wrap ul.nav-menu li {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /*
        -webkit-transition: -webkit-transform 0.8s;
        transition: transform 0.8s;
        */
        -webkit-transition: -webkit-transform 0s;
        transition: transform 0s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    #navbar .navigation.toggled-on .menu-wrap ul.nav-menu li {
        /*
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
        */
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
    #navbar .navigation.toggled-on .menu-wrap ul.nav-menu li {
        text-align: left;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #bfbfbf;
    }
    #navbar .navigation.toggled-on .menu-wrap ul.nav-menu li a {
        color: #4c4747;
    }
    #navbar .navigation .menu-wrap {
        margin-top: -40px;
    }
    #works, .works {
        width: 100%;
        max-width: 480px;
        min-width: 320px;
    }
    .post-article.post-ouvrages #works, .post-article.post-ouvrages .works {
        width: 100%;
        max-width: none;
        min-width: 0;
    }
    .post-article #works, .post-article .works {
        max-width: 660px;
    }
    .post-article .inner #works .work, .post-article .inner .works .work {
        margin-bottom: 20px;
    }
    .header_pano {
        height: 471px;
    }
    .header_pano .pano-content .pp-embed {
        height: 500px;
        overflow: hidden;
        width: 100%;
    }
    .header_pano .pano-content .pp-embed iframe {
        height: 500px !important;
    }
    section.module.parallax h2 {
        background-size: auto 90%;
        background-attachment: initial;
    }
    section.module.parallax .container, .module-menard {
        padding-left: 2%;
        padding-right: 2%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .publish_block .filter-wrap .dropdown-menu {
        position: relative;
        z-index: 2;
        height: 34px;
        width: 200px;
        border-top: 1px solid #bfbfbf;
    }
    .publish_block .filter-wrap .dropdown-menu li {
        display: none !important;
        margin: 0 !important;
        min-height: 34px;
        border-bottom: 1px solid #bfbfbf;
        border-left: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
    }
    .publish_block .filter-wrap .dropdown-menu li a {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal !important;
    }
    .publish_block .filter-wrap .dropdown-menu li.filter-title {
        display: block !important;
        width: 100%;
        padding-left: 5px;
        padding-right: 40px;
        text-align: left;
    }
    .publish_block .filter-wrap .dropdown-menu li.filter-title a:before {
        display: none !important;
    }
    .publish_block .filter-wrap .dropdown-menu li.filter-title:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-left: 2px solid #e31818;
        border-bottom: 2px solid #e31818;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 8px;
    }
    .publish_block .filter-wrap .dropdown-menu.active li.filter-title:before {
        opacity: 0;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .publish_block .filter-wrap .dropdown-menu li.filter-title a {
        color: #000000 !important;
        padding-left: 0 !important;
    }
    .publish_block .filter-wrap .dropdown-menu.active li {
        display: block !important;
        width: 100%;
        overflow: hidden;
        background: #ffffff;
        text-align: left;
        -webkit-animation: fixed 0.2s;
        -moz-animation: fixed 0.2s;
        -ms-animation: fixed 0.2s;
        -o-animation: fixed 0.2s;
        animation: fixed 0.2s;
    }
    .publish_block .filter-wrap .dropdown-menu.active li::nth-child(1) {
        -webkit-animation: fixed 0.4s;
        -moz-animation: fixed 0.4s;
        -ms-animation: fixed 0.4s;
        -o-animation: fixed 0.4s;
        animation: fixed 0.4s;
    }
    .publish_block .filter-wrap .dropdown-menu.active li::nth-child(2) {
        -webkit-animation: fixed 0.6s;
        -moz-animation: fixed 0.6s;
        -ms-animation: fixed 0.6s;
        -o-animation: fixed 0.6s;
        animation: fixed 0.6s;
    }
    .publish_block .filter-wrap .dropdown-menu.active li::nth-child(3) {
        -webkit-animation: fixed 0.8s;
        -moz-animation: fixed 0.8s;
        -ms-animation: fixed 0.8s;
        -o-animation: fixed 0.8s;
        animation: fixed 0.8s;
    }
    .publish_block .filter-wrap .dropdown-menu.active li::nth-child(4) {
        -webkit-animation: fixed 1s;
        -moz-animation: fixed 1s;
        -ms-animation: fixed 1s;
        -o-animation: fixed 1s;
        animation: fixed 1s;
    }
    .publish_block .filter-wrap .dropdown-menu.active li::nth-child(5) {
        -webkit-animation: fixed 1.2s;
        -moz-animation: fixed 1.2s;
        -ms-animation: fixed 1.2s;
        -o-animation: fixed 1.2s;
        animation: fixed 1.2s;
    }
    .publish_block .filter-wrap .dropdown-menu.active li::nth-child(6) {
        -webkit-animation: fixed 1.2s;
        -moz-animation: fixed 1.2s;
        -ms-animation: fixed 1.2s;
        -o-animation: fixed 1.2s;
        animation: fixed 1.2s;
    }
    .publish_block .filter-wrap .dropdown-menu.active li::nth-child(7) {
        -webkit-animation: fixed 1.2s;
        -moz-animation: fixed 1.2s;
        -ms-animation: fixed 1.2s;
        -o-animation: fixed 1.2s;
        animation: fixed 1.2s;
    }
    .publish_block .filter-wrap .label {
        text-transform: capitalize;
    }
    .social {
        height: 54px;
        padding: 14px 20px;
        text-align: left;
        background: #ffffff;
        position: relative;
        z-index: 1;
        border-top: 1px solid #bfbfbf;
    }
    .social a, .social a:hover, .social a:active {
        display: inline-block;
        width: 28px;
        height: 28px;
        overflow: hidden;
        line-height: 28px;
        padding: 0;
        margin: 0 15px 0 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #999999;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
    }
    .social a:hover, .social a:active {
        background: #e22627;
    }
    #navbar .nav-menu li:hover> ul.sub-menu {
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        max-height: 1000px;
    }
    .arhiveClass {
        max-width: 660px;
        height: auto;
        margin-top: -30px;
        padding-top: 30px;
        margin-bottom: -10px;
    }
    .arhiveClass .slick-list {
        margin-top: 35px;
    }
    .arhiveClass .inner {
        width: 100%;
    }
    .arhiveClass .inner .images {
        width: 100%;
        max-width: 480px;
        height: 200px;
    }
    .arhiveClass .inner .images:before {
        right: auto;
        top: auto;
        left: 30px;
        bottom: -10px;
    }
    .arhiveClass .slick-list {
        height: 338px;
    }
    .arhiveClass .inner .description {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    /*.breadcrumbs{ padding:0 20px;}*/
    header #navbar.clone {
        display: none !important;
    }
    #map-references .marker::after {
        font-size: 16px;
    }
    #map-references .marker-content-title {
        font-size: 14px;
    }
    #map-references .marker-content-link {
        font-size: 14px;
    }
    .site-title {
        font-size: 30px;
    }
    #content .entry-header, #content .entry-content, #content .entry-summary, #content footer.entry-meta, #content .featured-gallery, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .post-navigation .nav-links, .paging-navigation .nav-links, #content .author-info, .comments-area .comments-title, .comments-area .comment-list, .comments-area .comment-navigation, .comment-respond, .sidebar .site-info, .sidebar .paging-navigation .nav-links {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content .format-status .entry-content, #content .format-status .entry-met {
        padding-left: 35px;
    }
    /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0 0 0 20px;
    }
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        background: none;
        border: none;
        color: #141412;
        padding: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 5px;
        position: relative;
        background: none;
        outline: 0;
    }
    .menu-toggle:focus {
        outline: none;
    }
    .menu-toggle span.border {
        display: inline-block;
        height: 2px;
        width: 30px;
        background: #ffffff;
        margin: 2px auto;
    }
    .toggled-on .nav-menu, .toggled-on .nav-menu> ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .toggled-on li, .toggled-on .children {
        display: block;
    }
    .toggled-on .nav-menu li> ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    #navbar .toggled-on .nav-menu li> ul.sub-menu {
        height: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    #navbar .toggled-on .nav-menu li.focus> ul.sub-menu {
        height: auto;
    }
    .toggled-on .nav-menu li> ul a {
        color: #141412;
        width: auto;
    }
    .toggled-on .nav-menu li:hover> a, .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }
    .toggled-on .nav-menu> li a:hover, .toggled-on .nav-menu> ul a:hover {
        background-color: #db572f;
        color: #ffffff;
    }
    .toggled-on .nav-menu> li a:focus, .toggled-on .nav-menu> ul a:focus {
        background-color: #220e10;
        color: #ffffff;
    }
    ul.nav-menu, div.nav-menu> ul {
        display: none;
    }
    #content .featured-gallery {
        padding-left: 24px;
    }
    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }
    .entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
        font-size: 22px;
        font-weight: bold;
    }
    .format-quote blockquote, .format-status .entry-content {
        font-size: 18px;
    }
    .format-quote blockquote small, .format-quote blockquote cite {
        font-size: 13px;
    }
    .error404 .page-title {
        padding: 40px 0 0;
    }
    .error404 .page-title:before {
        content: normal;
    }
    .comment-author {
        margin-right: 30px;
    }
    .comment-author .avatar {
        height: auto;
        max-width: 100%;
    }
    .comment-metadata, .comment-content, .comment-list .reply {
        width: 70%;
        width: -webkit-calc(100% - 104px);
        width: calc(100% - 104px);
    }
    .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .comment-form textarea {
        height: 80px;
        /* Smaller field for mobile. */
    }
    /* Audio */
    .format-audio .entry-content:before {
        display: none;
    }
    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }
    .slide-security-1 .text-slide-left {
        width: 300px;
    }
    figure.effect-lily h2 span.category {
        opacity: 0;
        overflow: hidden;
        -webkit-transition: height 0.1s, opacity 0.2s, -webkit-transform 0.35s;
        transition: height 0.2s, opacity 0.2s, transform 0.35s;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        opacity: 1;
    }
    figure.effect-lily h2, figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }
    .sub-menu_activated {
        height: auto;
        max-height: 1000px;
        opacity: 1;
    }
    .article-intro-techniques .article-intro p {
        text-align: justify;
        text-align-last: center;
        padding: 0 20px;
        letter-spacing: 0.4px;
    }
    .article-intro-techniques .article-intro-headline, .article-intro-ouvrages .article-intro-headline {
        font-size: 28px;
        text-align: center;
        padding: 0 20px;
    }
    .article-intro-techniques p, .article-intro-ouvrages p {
        padding: 0 20px;
    }
    .article-intro-techniques .pre-headline.pre-headline-number {
        text-align: center !important;
    }
    .work.rectangle-verticale {
        width: 220px;
        height: 220px;
    }
    .work figure.effect-lily .img:before {
        opacity: 0.4;
    }
    section.module.parallax {
        background-attachment: initial;
        background-position: left bottom;
    }
    .site-footer .sidebar-container {
        background: #333333 url(images/logotype_footer.png) no-repeat center 155px;
        padding: 20px 0 100px 0;
    }
    .post-article .title {
        width: 100%;
        height: 250px;
        background: #ffffff no-repeat center bottom;
        background-size: cover !important;
        text-align: center;
    }
    #pg-146-0 .panel-grid-cell, #pg-146-1 .panel-grid-cell {
        float: left !important;
    }
    #pgc-146-0-1, #pgc-146-1-1 {
        width: 67% !important;
    }
    .slide-security-1 .video-slide-right, .slide-security-1 #player.video-slide-right {
        max-width: 430px !important;
    }
    .emb_video #mep_0, .widget_siteorigin-panels-video #mep_0 {
        height: 360px !important;
    }
    .swiper-slide {
        overflow: hidden !important;
    }
    .vertical-align-block {
        display: -webkit-flex;
        display: block;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .article-intro-techniques .pre-headline, .article-intro-ouvrages .article-intro p {
        text-align: center !important;
    }
    .map-wrap.map-wrap-references {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 51vw;
        margin-bottom: 50px;
    }
}
@media (max-width: 999px) {
    .map-wrap.map-wrap-references {
        height: 60vh;
    }
    .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta, .sidebar .comment-list, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form, .sidebar .featured-gallery, .sidebar .post-navigation .nav-links, .author.sidebar .author-info {
        max-width: 604px;
        padding-left: 0;
        padding-right: 0;
    }
    .sidebar .site-info, .search.sidebar .page-content, .blog.sidebar .page-content, .attachment .entry-header, .sidebar .comments-title {
        max-width: 604px;
    }
    .sidebar .archive-meta, .attachment .entry-header, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .site-info, .sidebar .comments-title, .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0;
    }
    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%;
    }
    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0;
    }
    .format-status .entry-content {
        padding-top: 40px;
    }
    .format-status .entry-meta {
        padding-bottom: 40px;
    }
    .sidebar .format-status .entry-content, .sidebar .format-status .entry-meta {
        padding-left: 35px;
    }
    .sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before {
        left: 10px;
    }
    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px;
    }
    .sidebar .paging-navigation .nav-links {
        padding: 0 60px;
    }
    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px;
    }
    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0;
    }
}
@media (max-width: 960px) {
    .map-wrap.map-wrap-references {
        height: 72vh;
    }
    .container {
        width: 660px;
    }
    .post-focus .articl-list {
        max-width: 660px;
    }
    .post-focus .articl-list p.video-content-left {
        width: 100%;
        max-width: 100%;
    }
    .post-focus .articl-list .aside-video {
        width: 100%;
        height: 300px;
    }
    .post-focus .articl-list blockquote.blockquote {
        clear: both;
        width: 100%;
        margin-left: -320px;
        min-width: 640px;
        padding-top: 20px;
    }
    .post-focus .articl-list blockquote.blockquote figure {
        top: 20px;
    }
    .artical-two-column> p {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
        display: block;
    }
    .post-article .articl-list .artical-two-column {
        overflow: hidden;
        max-width: 100%;
    }
    .post-article .articl-list .work {
        margin: 0 13px;
        display: inline-block;
    }
    .more-articls .inner {
        max-width: 640px;
    }
    .blockquote-security-left {
        width: 200px;
        float: left;
    }
    .blockquote-security-right {
        width: 440px;
        float: right;
    }
    .video-security-left {
        width: 200px;
        float: left;
    }
    .video-security-right {
        width: 440px;
        float: right;
        height: 250px;
    }
    .brending {
        display: block;
    }
    .slide-security-1 .text-slide-left {
        width: 100%;
        float: none;
    }
    .slide-security-1 .image-slide-right {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
    .swiper-container-horizontal> .swiper-pagination {
        margin: 17px 0;
    }
    .swiper-security {
        width: 540px;
        margin: 0 auto;
    }
    .swiper-security .swiper-slide {
        padding: 0 60px;
    }
    .slide-security-1 .image-slide-right {
        width: 460px;
    }
    .video-approach {
        height: 400px;
    }
    /*history page*/
    .swiper-history.swiper-container-horizontal> .swiper-pagination {
        width: 586px;
        margin: 32px 0 15px auto;
    }
    .swiper-history.swiper-container-horizontal> .swiper-pagination.history-pagination .swiper-pagination-bullet {
        margin: 0 0 0 56px;
    }
    .years-row {
        width: 586px;
        padding-left: 35px;
    }
    .years-row-item {
        margin: 0 9px 0 0;
        font-size: 25px;
    }
    .map-wrap {
        height: 500px;
    }
    .learn-more-techniques.container {
        padding: 0;
    }
    .learn-more-wrap {
        margin: 0;
    }
    .learn-more-techniques .learn-more-item {
        float: none;
        padding: 0;
        width: 100%;
        height: 300px;
    }
    .learn-more-item.learn-more-text {
        text-align: justify;
        min-height: auto;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ouvrages-blocks-links {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 22%;
        width: 80%;
        height: 78%;
    }
}

/*  Ipad breakpoint */

@media (max-width: 768px) {
    figure.effect-lily h2 span.category {
        opacity: 0;
        overflow: hidden;
        -webkit-transition: height 0.1s, opacity 0.2s, -webkit-transform 0.35s;
        transition: height 0.2s, opacity 0.2s, transform 0.35s;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        opacity: 1;
    }
    figure.effect-lily h2, figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }
    .sub-menu_activated {
        height: auto;
        max-height: 1000px;
        opacity: 1;
    }
    .article-intro-techniques .article-intro p {
        text-align: justify;
        text-align-last: center;
        padding: 0 20px;
        letter-spacing: 0.4px;
    }
    .article-intro-techniques .article-intro-headline, .article-intro-ouvrages .article-intro-headline {
        font-size: 28px;
        text-align: center;
        padding: 0 15px;
    }
    .article-intro-techniques p, .article-intro-ouvrages p {
        padding: 0 20px;
    }
    article-intro-techniques .pre-headline.pre-headline-number {
        text-align: center !important;
    }
    .work.rectangle-verticale {
        width: 220px;
        height: 220px;
    }
    .work figure.effect-lily .img:before {
        opacity: 0.4;
    }
    section.module.parallax {
        background-attachment: initial;
    }
    .site-footer .sidebar-container {
        background: #333333 url(images/logotype_footer.png) no-repeat center 155px;
        padding: 20px 0 100px 0;
    }
    .post-article .title {
        width: 100%;
        height: 250px;
        background: #ffffff no-repeat center bottom;
        background-size: cover !important;
        text-align: center;
    }
    #pg-146-0 .panel-grid-cell, #pg-146-1 .panel-grid-cell {
        float: left !important;
    }
    #pgc-146-0-1, #pgc-146-1-1 {
        width: 67% !important;
    }
    .slide-security-1 .video-slide-right, .slide-security-1 #player.video-slide-right {
        max-width: 430px !important;
    }
    .emb_video #mep_0, .widget_siteorigin-panels-video #mep_0 {
        height: 360px !important;
    }
    .swiper-slide {
        overflow: hidden !important;
    }
}

/* Collapse oversized image and pulled images after iPad breakpoint. */

@media (max-width: 767px) {
    .map-wrap.map-wrap-references {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 62vh;
    }
    .site-header .home-link {
        min-height: 0;
    }
    .site-title {
        font-size: 36px;
        padding: 8px 0 10px;
    }
    .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright, .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .attachment .image-navigation, .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%;
    }
    .gallery-caption {
        display: none;
    }
    .ouvrages-project-block-mobile-links {
        width: 100%;
        display: block;
        color: #004489;
        font-size: 16px;
        font-weight: bold;
    }
    .ouvrages-blocks-project-item-mark {
        display: inline-block;
    }
    .ouvrages-project-block-map .ouvrages-blocks-project-item-link {
        display: none;
    }
}
@media (max-width: 664px) {
    body {
        -webkit-overflow-scrolling: touch;
    }
    section.module.parallax h2 {
        font-size: 22px;
        background-size: auto 90%;
    }
    .header_pano {
        height: 377px;
        overflow: inherit;
        margin-bottom: 20px;
    }
    .header_pano a.panorama {
        right: auto;
        margin-right: auto;
        left: 50%;
        min-width: 80px;
        margin-left: -40px;
        z-index: 3;
        text-indent: -999px;
        overflow: hidden;
        display: block;
        bottom: 25px;
    }
    .header_pano .wrap-title-pano .inner h2, .header_pano .wrap-title-pano .inner.inner-02 h2 {
        font-size: 24px;
        max-width: 310px;
        margin: 0 auto;
    }
    .header_pano .wrap-title-pano .inner.inner-01 h2 {
        font-size: 22px;
        max-width: 96%;
        margin: -20px auto 0 auto;
    }
    .header_pano .wrap-title-pano .inner.inner-02 .button.styl-material {
        bottom: -20px;
    }
    .header_pano .wrap-title-pano .inner.inner-02 button.before, .header_pano .wrap-title-pano .inner.inner-02 button.before:focus, .header_pano .wrap-title-pano .inner.inner-02 button.before:active {
        display: none;
    }
    .header_pano .pano-content .pp-embed {
        height: 377px;
        overflow: hidden;
        width: 100%;
    }
    .header_pano .pano-content .pp-embed iframe {
        height: 377px !important;
    }
    .header_pano .pano-content {
        height: 377px;
    }
    .header_pano:before {
        width: 140px;
        height: 90px;
        margin-left: -70px;
        background-size: cover;
        top: 0;
    }
    section.module.parallax h2 {
        min-width: 320px;
    }
    .work {
        width: 320px;
        margin: 0 0 1px 0;
    }
    .work.square-small {
        width: 100%;
        max-width: 480px;
    }
    .work.rectangle-horisontale {
        width: 100%;
        max-width: 480px;
    }
    .work.rectangle-verticale {
        width: 100%;
        max-width: 480px;
    }
    .work.square-middle {
        width: 100%;
        max-width: 480px;
        height: 320px;
    }
    .work.rectangle-horisontale-middle {
        width: 100%;
        max-width: 480px;
        height: 330px;
    }
    .module-menard h2 b.brending {
        display: block;
        margin-top: -12px;
    }
    .module-menard ul li {
        width: 50%;
    }
    .site-footer .sidebar-container {
        background: #333333 url(images/logotype_footer.png) no-repeat center 265px;
    }
    .site-footer .widget ul {
        margin-top: 54px;
    }
    .site-footer .widget ul li {
        display: block;
        margin-top: 8px;
    }
    /*.post-history .breadcrumbs{padding-left:120px;}*/
    .post-article.post-history .breadcrumbs+ .articl-list .article-item h2.header {
        text-align: left;
        padding-left: 120px;
        padding-right: 10px;
        height: 95px;
        margin: 25px 0 35px;
    }
    .post-article.post-history .breadcrumbs+ .articl-list .article-item h2.header .brending {
        display: block;
    }
    .arhiveClass {
        overflow: inherit;
        min-height: 200px;
        padding: 0;
        position: relative;
        z-index: 1;
        margin-top: -181px;
    }
    .arhiveClass:before {
        display: none;
    }
    .arhiveClass:after {
        height: 200px;
    }
    .arhiveClass .slick-list {
        margin: 0;
    }
    .arhiveClass .slick-list .item, .arhiveClass .slick-list .item.slick-current, .arhiveClass .slick-list .item:focus, .arhiveClass .slick-list .item:active {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        padding-left: 20px;
    }
    .arhiveClass .slick-list .item:before {
        top: 5px;
    }
    .arhiveClass .inner {
        max-width: 480px;
        margin: 0 auto;
        padding-top: 20px;
        float: none;
        clear: both;
    }
    .post-article.post-history .blockquote-wrap blockquote.blockquote {
        width: 100%;
    }
    .post-article #works, .post-article .works {
        max-width: 480px;
    }
    .post-article .articl-list .work {
        display: block;
        width: 100%;
        max-width: 480px;
        min-width: 320px;
        height: 150px;
        margin: 0 auto 1px auto !important;
    }
    .post-article .work figure.effect-lily figcaption> div, .post-article .work.rectangle-verticale figure.effect-lily figcaption> div {
        height: 100%;
    }
    .post-article .work figure.effect-lily figcaption> div p.description, .post-article .work.rectangle-verticale figure.effect-lily figcaption> div p.description {
        /*display: none;*/
    }
    .post-article .work figure.effect-lily figcaption> div a.btn.btn-themplate, .post-article .work.rectangle-verticale figure.effect-lily figcaption> div a.btn.btn-themplate {
        margin-top: 5px;
        opacity: 1;
    }
    .article-intro-techniques.container {
        padding-left: 0;
        padding-right: 0;
    }
    .work figure.effect-lily figcaption> div {
        padding: 1em 2em 2em 2em;
    }
    .publish_block .work figure.effect-lily figcaption> div {
        padding: 1em 2em 2em 2em;
    }
    .more-articls {
        display: none;
    }
    .arhiveClass .inner .description {
        padding: 0 20px;
    }
    .post-article.post-history .blockquote-wrap blockquote.blockquote footer .brending-title .brending {
        display: inline;
    }
    .post-techniques .works .work.section-title, .post-techniques #works work.section-title {
        height: auto;
        max-height: 370px;
        padding: 40px 20px 100px;
        top: -55px !important;
    }
    .post-article.post-techniques .publish_block {
        position: relative;
    }
    .post-article.post-techniques .publish_block .filter-wrap, .post-article.category-techniques .publish_block .filter-wrap {
        position: absolute;
        padding: 0;
        width: 100%;
        top: 260px;
        z-index: 2;
    }
    .work.section-title.consolidation.consolidation-en.renforcement.densification.environnement {
        top: -55px !important;
    }
    .post-article.post-techniques .show_more .page-top, .post-article.post-ouvrages .show_more .page-top, .post-article.category-techniques .show_more .page-top, .post-article.post-ouvrages .show_more .page-top {
        padding: 60px 0 0;
        max-width: 180px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .post-techniques .show_more .btn-show-more .decor-ico, .post-ouvrages .show_more .btn-show-more .decor-ico {
        top: 0;
        left: 50%;
        margin-left: -20px;
        margin-top: -50px;
    }
    .post-techniques .show_more .btn-show-more .decor-ico:after {
        margin-left: -5px;
    }
    .post-ouvrages .show_more .btn-show-more .decor-ico:after {
        margin-left: -6px;
    }
    .post-article.post-focus .articl-list .article-item header {
        padding: 60px 20px;
    }
    .post-article.post-focus .blockquote-wrap figure {
        margin: 0 auto 20px;
        width: 100%;
        min-width: 320px;
    }
    .post-article.post-focus .blockquote-wrap figure img {
        min-height: 100%;
        min-width: 100%;
    }
    .post-article.post-focus .blockquote-wrap {
        padding: 0;
    }
    .post-article.post-focus .blockquote-wrap blockquote.blockquote {
        margin: 0 auto;
        padding: 0 10px;
        min-width: 320px;
        text-align: center;
    }
    .post-article.post-focus .blockquote-wrap blockquote.blockquote figure {
        width: 121px;
        min-width: 121px;
        height: 121px;
        position: relative;
        margin: 0 auto 20px auto;
        float: none;
    }
    .post-article.post-focus .blockquote-wrap blockquote.blockquote p {
        text-align: center;
    }
    .post-article.post-focus p {
        padding: 0 10px;
    }
    .post-article.post-focus h2 {
        padding: 0 10px;
    }
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-flex {
        display: block;
        width: 100% !important;
        float: none !important;
    }
    .brending {
        display: block;
    }
    .blockquote-security-left {
        font-size: 23px;
    }
    .video-security-left .brending-title {
        font-size: 29px;
        line-height: 22px;
    }
    .video-security-left p {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .slider-security-wrap h2 {
        /*display: none;*/
    }
    .video-security-right {
        margin-bottom: 25px;
    }
    .module-menard-security {
        padding: 0;
        margin-top: 17px;
    }
    .module-menard-security h2 {
        font-size: 38px;
        margin: 17px 0 17px 0;
    }
    .module-menard-security ul li p {
        font-size: 26px;
    }
    .module-menard-security ul {
        margin: 0 0 26px 0;
    }
    .module-menard-security ul li .separator {
        border: none;
        margin: 0;
    }
    .module-menard-security ul li p b {
        font-size: 45px;
    }
    .post-article.post-security .articl-list .article-item h2.header, .post-article.post-approach .articl-list .article-item h2.header {
        margin: 20px 0;
        font-size: 36px;
        line-height: 30px;
    }
    .video-security-left {
        margin-top: 15px;
    }
    .post-article.post-article .title h2 {
        font-size: 38px;
    }
    .post-article.post-security .title {
        background: url(images/security/security.jpg) no-repeat 81% bottom;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .site-footer.footer-no-bg .sidebar-container {
        background-image: url(images/mobile_footer.png);
        background: #333333 url(images/mobile_footer.png) no-repeat center 30px;
    }
    .video-approach {
        height: 250px;
    }
    .swiper-security {
        width: 100%;
        margin: 0 auto;
    }
    .swiper-security .swiper-slide {
        padding: 0 20px;
    }
    .swiper-history.swiper-container-horizontal> .swiper-pagination, .years-row {
        display: none;
    }
    .swiper-history-mobile-pagination {
        display: block;
    }
    .history-item {
        height: 150px;
        margin-bottom: 2px;
    }
    .history-headline {
        display: inline;
    }
    .post-article.post-history h2.header {
        margin: 0;
        text-align: left;
        width: 193px;
        line-height: 40px;
    }
    .history-year {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 0;
    }
    .history-headline {
        font-size: 12px;
    }
    .flex-protect {
        padding: 0 5px;
    }
    .history-item-wrap:hover .history-item {
        top: 0;
    }
    .button.btn-primary-mobile {
        display: block;
        width: 100%;
        height: 42px;
        margin: -2px auto 0 auto;
        line-height: 42px;
        text-align: center;
        font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
        font-size: 22px;
        color: #ffffff;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        background: #e11818;
        border: none;
        border-radius: 0;
    }
    .swiper-history-mobile-pagination {
        padding: 32px 0 25px 0;
    }
    .history-description p {
        text-align: justify;
        padding: 20px 10px;
    }
    .map-wrap {
        height: 400px;
    }
    .post-article.post-techniques .articl-list .work, .post-article.post-ouvrages .articl-list .work, .post-article.post-techniques .works, .post-article.post-ouvrages #works, .post-article.post-ouvrages .works {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 307px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .learn-more-techniques .learn-more-item, section.module.parallax.parallax-techniques, section.module.parallax.parallax-ouvrages {
        min-height: 307px;
        height: 307px;
        padding-left: 0;
        padding-right: 0;
    }
    .parallax-techniques h3, .parallax-ouvrages h3 {
        font-size: 20px;
    }
    .parallax-techniques h3, .post-article.post-ouvrages .articl-list {
        margin-top: 0;
    }
    .article-intro-techniques p {
        text-align: center;
        margin-top: 10px;
        padding: 0 15px;
    }
    .article-intro-techniques .article-intro {
        margin-bottom: 40px;
    }
    .article-intro-techniques .article-intro:last-child {
        margin-bottom: 15px;
    }
    .article-intro-techniques .pre-headline {
        line-height: 1.3;
    }
    .article-intro-techniques .pre-headline, .article-intro-ouvrages .article-intro p {
        text-align: center;
    }
    .article-intro-ouvrages .article-intro p {
        padding: 0;
    }
    .article-intro-ouvrages .article-intro-headline {
        font-size: 28px;
    }
    .show-description, .button.btn-primary, .post-techniques .scroll-button.page-bottom, .post-ouvrages .scroll-button.page-bottom {
        display: none;
    }
    .article-intro-ouvrages .article-intro, .module-menard.module-menard-ouvrages {
        margin-bottom: 0;
    }
    .article-intro-ouvrages.description-ouvrages, .post-article.post-techniques .articl-list {
        margin-top: 0;
    }
    .article-intro-ouvrages.description-ouvrages .article-intro {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .line-on-sides:before, .line-on-sides:after, .module-menard ul li .separator, section.module.parallax.parallax-intro-ouvrages {
        display: none;
    }
    section.module.parallax.parallax-techniques {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .module-menard.module-menard-ouvrages ul {
        margin-bottom: 29px;
    }
    .learn-more-item.learn-more-text {
        min-height: auto;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-article .title:after {
        width: auto;
    }
    .post-article.post-article .title h2 {
        display: none;
    }
    section.module.parallax.parallax-ouvrages h3, section.module.parallax.parallax-techniques h3 {
        max-width: 200px;
        margin: 0 auto;
    }
    /* map references mobile ver*/
    #map-references {
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .map-wrap.map-wrap-references {
        height: auto;
        position: relative;
        padding-bottom: 50px;
    }
    #map-references .marker {
        display: none;
    }
    .references-list-container {
        display: inline-block;
        width: 100%;
        height: auto;
        min-height: 100px;
        border-top: 3px solid #e31818;
        background: #ffffff;
        padding: 3px 0 3px 0;
        -webkit-box-shadow: 0 0 25px 0 rgba(224, 224, 224, 1);
        -moz-box-shadow: 0 0 25px 0 rgba(224, 224, 224, 1);
        box-shadow: 0 0 25px 0 rgba(224, 224, 224, 1);
        transition: opacity 0.7s;
    }
    .references-list {
        margin: 5px 0;
        padding: 0;
        text-align: center;
        list-style: none;
    }
    .references-list-item {
        margin: 7px 0 5px 0;
        line-height: 26px;
        padding-bottom: 5px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(204, 204, 204, 0.3);
        position: relative;
    }
    .references-list-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 4px;
        line-height: 16px;
    }
    .references-mobile-header {
        display: block;
        width: 100%;
        text-align: center;
        color: #004489;
        font-size: 22px;
        padding: 0 10px;
    }
    .references-list-item-link, .references-list-item-link:visited {
        color: #004489;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        padding: 0 10px;
        text-align: center;
        width: 80%;
        display: inline-block;
    }
    .references-list-item-link:hover, .references-list-item-link:active, .references-list-item-link:focus {
        color: #e31818;
    }
    .references-list-item-content {
        display: none;
        padding: 30px 20px;
    }
    .references-list-item-text {
        font-size: 12px;
        line-height: normal;
        text-align: justify;
        text-align-last: left;
    }
    .references-list-item.active {
        border-bottom: none;
    }
    .references-list-item-link.active {
        color: #004489;
    }
    .references-list-item-link.active+ .references-list-item-content+ .references-list-item-close-button {
        display: block;
    }
    .references-list-item-close-button {
        position: absolute;
        display: none;
        content: "+";
        height: 20px;
        width: 20px;
        font-size: 25px;
        top: 0;
        right: 15px;
        color: #004489;
        font-weight: bold;
        font-family: Arial, sans-serif;
        line-height: normal;
        ;
        vertical-align: middle;
        transition: transform 0.5s;
        webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        cursor: pointer;
    }
    section.module.parallax-2 {
        background-image: url("images/_small/2.jpg");
        background-size: cover;
        background-attachment: scroll;
    }
    .module-menard ul {
        margin: 0 auto;
        text-align: center;
    }
    .module-menard ul li {
        width: 50%;
        display: inline-block;
        float: none;
    }
    .slide-security-1 .image-slide-right {
        display: block;
        max-width: 320px;
        height: auto;
    }
    .article-intro-techniques .article-intro-headline, .article-intro-ouvrages .article-intro-headline {
        font-size: 28px;
        text-align: center;
        padding: 0 20px;
    }
    .article-intro-techniques .article-intro p {
        text-align: justify;
        text-align-last: center;
        padding: 0 20px;
        letter-spacing: 0.4px;
    }
    .article-intro-techniques .pre-headline.pre-headline-number {
        text-align: center !important;
    }
    .article-intro-techniques p, .article-intro-ouvrages p {
        padding: 0 20px;
    }
    .post-article .title {
        height: 55vw;
    }
    .post-article .title h3 {
        font-size: 22px;
        margin-top: 60px;
        line-height: normal;
    }
    .logotype-mobile {
        top: -8px;
    }
    figure.effect-lily h2 span.category {
        opacity: 0;
        overflow: hidden;
        -webkit-transition: height 0.1s, opacity 0.2s, -webkit-transform 0.35s;
        transition: height 0.2s, opacity 0.2s, transform 0.35s;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        opacity: 1;
    }
    figure.effect-lily h2, figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect-lily p, figure.effect-lily a.btn.btn-themplate {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }
    .emb_video, .widget_siteorigin-panels-video {
        display: block;
        width: 100% !important;
        height: 400px !important;
    }
    .wp-video {
        width: 100% !important;
        height: 400px !important;
    }
    .emb_video #mep_0, .widget_siteorigin-panels-video #mep_0 {
        width: 100% !important;
        height: 400px !important;
        overflow: hidden !important;
    }
    #TB_window {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 320px;
        transform: translate(-50%, 0);
        top: 220px !important;
    }
    #TB_ajaxContent {
        width: 100% !important;
        max-width: 320px;
        height: 500px !important;
    }
    #TB_window .title {
        font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
        font-weight: normal;
        font-size: 25px;
        color: #004489;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: normal;
        ;
    }
    .sub-menu_activated {
        height: auto;
        max-height: 1000px;
        opacity: 1;
    }
    .work figure.effect-lily {
        pointer-events: none;
    }
    .works figure.effect-lily a.btn.btn-themplate {
        pointer-events: all;
    }
    #pg-146-0 .panel-grid-cell, #pg-146-1 .panel-grid-cell {
        float: none !important;
        width: auto !important;
    }
    /* Ouvrages mobile */
    .ouvrages-blocks--desktop {
        display: none;
    }
    .ouvrages-blocks--mobile {
        display: block;
        background: none;
        height: auto;
    }
    .ouvrages-blocks--mobile .ouvrages-blocks-link-item {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        float: none;
        text-align: center;
        min-height: 240px;
        width: 100%;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        border-top: 1px solid #fff;
    }
    .ouvrages-blocks-link-item--1 {
        background-image: url(images/ouvrages/ouvr-block_mob_bg1.jpg);
    }
    .ouvrages-blocks-link-item--2 {
        background-image: url(images/ouvrages/ouvr-block_mob_bg2.jpg);
    }
    .ouvrages-blocks-link-item--3 {
        background-image: url(images/ouvrages/ouvr-block_mob_bg3.jpg);
    }
    .ouvrages-blocks-link-item--4 {
        background-image: url(images/ouvrages/ouvr-block_mob_bg4.jpg);
    }
    .ouvrages-blocks--mobile .ouvrages-blocks-item-link {
        position: absolute;
        /*width: 100%;
        min-width: 200px;
        max-width: 250px;*/
        white-space: nowrap;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .row-slider-security {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .slide-security-1 .video-slide-right, .slide-security-1 #player.video-slide-right {
        width: 100%;
        height: auto;
    }

    .approach-menu a {
        margin: 0 auto 20px;
        font-size: 12px;
        padding: 9px 16px;
    }

    .home .header_pano .wrap-title-pano .inner h2 {
        margin-top: 65px;
    }
}

/* Mobile devices */

@media (max-width: 359px) {
    .site-title {
        font-weight: normal;
    }
    .site-description {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute;
    }
    .gallery {
        margin-left: 0;
    }
    .gallery .gallery-item, .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }
    .gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item, .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }
    .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }
    .gallery br {
        display: none;
    }
    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
    /* Comments */
    .comment-author {
        margin: 0 0 5px;
        max-width: 100%;
    }
    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px;
    }
    .comment-metadata, .comment-content, .comment-list .reply {
        width: 100%;
    }
    .emb_video, .widget_siteorigin-panels-video {
        display: block;
        max-width: 320px !important;
        width: 100% !important;
        height: 400px !important;
    }
    .wp-video {
        max-width: 320px !important;
        width: 100% !important;
        height: 400px !important;
    }
    .emb_video #mep_0, .widget_siteorigin-panels-video #mep_0 {
        width: 100% !important;
        max-width: 320px !important;
        height: 400px !important;
        overflow: hidden !important;
    }
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */


/* Retina-specific styles. */

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .site-header .search-field {
        background-image: url(images/search-icon-2x.png);
    }
    .format-audio .audio-content, .format-status .entry-content:before, .format-status .entry-meta:before, .comment-list> li:after, .comment-list .children> li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}
@media print {
    body {
        background: none !important;
        color: #000000;
        font-size: 10pt;
    }
    footer a[rel="bookmark"]:link:after, footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }
    .site {
        max-width: 98%;
    }
    .site-header {
        background-image: none !important;
    }
    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }
    .site-title {
        color: #000000;
        font-size: 21pt;
    }
    .site-description {
        font-size: 10pt;
    }
    .author-avatar, .site-footer, .comment-respond, .comments-area .comment-edit-link, .comments-area .reply, .comments-link, .entry-meta .edit-link, .page-links, .site-content nav, .widget-area, .main-navigation, .navbar, .more-link {
        display: none;
    }
    .entry-header, .entry-content, .entry-summary, .entry-meta {
        margin: 0;
        width: 100%;
    }
    .page-title, .entry-title {
        font-size: 21pt;
    }
    .entry-meta, .entry-meta a {
        color: #444444;
        font-size: 10pt;
    }
    .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright, .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .format-image .entry-content .size-full {
        margin: 0;
    }
    /* Remove colors from post formats */
    .hentry {
        background-color: #ffffff;
    }
    /* Comments */
    .comments-area> li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .comment-metadata {
        float: none;
    }
    .comment-author .fn, .comment-reply-link, .comment-reply-login {
        color: #333333;
    }
}

/* Modifications */

.nav-menu> .menu-item:not(.logotype-margin) {
    /* for the sake of menu-item's appearance animation */
    opacity: 0;
}

/* Animations */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.delay-01s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay-03s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.pause-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.pause-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.pause-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.pause-4 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.pause-5 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.pause-6 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

/* Other styles */

.building-site-content {
    margin-bottom: 50px;
}
.hidden {
    display: none !important;
}
.hovered_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block;
}
.article-inner> p {
    margin-top: 50px;
}

/* References */

.page-template-page-references .articl-list .work.section-title {
    background: #fff;
}
.page-template-page-references .articl-list .work.section-title h2 {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 0.8;
    padding: 0;
    margin: 20px 0 20px 0;
    font-family: "SoletancheFreyssinet", "Open Sans", Helvetica, Arial, fantasy;
    color: #004489;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 142px;
}
.page-template-page-references .work {
    width: 300px;
    height: 300px;
    vertical-align: middle;
    margin: 0 0 20px 15px;
    display: inline-block;
    float: none;
}

/* Social */
.social-network {
    padding-top: 25px;
    background: #333333;
}

.social-network .social {
    display: inline;
    margin: 0 10px;
}
