/*!
Theme Name: DX
Theme URI: http://doublexpresso.ca
Author: DoubleXpresso
Author URI: http://doublexpresso.ca
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: DX
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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


@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Roboto:300,400,500,700&display=swap');

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

/*
div.site
{
    transform: translate3d(0,0,0);
}

*/
/*
*,:before,:after {
    content: '';
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-backface-visibility:hidden;
}

div {
    overflow:hidden;
}
*/

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

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

body {
	margin: 0;
}

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

h1 {
    font-size: 4vw !important;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

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

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

.bloc ul li
{
    margin-left:30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
*/
a:hover, a:active {
	text-decoration: none !important;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	float:right;
	background:transparent;
	border:none;
	color:#fff;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row
{
    padding: 0;
}

.video-container {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
/*
html, body
{
    overflow-y: auto !important;
}
*/
    
.home .banner
{
    position:relative;
    height: 93vh;
    background-position: center;
    background-attachment: fixed;
    width:100%;
}

body:not(.home) .banner,
.banner-inner
{
    height:100%;
    background-position: center;
    background-attachment: fixed;
    width:100%;
    position:relative;
}

/*
.banner-inner.bg-top
{
    background-position: center 7vh !important;
}
*/

.banner .banner-inner:not(:first-of-type)
{
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    background-color: #fff;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

.banner > .banner-inner:nth-child(1) {
    -webkit-animation-delay: -8s;
    background-color: #fff;
}


.banner > .banner-inner:nth-child(2) {
    -webkit-animation-delay: -4s;
    background-color: #fff;
}

.home #masthead .header-content:after {
    background-image: url(/wp-content/themes/dx/images/computers.png);
    right: 0;
    left: 15%;
    transform: -50%;
    margin: auto;
    top: -105%;
    width: 40vw;
    height: 40vw;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    z-index: 8;
}

.page-template-page-carriere #content
{
    padding: 2vh 3vw;
}

@media screen and (max-width: 1600px) {
    div.banner .logo {
        max-width: calc(8vw + 170px);
    }
    
    .home div.banner
    {
        min-height:50vh;
    }

}

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

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	
    li.lang-item {
        position: absolute;
        right: 6vw;
    }
    
    .team .row:nth-child(odd) .photo
    {
        order:1;
    }
    
    .team .row:nth-child(odd) .infos
    {
        order:2;
    }
    
    .team .row:nth-child(even) .photo
    {
        order:2;
    }
    
    .team .row:nth-child(even) .infos
    {
        order:1;
        text-align: right !important;
    }
    
    .team .row:nth-child(even) .infos p
    {
        text-align: right !important;
    }

    #content .bloc:nth-child(odd) .button
    {
        margin-right: 0;
        margin-left: 7vw;
        padding-right: 7vw;
        float:right;
    }
        
    #content .bloc:nth-child(odd) .texte .inner-content .inner-align
    {
        float:right;
    }
    
    #content .bloc:nth-child(odd) .texte:before
    {
        background-image: url('/wp-content/themes/dx/images/gradient_right.png');
        background-position: bottom right !important;
        right:0;
        left:auto;
    }
    
    .mobile-only
    {
        display:none;
    }
}


@media screen and (max-width: 1024px) {
     
     
    .home #masthead .header-content:after
    {
        display: none;
    }
     
    .single-solutions div.wide-zone {
        padding-left: 7vw;
        padding-right: 7vw;
    }
     
    div.header-content:before {
        height: 100vh;
    }
     
    div.row {
        margin-right: 0; 
        margin-left: 0;
    }
    
    div.wide-zone ul {
        padding: 1vw 7vw !important;
    }
    
    body:not(.home) .banner,
    body.home .banner,
    .banner-inner
    {
        background-position: center;
        background-attachment: fixed;
        width:100%;
        position:relative;
    }
    
    body:not(.home) .banner
    {
        min-height:350px;
    }
    
    .banner-inner.abs
    {
        position: absolute !important;
    }
    
    .fixed
    {
        background-attachment: inherit;
        background-position: top center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    
    .home .banner
    {
        height: 30vh !important;
        background-attachment: scroll;
        background-position: top center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        min-height:30vh !important;
    }
    
    .banner-inner.cover
    {
        background-attachment: scroll;
        background-position: top center;
    }
    
    .min-height
    {
         min-height: 250px !important;
    }
    
    .main-navigation ul li ul {
    	left: auto;
        overflow:hidden;
    }
    
    .bloc .titre
    {
        background-size: cover !important;
    }
        /*
    .home .wide-zone ul
    {
        width: 40% !important;
    }
*/
    .screen-only
    {
        display:none;
    }
    
    .bloc > div.block {
        min-height: 250px;
    }
    
    .header-content:before
    {
        height: 30vh;
        opacity: 0.7;
    }
    
    /*
    div.header-content
    {
        position: relative;
    }
    */
    
    #social {
        padding-left: 0;
        margin-left: 0;
    }

    .video-container {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }

    video {
      width: 100%    !important;
      height: auto   !important;
    }

    #content .bloc div.texte:before {
        background-size: 120% 100%;
    }
        
    header#masthead {
        height: auto;
        margin-top: 0;
    }
    
    html {
        margin-top: 0 !important;
    }
    
    ul.sub-menu li a,
    ul.exp-list li a
    {
        font-size: calc(0.9vw + 10px) !important;
        line-height: calc(0.9vw + 10px) !important;
    }
    
    .main-navigation ul ul
    {
        box-shadow: none;
    }
    
    nav.main-navigation ul ul
    {
        position: relative;
        height:0;
    }
    
    ul.toggled,
    nav.main-navigation ul ul.toggled
    {
        height:auto !important;
    }
        
    ul.exp-list li,
    ul#primary-menu li
    {
        width: 100%;
        display: block;
    }
        
    ul#primary-menu li a
    {
        text-align: left;
        line-height: calc(1vw + 16px) !important;
    }
    
    div.banner h1,
    div.banner h2 {
        text-align: left;
    }
    
    div.header-content h2 {
        padding-bottom: 2vh;
    }
    
    div.banner .logo {
        top: auto;
        padding-bottom: 2vh;
        padding-top: 2vh;
    }
    
    div.flexslider {
        width: 100% !important;
        float: left !important;
    }
    
    #site-navigation img.logo-small,
    .banner
    {
        transform: none;
        position:relative;
    }
    
    /*
    .home .banner
    {
        min-height:30vh;
        background-position:center;
    }
    */
    
    nav#site-navigation
    {
        position: absolute !important;
    }
    
    body:not(.home) #masthead div.banner {
        margin-top: 0;
    }
    
    body:not(.home) nav#site-navigation
    {
        top: 0px;
    }
    
    video#myVideo {
        position: relative;
    }
    
    .home header#masthead {
        height: auto;
        margin:0;
    }
    
    div.bloc > div {
        min-height: 200px;
    }
    
    .inner-content
    {
        padding-top:3vh;
        padding-bottom:3vh;
    }
    
    .abs
    {
        position: relative !important;
    }
    
    div.abs.v-center {
        top: auto;
        transform: none;
    }
    
    div.mt-5,
    div.my-5 {
        margin-top: 1rem !important;
    }
    
    .margin {
        margin: 1vh 2vw !important;
    }
    
    div.seventy-height,
    div.half-height,
    div.bloc {
        min-height: auto;
    }
    
    .team .photo
    {
        min-height:300px;
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }
    
    .team .infos
    {
        padding-top: 2vh;
    }
    
    .team .row:nth-child(even) div.infos,
    .team .row:nth-child(even) div.infos p,
    p.text-right,
    div.text-right {
        text-align: left !important;
    }
    
    #content .bloc .texte div.inner-content > *
    {
        max-width: 100%;
        text-align:left;
    }
    
    div.text-center.mobile-text-left
    {
        text-align: left !important;
    }
    
    .wide-zone ul
    {
        width: 100% !important;
        display: block !important;
        clear: both;
    }
    
}


