@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/* **************** COULEURS *************** */
/* **************** 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 *************** */
/* **************** 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', @okaidi,@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: 1279px) {
  .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: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .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: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1279px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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: 1280px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1380px) {
  .container {
    width: 1380px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1279px) {
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 1279px) {
  .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: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1279px) {
  .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: 1280px) {
  .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: #16216a;
  -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 {
  color: white;
}
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* --- UTILES --- */
.clear {
  clear: both;
}
/* --- STYLES DE BASE --- */
/* Page */
html {
  font-size: 100%;
  background-color: #efefef;
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0em;
  font-size: 10px;
  line-height: 1.4;
  color: black;
  background-color: #efefef;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #575757;
  -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 #16216a;
}
html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: #16216a;
  border: 5px solid #16216a;
}
html body,
body body {
  scrollbar-face-color: #ffffff;
  scrollbar-track-color: #16216a;
}
*: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: 3.6em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.16666667em;
  letter-spacing: 0.1em;
  color: #575757;
}
h3 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 700;
  color: #16216a;
  line-height: 1em;
}
.univers_obaibi h3,
.univers_naissance_et_bebe h3 {
  color: #98d1dd;
}
h4 {
  font-size: 2.4em;
}
h5 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: #16216a;
}
h6 {
  font-size: 1.3em;
  color: #16216a;
}
/* Listes */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Paragraphes */
blockquote {
  margin: .75em 0;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 300;
}
.primary > p,
p.primary {
  margin: .75em 0;
  font-size: 1.8em;
  line-height: 1.55555556em;
  font-weight: 300;
  color: #3a3a3a;
  letter-spacing: 0.1em;
}
p {
  margin: .75em
	0;
  font-size: 1.4em;
  line-height: 1.71428571em;
  font-weight: 300;
}
.secundary > p,
p.secundary {
  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;
}
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 {
  font-size: 1.4em;
  border: 1px solid #16216a;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 2.57142857em;
  padding: 0 1.28571429em;
  color: #575757;
}
input ::-webkit-input-placeholder {
  color: #575757;
}
input :-moz-placeholder {
  color: #575757;
}
input ::-moz-placeholder {
  color: #575757;
}
input :-ms-input-placeholder {
  color: #575757;
}
form .cta-form {
  text-transform: uppercase;
  color: #16216a;
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  border: 1px solid #16216a;
  background: #16216a;
}
form .cta-form.on {
  color: #ffffff;
  background: #16216a;
}
form .cta-form:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16216a;
  -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;
}
form .cta-form:hover {
  color: white;
}
form .cta-form:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
form .cta-form:hover {
  color: #16216a;
}
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: 1279px) {
  .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: 1280px) {
  .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;
}
.okaidi {
  color: #16216a;
}
.grey {
  color: #575757;
}
.obaibi {
  color: #98d1dd;
}
.lightgrey {
  color: #efefef;
}
.bluenav {
  color: #183b7b;
}
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  background-color: #575757;
}
.bg-okaidi {
  background-color: #16216a;
}
.bg-obaibi {
  background-color: #98d1dd;
}
.bg-bluenav {
  background-color: #183b7b;
}
.bg-lightgrey {
  background-color: #efefef;
}
/* 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;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/* 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-okaidi {
  width: 265px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto 10px;
}
.main-logo .logo-okaidi .logo {
  display: block;
  text-indent: -9999em;
  opacity: 1;
  padding-top: 23.01886792%;
  background: url('../img/logo_okaidi.png') center center no-repeat;
  background-size: 100% auto;
}
.main-logo .logo-obaibi {
  width: 265px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto 10px;
}
.main-logo .logo-obaibi .logo {
  display: block;
  text-indent: -9999em;
  opacity: 1;
  padding-top: 23.07692308%;
  background: url('../img/logo_obaibi.png') center center no-repeat;
  background-size: 100% auto;
}
.main-logo .logo-obmum {
  width: 310px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto 10px;
}
.main-logo .logo-obmum .logo {
  display: block;
  text-indent: -9999em;
  opacity: 1;
  padding-top: 27.74193548%;
  background: url('../img/logo_obmum.png') center center no-repeat;
  background-size: 100% auto;
}
.main-logo .logo-obaibi-okaidi {
  width: 355px;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.main-logo .logo-obaibi-okaidi .logo {
  display: block;
  text-indent: -9999em;
  opacity: 1;
  padding-top: 11.54929577%;
  background: url('../img/logo_obaibi_okaidi.png') center center no-repeat;
  background-size: 100% auto;
}
/* Pictos */
.picto_sn {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../img/sprite_social_networks.png');
}
.picto_sn.fb {
  background-position: 0px 0px;
}
.picto_sn.fb:hover {
  background-position: 0px 24px;
  cursor: pointer;
}
.picto_sn.instagram {
  background-position: -30px 0px;
}
.picto_sn.instagram:hover {
  background-position: -30px 24px;
  cursor: pointer;
}
.picto_sn.pinterest {
  background-position: -60px 0px;
}
.picto_sn.pinterest:hover {
  background-position: -60px 24px;
  cursor: pointer;
}
.picto_sn.youtube {
  background-position: -89px 0px;
}
.picto_sn.youtube:hover {
  background-position: -89px 24px;
  cursor: pointer;
}
.picto {
  display: inline-block;
  background: url('../img/sprite_btn.png');
}
.picto.basket {
  width: 25px;
  height: 25px;
  background-position: 0px -2px;
}
.picto.hanger {
  width: 37px;
  height: 27px;
  background-position: -44px -1px;
}
.picto.location {
  width: 18px;
  height: 30px;
  background-position: -102px 0px;
}
.picto.location-sm {
  width: 12px;
  height: 19px;
  background-position: -221px -41px;
}
@media (max-width: 767px) {
  .picto.location-sm {
    width: 19px;
    height: 30px;
    background-position: -102px 0px;
  }
}
.picto.hamburger {
  width: 24px;
  height: 20px;
  background-position: -142px -8px;
}
.picto.cross {
  width: 25px;
  height: 22px;
  background-position: -186px -7px;
}
.picto.plus {
  width: 15px;
  height: 15px;
  background-position: -225px -9px;
}
.picto.minus {
  width: 15px;
  height: 15px;
  background-position: -253px -9px;
}
.picto.left {
  width: 10px;
  height: 16px;
  background-position: -240px -45px;
}
.picto.right {
  width: 10px;
  height: 16px;
  background-position: -261px -45px;
}
.picto:hover {
  cursor: pointer;
}
.picto_2 {
  display: inline-block;
}
.picto_2.basket-sm {
  background: url('../img/pictos/basket-sm.png');
  width: 16px;
  height: 16px;
}
.picto_2.hanger {
  background: url('../img/pictos/hanger.png');
  width: 38px;
  height: 28px;
}
@media (max-width: 1023px) {
  .picto_2.hanger {
    background: url('../img/pictos/hanger-sm.png');
    width: 18px;
    height: 14px;
  }
}
.picto_2.hanger-sm {
  background: url('../img/pictos/hanger-sm.png');
  width: 18px;
  height: 14px;
}
.picto_2.hanger-sm {
  background: url('../img/pictos/hanger-sm.png');
  width: 18px;
  height: 14px;
}
.picto_2.location {
  width: 14px;
  height: 22px;
  background: url('../img/pictos/locate13x22.png');
}
.picto_2.location-sm {
  width: 12px;
  height: 19px;
  background: url('../img/pictos/locate11x18.png');
}
@media (max-width: 767px) {
  .picto_2.location-sm {
    width: 14px;
    height: 22px;
    background: url('../img/pictos/locate13x22.png');
  }
}
.picto_2:hover {
  cursor: pointer;
}
.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: #16216a;
  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: #16216a;
}
.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: #16216a;
}
.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: #16216a;
  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: #16216a;
  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-no-sweep {
  display: inline-block;
  text-transform: uppercase;
  color: #16216a;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 1px solid #16216a;
  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;
}
.cta-no-sweep.on {
  color: #ffffff;
  background: #16216a;
}
.cta-no-sweep.okaidi {
  color: #ffffff;
  border: 1px solid #16216a;
  background: #16216a;
}
.cta-no-sweep.okaidi:hover {
  color: #16216a;
}
.cta-no-sweep.okaidi::before {
  background: #ffffff;
}
.cta {
  text-transform: uppercase;
  color: #16216a;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 1px solid #16216a;
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cta.on {
  color: #ffffff;
  background: #16216a;
}
.cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16216a;
  -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;
}
.cta:hover {
  color: white;
}
.cta:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cta.okaidi {
  color: #ffffff;
  border: 1px solid #16216a;
  background: #16216a;
}
.cta.okaidi:hover {
  color: #16216a;
}
.cta.okaidi::before {
  background: #ffffff;
}
.cta.obaibi {
  color: #ffffff;
  border: 1px solid #98d1dd;
  background: #98d1dd;
}
.cta.obaibi:hover {
  color: #98d1dd;
}
.cta.obaibi::before {
  background: #ffffff;
}
.cta.obmum {
  color: #ffffff;
  border: 1px solid #b0b0b0;
  background: #b0b0b0;
}
.cta.obmum:hover {
  color: #b0b0b0;
}
.cta.obmum::before {
  background: #ffffff;
}
.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;
}
.cta.xxlg {
  min-width: 275px;
  width: auto;
}
.cta.xxxlg {
  min-width: 300px;
  width: auto;
}
@media (max-width: 1023px) {
  .cta {
    min-width: 140px;
    width: auto;
    letter-spacing: 0px;
  }
}
/*.neg{
.cta{
.white;
.bg-okaidi;
&:before{
background: @white;
}
&:hover{
.okaidi;
.bg-white;

}
}
}*/
/* Navigation */
@media (min-width: 1024px) {
  nav.main-nav a {
    text-decoration: none;
  }
  nav.main-nav .nav-wrap > ul {
    font-size: 1.6em;
    font-weight: 300;
    color: #16216a;
  }
  nav.main-nav .nav-wrap > ul > li {
    display: inline-block;
    padding: 0 8px;
    margin-left: 5px;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  nav.main-nav .nav-wrap > ul > li > span {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
    -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 > ul {
    display: block !important;
    position: absolute;
    left: 0px;
    opacity: 0;
    background-color: #ffffff;
    height: 0px;
    padding: 0 8px;
    overflow: hidden;
    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 .nav-wrap > ul > li > ul > li {
    opacity: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform-origin: left 10px;
    padding: 10px 0;
  }
  nav.main-nav .nav-wrap > ul > li > ul > li a {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
    -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 > ul > li a:hover {
    border-color: #16216a;
  }
  nav.main-nav .nav-wrap > ul > li.current-menu-item > span {
    border-color: #16216a;
  }
  nav.main-nav .nav-wrap > ul > li:hover > span {
    border-color: #16216a;
  }
  nav.main-nav .nav-wrap > ul > li:hover > ul {
    opacity: 1;
    height: auto;
  }
  nav.main-nav .nav-wrap > ul > li:hover > ul > li {
    opacity: 1;
    line-height: 1em;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
  }
  nav.main-nav .nav-wrap > ul > li:hover > ul > li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  nav.main-nav .nav-wrap > ul > li:hover > ul > li:nth-child(3n) {
    transition-delay: 0.3s;
  }
  nav.main-nav .nav-wrap > ul > li:hover > ul > li:nth-child(4n) {
    transition-delay: 0.4s;
  }
  nav.main-nav .nav-wrap > ul > li:hover > ul > li:nth-child(5n) {
    transition-delay: 0.5s;
  }
  nav.main-nav .nav-wrap > ul > li:hover > ul > li:nth-child(6n) {
    transition-delay: 0.6s;
  }
  .main-nav .nav-wrap {
    display: block !important;
  }
  .top-navigation-respNav {
    display: none;
    cursor: pointer;
    text-indent: -9999em;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  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: 1.6em;
    font-weight: 300;
    color: #16216a;
  }
  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: #16216a;
    width: 100%;
    color: #ffffff;
    -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 #ffffff;
    /* Hover negatif */
    /* &:hover{
					.bg-white;
					.okaidi;
					}*/
  }
  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 #efefef;
  }
  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: #16216a;
  }
  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: #16216a;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  nav.main-nav.resp-nav .nav-wrap > ul > li i {
    right: 15px;
  }
}
/* Navigation .nav-stores */
nav.main-nav.nav-stores a {
  text-decoration: none;
}
nav.main-nav.nav-stores .nav-wrap > ul {
  font-size: 1.6em;
  font-weight: 300;
  color: #16216a;
}
nav.main-nav.nav-stores .nav-wrap > ul > li {
  display: inline-block;
  padding: 0 8px;
  margin-left: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
}
nav.main-nav.nav-stores .nav-wrap > ul > li:first-child {
  margin-left: 0;
}
nav.main-nav.nav-stores .nav-wrap > ul > li > span {
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
  -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;
}
@media (min-width: 1024px) {
  nav.main-nav.nav-stores .nav-wrap > ul > li.current-menu-item > span {
    border-color: #16216a;
  }
  nav.main-nav.nav-stores .nav-wrap > ul > li:hover > span {
    border-color: #16216a;
  }
}
/* Navigation .nav-stores responsive */
@media (max-width: 1023px) {
  nav.main-nav.nav-stores {
    position: absolute;
    right: 52px;
    top: -68px;
  }
  nav.main-nav.nav-stores i + span {
    text-indent: -9999em;
    display: inline-block;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  nav.main-nav.nav-stores {
    top: -44px;
    right: 50px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  nav.main-nav.nav-stores {
    top: -42px;
    right: 47px;
  }
}
/* Navigation .location-nav */
.location-nav {
  position: absolute;
  right: 0;
  top: 25px;
}
.location-nav #site-country {
  border-right: 1px solid #16216a;
  margin-right: 8px;
}
.location-nav aside {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: #16216a;
  line-height: 9px;
  padding-right: 8px;
}
.location-nav aside a {
  text-decoration: none;
}
.location-nav aside span {
  cursor: default;
}
.location-nav aside ul > li > ul {
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: -5px;
  opacity: 0;
  background: transparent;
  height: 0px;
  padding: 10px 0px 0px;
  overflow: hidden;
  min-width: 100%;
  width: auto;
  z-index: 9999;
  -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;
}
.location-nav aside ul > li > ul > li {
  background-color: #ffffff;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform-origin: left 10px;
  padding: 10px 8px;
  text-align: right;
}
.location-nav aside ul > li > ul > li a {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
  -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;
}
.location-nav aside ul > li > ul > li a:hover {
  border-color: #16216a;
}
.location-nav aside ul > li:hover > span {
  border-color: #16216a;
}
.location-nav aside ul > li:hover > ul {
  opacity: 1;
  height: auto;
}
.location-nav aside ul > li:hover > ul > li {
  opacity: 1;
  line-height: 1em;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  white-space: nowrap;
}
.location-nav aside ul > li:hover > ul > li:nth-child(1n) {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.location-nav aside ul > li:hover > ul > li:nth-child(2n) {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.location-nav aside ul > li:hover > ul > li:nth-child(3n) {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.location-nav aside ul > li:hover > ul > li:nth-child(4n) {
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  -ms-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.location-nav aside ul > li:hover > ul > li:nth-child(5n) {
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  -ms-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}
.location-nav aside ul > li:hover > ul > li:nth-child(6n) {
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  -ms-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
/* Navigation .location-nav responsive */
@media (max-width: 1023px) {
  .location-nav {
    display: none;
  }
}
/* 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: #16216a;
  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: 1279px) {
  /* Titres */
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.33333333em;
    letter-spacing: 0.075em;
    color: #575757;
  }
  h3 {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    color: #16216a;
  }
  .univers_obaibi h3,
  .univers_naissance_et_bebe h3 {
    color: #98d1dd;
  }
  h4 {
    font-size: 1.6em;
  }
  /* Paragraphes */
  blockquote {
    font-size: 1.4em;
    line-height: 1.71428571em;
  }
  p {
    font-size: 1.4em;
    line-height: 1.71428571em;
  }
  .secundary > p,
  p.secundary {
    font-size: 1.2em;
    line-height: 1.28571429em;
  }
  .primary > p,
  p.primary {
    font-size: 1.4em;
    line-height: 1.71428571em;
  }
}
.container {
  background-color: #ffffff;
}
/* **************** HEADER *************** */
.admin-bar #header {
  top: 32px;
}
#header {
  width: 100%;
  text-align: center;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -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;
  /* **************** LOGO *************** */
  /* **************** NAV *************** */
  /* **************** RESPNAV *************** */
}
#header .top-navigation-content {
  position: relative;
  height: 80px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #header .top-navigation-content {
    height: 34px;
    margin-bottom: 14px;
  }
}
#header h1 {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media (max-width: 767px) {
  #header h1 {
    right: 90px;
    bottom: 0;
    max-width: 220px;
  }
  #header h1.main-logo-img img {
    height: auto !important;
  }
}
#header .nav-line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#header .nav-line .main-nav {
  display: inline-block;
}
#header .nav-line .main-nav .language-nav-choice,
#header .nav-line .main-nav .change-country {
  display: none;
}
@media (min-width: 1280px) {
  #header .nav-line .main-nav.nav-stores {
    margin-left: 2em;
  }
}
#header .nav-line .main-nav.nav-stores ul li span a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#header .nav-line .main-nav.nav-stores ul li span a > i {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 1s;
  -moz-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 1s;
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 1s;
  -ms-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 1s;
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 1s;
}
#header .nav-line .main-nav.nav-stores ul li span a > span {
  display: inline-block;
  opacity: 0;
}
#header .nav-line .main-nav.nav-stores.reveal ul li span a > i {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#header .nav-line .main-nav.nav-stores.reveal ul li span a > span {
  -webkit-animation: fadeInRight 0.5s 0.5s 1 linear forwards;
  -moz-animation: fadeInRight 0.5s 0.5s 1 linear forwards;
  -ms-animation: fadeInRight 0.5s 0.5s 1 linear forwards;
  -o-animation: fadeInRight 0.5s 0.5s 1 linear forwards;
  animation: fadeInRight 0.5s 0.5s 1 linear forwards;
}
#header .nav-line .main-nav.nav-stores i.picto_2 {
  margin-right: 8px;
  position: relative;
  bottom: -4px;
}
@media (max-width: 1023px) {
  #header .nav-line .main-nav.nav-stores i.picto_2 {
    margin-right: 0px;
  }
}
@media (max-width: 1023px) {
  #header .nav-line {
    display: block;
    /* 25/04/2016 : ARRETE ICI */
    position: fixed;
    /*right: -0.5*@grid-gutter-width-md;left:-0.5*@grid-gutter-width-md;*/
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    top: 80px;
    z-index: 9999;
  }
  #header .nav-line .main-nav .language-nav-choice,
  #header .nav-line .main-nav .change-country {
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 361px) {
  #header .nav-line {
    width: 360px;
    right: auto;
    left: auto;
    left: 50%;
    margin-left: -180px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #header .nav-line {
    width: 768px;
    margin-left: -384px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  #header .nav-line {
    width: 1004px;
    margin-left: -502px;
  }
}
@media (max-width: 767px) {
  #header .nav-line {
    top: 48px;
    /*right: -0.5*@grid-gutter-width-xs;left:-0.5*@grid-gutter-width-xs*/
  }
}
#header .top-navigation-respNav {
  right: 0;
  top: 40px;
  position: absolute;
  text-indent: -9999em;
}
#header .top-navigation-respNav .top-navigation-respNav-icons {
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  #header .top-navigation-respNav {
    top: 14px;
  }
}
#header .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;
}
#header .top-navigation-respNav-icon {
  background: #16216a;
  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;
  }
  }*/
}
#header .top-navigation-respNav-icon.top {
  top: 0;
}
#header .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;
}
#header .top-navigation-respNav-icon.bottom {
  bottom: 0px;
}
#header .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);
}
}*/
}
#header .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;
}
#header .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;
}
#header .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;
}
/* **************** SITE *************** */
#content {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  #content {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #content {
    padding-top: 48px;
  }
}
.rightCol {
  position: relative;
}
#rightCol {
  display: none;
  width: 0px;
  text-align: right;
  margin-right: -10px;
  position: absolute;
  right: 0;
  z-index: 99;
  cursor: pointer;
}
#rightCol #sidebar {
  width: 0px;
  float: right;
}
#rightCol #sidebar .wrap {
  background-color: #ffffff;
  float: right;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  padding: 20px 0px 20px 10px;
  overflow: hidden;
  width: 30px;
}
#rightCol #sidebar ul {
  float: right;
  width: 280px;
}
#rightCol #sidebar ul li {
  position: relative;
}
#rightCol #sidebar ul li a:after {
  content: '';
  display: inline-block;
  margin-left: 12px;
  background-color: #ffffff;
  border: 3px solid #16216a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 12px;
  height: 12px;
  -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;
  position: absolute;
  right: 10px;
  top: 13px;
}
#rightCol #sidebar ul li a {
  padding: 10px 30px 10px 0px;
  font-size: 1.6em;
  line-height: 1.1875em;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
