/******************************************************************
Site Name: UAP
Author: Florent DESMIS

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.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: Tout pour chez moi
Author: Florent DESMIS
******************************************************************/
@font-face {
  font-family: 'LatoMedium';
  src: url('../../library/fonts/Lato/Lato-Medium.eot');
  src: url('../../library/fonts/Lato/Lato-Medium.eot') format('embedded-opentype'), url('../../library/fonts/Lato/Lato-Medium.woff2') format('woff2'), url('../../library/fonts/Lato/Lato-Medium.woff') format('woff'), url('../../library/fonts/Lato/Lato-Medium.ttf') format('truetype'), url('../../library/fonts/Lato/Lato-Medium.svg#LatoMedium') format('svg');
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../../library/fonts/Gotham/Gotham-Medium.eot');
  src: url('../../library/fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../../library/fonts/Gotham/Gotham-Medium.woff2') format('woff2'), url('../../library/fonts/Gotham/Gotham-Medium.woff') format('woff'), url('../../library/fonts/Gotham/Gotham-Medium.ttf') format('truetype'), url('../../library/fonts/Gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******************************************************************
Site Name: BIOLOG-ID
Author: Florent DESMIS
******************************************************************/
/**
  MEDIA QUERIES
  Aligned to Bootstrap V4 Grid system
 */
/**
  APP DEFINITION
  USED IN _base.less Section 03. LAYOUT & GRID STYLES
 */
/**
  COLOR DEFINITIONS
 */
/**
*
*
  ICON DEFINITIONS
*
*/
/**
*
*
  TEXT DEFINITIONS
*
*/
/**
*
*
  HEADER
*
*/
/**
*
*
  FOOTER
*
*/
/**
*
*
  COMPONENTS
*
*/
/**
*
*
  TIMELINE
*
*/
/**
*
*
  SERVICES
*
*/
/**
*
*
  GRID
*
*/
/**
*
*
  GRID WORKPLACES
*
*/
/**
*
*
  GRID LOCATIONS
*
*/
/*********************
LIST
*********************/
.dot-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 65px;
}
.dot-list li:before {
  content: '⬤';
  position: absolute;
  color: #0069b4;
  left: 40px;
  top: 0;
}
.dot-list.no-marge li {
  padding-left: 25px;
}
.dot-list.no-marge li:before {
  content: '⬤';
  left: 0;
}
.numbers-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 70px;
}
.numbers-list li:before {
  content: attr(data-num);
  position: absolute;
  color: #0069b4;
  left: 40px;
  top: 5px;
  border: 2px solid #0069b4;
  font-size: 13px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.numbers-list.no-marge li {
  padding-left: 30px;
}
.numbers-list.no-marge li:before {
  content: attr(data-num);
  left: 0;
}
.inline-list {
  margin: 0;
}
.inline-list li {
  display: inline-block;
  position: relative;
  margin: 0;
}
/*********************
SEARCH FORM
*********************/
#searchform {
  position: relative;
  /*#searchfield:focus::-webkit-input-placeholder { !* WebKit browsers *!
    color: fade(@accent-secondary, 50%);
  }
  #searchfield:focus:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!
    color: fade(@accent-secondary, 50%);
  }
  #searchfield:focus::-moz-placeholder { !* Mozilla Firefox 19+ *!
    color: fade(@accent-secondary, 50%);
  }
  #searchfield:focus:-ms-input-placeholder { !* Internet Explorer 10+ *!
    color: fade(@accent-secondary, 50%);
  }*/
  /*&.focused {
    #searchsubmit {
      background-image: url("@{base-url}images/icons/search-in.svg");
    }
  }*/
}
#searchform input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
#searchform #searchfield {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 30px 0 15px;
  color: #000000;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#searchform #searchfield:focus {
  outline: none;
  color: #000000;
  background-color: transparent;
}
#searchform ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.5);
}
#searchform :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
}
#searchform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
#searchform :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.5);
}
#searchform #searchsubmit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  -webkit-appearance: none;
  background: transparent url("../../library/images/icons/search/search.svg") center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  font-size: 0;
}
/*********************
BUTTONS
*********************/
/*@button-radius: 7px;
@button-secondary-radius: 5px;*/
button.button-primary,
a.button-primary,
a:visited.button-primary,
input[type=button].button-primary,
input[type=submit].button-primary {
  border-radius: 0px !important;
  position: relative !important;
  cursor: pointer !important;
  display: inline-block !important;
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  outline: none !important;
  color: #000000 !important;
  font-family: 'Lato' !important;
  font-weight: normal !important;
  font-size: 16px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: center !important;
  line-height: inherit !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  z-index: 0 !important;
  -webkit-appearance: none !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
button.button-primary:before,
a.button-primary:before,
a:visited.button-primary:before,
input[type=button].button-primary:before,
input[type=submit].button-primary:before,
button.button-primary:after,
a.button-primary:after,
a:visited.button-primary:after,
input[type=button].button-primary:after,
input[type=submit].button-primary:after {
  display: block !important;
  opacity: 1 !important;
  margin-left: 0 !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 4px) !important;
  z-index: 1 !important;
  content: '' !important;
  position: absolute !important;
  top: -2px !important;
  left: 0 !important;
  transform: scale(0) !important;
  transition: 0.5s !important;
}
button.button-primary:before,
a.button-primary:before,
a:visited.button-primary:before,
input[type=button].button-primary:before,
input[type=submit].button-primary:before {
  border-bottom: 2px solid #0069b4 !important;
  border-left: 2px solid #0069b4 !important;
  transform-origin: 0 100% !important;
  left: -2px !important;
}
button.button-primary:after,
a.button-primary:after,
a:visited.button-primary:after,
input[type=button].button-primary:after,
input[type=submit].button-primary:after {
  border-top: 2px solid #0069b4 !important;
  border-right: 2px solid #0069b4 !important;
  transform-origin: 100% 0% !important;
}
button.button-primary:hover,
a.button-primary:hover,
a:visited.button-primary:hover,
input[type=button].button-primary:hover,
input[type=submit].button-primary:hover {
  border-color: transparent !important;
  color: #0069b4 !important;
}
button.button-primary:hover:before,
a.button-primary:hover:before,
a:visited.button-primary:hover:before,
input[type=button].button-primary:hover:before,
input[type=submit].button-primary:hover:before,
button.button-primary:hover:after,
a.button-primary:hover:after,
a:visited.button-primary:hover:after,
input[type=button].button-primary:hover:after,
input[type=submit].button-primary:hover:after {
  transform: scale(1) !important;
}
button.button-primary.light,
a.button-primary.light,
a:visited.button-primary.light,
input[type=button].button-primary.light,
input[type=submit].button-primary.light {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
button.button-primary.light:hover,
a.button-primary.light:hover,
a:visited.button-primary.light:hover,
input[type=button].button-primary.light:hover,
input[type=submit].button-primary.light:hover {
  color: #0069b4 !important;
}
button.button-primary.medium,
a.button-primary.medium,
a:visited.button-primary.medium,
input[type=button].button-primary.medium,
input[type=submit].button-primary.medium {
  font-size: 16px !important;
  padding: 5px 15px !important;
}
button.button-primary.small,
a.button-primary.small,
a:visited.button-primary.small,
input[type=button].button-primary.small,
input[type=submit].button-primary.small {
  font-size: 12px !important;
  padding: 0px 15px !important;
}
button.button-primary.load,
a.button-primary.load,
a:visited.button-primary.load,
input[type=button].button-primary.load,
input[type=submit].button-primary.load {
  padding-right: 40px !important;
}
button.button-primary.load > span,
a.button-primary.load > span,
a:visited.button-primary.load > span,
input[type=button].button-primary.load > span,
input[type=submit].button-primary.load > span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  border: solid 2px !important;
  border-color: #ffffff transparent transparent transparent !important;
  border-radius: 100% !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  animation: spin 1s infinite;
  transform-origin: 0 0;
}
button.button-primary.load:hover > span,
a.button-primary.load:hover > span,
a:visited.button-primary.load:hover > span,
input[type=button].button-primary.load:hover > span,
input[type=submit].button-primary.load:hover > span {
  border-color: #0069b4 transparent transparent transparent !important;
}
button.button-primary.is-hidden,
a.button-primary.is-hidden,
a:visited.button-primary.is-hidden,
input[type=button].button-primary.is-hidden,
input[type=submit].button-primary.is-hidden {
  opacity: 0 !important;
  visibility: hidden;
}
button.button-primary.is-disabled,
a.button-primary.is-disabled,
a:visited.button-primary.is-disabled,
input[type=button].button-primary.is-disabled,
input[type=submit].button-primary.is-disabled {
  pointer-events: none !important;
  opacity: 0.5;
}
button.button-secondary,
a.button-secondary,
a:visited.button-secondary,
input[type=button].button-secondary,
input[type=submit].button-secondary {
  border-radius: 0px !important;
  position: relative !important;
  cursor: pointer !important;
  display: inline-block !important;
  background-color: #000000 !important;
  border: 2px solid transparent !important;
  outline: none !important;
  color: #ffffff !important;
  font-family: 'Lato' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  text-transform: initial !important;
  text-align: center !important;
  line-height: inherit !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  z-index: 0 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
button.button-secondary:before,
a.button-secondary:before,
a:visited.button-secondary:before,
input[type=button].button-secondary:before,
input[type=submit].button-secondary:before,
button.button-secondary:after,
a.button-secondary:after,
a:visited.button-secondary:after,
input[type=button].button-secondary:after,
input[type=submit].button-secondary:after {
  display: block !important;
  opacity: 1 !important;
  margin-left: 0 !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 4px) !important;
  z-index: 1 !important;
  content: '' !important;
  position: absolute !important;
  top: -2px !important;
  left: 0 !important;
  transform: scale(0) !important;
  transition: 0.5s !important;
}
button.button-secondary:before,
a.button-secondary:before,
a:visited.button-secondary:before,
input[type=button].button-secondary:before,
input[type=submit].button-secondary:before {
  border-bottom: 2px solid #000000 !important;
  border-left: 2px solid #000000 !important;
  transform-origin: 0 100% !important;
  left: -2px !important;
}
button.button-secondary:after,
a.button-secondary:after,
a:visited.button-secondary:after,
input[type=button].button-secondary:after,
input[type=submit].button-secondary:after {
  border-top: 2px solid #000000 !important;
  border-right: 2px solid #000000 !important;
  transform-origin: 100% 0% !important;
}
button.button-secondary:hover,
a.button-secondary:hover,
a:visited.button-secondary:hover,
input[type=button].button-secondary:hover,
input[type=submit].button-secondary:hover,
button.button-secondary:focus,
a.button-secondary:focus,
a:visited.button-secondary:focus,
input[type=button].button-secondary:focus,
input[type=submit].button-secondary:focus {
  background-color: #0069b4 !important;
  color: #ffffff !important;
  border-color: transparent !important;
}
button.button-secondary:hover:before,
a.button-secondary:hover:before,
a:visited.button-secondary:hover:before,
input[type=button].button-secondary:hover:before,
input[type=submit].button-secondary:hover:before,
button.button-secondary:focus:before,
a.button-secondary:focus:before,
a:visited.button-secondary:focus:before,
input[type=button].button-secondary:focus:before,
input[type=submit].button-secondary:focus:before,
button.button-secondary:hover:after,
a.button-secondary:hover:after,
a:visited.button-secondary:hover:after,
input[type=button].button-secondary:hover:after,
input[type=submit].button-secondary:hover:after,
button.button-secondary:focus:after,
a.button-secondary:focus:after,
a:visited.button-secondary:focus:after,
input[type=button].button-secondary:focus:after,
input[type=submit].button-secondary:focus:after {
  transform: scale(1) !important;
}
/*********************
BACK TO TOP BUTTON
*********************/
.bt-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  background: transparent url("../../library/images/icons/scroll-top-double.svg") center center no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.bt-top.bt-is-visible,
.bt-top.bt-fade-out {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bt-top.bt-is-visible {
  visibility: visible;
  opacity: 1;
}
.bt-top.bt-fade-out {
  opacity: 1;
}
/*********************
FORM  ELEMENT
*********************/
sup.rouge {
  font-family: 'Lato';
  color: #DF3728;
}
/*********************
AJAX CALLBACK ELEMENT
*********************/
.ajax-grid-error {
  margin-bottom: 30px;
  display: none;
}
.ajax-grid-error p {
  display: inline-block;
  position: relative;
  font-family: 'Lato';
  color: #fe4801;
  font-size: 20px;
  padding-left: 55px;
}
.ajax-grid-error p:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%) rotate(0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/icons/message/cross-circle.svg');
}
.section-title .section-title-text {
  font-family: 'Lato';
  font-weight: 200;
  color: #000000;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
}
.section-title .section-title-text strong {
  font-family: 'Lato';
  font-weight: 500;
}
.section-title .section-title-text span {
  font-size: 20px;
  font-weight: 600;
}
.section-title .section-title-text.light {
  color: #ffffff;
}
.video-placeholder {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.video-placeholder .video-placeholder-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.video-placeholder .video-placeholder-trigger img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.video-placeholder .video-placeholder-trigger .video-title-container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 50%);
}
.video-placeholder .video-placeholder-trigger .video-title-container .video-title-content {
  text-align: left;
}
.video-placeholder .video-placeholder-trigger .video-title-container .video-title-content .video-title {
  font-family: 'Lato';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.video-placeholder .video-placeholder-trigger .video-title-container .video-title-content .video-caption {
  font-family: 'Lato';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 16px;
}
.video-placeholder .video-placeholder-trigger .video-title-container.full-cover {
  background: rgba(0, 0, 0, 0.55);
  height: 100%;
}
.video-placeholder .video-placeholder-trigger .video-placeholder-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -35px 0 0 -35px;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('../../library/images/icons/videos/play.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  cursor: pointer;
}
.video-placeholder-container video {
  opacity: 0;
}
/******************************************************************
Site Name: Starterkit
Author: Florent DESMIS

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. 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 like box shadow and
border-radius.

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/**
  LOADER - Circle
 */
@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}
/**
 LOADER - Bar
 */
