@charset "UTF-8";
/* !One to rule them all */
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/*----------------------------------------*/
/* !GENERAL */
/*----------------------------------------*/
/* quand inté terminé mettre '/' à la place de '/html/'*/
/* Font Family */
/* Background gen color */
/**/
/*bleu foncé*/
/*rouge*/
/*vert foncé*/
/**/
/* Container's max width */
/* boutons creation compte, mdp */
/*----------------------------------------*/
/* !Navigation link color */
/*----------------------------------------*/
/* bouton spécial resa, contact etc.*/
/* bouton mobile */
/*----------------------------------------*/
/* !cycleslider var */
/*----------------------------------------*/
/*----------------------------------------*/
/* !VUES LiSTING */
/*----------------------------------------*/
/*----------------------------------------*/
/* !Formulaire */
/*----------------------------------------*/
/* label */
/* input & textarea */
/**/
/**/
/* textarea */
/**/
/* select */
/**/
/**/
/* submit */
/**/
/* radio & checkbox */
/* file */
/* base functions & mixins */
/*/// @example scss - Usage
///   .element {
///     @include ellipsis;
///   }
	.element {
///     @include ellipsis(50%);
///   }
*/
/* Scss Document */
/* Base Reset & dependencies */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  display: block; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*========================================================================== */
/*--- PRINT ---*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  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; } }
/*---------------*/
/* ALERT */
/*---------------*/
.info {
  background-color: #5bc0de !important; }

.success {
  background-color: #5cb85c !important; }

.warning {
  background-color: #f0ad4e !important; }

.alert {
  background-color: #d9534f !important; }

/**/
.info a {
  color: #5bc0de !important; }

.success a {
  color: #5cb85c !important; }

.warning a {
  color: #f0ad4e !important; }

.alert a {
  color: #d9534f !important; }

/*---------------*/
/* VIDEO */
/*---------------*/
.video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.video.widescreen {
  padding-bottom: 56.34%; }

.video.vimeo {
  padding-top: 0; }

.video iframe, .video object, .video embed, .video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

/*---------------*/
/* CNIL COOKIE */
/*---------------*/
#cnil {
  background: #000;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  left: 0;
  overflow: hidden;
  padding: 20px 5%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  transform: translate(0, -120%); }

#cnil p {
  font-size: 1.4rem;
  color: #FFF; }

#cnil a {
  display: block;
  background: #333;
  color: #FFF;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 10px;
  padding: 5px 10px;
  float: right; }

#cnil a:hover {
  color: #21cdec; }

#cnil a i {
  margin: 0 10px 0 0; }

#cnil a:hover i {
  margin: 0 20px 0 0; }

#cnil.show {
  transform: translate(0, 0); }

/*---------------*/
/*BTN TOP*/
/*---------------*/
.ontop {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  color: #FFF;
  z-index: 8000; }

.ontop i {
  font-size: 1.6rem; }

.ontop:hover {
  color: #21cdec;
  background: rgba(0, 0, 0, 0.6); }

.ontop_showed {
  display: block; }

/* Core CSS */
/*---------------*/
/* !MENU GENERAL */
/*---------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 25px 20px;
  z-index: 9000; }

header * {
  transition: all 0.5s; }

/* menu */
#menu {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 9000; }

#logotop {
  float: left;
  display: block;
  z-index: 99999;
  margin: 0 0 0 3%;
  position: absolute; }

#logotop a {
  position: relative;
  display: inline-block;
  height: 42px;
  width: 70px;
  z-index: 99; }

#logotop a:before {
  content: '';
  position: absolute;
  height: 76%;
  width: 70px;
  top: 12%;
  left: 10%;
  background: url("../images/logo_min.png") center center no-repeat;
  background-size: contain;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s; }

#menu > ul:first-of-type {
  width: calc(100% - 100px);
  text-align: center;
  padding: 0 0 0 100px;
  position: relative; }

#menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top; }

#menu ul li a {
  font-family: "Raleway", sans-serif;
  color: #fff;
  display: block;
  float: left;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 0 25px;
  line-height: 18px;
  transition: all .5s;
  vertical-align: middle; }

#menu > ul > li > a:before {
  content: '';
  background: #13163A;
  height: 3px;
  width: calc(100% - 40px);
  position: absolute;
  top: 100%;
  left: 20px;
  transform: scaleX(0);
  z-index: 9999;
  transition: all 0.3s; }

#menu > ul > li:hover > a:before {
  transform: scaleX(1); }

/*---------------*/
/* right */
/*---------------*/
#menu .right {
  width: auto;
  max-width: 135px;
  position: absolute;
  right: 0;
  top: 0; }

#menu .right li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  /* overflow: hidden; */ }

#menu .right li.lang a {
  font-size: 1.2rem;
  font-weight: 600; }

#menu .right li a {
  position: relative;
  float: none;
  padding: 0 11px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left; }

#menu .right > li > a {
  text-align: center;
  margin: 0 11px 0 0;
  padding: 0; }

#menu > .right > li > a:before {
  width: 100%;
  left: 0; }

/*---------------*/
/* taskbar */
/*---------------*/
nav.taskbar {
  background: #13163A;
  width: 100%;
  height: 34px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999; }

nav.taskbar > ul {
  position: relative;
  display: block;
  width: calc(99% - 406px);
  text-align: right;
  margin: 0; }

nav.taskbar > ul:before {
  content: '';
  background: #0F572E;
  width: 180px;
  line-height: 34px;
  height: 34px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: skewX(140deg); }

nav.taskbar > ul:after {
  content: '';
  background: #B80A16;
  width: 180px;
  line-height: 34px;
  height: 34px;
  position: absolute;
  left: calc(100% + 180px);
  top: 0;
  transform: skewX(140deg); }

nav.taskbar > ul li {
  line-height: 34px;
  height: 34px;
  min-width: 180px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 0;
  text-align: center; }

nav.taskbar > ul a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 34px;
  height: 34px;
  display: inline-block;
  width: 100%; }

nav.taskbar > ul li:before {
  content: '';
  transform: skewX(140deg) translateX(-100%) translateZ(0);
  transform-origin: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #B80A16;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s; }

nav.taskbar > ul li:nth-of-type(odd):before {
  background: #0F572E; }

nav.taskbar > ul li:hover:before {
  transform: skewX(140deg) translateX(0) translateZ(0);
  opacity: 1; }

nav.taskbar > ul li:hover a {
  color: #fff; }

/*---------------*/
/* SUBMENU */
/*---------------*/
.submenu {
  position: absolute;
  right: 0;
  width: auto;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  min-width: 40px;
  max-width: 200px; }

#menu li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1; }

#menu .submenu li {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center; }

#menu .submenu li a {
  color: #13163A;
  text-transform: none;
  font-size: 1.3rem;
  height: auto;
  line-height: 25px;
  white-space: nowrap;
  padding: 7px 11px;
  text-align: center; }

#menu .submenu li i {
  padding: 0 5px 0 0; }

#menu .submenu li a:hover {
  color: #FFF;
  background: #13163A; }

/*---------------*/
/* MEGAMENU */
/*---------------*/
/* megamenu call */
#menu li .megamenu {
  max-width: 100%;
  background: #fff;
  position: fixed;
  top: 43px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
  height: 0;
  text-align: left; }

#menu li:hover .megamenu {
  height: auto;
  opacity: 1;
  padding: 20px 10px;
  border-top: 0;
  min-width: 950px; }

/* megamenu */
#menu .megamenu h3 {
  color: #13163A;
  text-align: left;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
  min-height: 32px; }

#menu .megamenu li {
  list-style: none; }

#menu .megamenu > li {
  padding: 0 20px 20px 20px;
  width: 180px; }

#menu .megamenu li a {
  height: auto;
  display: block;
  line-height: normal;
  /* white-space: nowrap; */
  padding: 0;
  font-size: 1.3rem;
  color: #B80A16;
  text-align: left;
  font-weight: 500;
  text-transform: none;
  float: none; }

#menu .megamenu li a:hover {
  color: #FFF;
  background: #13163A;
  padding: 5px 2px; }

#menu .megamenu li ul li {
  display: block; }

#menu .megamenu li ul li a {
  max-width: 100%;
  color: #13163A;
  margin: 5px 0;
  padding: 5px 0; }

/*---------------*/
/* !MENU MOBILE */
/*---------------*/
#toggle {
  background: url("/images/block_nav.svg") no-repeat scroll center center/65%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 2.4rem;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
  z-index: 10000;
  position: fixed;
  transition: all 0.5s; }

[data-toggle="deploy_h"] #toggle {
  top: 130px;
  left: 0;
  background-color: #B80A16; }

/* action du menu deploy_h*/
main,
main.expand,
footer,
footer.expand {
  left: 0;
  position: relative; }

.deploy_h .bandeau,
.expand .bandeau,
deploy_h main,
.expand main,
.deploy_h footer,
footer.expand,
.deploy_h header,
header.expand,
.deploy_h #toggle,
.expand #toggle {
  left: 250px;
  transition: all 0.5s; }

.deploy_h #menu,
.expand #menu {
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden; }

.expand .bandeau,
.deploy_h .bandeau,
main.expand,
.deploy_h main,
.expand #logo a,
.deploy_h #logo a,
.expand h1 a span,
.deploy_h h1 a span,
footer.expand,
.deploy_h footer {
  filter: blur(2px); }

.deploy_h {
  overflow: hidden;
  position: fixed; }

/*---------------------*/
/* !MEDIA QUERIES MENU */
/*---------------------*/
@media all and (min-width: 1024px) {
  .fixed {
    height: 46px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    background: #13163A; }

  .fixed #logotop {
    position: relative; }

  .fixed #logotop a:before {
    transform: scale(1);
    opacity: 1; }

  .fixed #menu {
    right: 0;
    top: 0;
    margin: 0; }

  .fixed #menu a {
    color: #fff;
    height: 46px;
    line-height: 46px; }

  .fixed #menu a:before {
    bottom: 0;
    top: auto; }

  .fixed #menu a:hover:before {
    background: #fff; }

  .fixed #logo a {
    position: relative;
    z-index: 9001; }

  .fixed #menu > ul > li > a:before {
    width: 100%;
    left: 0; }

  .fixed #menu .right > li {
    height: 46px; } }
