@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! 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://use.typekit.net/ywh5zuh.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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: 2em;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  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; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
https://robots.thoughtbot.com/controlling-color-with-sass-color-functions
http://0to255.com/
*********************/
/* ALERT:/*/
/* Base Color feel free to add some:/*/
/* Variation COLOR lighten :/*/
/* Variation COLOR Transparent :/*/
/* Les Couleures principales a modififer par cas :/*/
/* Link COLOR :/*/
/* Menu colors */
/* button  COLOR :/*/
/* border COLOR :/*/
/* Menu full screen COLOR :/*/
/* tooltip COLOR :/*/
/* MENU RESPONSIVE OPTIONS:/*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so snow would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/**
 * Text-align fallback for older browsers
 */
.start-xs {
  text-align: left; }

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

@media only screen and (min-width: 48em) {
  .start-sm {
    text-align: left; }
  .end-sm {
    text-align: right; } }

@media only screen and (min-width: 64em) {
  .start-md {
    text-align: left; }
  .end-md {
    text-align: right; } }

@media only screen and (min-width: 75em) {
  .start-lg {
    text-align: left; }
  .end-lg {
    text-align: right; } }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }

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

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

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }

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

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 24.8%;
  max-width: 24.8%; }

.col-xs-4 {
  flex-basis: 33.23333333%;
  max-width: 33.23333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 24.8%;
    -ms-flex-preferrflex-basis: 24.8%;
    max-width: 24.8%; }
  .col-sm-4 {
    flex-basis: 30%;
    max-width: 30%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .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-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 24.8%;
    -ms-flex-preferrflex-basis: 24.8%;
    max-width: 24.8%; }
  .col-md-4 {
    flex-basis: 30%;
    max-width: 30%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 70em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 24.8%;
    -ms-flex-preferrflex-basis: 24.8%;
    max-width: 24.8%; }
  .col-lg-4 {
    flex-basis: 33.23333333%;
    max-width: 33.23333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
body {
  -webkit-backface-visibility: hidden; }

/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles and tool tip

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

.tooltip-wrapper {
  cursor: help;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */ }

.tooltip-wrapper .tooltip {
  background: white;
  bottom: 100%;
  color: white;
  display: block;
  border-radius: 3px;
  left: -0px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: all .25s ease-out;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip-wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute; }

/* CSS Triangles - see Trevor's post */
.tooltip-wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid white 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.tooltip-wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px); }

/* IE can just show/hide with no transition */
.lte8 .tooltip-wrapper .tooltip {
  display: none; }

.lte8 .tooltip-wrapper:hover .tooltip {
  display: block; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.btn-1, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #a6192e !important;
  font-size: 1em;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.14s ease-in-out; }
  .btn-1:hover, .comment-reply-link:hover, .btn-1:focus, .comment-reply-link:focus {
    color: #a6192e !important;
    text-decoration: none;
    outline: none; }
  .btn-1:active, .comment-reply-link:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.btn-1, .comment-reply-link {
  background-color: #ECECEC;
  color: #a6192e !important; }
  .btn-1:hover, .comment-reply-link:hover, .btn-1:focus, .comment-reply-link:focus {
    color: #a6192e !important;
    background-color: white; }
  .btn-1:active, .comment-reply-link:active {
    background-color: #901628; }

.entry-content .wp-block-button .wp-block-button__link {
  background-color: #191818 !important;
  border: #3c3636 1px solid !important;
  font-weight: 200 !important; }

/******************************************************************
Site Name: piguet
Author: john robert-nicoud

Stylesheet: Menu


******************************************************************/
.no-js .menu-toggle {
  display: none; }

/****************************************************************/
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #ECECEC;
  color: #000000;
  box-shadow: 0 0 5px 5px #ECECEC inset; }
  .sidr .sidr-inner {
    padding: 0 0 15px; }
    .sidr .sidr-inner > p {
      margin-left: 15px;
      margin-right: 15px; }
    .sidr .sidr-inner .menu-social-container {
      top: 200px;
      position: relative;
      right: 30px;
      width: 28px;
      border: none;
      box-shadow: none; }
      .sidr .sidr-inner .menu-social-container ul,
      .sidr .sidr-inner .menu-social-container li {
        border: none; }
  .sidr.right {
    left: auto;
    right: -260px; }
  .sidr.left {
    left: -260px;
    right: auto; }
  .sidr h1,
  .sidr h2,
  .sidr h3,
  .sidr h4,
  .sidr h5,
  .sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #000000;
    line-height: 24px; }
  .sidr p {
    font-size: 13px;
    margin: 0 0 12px; }
    .sidr p a {
      color: rgba(0, 0, 0, 0.9); }
  .sidr > p {
    margin-left: 15px;
    margin-right: 15px; }
  .sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid white; }
    .sidr ul li {
      display: block;
      margin: 0;
      line-height: 48px;
      border-top: 1px solid white;
      border-bottom: 1px solid lightgray; }
      .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
        border-top: 0;
        line-height: 49px; }
        .sidr ul li:hover > a,
        .sidr ul li:hover > span, .sidr ul li.active > a,
        .sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
        .sidr ul li.sidr-class-active > span {
          box-shadow: 0 0 15px 3px #ECECEC inset; }
      .sidr ul li a,
      .sidr ul li span {
        padding: 0 15px;
        display: block;
        text-decoration: none;
        color: #000000; }
      .sidr ul li ul {
        border-bottom: 0;
        margin: 0; }
        .sidr ul li ul li {
          line-height: 40px;
          font-size: 13px; }
          .sidr ul li ul li:last-child {
            border-bottom: 0; }
          .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
            border-top: 0;
            line-height: 41px; }
            .sidr ul li ul li:hover > a,
            .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
            .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
            .sidr ul li ul li.sidr-class-active > span {
              box-shadow: 0 0 15px 3px #ECECEC inset; }
          .sidr ul li ul li a,
          .sidr ul li ul li span {
            color: rgba(0, 0, 0, 0.8);
            padding-left: 30px; }
  .sidr form {
    margin: 0 15px; }
  .sidr label {
    font-size: 13px; }
  .sidr input[type="text"],
  .sidr input[type="password"],
  .sidr input[type="date"],
  .sidr input[type="datetime"],
  .sidr input[type="email"],
  .sidr input[type="number"],
  .sidr input[type="search"],
  .sidr input[type="tel"],
  .sidr input[type="time"],
  .sidr input[type="url"],
  .sidr textarea,
  .sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(236, 236, 236, 0.1);
    color: rgba(0, 0, 0, 0.6);
    display: block;
    clear: both; }
  .sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none; }
  .sidr input[type=button],
  .sidr input[type=submit] {
    color: #ECECEC;
    background: #000000; }
    .sidr input[type=button]:hover,
    .sidr input[type=submit]:hover {
      background: rgba(0, 0, 0, 0.9); }

/* BURGER ANIMATED ICON */
/* Icon 1 */
.c-hamburger {
  width: 40px;
  height: 45px;
  position: absolute;
  left: 20px;
  right: 20px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 30px;
  left: 20px;
  z-index: 9999;
  background: none !important; }
  .c-hamburger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #a6192e;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }

.admin-bar .c-hamburger {
  top: 90px; }

/* Icon 3 */
.c-hamburger span:nth-child(1) {
  top: 0px; }

.c-hamburger span:nth-child(2),
.c-hamburger span:nth-child(3) {
  top: 18px; }

.c-hamburger span:nth-child(4) {
  top: 36px; }

.c-hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.c-hamburger.open span:nth-child(2) {
  transform: rotate(45deg); }

.c-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg); }

.c-hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.txt-menu-res {
  position: absolute;
  display: none;
  width: 100px;
  left: 50px;
  font-size: 1.5em;
  top: -15px; }

.c-hamburger.open span:nth-child(1),
.c-hamburger.open span:nth-child(6) {
  transform: rotate(45deg); }

.c-hamburger.open span:nth-child(2),
.c-hamburger.open span:nth-child(5) {
  transform: rotate(-45deg); }

.c-hamburger.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

.c-hamburger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

.c-hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.c-hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.c-hamburger.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #fff;
  /*  fallback color */
  background-color: rgba(236, 236, 236, 0.9);
  /*opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-animation: fadeInLeftBig 1s ease 0.2s 1 both;
  animation: fadeInLeftBig 1s ease 0.2s 1 both;
  -webkit-animation-backface-visibility: hidden;
  -moz-animation-backface-visibility: hidden;
  -ms-animation-backface-visibility: hidden;
  -o-animation-backface-visibility: hidden;
  animation-backface-visibility: hidden; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  .overlay #logo {
    display: none; }

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  left: 10%;
  top: 0%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */ }

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #e6344f;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */ }

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #fff; }

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 80px;
  font-size: 60px; }

.overlay .closebtn-txt {
  position: absolute;
  top: 20px;
  right: -91px;
  width: 90px;
  font-size: 20px; }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: "urw-din", "open-sans", Helvetica, Arial, sans-serif;
  background-color: #ECECEC;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f6f6f6;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: white;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/***************** ****
CALDERA FORM
*********************/
#caldera_form_1 input, #caldera_form_1 textarea {
  background-color: #f7f7f7;
  border-color: #ECECEC;
  color: #3c3636;
  font-family: "open-sans", Helvetica, Arial, sans-serif; }
  #caldera_form_1 input:hover, #caldera_form_1 textarea:hover {
    color: #e6344f; }

#caldera_form_1 label {
  font-weight: 300; }

#caldera_form_2 input, #caldera_form_2 textarea {
  background-color: #f7f7f7;
  border-color: #ECECEC;
  color: #3c3636;
  font-family: "open-sans", Helvetica, Arial, sans-serif; }
  #caldera_form_2 input:hover, #caldera_form_2 textarea:hover {
    color: #e6344f; }

#caldera_form_2 label {
  font-weight: 300; }

.caldera-grid .btn-block {
  width: 13% !important; }

.caldera-grid .btn-block {
  background-color: #a6192e; }

/*** TEXTAREA TRANSITION ***/
.caldera-grid textarea.form-control {
  height: 5em;
  transition: all 0.2s ease-in-out; }

/*** TEXTAREA FOCUS HEIGHT ***/
.caldera-grid textarea.form-control:focus {
  height: 25em;
  transition: all 0.2s ease-in-out; }

.caldera-grid .col-sm-12 {
  width: 100%; }

.caldera-grid .file-name {
  font-weight: 300 !important; }

@media screen and (max-width: 768px) {
  .caldera-grid .btn-block {
    width: 30% !important; } }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #0073aa;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.88889em;
  font-weight: 600;
  line-height: 1.2;
  outline: none;
  padding: 0.66rem 1rem; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    cursor: pointer; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background: #111; }
  .button:focus,
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px; }

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 {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.5rem 0.66rem; }
  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 {
    border-color: #0073aa;
    outline: thin solid rgba(0, 115, 170, 0.15);
    outline-offset: -4px; }

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical; }

form p {
  margin: 1rem 0; }

/* Clearings */
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem; }

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

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

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important; }

.caldera-grid .form-control,
.caldera-grid output {
  font-size: 16px !important; }

/* Blocks */
/* !Block styles */
/*.entry-content > *,
.entry-summary > * {

	margin: 32px $size__spacing-unit;
	max-width: calc(100vw - (2 * 1rem));

	@include media(tablet) {
		margin: 32px calc(2 * (100vw / 12));
		max-width: calc(8 * (100vw / 12));
	}

	@include media(desktop) {
		max-width: calc(6 * (100vw / 12));
	}

/*
	// Set top margins for headings
	& + h1:before,
	& + h2:before,
	& + h3,
	& + h4,
	& + h5,
	& + h6 {
		margin-top: calc(4 * 1rem);
	}
*/
/*
	> *:first-child {
		margin-top: 0;
	}

	> *:last-child {
		margin-bottom: 0;
	}

	&.alignwide {

		margin-left: auto;
		margin-right: auto;

		@include media(tablet) {
			margin-left: calc(1 * (100vw / 12));
			margin-right: calc(1 * (100vw / 12));
			max-width: calc(10 * (100vw / 12));
		}
	}

	&.alignfull {
		margin-top: calc(2 * 1rem);
		margin-right: 0;
		margin-bottom: calc(2 * 1rem);
		margin-left: 0;
		max-width: 100%;
	}

	&.alignleft {
		float: left;
		max-width: calc(5 * (100vw / 12));
		margin-top: 0;
		margin-right: calc(2 * 1rem);

		@include media(tablet) {
			max-width: calc(4 * (100vw / 12));
		}

		@include media(desktop) {
			max-width: calc(3 * (100vw / 12));
		}
	}

	&.alignright {
		float: right;
		max-width: calc(5 * (100vw / 12));
		margin-top: 0;
		margin-left: $size__spacing-unit;
		margin-right: $size__spacing-unit;

		@include media(tablet) {
			max-width: calc(4 * (100vw / 12));
			margin-right: calc(2 * (100vw / 12));
		}
	}
}*/
.entry-content .wp-block-audio {
  width: 100%; }
  .entry-content .wp-block-audio audio {
    width: 100%; }
  .entry-content .wp-block-audio.alignleft audio,
  .entry-content .wp-block-audio.alignright audio {
    max-width: 190px; }
    @media only screen and (min-width: 768px) {
      .entry-content .wp-block-audio.alignleft audio,
      .entry-content .wp-block-audio.alignright audio {
        max-width: 384px; } }
    @media only screen and (min-width: 1379px) {
      .entry-content .wp-block-audio.alignleft audio,
      .entry-content .wp-block-audio.alignright audio {
        max-width: 385.44px; } }

