/*
Theme Name: Traditium
Theme URI: http://underscores.me/
Author: l'Agence secrète
Author URI: http://agencesecrete.com/
Description: Traditium is a family brand that has been with you for over forty years. Our range of TRADITIUM™ columbariums is the result of a long process of research and development.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: traditium
Tags:

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
    ## Normalize
    ## Typography
    ## Elements
    ## Forms
    ## Navigation
        ### Links
        ### Menus
        ### Mobile Menu
        ### Mega Menu
    ## Accessibility
    ## Alignments
    ## Clearings
    ## Content
        ### Posts and pages
        ### Video player
        ### Comments
    ## Infinite scroll
    ## Media
        ### Captions
        ### Galleries
# Modules
    ## Module - Layout
    ## Module - Layout Media Queries
    ## Module - Themes
    ## Module - Buttons
# Pages
    ## Front page
    ## Columbariums
    ## Columbarium
    ## Vaults
    ## About us
    ## Articles
# Templates
    ## Template - Header
    ## Template - Footer
    ## Template - Page
    ## Template - Sidebar
    ## Template - 404
# Template parts
    ## Template - Content
    ## Template - Pagination
# Components
    ## Component - Social-networks
# Plugins
    ## Plugin - SiteOrigin Panels
    ## Plugin - Gravity Form
    ## Plugin - Slick
    ## Plugin - FontAwesome
# Widgets
    ## Widget - Texte générique
    ## Widget - Sketchfab
    ## Widget - Store Locator
    ## Widget - Carousel
    ## Widget - Video
    ## Widget - Large Text
    ## Widget - All Columbariums
    ## Widget - Columbarium Table
    ## Widget - Team
    ## Widget - Image
    ## Widget - Contact info
    ## Widget - Transport schema
# Media Query
--------------------------------------------------------------*/

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

::-moz-selection {
    background: #A5978A;
    color: #121212;
}

::selection {
    background: #A5978A;
    color: #121212;
}

html {
    scroll-behavior: smooth;
}

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

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

*:focus {
    outline: none;
    box-shadow: none;
}

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

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

body {
    margin: 0;
}

figure {
    margin: 1em 40px;
}

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

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

a {
    background-color: transparent;
}

b,
strong {
    font-weight: 500;
}