@media all and (max-width: 1280px) {
  #menu li .megamenu {
    width: 831px;
    max-width: none;
    text-align: left; }

  #menu .megamenu > li {
    width: 160px; } }
@media all and (max-width: 1023px) {
  header {
    position: absolute; }

  /* menu mobile classic */
  .fixed #logotop {
    position: fixed;
    top: 0; }

  .fixed.expand #logotop a {
    display: none; }

  .fixed #logotop a:before {
    transform: scale(1);
    opacity: 1; }

  #logotop:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    display: block;
    background-color: #13163A;
    height: 40px;
    z-index: 0;
    display: block;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s; }

  .fixed #logotop:after {
    opacity: 1;
    transform: scaleY(1);
    height: 40px; }

  #toggle {
    display: block; }

  #menu {
    background: #fff;
    box-shadow: 3px 0 5px -2px #666;
    left: -260px;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 100000; }

  #menu > ul:first-of-type {
    margin: 0;
    width: 210px;
    bottom: auto;
    position: relative;
    display: block; }
    #menu > ul:first-of-type::after {
      clear: both;
      content: "";
      display: table; }

  #menu > ul:first-of-type li a {
    float: none;
    padding: 10px 10px 10px 20px;
    color: #fff; }

  #menu > ul:first-of-type li a:hover {
    background: #13163A; }

  #menu > ul:first-of-type {
    padding: 0;
    width: 100%; }

  #menu > ul:first-of-type > li {
    display: block;
    text-align: left; }

  #menu > ul:first-of-type > li > a {
    color: #B80A16; }

  #menu > ul:first-of-type > li:hover > a {
    background: #13163A;
    color: #fff; }

  #menu > ul > li > a:before {
    width: 100%;
    left: 0;
    background: #fff;
    bottom: 0;
    transform-origin: left; }

  /**/
  #menu li .megamenu {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    display: block;
    background: #13163A;
    padding: 0 10px 0 20px;
    width: 100%;
    transform: none; }

  #menu li:hover .megamenu {
    padding: 0 0 0 10px;
    min-height: 0;
    min-width: 0; }

  #menu li .megamenu li {
    display: block;
    padding: 0;
    width: 100%;
    position: relative; }

  #menu .megamenu h3 {
    margin: 0;
    padding: 10px 0 10px 10px;
    color: #fff; }

  #menu .megamenu li ul li a {
    color: #fff;
    padding: 10px 10px 10px 20px;
    margin: 0; }

  #menu .megamenu li ul li a:hover {
    background-color: #B80A16;
    padding: 10px 10px 10px 20px; }

  /**/
  #menu .right {
    position: fixed;
    padding: 10px; }

  #menu .submenu {
    position: absolute;
    right: 0; }

  #menu .right li {
    position: relative;
    z-index: 1; }

  #menu > .right > li > a:before {
    width: 100%;
    left: 0;
    background: #fff;
    bottom: 0;
    transform-origin: left; }

  .deploy_h #menu ul.right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 0; }

  .deploy_h #menu ul.right li {
    display: block;
    width: auto;
    height: auto;
    text-align: left; }

  .deploy_h #menu ul.right li a {
    color: #B80A16;
    margin: 0;
    padding: 10px 10px 10px 20px;
    text-align: left; }

  .deploy_h #menu ul.right li a:hover,
  .deploy_h #menu ul.right li:hover > a {
    background: #13163A;
    color: #fff; }

  .deploy_h #menu ul.right li a:before {
    width: 100%;
    left: 0;
    background: #fff;
    bottom: 0;
    transform-origin: left; }

  .deploy_h #menu ul.right .submenu {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #13163A; }

  .deploy_h #menu ul.right li:hover .submenu {
    height: auto; }

  .deploy_h #menu ul.right .submenu li a {
    color: #fff; }

  .deploy_h #menu ul.right .submenu li:hover a {
    background-color: #B80A16;
    color: #fff;
    padding: 0 0 0 20px; }

  .deploy_h #menu ul.right li:hover i {
    color: #fff; } }
@media all and (max-width: 800px) {
  nav.taskbar > ul {
    width: 90%; }

  nav.taskbar > ul:after,
  nav.taskbar > ul:before {
    content: none; }

  nav.taskbar > ul li:before {
    transform: skewX(140deg) translateX(0) translateZ(0);
    opacity: 1; }

  nav.taskbar > ul li a {
    color: #fff; } }
@media all and (max-width: 640px) {
  [data-toggle="deploy_h"] #toggle {
    top: 80px; } }
/*---------------*/
/* !FORMULAIRE */
/*---------------*/
fieldset {
  margin: 10px 0;
  border: 1px solid #F3F3F3; }

legend {
  font-size: 1.6rem;
  padding: 0 10px; }

.rowElem {
  margin: 15px 0;
  position: relative; }

.radioElem, .checkboxElem, .selectElem {
  position: relative; }

input, textarea, select {
  display: inline-block;
  height: 42px;
  outline: none;
  font-size: 14px;
  vertical-align: top;
  width: 100%;
  padding: 0 0 0 36px;
  transition: all 0.3s; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 300; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #999;
    font-weight: 300; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #999;
    font-weight: 300; }

/* input */
input {
  background: #F3F3F3;
  border: 2px solid #F3F3F3;
  color: rgba(0, 0, 0, 0.38);
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.6rem; }

input:hover {
  background: #F3F3F3;
  border: 2px solid #13163A;
  color: rgba(0, 0, 0, 0.38);
  border-radius: 3px; }

input:focus, textarea:focus {
  background: #F3F3F3;
  border: 2px solid #13163A;
  color: #666;
  border-radius: 8px; }

input[disabled], textarea[disabled] {
  background: #F8F8F8;
  border: 2px solid #F8F8F8;
  color: #F8F8F8; }

input[disabled]::-webkit-input-placeholder, textarea[disabled]::-webkit-input-placeholder {
  color: #F8F8F8; }

input[disabled]::-moz-placeholder, textarea[disabled]::-moz-placeholder {
  color: #F8F8F8; }

/* submit */
input[type="submit"] {
  background: #13163A;
  border: 2px solid #13163A;
  color: #FFF;
  border-radius: 8px;
  font-size: 1.4rem;
  padding: 0;
  font-weight: 600;
  font-size: 1.6rem;
  transition: all 0.3s; }

input[type="submit"]:hover {
  background: transparent;
  border: 2px solid #13163A;
  color: #13163A;
  border-radius: 8px; }

/* textarea */
textarea {
  background: #F3F3F3;
  border: 2px solid #F3F3F3;
  color: rgba(0, 0, 0, 0.38);
  border-radius: 8px;
  height: 96px;
  line-height: 19px;
  padding: 10px 10px 10px 36px;
  resize: none;
  transition: all 0.5s; }

textarea:hover {
  background: #F3F3F3;
  border: 2px solid #13163A;
  color: rgba(0, 0, 0, 0.38);
  border-radius: 3px; }

textarea:focus {
  height: 120px; }

/* label */
label {
  font-size: 1.6rem; }

label i {
  font-size: 1.4rem !important;
  pointer-events: none;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  color: #13163A;
  transition: all 0.5s; }

label span {
  background: #000;
  color: #FFF;
  border-radius: 3px;
  top: -8px;
  font-size: 1.1rem;
  font-weight: 500;
  left: 10px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s; }

label.show-label span {
  max-height: 22px;
  padding: 0 10px; }

/* select */
select {
  background: #F3F3F3;
  color: rgba(0, 0, 0, 0.38);
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  display: block;
  margin: 0;
  outline: none;
  padding: 9px 10px;
  text-indent: 0.01px;
  text-overflow: "";
  z-index: 10; }

.selectElem {
  position: relative; }

.selectElem:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 10;
  background: #F3F3F3;
  border-left: 1px solid #F3F3F3;
  bottom: 2px;
  right: 2px;
  top: 2px;
  width: 34px; }

.selectElem i {
  right: 10px;
  top: 10px;
  left: auto;
  font-size: 2.2rem !important;
  z-index: 12; }

.selectElem:hover i, .selectElem:focus i {
  color: #13163A; }

.selectElem:hover select {
  background: #F3F3F3;
  color: rgba(0, 0, 0, 0.38);
  border: 2px solid #13163A;
  border-radius: 3px; }

.selectElem option {
  padding: 0 5px; }

/* checkbox, radio */
input[type="radio"], input[type="checkbox"] {
  height: inherit;
  left: 0;
  opacity: 0;
  position: absolute;
  width: inherit; }

.radio, .checkbox {
  background: #F3F3F3;
  border: 3px solid #F3F3F3;
  display: inline-block;
  height: 21px;
  margin: 0 2px 0 0;
  position: relative;
  top: 5px;
  width: 21px;
  max-height: inherit;
  left: 0; }

.checkbox:before, .radio:before {
  content: "";
  display: none; }

input:checked + .checkbox:before, input:checked + .radio:before {
  display: block; }

.checkbox:before {
  border-color: #13163A;
  border-image: none;
  border-style: solid;
  border-width: 0 0 3px 3px;
  height: 6px;
  left: 4px;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 9px; }

input:checked + .checkbox, input:checked + .radio {
  border: 3px solid #13163A; }

.radio {
  border-radius: 20px; }

.radio:before {
  background: #13163A;
  border-radius: 10px;
  height: 7px;
  margin: 4px;
  width: 7px; }

input:hover + .checkbox, input:hover + .radio {
  border-color: #13163A; }

input:focus + .checkbox, input:focus + .radio {
  border-color: #13163A; }

input:focus + .radio:before {
  background: 2px solid #13163A; }

input:focus + .checkbox:before {
  border-color: 2px solid #13163A; }

checkboxElem:hover label {
  color: #B80A16; }

/*file*/
.btnfile {
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 10;
  background: #13163A;
  color: #FFF;
  border-radius: 3px;
  max-height: inherit;
  left: auto; }

input[type="file"] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 11; }

.fileElem input[type="file"] + input[type="text"] {
  padding: 0 0 0 35px; }

.fileElem input[type="file"]:hover + input[type="text"] {
  border-color: #13163A; }

/*---------------*/
/* MODAL BOX*/
/*---------------*/
#modal_box * {
  transition: all .5s; }

#modal_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  overflow: hidden;
  visibility: hidden; }

/**/
.modal_content {
  backface-visibility: hidden;
  height: auto;
  left: 50%;
  position: fixed;
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
  z-index: 2000;
  background: #00b3be;
  padding: 20px 40px;
  top: 50%;
  color: #FFF;
  text-align: center; }

.modal_content h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #FFF; }

.modal_content a {
  display: block;
  padding: 5px 10px;
  background: #FFF;
  color: #00b3be;
  display: inline-block;
  margin: 5px 10px;
  font-size: 1.4rem;
  font-weight: 600; }

/**/
.modal_content a:hover {
  padding: 5px 20px; }

#modal_box.md_show {
  visibility: visible; }

.modal_content.md_cshow {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s; }

/*---------------*/
/* BREADCRUMBS */
/*---------------*/
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em; }

.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both; }

.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0; }

.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5; }

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none; }

.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c; }

.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #B80A16; }

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #B80A16; }

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(/images/_sources/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle; }

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(/images/_sources/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle; }

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0; }

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0; }

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0; }

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px; }

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px; }

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px; }

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px; }