.entry-content .wp-block-video video {
  width: 100%; }

.entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  background: #0073aa;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0.66rem 1rem;
  outline: none;
  color: white;
  outline: none; }
  .entry-content .wp-block-button .wp-block-button__link:hover {
    cursor: pointer; }
  .entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-button .wp-block-button__link:focus {
    background: #111; }
  .entry-content .wp-block-button .wp-block-button__link:focus {
    outline: thin dotted;
    outline-offset: -4px; }

.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px; }

.entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  background: transparent;
  border: 2px solid #0073aa; }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
    color: #0073aa; }

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #111;
  color: #111; }

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none; }
  .entry-content .wp-block-archives li,
  .entry-content .wp-block-categories li,
  .entry-content .wp-block-latest-posts li {
    color: #767676;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: calc(22px * 1.6875);
    font-weight: bold;
    line-height: 1.2; }
    .entry-content .wp-block-archives li a:after,
    .entry-content .wp-block-categories li a:after,
    .entry-content .wp-block-latest-posts li a:after {
      color: #767676;
      content: ","; }
    .entry-content .wp-block-archives li:last-child a:after,
    .entry-content .wp-block-categories li:last-child a:after,
    .entry-content .wp-block-latest-posts li:last-child a:after {
      color: #767676;
      content: "."; }

.entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem; }

.entry-content .wp-block-verse {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.8; }

.entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0; }

.entry-content .wp-block-pullquote {
  border: none;
  padding: 1rem; }
  .entry-content .wp-block-pullquote blockquote {
    border: none;
    padding-bottom: calc(2 * 1rem);
    margin-right: 0; }
  .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #111; }
  .entry-content .wp-block-pullquote cite {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.71111em;
    line-height: 1.6;
    text-transform: none;
    color: #767676; }
  .entry-content .wp-block-pullquote.alignleft blockquote, .entry-content .wp-block-pullquote.alignright blockquote {
    padding-right: 1rem;
    margin-left: 0;
    text-align: left;
    max-width: 100%; }
  .entry-content .wp-block-pullquote.alignleft.is-style-solid-color, .entry-content .wp-block-pullquote.alignright.is-style-solid-color {
    padding: calc(2 * 1rem); }
  .entry-content .wp-block-pullquote.alignleft:not(.is-style-solid-color) {
    padding: 0 calc(2 * 1rem) 0 0; }
  .entry-content .wp-block-pullquote.alignright:not(.is-style-solid-color) {
    padding: 0 0 0 calc(2 * 1rem); }
  .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0 auto; }
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) p,
  .entry-content .wp-block-pullquote.is-style-solid-color cite {
    color: white; }
  .entry-content .wp-block-pullquote.is-style-solid-color:not(.has-background-color) {
    background-color: #0073aa; }
  .entry-content .wp-block-pullquote.is-style-solid-color.alignleft, .entry-content .wp-block-pullquote.is-style-solid-color.alignright {
    padding-bottom: 1rem; }
    .entry-content .wp-block-pullquote.is-style-solid-color.alignleft blockquote, .entry-content .wp-block-pullquote.is-style-solid-color.alignright blockquote {
      padding: 0 0 calc(2 * 1rem);
      margin-left: 0;
      margin-top: 0; }

.entry-content .wp-block-quote:not(.is-large), .entry-content .wp-block-quote:not(.is-style-large) {
  border-left: 2px solid #0073aa;
  padding-top: 0;
  padding-bottom: 0; }

.entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8; }

.entry-content .wp-block-quote cite {
  font-size: 0.71111em; }

.entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large {
  padding: 1rem 0 1rem 2rem;
  margin: 1rem 0;
  border-left: none; }
  .entry-content .wp-block-quote.is-large p, .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
    line-height: 1.4;
    font-style: italic; }
  .entry-content .wp-block-quote.is-large cite,
  .entry-content .wp-block-quote.is-large footer, .entry-content .wp-block-quote.is-style-large cite,
  .entry-content .wp-block-quote.is-style-large footer {
    font-size: 0.71111em; }
  @media only screen and (min-width: 768px) {
    .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large {
      margin: 1rem calc(2 * (100vw / 12));
      max-width: calc(6 * (100vw / 12)); }
      .entry-content .wp-block-quote.is-large p, .entry-content .wp-block-quote.is-style-large p {
        font-size: 1.6875em; } }

.entry-content .wp-block-image img {
  display: block; }

.entry-content .wp-block-image.alignleft, .entry-content .wp-block-image.alignright {
  max-width: 100%; }

.entry-content .wp-block-image.alignfull img {
  width: 100vw;
  margin-left: auto;
  margin-right: auto; }

.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover-image h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  width: calc(100vw - (2 * 1rem));
  max-width: calc(100vw - (2 * 1rem)); }
  @media only screen and (min-width: 768px) {
    .entry-content .wp-block-cover-image .wp-block-cover-image-text,
    .entry-content .wp-block-cover-image h2 {
      width: calc(8 * (100vw / 12));
      max-width: calc(8 * (100vw / 12)); } }
  @media only screen and (min-width: 1168px) {
    .entry-content .wp-block-cover-image .wp-block-cover-image-text,
    .entry-content .wp-block-cover-image h2 {
      width: calc(6 * (100vw / 12 ));
      max-width: calc(6 * (100vw / 12 )); } }

.entry-content .wp-block-cover-image.alignleft h2,
.entry-content .wp-block-cover-image.alignleft .wp-block-cover-image-text, .entry-content .wp-block-cover-image.alignright h2,
.entry-content .wp-block-cover-image.alignright .wp-block-cover-image-text, .entry-content .wp-block-cover-image.aligncenter h2,
.entry-content .wp-block-cover-image.aligncenter .wp-block-cover-image-text {
  width: 100%;
  z-index: 1;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%; }

.entry-content .wp-block-cover-image.has-left-content {
  justify-content: center; }
  .entry-content .wp-block-cover-image.has-left-content h2,
  .entry-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text {
    padding: 1rem; }

.entry-content .wp-block-cover-image.has-right-content {
  justify-content: center; }
  .entry-content .wp-block-cover-image.has-right-content h2,
  .entry-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text {
    padding: 1rem; }

.entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px; }

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: left; }

.entry-content .wp-block-separator,
.entry-content hr {
  margin-bottom: 2rem;
  margin-top: 2rem;
  /* Remove duplicate rule-line when a separator
		 * is followed by an H1, or H2 */ }
  .entry-content .wp-block-separator:not(.is-style-dots),
  .entry-content hr:not(.is-style-dots) {
    background-color: #767676;
    border: 0;
    height: 2px; }
  .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
  .entry-content hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 2.25em; }
  .entry-content .wp-block-separator + h1:before,
  .entry-content .wp-block-separator + h2:before,
  .entry-content hr + h1:before,
  .entry-content hr + h2:before {
    display: none; }
  .entry-content .wp-block-separator.is-style-dots:before,
  .entry-content hr.is-style-dots:before {
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: 0.88889em;
    padding-left: 0.88889em; }

.entry-content .wp-block-embed-twitter {
  overflow: hidden; }

.entry-content .wp-block-table td, .entry-content .wp-block-table th {
  border-color: #767676; }

.entry-content .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  .entry-content .wp-block-file .wp-block-file__button {
    transition: background 150ms ease-in-out;
    border: none;
    border-radius: 5px;
    background: #0073aa;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.75rem 1rem; }
    @media only screen and (min-width: 1168px) {
      .entry-content .wp-block-file .wp-block-file__button {
        font-size: 22px;
        padding: 0.875rem 1.5rem; } }
    .entry-content .wp-block-file .wp-block-file__button:hover {
      cursor: pointer; }
    .entry-content .wp-block-file .wp-block-file__button:hover, .entry-content .wp-block-file .wp-block-file__button:focus {
      background: #111; }
    .entry-content .wp-block-file .wp-block-file__button:focus {
      outline: thin dotted;
      outline-offset: -4px; }

.entry-content .wp-block-code {
  border-radius: 0; }
  .entry-content .wp-block-code code {
    font-size: 1.125em; }

.entry-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0; }

.entry-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0; }

.entry-content .wp-block-columns[class*='has-'] > * {
  margin-right: 1rem; }
  .entry-content .wp-block-columns[class*='has-'] > *:last-child {
    margin-right: 0; }

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold; }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
    font-weight: normal; }

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit; }

.entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em; }

/*JETPACK*/
/* Jetpack specific modules */
.author-description {
  margin: 3.5em 0 2.1em; }
  .author-description:before {
    background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em; }
  .author-description h2.author-title {
    display: inline; }
  .author-description p.author-bio {
    word-spacing: -0.05em;
    display: inline;
    color: #767676;
    line-height: 1.3; }
    .author-description p.author-bio:before {
      display: inline-block;
      content: "–";
      transform: scaleX(1.8);
      margin: 0 0.5em; }
      @media only screen and (min-width: 768px) {
        .author-description p.author-bio:before {
          margin: 0 0.35em; } }
      @media only screen and (min-width: 1168px) {
        .author-description p.author-bio:before {
          margin: 0 0.3em; } }
    .author-description p.author-bio a.author-link {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-weight: 700;
      display: inline-block; }
      .author-description p.author-bio a.author-link:hover {
        color: #005177;
        text-decoration: none; }

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

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

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

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem); }

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem); }

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

.wp-caption .wp-caption-text {
  margin: calc(0.875 * 1rem) 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: calc(1.5 * 1rem); }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: calc(2 * (100vw / 12)); }
  .gallery-columns-3 .gallery-item {
    max-width: calc(3 * (100vw / 12)); }
  .gallery-columns-4 .gallery-item {
    max-width: calc(4 * (100vw / 12)); }
  .gallery-columns-5 .gallery-item {
    max-width: calc(5 * (100vw / 12)); }
  .gallery-columns-6 .gallery-item {
    max-width: calc(6 * (100vw / 12)); }
  .gallery-columns-7 .gallery-item {
    max-width: calc(7 * (100vw / 12)); }
  .gallery-columns-8 .gallery-item {
    max-width: calc(8 * (100vw / 12)); }
  .gallery-columns-9 .gallery-item {
    max-width: calc(9 * (100vw / 12)); }

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: left; }

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent; }
  .gallery-item > div > a:focus {
    box-shadow: 0 0 0 2px #0073aa; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author: john Robert-Nicoud

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
  background-color: #ECECEC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#hoverflow {
  overflow-x: hidden; }

#loadingbar {
  margin: 0px;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -12px;
  z-index: 9999; }

/*********************
srites svg  démo  et import  ....
*********************/
/*********************
SVG SPRITES
*********************/
/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
#logo, .site-title:before, #searchform button:after, .mk-icon-search:before, .homepresentation .more:hover:after, .homepresentation .more:after, .cliquable .more:hover:after, .cliquable .more:after, .vacant-home .more:hover:after, .vacant-home .more:after, .page-template-page-emplois .tableau .pdf:before, .page-template-page-emplois .tableau .pdf:hover:before, .competences .more:hover:after, .downloadpage .tableau .pdf:before, .downloadpage .tableau .pdf:hover:before, .more:hover:after, .more:after {
  display: inline-block;
  background-image: url("../html/assets/img/sprite.svg");
  background-size: 268.3125em 254.125em; }