pre {
    overflow: auto;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

input {
    line-height: normal;
}

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

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

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

[hidden],
template {
    display: none;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

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

body,
button,
input,
select,
optgroup,
textarea {
    color: #A5978A;
    font-family: sofia-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
}

h1, .h1 {
    font-family: capitolium-2, serif;
    font-weight: 400;
    font-size: 6.8rem;
    line-height: 0.9;
    color: #A5978A;
    margin: 0;
}

h2, .h2 {
    font-family: capitolium-2, serif;
    font-weight: 400;
    font-size: 6.8rem;
    line-height: 0.9;
    color: #A5978A;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-family: sofia-pro, sans-serif;
    font-weight: 100;
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #A5978A;
    margin-top: 5px;
    margin-bottom: 30px;
}

h4, .h4 {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #A5978A;
    margin-top: 5px;
    margin-bottom: 24px;
}

h5, .h5 {
    font-family: 'sofia-pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #A5978A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

h6, .h6 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.15rem;
    line-height: 1.4;
    color: #A5978A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

p {
    font-family: sofia-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
    margin-bottom: 1.4em;
    color: #A5978A;
}

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

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

body {
    background: #121212;
}

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

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

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

ul,
ol {
    margin: 0;
}

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

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

svg {
    color:#A5978A;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.background-gradient-top {
    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

.background-gradient-bottom {
    background: -webkit-linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

.black-gradient-filter {
    position: relative;
}

.black-gradient-filter::before {
    content:'';
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 40%, rgba(18,18,18,0) 100%);
    background: -moz-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 40%, rgba(18,18,18,0) 100%);
    background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(18,18,18,0) 30%, rgba(18,18,18,0) 100%);
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    /*color: #A5978A;*/
    color:#fff;
    border: none;
    border-bottom: 1px solid #A5978A;
    padding: 8px 6px;
    background-color: transparent;
    font-size: 1.15em;
    letter-spacing: 0.01em;

    border-radius: 0;
    -webkit-border-radius: 0;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

textarea {
    width: 100%;
}

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

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

input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
	padding-left: 2.5em!important;
    
    text-transform: none;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

a {
    color: #A5978A;
    
    outline: 0;
    text-decoration: none!important;
    
    -webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

a:visited {
    color: #A5978A;
}

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

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

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

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

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

.main-navigation ul li.menu-item-has-children a::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 50%;
    width: 1px;
    height: 0;
    background-color: #A5978A;
    z-index: 999991;

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

.main-navigation ul li.menu-item-has-children .sub-menu a::after {
    content: none;
}

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

.main-navigation ul li a {
    position: relative;
    margin: 0.6em 20px;
    font-size: 0.82em;
    font-family: 'sofia-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #A5978A;
    line-height: 1.4;
    text-transform: uppercase;
    outline: 0;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.main-navigation ul li > a::before,
.main-navigation .mega-menu-link a::before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    bottom: -3px;
    margin: 0 auto;
    left: -0.05rem;
    width: 0;
    background: #A5978A;

    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

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

.main-navigation ul li > a:hover::before,
.main-navigation ul li > a.focus::before,
.main-navigation .mega-menu-link:hover a::before,
.main-navigation .mega-menu-link.focus a::before {
    width: 100%;
}

.main-navigation .mega-menu-link:hover a::after,
.main-navigation .mega-menu-link.focus a::after {
    height: 80px;
}

.main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    
    width: 100%;
    background-clip: content-box;
    
    background: rgba(18, 18, 18, 0.9);

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

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

.main-navigation ul ul li a {
    font-size: 1em;
    padding: 0 1.5em;
    margin: 0.6em 1em;

    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.main-navigation ul li > a:hover + ul,
.main-navigation ul li > a.focus + ul,
.main-navigation .mega-menu-link:hover + ul,
.main-navigation .mega-menu-link.focus + ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 0;
}

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

.main-navigation .menu-community .menu-item svg {
    height: 220px;
}

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

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

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

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

.main-navigation ul li.current-menu-item > a::before,
.main-navigation ul li.current-menu-parent > a::before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    bottom: -3px;
    margin: 0 auto;
    left: -0.05rem;
    width: 100%;
    background: #A5978A;
}

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

.main-navigation ul li .sub-menu .current-menu-item a .columbarium-icon,
.main-navigation ul li .sub-menu .current-menu-item a .columbarium-title {
    color: #fff;
}

/*--------------------------------------------------------------
### Mega Menu
--------------------------------------------------------------*/

.main-navigation ul ul li a .columbarium-title,
.main-navigation ul ul li a .vault-title,
.section-related-columbarium .columbarium-title,
.widget_all-columbariums .columbarium-title {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    white-space: normal;

    height: 52px;
    max-width: 220px;
    margin-top: 20px;
}

.main-navigation .sub-menu li a:hover,
.section-related-columbarium a:hover,
.section-related-columbarium a:hover .columbarium-title,
.widget_all-columbariums a:hover,
.widget_all-columbariums a:hover .columbarium-title {
    color: #fff!important;
}

.main-navigation ul ul li a:hover::before {
    content: none;
}

.main-navigation ul ul li a .columbarium-icon svg,
.main-navigation ul ul li a .vault-icon svg,
.section-related-columbarium .columbarium-icon svg,
.widget_all-columbariums .columbarium-icon svg {
    height: 145px;
    color: inherit;
}

.menu-item-slug-prestige-collection {
    margin-left: -1.5%;
}

.menu-item-object-columbarium .columbarium-icon,
.section-related-columbarium .columbarium-icon,
.widget_all-columbariums .columbarium-icon {
    position: relative;
}

.menu-item-object-columbarium .columbarium-banner,
.section-related-columbarium .columbarium-banner,
.widget_all-columbariums .columbarium-banner {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 2px 4px;
    
    position: absolute;
    background-color: #5B676D;
    color: #121212;

    bottom: -3px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*--------------------------------------------------------------
### Mobile Menu
--------------------------------------------------------------*/

.mobile-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    position: fixed;
    top: 0;
    left: 0;
    float: none;
    z-index: 998;
    
    width: 100%;
    height: 100vh;
    margin-top: 20px;
    background-color: #121212;
    
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

body.menu-opened .mobile-navigation {
    opacity: 0;
    visibility: hidden;
}

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

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

.mobile-navigation ul li a {
    position: relative;
    
    font-size: 1.4em;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    color: #A5978A;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    outline: 0;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mobile-navigation ul li a:hover {
    color: #fff;
}

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

.mobile-navigation .mega-menu-link.focus + .sub-menu {
    display: block;
    padding: 0;
    margin: 0;
}

.mobile-navigation .mega-menu-link.focus + .sub-menu li {
    list-style: none;
}

.mobile-navigation .mega-menu-link.focus + .sub-menu li a {
    font-size: 14px;
    text-transform: none;
}

.mobile-navigation .mega-menu-link {
    display: inline-block;
    position: relative;
}

.button-sub-menu {
    display: initial;
    position: absolute;
    top: 0;
    margin: 9px 0 0 10px;
    cursor: pointer;
}

.button-sub-menu svg {
    color: #A5978A;
    font-size: 1.4em;
}

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

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

/* Text meant only for screen readers. */

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky {
    display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
### Video player
--------------------------------------------------------------*/

.hero-video-container {
    position: relative;
    width: 100%;
    height: 78vh;
    overflow: hidden;
}

.hero-video-container::before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 20%, rgba(18,18,18,0) 100%);
    background: -moz-linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 20%, rgba(18,18,18,0) 100%);
    background: linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 20%, rgba(18,18,18,0) 100%);
    position: absolute;
    top: -1px;
    height: calc(100% + 1px);
    width: 100%;
    z-index: 2;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hero-video-container .video-player {
    z-index: 0;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    width: 80%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero-video-container .video-player > * {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-video-container .video-iframe-wrapper {
    z-index: 1;
    pointer-events: none;
}

.hero-video-container iframe {
    position: absolute;
    top: 0;
    height: 200%;
    bottom: 0;
    margin: auto;
}

.hero-video-container .video-thumbnail {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 5;
}

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

.overflow-hidden {
    overflow: hidden;
}

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

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

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

/* Container */

.full:not(.panel-row-style),
.boxed-wide:not(.panel-row-style),
.boxed:not(.panel-row-style) {
    padding-left: 30px;
    padding-right: 30px;
}

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

.boxed-wide {
    max-width: 1750px;
}

.boxed {
    max-width: 1450px;
}

.boxed-wide-half-left {
    margin-left: calc(max((100vw - 1750px) / 2, 0px));
}

.boxed-wide-half-right {
    margin-right: calc(max((100vw - 1750px) / 2, 0px));
}

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

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

/* Row */

.layout-flex {    
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

/* Column */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-flex .layout-fit {
    min-width: 0;
    
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}

.layout-flex .layout-max {
    min-width: 0;
    
    -webkit-flex: 1 1 auto; /* Safari 6.1+ */
    -ms-flex: 1 1 auto; /* IE 10 */ 
    flex: 1 1 auto;
}

.layout-flex .layout-min {
    min-width: 0;
    
    -webkit-flex: 0 0 auto; /* Safari 6.1+ */
    -ms-flex: 0 0 auto; /* IE 10 */ 
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Module - Layout Media Queries
--------------------------------------------------------------*/

@media (max-width: 1600px) {
    .main-navigation ul li a {
        margin: 0.6em 10px;
    }
}

@media (max-width: 1500px) {
    .layout-flex .layout-xl-100 {
        width: 100%;
    }
    
    .layout-flex .layout-xl-95 {
        width: 95%;
    }
    
    .layout-flex .layout-xl-90 {
        width: 90%;
    }
    
    .layout-flex .layout-xl-85 {
        width: 85%;
    }
    
    .layout-flex .layout-xl-80 {
        width: 80%;
    }
    
    .layout-flex .layout-xl-75 {
        width: 75%;
    }
    
    .layout-flex .layout-xl-70 {
        width: 70%;
    }
    
    .layout-flex .layout-xl-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-xl-65 {
        width: 65%;
    }
    
    .layout-flex .layout-xl-60 {
        width: 60%;
    }
    
    .layout-flex .layout-xl-55 {
        width: 55%;
    }
    
    .layout-flex .layout-xl-50 {
        width: 50%;
    }
    
    .layout-flex .layout-xl-45 {
        width: 45%;
    }
    
    .layout-flex .layout-xl-40 {
        width: 40%;
    }
    
    .layout-flex .layout-xl-35 {
        width: 35%;
    }
    
    .layout-flex .layout-xl-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-xl-30 {
        width: 30%;
    }
    
    .layout-flex .layout-xl-25 {
        width: 25%;
    }
    
    .layout-flex .layout-xl-20 {
        width: 20%;
    }

    .layout-flex .layout-xl-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-xl-15 {
        width: 15%;
    }
    
    .layout-flex .layout-xl-10 {
        width: 10%;
    }
    
    .layout-flex .layout-xl-5 {
        width: 5%;
    }
}

@media (max-width: 1250px) {
    .layout-flex .layout-lg-100 {
        width: 100%;
    }
    
    .layout-flex .layout-lg-95 {
        width: 95%;
    }
    
    .layout-flex .layout-lg-90 {
        width: 90%;
    }
    
    .layout-flex .layout-lg-85 {
        width: 85%;
    }
    
    .layout-flex .layout-lg-80 {
        width: 80%;
    }
    
    .layout-flex .layout-lg-75 {
        width: 75%;
    }
    
    .layout-flex .layout-lg-70 {
        width: 70%;
    }
    
    .layout-flex .layout-lg-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-lg-65 {
        width: 65%;
    }
    
    .layout-flex .layout-lg-60 {
        width: 60%;
    }
    
    .layout-flex .layout-lg-55 {
        width: 55%;
    }
    
    .layout-flex .layout-lg-50 {
        width: 50%;
    }
    
    .layout-flex .layout-lg-45 {
        width: 45%;
    }
    
    .layout-flex .layout-lg-40 {
        width: 40%;
    }
    
    .layout-flex .layout-lg-35 {
        width: 35%;
    }
    
    .layout-flex .layout-lg-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-lg-30 {
        width: 30%;
    }
    
    .layout-flex .layout-lg-25 {
        width: 25%;
    }
    
    .layout-flex .layout-lg-20 {
        width: 20%;
    }

    .layout-flex .layout-lg-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-lg-15 {
        width: 15%;
    }
    
    .layout-flex .layout-lg-10 {
        width: 10%;
    }
    
    .layout-flex .layout-lg-5 {
        width: 5%;
    }
}

@media (max-width: 1024px) {
    .layout-flex .layout-md-100 {
        width: 100%;
    }
    
    .layout-flex .layout-md-95 {
        width: 95%;
    }
    
    .layout-flex .layout-md-90 {
        width: 90%;
    }
    
    .layout-flex .layout-md-85 {
        width: 85%;
    }
    
    .layout-flex .layout-md-80 {
        width: 80%;
    }
    
    .layout-flex .layout-md-75 {
        width: 75%;
    }
    
    .layout-flex .layout-md-70 {
        width: 70%;
    }
    
    .layout-flex .layout-md-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-md-65 {
        width: 65%;
    }
    
    .layout-flex .layout-md-60 {
        width: 60%;
    }
    
    .layout-flex .layout-md-55 {
        width: 55%;
    }
    
    .layout-flex .layout-md-50 {
        width: 50%;
    }
    
    .layout-flex .layout-md-45 {
        width: 45%;
    }
    
    .layout-flex .layout-md-40 {
        width: 40%;
    }
    
    .layout-flex .layout-md-35 {
        width: 35%;
    }
    
    .layout-flex .layout-md-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-md-30 {
        width: 30%;
    }
    
    .layout-flex .layout-md-25 {
        width: 25%;
    }
    
    .layout-flex .layout-md-20 {
        width: 20%;
    }

    .layout-flex .layout-md-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-md-15 {
        width: 15%;
    }
    
    .layout-flex .layout-md-10 {
        width: 10%;
    }
    
    .layout-flex .layout-md-5 {
        width: 5%;
    }
}

@media (max-width: 768px) {
    .layout-flex .layout-sm-100 {
        width: 100%;
    }
    
    .layout-flex .layout-sm-95 {
        width: 95%;
    }
    
    .layout-flex .layout-sm-90 {
        width: 90%;
    }
    
    .layout-flex .layout-sm-85 {
        width: 85%;
    }
    
    .layout-flex .layout-sm-80 {
        width: 80%;
    }
    
    .layout-flex .layout-sm-75 {
        width: 75%;
    }
    
    .layout-flex .layout-sm-70 {
        width: 70%;
    }
    
    .layout-flex .layout-sm-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-sm-65 {
        width: 65%;
    }
    
    .layout-flex .layout-sm-60 {
        width: 60%;
    }
    
    .layout-flex .layout-sm-55 {
        width: 55%;
    }
    
    .layout-flex .layout-sm-50 {
        width: 50%;
    }
    
    .layout-flex .layout-sm-45 {
        width: 45%;
    }
    
    .layout-flex .layout-sm-40 {
        width: 40%;
    }
    
    .layout-flex .layout-sm-35 {
        width: 35%;
    }
    
    .layout-flex .layout-sm-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-sm-30 {
        width: 30%;
    }
    
    .layout-flex .layout-sm-25 {
        width: 25%;
    }
    
    .layout-flex .layout-sm-20 {
        width: 20%;
    }

    .layout-flex .layout-sm-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-sm-15 {
        width: 15%;
    }
    
    .layout-flex .layout-sm-10 {
        width: 10%;
    }
    
    .layout-flex .layout-sm-5 {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .layout-flex .layout-xs-100 {
        width: 100%;
    }
    
    .layout-flex .layout-xs-95 {
        width: 95%;
    }
    
    .layout-flex .layout-xs-90 {
        width: 90%;
    }
    
    .layout-flex .layout-xs-85 {
        width: 85%;
    }
    
    .layout-flex .layout-xs-80 {
        width: 80%;
    }
    
    .layout-flex .layout-xs-75 {
        width: 75%;
    }
    
    .layout-flex .layout-xs-70 {
        width: 70%;
    }
    
    .layout-flex .layout-xs-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-xs-65 {
        width: 65%;
    }
    
    .layout-flex .layout-xs-60 {
        width: 60%;
    }
    
    .layout-flex .layout-xs-55 {
        width: 55%;
    }
    
    .layout-flex .layout-xs-50 {
        width: 50%;
    }
    
    .layout-flex .layout-xs-45 {
        width: 45%;
    }
    
    .layout-flex .layout-xs-40 {
        width: 40%;
    }
    
    .layout-flex .layout-xs-35 {
        width: 35%;
    }
    
    .layout-flex .layout-xs-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-xs-30 {
        width: 30%;
    }
    
    .layout-flex .layout-xs-25 {
        width: 25%;
    }
    
    .layout-flex .layout-xs-20 {
        width: 20%;
    }

    .layout-flex .layout-xs-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-xs-15 {
        width: 15%;
    }
    
    .layout-flex .layout-xs-10 {
        width: 10%;
    }
    
    .layout-flex .layout-xs-5 {
        width: 5%;
    }
}

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

/* Dark Theme */

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

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

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

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

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

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

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

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

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

a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 10px 12px;
    
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.75em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #A5978A;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    will-change: transform;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

a.btn-primary::before,
a.btn-primary::after {
    content:'';
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    height: calc(100% + 2px);
    width: 12px;
    top: -1px;
}

a.btn-primary::before {
    background-image: url('images/button-border-left-traditium.svg');
    background-position: center right;
    left: 0;

    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

a.btn-primary::after {
    background-image: url('images/button-border-right-traditium.svg');
    background-position: center left;
    right: 0;

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

a.btn-primary,
a.btn-primary:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited {
    position: relative;
    color: #A5978A;
    border-top: 1px solid #A5978A;
    border-bottom: 1px solid #A5978A;
    height: auto;
    margin: 20px 10px 0 10px;
}

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

.center .btn-primary,
.center .btn-secondary {
    margin-left: 0;
}

a.btn-secondary::before,
a.btn-secondary::after {
    content:'';
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    height: calc(100% + 2px);
    width: 10px;
    top: -1px;
}

a.btn-secondary::before {
    background-image: url('images/button-secondary-border-left-traditium.svg');
    background-position: center right;
    left: 1px;

    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

a.btn-secondary::after {
    background-image: url('images/button-secondary-border-right-traditium.svg');
    background-position: center left;
    right: 1px;

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

a.btn-secondary,
a.btn-secondary:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited {
    position: relative;
    color: #A5978A;
    border-top: 1px solid #121212;
    border-bottom: 1px solid #121212;
    background-color: #121212;
    height: 34px;
    margin-top: 20px;
    margin-left: 10px;
    font-weight: 300;
}

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

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

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

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

.layout-video {
    z-index: -1;
    width: 100%;
}

.layout-text-homehero {
    position: absolute;
    width: 750px;
    height: 78vh;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.headline-homehero {
    font-size: 5.5rem;
    line-height: 1em;
    font-style: italic;
    max-width: 7em;
}

/*--------------------------------------------------------------
## Columbariums
--------------------------------------------------------------*/

.page-intro {
    max-width: 750px;
    text-align: center;
    margin: auto;
    padding-top: 90px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
}

.page-intro .columbarium-description,
.page-intro .vaults-description {
    color: #fff;
}

.section-related-columbarium .columbarium-title,
.widget_all-columbariums .columbarium-title {
    padding: 0;

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

.section-related-columbarium .related-product-content,
.widget_all-columbariums .item-content {
    padding: 0 0.8em;
}

.section-related-columbarium {
    padding: 50px 0;
    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

#intro-columbariums-page .panel-grid-cell .widget_image:last-child {
    max-width: 300px;
    width: 100%;
    float: right;
    pointer-events: none;
}

/*--------------------------------------------------------------
## Columbarium
--------------------------------------------------------------*/

.model-sizes-layout {
    margin-top: 60px;
}

.size-item {
    margin: 60px 0 80px;
    padding: 0 60px!important;
    position: relative;
    max-width: 40%;
}

.size-item:only-child {
    margin: 60px auto 80px auto;
}

.size-item:not(:last-child)::after {
    content:'';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color:#A5978A;
    top: 0;
    right: 0;
}

.size-item .columbarium-banner,
.widget_transport_schema .columbarium-banner {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #5B676D;
    color: #121212;
    padding: 6px 12px;
    margin-bottom: 14px;
}

.size-item .columbarium-size-name {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}

.size-item .columbarium-capacity {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}

.size-item .dimensions-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.13em;
    padding-top: 30px;
    padding-bottom: 10px;
}

.size-item .dimension {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.8em;
    white-space: nowrap;

    display: flex;
    justify-content: space-between;
    position: relative;
}

.size-item .dimension-separator {
    position: relative;
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #A5978A;
    top: 16px;
    margin: 0 10px;
}

.vault-info-button .btn,
.columbarium-info-button .btn {
    margin-top: 50px;
}

/**
 * Transport
 */

 .transport-layout {
     position: relative;
 }

 .transport-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 200px!important;
 }

 .transport-image {
    position: relative;
    padding-top: 32%;
    margin-top: auto;
 }

 .transport-image img {
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
 } 

 .transport-image::after {
    content:'';
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(90deg, rgba(18,18,18,0) 0%, rgba(18,18,18,0) 50%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(18,18,18,0) 0%, rgba(18,18,18,0) 50%, rgba(18,18,18,1) 100%);
    background: linear-gradient(90deg, rgba(18,18,18,0) 0%, rgba(18,18,18,0) 50%, rgba(18,18,18,1) 100%);
 }

 .transport-information-container {
    height: 100%;
    padding-top: 60px;
    width: 500px;
 }

 .transport-information::after {
     content:'';
     background-image: url('images/transport-banner-lines-traditium.svg');
     background-repeat: no-repeat;
     background-size: 100% 100%;
     background-position: center bottom;
     display: inline-block;
     position: absolute;
     width: 100%;
     height: 100%;
     pointer-events: none;
 }

 .transport-information {
    color:#121212;
    background-color: #A5978A;
    clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
    position: relative;
    height: 100%;
    width: 100%;

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

    padding: 70px 50px;
    max-width: 500px;
    margin: auto;
 }

 .transport-information .transport-title {
    font-family: capitolium-2, serif;
    font-weight: 700;
    font-size: 72px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 30px;
 }

 .transport-information .transport-description {
    font-weight: 200;
    font-size: 17px;
    margin-bottom: 20px;
 }

 .transport-information .btn {
    margin-bottom: 30px;
 }

/*--------------------------------------------------------------
## Vaults
--------------------------------------------------------------*/

.vault-model {
    scroll-margin-top: 140px;
}

.columbarium-models,
.vault-models {
    position: relative;
}

.vault-model,
.columbarium-model {
    border-right: 1px solid #A5978A;
}

.columbarium-model:only-child:last-child {
    max-width: 1250px;
    margin: auto;
    border-left: 1px solid #A5978A;
    border-right: 1px solid #A5978A;
}

.columbarium-model:only-child:last-child::before {
    content:'';
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #A5978A;
    top: 0;
    left: 0;
}

.columbarium-model:only-child:last-child::after {
    content:'';
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #A5978A;
    bottom: 0;
    left: 0;
}

.vault-model:last-child,
.columbarium-model:last-child {
    border-right: none;
}

.vault-model:first-child .model-intro,
.columbarium-model:first-child .model-intro {
    margin-left: 100px;
    border-left: 1px solid #A5978A;
}

.vault-model:last-child .model-intro,
.columbarium-model:last-child .model-intro {
    margin-right: 100px;
    border-right: 1px solid #A5978A;
}

.columbarium-model:only-child:last-child .model-intro {
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
}

.model-icon {
    padding: 40px;
}

.model-icon svg {
    height: 160px;
}

.model-icon-container {
    padding-right: 0;
    border-right: 1px solid #A5978A;
}

.model-intro-container {
    border-top: 1px solid #A5978A;
    border-bottom: 1px solid #A5978A;
    box-sizing: content-box;
}

.model-intro,
.model-intro > .layout-flex {
    height: 100%;
}

.model-info-container {
    width: 100%;
}

.model-info ul li {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.7em;
    font-size: 0.95em;
    position: relative;
    padding-left: 14px;
}

.model-info ul li::before {
    content:'';
    height: 1px;
    width: 6px;
    background-color: #A5978A;
    position: absolute;
    left: 0;
    top: 15px;
}

.model-info {
    padding: 30px 30px 30px 5px;
}

.model-info,
.model-info p {
    color: #fff;
}

.model-info .model-name {
    color: #fff;
}

.model-info .model-specs {
    font-size: 1.1em;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
}

.model-visual-container {
    border-bottom: 1px solid #A5978A;
}

.image-item,
.sketchfab-item {
    padding: 60px 0;
}

.model-image-layout,
.sketchfab-item {
    position: relative;
}

.model-image,
.model-sketchfab .sketchfab-embed-wrapper {
    height: 100%;
    position: relative;
    padding-top: 56.25%;
}

.model-image img,
.model-sketchfab iframe {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}

.model-image img {
    object-fit: cover;
}

.table-section.vaults-table-section {
    background: initial!important;
    padding: 90px;
}

.appearance-wrapper {
    padding-top: 20px;
}

.appearance-item {
    border-bottom: 1px solid #A5978A;
    padding: 30px 0 20px;
}

.appearance-section {
    text-transform: uppercase;
    font-size: 22px;
}

.appearance-subtitle {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.appearance-value {
    color: #fff;
    letter-spacing: 0.03em;
}

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

.articles {
    margin: 60px 0;
}

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

.page-header {
    position: relative;
    padding: 9.5rem 0;

    display: flex;
    align-items: center;
    background-position: right;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

.page-header::after {
    content:'';
    position: absolute;
    height: 100%;
    width: 100%;

    background: -webkit-linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,0) 100%);
    background: -moz-linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,0) 100%);
    background: linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,0) 100%);
}

.page-title-container {
    z-index: 1;
}

.page-title {
    margin: 0;
}

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

.nav-wrap {
    position: relative;
    z-index: 999;
    
    padding: 35px 60px;
    background: rgb(43,38,39);
    background: -webkit-linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    color: #A5978A;

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

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

    background: rgb(43,38,39);
    background: -webkit-linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(0deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);

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

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

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

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

.menu-button {
    position: relative;
    z-index: 100000;
    
    display: none;
    padding: 0;
    border: 0;
    background-color: transparent;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    outline: 0;
}

.menu-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 40px;
    height: 40px;
}

.menu-button .menu-bar {
    width: 35px;
    height: 2px;
    background-color: #A5978A;
    margin-bottom: 11px;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-button #bar-3 {
    width: 20px;
    margin-left: auto;
    margin-bottom: 0;
}

.menu-button:hover #bar-3 {
    width: 35px;
}

body.menu-opened .menu-button #bar-1 {
	transform: rotate(45deg);
	margin-bottom: -2px;
}

body.menu-opened .menu-button #bar-2 {
	opacity: 0;
    margin: 0;
}

body.menu-opened .menu-button #bar-3 {
    width: 35px;
    transform: rotate(-45deg);
    margin-top: -2px;
}

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

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

#logo a {
    display: block;
}

#scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    
    z-index: 10000;
    
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

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

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

#scroll-top a {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    outline: none;
    cursor: pointer;
    
    box-sizing: content-box;
    padding: 0.3em;
    font-size: 1.6em;
    
    background-color: rgba(0,0,0,0.7);
    
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

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

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

.language-switch {
    color: #A5978A;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
    border: 1px solid #A5978A;
    padding: 7px;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.language-switch a:hover {
    color: #fff;
}

.wpml-ls-current-language:not(:only-child) {
    display: none!important;
}

.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-horizontal a {
    padding: 0!important;
    border: 0!important;
}

.social-container {
    position: absolute;
    pointer-events: none;
}

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

.site-footer {
    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    color: #A5978A;
}

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

.site-footer p,
.site-footer a {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 0;
}

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

.site-footer a:hover {
    color: #A5978A;
}

.site-footer .reseaux-sociaux-wrap {
    margin-left: -8px;
}

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

.footer-wrap {
    min-height: 300px;
    padding: 80px 0 100px 0;
}

.footer-logo-wrap {
    width: 100%;
    max-width: 430px;
    margin-bottom: 40px;
}

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

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

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

.os_telephone svg,
.os_courriel svg {
    width: 0.8em;
    margin-right: 5px;
}

.os_adresse {
    margin-bottom: 12px;
}

.os_courriel {
    margin-top: 12px;
}

.copyright-wrap {
    border-top: 1px solid #A5978A;
    padding: 15px 0;
    font-size: 0.8em;
}

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

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

.os_credit {
    text-align: right;
}

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

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

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

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

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

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

.error-404 {
    padding: 90px 0;
}

.error-404 .btn {
    margin-top: 40px;
}

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

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

.entry-thumbnail a {
    display: block;
}

.entry-thumbnail {
    overflow: hidden;
}

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

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

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

.entry-title a {
    color: inherit;
}

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

.entry-date {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;
    line-height: 1;
}

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

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

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

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

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

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

.pagination .nav-links li {
    display: inline-block;
    
    margin: 0 0.4em;
    padding: 0;
    
    vertical-align: top;
}

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

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

.pagination .nav-links li .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6em;
    height: 1.6em;
    font-size: 1.2em;
    line-height: 0em;
    position: relative;
    
    color: #A5978A;
    font-weight: 400;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

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

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

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

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

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

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

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

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

.pagination .nav-links li .page-numbers.prev svg,
.pagination .nav-links li .page-numbers.next svg {
    height: 2em;
    width: 0.5em;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

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

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

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

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

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

header .reseaux-sociaux-wrap::before {
    content: '';
    background-color: #A5978A;
    width: 1px;
    height: 65vh;
    margin-top: 54px;
    margin-left: 50%;
    margin-bottom: 20px;
    left: 50%;
    z-index: 999999;

    -webkit-transition: 0.75s ease;
    -moz-transition: 0.75s ease;
    -o-transition: 0.75s ease;
    transition: 0.75s ease;
}

header .nav-wrap.fixed .reseaux-sociaux-wrap::before {
    height: 0;

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

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

.reseau-social {
    font-size: 2.6rem;
    pointer-events: all;

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

header .nav-wrap.fixed .reseau-social {
    opacity: 0;
    visibility: hidden;

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

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

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

.reseau-social a {
	display: flex;
    justify-content: center;
    align-items: center;
    
	width: 1em;
	height: 1em;
    font-size: 1em;
    
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-grid {
    position: relative;
}
/* Appliquer ces styles sur les widgets qu'on souhaite avoir en arrière-plan */
.so-panel#panel-1756-1-1-0,
.so-panel#panel-66-1-1-0,
.so-panel#panel-928-0-0-0,
.so-panel#panel-1800-0-0-0 {
    position: relative;
    z-index: 1;
}
/* Appliquer ces styles sur les widgets qu'on souhaite avoir en premier-plan */
.so-panel#panel-1756-1-0-0,
.so-panel#panel-66-1-0-0,
.so-panel#panel-928-0-0-1,
.so-panel#panel-1800-0-0-1 {
    position: relative;
    z-index: 2;
}

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

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

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

body .gform_wrapper {
    margin: 1rem 0;
}

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

.widget_gform_widget {
    max-width: 800px;
    margin: auto!important;
}

/**
 * Form Body
 */

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

body .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 8px;
    grid-column-gap: 3.5%;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    display: inline-block;
    width: 100%;
    border: none!important;
}

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

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

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

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

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

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

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

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

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

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

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

body .gform_wrapper .gform_body .gform_fields .gfield.field_description_below .gfield_description {
    margin-top: 0.5rem;
    padding-top: 0;
    background: transparent;
    border: 0;
    padding-left: 0;
    font-weight: 500;
}

/* Standard Field Label */

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

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

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

/* Required Field Indicator (Asterisk) */

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

/**
 * Standard Fields
 */

/* Text Field */

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

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

/* Textarea Field */

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

/* Select Field */

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

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

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

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

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

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

/* Checkbox and Radio Field */

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

/**
 * Form Footer
 */

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

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

/* Submit button */

body .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    margin-left: auto;
    background: url('images/submit-button-background-traditium.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 145px;
    border: none;
    margin-top: 30px;
}

/**
 * Validation Errors
 */

/* Validation - Error Message */

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

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

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

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

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

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

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

/* Validation – Error Field Label */

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

/* Validation – Error Fields */

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

/* Confirmation */

.gform_confirmation_wrapper {
    margin: 0 0 60px 0;
}

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

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

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

.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    font-size: 1em;
    
    position: absolute;
    
    color: #A5978A;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.slick-prev {
    background-image: url('images/slider-arrow-traditium.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 70px;
    height: 35px;
    top: calc(50% - 82px);
    left: 30px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-next {
    background-image: url('images/slider-arrow-traditium.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 35px;
    right: 30px;
    top: calc(50% - 82px);

    -webkit-transform: rotate(180deg) translateX(-50%);
    -moz-transform: rotate(180deg) translateX(-50%);
    -o-transform: rotate(180deg) translateX(-50%);
    transform: rotate(180deg) translateX(-50%);
}

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

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

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

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

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

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

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

.slick-slide img {
    width: 100%;
    display: block;
    height: 80vh;
    object-fit: cover;
    object-position: center;
}

.section-slider {
    position: relative;
}
.slider-logos {
    padding:40px 100px;
}

.slider-logos .slide-image {
    transition:0.7s;
}

.slider-logos .slide-image:hover {
    transform: scale(1.05);
    transition:0.3s;
}

.slider-logos .slick-arrow {
    top:calc(50% - 20px);
}

.slider-logos .slick-arrow {
    width: 50px;
}

.slider-logos .slick-next {
    right:30px!important;
}

.slider-logos .slick-prev {
    left:30px!important;
}

.slider-logos .slick-slide {
    padding:20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.slider-logos .slick-slide a {
    display: flex;
    justify-content: center;
}

.slider-logos .slick-slide img {
    max-height: 100px!important;
    max-width: 100%;
    text-align: center;
    object-fit: contain;
}
.slider-logos .slick-track {
    margin:auto;
}
.slider-logos .slide-image {
    border:solid 1px #ccc;
    padding:20px;
}

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

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

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

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

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

.widget {
    margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

.widget_texte_generique p {
    color: #fff;
}

/*--------------------------------------------------------------
## Widget - Sketchfab
--------------------------------------------------------------*/

.widget_sketchfab {
    position: relative;
}

.widget_sketchfab::before {
    content:'';
    position: absolute;
    left: 0;
    top: 25%;
    width: 300px;
    height: 1px;
    background-color: #A5978A;
    z-index: -1;
}

.widget_sketchfab::after {
    content:'';
    position: absolute;
    right: 0;
    bottom: 25%;
    width: 300px;
    height: 1px;
    background-color: #A5978A;
    z-index: -1;
}

.widget_sketchfab-container {
    padding: 90px;
    border-right: 1px solid #A5978A;
    border-left: 1px solid #A5978A;
    background-color: #121212;
}

.widget_sketchfab .sketchfab-embed-wrapper {
    position: relative;
    padding-top: 56.25%
}

.widget_sketchfab .iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}

.widget_sketchfab .iframe-container {
    border: 1px #A5978A solid;
    padding: 40px;
    margin: 0 64px;
    position: relative;
}

.widget_sketchfab .iframe-container::before {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% + 2px);
    width: 7%;
    top: -1px;
    left: 4px;
    background: url('images/iframe-border-traditium.svg');
    background-size: auto;
    background-repeat: no-repeat;

    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.widget_sketchfab .iframe-container::after {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% + 2px);
    width: 7%;
    top: -1px;
    right: 4px;
    background: url('images/iframe-border-traditium.svg');
    background-size: auto;
    background-repeat: no-repeat;

    -webkit-transform: translateX(100%) rotate(180deg);
    -moz-transform: translateX(100%) rotate(180deg);
    -o-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sketchfab-text-container {
    text-align: center;
}

.sketchfab-text-container p {
    color: #4F4F4F;
    font-size: 14px;
    font-style: italic;
}

.widget_sketchfab .btn-container {
    margin-top: 15px;
}

/*--------------------------------------------------------------
## Widget - Store Locator
--------------------------------------------------------------*/

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .btn.btn-asl {
    background: #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow {
    background-color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow .features li {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow h2 {
    color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .storelocator-panel {
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator h4 {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator .agile-modal-backdrop-in {
    background-color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator button.close-directions.close[aria-label="Close"] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .half-rule {
    border-color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .half-rule-1 {
    border-bottom: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-bg-0 #asl-map-canv {
    background: #ffffff;
}

#asl-storelocator.storelocator-main.asl-bg-0 #panel,
#asl-storelocator.storelocator-main.asl-bg-0 #asl-list {
    background: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .map-canvas-outer {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-cont button,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-cont .btn.btn-asl {
    background-color: #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 div.arrow-down {
    border-top: 25px solid #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .loading {
    background-color: #ffffff;
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay h1.h1 {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay-on-item h1.h1 {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 body.search-list {
    background: #F8F8F8;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list {
    color: #242021;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .s-distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .s-distance {
    color: inherit !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a {
    color: #242021;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a span {
    background: #a5978a;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a:hover span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a:hover span {
    background-color: #242021;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a.colisiond span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a.colisiond span {
    background-color: #242021;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .store.highlighted .store-inner {
    background-color: #ffffe0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .close {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox .categories {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .chosen-container-multi .chosen-choices {
    border: 1px solid #a5978a;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item {
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a img,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .thumb-a img {
    border: 0px solid #a5978a;
    background-color: #fff;
    padding:10px;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a .photo-count,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .thumb-a .photo-count {
    background: #6D5B50;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .s-distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .s-distance {
    color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item:nth-child(2n),
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item:nth-child(2n) {
    background: #2b2627 none repeat scroll 0 0 !important;
    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .wrapper-container {
    background: #ffffff;
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .listing-map.list-only {
    background: #ffffff;
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item.highlighted,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item.highlighted {
    background: #2b2627 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu>.active>a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu>.active>a:hover,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu>.active>a:focus {
    background: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
    color: #a5978a;
    text-transform: uppercase;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label="Close"] {
background-color: #a5978a;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .sl-item {
    border-color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .sl-item {
    background: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item-state .panel .item:nth-child(2n),
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item-state .panel .sl-item:nth-child(2n) {
    background: #fafafa none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label="Close"] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 input#auto-complete-search:focus {
    border-color: rgba(0,0,0,0.36);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child >span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group >span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search >span {
    background: #a5978a repeat scroll 0 0!important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child >span i,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group >span i,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search >span i {
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter>p:last-child>span::before,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter>.sl-search-group>span::before {
    border-color: transparent #a5978a transparent transparent;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter>p:first-child {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter .form-control {
    border: 1px solid #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .categories_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
    color: #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-selection {
    background: #a5978a none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-track {
    background: #a5978a none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .range_filter .rangeFilter .slider.slider-horizontal .slider-track .slider-handle.round {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter input[type="checkbox"]:checked+.radio_btn {
    background: #a5978a none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn::before {
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter p label {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section {
    color: #a5978a;
    background: rgba(204,204,204,0.2) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
    color: #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu li.active a {
    color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu a {
    color: #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel.storelocator-panel,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel {
    border: 1px solid #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Num_of_store {
    background: #a5978a none repeat scroll 0 0;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container .btn.btn-default.multiselect-clear-filter {
    border-color: #a5978a;
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container li .input-group-addon {
    color: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow a.action {
    background: #a5978a none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .storelocator-main .action.directions {
    background: #a5978a none repeat scroll 0 0;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow>h3 {
    color: #a5978a !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone>b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone>a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .p-time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr * {
    color: #242021 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow h3 {
background: #a5978a none repeat scroll 0 0;
color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow a.action {
    background: #a5978a none repeat scroll 0 0;
    border-left: 1px solid #ffffff;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .storelocator-main .action.directions {
    background: transparent none repeat scroll 0 0;
    color: #666666;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone>b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone>a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .distance {
    color: #242021;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox>img.style_2_x {
    background: #a5978a none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow h3 {
    background: #a5978a none repeat scroll 0 0;
    color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow a.action {
    background: #a5978a none repeat scroll 0 0;
    border-left: 1px solid #ffffff;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .storelocator-main .action.directions {
    background: #a5978a none repeat scroll 0 0;
    border-left: 1px solid #ffffff;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .distance {
    color: #242021;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox>img.style_0_x {
    background: #a5978a none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-label {
    border: 2px solid #a5978a;
    border-radius: 0px;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
    background-clip: padding-box;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before {
    background-color: #ffffff;
    color: #242021;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
    background-color: #a5978a;
    color: #242021;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-switch {
    background: #a5978a;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #geolocation-agile-modal.agile-modal.fade.in {
    background: rgba(0,0,0,0.6) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12>a.asl_Readmore_button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #242021;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .btn.btn-default.btn-submit {
    background: #a5978a none repeat scroll 0 0;
    border-color: #a5978a;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .agile-modal-header .close {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-geolocation-agile-modal .btn.btn-default {
    background: #a5978a none repeat scroll 0 0;
    color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .directions-cont .agile-modal-header h4 {
    color: #a5978a;
}

#asl-storelocator.asl-p-cont .asl-map .store-locator,
body #asl-storelocator.container.storelocator-main.asl-p-cont.full-width {
    max-height: 450px;
}

/* SEARCH BAR */

#asl-storelocator.asl-bg-0.asl-p-cont .asl-map .search_filter.inside-map p span i {
    background:#A5978A!important;
    color: #fff!important;
    font-size: 20px!important;
}

#asl-storelocator.asl-bg-0.asl-p-cont .asl-map .search_filter.inside-map p span i:after {
    border-color: transparent transparent transparent #a5978a!important;
}

#asl-storelocator.asl-p-cont .asl-map .search_filter.inside-map {
    margin: auto!important;
    position: absolute!important;
    top: 10px!important;
    height: 40px!important;
    width: 35%!important;
    right: 12px!important;
    z-index: 1!important;
    min-width: 280px!important;
}

#asl-storelocator.asl-p-cont .asl-map .search_filter.inside-map p span i {
    width: 40px!important;
    line-height: 40px!important;
}

#asl-storelocator.asl-bg-0.asl-p-cont .asl-map .search_filter.inside-map p input {
    color: #121212!important;
}

#asl-storelocator.asl-p-cont.asl-template-2 .asl-clear-btn {
    right: 50px!important;
}

#asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont.no-asl-filters .asl-panel .inside.search_filter + #asl-list.storelocator-panel {
    background: #2b2627;
    color:#fff;
}
#asl-list {
    border:0!important;
}
#asl-storelocator.asl-p-cont.container.no-asl-filters .inside.search_filter, #asl-storelocator.asl-p-cont.container.no-asl-filters #asl-list.storelocator-panel {
    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    border:0;
}
#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item:hover {
    background: #000!important;
    transition:0.3s;
}

/*--------------------------------------------------------------
## Widget - Carousel
--------------------------------------------------------------*/

.widget_image_slideshow .section-slider {
    position: relative;
    overflow: hidden;
}

.slider-arrows-carousel {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.carousel-left-section,
.carousel-right-section {
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 2;
}

.carousel-left-section {
    left: 0;
    cursor: none;
    overflow: hidden;
}

.carousel-right-section {
    right: 0;
    cursor: none;
    overflow: hidden;
}

.carousel-left-arrow {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
 
.carousel-right-arrow {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.widget_image_slideshow .slide-image {
    height: 80vh;
}

.widget_image_slideshow .slide-image img {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.widget_video {
    position: relative;
    
    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    z-index: 1;
}

.widget_video::before {
    content:'';
    position: absolute;
    left: 0;
    top: 25%;
    width: 300px;
    height: 1px;
    background-color: #A5978A;
    z-index: -1;
}

.widget_video::after {
    content:'';
    position: absolute;
    right: 0;
    bottom: 25%;
    width: 300px;
    height: 1px;
    background-color: #A5978A;
    z-index: -1;
}

.widget_video-container {
    border-right: 1px solid #A5978A;
    border-left: 1px solid #A5978A;
    padding: 110px;

    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

.widget_video .video-player {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.widget_video .video-iframe-wrapper {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.widget_video .widget_video-container iframe {
    position: absolute;
    top: 0;
    height: 200%;
    bottom: 0;
    margin: auto;
}

.widget_video .video-thumbnail,
.widget_video .video-overlay,
.widget_video .video-controller {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.widget_video .video-thumbnail {
    object-fit: cover;
    object-position: center;
    z-index: 5;
}

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

.widget_video .video-overlay-button {
    width: 220px;
    height: 220px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;

    background-image: url('images/video-play-button.svg');

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

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

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

/*--------------------------------------------------------------
## Widget - Large Text
--------------------------------------------------------------*/

.widget_large-text {
    display: flex;
    place-items: stretch;
    min-height: 50vh;

    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

.widget_large-text .large-text {
    font-family: capitolium-2, serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-size: 2.6em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2em;

    border: 1px #A5978A solid;
    padding: 80px 150px;
    width: 100%;
}

.widget_large-text .large-text-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.widget_large-text .large-text-container::before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #A5978A;
    height: 100%;
    width: 1px;
    top: 0;
    left: 90px;
}

.widget_large-text .large-text-container::after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #A5978A;
    height: 100%;
    width: 1px;
    top: 0;
    right: 90px;
}

/*--------------------------------------------------------------
## Widget - All Columbariums
--------------------------------------------------------------*/

.widget_all-columbariums {
    padding: 50px 0;

    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

/*--------------------------------------------------------------
## Widget - Columbarium Table
--------------------------------------------------------------*/

.table-section.columbarium-table-section {
    padding: 100px 0;

    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

.table-title {
    margin-bottom: 45px;
}

.table-name {
    /*font-size: 0.7em;*/
}

.table-name *:first-child:not(:only-child) {
    font-weight: 600;
}

.table-layout table {
    margin: 0;
    table-layout: fixed;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.table-layout table th.th-empty {
    border: none;
}

.table-layout table th {
    font-size: 0.7em;
    font-weight: 600;
}

.table-layout table th,
.table-layout table td {
    text-align: center;
    padding: 1rem;
    border: 1px #A5978A solid;
}

.table-layout table .check-icon {
    background-color: #A5978A;
    width: 35px;
    height: 35px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.table-layout table .check-icon svg {
    font-size: 1.2em;
    color: #121212;
}

/*--------------------------------------------------------------
## Widget - Team
--------------------------------------------------------------*/

.widget_team {
    padding-top: 100px;

    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

.slider-membre {
    margin: 0 60px;
    position: relative;
}

.slider-membre::before {
    content:'';
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 52%;
    background:#A5978A;
    top: calc(50% - 65px);
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-membre .membre-photo {
    position: relative;
    padding-top: 140%;
}

.slider-membre .membre-photo img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-membre .slide-membre {
    margin: 60px 60px 120px 60px;
}

.slider-membre .membre-nom {
    font-family: capitolium-2, serif;
    font-weight: 500;
    font-size: 2.1em;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.05em;
    margin-top: 25px;
}

.slider-membre .membre-poste {
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.085em;
    margin-bottom: 0;
}

.slider-membre .slick-track {
    margin: auto;
}

/*--------------------------------------------------------------
## Widget - Image
--------------------------------------------------------------*/

.widget_traditium_image img {
    width: 100%;
}

/*--------------------------------------------------------------
## Widget - Contact info
--------------------------------------------------------------*/

.widget_traditium_contact_info .os_adresse p {
    margin-bottom: 0.5em;
}

.widget_traditium_contact_info .os_adresse p,
.widget_traditium_contact_info .os_telephone a,
.widget_traditium_contact_info .os_courriel a {
    color: #fff;
}

.widget_traditium_contact_info .os_telephone a:hover,
.widget_traditium_contact_info .os_courriel a:hover {
    color: #A5978A;
}

.widget_traditium_contact_info .reseaux-sociaux-wrap {
    margin-left: -8px;
}

/*--------------------------------------------------------------
## Widget - Transport schema
--------------------------------------------------------------*/

.widget_transport_schema {
    background: -webkit-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
    background: linear-gradient(180deg, rgba(43,38,39,1) 0%, rgba(18,18,18,1) 75%, rgba(18,18,18,1) 100%);
}

.widget_transport_schema-layout {
    padding: 100px 0;
}

.transport-schema-description {
    max-width: 600px;
    margin: auto;
    column-count: 2;
    #column-gap: 40px;
    text-align: left;
    p {
        break-after: column;
    }
}

.transport-schema {
    margin-top: 80px;
    position: relative;
}

.transport-schema img {
    width: 1100px;
}

.transport-schema-specs {
    position: absolute;
    width: 100%;
    height: 400px;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.transport-schema-specs p {
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.12em;
    margin: 0;
}

/* FIRST SPEC */

.transport-schema-specs #first-spec {
    position: absolute;
    left: 0;
    top: 0;
}

.transport-schema-specs #first-spec::after {
    content: '';
    position: absolute;
    width: 520px;
    height: 170px;
    top: 0;
    left: 0;
    border-top: 1px solid #A5978A;
    border-right: 1px solid #A5978A;
    margin-top: 20px;
}

/* SECOND SPEC */

.transport-schema-specs #second-spec {
    top: 150px;
    position: absolute;
    right: 0;
}

.transport-schema-specs #second-spec::after {
    content: '';
    position: absolute;
    width: 650px;
    top: 0;
    right: 0;
    border-top: 1px solid #A5978A;
    margin-top: 20px;
}

/* THIRD SPEC */

.transport-schema-specs #third-spec {
    position: absolute;
    left: 0;
    top: 165px;
}

.transport-schema-specs #third-spec::after {
    content: '';
    position: absolute;
    width: 310px;
    top: 0;
    left: 0;
    border-top: 1px solid #A5978A;
    margin-top: 20px;
}

/* FOURTH SPEC */

.transport-schema-specs #fourth-spec {
    position: absolute;
    right: 0;
    top: 224px;
}

.transport-schema-specs #fourth-spec::after {
    content: '';
    position: absolute;
    width: 580px;
    top: 0;
    right: 0;
    border-top: 1px solid #A5978A;
    margin-top: 20px;
}

/* FIFTH SPEC */

.transport-schema-specs #fifth-spec {
    position: absolute;
    left: 0;
    bottom: 0;
}

.transport-schema-specs #fifth-spec::after {
    content: '';
    position: absolute;
    height: 155px;
    width: 824px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #A5978A;
    border-right: 1px solid #A5978A;
    margin-bottom: -5px;
}

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

@media (max-width: 1750px) {
    .boxed-wide-half-left {
        margin-left: auto;
    }
    
    .boxed-wide-half-right {
        margin-right: auto;
    }
    
    .layout-text-homehero {
        padding-left: 60px;
    }

    #logo {
        max-width: 200px;
        min-width: 200px;
    }

    .transport-schema {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    .transport-schema img {
        width: 920px;
    }

    .transport-schema-specs #first-spec::after {
        width: 440px;
    }

    .transport-schema-specs #second-spec::after {
        width: 530px;
    }

    .transport-schema-specs #third-spec::after {
        width: 270px;
    }

    .transport-schema-specs #fourth-spec {
        top: 215px;
    }

    .transport-schema-specs #fourth-spec::after {
        width: 475px;
    }

    .transport-schema-specs #fifth-spec::after {
        width: 685px;
    }
}

@media (max-width: 1600px) {
    #intro-columbariums-page .panel-grid-cell .widget_image:last-child {
        margin: -100px 10px 0px 0px!important;
    }

    #asl-storelocator.asl-p-cont .asl-map .store-locator,
    body #asl-storelocator.container.storelocator-main.asl-p-cont.full-width {
        max-height: initial!important;
    }
}

@media (max-width: 1500px) {
    .hero-video-container .video-player {
        width: 90%;
    }

    .hero-video-container::before {
        top: -5px;
        height: calc(100% + 6px);
    }

    .section-related-columbarium .columbarium-icon svg,
    .widget_all-columbariums .columbarium-icon svg {
        height: 130px;
    }

    .section-related-columbarium .columbarium-title,
    .widget_all-columbariums .columbarium-title {
        font-size: 1.2em;
    }

    .vault-model:last-child .model-intro,
    .columbarium-model:last-child .model-intro {
        margin-right: 60px;
    }

    .vault-model:first-child .model-intro,
    .columbarium-model:first-child .model-intro {
        margin-left: 60px;
    }

    .transport-image {
        padding-top: 42%;
    }

    .transport-schema {
        width: 1100px;
    }

    .transport-schema-specs {
        height: 310px;
    }

    .transport-schema img {
        width: 700px;
    }

    .transport-schema-specs #first-spec::after {
        width: 350px;
        height: 130px;
    }

    .transport-schema-specs #second-spec {
        top: 115px;
    }

    .transport-schema-specs #second-spec::after {
        width: 425px;
    }

    .transport-schema-specs #third-spec {
        top: 124px;
    }

    .transport-schema-specs #third-spec::after {
        width: 210px;
    }

    .transport-schema-specs #fourth-spec {
        top: 162px;
    }

    .transport-schema-specs #fourth-spec::after {
        width: 380px;
    }

    .transport-schema-specs #fifth-spec::after {
        height: 128px;
        width: 538px;
    }
}

@media (max-width: 1450px) {
    .layout-nav-language-social {
        padding-left:0;
    }
    .main-navigation ul li a {
    }

    .boxed-half-left {
        margin-left: auto;
    }
    
    .boxed-half-right {
        margin-right: auto;
    }

    .slider-membre .slide-membre {
        margin: 40px 40px 100px 40px;
    }

    .page-header {
        background-size: 60% auto;
    }
}

@media (max-width: 1350px) {
    h2 {
        font-size: 5.6em;
    }

    .slick-prev {
        left: 0;
    }

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

    .nav-wrap,
    .nav-wrap.fixed {
        padding: 20px 30px;
    }

    #logo {
        max-width: 230px;
        /*min-width: 230px;*/
    }

    .hero-video-container .video-player {
        width: 90%;
    }

    .table-section.vaults-table-section {
        padding: 70px 50px;
    }

}

@media (max-width: 1300px) {
    #logo {
        max-width: 180px;
        min-width: 180px;
    }

    .vault-model:first-child .model-intro,
    .vault-model:last-child .model-intro,
    .columbarium-model:first-child .model-intro,
    .columbarium-model:last-child .model-intro {
        margin-right: 0;
        margin-left: 0;
        border: none;
    }

    .size-item .columbarium-size-name {
        font-size: 30px;
    }

    .size-item {
        padding: 0 40px!important;
    }

    .widget_video-container,
    .widget_sketchfab-container {
        border: none;
        padding: 90px 30px;
    }

    .widget_video::before,
    .widget_video::after,
    .widget_sketchfab::before,
    .widget_sketchfab::after {
        content: none!important;
    }

    #intro-traditium-home .panel-grid-cell:last-child {
        display: none;
    }

    #intro-traditium-home .panel-grid-cell:first-child {
        width: calc(40% - ( 0.7 * 30px ) )!important;
    }

    #intro-traditium-home .panel-grid-cell {
        width: calc(60% - ( 0.7 * 30px ) )!important;
    }

    .size-item {
        max-width: 70%;
    }

}

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

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1em;
    }

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

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

    .main-navigation {
        display: none;
    }

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

    .mobile-navigation ul ul li a .vault-icon svg,
    .mobile-navigation ul ul li a .columbarium-icon svg,
    .mobile-navigation ul ul li a .columbarium-icon .columbarium-banner {
        display: none;
    }

    .menu-button {
        display: block;
    }

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

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

    .nav-wrap .layout-nav-language-social {
        margin-left: auto;
    }

    .layout-text-homehero,
    .hero-video-container {
        height: 65vh;
    }
    
    .table-section {
        padding: 80px 0;
    }

    .transport-banner {
        padding-right: 100px!important;
    }

    #about-us-text .panel-grid-cell:not(:first-child):not(:last-child) {
        width: calc(35% - ( 0.76 * 30px ) )!important;
    }

    #about-us-text .panel-grid-cell:first-child {
        width: calc(10% - ( 0.84 * 30px ) );
    }

    #about-us-text .panel-grid-cell:first-child .widget_image {
        margin: 130px -170px 0px 20px!important;
    }

    .page-header {
        padding: 6.5em 0;
    }

}

@media (max-width: 1150px) {
    .vault-models,
    .columbarium-models {
        flex-direction: column!important;
    }

    .columbarium-model:not(:last-child) .model-visual-container {
        border: none;
    }

    .vault-model:not(:last-child) .model-visual-container {
        border-bottom: 1px solid #A5978A;
    }

    .vault-model,
    .columbarium-model {
        border-right: none;
    }

    .transport-image {
        padding-top: 50%;
    }

    .transport-schema {
        width: 800px;
    }

    .transport-schema img {
        width: 450px;
    }

    .transport-schema-specs {
        height: 180px;
    }

    .transport-schema-specs #first-spec::after {
        width: 270px;
        height: 70px;
    }

    .transport-schema-specs #second-spec {
        top: 55px;
    }

    .transport-schema-specs #second-spec::after {
        width: 320px;
    }

    .transport-schema-specs #third-spec {
        top: 62px;
    }

    .transport-schema-specs #third-spec::after {
        width: 180px;
    }

    .transport-schema-specs #fourth-spec {
        top: 86px;
    }

    .transport-schema-specs #fourth-spec::after {
        width: 290px;
    }

    .transport-schema-specs #fifth-spec::after {
        height: 75px;
        width: 392px;
    }

    .slider-membre {
        margin: 0 30px;
    }

    .slider-membre .slide-membre {
        margin: 40px 20px 70px 20px;
    }

    .slider-membre .membre-nom {
        font-size: 1.5em;
    }

}

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

    h2 {
        font-size: 4.5em;
    }

    h3 {
        font-size: 1.2em;
    }

    .layout-text-homehero,
    .hero-video-container {
        height: 40vh;
    }

    .headline-homehero {
        font-size: 4rem;
    }

    .layout-text-homehero {
        width: 630px;
    }

    .page-intro {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .size-item {
        padding: 0 20px!important;
    }

    .size-item .columbarium-banner,
    .size-item .dimension {
        font-size: 14px;
    }

    .size-item .columbarium-capacity {
        font-size: 16px;
    }

    .size-item .columbarium-size-name {
        font-size: 25px;
    }

    .size-item .dimensions-title {
        font-size: 15px;
    }

    .transport-image {
        width: 100%!important;
        padding-top: 60%;
    }

    .transport-banner {
        padding-right: 20px!important;
    }

    .widget_large-text .large-text {
        font-size: 2em;
        padding: 60px 120px;
    }

    #about-us-text {
        flex-wrap: nowrap!important;
        align-items: flex-start!important;
    }

    #about-us-text .panel-grid-cell {
        flex: auto!important;
    }

    .slider-arrows-carousel {
        display: none;
    }

}