#rightCol #sidebar li.active a:after,
#rightCol li:hover a:after {
  background-color: #16216a;
}
#rightCol:hover #sidebar .wrap {
  width: 280px;
  background-color: #16216a;
}
#rightCol:hover #sidebar li a:after {
  border-color: #ffffff;
}
#rightCol:hover #sidebar li.active a:after,
#rightCol:hover #sidebar li:hover a:after {
  background-color: #16216a;
}
@media (min-width: 1280px) {
  #rightCol {
    display: block;
  }
  #rightCol #sidebar.affix-top {
    position: static;
    margin-top: 250px;
  }
  #rightCol #sidebar.affix {
    position: fixed;
    top: 80px;
  }
}
/* **************** ANCRES *************** */
@media (min-width: 1280px) {
  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;
  }
  section[id^="module-landing-"] {
    padding-top: 80px !important;
    position: relative !important;
    top: -80px !important;
    margin-bottom: -80px !important;
  }
}
/* **************** FOOTER *************** */
#footer .footer {
  border-top: 1px solid #16216a;
  padding-top: 15px;
  text-align: center;
}
#footer .footer > div {
  font-size: 1.2em;
  color: #16216a;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
#footer .footer > div a {
  color: #16216a;
  text-decoration: none;
}
#footer .footer > div ul li {
  display: inline-block;
}
#footer .footer .mentions {
  float: left;
  text-align: left;
}
#footer .footer .mentions ul li {
  padding: 0 0.66666667em;
  border-left: 1px solid #16216a;
  line-height: 10px;
}
#footer .footer .mentions ul li:first-child {
  border-left: 0px;
  padding-left: 0px;
}
#footer .footer .misc {
  display: inline-block;
}
#footer .footer .misc ul li {
  padding: 0 0.66666667em;
  border-left: 1px solid #16216a;
  line-height: 10px;
}
#footer .footer .misc ul li:first-child {
  border-left: 0px;
  padding-left: 0px;
}
#footer .footer .social-networks {
  float: right;
}
#footer .footer .social-networks .wrap-icons {
  margin-left: 6px;
  float: right;
  position: relative;
  top: -5px;
}
#footer .footer .social-networks .wrap-icons li {
  margin-left: 6px;
  text-indent: -9999em;
}
#footer .footer .social-networks .wrap-icons a {
  margin-left: 6px;
  display: block;
  height: 100%;
}
#footer .seo {
  padding-top: 10px;
}
#footer .seo .secundary > p {
  display: inline-block;
}
#footer .seo .secundary.hidden {
  margin-top: 0px;
  display: none;
}
#footer .seo .to-close {
  display: inline;
}
#footer .seo .to-open {
  display: none;
}
#footer .seo .closed .to-open {
  display: inline;
}
#footer .seo .closed .to-close {
  display: none;
}
@media (max-width: 1023px) {
  #footer .footer {
    border-top: 1px solid #ffffff;
  }
  #footer .mentions {
    width: 65%;
  }
  #footer .misc {
    float: left;
    text-align: left;
    width: 75%;
  }
  #footer .social-networks {
    position: relative;
    top: -16px;
  }
  #footer .seo {
    background-color: #efefef;
    padding: 1em 20px;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  #footer .footer > div {
    padding-left: 10px;
  }
  #footer .footer .mentions {
    width: 50%;
    float: right;
  }
  #footer .footer .mentions ul li {
    display: block;
    padding: 0.66666667em 0;
    border: 0;
  }
  #footer .footer .misc {
    width: 50%;
    float: left;
    text-align: left;
  }
  #footer .footer .misc ul li {
    display: block;
    padding: 0.66666667em 0;
    border: 0;
  }
  #footer .footer .social-networks {
    clear: both;
    float: none;
    padding-top: 25px;
    text-align: left;
    width: 100%;
  }
  #footer .footer .social-networks .wrap-icons {
    float: none;
    display: inline-block;
    top: -3px;
    position: relative;
  }
  #footer .seo {
    background-color: #efefef;
    padding: 1em 10px;
    line-height: 1em;
  }
}
/* **************** 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: #16216a;
}
#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);
}
/* **************** ADMIN-PREVIEW *************** */
.post-status-alert {
  position: fixed;
  z-index: 999999999;
  padding: 5px;
  top: 40px;
  left: 5px;
  background: rgba(255, 255, 255, 0.75);
  color: #0000FF;
  font-size: 16px;
}
.bloc_actu .post-status-alert {
  position: absolute;
  padding: 5px;
  top: 100%;
  left: 0px;
  right: 0px;
}