.lt-ie9 #logo, .lt-ie9 .site-title:before, .lt-ie9 #searchform button:after, .lt-ie9 .mk-icon-search:before, .lt-ie9 .homepresentation .more:hover:after, .lt-ie9 .homepresentation .more:after, .lt-ie9 .cliquable .more:hover:after, .lt-ie9 .cliquable .more:after, .lt-ie9 .vacant-home .more:hover:after, .lt-ie9 .vacant-home .more:after, .lt-ie9 .page-template-page-emplois .tableau .pdf:before, .lt-ie9 .page-template-page-emplois .tableau .pdf:hover:before, .lt-ie9 .competences .more:hover:after, .lt-ie9 .downloadpage .tableau .pdf:before, .lt-ie9 .downloadpage .tableau .pdf:hover:before, .lt-ie9 .more:hover:after, .lt-ie9 .more:after {
  background-image: url("../html/assets/img/sprite.png"); }

/* exemple de svg as backgrund
.page-title {
	&:before {
		@include sprite(twitter);
		content: '';
		float: left;
		margin-right: 0.5em;
		font-size:25px;
		position: fixed;
		transition: filter ease 1s,-webkit-filter ease 1s;
	}

	&:hover {
		&:before {
			@include sprite(twitterHover, bg);
			filter: hue-rotate(0deg) saturate(0%) brightness(500%);
		}
	}
}
*/
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96vw;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.full-width,
.wrap-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

img {
  max-width: 100%;
  height: auto;
  width: 100%; }

/*********************
Responsive hack
*********************/
.hide_mobile {
  display: none; }

.hide_desktop {
  display: block; }

.hidden {
  display: none; }

/*********************
Guntemberg 2 col
*********************/
.wp-block-columns.has-2-columns {
  grid-auto-columns: 100%; }

.wp-block-columns .layout-column-2 {
  -ms-grid-column: 1;
  grid-column: 1; }

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 100%; }

.wp-block-text-columns .wp-block-column {
  margin: 0; }

.entry-content .wp-block-image img {
  width: auto; }

/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #e6344f;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #d21a36;
    outline: 0; }
  a:active,
  a:visited:active {
    outline: 0; }
  a:link,
  a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: "urw-din", "open-sans", Helvetica, Arial, sans-serif;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none; }

h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  letter-spacing: -1px;
  color: #545353; }

h3,
.h3 {
  font-size: 1.125em; }

h4,
.h4 {
  font-size: 1.1em;
  font-weight: 200;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  text-transform: uppercase; }

h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

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

p {
  word-break: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

ul {
  list-style-image: url("/wp-content/themes/mta/inc/images/unitech-tiret10-2.png"); }

.red {
  color: #a6192e; }

.welcome {
  text-transform: uppercase;
  font-weight: 700; }

/*********************
Arrow
*********************/
/* Text meant only for screen readers */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e6344f; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #a6192e; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #e6344f; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e6344f; }

/*********************
HEADER Skip to content Secreen reader
*********************/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif; }

.skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

#mobile-header {
  display: block; }

/*********************
HEADER STYLES
*********************/
#logo-holder {
  z-index: 99999;
  top: 10%; }

a.homeurl {
  text-decoration: none; }

.homeurl {
  position: relative; }

#logo {
  position: absolute;
  bottom: 7px;
  right: 20px;
  text-indent: -99999px;
  width: 10.6875em;
  height: 5.3125em;
  background-position: -197.8125em -209.9375em;
  font-size: 15px;
  content: ""; }
  .lt-ie9 #logo {
    width: 170px;
    height: 84px;
    background-position: -3165px -3359px; }
  #logo a {
    color: #fff; }

.site-title {
  text-indent: -99999px;
  position: relative;
  right: 100px; }
  .site-title:before {
    width: 10.6875em;
    height: 5.3125em;
    background-position: -197.8125em -209.9375em;
    content: "";
    float: left;
    font-size: 11px;
    left: 80px;
    position: relative; }
    .lt-ie9 .site-title:before {
      width: 170px;
      height: 84px;
      background-position: -3165px -3359px; }

.bg-header {
  height: 200px;
  position: relative;
  border-bottom: 20px solid #a6192e;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; }
  .bg-header .wrap {
    width: 100vh; }

.home .bg-header {
  height: 200px; }

.fluid-width-video-wrapper {
  padding-top: 34% !important; }

.woocommerce .bg-header {
  height: 0;
  border-bottom: 0px; }

.slider-header {
  border-bottom: 20px solid #a6192e;
  position: relative; }

.slide {
  width: 100vw;
  height: 200px;
  position: relative;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat; }

.slider-titre {
  color: #a6192e;
  font-family: "urw-din";
  letter-spacing: -1px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 16px; }

#inner-header > .tns-item {
  transition-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s; }

.slider-txt {
  position: absolute;
  left: 5px;
  top: 6px;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
  margin: 30px; }

.slider-desc {
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 12px;
  max-width: 450px; }

.tns-outer button {
  display: none; }

.tns-nav {
  text-align: center;
  top: -31px;
  position: relative; }
  .tns-nav button {
    margin-top: 12px;
    display: inline-block;
    padding: 6px;
    border-radius: 7px;
    box-shadow: none;
    background-color: #d23737; }
  .tns-nav .tns-nav-active {
    background-color: #ef8484; }

/*********************
	NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.topbar {
  display: block;
  position: relative;
  height: 20px;
  background: #a6192e; }

.topbar-1 .widget,
.topbar-2 .widget,
.topbar-3 .widget {
  margin: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 8px;
  top: 2px;
  position: relative; }
  .topbar-1 .widget a,
  .topbar-2 .widget a,
  .topbar-3 .widget a {
    color: #fff; }

.topbar-1 .widget {
  margin-left: 20px; }
  .topbar-1 .widget span {
    font-weight: bold; }
    .topbar-1 .widget span a {
      text-decoration: none; }

.topbar-3 .widget {
  text-transform: uppercase;
  margin-right: 20px;
  color: #fff; }
  .topbar-3 .widget ul li a {
    font-size: 8px; }
  .topbar-3 .widget .wpml-ls-current-language a {
    color: #969696 !important; }
  .topbar-3 .widget .current-menu-item a {
    color: #969696 !important; }
  .topbar-3 .widget .menu-item-type-post_type:after {
    content: "|";
    padding: 0 5px 0 5px; }
  .topbar-3 .widget .wpml-ls-first-item {
    margin-left: 0px !important;
    margin-right: 3px; }

#menu-topbar-menu-us #menu-item-wpml-ls-517-en,
#menu-topbar-menu-us #menu-item-wpml-ls-517-de,
#menu-topbar-menu-us #menu-item-wpml-ls-517-fr,
#menu-topbar-menu-us #menu-item-wpml-ls-517-us {
  display: none; }

.menu-item-wpml-ls-517-us {
  display: none; }

#is-popup-wrapper {
  background: rgba(103, 103, 103, 0.91) !important; }

svg.search-icon {
  width: 15px;
  margin-top: -2px; }

.searchform {
  visibility: hidden; }
  .searchform input[type="search"] {
    background-color: #a6192e !important;
    border: none;
    border-radius: 0; }
    .searchform input[type="search"]:focus {
      outline: none; }

#searchsubmit {
  background-color: #a6192e !important;
  box-shadow: none; }

a.homeurl.closetxt {
  display: none; }

.header-menu {
  display: none; }

#header-menu {
  margin: -20px 75% 0; }

.menu-item-language-current a span {
  color: #a6192e !important; }

.current-menu-item a {
  color: #3c3636 !important; }

li.menu-item-language {
  top: 8px; }

#searchform button {
  position: absolute;
  top: -7px;
  right: -9px; }
  #searchform button:after {
    width: 4.53437em;
    height: 4.25063em;
    background-position: -18.6875em -18.1875em; }
    .lt-ie9 #searchform button:after {
      width: 71.55px;
      height: 67.01px;
      background-position: -299px -291px; }

.mk-icon-search:before {
  width: 4.53437em;
  height: 4.25063em;
  background-position: -18.6875em -18.1875em; }
  .lt-ie9 .mk-icon-search:before {
    width: 71.55px;
    height: 67.01px;
    background-position: -299px -291px; }

.nav,
.header-navigation {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav ul,
  .header-navigation ul {
    list-style: none; }
  .nav li,
  .header-navigation li {
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
    .nav li a,
    .header-navigation li a {
      font-family: "urw-din", "open-sans", Helvetica, Arial, sans-serif;
      font-size: 0.83em;
      display: block;
      color: #3c3636;
      text-decoration: none;
      padding: 0.75em;
      text-transform: uppercase;
      font-style: normal;
      /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
            */ }
      .nav li a:hover:after, .nav li a:focus:after,
      .header-navigation li a:hover:after,
      .header-navigation li a:focus:after {
        width: 90%;
        transition: 0.3s ease all; }
    .nav li ul.sub-menu,
    .nav li ul.children,
    .header-navigation li ul.sub-menu,
    .header-navigation li ul.children {
      list-style-image: none; }
      .nav li ul.sub-menu li a,
      .nav li ul.children li a,
      .header-navigation li ul.sub-menu li a,
      .header-navigation li ul.children li a {
        padding-left: 30px;
        border: none !important; }
        .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
        .nav li ul.children li a:hover,
        .nav li ul.children li a:focus,
        .header-navigation li ul.sub-menu li a:hover,
        .header-navigation li ul.sub-menu li a:focus,
        .header-navigation li ul.children li a:hover,
        .header-navigation li ul.children li a:focus {
          color: #000000 !important;
          transition: all 0.2s ease-in-out; }
  .nav li.current-page-parent a,
  .nav li.current_page_item a,
  .nav .page-template .current-menu-ancestor a,
  .nav .page-template .current-menu-parent a,
  .nav .page-template-page-competences .current-menu-item a,
  .header-navigation li.current-page-parent a,
  .header-navigation li.current_page_item a,
  .header-navigation .page-template .current-menu-ancestor a,
  .header-navigation .page-template .current-menu-parent a,
  .header-navigation .page-template-page-competences .current-menu-item a {
    color: #e6344f !important; }
    .nav li.current-page-parent a:before,
    .nav li.current_page_item a:before,
    .nav .page-template .current-menu-ancestor a:before,
    .nav .page-template .current-menu-parent a:before,
    .nav .page-template-page-competences .current-menu-item a:before,
    .header-navigation li.current-page-parent a:before,
    .header-navigation li.current_page_item a:before,
    .header-navigation .page-template .current-menu-ancestor a:before,
    .header-navigation .page-template .current-menu-parent a:before,
    .header-navigation .page-template-page-competences .current-menu-item a:before {
      background: #a6192e;
      transition: width 0.5s ease;
      width: 100% !important; }
  .nav li.current-page-parent .sub-menu a,
  .nav li.current_page_item .sub-menu a,
  .nav .page-template .current-menu-ancestor .sub-menu a,
  .nav .page-template .current-menu-parent .sub-menu a,
  .nav .page-template-page-competences .current-menu-item .sub-menu a,
  .header-navigation li.current-page-parent .sub-menu a,
  .header-navigation li.current_page_item .sub-menu a,
  .header-navigation .page-template .current-menu-ancestor .sub-menu a,
  .header-navigation .page-template .current-menu-parent .sub-menu a,
  .header-navigation .page-template-page-competences .current-menu-item .sub-menu a {
    color: #000000 !important; }
    .nav li.current-page-parent .sub-menu a:before,
    .nav li.current_page_item .sub-menu a:before,
    .nav .page-template .current-menu-ancestor .sub-menu a:before,
    .nav .page-template .current-menu-parent .sub-menu a:before,
    .nav .page-template-page-competences .current-menu-item .sub-menu a:before,
    .header-navigation li.current-page-parent .sub-menu a:before,
    .header-navigation li.current_page_item .sub-menu a:before,
    .header-navigation .page-template .current-menu-ancestor .sub-menu a:before,
    .header-navigation .page-template .current-menu-parent .sub-menu a:before,
    .header-navigation .page-template-page-competences .current-menu-item .sub-menu a:before {
      width: 0% !important; }

.header-navigation .sub-menu .current-menu-item a {
  color: #a6192e !important; }

@media only screen and (min-device-width: 990px) and (max-device-width: 1362px) {
  .header-navigation li a {
    font-size: 0.7em; } }

#site-navigation-header li .menu-item a {
  margin: 7px 0;
  transition: all 0.2s linear; }

#site-navigation-header .menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0%;
  transition: width 0s ease; }

#site-navigation-header .menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 2px;
  width: 0%;
  background: #3c3636;
  transition: width 0.5s ease; }

#site-navigation-header.menu-item a:hover {
  text-decoration: none; }

#site-navigation-header .menu-item a:hover:before {
  width: 98%;
  background: #a6192e;
  transition: width 0.5s ease; }