@media (max-width: 960px) {
    h3, .h3 {
        font-size: 2rem;
    }

    .widget_sketchfab .iframe-container::before {
        left: 2px;
    }

    .widget_sketchfab .iframe-container::after {
        right: 2px;
    }

    .widget_sketchfab .iframe-container {
        padding: 20px;
        margin: 0 50px;
    }

    .widget_video .video-overlay-button {
        width: 180px;
        height: 180px;
    }

    .page-header {
        padding: 4.5rem 0;
    }

    .section-related-columbarium .columbarium-icon svg,
    .widget_all-columbariums .columbarium-icon svg {
        height: 100px;
    }

    .transport-image {
        padding-top: 70%;
    }

}

@media (max-width: 875px) {
    .widget_transport_schema-layout {
        padding-top: 80px;
    }

    .transport-schema img,
    .transport-schema {
        width: 600px;
    }

    .transport-schema-specs {
        height: 320px;
    }

    .transport-schema-specs #first-spec::after {
        height: 130px;
        width: 130px;
        margin-top: 24px;
        border-top: none;
    }

    .transport-schema-specs #second-spec {
        top: 0;
    }

    .transport-schema-specs #second-spec::after {
        margin-top: 24px;
        margin-right: 150px;
        width: 30px;
        height: 110px;
        border-right: 1px solid #A5978A;
        border-bottom: 1px solid #A5978A;
        border-top: none;
    }

    .transport-schema-specs #third-spec::after {
        width: 10px;
        height: 50px;
        border-top: none;
        border-left: 1px solid #A5978A;
        margin-left: 10px;
        margin-top: 24px;
    }

    .transport-schema-specs #fourth-spec {
        top: initial;
        bottom: 0;
    }

    .transport-schema-specs #fourth-spec::after {
        width: 125px;
        height: 115px;
        border-top: 1px solid #A5978A;
        border-right: 1px solid #A5978A;
        margin-bottom: 24px;
        top: inherit;
        bottom: 0;
        margin-right: 30px;
    }

    .transport-schema-specs #fifth-spec::after {
        height: 112px;
        width: 245px;
        border-bottom: none;
        border-right: none;
        border-top: 1px solid #A5978A;
        border-left: 1px solid #A5978A;
        margin-left: 40px;
        margin-bottom: 24px;
    }

    #intro-traditium-home {
        flex-direction: column-reverse!important;
    }

    #intro-traditium-home .panel-grid-cell,
    #intro-traditium-home .panel-grid-cell:first-child {
        width: 100%!important;
    }
    
    .columbarium-table-section .table-wrapper {
        overflow-x: scroll;
        padding-bottom: 6px;
    }

    .columbarium-table-section .table-wrapper::-webkit-scrollbar {
        height: 6px;
        background-color: transparent;
    }

    .columbarium-table-section .table-wrapper::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .columbarium-table-section .table-wrapper::-webkit-scrollbar-thumb {
        background-color: #69605a;
        border-radius: 5px;
    }

    table.columbarium-table {
        min-width: 790px;
        margin: 1px;
    }

    body.home #asl-storelocator.asl-p-cont .asl-map .search_filter.inside-map {
        margin-left: 0!important;
        left: 10px!important;
        top: 55px!important;
    }

}

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

    h2 {
        font-size: 3.8em;
    }

    h3 {
        font-size: 1.4em;
    }
    
    h4 {
        font-size: 1em;
    }
    
    .layout-flex .layout-100,
    .layout-flex .layout-95,
    .layout-flex .layout-90,
    .layout-flex .layout-85,
    .layout-flex .layout-80,
    .layout-flex .layout-75,
    .layout-flex .layout-70,
    .layout-flex .layout-66,
    .layout-flex .layout-65,
    .layout-flex .layout-60,
    .layout-flex .layout-55,
    .layout-flex .layout-50,
    .layout-flex .layout-45,
    .layout-flex .layout-40,
    .layout-flex .layout-35,
    .layout-flex .layout-33,
    .layout-flex .layout-30,
    .layout-flex .layout-25,
    .layout-flex .layout-20,
    .layout-flex .layout-15,
    .layout-flex .layout-10,
    .layout-flex .layout-5 {
        width: 100%;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
        max-width: calc(50% - 1em)!important;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third {
        margin-right: 1em!important;
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
        margin-left: 1em!important;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
        max-width: calc(33% - 1rem)!important;
    }

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

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

    .layout-flex {
        margin-left: -20px;
        margin-right: -20px;
    }

    .error-404 {
        padding: 60px 0;
    }

    .layout-text-homehero {
        padding-left: 35px!important;
    }
    
    .nav-wrap.fixed {
        position: fixed;
    }

    h1.entry-title {
        text-align: center;
    }
    
    .footer-section {
        margin-bottom: 20px;
    }

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

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

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

    .hero-video-container,
    .layout-text-homehero {
        height: 50vh;
    }

    .page-header {
        background-size: cover;
    }

    .page-header::after {
        background: -webkit-linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 20%, rgba(18,18,18,0.2) 100%);
        background: -moz-linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 20%, rgba(18,18,18,0.2) 100%);
        background: linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 20%, rgba(18,18,18,0.2) 100%);
    }

    .model-icon-container {
        padding-right: 0!important;
    }

    .model-icon {
        padding: 20px;
    }

    .size-item .columbarium-banner {
        font-size: 11px;
    }

    .size-item .columbarium-size-name {
        font-size: 20px;
    }

    .size-item .columbarium-capacity {
        font-size: 14px;
    }

    .size-item .dimensions-title {
        font-size: 14px;
        padding-top: 10px;
    }

    .transport-image {
        padding-top: 80%;
    }

    .widget_video-container,
    .widget_sketchfab-container {
        padding: 60px 10px;
    }

    .table-section.vaults-table-section {
        padding: 60px 30px;
    }

    .appearance-finish,
    .appearance-color {
        padding-top: 10px;
    }

    .widget_large-text .large-text {
        font-size: 1.5em;
    }

    .widget_team {
        padding-top: 60px;
    }

    .slider-membre .slide-membre {
        margin: 10px 20px 70px 20px;
    }

    #about-us-text .panel-grid-cell:first-child {
        position: absolute;
    }

    #about-us-text .panel-grid-cell:first-child .widget_image {
        margin: 55% 60% 0px 0px!important;
    }

    #about-us-text .panel-grid-cell:not(:first-child):not(:last-child) {
        width: 90%!important;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #about-us-text .panel-grid-cell:last-child {
        width: 100%!important;
    }

    body.home #asl-storelocator.asl-p-cont .asl-map .search_filter.inside-map {
        top: 10px!important;
        right: 10px!important;
        left: auto!important;
        margin-right: 0!important;
    }

    .size-item {
        max-width: none;
    }
}

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

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

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

    body .gform_wrapper .gform_footer input[type=submit] {
        width: 100%;
        line-height: 1.5em!important;
    }

    h3, .h3 {
        font-size: 1.6rem;
    }

    .language-switch {
        font-size: 0.7rem;
        padding: 6px 5px;
    }

    .widget_video .video-overlay-button {
        width: 120px;
        height: 120px;
    }

    .headline-homehero {
        font-size: 3rem;
    }
    
    .layout-text-homehero {
        width: 100%;
    }

    .page-header {
        padding: 4rem 0;
    }

    .model-intro > .layout-flex {
        flex-direction: column!important;
        align-items: center;
    }

    .model-icon-container {
        border-right: none;
        border-bottom: 1px solid #A5978A;
        padding-right: 15px!important;
        width: 100%;

        display: flex;
        justify-content: center;
    }

    .model-icon {
        border-right: 1px solid #A5978A;
        border-left: 1px solid #A5978A;
    }

    .model-info {
        padding: 35px;
    }

    .image-item, .sketchfab-item {
        padding: 40px 0;
    }

    .table-section.columbarium-table-section {
        padding: 60px 0;
    }

    .table-section.vaults-table-section {
        padding: 60px 20px;
    }

    .size-item:not(:first-child)::after {
        content: none;
    }

    .size-item:only-child {
        width: 100%;
    }

    .size-item {
        flex: none!important;
        width: 50%;
    }

    .size-item:not(:first-child) {
        border-right: none;
    }

    .size-item:last-child:not(:only-child) {
        margin-top: 0;
    }

    .model-sizes-layout {
        flex-wrap: wrap!important;
    }

    .transport-image {
        display: none;
    }

    .transport-banner {
        position: relative;
        padding-right: 0!important;
        margin: auto;
    }

    .transport-information-container {
        padding-top: 0!important;
    }

    .transport-schema {
        margin-top: 110px;
    }

    .transport-schema img, .transport-schema {
        width: 420px;
    }

    .transport-schema-specs #first-spec::after {
        width: 90px;
    }

    .transport-schema-specs #second-spec::after {
        margin-right: 90px;
        width: 45px;
        height: 122px;
    }

    .transport-schema-specs #third-spec::after {
        height: 55px;
    }

    .transport-schema-specs #fourth-spec::after {
        width: 76px;
        height: 120px;
    }

    .transport-schema-specs #fifth-spec {
        bottom: 30px;
    }

    .transport-schema-specs #fifth-spec::after {
        height: 90px;
        width: 160px;
    }

    .widget_large-text .large-text {
        font-size: 1.2em;
        padding: 40px 50px;
    }

    .widget_large-text .large-text-container::before {
        left: 50px;
    }

    .widget_large-text .large-text-container::after {
        right: 50px;
    }

    .vaults-table-section .table-wrapper {
        overflow-x: scroll;
        padding-bottom: 6px;
    }

    .vaults-table-section .table-wrapper::-webkit-scrollbar {
        height: 6px;
        background-color: transparent;
    }

    .vaults-table-section .table-wrapper::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .vaults-table-section .table-wrapper::-webkit-scrollbar-thumb {
        background-color: #69605a;
        border-radius: 5px;
    }

    table.vaults-table {
        min-width: 560px;
        margin: 1px;
    }
    .slider-logos {
        padding: 40px 20px 40px 20px;
    }
}