@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em; }

  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0; }

  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em; }

  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.4rem; } }
/* -------------------------------- 
Triangle breadcrumb
-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0; }

  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0; }

  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0; }

  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0; }

  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #B80A16;
    border-color: #B80A16; }

  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em; }

  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0; }

  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c; }

  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
                                                                       /* 
	li > *::after is the colored triangle after each item
	li::after is the white separator between two items
*/
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px; }

  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0; }

  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit; }

  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none; }

  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none; }

  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px; }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed; } } }
/* -------------------------------- 
Custom icons hover effects - breadcrumb
-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px; }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px; }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px; }

  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px; } }
/*---------------*/
/* PAGINATION */
/*---------------*/
.paging {
  text-align: center; }

.pagine {
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center; }

.pagine li {
  display: none;
  margin: 0 .2em; }

/* hide numbers on small devices */
.pagine li.button {
  display: inline-block; }

/* make sure prev next buttons are visible */
.pagine a, .pagine span {
  display: inline-block;
  user-select: none;
  padding: .3em .6em;
  font-size: 1.6rem;
  transition: all .5s; }

.pagine a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  color: #13163A; }

.pagine a:hover {
  background-color: #B80A16;
  border: 1px solid #B80A16; }

.pagine a:active {
  transform: scale(0.9); }

/* click effect */
.pagine a.disabled {
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none; }

/* button disabled */
.pagine a.disabled::before, .pagine a.disabled::after {
  opacity: .4; }

.pagine .button:first-of-type a::before {
  content: '\00ab  '; }

.pagine .button:last-of-type a::after {
  content: ' \00bb'; }

.pagine .active a {
  background-color: #B80A16;
  border-color: #B80A16;
  color: #13163A;
  pointer-events: none; }

/* selected number */
@media only screen and (min-width: 768px) {
  .pagine li {
    display: inline-block; } }
@media only screen and (min-width: 1170px) {
  .pagine {
    margin: 4em auto 8em; } }
/* -------------------------------- 
No space - remove distance between list items
-------------------------------- */
.pagine.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6; }

.pagine.no-space:after {
  content: "";
  display: table;
  clear: both; }

.pagine.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6; }

.pagine.no-space li:last-of-type {
  border-right: none; }

.pagine.no-space a, .pagine.no-space span {
  float: left;
  border-radius: 0;
  padding: .8em 1em;
  border: none; }

.pagine.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em; }

.pagine.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0; }

/* -------------------------------- 
move buttons - move prev and next buttons to the sides
-------------------------------- */
.pagine.move-buttons:after {
  content: "";
  display: table;
  clear: both; }

.pagine.move-buttons .button:first-of-type {
  float: left; }

.pagine.move-buttons .button:last-of-type {
  float: right; }

.pagine.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden; }

.pagine.no-space.move-buttons li {
  float: none;
  border: none; }

.pagine.no-space.move-buttons a, .pagine.no-space.move-buttons span {
  float: none; }

/* -------------------------------- 
custom icons - customize the small arrow inside the next and prev buttons 
-------------------------------- */
.pagine.custom-icons .button a {
  position: relative; }

.pagine.custom-icons .button:first-of-type a {
  padding-left: 2.4em; }

.pagine.custom-icons .button:last-of-type a {
  padding-right: 2.4em; }

.pagine.custom-icons .button:first-of-type a::before, .pagine.custom-icons .button:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("/images/_sources/cd-icon-arrow-1.svg") no-repeat center center; }

.pagine.custom-icons .button:first-of-type a::before {
  left: .8em; }

.pagine.custom-icons .button:last-of-type a::after {
  right: .8em;
  transform: rotate(180deg); }

/* -------------------------------- 
custom buttons - replace prev and next buttons text with a custom icon 
-------------------------------- */
.pagine.custom-buttons a, .pagine.custom-buttons span {
  vertical-align: middle; }

.pagine.custom-buttons .button a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background-image: url("/images/_sources/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.pagine.custom-buttons .button:last-of-type a {
  transform: rotate(180deg); }

.no-touch .pagine.custom-buttons .button:last-of-type a:active {
  transform: scale(0.9) rotate(180deg); }

.pagine.no-space.custom-buttons .button:last-of-type a {
  border-radius: 0.25em 0 0 0.25em; }

/* -------------------------------- 
animated buttons - animate the text inside prev and next buttons 
-------------------------------- */
.pagine.animated-buttons a, .pagine.animated-buttons span {
  padding: 0 1.4em;
  height: 50px;
  line-height: 50px;
  overflow: hidden; }

.pagine.animated-buttons .button a {
  position: relative;
  padding: 0 2em; }

.pagine.animated-buttons .button:first-of-type a::before, .pagine.animated-buttons .button:last-of-type a::after {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  transition: all 0.3s; }

.pagine.animated-buttons .button:last-of-type a::after {
  transform: translateX(-50%) rotate(180deg); }

.pagine.animated-buttons i {
  display: block;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.3s; }

.no-touch .pagine.animated-buttons .button a:hover i {
  transform: translateY(0); }

.no-touch .pagine.animated-buttons .button:first-of-type a:hover::before {
  transform: translateX(-50%) translateY(-50px); }

.no-touch .pagine.animated-buttons .button:last-of-type a:hover::after {
  transform: translateX(-50%) rotate(180deg) translateY(50px); }

/* Modules */
/*---------------*/
/* !SLIDER Home */
/*---------------*/
.carroussel {
  background: #fff;
  max-width: 1055px;
  width: 70%;
  margin: 0 auto 46px auto;
  text-align: center;
  white-space: nowrap;
  padding: 20px 0; }

.carroussel .slide {
  width: auto !important;
  max-width: none !important;
  max-height: 140px;
  overflow: hidden;
  padding: 20px 0; }

.carroussel .slide img {
  width: auto !important;
  max-width: none !important;
  max-height: 123px;
  padding: 0 32px; }

.fullscreen .cycle-slideshow {
  position: relative;
  width: 100%;
  height: 100%; }

.fullscreen .cycle-slideshow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(94, 94, 94, 0.15) 37%, rgba(255, 255, 255, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#03ffffff',GradientType=0 ); }

/**/
.photos .cycle-slideshow {
  position: relative;
  width: auto;
  height: auto; }

.photos .slide {
  width: auto !important;
  height: auto; }

.photos .slide img {
  height: 427px;
  width: auto;
  min-width: 100%;
  max-width: none; }

.photos a {
  padding: 0 5px; }

@media all and (max-width: 1023px) {
  .carroussel {
    width: 100%; } }
@media all and (max-width: 640px) {
  #slider-caption {
    font-size: 3rem;
    line-height: 3rem; } }
/* 480 galaxy s - 414 iphone 6s */
@media all and (max-width: 480px) {
  #slider-caption {
    font-size: 2.4rem;
    line-height: 2.4rem;
    position: relative;
    background: #1D1D1D;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10% 8%;
    text-align: left; } }
/* 414 -iphone 6s - 375 iphone 6, 360 galaxy s3, nexus , note - htc one - xperia z - */
/*---------------*/
/* ACTUS HOME */
/*---------------*/
.n_home {
  background: #fff;
  position: relative;
  padding: 45px 70px;
  text-align: left;
  float: left;
  overflow: hidden;
  flex: 1; }

.n_home .slider_captions {
  float: right;
  text-align: right;
  display: inline-block;
  vertical-align: bottom; }

.n_home .slider_captions li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 34px 4px 12px 3px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer; }