#site-navigation-header .menu-item a:hover:after {
  width: 98%;
  background: transparent;
  transition: width 0s ease; }

#site-navigation-header ul.sub-menu .menu-item a:hover:after,
#site-navigation-header ul.sub-menu .menu-item a:hover:before {
  width: 0%; }

#site-navigation-header .menu-item .slct a:before {
  width: 98%;
  background: #a6192e;
  transition: width 0.5s ease; }

/* end .nav */
.menu-top-menu-container a,
.menu-menu-fr-container a,
.menu-top-menu-de-container a {
  line-height: 17px;
  text-transform: uppercase; }

.menu-top-menu-container li.min a,
.menu-menu-fr-container li.min a,
.menu-top-menu-de-container li.min a {
  text-transform: lowercase !important; }

.menu-top-menu-container ul,
.menu-menu-fr-container ul,
.menu-top-menu-de-container ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  line-height: 5px; }

.menu-top-menu-container li:first-child,
.menu-menu-fr-container li:first-child,
.menu-top-menu-de-container li:first-child {
  color: #e6344f !important; }

.menu-top-menu-container .nav li ul.sub-menu li a,
.menu-menu-fr-container .nav li ul.sub-menu li a,
.menu-top-menu-de-container .nav li ul.sub-menu li a {
  padding-top: 0px;
  color: #fff !important; }
  .menu-top-menu-container .nav li ul.sub-menu li a:hover,
  .menu-menu-fr-container .nav li ul.sub-menu li a:hover,
  .menu-top-menu-de-container .nav li ul.sub-menu li a:hover {
    color: #000000; }

.wpml-ls-first-item {
  margin-left: 10px !important; }

.menu-item-language a {
  padding: 3px !important; }

.wpml-ls-current-language a {
  color: #a6192e !important; }

.menu-item-wpml-ls-13-us {
  display: none; }

/*********************
Social NAV

*********************/
/* Social menu */
.social-navigation {
  text-align: center;
  margin: 29px 0; }
  .social-navigation ul.social-links-menu {
    content: "";
    display: table;
    table-layout: fixed;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .social-navigation ul.social-links-menu li {
      display: inline-block;
      vertical-align: bottom;
      vertical-align: -webkit-baseline-middle;
      list-style: none; }
      .social-navigation ul.social-links-menu li:nth-child(n + 2) {
        margin-left: 0.1em; }
      .social-navigation ul.social-links-menu li a {
        border-bottom: 1px solid transparent;
        display: block;
        color: #a6192e;
        margin-bottom: -1px;
        transition: opacity 110ms ease-in-out; }
        .social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
          color: #e6344f;
          opacity: 0.6; }
        .social-navigation ul.social-links-menu li a:focus {
          color: #e6344f;
          opacity: 1;
          border-bottom: 1px solid #e6344f; }
        .social-navigation ul.social-links-menu li a svg {
          display: block;
          width: 32px;
          height: 32px; }
          .social-navigation ul.social-links-menu li a svg#ui-icon-link {
            transform: rotate(-45deg); }

/*********************
Header
*********************/
.titreheader {
  color: #000000;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 20px; }
  .titreheader p {
    margin: 0px;
    padding: 0px; }

.textintro {
  color: #000000;
  font-size: 0.8em;
  text-align: right;
  padding: 10px; }

/*********************
HOME
*********************/
.homepresentation {
  background-color: #000000;
  color: white;
  padding: 0 10px 10px 10px;
  margin-bottom: 28px !important;
  position: relative;
  min-height: 500px; }
  .homepresentation p {
    text-align: left; }
  .homepresentation h4 {
    font-size: 50px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "urw-din";
    letter-spacing: -3px;
    word-spacing: 8px;
    margin: 20px 0 40px 0; }
    .homepresentation h4 span {
      color: #a6192e; }
    .homepresentation h4 a {
      color: #fff; }
      .homepresentation h4 a:hover {
        color: #fff; }
  .homepresentation .pres-link-holder {
    position: absolute;
    bottom: 10px;
    right: 20px; }
  .homepresentation a {
    text-decoration: none; }
    .homepresentation a p {
      color: #fff; }
  .homepresentation p {
    font-size: 14px;
    min-height: 103px; }
  .homepresentation .more {
    text-transform: uppercase;
    text-align: right;
    color: #a6192e;
    text-decoration: none; }
    .homepresentation .more:hover {
      color: #fff; }
      .homepresentation .more:hover:after {
        width: 4.53437em;
        height: 4.25063em;
        background-position: -18.6875em -18.1875em; }
        .lt-ie9 .homepresentation .more:hover:after {
          width: 71.55px;
          height: 67.01px;
          background-position: -299px -291px; }
    .homepresentation .more:after {
      width: 4.53437em;
      height: 4.25063em;
      background-position: -8.4375em -8.4375em;
      content: "";
      position: relative;
      top: 3px;
      margin-right: 0.5em;
      font-size: 4px; }
      .lt-ie9 .homepresentation .more:after {
        width: 71.55px;
        height: 67.01px;
        background-position: -135px -135px; }

.empty-clicable {
  display: none; }

.cliquable {
  background-color: #fff;
  color: #000000;
  margin-bottom: 25px;
  position: relative;
  min-height: 500px;
  padding-top: 25px; }
  .cliquable a img:hover {
    opacity: 0.8;
    transition: all 0.2s ease-in-out; }
  .cliquable .learn-more-holder {
    position: absolute;
    bottom: 10px;
    right: 20px; }
  .cliquable .logo {
    padding: 5px;
    float: right; }
  .cliquable h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #a6192e;
    -webkit-margin-after: 0px;
    margin-block-end: 0px;
    font-family: "urw-din";
    letter-spacing: -1px;
    font-weight: 300; }
  .cliquable .content {
    padding: 0 10px 10px; }
  .cliquable p {
    font-size: 0.9em;
    min-height: 80px;
    margin-top: 0px;
    padding-bottom: 20px; }
  .cliquable a {
    color: #000000 !important;
    text-decoration: none; }
  .cliquable .more {
    text-transform: uppercase;
    text-align: right;
    color: #a6192e !important;
    text-decoration: none;
    transition: filter ease 1s, -webkit-filter ease 1s; }
    .cliquable .more:hover {
      color: #000000;
      transition: filter ease 1s, -webkit-filter ease 1s; }
      .cliquable .more:hover:after {
        width: 4.53437em;
        height: 4.25063em;
        background-position: -13.5625em -13.3125em; }
        .lt-ie9 .cliquable .more:hover:after {
          width: 71.55px;
          height: 67.01px;
          background-position: -217px -213px; }
    .cliquable .more:after {
      width: 4.53437em;
      height: 4.25063em;
      background-position: -8.4375em -8.4375em;
      content: "";
      position: relative;
      top: 3px;
      margin-right: 0.5em;
      font-size: 4px; }
      .lt-ie9 .cliquable .more:after {
        width: 71.55px;
        height: 67.01px;
        background-position: -135px -135px; }
  .cliquable .news-title-home {
    font-size: 14px;
    position: absolute;
    top: -8px;
    left: 11px;
    word-spacing: 2px;
    font-weight: 700; }
  .cliquable figure {
    margin: 0px;
    padding: 0px;
    margin-top: 9px; }

.cliquable:nth-of-type(3n) {
  margin-right: 0px !important; }

.news-block h2 {
  font-size: 1.2vw !important;
  line-height: 1em;
  text-transform: uppercase;
  color: #000000;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  font-family: "urw-din";
  letter-spacing: -1px;
  margin: 27px 0px 6px 0px !important;
  font-weight: 300; }

.newspage-hum .attachment-post-thumbnail {
  display: none; }

.single .entry-footer {
  display: none; }

.home #inner-content {
  z-index: 999; }

.second-line {
  margin-top: 0px; }

.vacant-home {
  position: relative;
  background-color: white;
  color: #000000;
  min-height: 500px; }
  .vacant-home .job-title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: -1px;
    font-family: "urw-din";
    margin: 10px 0 0 0; }
  .vacant-home h4 {
    font-size: 20px;
    letter-spacing: -1px;
    font-family: "urw-din";
    text-transform: uppercase;
    color: #a6192e;
    line-height: 1.2em; }
  .vacant-home a {
    color: #000000 !important;
    text-decoration: none; }
  .vacant-home .content {
    padding: 0 10px 0; }
  .vacant-home p {
    font-size: 0.9em;
    min-height: 80px;
    margin-top: 0px; }
  .vacant-home .more {
    text-transform: uppercase;
    text-align: right;
    color: #a6192e !important;
    text-decoration: none;
    transition: filter ease 1s, -webkit-filter ease 1s; }
    .vacant-home .more:hover {
      color: #000000;
      transition: filter ease 1s, -webkit-filter ease 1s; }
      .vacant-home .more:hover:after {
        width: 4.53437em;
        height: 4.25063em;
        background-position: -13.5625em -13.3125em; }
        .lt-ie9 .vacant-home .more:hover:after {
          width: 71.55px;
          height: 67.01px;
          background-position: -217px -213px; }
    .vacant-home .more:after {
      width: 4.53437em;
      height: 4.25063em;
      background-position: -8.4375em -8.4375em;
      content: "";
      position: relative;
      top: 3px;
      margin-right: 0.5em;
      font-size: 4px; }
      .lt-ie9 .vacant-home .more:after {
        width: 71.55px;
        height: 67.01px;
        background-position: -135px -135px; }
  .vacant-home .pres-link-holder {
    position: absolute;
    bottom: 10px;
    right: 20px; }

.spacer {
  height: 0px; }

.advgb-tab a {
  font-size: 13px;
  padding: 10px 5px !important; }

.error404 {
  color: #443e3e;
  text-align: left; }
  .error404 #inner-content {
    margin-top: 0px;
    z-index: 999; }
  .error404 #main .title-contener {
    background-color: rgba(230, 52, 79, 0.8);
    position: absolute;
    padding: 0px;
    width: 100%;
    margin-top: 0%; }
    .error404 #main .title-contener h2 {
      padding: 0px;
      margin: 8px 0;
      text-transform: uppercase;
      letter-spacing: -2px;
      font-size: 24px;
      color: #443e3e;
      font-weight: 400; }
  .error404 #main .page-title {
    font-size: 20px; }

.page {
  color: #443e3e; }
  .page #inner-content {
    margin-top: 0px;
    z-index: 999; }
    .page #inner-content h2 {
      padding: 0px;
      margin: 60px 0 20px;
      text-transform: uppercase;
      letter-spacing: -1px;
      font-size: 28px; }
  .page #main {
    margin-top: 32px; }
    .page #main h2 {
      padding: 0px;
      margin: 60px 0 20px;
      text-transform: uppercase;
      letter-spacing: -1px;
      font-size: 27px;
      word-spacing: 3px;
      font-weight: 400; }
    .page #main .title-contener {
      background-color: rgba(230, 52, 79, 0.8);
      position: absolute;
      padding: 0px;
      width: 100%;
      margin-top: 0%; }
      .page #main .title-contener h2 {
        margin: 20px 0; }
    .page #main .page-title {
      font-size: 20px; }
    .page #main table {
      width: 100%; }

.page-template-page-emplois .tableau {
  margin-top: 10px; }
  .page-template-page-emplois .tableau tr,
  .page-template-page-emplois .tableau th {
    line-height: 20px; }
  .page-template-page-emplois .tableau tr:nth-child(odd) td {
    background-color: #3c3636; }
  .page-template-page-emplois .tableau th {
    min-width: 220px; }
  .page-template-page-emplois .tableau td {
    border-top: none;
    padding-right: 10px; }
  .page-template-page-emplois .tableau p {
    font-weight: 200;
    font-size: 15px; }
  .page-template-page-emplois .tableau .pdf:before {
    width: 30em;
    height: 32.0625em;
    background-position: -86.6875em -96em;
    content: "";
    float: left;
    margin-right: 0.5em;
    font-size: 1.3px;
    position: relative;
    opacity: 0.8; }
    .lt-ie9 .page-template-page-emplois .tableau .pdf:before {
      width: 479px;
      height: 512px;
      background-position: -1387px -1536px; }
  .page-template-page-emplois .tableau .pdf:hover:before {
    width: 30em;
    height: 32.0625em;
    background-position: -31.5em -30.75em; }
    .lt-ie9 .page-template-page-emplois .tableau .pdf:hover:before {
      width: 479px;
      height: 512px;
      background-position: -504px -492px; }

.page-template-page-emplois .app-form .single {
  padding-right: 0; }

h4.jobs-title a {
  color: #443e3e !important; }
  h4.jobs-title a:hover {
    color: #e6344f !important; }

.search #main {
  margin-top: -25px;
  color: #443e3e; }
  .search #main h2 {
    padding: 0px;
    margin: 60px 0 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 27px; }
  .search #main .widget {
    padding: 0; }
  .search #main article.search-result-item {
    margin-bottom: 100px; }
  .search #main .searchform button {
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a6192e; }
  .search #main .searchform input[type="text"] {
    background-color: #443e3e;
    border-radius: 0;
    border: none; }
    .search #main .searchform input[type="text"]:focus {
      outline: none; }