@keyframes expand {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(2);
  }
}
@keyframes infinite-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
/*********************
404 PAGE
*********************/
.error404 {
  overflow: hidden;
}
.error404 header,
.error404 footer {
  display: none;
}
.error404 #content {
  padding-top: 0 !important;
  height: 100vh;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.error404 #content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
}
.error404 .error-404-main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.error404 .error-404-main .content-404 {
  text-align: center;
  height: 100vh;
}
.error404 .error-404-main .content-404 h1 {
  display: block;
  width: 100%;
  font-family: 'Lato';
  color: #0069b4;
  font-size: 150px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: center;
}
.error404 .error-404-main .content-404 h2 {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  font-family: 'Lato';
  font-weight: 400;
  color: #ffffff;
  font-size: 50px;
}
.error404 .error-404-main .content-404 h2.type-effect {
  animation: type 0.5s alternate infinite;
}
.error404 .error-404-main .content-404 .logo-404 {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.error404 .error-404-main .content-404 .cta-404 {
  display: table !important;
  margin: 50px auto !important;
}
@keyframes type {
  from {
    box-shadow: inset -2px 0px 0px #888;
  }
  to {
    box-shadow: inset -2px 0px 0px transparent;
  }
}
/**
LIST - INLINE
 */
.inline-list .social-network-icon {
  margin: 0 3px;
  width: 30px;
  height: 30px;
}
.inline-list .social-network-icon a {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
.inline-list .social-network-icon a.facebook {
  background-image: url('../../library//images/social/facebook.svg');
}
.inline-list .social-network-icon a.email {
  background-image: url('../../library//images/social/email.svg');
}
.inline-list .social-network-icon a.twitter {
  background-image: url('../../library//images/social/twitter.svg');
}
.inline-list .social-network-icon a.linkedin {
  background-image: url('../../library//images/social/linkedin.svg');
}
.inline-list .social-network-icon a:hover {
  transform: translateY(-5px);
}
.inline-list .social-network-icon a:hover.facebook {
  background-image: url('../../library//images/social/facebook.svg');
}
.inline-list .social-network-icon a:hover.email {
  background-image: url('../../library//images/social/email.svg');
}
.inline-list .social-network-icon a:hover.twitter {
  background-image: url('../../library//images/social/twitter.svg');
}
.inline-list .social-network-icon a:hover.linkedin {
  background-image: url('../../library//images/social/linkedin.svg');
}
.inline-list .social-network-icon a:focus,
.inline-list .social-network-icon a:active {
  opacity: 1;
}
.inline-list .social-network-icon a:focus.facebook,
.inline-list .social-network-icon a:active.facebook {
  background-image: url('../../library//images/social/facebook.svg');
}
.inline-list .social-network-icon a:focus.email,
.inline-list .social-network-icon a:active.email {
  background-image: url('../../library//images/social/email.svg');
}
.inline-list .social-network-icon a:focus.twitter,
.inline-list .social-network-icon a:active.twitter {
  background-image: url('../../library//images/social/twitter.svg');
}
.inline-list .social-network-icon a:focus.linkedin,
.inline-list .social-network-icon a:active.linkedin {
  background-image: url('../../library//images/social/linkedin.svg');
}
.inline-list .social-network-icon:last-of-type {
  margin-right: 0px;
}
.inline-list.social-header .social-network-icon {
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
  margin: 0;
}
.inline-list.social-header .social-network-icon:last-of-type {
  margin-right: -15px !important;
  padding-right: 0;
}
/*********************
ALERT  ELEMENT
*********************/
.alert {
  z-index: 999999999999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding-top: 1.33em;
  padding-bottom: 1.33em;
  pointer-events: none;
}
.alert button.close {
  pointer-events: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.alert .alert-content {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.alert .alert-content .alert-heading {
  margin: 0;
}
.alert .alert-content a {
  pointer-events: auto;
}
.alert svg {
  margin-right: 15px;
}
/*********************
BACK TO TOP BUTTON
*********************/
.bt-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  background: transparent url("../../library/images/icons/scroll-top.svg") center center no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.bt-top.bt-is-visible,
.bt-top.bt-fade-out {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bt-top.bt-is-visible {
  visibility: visible;
  opacity: 1;
}
.bt-top.bt-fade-out {
  opacity: 1;
}
/*********************
SCROLL TO BOTTOM BUTTON
*********************/
@keyframes scrollDown {
  0% {
    top: 14px;
    opacity: 0;
  }
  15% {
    top: 14px;
    opacity: 1;
  }
  30% {
    top: 14px;
    opacity: 1;
  }
  45% {
    top: 34px;
    opacity: 1;
  }
  100% {
    top: 34px;
    opacity: 0;
  }
}
.scroll__down {
  position: fixed;
  outline: none !important;
  z-index: 99998;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: none;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.scroll__down.bt-is-visible {
  visibility: visible;
  opacity: 1;
}
.scroll__down.bt-fade-out {
  opacity: 0;
  bottom: -50px;
}
.scroll__mouse {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 54px;
  margin: 0 auto;
  border: 2px solid #0069b4;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.scroll__wheel {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 4px;
  height: 4px;
  background-color: #0069b4;
  border-radius: 50%;
  animation: scrollDown 2.5s infinite;
}
/*********************
COMMON LOADER
*********************/
.common-loader-container {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999999;
}
.common-loader-container .Loader {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.common-loader-container .Loader div {
  width: 3px;
  height: 50px;
  background-color: #0069b4;
  margin: 20px;
  display: inline-block;
}
.common-loader-container .Loader div.line2 {
  height: 30px;
  top: -10px;
  position: relative;
}
.common-loader-container .line1 {
  animation: goleft 1.4s ease infinite;
}
.common-loader-container .line2 {
  animation: rotate 1.4s ease infinite;
}
.common-loader-container .line3 {
  animation: goright 1.4s ease infinite;
}
.common-loader-container .loader-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: 60px;
  font-family: 'Lato';
  color: #0069b4;
  font-style: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
@keyframes goleft {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 10px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes goright {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
.list-checked {
  margin: 0 !important;
}
.list-checked li {
  position: relative !important;
  margin-bottom: 15px !important;
  padding-left: 20px !important;
  list-style: none !important;
  font-family: 'Lato' !important;
  font-weight: normal !important;
}
.list-checked li:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("../../library/images/icons/list/list-check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.list-embed {
  margin: 0 !important;
}
.list-embed li {
  position: relative !important;
  margin-bottom: 15px !important;
  padding-left: 25px !important;
  list-style: none !important;
  font-family: 'Lato' !important;
  font-weight: 500 !important;
}
.list-embed li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("../../library/images/icons/list/list-dot.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.list-embed li ul li {
  padding-left: 15px !important;
  font-weight: normal !important;
  margin-bottom: 0px !important;
}
.list-embed li ul li:after {
  width: 7px;
  height: 7px;
  background-image: url("../../library/images/icons/list/list-dash.svg");
  background-size: 7px;
}
.list-embed-bis {
  margin: 0 !important;
}
.list-embed-bis li {
  position: relative !important;
  margin-bottom: 15px !important;
  padding-left: 55px !important;
  list-style: none !important;
  font-family: 'Lato' !important;
  font-weight: 500 !important;
}
.list-embed-bis li:after {
  content: '';
  display: block;
  width: 35px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../library/images/icons/list/list-line.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px;
}
.list-embed-bis li ul li {
  padding-left: 25px !important;
  font-weight: normal !important;
  margin-bottom: 0px !important;
}
.list-embed-bis li ul li:after {
  width: 14px;
  height: 14px;
  background-image: url("../../library/images/icons/list/list-circle.svg");
  background-size: 14px;
}
.list-simple {
  margin: 0 !important;
}
.list-simple li {
  position: relative !important;
  margin-bottom: 5px !important;
  padding-left: 25px !important;
  list-style: none !important;
  font-family: 'Lato' !important;
  font-weight: normal !important;
}
.list-simple li:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../library/images/icons/list/list-circle.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
}
/*
SLIDER SQUARED
 */
.u5p-slider-image-square .et_pb_slides {
  height: 100%;
}
.et_pb_column_empty {
  display: block !important;
}
.et_pb_column_empty.et_pb_section_video {
  padding-bottom: 50% !important;
}
@media only screen and (min-width: 980px) {
  .et_pb_column_empty.et_pb_section_video {
    padding-bottom: inherit !important;
  }
}
/*
GALLERY + TEXTE
 */
.u5p-gallery-image-square .et_pb_gallery_items {
  height: 100%;
}
.u5p-gallery-image-square .et_pb_gallery_items .et_pb_gallery_item {
  height: 100%;
  min-height: 300px;
}
.u5p-gallery-image-square .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
  height: 100%;
}
.u5p-gallery-image-square .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image > a {
  height: 100%;
  padding: 0 !important;
  display: block;
}
.u5p-gallery-image-square .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image > a > img {
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  position: absolute;
  display: block !important;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.u5p-gallery-image-square .et-pb-controllers {
  display: none;
}
/*
FORM MESSAGE
 */
.et-pb-contact-message {
  color: #ffffff !important;
  margin: 15px 0 !important;
}
/*
BLOG - GRID
 */
.u5p-blog-grid .et_pb_salvattore_content {
  height: 100%;
  display: flex;
}
.u5p-blog-grid .et_pb_salvattore_content .column {
  display: flex;
}
.u5p-blog-grid .et_pb_salvattore_content .column .et_pb_post {
  position: relative;
}
.u5p-blog-grid .et_pb_salvattore_content .column .et_pb_post .et_pb_image_container > a {
  padding-bottom: 0 !important;
}
.u5p-blog-grid .et_pb_salvattore_content .column .et_pb_post .post-content {
  margin-bottom: 30px !important;
}
.u5p-blog-grid .et_pb_salvattore_content .column .et_pb_post .post-content a.more-link {
  position: absolute !important;
  left: 20px !important;
  bottom: 0 !important;
  margin: 15px 0 !important;
  display: block !important;
  color: #0069b4 !important;
  font-size: 16px !important;
  font-family: 'Lato' !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}
.u5p-blog-grid .et_pb_salvattore_content .column .et_pb_post .post-content a.more-link:after {
  content: '5';
  font-family: ETmodules !important;
  speak: none !important;
  text-transform: none !important;
  font-feature-settings: "kern" off !important;
  font-variant: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  top: 2px !important;
  position: relative;
  margin-left: 0.3em !important;
  transition: all 0.3s ease-in-out !important;
  color: #0069b4 !important;
  line-height: inherit !important;
  font-size: inherit !important;
  opacity: 1 !important;
  left: auto !important;
}
/*
BLOG - GRID MASONRY
 */
.u5p-blog-grid-masonry .et_pb_salvattore_content .column .et_pb_post {
  position: relative;
}
.u5p-blog-grid-masonry .et_pb_salvattore_content .column .et_pb_post .et_pb_image_container > a {
  padding-bottom: 0 !important;
}
.u5p-blog-grid-masonry .et_pb_salvattore_content .column .et_pb_post .post-content {
  margin-bottom: 30px !important;
}
.u5p-blog-grid-masonry .et_pb_salvattore_content .column .et_pb_post .post-content a.more-link {
  position: absolute !important;
  left: 20px !important;
  bottom: 0 !important;
  margin: 15px 0 !important;
  display: block !important;
  color: #0069b4 !important;
  font-size: 16px !important;
  font-family: 'Lato' !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}
.u5p-blog-grid-masonry .et_pb_salvattore_content .column .et_pb_post .post-content a.more-link:after {
  content: '5';
  font-family: ETmodules !important;
  speak: none !important;
  text-transform: none !important;
  font-feature-settings: "kern" off !important;
  font-variant: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  top: 2px !important;
  position: relative;
  margin-left: 0.3em !important;
  transition: all 0.3s ease-in-out !important;
  color: #0069b4 !important;
  line-height: inherit !important;
  font-size: inherit !important;
  opacity: 1 !important;
  left: auto !important;
}
/*
ADWORDS - ACCORDION
 */
.u5p-accordion.et_pb_accordion .et_pb_accordion_item {
  background-color: #ffffff !important;
  padding: 0 !important;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_title {
  color: #ffffff !important;
  font-family: 'Lato' !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  height: 100% !important;
  padding: 20px !important;
  background-color: #0069b4 !important;
  transition: all 0.25s ease-in-out !important;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_title:before {
  content: none !important;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_title:after {
  font-family: ETmodules !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 0 0 !important;
  content: "\e050" !important;
  position: absolute !important;
  right: 20px !important;
  font-size: 16px !important;
  top: 50% !important;
  margin-top: -0.5em !important;
  color: #ffffff !important;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_content {
  padding: 20px 20px 50px 20px !important;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open {
  background-color: transparent !important;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title {
  background-color: #ffffff !important;
  color: #0069b4 !important;
}
.u5p-accordion.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:after {
  content: "\e04f" !important;
  color: #0069b4 !important;
}
/*
RESPONSIVE BLOCKS
 */
#inner-content .page_content .et-boc .et_section_regular {
  padding-left: 15px;
  padding-right: 15px;
}
#inner-content .page_content .et-boc .et_section_regular.et_pb_fullwidth_section {
  padding-left: 0;
  padding-right: 0;
}
/*********************
FORM - Standard Element
*********************/
.nf-form-layout form input[type="email"],
.nf-form-layout form input[type="text"],
.nf-form-layout form input[type="password"],
.nf-form-layout form input[type="tel"],
.nf-form-layout form input[type="number"],
.nf-form-layout form select,
.nf-form-layout form textarea {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  width: 100% !important;
  height: 40px !important;
  padding: 15px !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  letter-spacing: 0 !important;
  background-image: none !important;
  text-align: left !important;
  transition: border-color 0.2s ease-in-out !important;
  outline: none !important;
}
.nf-form-layout form input[type="email"]:disabled,
.nf-form-layout form input[type="text"]:disabled,
.nf-form-layout form input[type="password"]:disabled,
.nf-form-layout form input[type="tel"]:disabled,
.nf-form-layout form input[type="number"]:disabled,
.nf-form-layout form select:disabled,
.nf-form-layout form textarea:disabled {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.nf-form-layout form input[type="email"]::placeholder,
.nf-form-layout form input[type="text"]::placeholder,
.nf-form-layout form input[type="password"]::placeholder,
.nf-form-layout form input[type="tel"]::placeholder,
.nf-form-layout form input[type="number"]::placeholder,
.nf-form-layout form select::placeholder,
.nf-form-layout form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.nf-form-layout form input[type="email"]:-ms-input-placeholder,
.nf-form-layout form input[type="text"]:-ms-input-placeholder,
.nf-form-layout form input[type="password"]:-ms-input-placeholder,
.nf-form-layout form input[type="tel"]:-ms-input-placeholder,
.nf-form-layout form input[type="number"]:-ms-input-placeholder,
.nf-form-layout form select:-ms-input-placeholder,
.nf-form-layout form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.nf-form-layout form input[type="email"]::-ms-input-placeholder,
.nf-form-layout form input[type="text"]::-ms-input-placeholder,
.nf-form-layout form input[type="password"]::-ms-input-placeholder,
.nf-form-layout form input[type="tel"]::-ms-input-placeholder,
.nf-form-layout form input[type="number"]::-ms-input-placeholder,
.nf-form-layout form select::-ms-input-placeholder,
.nf-form-layout form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.nf-form-layout form textarea {
  height: 200px !important;
  resize: none !important;
  width: 100% !important;
}
.nf-multi-cell .nf-cell {
  float: left;
  padding: 0 5px !important;
}
.u5p-contact-form .nf-form-wrap,
.u5p-contact-form-adwords .nf-form-wrap {
  position: relative;
}
.u5p-contact-form .nf-form-wrap .nf-response-msg,
.u5p-contact-form-adwords .nf-form-wrap .nf-response-msg {
  position: absolute !important;
  bottom: -40px !important;
  width: 100% !important;
  text-align: left !important;
  font-family: 'Lato' !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #00ff54 !important;
  letter-spacing: 0 !important;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-before-form-content .nf-form-fields-required,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-before-form-content .nf-form-fields-required {
  display: none;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-after-form-content .nf-form-errors,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-after-form-content .nf-form-errors {
  position: absolute !important;
  width: 100% !important;
  text-align: left !important;
  margin: 15px 0 !important;
  font-family: 'Lato' !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #DF3728 !important;
  letter-spacing: 0 !important;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container {
  /*.nf-after-field {
          position: absolute;
          width: 100%;

          .nf-error-wrap {
            .nf-error-msg {
              text-align: right;
              font-size: 12px;
              color: @error-color !important;
            }
          }
        }*/
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .nf-after-field,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .nf-after-field {
  display: none;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container.submit-container,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container.submit-container {
  margin-bottom: 0;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container.is-hidden,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container.is-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-label,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-label {
  margin-bottom: 0;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-element ::placeholder,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-element ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-element :-ms-input-placeholder,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-element :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-element ::-ms-input-placeholder,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap .nf-field-element ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap {
  float: right;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element {
  margin: 0 auto;
  width: auto;
  display: table;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element:before,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element:before {
  content: none;
  border: none;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button'],
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button'],
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit'],
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit'] {
  float: right !important;
  border-radius: 0 !important;
  position: relative !important;
  cursor: pointer !important;
  display: inline-block !important;
  background-color: #0069b4 !important;
  border: 1px solid #0069b4 !important;
  outline: none !important;
  color: #ffffff !important;
  font-family: 'Lato' !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-transform: initial !important;
  text-align: center !important;
  line-height: inherit !important;
  padding: 10px 60px !important;
  margin: 0 !important;
  z-index: 0 !important;
  -webkit-appearance: none !important;
  transition: all 0.3s ease-in-out;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button']:hover,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button']:hover,
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit']:hover,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit']:hover {
  background-color: #0069b4;
  color: #ffffff;
  border-color: #0069b4;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button']:focus,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button']:focus,
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit']:focus,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit']:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button'].is-hidden,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button'].is-hidden,
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit'].is-hidden,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit'].is-hidden {
  opacity: 0;
  visibility: hidden;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button'].is-disabled,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='button'].is-disabled,
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit'].is-disabled,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit'].is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-fail .nf-field-element .ninja-forms-field,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-fail .nf-field-element .ninja-forms-field {
  border-color: #cccccc;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-fail .nf-field-element:after,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-fail .nf-field-element:after {
  content: '';
  pointer-events: none;
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-pass .nf-field-element .ninja-forms-field,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-pass .nf-field-element .ninja-forms-field {
  border-color: #cccccc;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-pass .nf-field-element:after,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.nf-pass .nf-field-element:after {
  content: '';
  pointer-events: none;
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-fail .nf-field-element:after,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-fail .nf-field-element:after,
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-pass .nf-field-element:after,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-pass .nf-field-element:after {
  top: 20px;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.html-wrap .nf-field-element,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.html-wrap .nf-field-element {
  font-size: 14px;
  color: #ffffff !important;
  font-style: italic;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap {
  margin: 15px 0 !important;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element:before,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element:before {
  content: none;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button {
  cursor: pointer;
  display: inline-block !important;
  width: 100%;
  background-color: transparent;
  border: 1px solid #000;
  outline: none;
  color: #000;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
  padding: 10px;
  margin: 15px 0 !important;
  z-index: 0;
  text-align: center;
  transition: all 0.3s;
  border-radius: 0;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button:focus,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button:focus {
  box-shadow: none;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress {
  display: block !important;
  margin: 15px 0 !important;
  background-color: transparent !important;
  border-radius: 0;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar {
  height: 3px !important;
  background-color: #0069b4 !important;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .files_uploaded p,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .files_uploaded p {
  font-family: 'Lato';
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0;
  font-style: italic;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .files_uploaded p a,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .files_uploaded p a {
  color: #DF3728;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-fail .nf-field-element:after,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-fail .nf-field-element:after,
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-pass .nf-field-element:after,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-pass .nf-field-element:after {
  top: 20px;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.nf-error .nf-element,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.nf-error .nf-element {
  border-color: #DF3728 !important;
}
.u5p-contact-form .nf-form-wrap .nf-form-layout .nf-field-container.hidden-field,
.u5p-contact-form-adwords .nf-form-wrap .nf-form-layout .nf-field-container.hidden-field {
  display: none;
  opacity: 0;
}
.u5p-contact-form-adwords form input[type="email"],
.u5p-contact-form-adwords form input[type="text"],
.u5p-contact-form-adwords form input[type="password"],
.u5p-contact-form-adwords form input[type="tel"],
.u5p-contact-form-adwords form input[type="number"],
.u5p-contact-form-adwords form select,
.u5p-contact-form-adwords form textarea {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  width: 100% !important;
  height: 40px !important;
  padding: 15px !important;
  background-color: transparent !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  letter-spacing: 0 !important;
  background-image: none !important;
  text-align: left !important;
  transition: border-color 0.2s ease-in-out !important;
  outline: none !important;
}
.u5p-contact-form-adwords form input[type="email"]:disabled,
.u5p-contact-form-adwords form input[type="text"]:disabled,
.u5p-contact-form-adwords form input[type="password"]:disabled,
.u5p-contact-form-adwords form input[type="tel"]:disabled,
.u5p-contact-form-adwords form input[type="number"]:disabled,
.u5p-contact-form-adwords form select:disabled,
.u5p-contact-form-adwords form textarea:disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: not-allowed;
}
.u5p-contact-form-adwords form input[type="email"]::placeholder,
.u5p-contact-form-adwords form input[type="text"]::placeholder,
.u5p-contact-form-adwords form input[type="password"]::placeholder,
.u5p-contact-form-adwords form input[type="tel"]::placeholder,
.u5p-contact-form-adwords form input[type="number"]::placeholder,
.u5p-contact-form-adwords form select::placeholder,
.u5p-contact-form-adwords form textarea::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.u5p-contact-form-adwords form input[type="email"]:-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="text"]:-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="password"]:-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="tel"]:-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="number"]:-ms-input-placeholder,
.u5p-contact-form-adwords form select:-ms-input-placeholder,
.u5p-contact-form-adwords form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.u5p-contact-form-adwords form input[type="email"]::-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="text"]::-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="password"]::-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="tel"]::-ms-input-placeholder,
.u5p-contact-form-adwords form input[type="number"]::-ms-input-placeholder,
.u5p-contact-form-adwords form select::-ms-input-placeholder,
.u5p-contact-form-adwords form textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
/******************************************************************
Site Name:
Author:

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.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html {
  background-color: #ffffff;
}
body,
html {
  height: 100%;
}
body {
  background-color: transparent;
  position: relative;
  min-height: 100%;
  font-family: 'Lato';
  font-size: 100%;
  line-height: inherit;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
body.is-menu-open,
body.is-loading {
  overflow: hidden;
}
body.error404 .scroll__down {
  display: none;
}
body.page-template-page-adwords .header #inner-header .inner-header-content .inner-header-logo {
  width: auto;
  margin: 0 auto;
}
body.page-template-page-adwords .header #inner-header .inner-header-content .inner-header-logo #logo a img.logo {
  max-width: 235px;
}
body.page-template-page-adwords .header #inner-header .inner-header-content .inner-header-menu {
  display: none;
  flex: 0;
}
body.page-template-page-adwords #content {
  padding-top: 0;
}
.app-container {
  display: block;
  position: relative;
  padding-top: 150px;
}
#container {
  position: relative;
  height: auto;
  min-height: 100%;
}
#container #content {
  padding-top: 80px;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.app-wrapper .container {
  width: 100%;
  max-width: 1200px;
}
.app-wrapper .container.large {
  max-width: 1440px;
}
.app-wrapper .container.extra-large {
  max-width: 1920px;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
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);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Lato';
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
  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;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  background-color: #0069b4;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.15s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  /**
 HEADER - VERTICAL (MOBILE)
  */
}
.header.header-mobile-deployed {
  height: 100%;
}
.header #inner-header {
  display: none;
}
.header #trigger-header-mobile {
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  left: 20px;
  top: 25px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/menu/menu-trigger.svg');
  transition: all 0.25s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.header #trigger-header-mobile.is-active {
  background-image: url('../../library//images/ui/menu/menu-close.svg');
}
.header #trigger-header-mobile:hover,
.header #trigger-header-mobile:focus {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.header #inner-header-mobile {
  display: block;
  height: 100%;
  min-height: 90px;
  background-color: #0069b4;
}
.header #inner-header-mobile .inner-header-content {
  height: 100%;
}
.header #inner-header-mobile .inner-header-content .inner-header-logo {
  justify-content: center;
}
.header #inner-header-mobile .inner-header-content .inner-header-logo #logo {
  position: relative;
  z-index: 10;
  top: 15px;
}
.header #inner-header-mobile .inner-header-content .inner-header-logo #logo a img.logo {
  transition: all 0.15s ease-in-out;
  vertical-align: middle;
  width: auto;
  max-width: 200px;
  margin: 0;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy {
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  height: 0;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-social {
  display: flex;
  flex: 0 0 0;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-social ul {
  margin: 0 auto;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu {
  width: 100%;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container {
  display: block;
  overflow: hidden;
  width: 100%;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav {
  margin: 0;
  display: block;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 25px;
  transition: all 0.2s ease-in-out;
  outline: none;
  border-top: 1px solid #cccccc;
  text-align: left;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  transform: translateY(-50%);
  background-image: url('../../library//images/ui/menu/link-arrow-white.svg');
  transition: all 0.1s ease-in-out;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item:first-of-type a {
  border-top: none;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item.show > a {
  color: #0069b4;
  background-color: #ffffff;
  text-align: right;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item.show > a:after {
  background-image: url('../../library//images/ui/menu/link-arrow-primary.svg');
  left: 20px;
  right: inherit;
  transform: translateY(-50%) rotate(180deg);
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item .sub-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item .sub-menu.show {
  z-index: 0;
  display: block;
  position: relative !important;
  transform: none !important;
  top: 0 !important;
  left: 0 !important;
  will-change: unset !important;
  width: 100%;
  background-color: transparent;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item .sub-menu .menu-item {
  padding: 0;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item .sub-menu .menu-item > a {
  font-family: 'Lato';
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 25px;
  border: none;
}
.header #inner-header-mobile .inner-header-content .inner-header-deploy .inner-header-menu .menu-container .nav .menu-item .sub-menu .menu-item > a:after {
  top: 15px;
  transform: none;
}
.header.is-open {
  height: 100%;
}
.header.is-open #inner-header-mobile .inner-header-content .inner-header-deploy {
  transition: all 0.5s ease-in-out;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-y: auto;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widgettitle {
  position: relative;
  border-bottom: none;
  margin-bottom: 2.5em;
}
.widgettitle:after {
  content: '';
  width: 60px;
  border-bottom: 2px solid #01a9b9;
  position: absolute;
  left: 0;
  top: 35px;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  position: relative;
  clear: both;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0069b4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.footer #inner-footer {
  position: relative;
  z-index: 2;
}
.footer #inner-footer .widget-area .social-partner {
  position: relative;
  width: 100%;
  margin-top: 45px;
  padding-left: 50px;
}
.footer #inner-footer .widget-area .social-partner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  display: block;
  background-position: 10px 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/icons/shopping-bag.svg');
}
.footer #inner-footer .widget-area .social-partner a {
  font-family: 'Lato';
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
.footer #inner-footer .widget-area .social-partner a:hover,
.footer #inner-footer .widget-area .social-partner a:focus {
  text-decoration: underline;
}
.footer #inner-footer .widget-area .widget-u5p {
  font-family: 'Lato';
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  /**
          WIDGET - COMMON
         */
  /**
          WIDGET - LOGO
         */
  /**
          WIDGET - MENU HORIZONTAL
         */
  /**
         WIDGET - SOCIAL
        */
  /**
          WIDGET - IDENTITY
         */
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-text p:first-of-type {
  margin-top: 0;
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-text a {
  color: #ffffff;
  text-decoration: none;
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-text a:hover,
.footer #inner-footer .widget-area .widget-u5p .widget-block-text a:focus {
  text-decoration: underline;
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav {
  margin: 0;
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.item a,
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.menu-item a {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.item a.disabled,
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.menu-item a.disabled {
  pointer-events: none;
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.item .sub-menu,
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.menu-item .sub-menu {
  margin: 0;
  padding-left: 45px;
}
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.item .sub-menu li.item a,
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.menu-item .sub-menu li.item a,
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.item .sub-menu li.menu-item a,
.footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.menu-item .sub-menu li.menu-item a {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.footer #inner-footer .widget-area .widget-u5p.widget-logo {
  margin-bottom: 30px;
}
.footer #inner-footer .widget-area .widget-u5p.widget-logo .widget-block-container img {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  height: auto;
}
.footer #inner-footer .widget-area .widget-u5p.widget-menu {
  margin-top: 30px;
}
.footer #inner-footer .widget-area .widget-u5p.widget-menu .widget-block-container ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer #inner-footer .widget-area .widget-u5p.widget-social {
  text-align: center;
}
.footer #inner-footer .widget-area .widget-u5p.widget-identity {
  text-align: center;
}
.footer #inner-footer .copyright {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Lato';
}
@media only screen and (min-width: 576px) {
  #inner-content #main .page_content {
    /***********************************/
    /********** PAGE - INTERNE *********/
    /***********************************/
  }
  #inner-content #main .page_content.page-interne .main-content {
    /* PAGE BIOLOG CONNECT - DOMAINE */
    /* PAGE QUI SOMMES NOUS - MAP */
    /* PAGE IN THE AIR / EVENTS */
  }
  #inner-content #main .page_content.page-interne .main-content .bid-blurp-element-container .button-secondary {
    width: 290px;
  }
  #inner-content #main .page_content.page-interne .main-content .domaines-slider-container .tab-items .tab-item {
    max-width: 290px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  #inner-content #main .page_content.page-interne .main-content .domaines-slider-container .tab-items .tab-item .icon {
    width: 40px;
    height: 40px;
  }
  #inner-content #main .page_content.page-interne .main-content .domaines-slider-container .tab-items .tab-item a {
    padding: 0 20px 0 50px;
    font-size: 14px;
  }
  #inner-content #main .page_content.page-interne .main-content .domaines-slider-container .slider-items {
    /*margin-top: 60px;
              margin-bottom: 30px;*/
  }
  #inner-content #main .page_content.page-interne .main-content .map-container .map-item-container .data-icon {
    cursor: pointer;
    pointer-events: auto;
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
  }
  #inner-content #main .page_content.page-interne .main-content .filter-events-container .filter-item {
    width: 50%;
  }
  /*********************
FILTERS ELEMENT
*********************/
  .filters-container .filter-item {
    width: 50% !important;
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: Starterkit
Author: Florent DESMIS

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!

******************************************************************/
  /*********************
13. HEADER SYTLES
*********************/
  /**
 HEADER - TRANSPARENT (HOMEPAGE)
  */
  /*
.header {

  #inner-header-mobile {
    .inner-header-content {

      .inner-header-logo {

        #logo {
          top: 30px;
        }
      }
    }
  }

  &.transparent {

    #inner-header-mobile {

      .inner-header-content {

        .inner-header-logo {

          #logo {
            a {
              img.logo {
                //max-width: 180px;
              }
            }
          }
        }
      }
    }
  }

  &.scrolled {

    #inner-header-mobile {

      .inner-header-content {

        .inner-header-logo {

          #logo {
            a {
              img.logo {
                max-width: 120px;
              }
            }
          }
        }
      }
    }
  }
}
*/
  /*********************
06. FOOTER SYTLES
*********************/
  .footer #inner-footer .widget-area .widget-u5p {
    /**
          WIDGET - LOGO
         */
    /**
               WIDGET - NEWSLETTER
              */
  }
  .footer #inner-footer .widget-area .widget-u5p.widget-logo .widget-block-container img {
    margin: 0;
  }
  .footer #inner-footer .widget-area .widget-u5p.widget-newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap.submit-wrap:after {
    content: '';
    position: absolute;
    height: 33px;
    width: 36px;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../library//images/ui/form/newsletter-send.svg');
  }
}
@media only screen and (min-width: 992px) {
  /*********************
06. HEADER SYTLES
*********************/
  .header {
    padding: 15px 30px;
    transition: background-color 0.3s ease-in-out;
    /**
  HEADER - TRANSPARENT (HOMEPAGE)
   */
  }
  .header #inner-header-mobile,
  .header #trigger-header-mobile {
    display: none;
  }
  .header #inner-header {
    display: block;
  }
  .header #inner-header .inner-header-content .inner-header-logo #logo a img.logo {
    margin: 0;
    max-width: 165px;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container {
    display: block;
    float: right;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav {
    margin: 0;
    display: block;
    float: left;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item {
    position: relative;
    display: block;
    float: left;
    padding: 0 15px;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item.show:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1000;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item.show > a {
    color: #ffffff;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item.show > a:after {
    width: 100%;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item a {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    text-transform: uppercase;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.25s ease-in-out;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item a .fa-angle-down {
    transform: translate3d(5px, 2px, 0);
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item a:hover:after {
    width: 100%;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item .sub-menu {
    margin: 0;
    padding: 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item .sub-menu.show {
    display: flex;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item .sub-menu .menu-item {
    margin-bottom: 10px;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item .sub-menu .menu-item > a {
    position: relative;
    font-family: 'Lato';
    color: #0069b4;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    white-space: nowrap;
    transition: all 0.15s ease-in-out;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item .sub-menu .menu-item > a:after {
    content: none;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item .sub-menu .menu-item > a:hover {
    transform: translateX(10px);
  }
  .header.transparent {
    background-color: #0069b4;
  }
  .header.scrolled {
    background-color: #0069b4;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  }
  /*********************
13. FOOTER STYLES
*********************/
  .footer #inner-footer .widget-area .social-partner {
    position: relative;
    width: 100%;
    margin-top: 45px;
    padding-left: 50px;
  }
  .footer #inner-footer .widget-area .widget-u5p {
    /**
          WIDGET - COMMON
         */
    /**
          WIDGET - MENU HORIZONTAL
         */
    /**
         WIDGET - SOCIAL
        */
    /**
         WIDGET - IDENTITY
        */
  }
  .footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.item .sub-menu,
  .footer #inner-footer .widget-area .widget-u5p .widget-block-container ul.main-nav li.menu-item .sub-menu {
    padding-left: 15px;
  }
  .footer #inner-footer .widget-area .widget-u5p.widget-menu {
    margin-top: 100px;
  }
  .footer #inner-footer .widget-area .widget-u5p.widget-menu .widget-block-container ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
  .footer #inner-footer .widget-area .widget-u5p.widget-social {
    text-align: left;
  }
  .footer #inner-footer .widget-area .widget-u5p.widget-identity {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  /*********************
06. HEADER SYTLES
*********************/
  .header #inner-header .inner-header-content .inner-header-logo #logo a img.logo {
    max-width: 235px;
  }
  .header #inner-header .inner-header-content .inner-header-menu .menu-container .nav .menu-item a {
    font-size: 14px;
  }
}
@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: Starterkit
Author: Florent DESMIS

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. 

*/
}
/*
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: Starterkit
Author: Florent DESMIS

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;
    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;
  }
}
/*# sourceMappingURL=style.css.map */