.n_home .slider_captions li {
  background: #D8D8D8; }

.n_home > .slider_captions .cycle-pager-active {
  background: #000; }

.n_home .slider_captions li:hover {
  background: #13163A; }

.n_home article {
  width: 100%;
  float: none;
  margin: 0 40px 0 0;
  position: relative;
  text-align: left;
  overflow: visible; }

.n_home article img {
  width: 100%;
  transform: scale(1);
  transform-origin: right;
  transition: all .5s; }

.n_home article:hover img {
  transform: scale(1.03); }

.n_home article * {
  transition: all 0.3s; }

.n_home .txt {
  background: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding: 27px;
  transform: translate(0, -55px);
  width: 340px;
  float: right;
  max-width: 100%; }

.n_home article div > a {
  font-weight: 500;
  font-size: 1.3rem;
  color: #171717; }

.n_home article h3 {
  margin: 4px 0 10px 0;
  position: relative; }

.n_home article h3 > a {
  font-family: "Crimson Text", serif;
  font-size: 3.2rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
  text-transform: none; }

.n_home article h3:hover > a,
.n_home article .txt a:hover {
  color: #B80A16; }

.n_home article p {
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  color: #1D1D1B;
  font-weight: 600;
  text-align: left; }

.n_home .all {
  position: absolute;
  right: 70px;
  transform: translate(0, -33px);
  z-index: 100; }

/*---------------*/
/* ACTUS listing */
/*---------------*/
.n_listing section {
  width: 80%;
  margin: 50px auto;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.n_listing article {
  width: calc(33% - 13px);
  margin: 5px;
  display: inline-block;
  position: relative; }

.n_listing article img {
  width: 100%;
  transition: all .5s;
  transform-origin: right; }

.n_listing article:hover img {
  transform: scale(1.03); }

.n_listing article * {
  transition: all 0.3s; }

.n_listing .txt {
  background: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding: 27px;
  /* transform: translate( 0, -55px); */
  width: 340px;
  float: right;
  max-width: 100%; }

.n_listing article div > a {
  font-weight: 500;
  font-size: 1.3rem;
  color: #171717; }

.n_listing article h3 {
  margin: 4px 0 10px 0;
  position: relative; }

.n_listing article h3 > a {
  font-family: "Crimson Text", serif;
  font-size: 3.2rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
  text-transform: none; }

.n_listing article h3:hover > a,
.n_listing article .txt a:hover {
  color: #B80A16; }

.n_listing article p {
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  color: #1D1D1B;
  font-weight: 600;
  text-align: left; }

.n_listing .rowElem {
  width: 100%; }

.n_listing time {
  width: 100%;
  margin: 5px 0; }

.n_listing time span {
  display: inline-block; }

/*---------------*/
/* ACTUS detail */
/*---------------*/
.detail .n_detail h3 {
  margin: 20px 0;
  position: relative;
  text-align: left; }

.n_detail .category {
  margin: 20px 10px 5px 0;
  padding: 0;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  line-height: 23px; }

.n_detail time {
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: 23px;
  vertical-align: middle;
  margin: 5px 10px 5px 0; }

.n_detail time span {
  display: inline-block; }

.n_detail .content {
  margin: 50px 0 30px 0;
  vertical-align: middle; }

/**/
.n_detail aside {
  padding: 50px 40px 60px 40px;
  margin: 0 0 50px 5%; }

.n_detail .pdf {
  min-width: 207px;
  width: auto;
  max-width: 100%; }

/**/
@media all and (max-width: 1280px) {
  .n_listing article {
    width: calc(50% - 13px); } }
@media all and (max-width: 1023px) {
  .n_detail section:first-of-type {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 80%;
    margin: 50px auto; } }
@media all and (max-width: 800px) {
  .n_home {
    padding: 40px 50px; }

  .n_listing article {
    width: 100%;
    margin: 0; }

  .n_listing section {
    width: 90%; } }
/* 480 galaxy s - 414 iphone 6s */
@media all and (max-width: 480px) {
  .n_home article {
    width: 100%;
    float: none;
    margin: 0 0 20px 0; }

  .n_home article:nth-of-type(even) {
    float: none;
    margin: 0 0 20px 0;
    transform: translateY(0); }

  .n_home .txt {
    transform: none;
    float: none;
    width: 100%;
    padding: 27px 15px; }

  .n_home article h3 > a {
    font-size: 2.6rem;
    line-height: 2.4rem; }

  .n_home .all {
    transform: none;
    position: relative;
    bottom: auto;
    right: auto;
    float: none; }

  /**/
  .n_listing .txt {
    transform: none;
    float: none;
    width: 100%;
    padding: 27px 15px; }

  .n_listing article h3 > a {
    font-size: 2.6rem;
    line-height: 2.4rem; } }
/* 414 -iphone 6s - 375 iphone 6, 360 galaxy s3, nexus , note - htc one - xperia z - */
@media all and (max-width: 414px) {
  .n_home {
    padding: 40px; } }
@media all and (max-width: 320px) {
  .n_home {
    padding: 40px 20px; } }
/*---------------*/
/* ALBUMS PHOTOS */
/*---------------*/
#albumphoto_listing figure {
  cursor: pointer;
  float: left;
  height: auto;
  margin: 10px 1%;
  min-width: 320px;
  max-height: 360px;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 48%; }

#albumphoto_listing figure img {
  display: block;
  opacity: 0.8;
  position: relative; }

#albumphoto_listing figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
  padding: 2em; }

#albumphoto_listing figure figcaption::before, #albumphoto_listing figure figcaption::after {
  pointer-events: none; }

#albumphoto_listing figure figcaption, #albumphoto_listing figure figcaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#albumphoto_listing figure figcaption > a {
  font-size: 0;
  opacity: 0;
  text-indent: 200%;
  white-space: nowrap;
  z-index: 1000; }

#albumphoto_listing figure h3 {
  font-weight: 800;
  word-spacing: -0.15em;
  font-size: 1em; }

#albumphoto_listing figure h3 span {
  font-weight: 300; }

#albumphoto_listing figure h3, #albumphoto_listing figure p {
  margin: 0; }

#albumphoto_listing figure p {
  font-size: 68.5%;
  letter-spacing: 1px;
  color: #FFF; }

#albumphoto_listing ul li {
  list-style: none; }

#albumphoto_listing > * {
  border-sizing: border-box; }

/*---------------*/
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: linear-gradient(-45deg, #000 0%, #fff 100%); }

figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-lexi figcaption::before, figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lexi h3 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0); }

figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0); }

figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-lexi:hover h3, figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia {
  background: #2f3238; }

figure.effect-julia img {
  max-width: none;
  height: 400px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-julia figcaption {
  text-align: left; }

figure.effect-julia h3 {
  position: relative;
  padding: 0.5em 0; }

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0); }

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
  background: #df4e4e; }

figure.effect-goliath img, figure.effect-goliath h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-goliath h3, figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px; }

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0); }

figure.effect-goliath:hover h3 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Hera *****/
/*-----------------*/
figure.effect-hera {
  background: #303fa9; }

figure.effect-hera h3 {
  font-size: 158.75%; }

figure.effect-hera h3, figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2; }

figure.effect-hera p a {
  color: #fff; }

figure.effect-hera p a:hover, figure.effect-hera p a:focus {
  opacity: 0.6; }

figure.effect-hera p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-hera p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

figure.effect-hera p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

figure.effect-hera p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0); }

figure.effect-hera p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0); }

figure.effect-hera:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); }

figure.effect-hera:hover h3 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

figure.effect-hera:hover p i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* just because it's stronger than nth-child */
  opacity: 1; }

/*-----------------*/
/***** Winston *****/
/*-----------------*/
figure.effect-winston {
  background: #162633;
  text-align: left; }

figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

figure.effect-winston h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0; }

figure.effect-winston a {
  margin: 0 10px;
  color: #5d504f;
  font-size: 170%; }

figure.effect-winston a:hover, figure.effect-winston a:focus {
  color: #cc6055; }

figure.effect-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

figure.effect-winston:hover img {
  opacity: 0.6; }

figure.effect-winston:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
  transform: rotate3d(0, 0, 1, 20deg); }

figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/*-----------------*/
/***** Selena *****/
/*-----------------*/
figure.effect-selena {
  background: #fff; }

figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-selena:hover img {
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1); }

figure.effect-selena h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

figure.effect-selena:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-selena:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0); }

/*-----------------*/
/***** Terry *****/
/*-----------------*/
figure.effect-terry {
  background: #34495e; }

figure.effect-terry figcaption {
  padding: 1em; }

figure.effect-terry figcaption::before, figure.effect-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  -webkit-transform: translate3d(70px, 60px, 0);
  transform: translate3d(70px, 60px, 0); }

figure.effect-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px, -15px, 0);
  transform: translate3d(-15px, -15px, 0); }

figure.effect-terry img, figure.effect-terry p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-terry img {
  opacity: 0.85; }

figure.effect-terry h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media screen and (max-width: 920px) {
  figure.effect-terry h3 {
    padding: 0.75em 10px;
    font-size: 120%; } }
figure.effect-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%; }

figure.effect-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(90px, 0, 0);
  transform: translate3d(90px, 0, 0); }

figure.effect-terry p a:hover, figure.effect-terry p a:focus {
  color: #f3cf3f; }

figure.effect-terry:hover figcaption::before, figure.effect-terry:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover img {
  opacity: 0.6; }

figure.effect-terry:hover h3, figure.effect-terry:hover p a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover p a {
  opacity: 1; }

figure.effect-terry:hover p a:first-child {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s; }

figure.effect-terry:hover p a:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-terry:hover p a:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s; }

figure.effect-terry:hover p a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/
figure.effect-phoebe {
  background: #675983; }

figure.effect-phoebe img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-phoebe:hover img {
  opacity: 0.6; }

figure.effect-phoebe figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle2.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(5, 2.5, 1);
  transform: scale3d(5, 2.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-phoebe:hover figcaption::before {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-phoebe h3 {
  margin-top: 1em;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-phoebe:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-phoebe p a {
  color: #fff;
  font-size: 140%;
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-phoebe p a:first-child {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

figure.effect-phoebe p a:nth-child(2) {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0); }

figure.effect-phoebe p a:nth-child(3) {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

figure.effect-phoebe:hover p a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
  background: #3498db; }

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-apollo h3 {
  text-align: left; }

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/*-----------------*/
/***** Kira *****/
/*-----------------*/
figure.effect-kira {
  background: #fff;
  text-align: left; }

figure.effect-kira img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-kira figcaption {
  z-index: 1; }

figure.effect-kira p {
  padding: 2.25em 0.5em;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

figure.effect-kira p a {
  margin: 0 0.5em;
  color: #101010; }

figure.effect-kira p a:hover, figure.effect-kira p a:focus {
  opacity: 0.6; }

figure.effect-kira figcaption::before {
  position: absolute;
  top: 0;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.5em;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

figure.effect-kira:hover img {
  opacity: 0.5; }

figure.effect-kira:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-kira:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1); }

/*-----------------*/
/***** Steve *****/
/*-----------------*/
figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: #000; }

figure.effect-steve:before, figure.effect-steve h3:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0; }

figure.effect-steve figcaption {
  z-index: 1; }

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

figure.effect-steve h3, figure.effect-steve p {
  background: #fff;
  color: #2d434e; }

figure.effect-steve h3 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em; }

figure.effect-steve h3:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1); }

figure.effect-steve:hover:before {
  opacity: 1; }

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

figure.effect-steve:hover h3:before {
  opacity: 0; }

figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/*-----------------*/
/***** Moses *****/
/*-----------------*/
figure.effect-moses {
  background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
  background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%); }

figure.effect-moses img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-moses h3, figure.effect-moses p {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #fff; }

figure.effect-moses h3 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0); }

figure.effect-moses p {
  float: right;
  padding: 20px;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-moses:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover img {
  opacity: 0.6; }

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%); }

figure.effect-jazz img {
  opacity: 0.9; }

figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-jazz h3, figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1); }