.search .search-result-item h4 a {
  color: #a6192e !important; }

.error404 #main {
  margin-top: -25px;
  color: #443e3e; }
  .error404 #main h2 {
    padding: 0px;
    margin: 60px 0 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 27px; }
  .error404 #main .widget {
    padding: 0; }
  .error404 #main article.search-result-item {
    margin-bottom: 100px; }
  .error404 #main .searchform button {
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a6192e; }
  .error404 #main .searchform input[type="text"] {
    background-color: #443e3e;
    border-radius: 0;
    border: none; }
    .error404 #main .searchform input[type="text"]:focus {
      outline: none; }

.error404 .search-result-item h4 a {
  color: #a6192e !important; }

a.wp-block-button__link {
  letter-spacing: 1px !important; }

/*********************
Page News
*********************/
.news-holder {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px; }
  .news-holder h2 {
    margin: 0px !important; }

.nav-links {
  background: white;
  padding: 20px;
  text-decoration: none; }
  .nav-links a {
    text-decoration: none !important; }

.article-excerpt {
  font-size: 0.9em;
  min-height: 80px;
  margin-top: 0px;
  padding-bottom: 20px; }

/*********************
Cookie notice
*********************/
#cn-accept-cookie {
  background-image: none;
  background-color: #a6192e;
  border: none;
  border-radius: 0;
  box-shadow: none; }

#cn-notice-text a {
  text-decoration: none; }

/*********************
TABLEAUX RESPONSIVE
*********************/
.res-table {
  overflow: auto !important;
  min-width: 340px;
  -webkit-overflow-scrolling: touch;
  scroll-direction: horizontal; }
  .res-table .scroll-touch {
    -webkit-overflow-scrolling: touch;
    /* on laisse le défilement se poursuivre */ }
  .res-table .scroll-auto {
    -webkit-overflow-scrolling: auto;
    /* on arrête le défilement immédiatement */ }
  .res-table td {
    min-width: 150px; }
  .res-table .scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #f5f5f5;
    overflow-y: scroll;
    margin-bottom: 25px;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

/*
 *  STYLE 2
 */
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff; }

#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #fff; }

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d62929; }

.rs > table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }
  .rs > table .entry-content td {
    border: none !important; }

.entry-content td {
  border-right: none; }

.rs > table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em; }

.rs > table tr {
  background-color: #ECECEC;
  margin-bottom: 0 !important; }

.rs > table th,
.rs > table td {
  padding: 0.625em;
  text-align: left; }

.rs > table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

thead th:last-child {
  width: 110px; }

thead th:first-child {
  width: 260px; }

@media screen and (max-width: 600px) {
  .rs > table {
    border: 0; }
  .rs > table caption {
    font-size: 1.3em; }
  .rs > table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .rs > table tr {
    display: block;
    margin-bottom: 0.625em; }
  .rs > table td {
    display: block;
    font-size: 1em;
    text-align: left; }
  .rs > table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-column);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  .rs > table td:last-child {
    border-bottom: 0;
    height: 60px; } }

.table-discipline td {
  text-align: left !important; }

.rs > table .col-0 {
  text-align: left;
  background-color: #ECECEC;
  color: #ECECEC; }
  .rs > table .col-0:before {
    display: none; }

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 0; }

/*********************
REFERENCES
*********************/
.references h4 {
  font-weight: 300;
  margin: 0px 0px -12px; }

.references p {
  margin: 1em 1em 1em 5px; }

.ui-tabs-nav li {
  background-color: transparent !important;
  transition: all 0.2s ease-in-out; }
  .ui-tabs-nav li a:hover {
    color: white !important;
    background: #3c3636;
    transition: all 0.2s ease-in-out; }

.ui-tabs-nav li.advgb-tab.ui-tabs-active {
  background-color: transparent !important; }
  .ui-tabs-nav li.advgb-tab.ui-tabs-active a {
    color: #a6192e !important;
    font-weight: 800;
    background: #3c3636;
    transition: all 0.2s ease-in-out; }

ul.advgb-tabs-panel {
  list-style-image: none; }

/*********************
JOBS
*********************/
.dl {
  padding-left: 3%; }
  .dl a {
    text-decoration: none !important; }