@media screen and (max-width: 768px) {
    
    .wide-zone ul
    {
        width: 100% !important;
        display: block !important;
        clear: both;
    }
    
}

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

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

.wp-block-gallery {
    display: flex !important;
}

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

ul.blocks-gallery-grid
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

body:not(.home) .header-content h1 {
  text-align: center;
  margin: 4vh auto;
  max-width: 1800px;
}

/* Style the video: 100% width and height to cover the entire window */
/*
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
*/

.header-content:before {
  z-index: 0;
  background-image: url('/wp-content/themes/dx/images/gradient-bottom.svg');
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 50vh;
  content:'';
  display:block;
  background-size: cover;
  background-position: top center;
  position:absolute;
}

body:not(.home) .header-content:before {
  opacity: 0.9;
}

/* Add some content at the bottom of the video/page */
.banner .content {
  position: fixed;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
/*
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

*/

p,
.bloc ol,
.bloc ul
{
	font-family : 'Roboto';
	font-weight:300;
	margin:0;
	/*
	font-size: calc(0.7vw + 16px);
	*/
	font-size: calc(0.2vw + 18px);
	/*
	font-size: calc(1vw + 10px);
	*/
	color: #666666;
}

p a,
.bloc ul a
{
	text-decoration: none;
	color: #1E4D66;
	font-weight: bold;
	transition: color 0.3s;
}

p a:hover,
.bloc ul a:hover
{
	color: #000;
}

ul.exp-list
{
    display:none;
    min-width:30vw;
    top: 100%;
    left: 0;
    box-shadow: none;
    background-color: #B3B3B3;
    transition: height 0.3s;
}


ul.sub-menu
{
    min-width:30vw;
    box-shadow: none;
    background-color: #B3B3B3;
    transition: height 0.3s;
}

nav.main-navigation ul ul
{
    transition: height 0.3s;
}

ul.sub-menu.top,
ul.exp-list.top
{
    top: auto;
    bottom: 100%;
}

ul.sub-menu li,
ul.exp-list li
{
    width:100%;
    text-align:left;
}

ul.exp-list a
{
    width:100%;
    display: block;
    clear: both;
}

ul.exp-list li a,
ul#primary-menu li a,
.button,
h1, h2, h3
{
	font-family : 'Playfair Display';
}


h1,
h2 {
	font-size: calc(3.2vw + 16px) !important;
	font-weight: 500;
	/*
	line-height: calc(3.2vw + 16px);
	*/
	line-height: calc(3.2vw + 16px) !important;
    padding:2vw 6vw;
    margin:0;
}

.banner h1,
.banner h2 {
	text-align:right;
}

.single-solutions h3
{
	font-size: calc(1vw + 14px) !important;
    text-align:left;
}

.banner .logo
{
    position: relative;
    left: 7vw;
    top: 7vw;
    max-width: calc(16vw + 200px);
    min-width: 200px;
}

.logos .blocks-gallery-item figure
{
    text-align: center;
}

.logos.max-width
{
    max-width:1200px;
}

.inner-max-width
{
    max-width:1600px;
}

.logos .blocks-gallery-item img
{
    margin: 2vh auto;
    max-width:120px;
}

.entry-content .logos:last-of-type
{
    margin-bottom: 10vh;
}

.no-pad
{
    padding: 0 !important;
    margin: 0 !important;
}

.title-container > h2
{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.title-container .slides li h1,
.title-container .slides li h2
{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.single article
{
    text-align:center;
}

.single-post h2
{
    font-size: calc(1vw + 20px) !important;
}

.post-navigation,
div#sidebar
{
    display:none !important;
}

h1 span,
h2 span {
	font-size: calc(2.5vw + 8px) !important;
}

.light-blue
{
	color: #BCD62C;
}

.bg-light-blue
{
	background-color: #BCD62C;
}

.blue
{
	color: #1E4D66;
}

.bg-blue
{
	background-color: #1E4D66;
}

.green
{
	color: #BCD62C;
	font-size: calc(2vw + 16px) !important;
}

.bg-green
{
	background-color: #BCD62C;
}

.light-gray
{
	color: #777;
}

.bg-light-gray
{
	background-color: #999999;
}

.gray
{
	color: #666666;
}

.bg-gray
{
	background-color: #666666;
}

.white
{
	color: #fff;
}

.bg-white
{
	background-color: #fff;
}

div.flexslider {
    background: transparent;
    border: none;
    margin-bottom: 0;
    width: 74vw;
    float: right;
    position: relative
}

.header-content
{
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}

.block
{
    display: block;
}

.inline
{
    display: inline-block;
}

#site-navigation
{
    z-index: 11;
    position: relative;
    border-bottom: 5px solid #BCD62C;
}

#site-navigation .logo-small
{
    width: 5.5vw;
    min-width: 50px;
    position: absolute;
    left: 7vw;
    
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.3s;
}

#site-navigation a:hover .logo-small
{
    opacity: 0.6;
}

ul#primary-menu
{
    clear: bloth;
    width: 100%;
    text-align: center;
	background-color: #B3B3B3;
}

ul#primary-menu > li
{
    display: inline-block;
    float: none;
}

ul.exp-list
{
    list-style:none;
}

ul.exp-list li a,
ul.sub-menu li a,
ul#primary-menu li a
{
    /*
    line-height: 1vw;
    */
    padding: 1rem 1.5vw;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

ul#primary-menu > li > a
{
    font-size: calc(1vw + 16px);
}

ul.sub-menu li a,
ul.exp-list li a
{
    font-size: calc(0.7vw + 10px);
}

.uppercase
{
    text-transform: uppercase;
}

.qual
{
    font-size: calc(1vw + 40px);
}

.no-repeat
{
    background-repeat : no-repeat;
}

.parall
{
    width:100%;
    height:100%;
    pointer-events: none;
}

ul.exp-list li a:hover,
ul#primary-menu li a:hover
{
    background-color: rgba(0,0,0,0.1);
}

.cover
{
    /*
    background-position: top center;
    */
    background-size: cover;
}

.bg-center
{
    background-position: center !important;
}

div.bg-top
{
    background-position: top center !important;
}

.contain
{
    background-position: top center;
    background-size: contain;
    background-repeat:no-repeat;
}

.front
{
    z-index: 1;
}

.bg-top
{
    background-position: top center;
}

#masthead
{
    height: 50.8vh;
}

body:not(.home) #masthead .banner
{
    height:100%;
    position: relative;
    background-position: top center;
    margin-top: 4.8vh;
}

body:not(.home) #site-navigation
{
    position: fixed;
    top:0;
}

.home #masthead
{
    height: 91vh;
}

.home .site-content
{
    position: relative;
    margin-top: 3.2vw;
}

.margin
{
    margin:3.5vh 5vw;
}

.padding
{
    padding:5vw !important;
}

.lil-padding
{
    padding:2vw !important;
}

.pad-lr
{
    padding-left:5vw !important;
    padding-right:5vw !important;
}

.pad-l
{
    padding-left:3vw !important;
}

.pad-tb
{
    padding-top:5vw !important;
    padding-bottom:5vw !important;
}

h3.pad-tb
{
    color: #1E4D66;
    padding-top:5vw !important;
    padding-bottom:2vw !important;
}

.pad-b
{
    padding-bottom:5vw !important;
}

.margin-b
{
    margin-bottom:5vh !important;
}

.padding-b
{
    padding-bottom:5vh !important;
}

.pad-t
{
    padding-top:5vw !important;
}

.single-solutions .wide-zone p,
.single-solutions .wide-zone h3,
.max-width
{
    max-width:1920px;
}

div.wp-block-kadence-accordion,
.single-solutions .wide-zone h3,
.max-width
{
    max-width:1920px;
}

.single-solutions .wide-zone p,
.single-solutions .wide-zone ul,
.single-solutions .wide-zone ol
{
    font-size: calc(0.2vw + 18px) !important;
}

.single-solutions #content .bloc:first-of-type .texte:before
{
    display: none;
}

.single-solutions #content .bloc:first-of-type .texte ul,
.single-solutions #content .bloc:first-of-type .texte h3
{
    text-align:center;
}

.wide
{
    width:100%;
}

.half-height
{
    min-height:50vh;
}

.seventy-height
{
    min-height:85vh;
}

h1,
h2
{
    padding: 1vw 7vw;
}

h1 .light-gray
{
    color: #555;    
}

.bloc .inner-content:not(.wide-zone) h3,
.bloc .inner-content:not(.wide-zone) ul,
.bloc .inner-content:not(.wide-zone) p
{
    padding: 0 7vw !important;
}

.bloc .inner-content ul,
.bloc .inner-content ol
{
    margin-bottom: 2vh !important;
}

.dis-table
{
    /*
    display: table;
    */
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-cell
{
    /*
    display: table-cell;
    vertical-align: middle;
    */
  display: block;
}

.bloc > div
{
    min-height: 70vh;
    width: 100%;
    /*
    display: table;
    */
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc
{
    position: relative;
    overflow:hidden;
    /*
    min-height:80vh;
    */
}

.bloc > .block
{
    min-height:70.01vh;
}

.abs
{
    position:absolute;
}

.abs.top
{
    top: 0;
}

.abs.v-center
{
    top: 50%;
    transform: translateY(-50%);
}

.header-height
{
    height: 91vh;
}

.rel
{
    position: relative;
}

.bloc .titre
{
    background-size: contain;
    width:100%;
    z-index: 1;
}

.bloc .titre.cover
{
    background-position: top right;
}

.bloc .titre h2
{
    font-weight: 500;
    /*
    font-size: 6vw;
    line-height: 5vw;
    */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.bloc .texte
{
    background-color: #fff;
    /*
    z-index: 1;
    */
}

.parall
{
    background-position: bottom right !important;
}


#content .bloc .texte .inner-content.wide-zone > * {
    max-width: 100%;
}

div.wide-zone
{
    width: 100%;
}


#content .bloc .texte .inner-content.wide-zone .inner-align
{
    text-align: center;
}

/*
div.wide-zone p
{
    display: none;
}
*/

div.wide-zone
{
    text-align: center !important;
}

div.wide-zone div.inner-align
{
    float: none !important;
    margin: auto;
}

.wide-zone ul
{
    text-align: left;
    width:30%;
    display: inline-block;
    vertical-align:top;
    padding: 1vw 2vw !important;
}

.wide-zone .inner-align > ul
{
    list-style: none;
}

.wide-zone .inner-align > ul ul
{
    list-style: circle;
}

.wide-zone ul:only-of-type
{
    width: 100%;
    max-width: 1920px ;
}

.wide-zone .inner-align > ul:not(.wp-block-gallery) > li::before {
  content: "\25AA";
  color: #BCD62C;
  font-weight: bold;
  display: inline-block; 
  width: 1.5rem;
  margin-left: -1rem;
}

.wide-zone ul strong
{
    color: #1E4D66;
}

/*
#content .bloc:nth-child(even) .texte:before
*/
#content .bloc .texte:before
{
    content: '';
    background-image: url('/wp-content/themes/dx/images/gradient_left.png');
    background-position: bottom left !important;
    left:0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position:absolute;
}

#content .bloc .texte .inner-content
{
    width: 100%;
    padding-top: 3vh;
    text-align: right;
    position: relative;
    /*
    display: table-cell;
    vertical-align: middle;
    */
}

b, strong {
    font-weight: bold !important;
}

body:not(.home) #content .bloc .texte .inner-content.wide-zone .inner-align p,
body:not(.home) #content .bloc .texte .inner-content.wide-zone .inner-align h3,
body:not(.home) #content .bloc .texte .inner-content.wide-zone .inner-align ul
{
    max-width: 1400px;
}


#content .bloc .texte .inner-content > *
{
    max-width: 60%;
}

#content .bloc:nth-child(even) .texte .inner-content
{
    left: 0;
    text-align: left;
}

.bloc .titre h2 span
{
    font-size: 3.5vw;
}

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

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

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

.single-solutions .wide-zone p,
.single-solutions .wide-zone h3,
.center-block
{
    margin-left:auto;
    margin-right:auto;
}

.single-solutions .wide-zone
{
    padding-left: 2vw;
    padding-right: 2vw;
}

.abs.center-block
{
    left:0;
    right:0;
}


.uagb-post-grid .uagb-post__link,
a.button
{
    font-family: 'Playfair Display';
    margin-top:1vw;
    text-decoration: none;
    padding: 0.5vw 1.3vw 0.7vw;
    color: #1E4D66;
    font-size: calc(1.5vw + 12px);
    transition: background-color 0.3s;
    margin-bottom: 1vw !important;
    display: inline-block;
    clear: both;
}




.uagb-post-grid .uagb-post__link
{
    line-height: 0.5vw;
    font-weight: 400;
}


.uagb-post__text .uagb-post__title a
{
    color:#1E4D66 !important;
    font-size:calc(0.7vw + 14px);
}

.uagb-post__items article .uagb-post__excerpt
{
    font-size:calc(0.5vw + 10px);
    margin-bottom:10vh !important;
    opacity:0.7;
    padding:2.5vw;
}

a.button:hover
{
    text-decoration: none;
    background-color: #1E4D66;
    color: #fff;
}
/*
#content .bloc:nth-child(even) .texte .inner-content .inner-align
*/
#content .bloc .texte .inner-content .inner-align
{
    text-align:left;
    float:left;
}

/*
#content .bloc:nth-child(even) .button
*/
#content .bloc .button
{
    margin-right: 7vw;
    padding-left: 7vw;
    float:left;
}


.current-menu-item a
{
    background-color: rgba(0,0,0,0.1);
}

.frm_primary_label
{
    display:none !important;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single,
input
{
    box-shadow: none;
    min-height:40px !important;
    border-radius:0;
    padding:1vw;
    font-family: 'Roboto';
    font-size: calc(0.2vw + 14px) !important;
}

.team p
{
    /*
    font-size: calc(0.2vw + 18px) !important;
    */
    text-align: left;
}

.team .text-center p
{
    text-align: center;
}

.team .photo
{
    max-width: 700px;
    max-height: 700px;
}

.team i.fab
{
    font-size: calc(0.2vw + 18px) !important;
}

.team a
{
    font-weight:200;
    margin-bottom:3px;
}

.advgb-accordion-header h4,
.qual
{
    font-size: calc(1vw + 20px) !important;
}

.kt-blocks-accordion-title,
.advgb-accordion-header h4.advgb-accordion-header-title
{
    font-size: calc(0.7vw + 12px) !important;
}

.kt-accordion-wrap,
.advgb-accordion-wrapper
{
    padding-top: 5vh;
    margin-bottom: 5vh;
}

.kt-accordion-panel-inner
{
    text-align:left;
}

.kt-accordion-panel-inner ul,
.advgb-accordion-wrapper ul
{
    margin-left: 0;
}

div.advgb-accordion-header
{
    border-bottom: solid 1px #ccc !important;
    padding-bottom: 1vh;
    margin-bottom: 1.5vh;
}

.advgb-accordion-body
{
    max-width:1020px;
}

.kt-accordion-panel-inner p,
.kt-accordion-panel-inner ul,
.advgb-accordion-body p,
.advgb-accordion-body ul
{
    font-size: calc(0.6vw + 8px) !important;
    color: #666666;
    font-weight: 300;
}

.kt-accordion-id_11fbd4-33 .kt-accordion-panel-inner {
    background: transparent;
    border-width: 0px;
}

.kt-accordion-id_11fbd4-33 .kt-blocks-accordion-header.kt-accordion-panel-active {
    border-color: #eeeeee;
}

.kt-accordion-id_11fbd4-33 .kt-blocks-accordion-header:focus {
    outline: none;
}

.advgb-accordion-header:focus
{
    outline: none;
}

.logo-footer
{
    min-width: 250px;
    width: 300px;
    max-width: 90vw;
    margin: 3vw 7vw 1vw;
}

footer
{
    position: relative;
    background-color :#fff;
    border-top: 1px solid #999999;
}

.copyright {
    max-width: calc(100% - 14vw);
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 15px;
}

.copyright p {
    font-size: calc(0.5vw + 8px);
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}

.copyright a {
    text-decoration: none;
    color: #1E4D66;
}

.copyright a:hover {
    color: #999999;
}

.fleft
{
    float: left;
}

.fright
{
    float: right;
}

#social
{
    list-style:none;
}

#social li
{
    font-size: calc(0.5vw + 24px);
    padding: 0.2vw;
    display: inline-block;
}

#social li a
{
    color: #898d90 !important;
    transition: opacity 0.3s;
}

#social li a:hover
{
    opacity: 0.7;
}

div.advgb-accordion-header {
    background-color: transparent !important;
    color: #000 !important;
    border-radius : 0;
}



div.advgb-accordion-body,
div.advgb-accordion-header {
    border: 0;
    text-align:left;
}

.advgb-accordion-header-icon svg
{
    fill: #000 !important;
}
