@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond);
/* **************** COULEURS *************** */
.abs0 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* **************** TEXTES *************** */
.line-through {
  text-decoration: line-through;
}
/* **************** BOX SIZING *************** */
/* **************** FLEX *************** */
/* **************** BLOCKS *************** */
/* **************** BACKGROUNDS *************** */
/* **************** MARGINS / PADDINGS *************** */
/* **************** BORDERS *************** */
/* **************** ARRONDIS *************** */
/* **************** SHADOW *************** */
/* **************** MISC *************** */
/* **************** ANIMATIONS *************** */
/* **************** SPECIFIQUE *************** */
/*.nav_link{
    .typo;font-size:1.4em;line-height:2em;text-decoration:none;color:#000000;
  }
  .nav_hover(@bg-color:#0099cc, @color:#FFFFFF){
  .br(transparent,4px);
  &.haschild{
  background:url(../img/puce-n.png) 185px center no-repeat ;
  padding-right:15px;
}
&:hover{
background-color:@bg-color;
& when (@bg-color = #ffffff){
&:before{
content:'';
background:url(../img/bg-nav.png) left repeat-y transparent;
width:13px;
height:28px;
.abs;
left:0px;
}
}
.br(#ff8700,4px);
>a{
color:@color;
}
&.haschild when (@bg-color = #0099cc){
background:url(../img/puce.png) 185px center no-repeat @bg-color ;
padding-right:15px;
}

}
}


/* **************** VISUELS PRINCIPAUX *************** */
/* **************** IMAGES *************** */
/* **************** BLOC *************** */
/* **************** CTA *************** */
/* **************** CTA *************** */
/* **************** PLACEHOLDER *************** */
/* **************** Animations / Transitions *************** */
/* new mixins */
/* use like this :
div{
.transition(background, 1s; border-color, 2s; color, 2s);
}
*/
/* use like this :
div#div2{
.transform(rotate, 20deg; scale, 1.5; translateX, 10px);
}
*/
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
  }
}
@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-transform: none;
  }
}
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -o-transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
  }
}
/*
Utilisation :
.cta_hamburger_cross(~'.top-navigation-sideNav-icons', ~'.top-navigation-sideNav-icon',~'.sb-active-left', @weryetcaullier,@width-step2);
HTML :
.top-navigation-sideNav-icons
.top-navigation-sideNav-icon.top
.top-navigation-sideNav-icon.middle
.top-navigation-sideNav-icon.bottom
Déclencheur :
.sb-active-left .top-navigation-sideNav-icons
.top-navigation-sideNav-icon.top
.top-navigation-sideNav-icon.middle
.top-navigation-sideNav-icon.bottom
Need : translateRotate - animated - fadeInDown - fadeOutDown
*/
/*

@-webkit-keyframes zoomOut {
from {
opacity: 1;
}

50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}

to {
opacity: 0;
}
}

@keyframes zoomOut {
from {
opacity: 1;
}

50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}

to {
opacity: 0;
}
}

.zoomOut() {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;

-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
/* **************** Formes *************** */
/* **************** nakaa-sticky-header *************** */
/* **************** custom scrollbars *************** */
/* **************** GRILLE BOOTSTRAP *************** */
/* **************** MEDIA WIDTH *************** */
/* Nav store navigation */
/*@animation-nav-stores-timing : @animation-timing;*/
/* ease-in-out */
/* **************** COULEURS *************** */
/* **************** SPECIFIQUE MODULES *************** */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1195px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1195px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1195px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1195px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1196px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1196px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1196px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1196px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1195px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1196px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1195px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 361px) {
  .container {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1004px;
  }
}
@media (min-width: 1196px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1196px) {
  .container {
    width: 1196px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1195px) {
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1195px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1195px) {
  .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4 {
  float: left;
}
.col-xs-4 {
  width: 100%;
}
.col-xs-3 {
  width: 75%;
}
.col-xs-2 {
  width: 50%;
}
.col-xs-1 {
  width: 25%;
}
.col-xs-pull-4 {
  right: 100%;
}
.col-xs-pull-3 {
  right: 75%;
}
.col-xs-pull-2 {
  right: 50%;
}
.col-xs-pull-1 {
  right: 25%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-4 {
  left: 100%;
}
.col-xs-push-3 {
  left: 75%;
}
.col-xs-push-2 {
  left: 50%;
}
.col-xs-push-1 {
  left: 25%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-4 {
  margin-left: 100%;
}
.col-xs-offset-3 {
  margin-left: 75%;
}
.col-xs-offset-2 {
  margin-left: 50%;
}
.col-xs-offset-1 {
  margin-left: 25%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4 {
    float: left;
  }
  .col-sm-4 {
    width: 100%;
  }
  .col-sm-3 {
    width: 75%;
  }
  .col-sm-2 {
    width: 50%;
  }
  .col-sm-1 {
    width: 25%;
  }
  .col-sm-pull-4 {
    right: 100%;
  }
  .col-sm-pull-3 {
    right: 75%;
  }
  .col-sm-pull-2 {
    right: 50%;
  }
  .col-sm-pull-1 {
    right: 25%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-4 {
    left: 100%;
  }
  .col-sm-push-3 {
    left: 75%;
  }
  .col-sm-push-2 {
    left: 50%;
  }
  .col-sm-push-1 {
    left: 25%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-4 {
    margin-left: 100%;
  }
  .col-sm-offset-3 {
    margin-left: 75%;
  }
  .col-sm-offset-2 {
    margin-left: 50%;
  }
  .col-sm-offset-1 {
    margin-left: 25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4 {
    float: left;
  }
  .col-md-4 {
    width: 100%;
  }
  .col-md-3 {
    width: 75%;
  }
  .col-md-2 {
    width: 50%;
  }
  .col-md-1 {
    width: 25%;
  }
  .col-md-pull-4 {
    right: 100%;
  }
  .col-md-pull-3 {
    right: 75%;
  }
  .col-md-pull-2 {
    right: 50%;
  }
  .col-md-pull-1 {
    right: 25%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-4 {
    left: 100%;
  }
  .col-md-push-3 {
    left: 75%;
  }
  .col-md-push-2 {
    left: 50%;
  }
  .col-md-push-1 {
    left: 25%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-4 {
    margin-left: 100%;
  }
  .col-md-offset-3 {
    margin-left: 75%;
  }
  .col-md-offset-2 {
    margin-left: 50%;
  }
  .col-md-offset-1 {
    margin-left: 25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1196px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4 {
    float: left;
  }
  .col-lg-4 {
    width: 100%;
  }
  .col-lg-3 {
    width: 75%;
  }
  .col-lg-2 {
    width: 50%;
  }
  .col-lg-1 {
    width: 25%;
  }
  .col-lg-pull-4 {
    right: 100%;
  }
  .col-lg-pull-3 {
    right: 75%;
  }
  .col-lg-pull-2 {
    right: 50%;
  }
  .col-lg-pull-1 {
    right: 25%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-4 {
    left: 100%;
  }
  .col-lg-push-3 {
    left: 75%;
  }
  .col-lg-push-2 {
    left: 50%;
  }
  .col-lg-push-1 {
    left: 25%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-4 {
    margin-left: 100%;
  }
  .col-lg-offset-3 {
    margin-left: 75%;
  }
  .col-lg-offset-2 {
    margin-left: 50%;
  }
  .col-lg-offset-1 {
    margin-left: 25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* BACKGROUND TRANSITIONS */
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover {
  color: white;
}
.hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* --- UTILES --- */
.clear {
  clear: both;
}
/* --- STYLES DE BASE --- */
/* Page */
html {
  font-size: 100%;
  background-color: #ffffff;
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0em;
  font-size: 10px;
  line-height: 1.4;
  color: black;
  background-color: #ffffff;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 1px solid #000000;
}
html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: #000000;
  border: 5px solid #000000;
}
html body,
body body {
  scrollbar-face-color: #ffffff;
  scrollbar-track-color: #000000;
}
*:focus {
  outline: none;
}
/* **************** TYPOS *************** */
/* Titres */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 .5em 0;
  line-height: 1.2;
  font-weight: normal;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.16666667em;
  letter-spacing: 0.1em;
  color: #000000;
}
h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  line-height: 1em;
  letter-spacing: 0.1em;
}
h3 strong {
  font-weight: 500;
}
h4 {
  font-size: 2.4em;
}
h5 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
h6 {
  font-size: 1.3em;
  color: #000000;
}
/* Listes */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Paragraphes */
p {
  margin: .75em	0;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}
address {
  margin: .75em 0;
  font-size: 1.4em;
  font-weight: 300;
}
/* Liens */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
/* Divers éléments de type en-ligne  */
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
/* Formulaires */
form,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input,
button,
select {
  vertical-align: middle;
}
input,
select {
  font-size: 1.8em;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 2.11111111em;
  padding: 0 0.72222222em;
  color: #000000;
}
input ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  color: #575757;
}
input :-moz-placeholder,
select :-moz-placeholder {
  color: #575757;
}
input ::-moz-placeholder,
select ::-moz-placeholder {
  color: #575757;
}
input :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: #575757;
}
form .cta-form {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 2.57142857em;
  text-align: center;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}
form .cta-form.on {
  color: #ffffff;
  background: #000000;
}
form .cta-form:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
form .cta-form:hover {
  color: white;
}
form .cta-form:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
form .cta-form:hover {
  color: #000000;
}
form .cta-form::before {
  background: #ffffff;
}
/* Couleur */
img {
  max-width: 100%;
}
/* Grid */
.no-gutter {
  padding-left: 0px;
  padding-right: 0px;
}
.no-l-gutter {
  padding-left: 0px;
}
.no-r-gutter {
  padding-right: 0px;
}
@media (min-width: 1024px) and (max-width: 1195px) {
  .no-md-gutter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-md-l-gutter {
    padding-left: 0px;
  }
  .no-md-r-gutter {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .no-sm-gutter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-sm-l-gutter {
    padding-left: 0px;
  }
  .no-sm-r-gutter {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .no-xs-gutter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-xs-l-gutter {
    padding-left: 0px;
  }
  .no-xs-r-gutter {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .no-min-sm-gutter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-min-sm-l-gutter {
    padding-left: 0px;
  }
  .no-min-sm-r-gutter {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .no-min-md-gutter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-min-md-l-gutter {
    padding-left: 0px;
  }
  .no-min-md-r-gutter {
    padding-right: 0px;
  }
}
@media (min-width: 1196px) {
  .no-min-lg-gutter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-min-lg-l-gutter {
    padding-left: 0px;
  }
  .no-min-lg-r-gutter {
    padding-right: 0px;
  }
}
/* Couleurs */
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
/* GRID */
.my-grid {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.my-grid .row > div > div {
  height: 20px;
  max-height: 100%;
  background: rgba(255, 0, 0, 0.5);
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.my-grid.opened .row > div > div {
  height: 2000px;
}
.my-grid .container {
  background: transparent;
}
.grid-button.cta {
  position: fixed;
  bottom: 1em;
  left: 1em;
  opacity: 0.2;
  z-index: 99999;
}
.grid-button.cta:hover {
  opacity: 1;
}
/* Misc */
.center {
  text-align: center;
}
/* Logos */
.main-logo {
  text-align: left;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  font-size: 0;
}
.main-logo .name {
  text-indent: -9999em;
  display: block;
  height: 0;
  position: absolute;
}
.main-logo .logo {
  max-width: 100%;
}
.main-logo .logo-wc {
  width: 321px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.main-logo .logo-wc .logo {
  display: block;
  text-indent: -9999em;
  opacity: 1;
  padding-top: 14.64174455%;
  background: url('../img/logo-werryetaculliez.png') center center no-repeat;
  background-size: 100% auto;
}
.second-logo {
  text-align: left;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  font-size: 0;
}
.second-logo .name {
  text-indent: -9999em;
  display: block;
  height: 0;
  position: absolute;
}
.second-logo .logo {
  max-width: 100%;
}
.second-logo .logo-allianz {
  width: 138px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.second-logo .logo-allianz .logo {
  display: block;
  text-indent: -9999em;
  opacity: 1;
  padding-top: 26.92307692%;
  background: url('../img/logo-allianz.png') center center no-repeat;
  background-size: 100% auto;
}
.baseline {
  text-transform: uppercase;
  color: #000000;
  font-size: 1.4em;
  text-align: justify;
  width: 100%;
  letter-spacing: 0.27857143em;
  line-height: 1em;
}
.baseline span {
  font-weight: 500;
}
.signature {
  text-align: left;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  font-size: 0;
}
.signature .sign-dc {
  width: 163px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.signature .sign-dc .sign {
  display: block;
  text-indent: -9999em;
  opacity: 1;
  padding-top: 38.65030675%;
  background: url('../img/signature-dc.png') center center no-repeat;
  background-size: 100% auto;
}
/* Pictos */
.top-navigation-respNav-icons {
  position: absolute;
  width: 24px;
  height: 19px;
  right: 12px;
  top: 12px;
  /*height: 14px;left: 16px;top: 16px;width: 18px;*/
  -webkit-backface-visibility: hidden;
}
.top-navigation-respNav-icon {
  background: #000000;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1px;
  /*.w(18px);.h(2px);*/
  width: 24px;
  height: 3px;
  left: 0;
  line-height: 1px;
  overflow: hidden;
  position: absolute;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transform: translate(0, 0) rotate(0);
  -webkit-transform: translate(0, 0) rotate(0);
  -moz-transform: translate(0, 0) rotate(0);
  -o-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.25s ease-in-out 0.2s;
  -moz-transition: transform 0.25s ease-in-out 0.2s;
  -o-transition: transform 0.25s ease-in-out 0.2s;
  -ms-transition: transform 0.25s ease-in-out 0.2s;
  transition: transform 0.25s ease-in-out 0.2s;
  /*@media (min-width: @width-step2)
    {
    .w(24px);.h(3px);
    &.middle{
    top:8px;
  }
  }*/
}
.top-navigation-respNav-icon.top {
  top: 0;
}
.top-navigation-respNav-icon.middle {
  /*top:6px;*/
  top: 8px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.top-navigation-respNav-icon.bottom {
  bottom: 0px;
}
.opened .top-navigation-respNav-icon {
  /*&.top{
    .translateRotate(0,6px,45deg);
  }
  &.middle{
  top:6px;.fadeOutDown();
}
&.bottom{
.translateRotate(0,-6px,-45deg);
}
@media (min-width: @width-step2)
{
&.top{
.translateRotate(0,8px,45deg);
}
&.middle{
top:8px;
}
&.bottom{
.translateRotate(0,-8px,-45deg);
}
}*/
}
.opened .top-navigation-respNav-icon.top {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transform: translate(0, 8px) rotate(45deg);
  -webkit-transform: translate(0, 8px) rotate(45deg);
  -moz-transform: translate(0, 8px) rotate(45deg);
  -o-transform: translate(0, 8px) rotate(45deg);
  -ms-transform: translate(0, 8px) rotate(45deg);
  -webkit-backface-visibility: hidden;
}
.opened .top-navigation-respNav-icon.middle {
  top: 8px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.opened .top-navigation-respNav-icon.bottom {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transform: translate(0, -8px) rotate(-45deg);
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  -moz-transform: translate(0, -8px) rotate(-45deg);
  -o-transform: translate(0, -8px) rotate(-45deg);
  -ms-transform: translate(0, -8px) rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.picto_css {
  display: inline-block;
}
.picto_css.hamburger {
  position: relative;
  width: 24px;
  height: 19px;
}
.picto_css.cross {
  position: relative;
  width: 20px;
  height: 19px;
}
.picto_css.cross:before,
.picto_css.cross:after {
  position: absolute;
  top: 50%;
  content: " ";
  right: 50%;
  margin-top: -1px;
  margin-right: -12px;
  width: 25px;
  height: 3px;
  background-color: #000000;
}
.picto_css.cross:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
.picto_css.cross:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
.picto_css.cross:hover:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.picto_css.cross:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.picto_css.plus {
  width: 15px;
  height: 15px;
  position: relative;
}
.picto_css.plus:before,
.picto_css.plus:after {
  position: absolute;
  top: 50%;
  content: " ";
  right: 0px;
  margin-top: -1px;
  width: 15px;
  height: 3px;
  background-color: #000000;
}
.picto_css.plus:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  -ms-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.picto_css.plus.opened:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.picto_css.left {
  width: 10px;
  height: 16px;
  top: -0.7em;
  position: relative;
}
.picto_css.left::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000000;
  content: '';
  display: inline-block;
  height: 1em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.picto_css.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.picto_css.right {
  width: 10px;
  height: 16px;
  top: -0.7em;
  position: relative;
}
.picto_css.right::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000000;
  content: '';
  display: inline-block;
  height: 1em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.picto_css.right:before {
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.picto_css:hover {
  cursor: pointer;
}
/* CTA */
.cta {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 1px solid #000000;
  text-align: center;
  padding: 10px 10px;
  min-width: 156px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  letter-spacing: 2px;
}
.cta.on {
  color: #ffffff;
  background: #000000;
}
.cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cta:hover {
  color: white;
}
.cta:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.cta.black {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}
.cta.black:hover {
  color: #000000;
}
.cta.black::before {
  background: #ffffff;
}
.cta.white {
  color: #000000;
  border: 1px solid #000000;
  background: #ffffff;
}
.cta.white:hover {
  color: #ffffff !important;
}
.cta.white::before {
  background: #000000;
}
.cta.transparent {
  color: #000000;
  border: 1px solid #000000;
  background: transparent ;
}
.cta.transparent:hover {
  color: #ffffff !important;
}
.cta.transparent::before {
  background: #000000;
}
.cta.xs {
  min-width: 150px;
  width: auto;
}
.cta.sm {
  min-width: 175px;
  width: auto;
}
.cta.md {
  min-width: 200px;
  width: auto;
}
.cta.lg {
  min-width: 225px;
  width: auto;
}
.cta.xlg {
  min-width: 250px;
  width: auto;
}
@media (max-width: 1023px) {
  .cta {
    min-width: 140px;
    width: auto;
    letter-spacing: 0px;
  }
}
/*.neg{
.cta{
.white;
.bg-black;
&:before{
background: @white;
}
&:hover{
.black;
.bg-white;

}
}
}*/
/* Navigation */
@media (min-width: 1024px) {
  nav.main-nav a {
    text-decoration: none;
  }
  nav.main-nav .nav-wrap > ul {
    /*font-size: 1.2em;
			font-weight: 300;*/
    color: #000000;
    letter-spacing: 0.10833333em;
  }
  nav.main-nav .nav-wrap > ul > li {
    display: inline-block;
    padding: 0 8px;
    margin-left: 5px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  nav.main-nav .nav-wrap > ul > li > span {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  nav.main-nav .nav-wrap > ul > li > span s {
    display: inline-block;
    background-color: #ffffff;
    width: 55px;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  nav.main-nav .nav-wrap > ul > li.current-menu-item > span {
    /*border-color: @black;*/
  }
  nav.main-nav .nav-wrap > ul > li.current-menu-item > span s {
    background-color: #000000;
  }
  nav.main-nav .nav-wrap > ul > li:hover > span {
    /*border-color: @black;*/
  }
  nav.main-nav .nav-wrap > ul > li:hover > span s {
    background-color: #000000;
  }
  .main-nav .nav-wrap {
    display: block !important;
  }
  .top-navigation-respNav {
    display: none;
    cursor: pointer;
    text-indent: -9999em;
  }
}
@media (min-width: 1024px) and (max-width: 1195px) {
  nav.main-nav .nav-wrap > ul {
    letter-spacing: 0.05833333em;
  }
}
@media (min-width: 1024px) and (min-width: 1196px) {
  nav.main-nav .nav-wrap > ul > li {
    margin-left: 15px;
  }
}
/* Navigation responsive */
@media (max-width: 1023px) {
  .main-nav.resp-nav .nav-wrap {
    display: none;
  }
  nav.main-nav.resp-nav {
    width: 100%;
  }
  nav.main-nav.resp-nav .nav-wrap > ul {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
  }
  nav.main-nav.resp-nav .nav-wrap > ul a {
    text-decoration: none;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li {
    display: block;
    padding: 0px;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li.parent > span,
  nav.main-nav.resp-nav .nav-wrap > ul > li > span > a {
    display: inline-block;
    padding: 0.9375em 0.625em;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    /* Hover negatif */
    /* &:hover{
					.bg-white;
					.black;
					}*/
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li:last-child > span {
    border-bottom: 0px;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li i {
    position: relative;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 17px;
    right: 24px;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li i:before,
  nav.main-nav.resp-nav .nav-wrap > ul > li i:after {
    position: absolute;
    top: 50%;
    content: " ";
    right: 0px;
    margin-top: -1px;
    width: 15px;
    height: 3px;
    background-color: #ffffff;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li i:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transition: transform 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s;
    -ms-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li i.opened:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li > ul {
    display: none;
    background-color: #ffffff;
    padding: 0 0.625em;
    min-width: 100%;
    width: auto;
    -webkit-transition: opacity 0.6s ease-in-out 0s;
    -moz-transition: opacity 0.6s ease-in-out 0s;
    -o-transition: opacity 0.6s ease-in-out 0s;
    -ms-transition: opacity 0.6s ease-in-out 0s;
    transition: opacity 0.6s ease-in-out 0s;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li > ul > li {
    font-size: 0.875em;
    border-top: 1px solid #e4e4e4;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li > ul > li.current-menu-item > span,
  nav.main-nav.resp-nav .nav-wrap > ul > li > ul > li.current-menu-item > a {
    font-weight: 700;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li > ul > li a {
    text-decoration: none;
    padding: 1.07142857em 0em;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li > ul > li a:hover {
    font-weight: 700;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li.current-menu-item > span {
    font-weight: 700;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li.li-opened > span {
    background-color: #ffffff;
    color: #000000;
  }
  nav.main-nav.resp-nav .nav-wrap > ul > li.li-opened i:before,
  nav.main-nav.resp-nav .nav-wrap > ul > li.li-opened i:after {
    background-color: #000000;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  nav.main-nav.resp-nav .nav-wrap > ul > li i {
    right: 15px;
  }
}
/* flexslider */
.flexslider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  opacity: 0.5;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.flexslider .flex-direction-nav > li a {
  width: 10px;
  height: 16px;
  position: relative;
  margin-top: -13px;
  padding: 5px 10px;
}
.flexslider .flex-direction-nav > li a::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000000;
  content: '';
  display: inline-block;
  height: 1em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.flexslider .flex-direction-nav .flex-nav-prev {
  left: 0px;
}
.flexslider .flex-direction-nav .flex-nav-prev a:before {
  left: 0.25em;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.flexslider .flex-direction-nav .flex-nav-prev:hover {
  left: 5px;
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-nav-next {
  right: 0px;
}
.flexslider .flex-direction-nav .flex-nav-next a:before {
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.flexslider .flex-direction-nav .flex-nav-next:hover {
  right: 5px;
  opacity: 1;
}
/* Textes responsifs */
@media (max-width: 1195px) {
  /* Titres */
  h4 {
    font-size: 1.6em;
  }
  /* Paragraphes */
}
.container {
  background-color: #ffffff;
}
/* **************** HEADER *************** */
.admin-bar #header {
  top: 32px;
}
/* **************** SITE *************** */
#content .center {
  text-align: center;
  padding-top: 70px;
}
#content img {
  width: 80%;
}
@media (max-width: 1023px) {
  #content {
    padding-top: 151px;
  }
}
@media (max-width: 767px) {
  #content {
    padding-top: 84px;
  }
}
/* **************** ANCRES *************** */
@media (min-width: 1196px) {
  div[id^="titre_sticky_menu_"] {
    padding-top: 80px !important;
    position: relative !important;
    top: -80px !important;
    margin-bottom: -80px !important;
  }
  section[id^="section-"] {
    padding-top: 80px !important;
    position: relative !important;
    top: -80px !important;
    margin-bottom: -80px !important;
  }
}
/* **************** FOOTER *************** */
#footer .footer {
  /* **************** LOGO *************** */
  text-align: center;
}
#footer .footer .col-fb {
  background-color: #3c5a98;
  padding: 0;
  width: 70%;
  float: left;
}
#footer .footer .col-tw {
  background-color: #00abeb;
  padding: 0;
  width: 30%;
  float: left;
}
#footer .footer .container-fb {
  height: 100px;
  position: relative;
}
#footer .footer .container-fb .txt {
  color: #fff;
  position: absolute;
  right: 258px;
  width: 586px;
  text-align: left;
  padding-top: 15px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#footer .footer .container-fb .icone-fb {
  background: url(../img/icone-fb.png) no-repeat;
  width: 34px;
  height: 68px;
  position: absolute;
  right: 202px;
  top: 15px;
}
#footer .footer .container-fb .cta {
  background-color: #3c5a98;
  border: 1px solid #ffffff;
  color: #fff;
  top: 38px;
  right: 36px;
  position: absolute;
  min-width: 128px;
  width: auto;
}
#footer .footer .container-tw {
  height: 100px;
  position: relative;
}
#footer .footer .container-tw .icone-tw {
  background: url(../img/icone-tw.png) no-repeat;
  width: 49px;
  height: 43px;
  position: absolute;
  left: 33px;
  top: 30px;
}
#footer .footer .container-tw .cta {
  background-color: #00abeb;
  border: 1px solid #ffffff;
  color: #fff;
  top: 38px;
  left: 112px;
  position: absolute;
  min-width: 128px;
  width: auto;
}
#footer .footer .ln-1 {
  background-color: #ffffff;
  border-bottom: 3px solid #000000;
  height: 70px;
}
#footer .footer .ln-1 .main-logo {
  float: left;
  padding-top: 15px;
  width: 30%;
}
#footer .footer .ln-1 .txt {
  float: left;
  width: 50%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-top: 25px;
  text-align: right;
  padding-right: 10px;
  letter-spacing: 2px;
}
#footer .footer .ln-1 .txt strong {
  font-size: 16px;
}
#footer .footer .ln-1 .cta {
  float: left;
  width: 10%;
  background-color: #ffffff;
  margin-top: 15px;
}
#footer .footer .ln-2 {
  background-color: #e9e5e5;
  height: 106px;
  padding: 20px 0;
  font-size: 11px;
  letter-spacing: 2px;
}
#footer .footer .ln-2 .container {
  background-color: #e9e5e5;
}
#footer .footer .ln-2 .copy {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-top: 5px;
}
#footer .footer .col-logo-allianz .main-logo {
  margin: 8px 0px;
}
@media (max-width: 767px) {
  #footer .footer .col-logo-allianz .main-logo {
    max-width: 130px;
  }
  #footer .footer .col-logo-allianz .main-logo.main-logo-img img {
    height: auto !important;
  }
}
#footer .footer > div a {
  color: #000000;
  text-decoration: none;
}
#footer .footer .contact {
  float: right;
  margin-top: 12px;
}
#footer .footer .contact .first {
  font-weight: 500;
}
#footer .footer .contact .cta {
  margin-left: 5px;
  position: relative;
  top: -1px;
}
#footer .mentions {
  text-align: center;
  padding: 20px 0px;
}
#footer .mentions,
#footer .mentions .container {
  background-color: #e4e4e4;
}
#footer .mentions span:after {
  content: ' - ';
}
#footer .mentions span:last-child:after {
  content: '';
}
@media (max-width: 1195px) {
  #footer .footer .col-fb .txt {
    width: 478px;
    line-height: 1.2em;
  }
}
@media (max-width: 1023px) {
  #footer .footer .col-fb {
    width: 50%;
  }
  #footer .footer .col-tw {
    width: 50%;
  }
  #footer .footer .container-fb .txt {
    display: none;
  }
  #footer .footer .container-fb .icone-fb {
    right: 250px;
  }
  #footer .footer .container-fb .cta {
    right: 65px;
  }
  #footer .footer .container-tw .txt {
    display: none;
  }
  #footer .footer .container-tw .icone-tw {
    left: 65px;
  }
  #footer .footer .container-tw .cta {
    left: 170px;
  }
  #footer .footer .ln-1 {
    height: 140px;
  }
  #footer .footer .ln-1 .txt {
    width: 70%;
  }
  #footer .footer .ln-1 .main-logo {
    width: 100%;
    clear: both;
    text-align: center;
  }
  #footer .footer .ln-1 .cta {
    width: 20%;
  }
  #footer .footer .ln-2 .sm-bloc {
    display: block;
  }
}
@media (max-width: 767px) {
  #footer .footer .main-logo {
    float: none;
  }
  #footer .footer .contact {
    float: none;
    margin-top: 0px;
  }
  #footer .footer .contact p span {
    display: block;
  }
  #footer .footer .contact .cta {
    margin-left: 0px;
    margin-top: 5px;
  }
  #footer .footer .col-fb {
    width: 100%;
  }
  #footer .footer .col-tw {
    width: 100%;
  }
  #footer .footer .container-fb {
    margin: 0 auto;
  }
  #footer .footer .container-fb .icone-fb {
    left: 65px;
  }
  #footer .footer .container-fb .cta {
    left: 170px;
    max-width: 128px;
  }
  #footer .footer .container-tw {
    margin: 0 auto;
  }
  #footer .footer .ln-1 {
    position: relative;
    height: 210px;
  }
  #footer .footer .ln-1 .txt {
    width: 100%;
    padding: 25px 10px 0px;
    text-align: center;
  }
  #footer .footer .ln-1 .txt span {
    display: block;
    padding-top: 5px;
  }
  #footer .footer .ln-1 .main-logo {
    width: 100%;
    clear: both;
    text-align: center;
  }
  #footer .footer .ln-1 .cta {
    width: 20%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer .ln-2 {
    height: auto;
    padding: 20px 0;
  }
  #footer .footer .ln-2 .copy span,
  #footer .footer .ln-2 .copy a {
    display: block;
  }
  #footer .mentions span:nth-last-child(2):after {
    content: '';
  }
  #footer .mentions span:last-child {
    display: block;
  }
}
/* **************** COLORBOX *************** */
#cboxOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
#colorbox iframe {
  width: 100%;
  height: 100%;
}
#colorbox #cboxContent {
  position: relative;
}
#colorbox #cboxClose {
  position: absolute;
  top: -25px;
  right: 5px;
  display: inline-block;
  width: 20px;
  height: 19px;
  border: 0;
  background: transparent;
  text-indent: -9999em;
}
#colorbox #cboxClose:before,
#colorbox #cboxClose:after {
  position: absolute;
  top: 50%;
  content: " ";
  right: 50%;
  margin-top: -1px;
  margin-right: -12px;
  width: 25px;
  height: 3px;
  background-color: #000000;
}
#colorbox #cboxClose:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
#colorbox #cboxClose:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
#colorbox #cboxClose:hover:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#colorbox #cboxClose:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