figure.effect-jazz h3 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0; }

figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }

figure.effect-jazz:hover h3, figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: #030c17; }

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1); }

figure.effect-ming h3 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-ming:hover h3 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-ming:hover img {
  opacity: 0.4; }

/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
  background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%); }

figure.effect-duke img, figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-duke:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1); }

figure.effect-duke h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%; }

figure.effect-duke:hover h3, figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-lily figcaption {
  text-align: left; }

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%; }

figure.effect-lily h3, figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-lily h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s; }

figure.effect-lily:hover img, figure.effect-lily:hover p {
  opacity: 1; }

figure.effect-lily:hover img, figure.effect-lily:hover h3, figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s; }

/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

figure.effect-sadie h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

figure.effect-sadie figcaption::before, figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-sadie:hover h3 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); }

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0); }

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0); }

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-roxy h3 {
  padding: 30% 0 10px 0; }

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-roxy:hover figcaption::before, figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #000; }

figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  transform: scale(1);
  -webkit-transform: scale(1); }

figure.effect-bubba:hover img {
  opacity: 0.7;
  transform: scale(1.05);
  -webkit-transform: scale(1.05); }

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s; }

figure.effect-bubba figcaption::before {
  border-top: 4px solid rgba(255, 255, 255, 0.7);
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

figure.effect-bubba figcaption::after {
  border-right: 4px solid rgba(255, 255, 255, 0.7);
  border-left: 4px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

figure.effect-bubba h3 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-bubba:hover h3, figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px); }

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-romeo figcaption::before, figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

figure.effect-romeo h3, figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-romeo h3 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }

figure.effect-romeo:hover h3 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
  background: #18a367; }

figure.effect-layla img {
  height: 390px; }

figure.effect-layla figcaption {
  padding: 3em; }

figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0; }

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

figure.effect-layla h3 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

figure.effect-layla img, figure.effect-layla h3 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-layla:hover h3, figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h3, figure.effect-layla:hover p, figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {
  background: #4a3753; }

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-honey:hover img {
  opacity: 0.5; }

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-honey h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey h3 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey figcaption::before, figure.effect-honey h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-honey:hover figcaption::before, figure.effect-honey:hover h3, figure.effect-honey:hover h3 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); }

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: ''; }

figure.effect-oscar h3 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-oscar figcaption::before, figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0); }

figure.effect-oscar:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-oscar:hover img {
  opacity: 0.4; }

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
  text-align: right; }

figure.effect-marley h3, figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0; }

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-marley h3 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-marley:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-marley h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-marley h3::after, figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-marley:hover h3::after, figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby {
  background-color: #17819c; }

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-ruby h3 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1); }

figure.effect-ruby:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #2e5d5a; }

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

figure.effect-milo h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em; }

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Dexter *****/
/*---------------*/
figure.effect-dexter {
  background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%); }

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-dexter:hover img {
  opacity: 0.4; }

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
  background: #42b078; }

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah figcaption {
  text-align: left; }

figure.effect-sarah h3 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0; }

figure.effect-sarah h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

figure.effect-sarah:hover h3::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-zoe h3 {
  float: left; }

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em; }

figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31; }

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */ }

figure.effect-zoe h3, figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-eye::before {
  content: '\e000'; }

.icon-paper-clip::before {
  content: '\e001'; }

.icon-heart::before {
  content: '\e024'; }

figure.effect-zoe h3 {
  display: inline-block; }

figure.effect-zoe:hover p.description {
  opacity: 1; }

figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h3, figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-zoe:hover h3 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12); }

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-chico figcaption {
  padding: 3em; }

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

figure.effect-chico figcaption::before, figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-chico h3 {
  padding: 20% 0 20px 0; }

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/*--------------*/
/* PARTENAIRES */
/*--------------*/
.partners {
  margin: 100px auto 0 auto;
  text-align: center;
  background: #F8F8F8; }

.partners h2 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden; }

/* carroussel dans slider */
/*---------------*/
/* RECHERCHER SIMPLE */
/*---------------*/
.search_engine {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 86px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 0 5%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 40000;
  transform: translateY(-150%); }

.search_engine input {
  background: none;
  border: none;
  float: left;
  padding: 0;
  margin: 13px 10px;
  width: calc(95% - 20px);
  font-size: 30px;
  height: 60px;
  text-transform: none; }

.search_engine #search_engine_close {
  display: block;
  float: left;
  font-size: 22px;
  width: calc(5% - 20px);
  margin: 0 10px;
  line-height: 86px;
  text-align: center;
  transition: all 0.5s; }

.search_engine #search_engine_close:hover {
  display: block;
  transform: rotate(90deg);
  color: #000;
  transform-origin: 50%; }

.search_showed {
  transform: translateY(0); }

.search_engine .rowElem {
  margin: 0; }

/**/
.multi .rowElem {
  width: calc(30% - 20px);
  margin: 20px 10px;
  float: left; }

.multi .rowElem + .rowElem {
  width: calc(65% - 20px);
  margin: 0 10px;
  float: left; }

.multi .rowElem + .rowElem input {
  border-bottom: 1px solid #CCC; }

/**/
.search_results * {
  transition: all .5s; }

.search_results article {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px; }

.search_results article:hover {
  cursor: pointer;
  background: #F4F4F4; }

.search_results h3 {
  font-size: 1.8rem;
  margin: 0 0 50px 0;
  text-transform: uppercase; }

.search_results h4 {
  font-size: 1.4rem;
  margin: 10px 0;
  text-transform: uppercase; }

.search_results h5 {
  font-size: 1.4rem;
  margin: 10px 0;
  color: #B80A16; }

.search_results time {
  font-size: 1.6rem;
  width: auto;
  margin: 10px 0; }

.search_results time span {
  display: inline-block; }

/**/
@media all and (max-width: 480px) {
  .search_engine input {
    float: none;
    width: calc(80% - 20px);
    clear: both; }

  .search_engine #search_engine_close {
    float: right;
    width: calc(20% - 20px); }

  .search_engine {
    min-height: 60px; }

  .search_engine .rowElem {
    margin: 0;
    display: inline-block;
    width: 75%; }

  .search_engine input {
    float: none;
    width: 100%;
    clear: both;
    font-size: 2rem;
    margin: 0;
    max-width: none; }

  .search_engine #search_engine_close {
    float: right;
    width: calc(20% - 20px);
    line-height: 60px; } }
/*---------------*/
/* COLIBRI CALENDAR */
/*---------------*/
.events {
  padding: 30px 0 0 0; }

.events h3 {
  font-family: "Crimson Text", serif;
  text-align: left;
  font-size: 3.4rem;
  line-height: 38px;
  text-transform: none;
  font-style: italic; }

.events aside {
  min-width: 324px;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 20px;
  padding: 30px 30px 70px 30px; }

.events aside h3 {
  font-family: "Crimson Text", serif;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  padding: 0;
  font-style: italic;
  margin: 0 0 25px 0; }

.events aside ul li {
  list-style-type: none; }

.events aside ul li a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 0 5px; }

.events aside ul li:hover a {
  background: #13163A;
  color: #fff; }

.events aside i.bulletcolor {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 10px 10px 0 0; }

/**/
.events > section {
  position: relative;
  width: 80%;
  margin: 50px auto;
  max-width: 1020px; }

.events .selectElem {
  max-width: 33%; }

#events_results {
  float: left;
  width: calc(100% - 350px); }

#events_results > article {
  background: #fff;
  width: 300px;
  min-height: 80px;
  margin: 15px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 5px 5px 5px;
  overflow: hidden;
  cursor: pointer; }

.events time {
  margin: 5px;
  text-align: left; }

#events_results time span {
  display: block;
  clear: both; }

.events article {
  margin: 0 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  position: relative;
  transition: all 0.2s;
  text-rendering: geometricPrecision; }

.events article:last-of-type {
  border: none; }

.events article:hover {
  transform: scale(1.1); }

.events h4 {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  padding: 0;
  text-transform: none;
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: top;
  margin: 15px 5px;
  max-height: 66px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 33%;
  transform: translate(0, -50%); }

.events article a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#events_results i.bulletcolor {
  display: block;
  width: 31px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: bottom right; }

#events_results time {
  text-align: center; }

/**/
#forminscription h3:before, #gallery h3:before {
  display: none; }

#gallery h3 {
  padding: 10px 30px; }

#gallery h3:after {
  left: 30px; }

#event_detail .category {
  display: inline-block;
  color: #fff;
  padding: 5px;
  float: right;
  vertical-align: top;
  margin: 20px 10px;
  font-weight: 500; }

#event_detail {
  position: relative;
  width: 80%;
  margin: 50px auto;
  max-width: 1020px; }

#event_detail .content {
  margin: 33px 0 135px 0; }

#event_detail time {
  display: block;
  margin: 0 0 20px 0;
  width: auto;
  font-size: 1.6rem; }

#event_detail time span {
  display: inline-block;
  margin: 0 3px; }

.events.wysi .photos {
  width: 100%;
  max-width: 100%;
  margin: 50px auto 5px auto; }

/* format responsive */
#c_calendar {
  max-width: 1000px;
  margin: 40px auto; }

.c_week {
  display: inline;
  float: left; }

.c_week > div {
  float: left;
  min-height: 30px;
  line-height: 30px;
  width: 28px;
  background: #f8f8f8;
  text-align: center;
  font-size: 1.5rem;
  color: #13163A;
  position: relative; }

.c_week > div.empty {
  display: none; }