@media (max-width: 550px) {
    .widget_sketchfab .iframe-container {
        margin: 0;
    }

    .widget_sketchfab .iframe-container::before,
    .widget_sketchfab .iframe-container::after {
        content: none;
    }

    .widget_transport_schema-layout {
        padding-top: 60px;
    }

    .transport-information-container {
        width: auto;
    }

    .transport-banner {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }

    .transport-information .transport-title {
        font-size: 42px;
        margin-top: 20px;
    }

    body.home #asl-storelocator.asl-p-cont .asl-map .search_filter.inside-map,
    #asl-storelocator.asl-p-cont .asl-map .search_filter.inside-map {
        margin-left: 0!important;
        left: 10px!important;
        top: 55px!important;
    }
}

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

    h2 {
        font-size: 3em;
    }

    .headline-homehero {
        font-size: 2.5rem;
    }

    a.btn,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        font-size: 0.65em;
    }

    .footer-wrap {
        min-height: 300px;
        padding: 50px 0 50px;
    }

    .widget_video-container,
    .widget_sketchfab-container {
        padding: 60px 0px;
    }

    .widget_sketchfab .iframe-container {
        padding: 0;
    }

    .size-item {
        width: 100%;
    }

    .size-item:not(:first-child) {
        margin-top: 0;
    }

    .size-item:first-child::after {
        content: none;
    }

    .transport-schema {
        margin-top: 130px;
        margin-bottom: 40px;
    }

    .transport-schema img,
    .transport-schema {
        width: 320px;
    }

    .transport-schema-specs #first-spec::after {
        width: 70px;
    }

    .transport-schema-specs #second-spec {
        top: 30px;
    }

    .transport-schema-specs #second-spec::after {
        margin-right: 50px;
        width: 55px;
        height: 96px;
    }

    .transport-schema-specs #fourth-spec::after {
        width: 65px;
        height: 125px;
        margin-right: 20px;
    }

    .transport-schema-specs #fifth-spec::after {
        height: 95px;
        width: 108px;
    }

    #intro-columbariums-page .panel-grid-cell .widget_image:last-child {
        margin: -80px 10px 10px 0px!important;
    }

    #intro-columbariums-page .panel-grid-cell .widget_image:last-child .panel-widget-style {
        padding: 0 0 0 120px!important;
    }

    #asl-storelocator.asl-p-cont.asl-template-2 .asl-map .search_filter.inside-map {
        right: 10px!important;
        left: 10px!important;
    }

}