.caldera-forms-consent-field span {
  color: #e6344f !important; }

/*********************
COMPETENCES
*********************/
.competences-content {
  margin-top: 60px !important; }
  .competences-content .title-contener {
    margin-top: -108px !important; }

.competences {
  background-color: white;
  margin-bottom: 50px;
  margin-right: 3%;
  min-height: 400px; }
  .competences a {
    text-decoration: none !important; }
  .competences h3 {
    color: #a6192e !important;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    word-spacing: 3px;
    word-break: break-word;
    font-weight: 300; }
  .competences .more:hover {
    color: #fff; }
    .competences .more:hover:after {
      width: 4.53437em;
      height: 4.25063em;
      background-position: -18.6875em -18.1875em; }
      .lt-ie9 .competences .more:hover:after {
        width: 71.55px;
        height: 67.01px;
        background-position: -299px -291px; }

.spacer-competences {
  height: 120px; }

/*Page enfants de competences*/
.page-child h3,
.parent-pageid-1753 h3,
.parent-pageid-6530 h3,
.parent-pageid-6531 h3 {
  font-size: 23px;
  letter-spacing: -1px;
  font-weight: 400; }

/*********************
DOWNLOADS
*********************/
a.r-tabs-anchor {
  border-bottom: 1px #3c3636 solid; }

.downloadpage table {
  border-spacing: 0px; }

.downloadpage .tableau tr,
.downloadpage .tableau th {
  line-height: 20px; }

.downloadpage .tableau th {
  min-width: 100px; }

.downloadpage .tableau td {
  padding-right: 10px;
  padding-left: 10px; }

.downloadpage .tableau p {
  font-weight: 200;
  font-size: 15px; }

.downloadpage .tableau .pdf:before {
  width: 30em;
  height: 32.0625em;
  background-position: -86.6875em -96em;
  content: "";
  float: left;
  margin-right: 0.5em;
  font-size: 1.3px;
  position: relative;
  opacity: 0.8; }
  .lt-ie9 .downloadpage .tableau .pdf:before {
    width: 479px;
    height: 512px;
    background-position: -1387px -1536px; }

.downloadpage .tableau .pdf:hover:before {
  width: 30em;
  height: 32.0625em;
  background-position: -31.5em -30.75em; }
  .lt-ie9 .downloadpage .tableau .pdf:hover:before {
    width: 479px;
    height: 512px;
    background-position: -504px -492px; }

.t1 tr:nth-child(odd) td {
  background-color: #f7f7f7; }

.t2 tr:nth-child(odd) td {
  background-color: #f7f7f7; }

.t3 tr:nth-child(odd) td {
  background-color: #3c3636; }

.downloads {
  margin: 0 6px; }
  .downloads p {
    border: #e6344f 1px solid;
    padding: 10px;
    color: #3c3636;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 12px; }
  .downloads a {
    text-decoration: none; }

.dl-files a {
  text-decoration: none !important; }

.logo-dl {
  min-height: 100px;
  margin: 20px 0; }

.dl-files {
  padding-left: 3%; }

h4.download-title a {
  color: #3c3636 !important; }
  h4.download-title a:hover {
    color: #e6344f !important; }

/***************** ****
Contact
*********************/
#wpgmza_map,
#leaflet-map-1 {
  width: 100% !important;
  transform: none;
  color: #a6192e !important; }

#wpgmza_map {
  color: #a6192e !important; }

.mapboxgl-popup-content {
  color: #000000; }

button.mapboxgl-popup-close-button {
  color: #e6344f; }

.tabs925.r-tabs .r-tabs-nav {
  display: none !important; }

.r-tabs {
  border: 2px solid white;
  margin-right: 30px;
  padding-left: 20px; }

.r-tabs-tab {
  margin-right: 6px; }

.r-tabs-accordion-title h3 {
  text-transform: uppercase;
  margin: 0px 10px;
  text-align: left;
  font-weight: 400 !important; }

.r-tabs-state-default h3 {
  width: 100%; }

.r-tabs-state-active h3 {
  font-weight: 500 !important;
  width: 100%;
  color: #e6344f; }

.r-tabs-accordion-title .r-tabs-state-active h3 {
  text-align: left !important; }

.r-tabs .r-tabs-panel {
  margin-right: 6px; }

.accordeon .tabs925 .r-tabs-accordion-title,
.accordeon-fr .tabs925 .r-tabs-accordion-title,
.accordeon-de .tabs925 .r-tabs-accordion-title {
  display: block !important; }

.accordeon .r-tabs-nav,
.accordeon-fr .r-tabs-nav,
.accordeon-de .r-tabs-nav {
  display: none !important; }

.accordeon .r-tabs-tab,
.accordeon-fr .r-tabs-tab,
.accordeon-de .r-tabs-tab {
  display: none; }

.acc925 .r-tabs-panel {
  border: none; }

.acc925 .r-tabs-accordion-title {
  position: relative; }
  .acc925 .r-tabs-accordion-title h3 {
    margin-left: 20px; }
  .acc925 .r-tabs-accordion-title a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e6344f;
    position: absolute;
    top: 15px;
    left: 4px; }

.acc925 .fermer.r-tabs-state-active a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid #e6344f !important;
  position: absolute;
  top: 20px;
  left: 4px; }

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form textarea {
  background-color: #f7f7f7 !important;
  color: #3c3636 !important;
  border: none !important; }
  div.wpforms-container-full .wpforms-form input[type="text"]:focus,
  div.wpforms-container-full .wpforms-form input[type="email"]:focus,
  div.wpforms-container-full .wpforms-form textarea:focus {
    background-color: #fff !important; }

.wpforms-title {
  padding: 20px 0px 0px 0px !important;
  margin: 60px 0 20px !important;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 27px;
  word-spacing: 3px;
  font-weight: 400;
  font-family: "urw-din", Cambria, Times New Roman, Times, serif; }

div.wpforms-container-full .wpforms-form button[type="submit"] {
  color: #3c3636 !important;
  font-weight: normal; }

/******************************************************************
Woocommerce
******************************************************************/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100%; }

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: none; }

.col-prod {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 22px; }

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 30px 1em 0px; }

.woocommerce-product-gallery .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  order: 1;
  padding-left: 13px;
  position: relative; }
  .woocommerce-product-gallery .woocommerce #content div.product div.summary h1,
  .woocommerce div.product div.summary h1,
  .woocommerce-page #content div.product div.summary h1,
  .woocommerce-page div.product div.summary h1 {
    padding: 0px;
    margin: 0px 30px 20px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 27px;
    word-spacing: 3px;
    color: #a6192e;
    font-weight: 400; }
    .woocommerce-product-gallery .woocommerce #content div.product div.summary h1:after,
    .woocommerce div.product div.summary h1:after,
    .woocommerce-page #content div.product div.summary h1:after,
    .woocommerce-page div.product div.summary h1:after {
      content: "";
      background-color: #a6192e;
      width: 75px;
      height: 4px;
      display: block;
      margin-top: 10px; }
  .woocommerce-product-gallery .woocommerce #content div.product div.summary .cat-title a,
  .woocommerce div.product div.summary .cat-title a,
  .woocommerce-page #content div.product div.summary .cat-title a,
  .woocommerce-page div.product div.summary .cat-title a {
    font-size: 14px;
    color: #949494;
    text-transform: uppercase;
    margin-right: 8px; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  order: 2; }

.woocommerce-tabs {
  order: 3; }

.ywtm_video_gallery_container {
  width: 100%;
  margin: -23px; }

.woocommerce-Tabs-panel {
  background: #fff;
  min-height: 408px;
  transition: all 0.2s ease-in-out; }
  .woocommerce-Tabs-panel img {
    display: none; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #949494;
  background-color: #fff;
  border: 1px solid #e6344f;
  font-weight: normal;
  margin: 20px 20px 20px 0px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0;
  overflow: hidden;
  position: relative; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: none;
  color: #949494;
  border: none;
  border-radius: 0;
  font-size: 18px;
  transition: all 0.2s ease-in-out; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #949494;
  border-bottom: 0px;
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0px;
  padding: 0 1em;
  margin-right: 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 0;
  bottom: 0;
  left: 0;
  border-bottom: none;
  z-index: 1; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0px;
  padding: 20px 20px;
  transition: all 0.2s ease-in-out; }

.tab-download-container .button_download {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -84px;
  margin-right: 31px; }

.tab-download-container .single_download_container {
  border-bottom: 0px;
  margin-bottom: 0px; }
  .tab-download-container .single_download_container:nth-child(odd) {
    background-color: #f5f5f5; }

.tab-download-container .file_title {
  padding: 28px 100px 18px 0px;
  margin: 10px; }
  .tab-download-container .file_title h4 a {
    letter-spacing: 0px;
    word-spacing: 4px; }

.tab-download-container .button_download a:hover {
  background-color: #949494; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #949494; }

.ywtm_content_tab p {
  font-weight: 400; }

.ywtm_content_tab ul {
  list-style: none !important;
  padding: 0px; }

.ywtm_content_tab li {
  padding: 10px; }

.ywtm_content_tab li:nth-child(odd) {
  background: #f5f5f5; }

.related h2 {
  font-size: 1em; }

.related .type-product {
  padding-top: 10px !important;
  background: white; }

.related .woocommerce-product-gallery__image {
  pointer-events: none; }

.related .woocommerce-loop-product__title {
  display: none;
  position: absolute;
  top: 84px;
  color: #191818;
  font-size: 0.8em !important;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  width: 100%;
  text-transform: none;
  min-height: 39px; }

.related a.product_type_simple {
  display: none; }

a.button.printpage {
  position: absolute;
  bottom: 0px;
  right: 20px;
  background-color: white;
  border: #443e3e; }

.woocommerce-product-details__short-description p {
  text-align: justify;
  width: 89vw;
  margin-left: 2vw; }

.woocommerce-product-details__short-description ul {
  width: 82vw;
  margin-left: 2vw; }

.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4 {
  margin-top: 38px;
  font-weight: 400;
  padding: 20px 0;
  background-color: white;
  color: #949494;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  text-transform: none;
  width: 100%; }

.woocommerce-product-details__short-description .divhide {
  text-align: left; }
  .woocommerce-product-details__short-description .divhide:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e6344f;
    position: absolute;
    top: 28px;
    left: 17px; }

.woocommerce-product-details__short-description h4.divHide {
  text-align: left; }
  .woocommerce-product-details__short-description h4.divHide:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e6344f;
    position: absolute;
    top: 28px;
    left: 17px; }

.woocommerce-product-details__short-description .txth3 {
  width: 83%;
  padding-left: 48px; }

.woocommerce-product-details__short-description .divvisible {
  text-align: left; }
  .woocommerce-product-details__short-description .divvisible:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e6344f;
    position: absolute;
    top: 33px;
    left: 17px; }

.woocommerce-product-details__short-description ol {
  color: #e6344f;
  font-weight: 400;
  background-color: white;
  width: 100%;
  padding: 0px; }

.woocommerce-product-details__short-description li {
  margin-bottom: 10px; }
  .woocommerce-product-details__short-description li span {
    font-weight: 100;
    color: #000000;
    width: 85%;
    position: relative;
    display: block; }

.woocommerce-product-details__short-description ol {
  padding: 20px 0px; }
  .woocommerce-product-details__short-description ol li {
    position: relative;
    left: 36px; }

.woocommerce div.product div.summary {
  margin-bottom: 1em; }

.woocommerce ul.products li.product img:hover,
.woocommerce-page ul.products li.product img:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out; }

.woocommerce-product-gallery__image {
  pointer-events: none; }

.woocommerce-product-gallery__wrapper {
  width: 88%; }
  .woocommerce-product-gallery__wrapper .woocommerce-loop-product__title {
    display: none; }
  .woocommerce-product-gallery__wrapper .woocommerce ul.products li.product,
  .woocommerce-product-gallery__wrapper .woocommerce-page ul.products li.product {
    margin-bottom: 0; }
  .woocommerce-product-gallery__wrapper .up-sells h2,
  .woocommerce-product-gallery__wrapper .cross-sells h2 {
    font-size: 14px;
    color: #949494;
    letter-spacing: -1px !important;
    text-transform: uppercase;
    margin-right: 8px;
    letter-spacing: normal;
    font-weight: normal;
    font-family: "open-sans";
    margin-right: 72px; }
  .woocommerce-product-gallery__wrapper .up-sells .product,
  .woocommerce-product-gallery__wrapper .cross-sells .product {
    background: #fff;
    width: 100% !important;
    margin: 0px !important; }
  .woocommerce-product-gallery__wrapper .up-sells .desc-prod-list,
  .woocommerce-product-gallery__wrapper .up-sells .more-prod-list,
  .woocommerce-product-gallery__wrapper .cross-sells .desc-prod-list,
  .woocommerce-product-gallery__wrapper .cross-sells .more-prod-list {
    display: none; }

.owl-carousel .single {
  transform: translate3d(0px, 0px, 0px) !important; }

.owl-item.active.onlyone {
  left: -78px; }

.owl-nav {
  color: #949494; }

.up-sells {
  display: none; }

.woocommerce-product-gallery__wrapper .up-sells {
  display: block; }

.more {
  text-transform: uppercase;
  text-align: right;
  color: #a6192e;
  text-decoration: none; }
  .more:hover {
    color: #fff; }
    .more:hover:after {
      width: 4.53437em;
      height: 4.25063em;
      background-position: -18.6875em -18.1875em; }
      .lt-ie9 .more:hover:after {
        width: 71.55px;
        height: 67.01px;
        background-position: -299px -291px; }
  .more:after {
    width: 4.53437em;
    height: 4.25063em;
    background-position: -8.4375em -8.4375em;
    content: "";
    position: relative;
    top: 3px;
    margin-right: 0.5em;
    font-size: 4px; }
    .lt-ie9 .more:after {
      width: 71.55px;
      height: 67.01px;
      background-position: -135px -135px; }

.desc-prod-list {
  font-size: 0.8em;
  color: #3c3636;
  padding: 0px 11px;
  letter-spacing: -0.5px;
  min-height: 59px; }
  .desc-prod-list p {
    margin: 0px;
    padding: 0px; }

a.more-prod-list {
  float: right;
  color: #a6192e !important;
  font-size: 0.8em !important;
  margin: 10px 0px; }

.columns-3 .product {
  min-width: 300px; }

.woocommerce div.product div.images img {
  width: 100vw; }

/*********************
Page ALL produis
*********************/
.post-type-archive-product .product-type-simple {
  background-color: #fff; }

.woocommerce-Tabs-panel .tab-editor-container img {
  display: block !important; }

.woocommerce-Tabs-panel .tab-titreimg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 50px 1fr;
  grid-template-rows: 50px 1fr;
  grid-template-areas: "titre titre" "desc img"; }

.woocommerce-Tabs-panel .tab-titreimg .titre-desc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: titre; }

.woocommerce-Tabs-panel .tab-titreimg .tab-ul {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: desc; }

.woocommerce-Tabs-panel .tab-titreimg .image-desc {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: img;
  margin: 10px; }

.ywtm_image_gallery_container ul img {
  display: block; }

.ywtm_col_3 {
  width: 30.6%; }

.woocommerce-Tabs-panel .tab-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  .woocommerce-Tabs-panel .tab-img .image-desc {
    -ms-grid-row-align: center;
    align-self: center;
    padding: 20px; }
  .woocommerce-Tabs-panel .tab-img .tab-ul {
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%; }

#tab-ywtm_1198 .ywtm_content_tab,
#tab-ywtm_2272 .ywtm_content_tab,
#tab-ywtm_2273 .ywtm_content_tab,
#tab-ywtm_2274 .ywtm_content_tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 0px; }

#tab-ywtm_1198 .grp li:nth-child(odd),
#tab-ywtm_2272 .grp li:nth-child(odd),
#tab-ywtm_2273 .grp li:nth-child(odd),
#tab-ywtm_2274 .grp li:nth-child(odd) {
  background-color: #fff !important; }

#tab-ywtm_1198 .grp li,
#tab-ywtm_2272 .grp li,
#tab-ywtm_2273 .grp li,
#tab-ywtm_2274 .grp li {
  padding: 4px;
  margin-left: 26px;
  list-style-image: url("/wp-content/themes/mta/inc/images/unitech-tiret10-2.png"); }

.image-desc {
  max-width: 98vw; }

.wc-tabs {
  background: #fff !important;
  width: 100vw; }
  .wc-tabs li {
    width: 100vw; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0px 0px; }

.ywtm_icon,
.ywtm_custom_icon {
  margin-right: -5px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0px solid #d3ced2;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
  font-weight: 500;
  transition: all 0.2s ease-in-out; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #585858;
  font-weight: 700;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: inherit;
  transition: all 0.2s ease-in-out; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-decoration: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  text-decoration: underline; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  position: relative;
  transition: all 0.2s ease-in-out; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:active {
    /* cursor: pointer;*/ }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:active:after {
      width: 100%; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    color: #a6192e;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 2px solid;
    margin-top: 5px;
    transition: all 0.2s ease-in-out; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 14px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.woocommerce-Tabs-panel {
  transition: all 0.2s ease-in-out; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  word-spacing: 3px;
  min-height: 48px; }

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

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

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .owl-item {
  margin-right: -25px !important;
  padding: 10px 27px; }

button.owl-prev {
  position: absolute;
  top: 2px;
  left: -25px;
  outline: 0;
  color: #949494; }
  button.owl-prev span {
    font-size: 47px !important; }

button.owl-next {
  position: absolute;
  top: 2px;
  right: -29px;
  outline: 0;
  color: #949494; }
  button.owl-next span {
    font-size: 47px !important; }

.owl-stage {
  display: flex;
  flex-direction: row-reverse; }

.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
  float: left; }

/*********************
Sidebarre Woocomerce et navigation 
*********************/
.yith-woo-ajax-navigation {
  text-align: center; }

#menu-side-menu .sub-menu li a,
#menu-side-menu-soldering .sub-menu li a,
#menu-side-menu-soldering-de .sub-menu li a,
#menu-side-menu-soldering-fr .sub-menu li a,
#menu-side-menu-soldering-us .sub-menu li a,
#menu-side-menu-dispensing .sub-menu li a,
#menu-side-menu-dispensing-de .sub-menu li a,
#menu-side-menu-dispensing-fr .sub-menu li a,
#menu-side-menu-dispensing-us .sub-menu li a {
  text-transform: none !important;
  color: #000000; }

#menu-side-menu li,
#menu-side-menu-soldering li,
#menu-side-menu-soldering-de li,
#menu-side-menu-soldering-fr li,
#menu-side-menu-soldering-us li,
#menu-side-menu-dispensing li,
#menu-side-menu-dispensing-de li,
#menu-side-menu-dispensing-fr li,
#menu-side-menu-dispensing-us li {
  text-transform: uppercase; }
  #menu-side-menu li:before,
  #menu-side-menu-soldering li:before,
  #menu-side-menu-soldering-de li:before,
  #menu-side-menu-soldering-fr li:before,
  #menu-side-menu-soldering-us li:before,
  #menu-side-menu-dispensing li:before,
  #menu-side-menu-dispensing-de li:before,
  #menu-side-menu-dispensing-fr li:before,
  #menu-side-menu-dispensing-us li:before {
    content: "";
    background-image: url(../inc/images/arrow-mta-b.svg);
    position: absolute;
    left: -17px;
    width: 30px;
    top: 7px;
    fill: #a6192e;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain; }
  #menu-side-menu li:hover:before,
  #menu-side-menu-soldering li:hover:before,
  #menu-side-menu-soldering-de li:hover:before,
  #menu-side-menu-soldering-fr li:hover:before,
  #menu-side-menu-soldering-us li:hover:before,
  #menu-side-menu-dispensing li:hover:before,
  #menu-side-menu-dispensing-de li:hover:before,
  #menu-side-menu-dispensing-fr li:hover:before,
  #menu-side-menu-dispensing-us li:hover:before {
    content: "";
    background-image: url(../inc/images/arrow-mta.svg);
    position: absolute;
    left: -17px;
    width: 30px;
    top: 7px;
    fill: #a6192e;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain; }

#menu-side-menu .current-menu-item,
#menu-side-menu-soldering .current-menu-item,
#menu-side-menu-soldering-de .current-menu-item,
#menu-side-menu-soldering-fr .current-menu-item,
#menu-side-menu-soldering-us .current-menu-item,
#menu-side-menu-dispensing .current-menu-item,
#menu-side-menu-dispensing-de .current-menu-item,
#menu-side-menu-dispensing-fr .current-menu-item,
#menu-side-menu-dispensing-us .current-menu-item {
  color: #a6192e !important; }
  #menu-side-menu .current-menu-item a,
  #menu-side-menu-soldering .current-menu-item a,
  #menu-side-menu-soldering-de .current-menu-item a,
  #menu-side-menu-soldering-fr .current-menu-item a,
  #menu-side-menu-soldering-us .current-menu-item a,
  #menu-side-menu-dispensing .current-menu-item a,
  #menu-side-menu-dispensing-de .current-menu-item a,
  #menu-side-menu-dispensing-fr .current-menu-item a,
  #menu-side-menu-dispensing-us .current-menu-item a {
    color: #a6192e !important;
    border-bottom: 1px solid #a6192e; }
  #menu-side-menu .current-menu-item:before,
  #menu-side-menu-soldering .current-menu-item:before,
  #menu-side-menu-soldering-de .current-menu-item:before,
  #menu-side-menu-soldering-fr .current-menu-item:before,
  #menu-side-menu-soldering-us .current-menu-item:before,
  #menu-side-menu-dispensing .current-menu-item:before,
  #menu-side-menu-dispensing-de .current-menu-item:before,
  #menu-side-menu-dispensing-fr .current-menu-item:before,
  #menu-side-menu-dispensing-us .current-menu-item:before {
    content: "";
    background-image: url(../inc/images/arrow-mta.svg);
    position: absolute;
    left: -17px;
    width: 30px;
    top: 7px;
    fill: #a6192e;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain; }

.archive .current-menu-ancestor a:before {
  background: #a6192e;
  transition: width 0.5s ease;
  width: 100% !important; }

.archive .current-menu-ancestor .sub-menu a:before {
  width: 0% !important; }

.selectedcat a {
  color: #a6192e !important; }

.selectedcat:before {
  background: #a6192e;
  transition: width 0.5s ease;
  width: 100% !important; }

.sub-menu .selectedcat a {
  color: #a6192e !important; }

.sub-menu .selectedcat:before {
  width: 0% !important; }

.menu-side-menu-soldering .sub-menu .current-menu-ancestor,
.menu-side-menu-soldering-de .sub-menu .current-menu-ancestor,
.menu-side-menu-soldering-fr .sub-menu .current-menu-ancestor,
.menu-side-menu-soldering-us .sub-menu .current-menu-ancestor,
.menu-side-menu-dispensing .sub-menu .current-menu-ancestor,
.menu-side-menu-dispensing-de .sub-menu .current-menu-ancestor,
.menu-side-menu-dispensing-fr .sub-menu .current-menu-ancestor,
.menu-side-menu-dispensing-us .sub-menu .current-menu-ancestor {
  color: #000000; }

.menu-side-menu-soldering .current-menu-ancestor .sub-menu a,
.menu-side-menu-soldering-de .current-menu-ancestor .sub-menu a,
.menu-side-menu-soldering-fr .current-menu-ancestor .sub-menu a,
.menu-side-menu-soldering-us .current-menu-ancestor .sub-menu a,
.menu-side-menu-dispensing .current-menu-ancestor .sub-menu a,
.menu-side-menu-dispensing-de .current-menu-ancestor .sub-menu a,
.menu-side-menu-dispensing-fr .current-menu-ancestor .sub-menu a,
.menu-side-menu-dispensing-us .current-menu-ancestor .sub-menu a {
  color: #000000 !important; }

/*********************
Archive cat.

*********************/
.tax-product_cat #sidebar1,
.post-type-archive #sidebar1 {
  order: 1; }

.tax-product_cat #primary,
.post-type-archive #primary {
  order: 2; }

.tax-product_cat .woocommerce-products-header,
.post-type-archive .woocommerce-products-header {
  display: none; }

.tax-product_cat li.product,
.post-type-archive li.product {
  background: #fff; }
  .tax-product_cat li.product img,
  .post-type-archive li.product img {
    margin-top: 20px !important; }

.tax-product_cat h2,
.post-type-archive h2 {
  color: #a6192e;
  font-weight: 400;
  margin: 20px 0px 0px 10px !important; }

.titre-product-selection {
  padding: 0px;
  margin: 0px 30px 20px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 27px;
  word-spacing: 3px;
  color: #a6192e;
  font-weight: 400;
  max-width: 150px; }
  .titre-product-selection:after {
    content: "";
    background-color: #a6192e;
    width: 75px;
    height: 4px;
    display: block;
    margin-top: 10px; }

/*********************
POSTS & CONTENT TYLES
*********************/
.img-volum img {
  width: 350px;
  height: auto;
  display: block; }

/***********
Animation pages
*******/
/*
 * CSSc Animations
 * Don't forget to add vendor prefixes!
 * From: http://smoothstate.com/typical-implementation.html
 */
/*.verticAlign {
     position: relative;
     left: -900px;
     opacity: 0;
 }
*/
.product-anim-page {
  position: relative;
  opacity: 1; }

/*********************
POSTS & CONTENT TYLES
*********************/
.entry-content a {
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -1px; }

.entry-content h2 {
  text-transform: uppercase;
  letter-spacing: -1px; }

#content {
  margin-top: 1.5em;
  background-color: #ECECEC; }

.hentry {
  border-radius: 3px;
  margin-bottom: 1.5em; }
  .hentry header {
    padding: 0; }
  .hentry footer {
    padding: 1.5em; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: white;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 0;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content ul {
    list-style-type: circle; }
  .entry-content table {
    width: 100%;
    border: 1px solid #000000;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #ECECEC; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #ECECEC; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: white;
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: white; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000000;
    color: white;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #ECECEC; }
  .pagination a,
  .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus,
    .pagination span:hover,
    .pagination span:focus {
      background-color: #2980b9;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #000000; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #000000; }

/* end .snow_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid white;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid white;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: white;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*="depth-"] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: white; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/*********************
SIDEBARS & ASIDES
*********************/
#inner-footer {
  border-top: #3c3636 1px dotted;
  margin-top: 30px; }
  #inner-footer .logos-footer {
    margin-top: 20px; }

.widget h2 {
  font-size: 1em;
  text-transform: uppercase;
  color: #e6344f;
  font-weight: 300; }

.widget ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  margin-top: 0px; }
  .widget ul li {
    /* deep nesting */ }
    .widget ul li a {
      font-size: 13px;
      text-decoration: none;
      color: #000000; }
      .widget ul li a:hover {
        color: #e6344f; }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid white;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
#menu-footer-menu,
#menu-footer-menu-de,
#menu-footer-menu-fr,
#menu-footer-menus-us {
  margin-top: 20px; }
  #menu-footer-menu li,
  #menu-footer-menu-de li,
  #menu-footer-menu-fr li,
  #menu-footer-menus-us li {
    float: left;
    border-right: 1px grey solid;
    padding: 0 14px; }
    #menu-footer-menu li:last-child,
    #menu-footer-menu-de li:last-child,
    #menu-footer-menu-fr li:last-child,
    #menu-footer-menus-us li:last-child {
      border: none; }

section#media_image-2 {
  margin: 40px auto;
  width: 150px; }

/*********************
trigger pour le AOS dans le footer.
*********************/
div#trigger-footer {
  width: 100%;
  height: 0px;
  position: relative;
  display: block; }

.footer {
  clear: both;
  background-color: #000000;
  color: #000000; }

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/* SCROLL BACK TO TOP /**/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(166, 25, 46, 0.8) url(../inc/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out,
  .no-touch .cd-top:hover {
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 99999; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.5; }
  .no-touch .cd-top:hover {
    background-color: #e6344f;
    opacity: 1; }

.footer-corner {
  visibility: hidden; }

.copyright,
.power {
  font-size: 0.8em;
  color: white; }

.sixclicks_logo {
  font-size: 0.9em;
  color: white !important;
  text-decoration: none; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  .site-title {
    right: 70px; }
  /*********************
POSTS & CONTENT STYLES
*********************/
  p {
    word-break: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft,
    .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left;
      margin-top: 0; }
    .entry-content .alignright,
    .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right;
      margin-top: 0; }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*********************
HOME
*********************/
  .homepresentation {
    margin-bottom: 0px !important; }
    .homepresentation h4 {
      font-size: 3.8vw; }
  .cliquable h4 {
    font-size: 1.5vw; }
  .second-line {
    margin-top: 30px; }
  .vacant-home .job-title {
    font-size: 1vw; }
  .vacant-home h4 {
    font-size: 1.4vw; }
  .spacer {
    height: 300px; }
  /*********************
PAGES
*********************/
  .error404 #main .title-contener {
    margin-top: -63px; }
    .error404 #main .title-contener h2 {
      font-size: 1.75em; }
  .bg-header {
    height: 450px; }
  .page #main .title-contener {
    margin-top: -63px; }
    .page #main .title-contener h2 {
      font-size: 1.75em; }
  .wp-block-column {
    flex-basis: 100%;
    flex-grow: 0; }
  /*Page competences*/
  .competences-content .title-contener {
    margin-top: -123px !important; }
  .competences h3 {
    font-size: 26px; }
  .competences-holder .cliquable {
    margin-bottom: 30px;
    padding-top: 0px; }
  /*Page downloads*/
  .page-id-1765 #main .title-contener {
    margin-top: -3px !important; }
  .page-id-1706 #main .title-contener {
    margin-top: -3px !important; }
  a.r-tabs-anchor {
    border-bottom: none; }
  /*Page Emplois*/
  .emplois .page-title {
    display: none; }
  /***************** ****
Contact
*********************/
  #wpgmza_map,
  #leaflet-map-1 {
    width: 96vw !important;
    transform: translateX(calc((34em - 100vw)/4)); }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  #inner-footer {
    margin-top: 120px; }
  .social-navigation {
    text-align: left; }
  #menu-footer li {
    padding: 0 20px; }
  section#media_image-2 {
    margin-top: 20px;
    padding-right: 0px;
    margin-right: 0px; }
  .links {
    margin: -18px auto; } }