.c_week > div:before {
  content: attr(data-day);
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #000; }

.c_week .c_event {
  background: #13163A;
  color: #fff; }

.c_week .c_event:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: none;
  z-index: 1000; }

.c_week .c_event:before {
  color: #13163A; }

/* format hebdomadaire - mettre la class .weekly sur la div calendar */
#c_calendar.weekly {
  max-width: 640px;
  margin: 120px auto; }

.weekly .c_week {
  display: flex;
  float: none; }

.weekly .c_week > div {
  flex: 1 1 0;
  max-width: 14,2857%; }

.weekly .c_week > div.empty {
  background: none;
  display: block; }

.weekly .c_week:first-child > div:before {
  content: attr(data-day);
  position: absolute;
  top: -38px;
  left: 0;
  height: 38px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  background: #353431;
  box-shadow: -1px -1px #0F572E, inset -1px -1px 0 0 #0F572E;
  text-transform: uppercase; }

.weekly .c_week > div:before {
  content: ''; }

.weekly .c_week .c_event:hover {
  background: #FF787D;
  transform: none;
  -webkit-transform: none;
  box-shadow: -1px -1px #0F572E, inset -1px -1px 0 0 #0F572E; }

/* format horizontal - mettre la class .horizontal sur la div calendar */
#c_calendar.horizontal {
  max-width: 1000px;
  margin: 120px auto; }

.horizontal .c_week {
  display: inline;
  float: left; }

.horizontal .c_week > div {
  float: left;
  height: 38px;
  line-height: 38px;
  width: 30px;
  box-shadow: -1px -1px #0F572E, inset -1px -1px 0 0 #0F572E;
  background: #000;
  text-align: center;
  font-size: 20px;
  color: #FFF; }

.horizontal .c_week > div.empty {
  display: none; }

@media all and (max-width: 1280px) {
  .events > section {
    width: 90%; }

  #events_results {
    width: calc(100% - 290px); }

  #events_results > article {
    width: 280px; }

  #events_categs {
    min-width: 280px;
    margin: 0 0 0 10px; } }
@media all and (max-width: 1023px) {
  #events_categs {
    max-width: 640px;
    margin: 0 auto 30px auto;
    padding: 30px; }

  #events_categs ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0; }

  #events_categs li:first-of-type i.bulletcolor {
    display: none; }

  #events_results {
    width: 100%;
    text-align: center; }

  #events_results > article {
    text-align: left; }

  /**/
  .events h3 {
    text-align: center; }

  .events .selectElem {
    width: 100%;
    max-width: 640px;
    margin: 20px auto; }

  #c_calendar {
    max-width: 640px;
    margin: 60px auto; }

  .c_week {
    display: flex;
    float: none; }

  .c_week > div {
    flex: 1 1 0;
    max-width: 14,2857%; }

  .c_week > div.empty {
    background: none;
    display: block; }

  .c_week:first-child > div:before {
    content: attr(data-day);
    position: absolute;
    top: -38px;
    left: 0;
    height: 38px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
    background: #353431;
    box-shadow: -1px -1px #0F572E, inset -1px -1px 0 0 #0F572E;
    text-transform: uppercase; }

  .c_week > div:before {
    content: ''; }

  .c_week .c_event:hover {
    background: #FF787D;
    transform: none;
    -webkit-transform: none;
    box-shadow: -1px -1px #0F572E, inset -1px -1px 0 0 #0F572E; }

  .retour {
    margin: 0 0 5px 0; }

  .events.wysi aside {
    margin: 20px 0; }

  #event_detail {
    display: flex;
    flex-direction: column; }

  #event_detail .content {
    margin: 30px 0; } }
@media all and (max-width: 640px) {
  #events_results > article {
    margin: 15px 0; }

  .events.wysi section {
    width: 90%; }

  .events.wysi .photos {
    width: 100%; }

  #event_detail {
    width: 90%; }

  .events aside {
    min-width: 0; }

  .video {
    width: 86%; } }
/*---------------*/
/* !COLIBROOT v1 */
/*---------------*/
html {
  font-size: 62.5%; }

body {
  background: #fff;
  color: #13163A;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden; }

header, main, footer, section, aside, article, nav, form {
  transition: all 0.5s; }
  header::after, main::after, footer::after, section::after, aside::after, article::after, nav::after, form::after {
    clear: both;
    content: "";
    display: table; }

.cycle-slideshow, .cycle-slide, .gmap div {
  transition: none !important; }

h1, h1 a {
  font-family: "Raleway", sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3.5px; }

h1 a span {
  font-size: 1.5rem;
  display: block; }

h1 a:hover {
  color: #fff; }

h2 {
  font-family: "Crimson Text", serif;
  color: #000;
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  display: block;
  padding: 20px 0; }

h3 {
  font-size: 1.4rem;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  padding: 0;
  margin: 20px 0; }

p {
  color: #454545;
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: justify; }

a {
  text-decoration: none;
  color: #000;
  font-size: 1.6rem; }

a:hover {
  color: #000; }

time {
  font-family: "Crimson Text", serif;
  font-size: 4rem;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1.33px;
  color: rgba(0, 0, 0, 0.67);
  width: 38px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin: 20px 20px 20px 4px; }

time span {
  display: block;
  font-size: 1.6rem;
  line-height: 16px; }

/*---------------*/
/* !GEN */
/*---------------*/
main {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: url("/images/deco.png") no-repeat 0 66%; }

main > section {
  width: 100%;
  margin: 0 auto; }
  main > section::after {
    clear: both;
    content: "";
    display: table; }

/**/
.ontop {
  background: #13163A;
  transition: all 0.3s;
  bottom: 90px;
  border-radius: 0; }

.ontop:hover {
  color: #FFF;
  background: #B80A16; }

/**/
#cnil {
  top: auto;
  bottom: 0;
  transition: all 0.3s;
  background: #fff;
  transform: translate(0, 120%);
  padding: 10px 3%;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.4); }

#cnil p {
  color: #000;
  padding: 0 0 5px 0; }

#cnil a {
  transition: all 0.3s;
  margin: 3px 10px;
  background: #13163A; }

#cnil a:hover {
  background: #B80A16;
  color: #fff; }

#cnil a i {
  transition: all 0.3s; }