@media (max-width: 375px) {
    h2 {
        font-size: 2.4em;
    }

    .nav-wrap,
    .nav-wrap.fixed {
        padding: 20px 20px!important;
    }

    .button-sub-menu svg {
        font-size: 1.2em;
    }

    #logo {
        max-width: 120px;
        min-width: 120px;
    }

    .layout-nav-language-social {
        padding-left: 0!important;
    }

    .page-intro {
        padding-top: 50px;
    }

    .transport-information {
        padding: 70px 20px 60px 20px;
    }

    .transport-information .transport-description {
        line-height: 1.2em;
        margin-bottom: 0;
    }

    .widget_transport_schema-layout {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .transport-schema img, .transport-schema {
        width: 100%;
    }

    .transport-schema-specs {
        height: auto;
        position: relative;
        width: auto;
        top: initial;
        transform: none;
    }

    .transport-schema-specs #first-spec::after,
    .transport-schema-specs #second-spec::after,
    .transport-schema-specs #third-spec::after,
    .transport-schema-specs #fourth-spec::after,
    .transport-schema-specs #fifth-spec::after {
        content: none;
    }

    .transport-schema-specs #first-spec::before,
    .transport-schema-specs #second-spec::before,
    .transport-schema-specs #third-spec::before,
    .transport-schema-specs #fourth-spec::before,
    .transport-schema-specs #fifth-spec::before {
        content:'';
        height: 1px;
        width: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        background-color: #A5978A;
    }

    .transport-schema-specs #first-spec,
    .transport-schema-specs #second-spec,
    .transport-schema-specs #third-spec,
    .transport-schema-specs #fourth-spec,
    .transport-schema-specs #fifth-spec {
        position: relative;
        text-align: left;
        top: initial;
        bottom: initial;
        margin: initial;
    }

    .transport-schema-specs p {
        margin-left: 15px;
    }

    .transport-schema img {
        margin-bottom: 40px;
    }

    .transport-schema {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .slider-membre {
        margin: 0;
    }

    .slick-prev {
        left: 15px;
        width: 44px;
        height: 25px;
    }

    .slick-next {
        right: 15px;
        width: 44px;
        height: 25px;
    }
}

@media (max-width: 320px) {
    .widget_video .video-overlay-button {
        width: 70px;
        height: 70px;
    }

    body, button, input, select, optgroup, textarea {
        font-size: 0.9em;
    }

    #intro-columbariums-page .panel-grid-cell .widget_image:last-child {
        display: none;
    }

    #intro-columbariums-page .panel-grid-cell .widget_texte_generique {
        margin-top: 30px;
    }
}