/*********************
Iphone landscape
*********************/
@media only screen and (min-device-width: 325px) and (max-device-width: 736px) and (orientation: landscape) {
  /******************************************************************


Stylesheet: Iphone on landscape


******************************************************************/ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
Guntenberg blocks col
*********************/
  .wp-block-columns.has-2-columns {
    grid-auto-columns: 50%; }
  .wp-block-columns .layout-column-2 {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-left: 5%; }
  .wp-block-text-columns.columns-2 .wp-block-column {
    width: 48%; }
  .wp-block-text-columns .wp-block-column {
    margin: 0 16px; }
  /*********************
Responsive hack
*********************/
  .hide_mobile {
    display: none; }
  .hide_desktop {
    display: block; }
  .empty-clicable {
    display: block; }
  /*********************
HEADER STYLES
*********************/
  #logo-holder {
    top: 30%; }
  #mobile-header {
    display: none; }
  #site-header-menu {
    display: block; }
  .home .bg-header {
    height: 60vh; }
  .site-title {
    right: -28px;
    top: -15px; }
    .site-title:before {
      font-size: 15px;
      left: -26px; }
  /*********************
HOME
*********************/
  .homepresentation h4 {
    font-size: 50px; }
  /*********************
Header
*********************/
  .titreheader {
    font-size: 3.8em;
    line-height: 1.1em;
    padding-top: 0px; }
    .titreheader p {
      margin: 0px;
      padding: 0px; }
  .textintro {
    padding: 0px;
    font-size: 0.8em; }
  .topbar {
    display: block;
    position: relative;
    height: 20px;
    background: #a6192e; }
  .topbar.stickymenu {
    margin: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(130, 0, 0, 0.92);
    width: 100vw;
    transition: all 0.2s ease-in-out;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .topbar-1 .widget,
  .topbar-2 .widget,
  .topbar-3 .widget {
    margin: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    top: 0px; }
    .topbar-1 .widget a,
    .topbar-2 .widget a,
    .topbar-3 .widget a {
      color: #fff; }
  .topbar-1 .widget {
    margin-left: 20px; }
    .topbar-1 .widget span {
      font-weight: bold; }
      .topbar-1 .widget span a {
        text-decoration: none; }
  .topbar-3 .widget {
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff; }
    .topbar-3 .widget ul li {
      margin-left: 6px; }
      .topbar-3 .widget ul li a {
        font-size: 12px; }
    .topbar-3 .widget .wpml-ls-current-language a {
      color: #969696 !important; }
    .topbar-3 .widget .current-menu-item a {
      color: #969696 !important; }
    .topbar-3 .widget .menu-item-type-post_type:after {
      content: "|";
      padding: 0 5px 0 5px; }
  #menu-topbar-menu-us-1 .wpml-ls-slot-517 {
    display: none; }
  #header-menu.stickymenu {
    margin: 0;
    top: 20px;
    position: fixed;
    z-index: 99999;
    background: rgba(224, 224, 224, 0.82);
    width: 100vw;
    transition: all 0.2s ease-in-out;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  /* Here's the new CSS to add... */
  .admin-bar #header-menu.stickymenu {
    top: 50px; }
  .stickymenu + .tns-outer {
    padding-top: 120px !important; }
  .stickyheight {
    padding-top: 120px !important; }
  .home .stickyheight {
    padding-top: 0px !important; }
  /*********************
Slider
*********************/
  .slide {
    width: 100vw;
    height: 60vh;
    position: relative;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat; }
  .slider-txt {
    position: absolute;
    left: 205px;
    top: 64px;
    background: #ffffffa6;
    padding: 5px 15px;
    margin: 0px; }
  .slider-desc {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 14.4px;
    max-width: 450px; }
  .slider-titre {
    font-size: 28px; }
  /*********************
PAGES
*********************/
  .advgb-tab a {
    font-size: 100%;
    padding: 10px 15px !important; }
  #main .title-contener {
    margin-top: -13%; }
  .page #main {
    margin-top: -32px; }
  /**** Contact ****/
  #wpgmza_map,
  #leaflet-map-1 {
    width: 100vw !important;
    transform: translateX(calc((46em - 100vw) / 4)); }
  /**** TABS 925 ****/
  .tabs925 .r-tabs-nav {
    display: none !important; }
  .tabs925 .r-tabs-accordion-title {
    display: none !important; }
  .tabs925.r-tabs .r-tabs-nav {
    display: block !important; }
    .tabs925.r-tabs .r-tabs-nav a {
      font-weight: normal; }
    .tabs925.r-tabs .r-tabs-nav .r-tabs-state-active a {
      color: #fff;
      text-shadow: none;
      font-weight: bold; }
  .r-tabs {
    border: 2px solid white;
    margin-right: 30px;
    padding-left: 0px; }
  #style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: #fff; }
  .woocommerce-product-gallery .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    padding-left: 0px; }
  .txth3 {
    width: 89%; }
  .woocommerce-product-details__short-description li span {
    width: 90%; }
  /**** acordeon-925 ****/
  .accordeon .r-tabs-accordion-title,
  .accordeon-fr .r-tabs-accordion-title,
  .accordeon-de .r-tabs-accordion-title {
    display: block !important; }
  .accordeon .r-tabs-tab,
  .accordeon-fr .r-tabs-tab,
  .accordeon-de .r-tabs-tab {
    display: none !important; }
  /*********************
UPSALES
*********************/
  .owl-carousel .owl-item {
    padding: 10px 0px; }
  /*********************
TABS
*********************/
  .ywtm_video_gallery_container {
    width: 39%; }
  .tab-download-container .file_title {
    padding: 28px 0px 18px 0px; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em; }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }
  .widget {
    padding: 0 10px;
    margin: 2.2em 10px 0 0; }
    .widget ul li {
      margin-bottom: 2px;
      position: relative;
      margin-left: 20px;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }
  #inner-footer .logos-footer {
    margin-top: 0px; }
  #inner-footer .logos .widget {
    margin: 10px 0;
    padding: 0; }
    #inner-footer .logos .widget img {
      width: 70%;
      margin-left: 10px; }
  /*PAge produits*/
  .col-prod {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 22px; }
  .woocommerce .products ul,
  .woocommerce ul.products {
    margin: 0 0px 1em 0px; }
  /*********************
  SERVICES
  *********************/
  .hotline-titre,
  .hotline-txt {
    position: relative;
    top: -116px; }
  /*********************
   Woocomerce liste articles
   *********************/
  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: left; }
  .woocommerce-product-details__short-description p,
  .woocommerce-product-details__short-description ul,
  .woocommerce-product-details__short-description h4 {
    text-align: justify;
    width: 100%;
    margin-left: 0px; }
  .woocommerce-product-details__short-description h3 {
    width: 100%;
    margin-left: 0px; }
  .woocommerce-product-details__short-description ol {
    text-align: justify;
    width: 100%;
    margin-left: 0px; }
  .woocommerce-product-details__short-description ul {
    width: 91%; }
  .ywtm_video_gallery_container {
    width: 46%; }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 20px; }
  #tab-ywtm_1198 .ywtm_content_tab,
  #tab-ywtm_2272 .ywtm_content_tab,
  #tab-ywtm_2273 .ywtm_content_tab,
  #tab-ywtm_2274 .ywtm_content_tab {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 50px; }
  .image-desc {
    max-width: 600px;
    margin: auto; }
  /*********************
   Sidebarre Woocomerce
   *********************/
  .yith-woo-ajax-navigation {
    text-align: left; }
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/ }
  /* end .footer-links */
  .cd-top {
    right: 20px;
    bottom: 78px; } }