/**/
.col {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.col h2 {
  display: inline-block;
  text-align: left;
  padding: 0 0 20px 0; }

/**/
.retour {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

/**/
.video {
  padding-bottom: 40.5%;
  width: 74%;
  margin: 0 auto;
  text-align: center; }

/**/
#ui-datepicker-div.ui-datepicker {
  z-index: 10 !important; }

/**/
.nivo-lightbox-wrap {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%; }

.nivo-lightbox-title-wrap {
  width: 100%;
  z-index: 99999;
  text-align: center;
  position: relative;
  display: block;
  padding: 5px 10px;
  height: 50px;
  overflow: hidden;
  transform: translate(0, 40%);
  background: #fff; }

.nivo-lightbox-title {
  font-size: 1.8rem; }

/**/
.search_engine {
  z-index: 999999; }

/*---------------*/
/* !home */
/*---------------*/
.home {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.home:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 9px;
  height: 100%;
  position: fixed;
  background: #13163A;
  z-index: 9998; }

.home:after {
  content: '';
  background: linear-gradient(to bottom, #b80a16 0%, #b80a16 50%, #0f572e 51%, #0f572e 100%);
  width: 9px;
  line-height: 230px;
  height: 230px;
  position: fixed;
  left: 0;
  top: 10vh;
  transform: skewY(140deg);
  z-index: 9998; }

/**/
.fullscreen {
  width: 100%;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  text-align: center; }

.fullscreen div > img {
  width: auto;
  min-height: 105vh;
  min-width: 100%; }

.fullscreen #logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50vh;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  z-index: 110; }

.fullscreen #logo img {
  width: 127px;
  height: auto;
  margin: 0 auto; }

.all {
  max-width: 100%;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
  float: right;
  position: relative;
  padding: 0 0 4px 0;
  margin: 0 4px 0 0;
  height: 21px;
  line-height: 21px;
  clear: both;
  transition: all 0.3s; }

.all:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  background: #000;
  width: 100%;
  height: 2px;
  transition: all .3s; }

.all:hover {
  background: #13163A;
  color: #fff;
  padding: 0 10px; }

.all:hover:after {
  width: 0;
  left: 0; }

/* Agenda home*/
.n_a_home {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch; }

.agenda {
  padding: 45px 70px;
  background: #F8F8F8;
  flex: 1;
  position: relative; }

.agenda h2 {
  display: block;
  float: none; }

.agenda article:first-of-type {
  margin: 40px 30px 0 30px; }

.agenda article {
  margin: 0 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  width: calc(100% - 60px);
  position: relative;
  transition: all 0.2s;
  text-rendering: geometricPrecision;
  overflow: hidden; }

.home .agenda article:last-of-type {
  border: none;
  margin: 0 30px 100px 30px; }

.agenda article p {
  position: absolute;
  top: 15px;
  left: 80px;
  font-size: 1.1rem;
  font-weight: 600; }

.agenda article:hover {
  transform: scale(1.05); }

.agenda h3 {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  padding: 0;
  text-transform: none;
  width: calc(100% - 102px);
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  max-height: 34px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 33%;
  transform: translate(0, -50%); }

.n_a_home .agenda time {
  text-align: center; }

.agenda i.bulletcolor {
  display: block;
  width: 31px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: bottom right; }

.agenda article a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.agenda .all {
  float: none;
  text-align: left;
  display: block;
  /* width: 230px; */
  margin: 0 4px 20px 0;
  position: absolute;
  bottom: 34px;
  transition: all .3s; }

.agenda .all:after {
  position: absolute;
  top: 100%;
  right: 0;
  content: '';
  background: #000;
  width: 100%;
  height: 2px;
  transition: all .3s;
  left: auto; }

.agenda .all:hover {
  background: #13163A;
  color: #fff;
  padding: 0 10px;
  /*  width: 250px; */ }

.agenda .all:hover:after {
  width: 0;
  left: auto;
  right: 0; }

/* Edito home */
.edito {
  position: relative; }

.edito:before {
  content: '';
  background: #13163A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  z-index: -1; }

.edito:after {
  content: '';
  background: linear-gradient(to right, #b80a16 0%, #b80a16 50%, #0f572e 51%, #0f572e 100%);
  height: 14px;
  line-height: 14px;
  width: 230px;
  position: absolute;
  right: 10%;
  top: 0;
  transform: skewX(140deg);
  z-index: 99; }

.edito img {
  float: left;
  width: auto;
  max-width: 576px;
  width: 35%;
  display: inline-block;
  margin: 73px 60px 200px 5%; }

.edito .wysi > div {
  width: 40%;
  display: inline-block; }

.edito p {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  color: #4C4C4C;
  font-size: 1.7rem;
  margin: 0 0 5px 0; }

.edito h2 {
  color: #fff;
  font-size: 5.2rem;
  line-height: 3.8rem;
  font-family: "Crimson Text", serif;
  font-style: italic;
  position: relative;
  padding: 100px 25px 100px 0;
  text-transform: none;
  display: inline-block;
  width: 40%;
  text-align: left;
  vertical-align: top;
  min-width: 470px; }

.edito .wysi {
  display: block;
  width: 90%;
  margin: 50px auto 200px auto; }

/*---------------*/
/* !VIDEO */
/*---------------*/
.fullscreen.video {
  overflow: hidden;
  width: 100%;
  padding: 0; }

.fullscreen.video iframe {
  top: 50%;
  position: fixed;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }

.fullscreen.video a {
  position: absolute;
  z-index: 10;
  bottom: 10vh;
  right: 2%;
  width: 5%;
  min-width: 110px; }

.fullscreen.video a img {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin: auto;
  min-width: 50px; }

.fullscreen.video a span {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin: 10px; }

/*---------------*/
/* !WYSI*/
/*---------------*/
.wysi * {
  transition: all .5s; }

.wysi > section {
  position: relative;
  width: 80%;
  margin: 50px auto;
  max-width: 1280px; }

.wysi h3 {
  font-family: "Crimson Text", serif;
  text-align: left;
  font-size: 3.4rem;
  line-height: 38px;
  text-transform: none;
  font-style: italic; }

.wysi .content a {
  font-size: 1.4rem;
  color: #B80A16; }

.wysi .content a:hover {
  color: #13163A; }

.wysi img {
  max-width: 100%;
  margin: 20px 0;
  display: initial;
  float: none !important; }

.wysi ul, .wysi ol {
  font-size: 1.4rem;
  margin: 20px; }

.wysi blockquote {
  font-size: 1.4rem;
  color: #999;
  font-style: italic;
  margin: 10px 0 10px 50px;
  padding: 10px 20px;
  border-left: 3px solid #ccc;
  max-width: 60%; }

.wysi table {
  margin: auto; }

/*---------------*/
/* !details */
/*---------------*/
.bandeau {
  position: relative;
  overflow: hidden;
  background: #13163A;
  text-align: center;
  padding: 85px 5% 65px 5%;
  left: 0;
  transition: all 0.5s; }

.bandeau:after {
  content: '';
  background: linear-gradient(to left, #b80a16 0%, #b80a16 50%, #0f572e 51%, #0f572e 100%);
  height: 14px;
  line-height: 14px;
  width: 230px;
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: skewX(140deg);
  z-index: 0; }

.bandeau #logo img {
  width: 65px;
  margin: 0 auto; }

.bandeau h1 {
  z-index: 99;
  position: relative; }

.bandeau h2 {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  z-index: 99; }

.bandeau h2 a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 1.8px;
  font-style: normal;
  color: #fff; }

.bandeau h2 span {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 1.5px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 25px; }

.listing .bandeau:after,
.detail .bandeau:after {
  right: -8.33%;
  width: 360px;
  height: 360px; }

/**/
.restaurant {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px; }

.detail h3 {
  font-family: "Crimson Text", serif;
  text-align: center;
  font-size: 3.4rem;
  line-height: 38px;
  text-transform: none;
  font-style: italic; }

.content {
  margin: 80px 0;
  vertical-align: middle; }

.content p {
  color: #373737;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 300; }

aside {
  position: relative;
  width: 400px;
  background: #F8F8F8;
  padding: 70px 60px 140px 90px;
  float: right;
  margin: 0 0 80px 5%;
  position: relative;
  vertical-align: middle; }

aside.nope {
  padding: 0;
  margin: 0;
  height: 0;
  width: 145px; }

aside > div {
  margin: 20px 0; }

aside + .content img {
  max-width: calc(100% - 470px); }

aside.nope + .content img {
  max-width: 100%; }

aside h3, .restaurant aside h3 {
  font-family: "Crimson Text", serif;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  padding: 0;
  font-style: italic; }

aside h3:before {
  display: none; }

aside p {
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 1px; }

aside .social_sharing {
  position: absolute;
  top: -10px;
  right: 43px;
  margin: 0; }

aside .social_sharing a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #1D1D1B;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 0 2px;
  z-index: 1; }

aside .social_sharing a:before {
  content: '';
  background: #B80A16;
  height: 4px;
  width: 0;
  position: absolute;
  top: 13px;
  left: 10px;
  transform: translateZ(0px);
  z-index: -1;
  transition: all .3s; }

aside .social_sharing a:hover:before {
  width: 23px; }

aside .contact {
  margin: 50px 0 0 0; }

aside .contact a {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 1.5px; }

.pdfs {
  margin: 50px 0 0 0; }

.pdf {
  width: 207px;
  height: 42px;
  padding: 0 30px;
  background: #fff;
  margin: 0 0 20px 0;
  display: block; }

.pdf a {
  position: relative;
  line-height: 42px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 2px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.pdf a:before {
  position: absolute;
  bottom: 10px;
  right: 0;
  content: '';
  background: #000;
  width: 100%;
  height: 2px;
  transition: all .3s; }

.pdf:hover {
  background: #13163A; }

.pdf:hover a {
  color: #fff; }

.pdf:hover a:before {
  width: 0;
  right: -15px; }

/* !PHOTO PANO */
section.photos {
  margin: 60px auto 5px auto;
  width: 100%;
  max-width: 100%; }

.photos > div {
  display: none; }

.photos > div.active {
  display: block; }

.photos nav {
  text-align: center;
  display: block;
  max-width: 100%; }

.photos h2 {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 13px;
  padding: 0;
  color: rgba(0, 0, 0, 0.24); }

.photos h2.active {
  color: #000; }

.photos h2:hover {
  color: #000;
  cursor: pointer; }

.photos h2:after {
  content: " / ";
  color: #000; }

.photos h2:last-of-type:after {
  content: none; }

/**/
/*---------------*/
/* !panoramiques */
/*---------------*/
.panoramique {
  width: 100%;
  position: relative;
  margin: 0;
  overflow-x: hidden; }

.panoramique img {
  min-height: 650px;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none; }

.panodesk {
  padding: 0 0 20px 0;
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #999; }

.panoramique {
  position: relative; }

/**/
.NavDragdealer {
  display: block;
  position: absolute;
  z-index: 99;
  top: 600px;
  left: 50%;
  margin-left: -145px; }

.NavDragdealer .Help {
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -45px;
  text-shadow: 0 1px 2px #000000; }

.NavDragdealer .dragdealer {
  width: 290px;
  height: 0px;
  margin: 0 auto;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.NavDragdealer .dragdealer .handle {
  width: 50px;
  height: 15px;
  position: absolute;
  top: -7px;
  left: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3); }

NavDragdealer .dragdealer .handle:hover {
  background: #F4F4F4; }

.NavDragdealer .dragdealer .handle:active {
  background: #e4e4e4; }

/*---------------*/
/* PARTENAIRES */
/*---------------*/
main > section#listing_partners {
  width: 80%;
  margin: 50px auto; }

.listing_partners article {
  background: #F8F8F8;
  display: block;
  float: left;
  height: 240px;
  margin: 5px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: calc(25% - 10px); }

.listing_partners article:hover {
  cursor: pointer;
  transform: scale(0.95, 0.95); }

.listing_partners article h2 {
  height: 40px;
  line-height: 18px;
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
  color: #FFF; }

.listing_partners article .logo {
  display: block;
  height: 150px;
  line-height: 150px;
  margin: 0 auto;
  overflow: hidden;
  width: 150px; }

.listing_partners article .logo img {
  vertical-align: middle;
  display: block;
  position: relative;
  margin: 50% 0 0 0;
  transform: translate(0, -50%); }

.listing_partners article .description {
  display: none; }

.listing_partners article img {
  width: 150px; }

.listing_partners article p, .listing_partners article ul li {
  color: #13163A;
  font-size: 1.5rem; }

.listing_partners article .partnerdescr {
  display: none;
  padding: 10px 0;
  overflow: hidden;
  max-height: 265px; }

.listing_partners article.size {
  height: 490px;
  width: calc(50% - 10px);
  overflow: hidden; }

.listing_partners article.size:hover {
  transform: scale(1, 1); }

.listing_partners article.size .partnerdescr {
  display: block;
  overflow: hidden; }

.listing_partners article.size .btnclose {
  display: block;
  font-family: "Raleway", sans-serif;
  color: #13163A;
  font-size: 12px;
  line-height: 10px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px; }

.listing_partners article.size .btnclose:hover {
  color: #B80A16; }

.listing_partners article.size p {
  text-align: justify; }

/*---------------*/
/* !abonnement newsletter */
/*---------------*/
.f_news {
  text-align: center;
  width: 100%;
  display: block;
  background: #fff;
  padding: 0 20px; }

.f_news h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 15px 30px 0; }

.f_news form {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 15px 30px 0;
  width: 50%;
  max-width: 610px; }

.f_news input {
  display: inline-block;
  vertical-align: middle;
  width: calc(30% - 10px);
  margin: 0 0 0 8px; }

.f_news #email {
  width: calc(70% - 10px);
  margin: 0 8px 0 0; }

/*---------------*/
/* !FOOTER */
/*---------------*/
footer {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  font-family: "Raleway", sans-serif;
  background: #13163A; }

footer section {
  padding: 45px 60px 70px 0;
  text-align: left; }

footer h2 {
  padding: 0; }

/**/
footer .f_contact h2,
footer .f_infos h2 {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  color: #fff; }

footer address p,
footer .tel {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 0;
  font-style: normal; }

footer .tel a {
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 0;
  font-style: normal; }

footer .tel a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s; }

footer .tel a:hover:before {
  width: 100%; }

/**/
footer .f_infos {
  flex: 0 1 29%; }

footer .f_infos a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
  position: relative;
  transition: all .5s; }

footer .f_infos a:hover {
  padding: 0 10px;
  color: #fff; }

footer .f_infos a::after {
  background: #fff;
  content: " ";
  height: 2px;
  left: 0;
  top: calc(50% - 2px);
  opacity: 0;
  position: absolute;
  width: 0;
  transition: all .5s; }

footer .f_infos a:hover::after {
  opacity: 1;
  width: 5px; }

/**/
footer .f_follow {
  text-align: center;
  position: relative; }

footer .f_follow h2 {
  color: #fff; }

footer .f_follow h2:before {
  content: '';
  background: linear-gradient(to right, #0f572e 0%, #0f572e 50%, #b80a16 51%, #b80a16 100%);
  height: 14px;
  line-height: 14px;
  width: 230px;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: skewX(140deg) translate(-50%, 0);
  z-index: 9998; }

footer .f_follow li {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 3px solid #fff;
  margin: 18px 14px;
  position: relative;
  z-index: 1; }

footer .f_follow li a {
  color: #fff;
  font-size: 2.4rem;
  width: 45px;
  height: 45px;
  line-height: 45px; }

footer .f_follow li:before {
  content: '';
  background: #B80A16;
  height: 4px;
  width: 0;
  position: absolute;
  top: 20px;
  left: 25px;
  transform: translateZ(0px);
  z-index: -1;
  transition: all .3s; }

footer .f_follow li:hover:before {
  width: 30px; }

/**/
footer .colibri {
  position: absolute;
  bottom: 51px;
  right: 30px; }

footer .colibri i {
  font-size: 1.6rem;
  color: #fff;
  float: right; }

/*---------------*/
/* !MEDIA QUERIES MAIN */
/*---------------*/
@media all and (max-width: 1023px) {
  .presentation {
    width: 80%; }

  .presentation div img {
    width: calc(50% - 13px); }

  .panorama {
    height: 600px; }

  .presentation .descr {
    width: 80%; }

  .presentation .galery_H {
    width: 80%; }

  h1, h1 a {
    font-size: 3.2rem;
    letter-spacing: 2px; }

  .edito .wysi {
    width: 90%;
    min-width: 0; }

  .n_a_home {
    flex-direction: column; }

  .col {
    display: block;
    float: none;
    width: 100%; }

  .agenda article:first-of-type {
    margin: 0 30px; }

  .agenda article {
    width: calc(100% - 60px); }

  .agenda h3 {
    width: calc(100% - 85px); }

  .agenda .all {
    position: relative;
    float: left;
    bottom: auto;
    margin: 20px 0; }

  .edito {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%; }

  .edito img {
    margin: 73px 30px 200px 0; }

  .edito h2 {
    min-width: 0;
    width: 59%;
    padding: 88px 0 94px 0; }

  .edito .wysi {
    width: 100%;
    min-width: 0; }

  .edito .wysi > div {
    width: 59%;
    min-width: 0; }

  .edito p {
    margin: 0; }

  /**/
  .listing .bandeau:after,
  .detail .bandeau:after {
    right: -10.6%; }

  .detail main > section:first-of-type,
  .restaurant {
    display: flex;
    flex-direction: column; }

  aside {
    order: 1;
    width: 100%;
    margin: 0 0 50px 0;
    float: none;
    padding: 60px; }

  aside > div,
  aside .contact {
    display: inline-block;
    margin: 0 20px; }

  aside + .content img {
    max-width: 100%;
    display: block; }

  /**/
  section.photos {
    margin: 20px auto 5px auto; }

  .photos nav {
    max-width: 80%;
    margin: 0 auto;
    text-align: left; }

  /**/
  footer {
    justify-content: flex-start; }

  footer section {
    padding: 45px 60px 10px; }

  footer .f_infos {
    order: 2;
    flex: 0 1 44%;
    padding: 10px 60px 70px; }

  footer .f_follow {
    order: 1; }

  .nivo-lightbox-title-wrap {
    height: 45px; }

  .nivo-lightbox-title {
    font-size: 1.6rem; } }
/* 800 galaxy note & tab - nexus 10 768 ipad, 720 surface pro */
@media all and (max-width: 800px) {
  .fullscreen.video {
    height: auto;
    background: #13163A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .fullscreen.video iframe {
    margin: 0;
    top: auto;
    position: relative;
    left: auto;
    min-height: 0;
    max-width: 100%;
    max-height: none;
    height: calc(100vw * 9 / 16);
    z-index: 0;
    transform: translate(0, 0); }

  .fullscreen.video a {
    position: relative;
    bottom: auto;
    right: auto;
    min-width: 110px;
    margin: 30px auto;
    display: block; }

  .fullscreen.video a img {
    position: relative;
    display: block;
    width: 20%;
    max-width: 83px;
    height: auto;
    margin: auto;
    min-width: 50px; }

  /**/
  h1 a span {
    font-size: 2.8rem; }

  .edito:before {
    height: 200px; }

  .edito img {
    max-width: 45%; }

  .edito h2 {
    width: 100%;
    padding: 81px 0;
    display: block;
    font-size: 3.2rem; }

  .edito .wysi {
    margin: 20px auto 200px auto; }

  .edito .wysi > div {
    width: 47%; }

  .edito p {
    line-height: 20px; }

  /**/
  .panorama {
    height: 450px; }

  /**/
  .pdfs {
    display: block; }

  /**/
  .listing .bandeau:after,
  .detail .bandeau:after {
    right: -10.3%; }

  /**/
  .listing_partners article {
    width: calc(33% - 10px); }

  .listing_partners article.size {
    width: calc(66% - 10px); }

  /**/
  .f_contact {
    order: 2; }

  footer .f_follow {
    width: 100%;
    padding: 45px 40px 10px; }

  footer .f_follow h2 {
    text-align: center; }

  footer .f_infos,
  .f_contact {
    order: 2;
    padding: 10px 40px 70px; }

  .nivo-lightbox-title-wrap {
    height: 40px; }

  .nivo-lightbox-title {
    font-size: 1.4rem; } }
@media all and (max-width: 640px) {
  .home:after {
    top: 60px; }

  main > section {
    width: 90%; }

  .detail main > section:first-of-type, .restaurant {
    width: 90%; }

  .edito {
    display: flex;
    flex-direction: column;
    width: 100%; }

  .edito:before {
    height: 300px; }

  .edito:after {
    left: calc(50% - 120px);
    width: 240px;
    right: auto; }

  .edito h2 {
    width: 100%;
    padding: 60px 0;
    font-size: 4.2rem; }

  .edito img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    order: 1;
    margin: 0 auto; }

  .edito .wysi {
    order: 2;
    margin: 20px auto; }

  .edito .wysi > div {
    width: 100%;
    margin: 0; }

  .partners {
    width: 100%; }

  .partners h2 {
    transform: translateY(-50%); }

  /**/
  .panorama {
    height: 400px; }

  /**/
  .listing_partners article {
    width: calc(50% - 10px); }

  .listing_partners article.size {
    width: calc(50% - 10px); }

  /**/
  .wysi > section {
    width: 90%; }

  .wysi li {
    font-size: 1.3rem; }

  .wysi blockquote {
    max-width: 80%;
    font-size: 1.3rem;
    margin: 10px 0 10px 20px; }

  /**/
  .f_news form {
    width: 100%;
    padding: 30px 15px; }

  .f_news h2 {
    padding: 20px 15px 0; }

  .f_news #email {
    margin: 0; }

  .photos nav {
    max-width: 90%; }

  .nivo-lightbox-title-wrap {
    height: 47px; }

  .nivo-lightbox-title {
    font-size: 1.2rem; } }
/* 480 galaxy s - 414 iphone 6s */
@media all and (max-width: 480px) {
  h2,
  .edito h2 {
    font-size: 2.6rem;
    line-height: 2.4rem; }

  .home h2,
  .edito h2,
  .col h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

  .agenda {
    padding: 45px; }

  .home .agenda article:last-of-type,
  .agenda article:first-of-type,
  .agenda article {
    margin: 0;
    width: 100%; }

  .agenda h3 {
    margin: 20px 0; }

  .edito p, p {
    font-size: 1.3rem; }

  /**/
  .panorama {
    height: 300px; }

  /**/
  .content {
    margin: 50px 0; }

  aside > div, aside .contact {
    margin: 0; }

  aside h3, .restaurant aside h3 {
    font-size: 2.2rem; }

  /**/
  .listing_partners article {
    width: calc(100% - 10px); }

  .listing_partners article.size {
    width: calc(100% - 10px); }

  /**/
  footer {
    justify-content: center; }

  .f_contact {
    padding: 10px 40px;
    flex: 1 1 100%; }

  footer .f_infos {
    flex: 1 1 100%; }

  footer .f_contact h2,
  footer address p,
  footer .tel,
  footer .f_infos h2,
  footer .f_infos li {
    text-align: center; }

  .panorama {
    height: 300px; } }
/* 414 -iphone 6s - 375 iphone 6, 360 galaxy s3, nexus , note - htc one - xperia z - */
@media all and (max-width: 414px) {
  .edito {
    margin: 0 0 0 3px; }

  nav.taskbar > ul li {
    min-width: 110px; }

  aside {
    padding: 20px 40px; }

  .bandeau h1, .bandeau h1 a {
    font-size: 2.2rem; }

  .bandeau h2 a {
    font-size: 1.6rem; }

  .listing .bandeau:after,
  .detail .bandeau:after {
    width: 220px; }

  .panorama {
    height: 400px; }

  .nivo-lightbox-title-wrap {
    height: 60px; } }
@media all and (max-width: 320px) {
  main > section {
    width: 100%; }

  .wysi blockquote {
    max-width: 90%; }

  .panorama {
    height: 450px; }

  .nivo-lightbox-title-wrap {
    height: 77px; } }
@media all and (max-height: 500px) {
  .fullscreen {
    min-height: 500px; }

  .fullscreen #logo {
    top: 250px; } }