/*********************
Special Ipad.
*********************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /******************************************************************


Stylesheet: Ipad


******************************************************************/
  .hide_desktop {
    display: block; }
  .hide_mobile {
    display: none; }
  .header-menu {
    display: none; }
  .c-hamburger {
    left: 45px;
    right: auto;
    top: 30px; }
  .site-title {
    right: 0px;
    top: 0px; }
  /****** nav ******/
  .nav ul.sub-menu {
    visibility: visible !important;
    position: relative !important;
    opacity: 1 !important;
    background-color: transparent !important;
    padding-left: 20px !important; }
    .nav ul.sub-menu li a {
      width: 320px !important; }
  .nav li {
    float: none; }
  /****** Home ******/
  .cliquable {
    margin-bottom: 30px; }
  .homepresentation {
    margin-bottom: 30px !important; }
    .homepresentation h4 {
      font-size: 40px; }
  .cliquable h4,
  .vacant-home h4 {
    font-size: 20px; }
  .vacant-home .job-title {
    font-size: 20px; }
  .spacer {
    height: 0px; }
  /****** competences ******/
  .competences h3 {
    font-size: 20px; }
  .cliquable {
    min-height: 320px; }
  /*** tabs et acc ***/
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    font-size: 12px !important; }
  .r-tabs .r-tabs-nav .r-tabs-state-active a {
    font-size: 13px !important; }
  #acc925-block_5c36299d479c8 .r-tabs-nav {
    display: block !important; }
  #acc925-block_5c361dfcd0d16 .r-tabs-accordion-title,
  #advgb-tabs-6fcf9078-a01b-4c89-a0ed-064599f004fb .r-tabs-accordion-title {
    display: block !important; }
  .tabs925.r-tabs .r-tabs-nav {
    display: none !important; }
  /****** Footer ******/
  #inner-footer .logos-footer {
    margin-top: 50px; }
  .social-navigation {
    text-align: center; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /******************************************************************


Stylesheet: Ipad Portrait


******************************************************************/
  .homepresentation h4 {
    font-size: 70px !important; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /*********************
Responsive hack
*********************/
  .hide_mobile {
    display: block; }
  .hide_desktop {
    display: none; }
  #header-menu {
    margin: 0; }
  .header-menu {
    display: block;
    background-color: #ECECEC; }
  .nav li a {
    padding: 0em;
    margin: 0em;
    font-size: 0.74em; }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative;
      margin: 0em 0.3em;
      /*
		plan your menus and drop-downs wisely.
		*/
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        margin-bottom: 0px;
        /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
            */ }
        .nav li a:hover, .nav li a:focus {
          color: #a6192e !important;
          text-decoration: none; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        text-align: left;
        padding: 0;
        border: none;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        opacity: 0;
        margin-top: 7px;
        transition: all 0.2s ease-in-out;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
          .nav li ul.sub-menu li:nth-child(even),
          .nav li ul.children li:nth-child(even) {
            background-color: #f7f7f7 !important; }
          .nav li ul.sub-menu li:nth-child(odd),
          .nav li ul.children li:nth-child(odd) {
            background-color: #f2f2f2 !important; }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            text-transform: none;
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 300px;
            border-bottom: 1px solid #ccc;
            transition: all 0.2s ease-in-out; }
            .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
            .nav li ul.children li a:hover,
            .nav li ul.children li a:focus {
              color: #c4c4c4 !important; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible;
        opacity: 1;
        transition: all 0.2s ease-in-out;
        height: auto; }
  /* end .nav */
  .menu-header-menu-container .nav li ul.sub-menu li a,
  .menu-menu-fr-container .nav li ul.sub-menu li a,
  .menu-header-menu-de-container .nav li ul.sub-menu li a {
    margin: 0px;
    padding: 3px; }
  li.menu-item-language {
    top: 0px; }
  .menu-header-menu-de-container ul.sub-menu li a,
  .menu-header-menu-de-container ul.children li a {
    width: 285px !important; }
  .menu-header-menu-de-container ul.sub-menu li a,
  .menu-header-menu-de-container ul.children li a {
    width: 285px !important; }
  .menu-header-menu-container ul.sub-menu li a,
  .menu-header-menu-container ul.children li a {
    width: 185px !important; }
  li.menu-item-language {
    top: 7px; }
  .widget_nav_menu {
    display: block; }
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 78px; }
  .bg-header {
    height: 540px;
    background-size: cover; }
  .page .bg-header {
    height: 60vh;
    background-size: cover; }
  .home .bg-header {
    height: 60vh; }
  .ywtm_video_gallery_container {
    width: 46%; }
  .wc-tabs {
    background: #fff !important;
    width: auto; }
    .wc-tabs li {
      width: auto; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .nav li {
    margin: 0em 0.3em; }
    .nav li a {
      font-size: 0.7em; }
  .nav .sub-menu li {
    margin: 0px;
    padding: 0em 0.5em; } }

@media only screen and (min-width: 1435px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .nav li {
    margin: 0.2em; }
    .nav li a {
      font-size: 0.84em;
      padding: 0em; }
  .nav .sub-menu li {
    margin: 0px; } }

@media only screen and (min-width: 1552px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .nav li {
    margin: 0em 0.5em; }
  .nav .sub-menu li {
    margin: 0px; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/* Small detail for easy theming*/
.text-left {
  text-align: left; }

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

.hide {
  display: none; }

/* easy way to mouve an hancor */
#hancor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

/* Selection color */
::-moz-selection {
  background: #e6344f;
  /* WebKit/Blink Browsers */ }
::selection {
  background: #e6344f;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #e6344f;
  /* Gecko Browsers */ }

select:focus {
  background-color: #e6344f; }

*:focus {
  outline: none; }

@media only screen and (min-width: 768px) {
  .sticky {
    top: 0;
    /* Stay on top */ }
  .fixed {
    background-color: #ECECEC;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: fixed;
    display: block;
    z-index: 99999;
    width: 100%;
    top: 0px;
    -transition: all 0.5s ease;
    transition: all 0.5s ease; } }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-panel {
    padding: 0px; }
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; }
  a.r-tabs-anchor {
    width: auto !important; } }

/* Tabs container */
.r-tabs {
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-bottom: 4px solid #f7f7f7;
  border-radius: 4px; }

.r-tabs-nav {
  position: relative;
  background-color: #f7f7f7;
  left: 0px; }

/* Tab element */
.r-tabs {
  position: relative;
  background-color: #f7f7f7; }

.r-tabs-tab {
  position: relative;
  background-color: #f7f7f7;
  width: 15%;
  text-align: center; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff00; }

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
  display: none; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active {
  color: #e6344f;
  text-shadow: none;
  background-color: #f7f7f7;
  transition: all 0.2s ease-in-out;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }
  .r-tabs .r-tabs-nav .r-tabs-state-active a {
    font-size: 16px;
    transition: all 0.2s ease-in-out; }

/* Tab panel */
.r-tabs .r-tabs-panel {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.r-tabs-anchor {
  width: 100%;
  text-align: center; }

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px 0px;
  background-color: #f7f7f7;
  color: #3c3636;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #f7f7f7;
  color: #e6344f;
  text-shadow: none; }

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5; }

/* Buttons */
button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  line-height: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  font-weight: bold;
  border: 0;
  border-radius: 3px;
  background-color: #ECECEC;
  box-shadow: 0px 3px 0px 0px #ECECEC;
  cursor: pointer; }

/* Info bar */
.info {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  width: 300px;
  line-height: 100%;
  font-size: 14px;
  color: #ECECEC;
  border: 2px solid #ECECEC;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer; }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
