/*librairie bootstrap*/
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/****************************** CMS RESET *******************************/
.cms-toolbar-zone {
  z-index: 6;
}
/*En mode edition, on doit pouvoir voir le picto de lien*/
.cms section.video {
  overflow: visible;
}
.cms-section .cms-toolbar-zone li.active a {
  color: white !important;
  background-color: #3a404d !important;
}
.cms-section .flexslider .slides > li {
  display: block;
}
.cms-section .flexslider .slides > li:before {
  display: none;
}
.btn-toolbar .btn-group {
  z-index: 5 !important;
}
.btn-toolbar > .btn-group[data-toggle="buttons-checkbox"]:first-of-type {
  margin-left: 0;
}
.box-txt-bandeau .btn-toolbar > .btn:first-of-type,
.box-txt-bandeau .btn-toolbar > .btn-group:first-of-type,
.box-txt-bandeau .btn-toolbar > .input-group:first-of-type {
  margin-left: 15px;
}
.box-txt-bandeau .cms-toolbar-zone {
  margin-top: -100px;
}
.dropdown-menu {
  z-index: 3;
}
ul.dropdown-menu {
  height: auto !important;
}
section ul.dropdown-menu li,
.dropdown-menu li,
.dropdown-menu li.dropdown-submenu {
  margin: 0;
  padding: 0 !important;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  background: none !important;
}
section ul.dropdown-menu li:before,
.dropdown-menu li:before,
.dropdown-menu li.dropdown-submenu:before {
  display: none;
}
section ul.dropdown-menu li a,
.dropdown-menu li a,
.dropdown-menu li.dropdown-submenu a {
  display: block !important;
  min-height: 1em;
  padding: 2px 20px;
  background-color: white !important;
  background-image: none;
  color: black !important;
  text-transform: none !important;
}
section ul.dropdown-menu li a:hover,
.dropdown-menu li a:hover,
.dropdown-menu li.dropdown-submenu a:hover {
  color: white;
  background-color: #b30a00 !important;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
}
.btn {
  padding: 4px;
  font-size: 12px;
  line-height: 18px;
}
.cms {
  min-height: 35px;
}
.cms:empty {
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.is-page .icomoon-btn .btn-container,
.is-page .icomoon-fs .btn-container {
  line-height: 1.3rem;
}
.cmsEditing .message-temp {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
/*RESET*/
/* D'après : http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   complète normalize.less de bootstrap
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul {
  list-style: none;
}
/* color */
/* font-family */
.basefont,
.navfont {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.mediumfont {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
}
.ultraboldfont {
  font-family: 'DIN-BlackRegular', Arial, Verdana, sans-serif;
}
.lightfont {
  font-family: 'DIN-LightRegular', Arial, Verdana, sans-serif;
}
.titlefont {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
.footerfont {
  font-family: 'Oswald', sans-serif;
}
/****************************** LINE-HEIGHT *******************************/
.lh-20 {
  line-height: 1.25rem;
}
.lh-30 {
  line-height: 1.875rem;
}
/****************************** FONT-SIZE *******************************/
.fs-8 {
  font-size: 0.5rem;
}
.fs-9 {
  font-size: 0.5625rem;
}
.fs-10 {
  font-size: 0.625rem;
}
.fs-11 {
  font-size: 0.6875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-15 {
  font-size: 0.9375rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.0635rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.1875rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.3125rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.4375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.5625rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.6875rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.8125rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-34 {
  font-size: 2.125rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-38 {
  font-size: 2.375rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-44 {
  font-size: 2.75rem;
}
.fs-46 {
  font-size: 2.875rem;
}
.fs-48 {
  font-size: 3rem;
}
.fs-50 {
  font-size: 3.125rem;
}
.fs-52 {
  font-size: 3.25rem;
}
.fs-56 {
  font-size: 3.5rem;
}
.fs-60 {
  font-size: 3.75rem;
}
.fs-64 {
  font-size: 4rem;
}
.fs-72 {
  font-size: 4.5rem;
}
.fs-80 {
  font-size: 5rem;
}
.fs-84 {
  font-size: 5.25rem;
}
.fs-88 {
  font-size: 5.5rem;
}
.fs-96 {
  font-size: 6rem;
}
/* font-size */
/* ajout d'une étape de media query correspondant au passage en mode paysage mobile */
/* 256px : largeur de la nav mobile qui se déplie à gauche */
a {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #3a404d;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #3a404d;
}
nav a:hover {
  text-decoration: none;
}
nav a.current {
  cursor: text;
}
.col {
  padding-left: 10px;
  padding-right: 10px;
}
img {
  width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.container-btn {
  position: relative;
  width: 100%;
  min-height: 22px;
}
.btn-voir {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 18px;
}
@media (min-width: 768px) {
  .btn-voir {
    top: -30px;
    bottom: inherit;
  }
}
@media (min-width: 992px) {
  .btn-voir {
    top: 27px;
  }
  .btn-voir.news {
    bottom: initial;
    top: -10px;
  }
  .btn-voir.hebergement,
  .btn-voir.activites {
    top: -30px;
  }
}
.btn-voir a {
  position: relative;
  padding: 0 5px 0 27px;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: white !important;
  background-color: #b30a00;
}
@media (min-width: 768px) {
  .btn-voir a {
    padding: 0 0 0 23px;
    font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
    font-size: 100%;
    text-transform: none;
    color: #3a404d !important;
    background-color: transparent;
  }
}
.btn-voir a:before {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 14px;
  background-image: url(../images/svg-blanc/plus.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  -o-background-size: 14px auto;
     background-size: 14px auto;
}
@media (min-width: 768px) {
  .btn-voir a:before {
    background-image: url(../images/svg-rouge/fleche.svg);
    background-position: left center;
  }
}
/******************************CMS Reset******************************************/
.cms-toolbar-zone {
  z-index: 6;
}
/*En mode edition, on doit pouvoir voir le picto de lien*/
.cms section.video {
  overflow: visible;
}
.cms-section {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.cms-section .cms-toolbar-zone li.active a {
  background-color: #255C88 !important;
  color: white !important;
}
.cms-section .flexslider .slides > li {
  display: block;
}
.cms-section .flexslider .slides > li:before {
  display: none;
}
.btn-toolbar .btn-group {
  z-index: 5 !important;
}
.dropdown-menu {
  z-index: 3;
}
ul.dropdown-menu {
  height: auto !important;
}
section ul.dropdown-menu li,
.dropdown-menu li,
.dropdown-menu li.dropdown-submenu {
  background: none !important;
  padding: 0 !important;
  margin: 0;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
}
section ul.dropdown-menu li:before,
.dropdown-menu li:before,
.dropdown-menu li.dropdown-submenu:before {
  display: none;
}
section ul.dropdown-menu li a,
.dropdown-menu li a,
.dropdown-menu li.dropdown-submenu a {
  display: block !important;
  background-color: white !important;
  min-height: 1em;
  background-image: none;
  padding: 2px 20px;
}
section ul.dropdown-menu li a:hover,
.dropdown-menu li a:hover,
.dropdown-menu li.dropdown-submenu a:hover {
  background-color: #3a404d !important;
  color: white !important;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
}
.btn {
  font-size: 12px;
  line-height: 18px;
  padding: 4px;
}
.cms {
  min-height: 0;
}
.cms:empty {
  min-height: 0;
  height: 0;
  overflow: hidden;
}
#cms_user img {
  width: 20px;
}
/******************************select bootstrap-select******************************************/
section ul.dropdown-menu li a,
.dropdown-menu li a,
.dropdown-menu li.dropdown-submenu a {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.ombre {
  -webkit-box-shadow: 0 2px 5px rgba(116, 152, 206, 0.7);
          box-shadow: 0 2px 5px rgba(116, 152, 206, 0.7);
}
.ombreguide {
  -webkit-box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
}
.ombreguideinset {
  -webkit-box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
}
.texterouge {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
}
.gridmarginpaddingreset {
  /*pour enlever les 15px de bootstrap*/
}
.gridmarginpaddingreset .row {
  margin-left: 0;
  margin-right: 0;
}
.gridmarginpaddingreset .row .col {
  padding-left: 0;
  padding-right: 0;
}
.gridmarginpaddingspecial .row {
  margin-left: -5px;
  margin-right: -5px;
}
.gridmarginpaddingspecial .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
.hide-backface {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-shadow {
  -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.9);
}
.box-shadow {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.ombrelistcol {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
/*SOURCE MEGA SITE NAVIGATION*/
/*CodyHouse (http://codyhouse.co/?p=409)*/
/*BREAKPOINT POUR LE MENU RESPONSIVE*/
/*ATTENTION : correspond à variable breakP de script.js*/
/********************/
/* CONF COULEUR ET PICTOS*/
/* FONT SIZE */
/*CONFIGURATION COULEURS SUR DESKTOP*/
/* NAVIGATION DESKTOP */
/* NAVIGATION HEADER */
.cd-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 135px;
  line-height: 45px;
  z-index: 310;
}
@media (max-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cd-logo {
    /* IE10+ CSS styles go here */
    left: 70px;
  }
}
@media only screen and (min-width: 1201px) {
  .cd-logo {
    right: inherit;
    max-width: 167px;
    margin: 0 0 0 30px;
    line-height: 70px;
  }
}
.cd-logo img {
  vertical-align: middle;
}
nav {
  z-index: 301;
}
/******************* TOOLS ********************/
.nav-is-fixed .cd-main-header.tools-is-visible {
  left: inherit;
}
.button-tools {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}
@media (min-width: 1201px) {
  .button-tools {
    display: none;
  }
}
.button-tools a {
  width: 50px;
  height: 50px;
  background-image: url(/aggregator/images/svg-outils/tools.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 35px auto;
     background-size: 35px auto;
}
@media (min-width: 1201px) {
  .button-tools a {
    height: 70px;
    -o-background-size: 40px auto;
       background-size: 40px auto;
  }
}
.container-tools {
  position: fixed;
  top: 21px;
  right: 40px;
}
@media (max-width: 1200px) {
  .container-tools {
    right: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    overflow-y: auto;
    background-color: #f4f3f1;
    -webkit-box-shadow: inset 6px 0 10px -5px #9b9b9b;
            box-shadow: inset 6px 0 10px -5px #9b9b9b;
  }
  .container-tools::-webkit-scrollbar {
    width: 0;
  }
  .container-tools ul#monheaderfooter .list-tools > li {
    margin-top: 70px;
  }
}
.list-tools > li {
  position: relative;
  display: inline-block;
}
.list-tools > li a {
  position: relative;
  min-width: 30px;
  padding: 27px 0 0 0;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center top;
  -o-background-size: 24px auto;
     background-size: 24px auto;
}
.list-tools > li a.tool-search {
  background-image: url(/aggregator/images/svg-outils/recherche.svg);
}
.list-tools > li a.tool-langue {
  background-image: url(/aggregator/images/svg-outils/langue.svg);
}
.list-tools > li a.tool-devise.EUR {
  background-image: url(/aggregator/images/svg-outils/euro.svg);
}
.list-tools > li a.tool-devise.USD,
.list-tools > li a.tool-devise.AUD,
.list-tools > li a.tool-devise.CAD,
.list-tools > li a.tool-devise.AUD,
.list-tools > li a.tool-devise.SGD,
.list-tools > li a.tool-devise.HKD {
  background-image: url(/aggregator/images/svg-outils/dollar.svg);
}
.list-tools > li a.tool-devise.JPY {
  background-image: url(/aggregator/images/svg-outils/yen.svg);
}
.list-tools > li a.tool-devise.GBP {
  background-image: url(/aggregator/images/svg-outils/pound.svg);
}
.list-tools > li a.tool-devise.CHF {
  background-image: url(/aggregator/images/svg-outils/franc.svg);
}
.list-tools > li a.tool-panier {
  background-image: url(/aggregator/images/svg-outils/panier.svg);
}
.list-tools > li a.tool-contact {
  background-image: url(/aggregator/images/svg-outils/contact.svg);
}
.list-tools > li a.tool-aide {
  background-image: url(/aggregator/images/svg-outils/aide.svg);
}
@media (max-width: 1200px) {
  .list-tools > li a {
    width: 92%;
    height: 51px;
    line-height: 51px;
    padding: 0 0 0 55px;
    font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
    font-size: 100%;
    font-size: 1rem;
    text-align: left;
    background-position: 20px center;
    border-bottom: 1px solid #979797;
  }
}
@media (min-width: 1200px) {
  .list-tools > li .sub-tools {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 55px;
    background-color: white;
    -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.75);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.75);
  }
  .list-tools > li .sub-tools li a {
    padding: 5px;
  }
  .list-tools > li .sub-tools li a:hover {
    color: white !important;
    background-color: #3a404d !important;
  }
  .list-tools > li .sub-tools li:last-child a {
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
  }
}
.list-tools > li.secondary-tools > a::after {
  content: '';
  position: absolute;
  top: 33px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-tools > li.secondary-tools > a.close-tools::after {
  border-top: 0;
  border-bottom: 4px solid;
}
@media (max-width: 1200px) {
  .list-tools > li {
    display: block;
    margin-left: 0;
  }
  .list-tools > li.secondary-tools > a::before,
  .list-tools > li.secondary-tools > a::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 46%;
    right: 10px;
    margin-top: -1px;
    height: 5px;
    width: 18px;
    background: white !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -webkit-transform-origin: 17px 50%;
    -moz-transform-origin: 17px 50%;
    -ms-transform-origin: 17px 50%;
    -o-transform-origin: 17px 50%;
    transform-origin: 17px 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .list-tools > li.secondary-tools > a::before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .list-tools > li.secondary-tools > a::after {
    border: 0;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .list-tools > li.secondary-tools > a.close-tools::before,
  .list-tools > li.secondary-tools > a.close-tools::after {
    top: 56%;
    right: 23px;
  }
  .list-tools > li.secondary-tools > a.close-tools::before {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  .list-tools > li.secondary-tools > a.close-tools::after {
    border: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .list-tools > li .sub-tools li a {
    height: 31px;
    line-height: 31px;
    font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
    font-size: 0.875rem;
    border-bottom: 1px dotted #979797;
  }
  .list-tools > li .sub-tools li a:hover {
    background-color: #D8D8D8;
  }
  .list-tools > li .sub-tools li:last-child a {
    border-bottom: 1px solid #979797;
  }
}
/* FONT FAMILY */
.mediumfont {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
}
.navfont {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.titlefont {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
/* NAVITEM SUR DEUX LIGNES mobile ET desktop*/
.cd-primary-nav a b,
.cd-primary-nav a small {
  display: block;
  line-height: 17.5px;
}
/* CONFIGURATION GENERALE */
.cd-primary-nav > li > a {
  text-transform: uppercase;
}
.cd-primary-nav > li > a i {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-style: normal;
}
/*NAVIGATION MOBILE*/
.cd-primary-nav > li > a.current {
  cursor: pointer;
}
.cd-primary-nav li.go-back a,
.cd-primary-nav .see-all a,
li.nav-home a {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: white;
}
.cd-secondary-nav .go-back a,
.cd-primary-nav .nav-home a {
  height: 50px;
  line-height: 34px;
}
.cd-secondary-nav a.nav-parent:hover {
  text-decoration: underline;
}
.cd-main-header {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 10s ease;
  -o-transition: all 10s ease;
  -moz-transition: all 10s ease;
  transition: all 10s ease;
}
.cd-main-content {
  padding-top: 50px;
}
@media only screen and (min-width: 1201px) {
  /*  la navigation à gauche en mode desktop*/
  .cd-nav {
    text-align: left;
  }
  .cd-main-content {
    padding-top: 70px;
  }
}
/******************************************************/
.cd-nav ol,
.cd-nav ul {
  list-style: none;
}
.cd-nav blockquote,
q {
  quotes: none;
}
.cd-nav blockquote:before,
.cd-nav blockquote:after,
.cd-nav q:before,
.cd-nav q:after {
  content: '';
  content: none;
}
.cd-nav table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 1200px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
  .cd-primary-nav > li > a {
    font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
    font-size: 100%;
  }
  .cd-primary-nav > li > a span {
    font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
    color: #b30a00;
  }
  ul.cd-primary-nav,
  .container-tools {
    margin-top: 50px;
  }
  .cd-primary-nav a,
  .cd-primary-nav ul a {
    width: 92%;
    line-height: 51px;
  }
  .cd-primary-nav .go-back a {
    padding-left: 45px !important;
    line-height: 48px;
    text-transform: uppercase;
    color: #b30a00 !important;
  }
}
.bloc-g a {
  color: #b30a00;
  text-decoration: none;
}
/* --------------------------------

Main components

-------------------------------- */
.cd-main-content,
.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
@media only screen and (max-width: 1200px) {
  .cd-main-content.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateZ(0) translateX(260px);
  }
  .cd-main-content.tools-is-visible {
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateZ(0) translateX(-240px);
  }
}
.cd-main-content.nav-is-visible,
.cd-main-content.tools-is-visible {
  -webkit-box-shadow: -10px -10px 10px -9px #9b9b9b;
          box-shadow: -10px -10px 10px -9px #9b9b9b;
}
.cd-main-content {
  background: #e2e3df;
  background-color: white;
  min-height: 100vh;
  z-index: 2;
}
.cd-main-header {
  height: 50px;
  background-color: white;
  z-index: 3;
}
/*.nav-is-fixed .cd-main-header {*/
.header-fixed {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > @screenbreak2 */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 302;
}
@media only screen and (min-width: 1201px) {
  .cd-main-header {
    background-color: white;
    height: 70px;
  }
  .cd-main-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-header-buttons {
    display: none !important;
  }
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  z-index: 0;
  top: 0;
  left: 0;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1201px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}
.cd-nav-trigger {
  display: block;
  position: relative;
  z-index: 3;
  width: 60px;
  height: 50px;
  left: 0;
  top: 0;
  background-color: #b30a00;
  overflow: hidden;
  white-space: nowrap;
  color: transparent !important;
}
/* TRIGGER : HAMBURGER ICON*/
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 7px;
  width: 40px;
  /* COULEUR DES STRIPES*/
  background: white;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  bottom: 22px;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  -o-transition: -o-transform 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, -moz-transform 0.3s 0.3s, -o-transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -11px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 11px;
}
/* END TRIGGER : HAMBURGER ICON*/
/* TRIGGER : Cross to Close the menu*/
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background-color: #b30a00;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines*/
  background-color: white;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(3px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(3px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(3px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(3px) rotate(-45deg);
  transform: translateX(4px) translateY(3px) rotate(-45deg);
}
/* END TRIGGER : Cross to Close the menu*/
@media only screen and (min-width: 1201px) {
  .cd-nav-trigger {
    display: none;
  }
}
.cd-primary-nav,
.cd-primary-nav ul {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #f4f3f1;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
/*Correction bug d'affichage scroll sur iphone*/
.cd-primary-nav,
.cd-primary-nav ul {
  overflow: auto;
}
.cd-primary-nav.nav-is-visible {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*END Correction bug d'affichage scroll sur iphone*/
.cd-primary-nav a,
.cd-primary-nav ul a {
  display: block;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  color: #b30a00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #979797;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
@media only screen and (min-width: 1201px) {
  .cd-secondary-nav li a {
    height: 22px;
  }
  .cd-secondary-nav .nav2-child li a span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    background-color: white;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cd-secondary-nav .nav2-child li a:hover span {
    background-color: #b30a00;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media only screen and (max-width: 1200px) {
  .is-hidden {
    display: none;
  }
}
.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 1200px) {
  .cd-primary-nav.is-hidden,
  .cd-primary-nav ul.is-hidden {
    display: none;
  }
}
.cd-primary-nav.moves-out > li > a,
.cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 70px;
  line-height: 70px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #3a404d;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: 40px 40px;
     background-size: 40px 40px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("/aggregator/images/megamenu/line-icon-1.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("/aggregator/images/megamenu/line-icon-2.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("/aggregator/images/megamenu/line-icon-3.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("/aggregator/images/megamenu/line-icon-4.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("/aggregator/images/megamenu/line-icon-5.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("/aggregator/images/megamenu/line-icon-6.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("/aggregator/images/megamenu/line-icon-7.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("/aggregator/images/megamenu/line-icon-8.svg");
}
@media only screen and (max-width: 1200px) {
  .cd-primary-nav,
  .container-tools {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    -o-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible,
  .tools-is-visible.container-tools {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    -o-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}
@media only screen and (min-width: 1201px) {
  .cd-primary-nav {
    position: static;
    height: auto;
    width: auto;
    display: inline-block;
    overflow: visible;
    background: transparent;
  }
  .cd-primary-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-primary-nav.moves-out > li > a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
    margin-left: 0;
  }
  .cd-primary-nav > li > a {
    position: relative;
    display: inline-block;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 48px;
    padding-bottom: 8px;
    overflow: visible;
    border-bottom: none;
    font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
    font-size: 0.6875rem;
    color: #3a404d;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    background-repeat: no-repeat;
    background-position: center 9px;
    -o-background-size: 36px auto;
       background-size: 36px auto;
  }
  .cd-primary-nav > li > a.nav-circuits {
    background-image: url(/aggregator/images/svg-nav/circuits.svg);
  }
  .cd-primary-nav > li > a.nav-transports {
    background-image: url(/aggregator/images/svg-nav/transports.svg);
  }
  .cd-primary-nav > li > a.nav-hebergements {
    background-image: url(/aggregator/images/svg-nav/hebergements.svg);
  }
  .cd-primary-nav > li > a.nav-services {
    background-image: url(/aggregator/images/svg-nav/services.svg);
  }
  .cd-primary-nav > li > a.nav-visiter {
    background-image: url(/aggregator/images/svg-nav/carte-japon.svg);
  }
  .cd-primary-nav > li > a:before {
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: 36px auto;
       background-size: 36px auto;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .cd-primary-nav > li > a.nav-circuits:before {
    background-image: url(/aggregator/images/svg-nav/circuits-on.svg);
  }
  .cd-primary-nav > li > a.nav-transports:before {
    top: 8px !important;
    background-image: url(/aggregator/images/svg-nav/transports-on.svg);
  }
  .cd-primary-nav > li > a.nav-hebergements:before {
    background-image: url(/aggregator/images/svg-nav/hebergements-on.svg);
  }
  .cd-primary-nav > li > a.nav-services:before {
    background-image: url(/aggregator/images/svg-nav/services-on.svg);
  }
  .cd-primary-nav > li > a.nav-visiter:before {
    background-image: url(/aggregator/images/svg-nav/carte-japon-on.svg);
  }
  .cd-primary-nav > li > a i {
    display: none;
  }
  .cd-primary-nav > li > a:hover,
  .cd-primary-nav > li > a.current,
  .cd-primary-nav > li > a.selected,
  .cd-primary-nav > li.nav-home > a.current {
    background-color: #b30a00;
    color: white !important;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .cd-primary-nav > li > a:hover:before,
  .cd-primary-nav > li > a.current:before,
  .cd-primary-nav > li > a.selected:before,
  .cd-primary-nav > li.nav-home > a.current:before {
    opacity: 1;
  }
  .cd-primary-nav > li > a.current {
    cursor: text;
  }
  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display: none;
  }
}
.has-children > a,
.go-back a {
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .cd-primary-nav > .has-children > a::after,
  .cd-secondary-nav > .has-children > a::before,
  .cd-secondary-nav > .has-children > a::after {
    display: none;
  }
  .cd-primary-nav > .has-children > a::before {
    margin-top: 0;
    background-color: transparent;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .cd-primary-nav {
    padding-left: 220px;
  }
}
/*Elements optionnels Menu responsive*/
/* - search*/
/* - nav2 en mega menu*/
/******************************************************/
/******************************************************/
/*********************SEARCH*********************************/
/******************************************************/
input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.cd-search-trigger {
  display: block;
  position: relative;
  z-index: 3;
  width: 44px;
  height: 44px;
  left: -15px;
  top: 5px;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 590px) {
  .cd-search-trigger {
    left: -25px;
  }
}
@media only screen and (min-width: 768px) {
  .cd-search-trigger {
    left: -35px;
  }
}
.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid #3a404d;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #3a404d;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #3a404d;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/******************************************************/
/*********************MEGA MENU DESKTOP*********************************/
/******************************************************/
/* arrow icon in CSS - for element with nested unordered lists */
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
  content: '';
  position: absolute;
  top: 46%;
  margin-top: -1px;
  display: inline-block;
  height: 5px;
  width: 18px;
  background: lightgrey;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}
.has-children > a::before,
.go-back a::before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.has-children > a::after,
.go-back a::after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.has-children > a {
  padding-right: 40px;
}
.has-children > a::before,
.has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 10px;
  -webkit-transform-origin: 17px 50%;
  -moz-transform-origin: 17px 50%;
  -ms-transform-origin: 17px 50%;
  -o-transform-origin: 17px 50%;
  transform-origin: 17px 50%;
}
.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
@media only screen and (min-width: 1201px) {
  .cd-primary-nav .cd-secondary-nav,
  .cd-primary-nav .cd-nav-gallery,
  .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 70px;
    left: 0;
    width: 100vw;
    background-color: #f3f3f3;
    padding: 20px;
    -webkit-box-shadow: inset 0 6px 10px -5px #9b9b9b, 0 6px 10px -5px #9b9b9b;
            box-shadow: inset 0 6px 10px -5px #9b9b9b, 0 6px 10px -5px #9b9b9b;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav:after,
  .cd-primary-nav .cd-nav-gallery:after,
  .cd-primary-nav .cd-nav-icons:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden,
  .cd-primary-nav .cd-nav-gallery.is-hidden,
  .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all,
  .cd-primary-nav .cd-nav-gallery > .see-all,
  .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a,
  .cd-primary-nav .cd-nav-gallery > .see-all a,
  .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover,
  .cd-primary-nav .cd-nav-gallery > .see-all a:hover,
  .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #3a404d;
    border-color: #3a404d;
    color: white !important;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: auto;
    min-height: 100px;
    /* here you set the number of columns - use width percentage */
    width: 31.33333333%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children {
    position: relative;
    padding-left: 105px;
    background-repeat: no-repeat;
    background-position: left 8px;
    -o-background-size: 80px auto;
       background-size: 80px auto;
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-circuitsaccompagnes {
    background-image: url(/aggregator/images/svg-nav/circuits-accompagnes-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-circuitssurmesure {
    background-image: url(/aggregator/images/svg-nav/circuits-sur-mesure-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-circuitsenvoiture {
    background-image: url(/aggregator/images/svg-nav/circuits-individuels-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-japanrailpass {
    background-image: url(/aggregator/images/svg-nav/transports-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-billetsdavion {
    background-image: url(/aggregator/images/svg-nav/avion-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-louerunevoiture {
    background-image: url(/aggregator/images/svg-nav/louer-voiture-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-lesmaisons {
    background-image: url(/aggregator/images/svg-nav/louer-maison-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-leshotels {
    background-image: url(/aggregator/images/svg-nav/reserver-hotel-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosactivites {
    background-image: url(/aggregator/images/svg-nav/activites-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosservices {
    background-image: url(/aggregator/images/svg-nav/services-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosvilles {
    background-image: url(/aggregator/images/svg-nav/villes-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosthemes {
    background-image: url(/aggregator/images/svg-nav/themes-on.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children:before {
    display: block;
    content: "";
    width: 80px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left 8px;
    -o-background-size: 80px auto;
       background-size: 80px auto;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-circuitsaccompagnes:before {
    background-image: url(/aggregator/images/svg-nav/circuits-accompagnes.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-circuitssurmesure:before {
    background-image: url(/aggregator/images/svg-nav/circuits-sur-mesure.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-circuitsenvoiture:before {
    background-image: url(/aggregator/images/svg-nav/circuits-individuels.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-japanrailpass:before {
    background-image: url(/aggregator/images/svg-nav/transports.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-billetsdavion:before {
    background-image: url(/aggregator/images/svg-nav/avion.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-louerunevoiture:before {
    background-image: url(/aggregator/images/svg-nav/louer-voiture.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-lesmaisons:before {
    background-image: url(/aggregator/images/svg-nav/louer-maison.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-leshotels:before {
    background-image: url(/aggregator/images/svg-nav/reserver-hotel.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosactivites:before {
    background-image: url(/aggregator/images/svg-nav/activites.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosservices:before {
    background-image: url(/aggregator/images/svg-nav/services.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosvilles:before {
    background-image: url(/aggregator/images/svg-nav/villes.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children.nav-nosthemes:before {
    background-image: url(/aggregator/images/svg-nav/themes.svg);
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children:hover {
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children:hover:before {
    opacity: 1;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children > a {
    margin-bottom: 5px;
    font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
    font-size: 1.125rem;
  }
  .cd-primary-nav .cd-secondary-nav > li.has-children > a span {
    color: #b30a00 !important;
  }
  .cd-primary-nav .cd-secondary-nav a {
    padding: 0 18% 0 0;
    border-bottom: none;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #b30a00;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.nav2-child {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-secondary-nav ul.nav2-child > li a {
    font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
    font-size: 100%;
    font-size: 0.875rem;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #b30a00;
    font-weight: bold;
    padding: 0 .4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 70px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #b30a00;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}
@media only screen and (min-width: 1201px) and (min-width: 1200px) {
  .cd-primary-nav .cd-secondary-nav > li {
    width: 27%;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(3) {
    margin-left: 12.5%;
  }
}
.cd-search {
  position: absolute;
  height: 51px;
  width: 100%;
  top: 51px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  background-color: white;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #f3f3f3;
}
.cd-search input::-moz-placeholder {
  color: #f3f3f3;
}
.cd-search input:-moz-placeholder {
  color: #f3f3f3;
}
.cd-search input:-ms-input-placeholder {
  color: #f3f3f3;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
@media only screen and (min-width: 1201px) {
  .cd-search {
    height: 120px;
    top: 70px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}
/* *********************/
/* shadow layer visible when mega menu is active */
/* *********************/
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
/* --------------------------------

support for no js

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}
.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1201px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}
/************************************************************************/
/******************************reseaux sociaux******************************************/
/************************************************************************/
/****************************** CAROUSEL ******************************************/
.jcarousel-wrapper {
  position: relative;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jcarousel .carousel-container {
  width: 2000em;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (min-width: 1201px) {
  .jcarousel .carousel-container .linkbox {
    max-width: 323.33px;
  }
}
@media (min-width: 768px) {
  .jcarousel .carousel-container .linkbox {
    max-width: 390px;
  }
}
.carousel-box {
  float: left;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 10%;
  width: 50px;
  height: 80%;
}
@media (min-width: 768px) {
  .jcarousel-control-prev,
  .jcarousel-control-next {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .jcarousel-control-prev,
  .jcarousel-control-next {
    top: 20%;
    height: 70%;
  }
}
.jcarousel-control-prev {
  left: 0;
}
@media (min-width: 768px) {
  .jcarousel-control-prev {
    left: -42px;
  }
}
.jcarousel-control-next {
  right: 0;
}
@media (min-width: 768px) {
  .jcarousel-control-next {
    right: -42px;
  }
}
.jcarousel-control-prev span,
.jcarousel-control-next span {
  position: absolute;
  top: 36%;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #3a404d;
  color: white !important;
  text-decoration: none;
  text-shadow: 0 0 1px white;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .jcarousel-control-prev span,
  .jcarousel-control-next span {
    top: 42%;
  }
}
.jcarousel-control-prev span {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .jcarousel-control-prev span {
    margin-left: 40px;
  }
}
@media (min-width: 860px) {
  .jcarousel-control-prev span {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .jcarousel-control-prev span {
    margin-left: 40px;
  }
}
@media (min-width: 1100px) {
  .jcarousel-control-prev span {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .jcarousel-control-prev span {
    margin-left: 40px;
  }
}
@media (min-width: 1300px) {
  .jcarousel-control-prev span {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .jcarousel-control-next span {
    margin-left: -20px;
  }
}
@media (min-width: 860px) {
  .jcarousel-control-next span {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .jcarousel-control-next span {
    margin-left: -20px;
  }
}
@media (min-width: 1100px) {
  .jcarousel-control-next span {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .jcarousel-control-next span {
    margin-left: -20px;
  }
}
@media (min-width: 1300px) {
  .jcarousel-control-next span {
    margin-left: 20px;
  }
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
  background: #b30a00;
}
/****************************** HEADER ******************************************/
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-wrapper .container {
    padding: 15px 15px 0 15px;
  }
}
.video-wrapper img,
.video-wrapper video {
  top: 0;
  left: 0;
  width: 100%;
}
.video-wrapper #titre-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.homepage .video-wrapper img,
body.homepage .video-wrapper video {
  position: absolute;
}
.hub-page .video-wrapper {
  border-bottom: 15px solid white;
}
@media (min-width: 768px) {
  .hub-page .video-wrapper {
    border-bottom: 0;
  }
}
.container.section-header,
.container.bloc-article-outer {
  padding: 0 15px 15px 15px;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .container.section-header,
  .container.bloc-article-outer {
    background-color: white;
  }
}
@media (min-width: 1200px) {
  .container.section-header,
  .container.bloc-article-outer {
    padding: 30px 10px 15px 10px;
  }
}
.container.bloc-article-outer {
  padding: 15px 15px;
}
.col-infos-header {
  display: none;
  text-align: right;
}
@media (min-width: 992px) {
  .col-infos-header {
    display: block;
  }
}
.col-infos-footer {
  display: block;
  text-align: right;
}
@media (min-width: 992px) {
  .col-infos-footer {
    display: none;
  }
}
.box-number {
  display: inline-block;
  position: relative;
  vertical-align: top;
  min-width: 200px;
  height: 35px;
  line-height: 35px;
  margin-top: 7px;
  padding: 0 10px 0 45px;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1.4375rem;
  color: #949394;
  background-color: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 1200px) {
  .box-number {
    min-width: 220px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 10px 0 50px;
    font-size: 1.375rem;
  }
}
.box-number:after {
  display: block;
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/svg-rouge/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -o-background-size: 35px auto;
     background-size: 35px auto;
}
@media (min-width: 1200px) {
  .box-number:after {
    width: 40px;
    height: 40px;
    -o-background-size: 40px auto;
       background-size: 40px auto;
  }
}
.socialheader {
  display: inline-block;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .socialheader {
    margin-top: 5px;
  }
}
.socialheader li {
  display: inline-block;
}
.socialheader li a {
  width: 35px;
  height: 35px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 35px auto;
     background-size: 35px auto;
}
@media (min-width: 1200px) {
  .socialheader li a {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    -o-background-size: 40px auto;
       background-size: 40px auto;
  }
}
.socialheader li a.fb {
  background-image: url(../images/svg-social/facebook-dark.svg);
}
.socialheader li a.gp {
  background-image: url(../images/svg-social/googleplus-dark.svg);
}
.socialheader li a.tw {
  background-image: url(../images/svg-social/twitter-dark.svg);
}
.socialheader li a.yt {
  background-image: url(../images/svg-social/youtube-dark.svg);
}
.socialheader li a.in {
  background-image: url(../images/svg-social/instagram-dark.svg);
}
.socialheader li a.pt {
  background-image: url(../images/svg-social/pinterest-dark.svg);
}
.socialheader li a span {
  display: none;
}
.container-bandeau {
  position: relative;
}
@media (min-width: 768px) {
  .container-bandeau {
    padding-bottom: 110px;
  }
}
@media (min-width: 1200px) {
  .container-bandeau {
    padding-bottom: 100px;
  }
}
/* SURCHARGE HEADER */
body.fr_FR div#monheaderfooter .list-tools li a,
body.en_GB div#monheaderfooter .list-tools li a,
body.es_ES div#monheaderfooter .list-tools li a,
body.it_IT div#monheaderfooter .list-tools li a {
  width: 55px;
}
body.fr_FR div#monheaderfooter .list-tools li a.tool-search {
  background-position-x: 16px;
}
body.de_DE div#monheaderfooter .list-tools li a {
  width: 65px;
}
body.de_DE div#monheaderfooter .list-tools li a.tool-panier {
  background-position-x: 22px;
}
/****************************** SOUS NAV ******************************************/
.container-outer-ancre {
  padding-bottom: 5px;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .container-outer-ancre {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .container-outer-ancre {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .container-outer-ancre.fixed-sousnav {
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .container-outer-ancre.fixed-sousnav .container-ancre {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-outer-ancre.fixed-sousnav .container-ancre {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-outer-ancre.fixed-sousnav .container-ancre {
    max-width: 1170px;
  }
}
.container-ancre {
  padding-top: 20px;
  -webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .container-ancre {
    position: absolute;
    left: -15px;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.subnav a {
  position: relative;
  z-index: 5;
  height: 80px;
  margin-bottom: 10px;
  padding: 26px 5px 0 5px;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .subnav a {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .subnav a {
    height: 70px;
    line-height: 70px;
    padding: 0 10px 0 66px;
    font-size: 0.8rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .subnav a:last-child {
    padding: 0 45px 0 66px;
  }
}
.subnav a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.subnav a:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center 4px;
  -o-background-size: 46px auto;
     background-size: 46px auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .subnav a:before {
    width: 56px;
    background-position: 10px 12px;
  }
}
.subnav a.ancre-carte-ville:before {
  background-image: url(../images/svg-subnav/carte-ville.svg);
}
.subnav a.ancre-travel:before {
  background-image: url(../images/svg-subnav/travel-angels.svg);
}
.subnav a.ancre-hebergement:before {
  background-image: url(../images/svg-subnav/hebergement.svg);
}
.subnav a.ancre-activites:before {
  background-image: url(../images/svg-subnav/activites.svg);
}
.subnav a.ancre-newsville:before {
  background-image: url(../images/svg-subnav/news-ville.svg);
}
.subnav a.ancre-medias:before {
  background-image: url(../images/svg-subnav/medias.svg);
}
.subnav a:hover,
.subnav a:focus,
.subnav a.active {
  color: white !important;
  background-color: #b30a00;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.subnav a:hover:before,
.subnav a:focus:before,
.subnav a.active:before {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.subnav a:hover.ancre-carte-ville:before,
.subnav a:focus.ancre-carte-ville:before,
.subnav a.active.ancre-carte-ville:before {
  background-image: url(../images/svg-subnav/carte-ville-on.svg);
}
.subnav a:hover.ancre-travel:before,
.subnav a:focus.ancre-travel:before,
.subnav a.active.ancre-travel:before {
  background-image: url(../images/svg-subnav/travel-angels-on.svg);
}
.subnav a:hover.ancre-hebergement:before,
.subnav a:focus.ancre-hebergement:before,
.subnav a.active.ancre-hebergement:before {
  background-image: url(../images/svg-subnav/hebergement-on.svg);
}
.subnav a:hover.ancre-activites:before,
.subnav a:focus.ancre-activites:before,
.subnav a.active.ancre-activites:before {
  background-image: url(../images/svg-subnav/activites-on.svg);
}
.subnav a:hover.ancre-newsville:before,
.subnav a:focus.ancre-newsville:before,
.subnav a.active.ancre-newsville:before {
  background-image: url(../images/svg-subnav/news-ville-on.svg);
}
.subnav a:hover.ancre-medias:before,
.subnav a:focus.ancre-medias:before,
.subnav a.active.ancre-medias:before {
  background-image: url(../images/svg-subnav/medias-on.svg);
}
/****************************** SECTION HEBERGEMENTS ******************************************/
.section-hebergements .contenuprix {
  color: white;
  background-color: #3a404d;
}
.section-hebergements .contenuprix .prix {
  padding-bottom: 5px;
}
.section-hebergements .box-titre {
  padding: 6px 0 7px 0;
}
.section-hebergements .box-titre div {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  text-align: center;
  line-height: 1.1;
}
.section-hebergements .box-titre div.titre-ville {
  text-transform: uppercase;
  color: #b30a00;
}
.section-hebergements .box-infos {
  position: relative;
}
.section-hebergements .box-infos h3 {
  padding: 8px 0 0 10px;
  color: #b30a00;
}
.section-hebergements .box-infos .localisation {
  position: relative;
  margin-left: 10px;
  padding-left: 16px;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
}
.section-hebergements .box-infos .localisation:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 21px;
  background-image: url(../images/svg-gris/localisation.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 12px auto;
     background-size: 12px auto;
}
.detail-hebergement {
  padding: 20px 0 15px 0;
}
@media (min-width: 1200px) {
  .detail-hebergement {
    padding: 20px 0 10px 0;
  }
}
.detail-hebergement ul {
  list-style: none;
}
.detail-hebergement ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 40px auto;
     background-size: 40px auto;
}
.detail-hebergement ul li span {
  display: block;
  font-family: 'DIN-BlackRegular';
  text-align: center;
}
.detail-hebergement ul li.m-carre {
  background-image: url(../images/svg-gris/rond-m2.svg);
}
.detail-hebergement ul li.m-carre span {
  font-size: 1.25rem;
  line-height: 1;
}
.detail-hebergement ul li.nb-perso {
  background-image: url(../images/svg-gris/rond-perso.svg);
}
.detail-hebergement ul li.nb-perso span {
  font-size: 0.875rem;
  line-height: 3.4;
  color: white;
}
.detail-hebergement ul li.wifi {
  background-image: url(../images/svg-gris/rond-wifi.svg);
}
.note-etoiles {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 96px;
  height: 16px;
  background-image: url(../images/svg-etoiles/note-etoiles-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 96px auto;
     background-size: 96px auto;
}
.hebergement-maisons .box-infos {
  background-color: #f6f6f6;
}
.hebergement-maisons .container-photo .contenuprix .detail {
  padding-top: 2px;
}
.hebergement-maisons .detail-hebergement ul li.m-carre {
  background-image: url(../images/svg-blanc/rond-m2.svg);
}
.hebergement-maisons .detail-hebergement ul li.nb-perso {
  background-image: url(../images/svg-blanc/rond-perso.svg);
}
.hebergement-maisons .detail-hebergement ul li.wifi {
  background-image: url(../images/svg-blanc/rond-wifi.svg);
}
.hebergement-hotels {
  padding-top: 5px;
}
.hebergement-hotels .box-titre {
  background-color: #f6f6f6;
}
#head-video {
  background-image: url(../images/img-video.jpg);
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 0;
  width: 100%;
}
.intro-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 20px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f3f1;
}
@media (min-width: 1200px) {
  .intro-home {
    min-height: 280px;
  }
}
.intro-home h2.withH1Style {
  font-size: 1.4375rem;
  padding-bottom: 17px;
}
.intro-home .description {
  font-size: 0.875rem;
  line-height: 1.375;
  color: #3a404d;
}
.intro-home .description b {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
body.is-safari .intro-home .description {
  line-height: 1.25;
}
.section-header .col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-header .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.intro-home-img {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .intro-home-img {
    margin-top: 0;
  }
}
.intro-home-img .entete-article {
  margin-bottom: 0;
}
.intro-home-img .entete-article .soustitre {
  width: 80%;
}
@media (min-width: 768px) {
  .intro-home-img .entete-article {
    padding: 5px 0 5px 70px;
  }
}
@media (min-width: 1200px) {
  .intro-home-img .entete-article {
    position: absolute;
    padding: 5px 20px 5px 70px;
    width: initial;
    min-height: 60px;
    background-color: white;
    z-index: 2;
  }
  .intro-home-img .entete-article .soustitre {
    display: none;
  }
}
.intro-home-img .entete-article h3 {
  width: 80%;
  font-size: 1.25rem;
}
.intro-home-img .entete-article h3 span {
  font-weight: bold;
  color: #b30a00;
}
@media (min-width: 1200px) {
  .intro-home-img .entete-article h3 {
    text-transform: none;
    white-space: nowrap;
  }
  .intro-home-img .entete-article h3 span {
    display: block;
  }
}
@media (min-width: 1200px) {
  .intro-home-img img {
    max-height: 230px;
  }
}
.intro-home-img .img-desc {
  padding-left: 20px;
  min-height: 50px;
}
.intro-home-img .img-desc div[itemprop="name"] {
  padding-top: 6px;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.intro-home-img .img-desc div[itemprop="name"] span {
  color: #b30a00;
}
.intro-home-img .img-desc span[itemprop="description"] {
  font-size: 0.875rem;
}
.bloc-article-outer > .row {
  margin-right: -10px;
  margin-left: -10px;
}
.bloc-article-outer .col-md-4 {
  margin: 0 auto 10px auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .bloc-article-outer .col-md-4 {
    margin: 0 auto;
  }
}
.bloc-article-outer .col-md-4 .contenu-mobile {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .bloc-article-outer .col-md-4 .contenu-mobile.bloc-article .image-wrapper {
    overflow: hidden;
    height: 148px;
  }
  .bloc-article-outer .col-md-4 .contenu-mobile.bloc-article .image-wrapper img {
    max-width: 305px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .bloc-article-outer .col-md-4 .contenu-mobile.bloc-article .image-wrapper {
    overflow: hidden;
    max-height: 350px;
  }
  .bloc-article-outer .col-md-4 .contenu-mobile.bloc-article .image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .bloc-article-outer .col-md-4 .contenu-mobile.bloc-article-v#last-news {
    max-height: 200px;
  }
  .bloc-article-outer .col-md-4 .contenu-mobile.bloc-article-v#last-news span[itemprop="description"] {
    overflow: hidden;
  }
}
.bloc-article-outer .col-md-4 .contenu-mobile.bloc-article-v .image-wrapper {
  overflow: hidden;
}
.bloc-article-outer .col-md-4 .contenu-mobile.bloc-article-v .image-wrapper a,
.bloc-article-outer .col-md-4 .contenu-mobile.bloc-article-v .image-wrapper img {
  max-height: 200px;
  height: 100%;
  width: auto;
  max-width: 200px;
}
.bloc-article-outer .titre-entete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.bloc-article-outer .titre-entete .svg-h {
  margin-right: 10px;
}
.bloc-article-outer .titre-entete .svg-h svg {
  width: 62%;
  height: 62%;
}
@media (min-width: 768px) {
  .bloc-article-outer .titre-entete {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bloc-article-outer .titre-entete.title-mobile {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.bloc-article-outer .titreparagraphe {
  font-size: 1.125rem;
  color: #3a404d;
}
.bloc-article-outer .titreparagraphe span {
  display: block;
  font-family: 'DIN-LightRegular', Arial, Verdana, sans-serif;
  color: #3a404d;
  text-transform: none;
}
@media (min-width: 992px) {
  .bloc-article-outer .titreparagraphe span {
    font-size: 0.875rem;
  }
}
.bloc-article-outer .col-lg-3 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .bloc-article-outer .col-lg-3 {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .bloc-article-outer .col-lg-3 {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 0;
  }
}
.bloc-article-outer .col-lg-3 .svg-h {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-flex-basis: 2.5rem;
      -ms-flex-preferred-size: 2.5rem;
          flex-basis: 2.5rem;
}
.bloc-article-outer .col-lg-3 .titreparagraphe {
  font-size: 1rem;
}
.bloc-article-outer .col-lg-3 .titre-entete {
  background-color: white;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: screen-lg) {
  .bloc-article-outer .col-lg-3 .titre-entete {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.bloc-article-outer .col-lg-3 .titre-entete.title-mobile {
  padding-right: 10px;
  padding-left: 10px;
}
.bloc-article-outer .col-lg-3 .titre-entete h3 b {
  display: block;
}
.bloc-article-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  min-height: 200px;
}
.article-bk-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}
.article-bk-txt div[itemprop="name"] {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.article-bk-txt span[itemprop="description"] {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 0.875rem;
  letter-spacing: -0.35px;
}
.article-bk-txt.one-line div[itemprop="name"] {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.btnlink.btn-out {
  position: initial;
  text-align: right;
}
.btnlink.btn-out span:hover {
  background-color: #b30a00 !important;
}
.btnlink.btn-out:hover toolbarzone span {
  background-color: transparent;
}
.list-coldroite {
  padding: 19px 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 1200px) {
  .list-coldroite {
    padding: 19px 20px;
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }
  .list-coldroite.contenu-mobile {
    padding-bottom: 19px;
  }
}
.list-coldroite li {
  display: block;
  padding: 10px 0;
}
.list-coldroite li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: #3a404d;
  background-color: white;
}
@media (min-width: 768px) {
  .list-coldroite li a {
    font-size: 0.875rem;
    line-height: initial;
  }
}
.list-coldroite li a .svg-v {
  margin: 0 12px;
  width: 25px;
  height: 25px;
}
.list-coldroite li a .svg-v svg {
  width: 100%;
  height: 100%;
  fill: #9e9e9e;
}
.list-coldroite li a:hover {
  color: #b30a00;
}
.list-coldroite li a:hover .svg-v svg {
  fill: #b30a00;
}
.svg-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  width: 2.55rem;
  height: 2.55rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3a404d;
}
.svg-dark svg {
  width: 62%;
  height: 62%;
  fill: white;
}
.svg-bigger svg {
  width: 80%;
  height: 80%;
}
.titre-entete2.top5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.titreparagraphe.titre-top5 {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 1.125rem;
  color: #3a404d;
}
.titreparagraphe.titre-top5 span {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.titreparagraphe.titre-top5 u {
  text-decoration: none;
  color: #b30a00;
}
@media (min-width: 992px) {
  .titreparagraphe.titre-top5 {
    font-size: 0.875rem;
  }
  .titreparagraphe.titre-top5 u {
    color: #3a404d;
  }
}
.bgd-gris {
  background-color: #f6f6f6;
}
.liste-top5 {
  padding: 3px 10px 0 30px;
  height: 150px;
}
.liste-top5 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.liste-top5 li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  height: 100%;
}
.liste-top5 li:after {
  position: absolute;
  display: block;
  bottom: 0;
  margin-left: -20px;
  content: '';
  width: 92%;
  height: 1px;
  background-color: #eeeeee;
}
.liste-top5 li:last-of-type:after {
  display: none;
}
.liste-top5 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.2px;
}
@media (min-width: 992px) {
  .liste-top5 li a {
    font-size: 0.875rem;
  }
}
.liste-top5 li a:before {
  display: inline-block;
  margin-left: -20px;
  margin-right: 8px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-color: #d8d8d8;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
@media (min-width: 768px) {
  .liste-top5 li a:before {
    margin-top: 9px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.liste-top5 li a:hover {
  color: #b30a00;
}
.liste-top5 li a:hover:before {
  background-color: #b30a00;
}
.section-meteo .titre-entete,
.section-reseaux-sociaux .titre-entete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .section-meteo .titre-entete,
  .section-reseaux-sociaux .titre-entete {
    padding: 7px 10px 8px 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.section-meteo .titre-entete span,
.section-reseaux-sociaux .titre-entete span {
  display: block;
  font-family: 'DIN-LightRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  color: #3a404d;
  text-transform: none;
}
.section-meteo .titre-entete .svg-h,
.section-reseaux-sociaux .titre-entete .svg-h {
  margin-right: 10px;
}
.section-meteo .titre-entete .svg-h svg,
.section-reseaux-sociaux .titre-entete .svg-h svg {
  width: 62%;
  height: 62%;
}
.section-reseaux-sociaux .col-md-4 img {
  display: block;
  margin-right: 10px;
  width: auto;
  height: 24px;
}
.section-reseaux-sociaux .widget-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 15px;
  height: 24px;
}
.section-reseaux-sociaux .encart-social .logosocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section-reseaux-sociaux .encart-social .logosocial .block-logosociaux {
  width: 80px;
  margin: 0 20px 20px 0;
}
.section-reseaux-sociaux .reseaux .logo-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.section-reseaux-sociaux .reseaux img {
  margin-right: auto;
  margin-left: auto;
  height: 48px;
}
.section-meteo .col-md-6 .clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section-meteo .col-md-6 .clearfix {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-meteo .col-md-6 .clearfix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-meteo .meteo-titre-ville {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
}
.section-meteo .grandtitrecarte {
  padding: 19px 0;
  text-align: left;
}
.section-meteo .grandtitrecarte h2 {
  margin-left: 62px;
  padding-top: 0;
  font-size: 1.125rem;
}
.section-meteo .grandtitrecarte.titrecartetokyo:before,
.section-meteo .grandtitrecarte.titrecartekyoto:before,
.section-meteo .grandtitrecarte.titrecartekanazawa:before,
.section-meteo .grandtitrecarte.titrecartehiroshima:before {
  width: 55px;
  height: 55px;
  -o-background-size: 55px auto;
     background-size: 55px auto;
  background-position: center;
}
.section-meteo .info-meteo-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (min-width: 768px) {
  .section-meteo .info-meteo-outer {
    width: 70%;
  }
}
.section-meteo .informations-ville .heure-locale {
  padding-top: 5px;
  width: 75px;
  height: 70px;
}
.section-meteo .informations-ville .heure-locale p {
  margin: 5px auto 0 auto;
}
.section-meteo .informations-ville .heure-locale span {
  width: 45px;
  height: 45px;
  font-size: 1rem;
}
.section-meteo .container-meteo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  height: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px solid #d8d8d8;
}
.section-meteo .container-meteo .box-meteo {
  width: 25%;
  height: 68px;
  border-left: 2px solid #d8d8d8;
}
.section-meteo .container-meteo .box-meteo img {
  margin: 0;
  width: 100%;
  height: 24px;
}
.section-meteo .container-meteo .box-meteo p {
  font-size: 0.625rem;
}
/****************************** SECTION EQUIPE ******************************************/
.subtitle-equipe {
  position: absolute;
  top: 0;
  left: 8px;
}
.section-equipe img {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .section-equipe img {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .section-equipe img .col {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .infosequipe {
    padding-left: 30px;
  }
}
.infosequipe h3 {
  padding: 8px 0 5px 0;
}
.infosequipe .texte {
  width: 90%;
}
@media (min-width: 992px) {
  .infosequipe .texte {
    width: 90%;
  }
}
.infosequipe .cms-wrap {
  float: right;
}
.infosequipe a {
  float: right;
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .infosequipe a {
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  .infosequipe a {
    margin: 15px 0 0 0;
  }
}
.infosequipe a .btnlink {
  position: relative;
}
@media (min-width: 992px) {
  .infosconseillers {
    padding-right: 18px;
    background-image: url(../images/svg-blanc/pointilles.svg);
    background-repeat: no-repeat;
    background-position: right top;
    -o-background-size: 11px auto;
       background-size: 11px auto;
  }
}
/****************************** SECTION TRAVEL ANGELS ******************************************/
.section-travel .row {
  margin: 0 !important;
}
#ancre-travel .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.portraits-travel {
  padding: 10px 0 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .portraits-travel {
    padding: 10px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .portraits-travel {
    padding: 30px 0 0 0;
  }
}
.portraits-travel ul {
  list-style: none;
}
.portraits-travel ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .portraits-travel ul li {
    margin-left: 20px;
  }
}
.portraits-travel ul li a div.img {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .portraits-travel ul li a div.img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
}
.portraits-travel ul li a div.img img {
  width: 120px;
  height: 100px;
}
.portraits-travel ul li a div.data {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.1;
}
.portraits-travel ul li a div.data.ville-travels {
  margin-bottom: 15px;
  text-transform: none;
  color: #b30a00;
}
@media (min-width: 768px) {
  .portraits-travel ul li a div.data.ville-travels {
    margin-bottom: 0;
  }
}
.map-travel img {
  display: none;
  width: 269px;
  margin-top: -50px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .map-travel img {
    display: block;
  }
}
.map-travel .btnlink {
  right: 10px;
}
.map-travel .btnlink:hover span {
  background-color: #b30a00;
}
/****************************** SECTION CARTE VILLE ******************************************/
.section-carte-ville .row {
  margin: 0 !important;
}
.section-carte-ville.contenu-mobile {
  width: inherit;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .section-carte-ville .col:first-child {
    padding-right: 0;
  }
  .section-carte-ville .col:last-child {
    padding-left: 0;
  }
}
.informations-ville {
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .informations-ville {
    margin-top: 10px;
  }
}
.informations-ville .picto-ville {
  width: 75%;
}
.informations-ville .heure-locale {
  width: 25%;
  height: 100px;
  padding-top: 10px;
  background-color: #d8d8d8;
  border-left: 2px solid #ececec;
}
@media (min-width: 992px) {
  .informations-ville .heure-locale {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .informations-ville .heure-locale {
    padding-top: 20px;
  }
}
.informations-ville .heure-locale span {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 3px auto;
  font-size: 1.125rem;
  text-align: center;
  line-height: 3;
  background-color: white;
  -webkit-border-radius: 28px;
          border-radius: 28px;
}
.informations-ville p {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: center;
}
.informations-ville b {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
.container-meteo {
  border-top: 2px solid #ececec;
  background-color: white;
}
.box-meteo {
  width: 25%;
  height: 90px;
  border-left: 2px solid #ececec;
}
.box-meteo:first-child {
  border-left: 0;
}
.box-meteo img {
  margin: 6px 0 4px 0;
  width: 100%;
  height: 30px;
}
.box-meteo b {
  display: block;
  font-size: 1.25rem;
  text-align: center;
}
#ancre-carte-ville .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
/****************************** SECTION CARTE ******************************************/
.carte-wrapper {
  margin-top: 15px;
}
.container.contenu-carte {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container.contenu-carte {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 15px 0 15px;
  }
}
section[data-class="contenucarte"],
section[data-class="contenucarteh3"] {
  float: right;
}
/*.section-carte .title-mobile {
  padding: 5px 15px 0 15px !important;
  @media (min-width: @screen-sm) { padding: 30px 15px 0 15px !important; }
}*/
/****************************** SECTION PRODUITS ******************************************/
@media (min-width: 768px) {
  .section-produits {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
/****************************** SECTION HEBERGEMENTS ******************************************/
.section-hebergements .boxmav {
  margin-top: 1.5rem;
}
.section-hebergements .boxmav .photo {
  height: auto;
}
.section-hebergements .boxmav a {
  min-height: initial;
}
.section-hebergements .container-photo .contenuprix {
  color: white;
  background-color: #3a404d;
}
.section-hebergements .container-photo .contenuprix .prix {
  padding-bottom: 5px;
}
.section-hebergements .box-titre {
  padding: 6px 0 7px 0;
}
.section-hebergements .box-titre div {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  text-align: center;
  line-height: 1.1;
}
.section-hebergements .box-titre div.titre-ville {
  text-transform: uppercase;
  color: #b30a00;
}
.section-hebergements .box-infos {
  position: relative;
}
.section-hebergements .box-infos h3 {
  margin-top: 0;
  padding: 8px 0 0 10px;
  color: #b30a00;
}
.section-hebergements .box-infos .localisation {
  position: relative;
  margin-left: 10px;
  padding-left: 16px;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
}
.section-hebergements .box-infos .localisation:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 21px;
  background-image: url(../images/svg-gris/localisation.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 12px auto;
     background-size: 12px auto;
}
.detail-hebergement {
  padding: 20px 0 15px 0;
}
@media (min-width: 1200px) {
  .detail-hebergement {
    padding: 20px 0 10px 0;
  }
}
.detail-hebergement ul {
  list-style: none;
}
.detail-hebergement ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 40px auto;
     background-size: 40px auto;
}
.detail-hebergement ul li span {
  display: block;
  font-family: 'DIN-BlackRegular';
  text-align: center;
}
.detail-hebergement ul li.m-carre {
  background-image: url(../images/svg-gris/rond-m2.svg);
}
.detail-hebergement ul li.m-carre span {
  font-size: 1.25rem;
  line-height: 1;
}
.detail-hebergement ul li.nb-perso {
  background-image: url(../images/svg-gris/rond-perso.svg);
}
.detail-hebergement ul li.nb-perso span {
  font-size: 0.875rem;
  line-height: 3.4;
  color: white;
}
.detail-hebergement ul li.wifi {
  background-image: url(../images/svg-gris/rond-wifi.svg);
}
.note-etoiles {
  position: absolute;
  top: 2.25rem;
  right: 10px;
  width: 96px;
  height: 16px;
  background-image: url(../images/svg-etoiles/note-etoiles-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 96px auto;
     background-size: 96px auto;
}
@media (min-width: 768px) {
  .note-etoiles {
    top: 10px;
  }
}
.hebergement-maisons .box-infos {
  background-color: #f6f6f6;
}
.hebergement-maisons .container-photo .contenuprix .detail {
  padding-top: 2px;
}
.hebergement-maisons .detail-hebergement ul li.m-carre {
  background-image: url(../images/svg-blanc/rond-m2.svg);
}
.hebergement-maisons .detail-hebergement ul li.nb-perso {
  background-image: url(../images/svg-blanc/rond-perso.svg);
}
.hebergement-maisons .detail-hebergement ul li.wifi {
  background-image: url(../images/svg-blanc/rond-wifi.svg);
}
.hebergement-hotels {
  padding-top: 5px;
}
.hebergement-hotels .box-titre {
  background-color: #f6f6f6;
}
.account {
  margin-top: -40px;
  padding-top: 25px;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  /*padding-left:@accountguttersize;
  padding-right:@accountguttersize;*/
}
.account #mc-embedded-subscribe-form {
  width: 100%;
}
.account .ac-intitule,
.account a {
  color: #3a404d;
  text-transform: uppercase;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.07;
}
.account .ac-intitule.noninscrit,
.account a.noninscrit {
  font-size: 0.625rem;
  text-decoration: underline;
}
.account li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.1rem;
  padding-left: 10px;
  padding-right: 10px;
}
.account li.border-bottom {
  border-bottom: 1px solid #f6f6f6;
}
.account li:last-of-type {
  height: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding-left: 0;
  padding-right: 0;
}
.account input {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 1.25rem;
}
.account input[type=email] {
  background-color: #f6f6f6;
  color: #9e9e9e;
  border: none;
  width: 70%;
  float: left;
}
.account input[type=submit] {
  background-color: #b30a00;
  color: white;
  text-transform: uppercase;
  border: none;
  width: 30%;
  padding: 0;
  float: right;
}
.ac-icon {
  -webkit-flex-basis: 3.375rem;
      -ms-flex-preferred-size: 3.375rem;
          flex-basis: 3.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ac-icon > div {
  background-color: #b30a00;
}
.ac-icon-account > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.875rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  -webkit-border-radius: 1.875rem;
          border-radius: 1.875rem;
}
.ac-icon-account > div svg {
  width: 68%;
  height: 68%;
  fill: white;
}
.ac-icon-newsletter > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.875rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2.875rem;
          flex: 0 0 2.875rem;
  -webkit-border-radius: 2.875rem;
          border-radius: 2.875rem;
}
.ac-icon-newsletter > div svg {
  width: 68%;
  height: 68%;
  fill: white;
}
label.ac-intitule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .account {
    display: none;
  }
}
#mainmodal img {
  width: auto;
}
#mainmodal a {
  display: inline;
}
#mainmodal input {
  font-size: 1.2rem;
}
#mainmodal .form-horizontal .controls {
  margin-left: 180px;
}
#mainmodal .form-horizontal .control-group {
  margin-bottom: 1.3em;
}
#mainmodal .form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 160px;
}
#mainmodal label {
  display: block;
  margin-bottom: 5px;
}
#mainmodal .btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #cccccc #cccccc #b3b3b3;
  -webkit-border-image: none;
     -moz-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}
#mainmodal .btn:active,
#mainmodal .btn.active {
  background-color: #cccccc \9;
}
#mainmodal .btn:hover,
#mainmodal .btn:focus,
#mainmodal .btn:active,
#mainmodal .btn.active,
#mainmodal .btn.disabled,
#mainmodal .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#mainmodal .btn:active,
#mainmodal .btn.active {
  background-color: #cccccc \9;
}
#mainmodal .btn:first-child {
  *margin-left: 0;
}
#mainmodal .btn:hover,
#mainmodal .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#mainmodal .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d93722;
  background-image: -moz-linear-gradient(top, #d92024, #d95a20);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d92024), to(#d95a20));
  background-image: -webkit-linear-gradient(top, #d92024, #d95a20);
  background-image: -o-linear-gradient(top, #d92024, #d95a20);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d92024), to(#d95a20));
  background-image: linear-gradient(to bottom, #d92024, #d95a20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd92024', endColorstr='#ffd95a20', GradientType=0);
  border-color: #d95a20 #d95a20 #963e16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d95a20;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#mainmodal .btn-primary:hover,
#mainmodal .btn-primary:focus,
#mainmodal .btn-primary:active,
#mainmodal .btn-primary.active,
#mainmodal .btn-primary.disabled,
#mainmodal .btn-primary[disabled] {
  color: #ffffff;
  background-color: #d95a20;
  *background-color: #c3501d;
}
#mainmodal .btn-primary:active,
#mainmodal .btn-primary.active {
  background-color: #ad4719 \9;
}
#mainmodal .error {
  color: #b94a48;
}
/********************* BLOC ANGELS *********************/
#bloc-angel {
  display: none;
}
@media (min-width: 992px) {
  #bloc-angel {
    display: block;
    background-color: #f6f6f6;
  }
}
.portrait-angel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.15rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portrait-angel span {
  display: block;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 0.85rem;
}
.portrait-angel span:nth-of-type(1) {
  text-transform: uppercase;
}
.portrait-angel span:nth-of-type(2),
.portrait-angel span b {
  color: #b30a00;
}
.img-angel {
  margin: 0.5rem 0;
  width: 10rem;
  height: 10rem;
  -webkit-border-radius: 10rem;
          border-radius: 10rem;
  overflow: hidden;
}
.bloc-favlieux {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f9f9f9;
}
.bloc-favlieux div.img-wrapper-travel-angels-article {
  height: 60px;
  width: 80px;
  overflow: hidden;
}
.bloc-favlieux div.img-wrapper-travel-angels-article img {
  width: auto;
  height: 60px;
}
.bloc-favlieux:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../images/svg-rouge/fleche-open.svg);
  -o-background-size: 100%;
     background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.desc-favlieux {
  position: relative;
  padding: 0 0 0 1rem;
  width: 165px;
}
.desc-favlieux span {
  display: block;
  color: #3a404d;
}
.desc-favlieux span:nth-of-type(1) {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.desc-favlieux span:nth-of-type(1) b {
  color: #b30a00;
}
.desc-favlieux span:nth-of-type(2) {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 0.75rem;
  line-height: 0.85rem;
}
/************************ ANGELS CITY **************************/
.bloc-angelcity.bloc-g:last-of-type {
  -webkit-box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
}
.bloc-g .map-travel img {
  margin-top: -15px;
  padding-right: 10px;
  width: 210px;
}
.bloc-g .map-travel .btnlink {
  margin-right: 13px;
}
.bloc-g .map-travel .btnlink span {
  font-size: 0.825rem;
}
@media (min-width: 1200px) {
  .bloc-g .map-travel img {
    margin-top: -50px;
    width: 240px;
  }
  .bloc-g .map-travel .btnlink {
    right: 5px;
    bottom: -14px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
}
.bloc-article a {
  display: inline;
}
.bloc-article p {
  margin: 0 0 0.65em;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.1;
  color: #575757;
}
.bloc-article ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  color: #575757;
}
.bloc-article ul li {
  line-height: 1.67rem;
}
.bloc-article ul li b {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
.bloc-article ul li:before {
  position: absolute;
  margin-top: 0.55rem;
  margin-left: -1.25rem;
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background-color: #b30a00;
}
.author img {
  width: auto;
  height: auto;
}
.author span.auteur span {
  text-transform: none;
  color: #575757;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
}
.bloc-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
@media (min-width: 768px) {
  .bloc-rating {
    margin-left: 300px;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent;
  }
}
.rate-star {
  margin: 0 0.5rem;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  color: #b30a00;
}
.vote-number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 69px;
  height: 28px;
  font-size: 0.8125rem;
  color: white;
  background-image: url(../images/guidejapon/rate-vote.png);
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumb-outer {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .breadcrumb-outer {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumb-outer {
    height: 40px;
  }
}
#breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (min-width: 768px) {
  #breadcrumb {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  #breadcrumb {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
#breadcrumb > li {
  font-size: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 40px;
}
#breadcrumb > li:before {
  display: inline-block;
  padding: 0 5px;
  content: '>';
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
}
#breadcrumb > li:first-of-type:before {
  display: none;
}
#breadcrumb > li a {
  color: #454546;
}
#breadcrumb > li a span {
  display: inline-block;
  line-height: 22px;
}
#breadcrumb > li span.current {
  color: #b30a00;
}
#breadcrumb svg {
  fill: #9e9e9e;
  width: 2rem;
  height: 40px;
}
.city-bandeau,
.city-bandeau img {
  min-width: 100%;
  width: auto;
  height: 120px;
}
.city-bandeau {
  position: relative;
  overflow: hidden;
}
.city-bandeau img {
  position: absolute;
  top: 0;
  left: 0;
}
.city-bandeau .texte-bandeau-container {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}
.city-bandeau .texte-bandeau-container .texte-bandeau {
  display: table-cell;
  vertical-align: middle;
}
.city-bandeau .texte-bandeau-container .texte-bandeau div,
.city-bandeau .texte-bandeau-container .texte-bandeau h1 {
  margin: auto;
  text-align: center;
  color: #FFFFFF;
}
.city-bandeau .texte-bandeau-container .texte-bandeau .titre-bandeau {
  font-size: 3.125rem;
  text-transform: uppercase;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .city-bandeau .texte-bandeau-container .texte-bandeau .titre-bandeau {
    font-size: 1.8rem;
  }
}
.city-bandeau .texte-bandeau-container .texte-bandeau .titre-bandeau .accroche-bandeau {
  font-size: 1.325rem;
}
@media (max-width: 768px) {
  .city-bandeau .texte-bandeau-container .texte-bandeau .titre-bandeau .accroche-bandeau {
    font-size: 1rem;
  }
}
/*PAGE THEME VILLE*/
/*Liste de villes en colonne de droite*/
.citieslist {
  background-color: #f6f6f6;
}
.citieslist li {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  border-bottom: 1px solid #dde3e8;
}
.citieslist li:last-of-type {
  border-bottom: none;
}
.citieslist li a {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/guidejapon/map-pointer.svg);
  -o-background-size: auto 20px;
     background-size: auto 20px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #454546;
}
.citieslist li a:hover {
  color: #b30a00;
}
/*************** COMMENTAIRES ****************/
div[itemtype="http://schema.org/Comment"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  padding: 0.75rem 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .suite-article div[itemtype="http://schema.org/Comment"] {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.entete-comm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 8.125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entete-comm .svg-h {
  margin-right: 0;
}
.entete-comm .svg-h:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/svg-commentaire-user.svg);
  -o-background-size: 50%;
     background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
span[itemprop="author"] {
  margin: 0.35rem 0 0 0;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #b30a00;
}
.entete-comm span[itemprop="datePublished"] {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
}
span[itemprop="comment"] {
  padding: 0 1rem;
}
span[itemprop="comment"] strong {
  margin: 0;
  text-transform: none;
}
span[itemprop="comment"] p {
  font-size: 0.875rem;
}
#commentaire {
  width: 340px;
  height: 150px;
}
/*margin négative pour que le gris aille jusqu'au*/
/*bord gauche sur grand écran*/
/*reset propriétés vlj*/
.wrapper-guide {
  overflow-x: hidden;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
@media (min-width: 768px) {
  .wrapper-guide {
    overflow-x: hidden;
  }
}
.wrapper-guide .container {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .wrapper-guide .container {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .wrapper-guide .container {
    padding: 0 15px;
  }
}
.wrapper-guide .col {
  padding-left: 0;
  padding-right: 0;
}
.wrapper-guide .col > div {
  /* 2* -> compenser la margin négative définie par le mixins .gridadjust qui permet d'avoir une ombre bord à bord en mobile */
  /* et ajouter un padding de la même largeur à gauche et à droite */
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wrapper-guide .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper-guide .col > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-guide b,
.wrapper-guide strong {
  font-weight: 400;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
.wrapper-guide h2[itemprop="headline"]:not(.withH1Style) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.wrapper-guide h2[itemprop="headline"]:not(.withH1Style) span[itemprop="description"] {
  color: #3a404d;
}
@media (max-width: 768px) {
  .wrapper-guide .txt-desc {
    display: none;
  }
}
.bloc-g,
.bloc-aside {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  -webkit-box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bloc-g,
  .bloc-aside {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/*BLOC COLONNE DE GAUCHE*/
@media (min-width: 768px) {
  .wrapper-guide article .bloc-g {
    margin-left: -300px;
  }
  .wrapper-guide article .bloc-g > * {
    margin-left: 300px;
  }
}
@media (min-width: 768px) {
  .bloc-g {
    padding-top: 1.875rem;
  }
  .bloc-g:last-of-type {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* blocs COL DROITE*/
@media (min-width: 768px) {
  .bloc-aside {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 992px) {
  .bloc-aside .svg-h {
    display: none;
  }
}
@media (min-width: 992px) {
  .bloc-aside {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0.9rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .bloc-aside {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.bloc-aside .h2 {
  margin-top: 0;
  padding-right: 3em;
  font-size: 1.375rem;
  text-transform: uppercase;
}
.bloc-aside .h2 b {
  color: #b30a00;
}
@media (min-width: 768px) {
  .bloc-aside .h2 {
    padding: 20px 1rem 0 1rem;
  }
}
/*BLOC PLEINE LARGEUR*/
@media (min-width: 992px) {
  .bgd-gris {
    background-color: #f6f6f6;
  }
}
@media (min-width: 768px) {
  .suite-article {
    -webkit-box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
  }
  .suite-article:last-of-type {
    padding-bottom: 40px;
  }
  .suite-article .entete-suite,
  .suite-article .link-line,
  .suite-article .txt-desc {
    margin-bottom: 1rem;
  }
  .suite-article .link-line,
  .suite-article .txt-desc strong,
  .suite-article .txt-desc p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .suite-article .bloc-g {
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.suite-article strong {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: justify;
  text-transform: none;
}
.suite-article p {
  font-size: 0.875rem;
  line-height: 1rem;
}
.suite-article .link-line {
  clear: both;
  text-transform: none;
}
.suite-article .link-line .svg-h90 {
  margin-right: 0.5rem;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bgd-blanc .entete-suite {
  margin-bottom: 0;
}
/* Contenu des blocs (mode mobile se déplie) */
.wrapper-guide .contenu-mobile {
  width: auto;
  -webkit-box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 1rem;
  padding-top: 0.9rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .wrapper-guide .contenu-mobile {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .wrapper-guide .contenu-mobile {
    margin-top: initial;
  }
}
@media (min-width: 768px) {
  .wrapper-guide .bloc-g .contenu-mobile {
    padding-left: 0;
    /* aligner le contenu sur le picto svg-h*/
  }
}
.wrapper-guide .bloc-g .contenu-mobile,
.wrapper-guide .bloc-aside .contenu-mobile {
  width: auto;
}
.wrapper-guide .bloc-g .contenu-mobile .imagecaption,
.wrapper-guide .bloc-aside .contenu-mobile .imagecaption {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
.wrapper-guide .bloc-g .contenu-mobile .imagecaption img,
.wrapper-guide .bloc-aside .contenu-mobile .imagecaption img {
  width: auto;
  height: auto;
}
.wrapper-guide .bloc-g .contenu-mobile .imagecaption .caption,
.wrapper-guide .bloc-aside .contenu-mobile .imagecaption .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  font-size: 12px;
  color: white;
  padding: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.wrapper-guide .bloc-g .contenu-mobile .imagecaption:hover .caption,
.wrapper-guide .bloc-aside .contenu-mobile .imagecaption:hover .caption {
  opacity: 0.8;
}
.wrapper-guide .bloc-g .contenu-mobile .imagecaption .caption p,
.wrapper-guide .bloc-aside .contenu-mobile .imagecaption .caption p {
  margin-bottom: 5px;
  color: #FFF;
  font-size: 13px;
}
.wrapper-guide .bloc-g .contenu-mobile .imagecaption .caption p:last-child,
.wrapper-guide .bloc-aside .contenu-mobile .imagecaption .caption p:last-child {
  margin: 0;
}
.wrapper-guide .bloc-g .contenu-mobile .swiper-slide div.text p,
.wrapper-guide .bloc-aside .contenu-mobile .swiper-slide div.text p {
  color: #FFF;
  font-size: 13px;
}
/* fleche déplier/replier */
.main-titre-article:after,
.entete-suite:after {
  display: block;
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url(../images/svg-mobile/fleche.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 30px auto;
     background-size: 30px auto;
}
@media (min-width: 768px) {
  .main-titre-article:after,
  .entete-suite:after {
    display: none;
  }
}
.main-titre-article.close-contenu:after,
.entete-suite.close-contenu:after {
  background-image: url(../images/svg-mobile/fleche-on.svg);
}
/* Titres et textes */
.entete-article,
.entete-suite {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entete-article h1,
.entete-suite h1,
.entete-article h2,
.entete-suite h2,
.entete-article h2.withH1Style,
.entete-suite h2.withH1Style {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.375rem;
  padding-top: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.entete-article h1 b,
.entete-suite h1 b,
.entete-article h2 b,
.entete-suite h2 b,
.entete-article h2.withH1Style b,
.entete-suite h2.withH1Style b {
  color: #b30a00;
}
.entete-article h1 [itemprop=description],
.entete-suite h1 [itemprop=description],
.entete-article h2 [itemprop=description],
.entete-suite h2 [itemprop=description],
.entete-article h2.withH1Style [itemprop=description],
.entete-suite h2.withH1Style [itemprop=description] {
  display: block;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  text-transform: none;
  font-size: 1rem;
}
.entete-article h1 [itemprop=description] b,
.entete-suite h1 [itemprop=description] b,
.entete-article h2 [itemprop=description] b,
.entete-suite h2 [itemprop=description] b,
.entete-article h2.withH1Style [itemprop=description] b,
.entete-suite h2.withH1Style [itemprop=description] b {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.main-titre-article,
.entete-suite [itemprop="headline"] {
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .main-titre-article,
  .entete-suite [itemprop="headline"] {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .main-titre-article,
  .entete-suite {
    cursor: pointer;
  }
}
.main-titre-article div {
  display: none;
}
@media (min-width: 768px) {
  .main-titre-article div {
    display: inline;
    font-size: 1rem;
  }
}
.main-titre-article div:nth-of-type(1) {
  margin-right: 1rem;
}
.bloc-g h2:not(.withH1Style),
.bloc-g h3.withH2Style,
.title-agencies {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.375rem;
  font-weight: 400;
  color: #9e9e9e;
  text-transform: uppercase;
}
.bloc-g h2:not(.withH1Style) b,
.bloc-g h3.withH2Style b,
.title-agencies b {
  color: #b30a00;
}
.bloc-g h2:not(.withH1Style) span,
.bloc-g h3.withH2Style span,
.title-agencies span {
  display: block;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  color: #3a404d;
}
.bloc-g h2:not(.withH1Style) span:nth-of-type(2),
.bloc-g h3.withH2Style span:nth-of-type(2),
.title-agencies span:nth-of-type(2) {
  padding-top: 0.25rem;
  font-size: 1rem;
  text-transform: none;
}
.bloc-g.bloc-article h2 b:not(.withH1Style) {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
article .bloc-g:nth-of-type(1) h2:not(.withH1Style),
article .bloc-g:nth-of-type(1) h3.withH2Style {
  margin-top: 1rem;
  font-size: 1.625rem;
}
.bloc-g h3 {
  margin-top: 1.25rem;
  font-family: 'DIN-BlackRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  color: #b30a00;
}
.bloc-g p {
  font-size: 1.125rem;
}
.bloc-g strong {
  display: block;
  margin: 1.75rem 0 1rem 0;
  color: #3a404d;
  text-transform: uppercase;
  text-align: justify;
}
.link-line a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  text-align: right;
  text-transform: uppercase;
  color: #3a404d;
  background-color: white;
}
@media (min-width: 768px) {
  .link-line a {
    margin: -2rem 0 1.2rem 0;
    background-color: transparent;
  }
}
.link-line a .svg-h {
  margin-right: 0;
  margin-left: 0.75rem;
  width: 0.9rem;
  height: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.9rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 0.9rem;
          flex: 0 0 0.9rem;
  background-color: #b30a00;
  -webkit-border-radius: initial;
          border-radius: initial;
}
.link-line a .svg-h svg {
  width: 80%;
  height: 80%;
}
.see-more a {
  margin: 1rem 0 0 0;
}
/* TITRE DES BLOCS COL DROITE*/
.title-blocside {
  padding-right: 3rem;
  padding-top: 0.3rem;
  font-size: 1.375rem;
  line-height: 1.55rem;
  text-transform: uppercase;
  color: #3a404d;
}
.title-blocside b {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
}
.title-blocside span {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
}
.swiper-button-perso {
  display: none;
}
@media (min-width: 768px) {
  .swiper-button-perso {
    display: block;
  }
}
.nuage:last-of-type {
  padding-bottom: 5px;
}
.nuage .container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.nuage .container .contenu-mobile {
  padding: 0;
}
.nuage .container .bloc-g {
  padding-top: 0.5rem;
}
.conteneur-nuage {
  width: 100%;
  text-align: left;
}
.conteneur-nuage a {
  background: #FFF;
  display: inline-block;
  padding: 5px 15px;
  color: #9e9e9e;
  margin-right: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(101, 101, 101, 0.5);
          box-shadow: 0 1px 3px rgba(101, 101, 101, 0.5);
  margin-top: 10px;
}
.conteneur-nuage a:hover {
  color: #b30a00;
}
.contenu-article .col-xs-6 {
  padding: 0;
}
.contenu-article > div.row {
  margin-top: 20px;
}
.contenu-article > div.row div.article-contenu-url > a {
  padding: 2px 8px 2px 23px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3a404d;
  position: relative;
}
.contenu-article > div.row div.article-contenu-url > a::after {
  display: block;
  content: '+';
  position: absolute;
  z-index: 0;
  left: 5px;
  top: -7px;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 1.375rem;
}
.contenu-article > div.row div.article-contenu-url > a:hover {
  background-color: #b30a00;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contenu-article > div.row div.mixte-droite-images {
  padding-right: 40px;
}
.contenu-article > div.row div.mixte-gauche-images {
  padding-left: 40px;
}
.contenu-article > div.row:first-of-type,
.contenu-article > div.titre-et-accroche {
  margin-top: 0;
}
.bloc-aside .informations-ville .picto-ville {
  width: 65%;
}
.bloc-aside .informations-ville .heure-locale {
  width: 35%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .bloc-aside .informations-ville .heure-locale {
    width: 100%;
    border-left: none;
  }
}
.bloc-aside .informations-ville .box-meteo {
  overflow: hidden;
}
.bloc-aside .infospratiques {
  padding: 0px 10px 20px 80px;
}
@media (min-width: 992px) {
  .bloc-aside .infospratiques {
    padding: 20px 10px 20px 22px;
  }
}
.bloc-aside .infospratiques:before {
  content: none;
}
.bloc-aside .infospratiques .svg-aside {
  display: block;
  height: 1rem;
}
@media (min-width: 992px) {
  .bloc-aside .infospratiques .svg-aside {
    height: 1.75rem;
  }
}
.bloc-aside .infospratiques svg {
  position: absolute;
  top: -0.4rem;
  left: 20px;
  width: 10%;
  height: 25%;
  fill: #b30a00;
}
@media (min-width: 768px) {
  .bloc-aside .infospratiques svg {
    left: 0;
  }
}
@media (min-width: 992px) {
  .bloc-aside .infospratiques svg {
    left: 20px;
  }
}
.bloc-aside .infospratiques li a {
  color: #3a404d;
}
.map-interactive {
  background-color: white;
}
.map-interactive .contenu-mobile {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.map-interactive .title-blocside {
  padding-right: 0;
  padding-top: 0.5rem;
}
.map-interactive img {
  max-width: 280px;
}
/* mixins */
.gridadjust {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.gridadjustreset {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ombreguide {
  -webkit-box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
}
.ombreguideinset {
  -webkit-box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
}
.ombreguideinsetoutset {
  -webkit-box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1), inset 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1), inset 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
}
.absolutecenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.svg-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.75rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3.75rem;
          flex: 0 0 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 2.875rem;
          border-radius: 2.875rem;
  background-color: #9e9e9e;
}
@media (min-width: 768px) {
  .svg-h {
    width: 2.875rem;
    height: 2.875rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.875rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 2.875rem;
            flex: 0 0 2.875rem;
  }
}
.svg-h svg {
  width: 68%;
  height: 68%;
  fill: white;
}
.icon-png {
  margin-right: 1rem;
  width: 3.75rem;
}
.icon-png img {
  width: 3.75rem;
}
@media (min-width: 768px) {
  .icon-png {
    width: 2.875rem;
    height: 2.875rem;
  }
  .icon-png img {
    width: 2.875rem;
  }
}
@media (min-width: 992px) {
  .icon-png {
    display: none;
  }
}
/*Icone rouge bloc produit*/
.svg-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.75rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3.75rem;
          flex: 0 0 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 3.75rem;
          border-radius: 3.75rem;
  background-color: #b30a00;
}
@media (min-width: 768px) {
  .svg-p {
    width: 5rem;
    height: 5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    -webkit-border-radius: 5rem;
            border-radius: 5rem;
  }
}
.svg-p svg {
  width: 62%;
  height: 62%;
  fill: white;
}
.bouton-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 1.875rem;
  padding-right: 2.175rem;
  background-color: #6e737f;
  color: white;
  text-transform: uppercase;
}
.bouton-plus:hover {
  color: white;
  background-color: #3a404d;
}
.bouton-plus span {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 992px) {
  .bouton-plus span {
    padding-left: 1rem;
    font-size: 0.75rem;
  }
}
.bouton-plus:after {
  display: block;
  position: absolute;
  content: '';
  width: 1.875rem;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #b30a00;
  background-image: url(../images/svg-blanc/plus.svg);
  -o-background-size: 60%;
     background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
/*.bloc-aside {
  .bouton-plus {
    margin-top:1rem;
    margin-bottom:1rem;
    @media(min-width:@screen-xs) {
      margin-left:50%;
      width:50%;
    }
    @media(min-width:@screen-sm) {
      margin-left:67%;
      width:33%;
    }
    @media(min-width:@screen-md) {
      margin-top:0;
      margin-left:0;
      width:100%;
    }
  }
}*/
.bloc-aside .see-allthemes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bloc-aside .bouton-plus {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .bloc-aside .bouton-plus {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
.bloc-g .bouton-plus {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pastille {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pastille svg {
  width: 68%;
  height: 68%;
  fill: white;
}
.pastille30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.875rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  -webkit-border-radius: 1.875rem;
          border-radius: 1.875rem;
}
.pastille30 svg {
  width: 68%;
  height: 68%;
  fill: white;
}
.pastille46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.875rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2.875rem;
          flex: 0 0 2.875rem;
  -webkit-border-radius: 2.875rem;
          border-radius: 2.875rem;
}
.pastille46 svg {
  width: 68%;
  height: 68%;
  fill: white;
}
.thin {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.thin b {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.ombre {
  -webkit-box-shadow: 0 12px 4px -8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 4px -8px rgba(0, 0, 0, 0.2);
}
.ombre-inset {
  -webkit-box-shadow: inset 0 12px 4px -8px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 12px 4px -8px rgba(0, 0, 0, 0.2);
}
/********************* BLOC MAP A EFFACER PAR LA SUITE *********************/
#bloc-map {
  position: relative;
}
.cursor-map:after {
  position: absolute;
  top: 140px;
  left: 106px;
  content: '';
  display: block;
  width: 41px;
  height: 60px;
  background-image: url(../images/svg/svg-bulle-map.svg);
  -o-background-size: 100%;
     background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
/***************************************************************/
/********************* BLOC MAP INFOS *********************/
@media (max-width: 992px) {
  #bloc-map .contenu-mobile {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  #bloc-map {
    background-color: #f6f6f6;
  }
  #bloc-map h2 span {
    margin: 0.3rem 0 0 0.7rem;
  }
}
#bloc-map h2 span[itemprop="name"] b {
  display: inline;
}
#bloc-map span[itemprop="name"] {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.375rem;
  color: #6e737f;
}
#bloc-map span[itemprop="name"] b {
  display: block;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
  text-transform: uppercase;
}
#bloc-map span,
#bloc-map time {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.125rem;
  color: #6e737f;
}
@media (min-width: 992px) {
  #bloc-map span,
  #bloc-map time {
    margin: 1.5rem 0;
  }
}
#bloc-map .intitule-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.5rem;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 1.375rem;
  color: #3a404d;
}
#bloc-map .svg-aside {
  margin-right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
}
#bloc-map .svg-aside svg {
  width: 100%;
  height: 100%;
  fill: #b30a00;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal .modal-dialog {
  z-index: 1041;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 550px;
  padding: 15px;
}
#modal-map-content {
  width: 568px;
  height: 400px;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/********************* BLOC PRODUITS *********************/
@media (min-width: 768px) {
  .bloc-g.main-bloc-produits {
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1), inset 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1), inset 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
  }
}
.bloc-produits-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .bloc-produits-outer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .h-products .bloc-produits-outer {
    margin: 0 -0.83333rem;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .h-products .bloc-produits-outer {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .v-products .bloc-produits-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bloc-produit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* seulement si on a des images en 300x130 */
  /*  @media(min-width:@mobilepaysage) {
    img {
      width:300px;
      height:8.125rem;
    }
    .desc-produit {
      width:300px;
      height:8.125rem;
    }

  }*/
}
.bloc-produit img {
  display: inline-block;
  width: 200px;
}
.bloc-produit .desc-produit {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.625rem;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #3a404d;
  background-color: white;
}
.bloc-produit .desc-produit b {
  color: #b30a00;
}
.bloc-produit .desc-produit span {
  display: block;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .bloc-produit .desc-produit span {
    line-height: 0.75rem;
  }
}
@media (min-width: 768px) {
  .bloc-produit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bloc-produit .desc-produit {
    display: block;
    padding-top: 2.85rem;
    height: 5.3125rem;
    width: 100%;
  }
  .bloc-produit img {
    width: 100%;
  }
}
.bloc-produit .iconerouge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.75rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3.75rem;
          flex: 0 0 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 3.75rem;
          border-radius: 3.75rem;
  background-color: #b30a00;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bloc-produit .iconerouge {
    width: 5rem;
    height: 5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    -webkit-border-radius: 5rem;
            border-radius: 5rem;
  }
}
.bloc-produit .iconerouge svg {
  width: 62%;
  height: 62%;
  fill: white;
}
.h-products .bloc-produit,
.v-products .bloc-produit {
  margin-bottom: 1.25rem;
  margin-right: 0.83333rem;
  margin-left: 0.83333rem;
}
.h-products .desc-produit,
.v-products .desc-produit {
  max-width: 12.5rem;
}
.h-products .desc-produit img,
.v-products .desc-produit img {
  max-width: 12.5rem;
}
@media (min-width: 992px) {
  .v-products .bloc-produit {
    margin: 0;
    border-bottom: 1.25rem solid #f6f6f6;
  }
  .v-products .bloc-produit:last-of-type {
    border-bottom: 2.5rem solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .v-products .desc-produit {
    max-width: initial;
  }
  .v-products .desc-produit img {
    max-width: initial;
  }
}
@media (min-width: 992px) {
  .v-products .entete-suite {
    padding-top: 1rem;
  }
}
.v-products [itemprop=name] {
  color: black;
}
.v-products [itemprop=name] b {
  color: #b30a00;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
.v-products [itemprop=description] {
  display: none;
}
@media (min-width: 992px) {
  .v-products .svg-h {
    display: none;
  }
}
@media (max-width: 768px) {
  .bloc-g h2 span[itemprop=description] {
    display: none;
  }
}
/********************* BLOC LOCATION VOITURE *********************/
.bloc-rentservice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0.25rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 6.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
}
.bloc-rentservice .svg-aside {
  width: 5rem;
  height: 5.625rem;
  position: absolute;
  left: 0.6rem;
  bottom: 0;
  background-image: url(../images/svg/carte-japon.svg);
  -o-background-size: 100%;
     background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-rentservice .svg-aside svg {
  width: 50%;
  height: 50%;
  fill: #b30a00;
}
@media (min-width: 992px) {
  .bloc-rentservice:first-of-type {
    margin-top: 1.5rem;
  }
}
.desc-rentservice {
  padding: 0 0 0 6rem;
}
.desc-rentservice span {
  display: block;
  color: #3a404d;
}
.desc-rentservice span:nth-of-type(1),
.desc-rentservice span:nth-of-type(2) {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.25rem;
}
.desc-rentservice span:nth-of-type(1) b,
.desc-rentservice span:nth-of-type(2) b {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
}
.desc-rentservice span:nth-of-type(1) {
  font-size: 1.25rem;
}
.desc-rentservice span:nth-of-type(2) {
  font-size: 1.125rem;
}
.desc-rentservice span:nth-of-type(3) {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 0.875rem;
  line-height: 0.85rem;
}
.map-agencies-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .map-agencies-outer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .map-agencies-outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.map-agencies-outer iframe {
  width: 100%;
}
.map-agencies-outer div#rentalAgenciesMap {
  width: 100%;
  height: 490px;
}
.list-agencies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.75rem;
  margin-left: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .list-agencies {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
  }
}
.title-agencies {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .title-agencies {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .title-agencies {
    margin-bottom: 0;
  }
}
.bloc-agency {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.5rem;
  height: 3.75rem;
  background-color: white;
}
@media (min-width: 768px) {
  .bloc-agency {
    margin-left: 0.9375rem;
    margin-bottom: 0.5rem;
  }
}
.bloc-agency .svg-h {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.875rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  background-color: #6e737f;
}
@media (min-width: 768px) {
  .bloc-agency .svg-h {
    left: -0.9375rem;
  }
}
.bloc-agency .svg-h:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/svg-voiture.svg);
  -o-background-size: 50%;
     background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-agency a:hover .svg-h,
.bloc-agency a.hover .svg-h {
  background-color: #b30a00;
}
.adress-agency {
  margin-left: 2.5rem;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 992px) {
  .adress-agency {
    margin-left: 1.75rem;
  }
}
.adress-agency span {
  display: block;
  color: #3a404d;
}
.adress-agency b {
  text-transform: uppercase;
  color: #b30a00;
}
.list-agencies-scrollable {
  overflow: hidden;
  overflow-y: auto;
  height: 435px;
}
.bloc-social {
  margin: 0 -10px;
  padding: 20px 30px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1), inset 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1), inset 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bloc-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 992px) {
  .bloc-social {
    margin-right: 0;
  }
}
.share-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .share-social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .share-social li {
    margin: 0 0.5rem;
  }
}
.share-social li iframe.twitter-share-button,
.share-social li.gplus iframe {
  margin-top: 8px !important;
}
/********************* BOUTONS ILLUSTRANT LES THEMES *********************/
.conteneur-themebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*  margin: 0 -0.425rem;;
  padding-left: 10px;
  padding-right: 10px;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) {
  .conteneur-themebtn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.conteneur-themebtn .col-md-2 {
  margin: 0.625rem 0.260rem;
  width: 11.25rem;
  background-color: white;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .conteneur-themebtn .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.conteneur-themebtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conteneur-themebtn p {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #3a404d;
}
.conteneur-themebtn span {
  display: block;
  font-size: 0.82rem;
}
.nb-article {
  position: absolute;
  bottom: 2px;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  text-transform: none;
  color: #9e9e9e;
}
.icone-theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.875rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2.875rem;
          flex: 0 0 2.875rem;
  -webkit-border-radius: 2.845rem;
          border-radius: 2.845rem;
  background-color: #f6f6f6;
}
.icone-theme svg {
  width: 68%;
  height: 68%;
  fill: #9e9e9e;
}
.conteneur-themebtn div:hover {
  background-color: #b30a00;
}
.conteneur-themebtn div:hover .icone-theme {
  background-color: white;
}
.conteneur-themebtn div:hover span {
  color: white;
}
.conteneur-themebtn div:hover svg {
  fill: #b30a00;
}
.v-btns span[itemprop="description"],
.v-btns .txt-desc,
.v-btns .link-line {
  display: none;
}
.v-btns h2 span {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #3a404d;
}
.v-btns h2 span b {
  color: #b30a00;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
}
.v-btns .conteneur-themebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #f6f6f6;
}
.v-btns .conteneur-themebtn .col-md-2 {
  margin: 0.25rem auto;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.v-btns .conteneur-themebtn .col-md-2:first-of-type {
  margin: 0 auto 0.25rem auto;
}
.v-btns .conteneur-themebtn .col-md-2:last-of-type {
  margin: 0.25rem auto 0 auto;
}
.v-btns .conteneur-themebtn a {
  height: 6.875rem;
}
.v-btns .conteneur-themebtn p {
  font-size: 1.25rem;
  line-height: 1.35rem;
}
.v-btns .nb-article {
  bottom: 4px;
  font-size: 1.125rem;
}
.v-btns .conteneur-themebtn div:hover,
.v-btns .conteneur-themebtn div.hover {
  background-color: #b30a00;
}
.v-btns .conteneur-themebtn div:hover .icone-theme,
.v-btns .conteneur-themebtn div.hover .icone-theme {
  background-color: white;
}
.v-btns .conteneur-themebtn div:hover span,
.v-btns .conteneur-themebtn div.hover span {
  color: white;
}
.v-btns .conteneur-themebtn div:hover svg,
.v-btns .conteneur-themebtn div.hover svg {
  fill: #b30a00;
}
/********************* BLOCS AVEC ARTICLE DE THEMES *********************/
.bloc-g .box-themes-outer {
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .bloc-g .box-themes-outer {
    background-color: transparent;
  }
}
.bloc-g .box-themes h3,
.bloc-g .box-themes h4,
.bloc-g .box-themes p[itemprop="name"] {
  padding: 0 0.625rem;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 2rem;
  text-transform: uppercase;
  color: #3a404d;
}
.bloc-g .box-themes p[itemprop="name"] {
  padding-top: 1rem;
}
.bloc-g .box-themes .linkbox {
  max-width: 390px;
  padding-top: 0;
  padding-bottom: 1rem;
}
.box-themes .box-shadow:nth-of-type(2) {
  max-height: 400px;
}
.box-themes .texte {
  padding: 0 0.625rem 3rem 0.625rem;
  font-size: 0.875rem;
  color: #3a404d;
  height: 96px;
}
.box-themes .bloc-prix {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1rem;
  width: 95px;
  height: 70px;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.25;
  color: #3a404d;
  background-color: white;
}
.box-themes .bloc-prix span {
  display: block;
  line-height: 1;
}
.box-themes .bloc-prix b {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 1;
}
.box-themes .bloc-prix sup {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8125rem;
  vertical-align: text-top;
}
/********************* MINIATURES DES THEMES *********************/
@media (min-width: 768px) {
  .bloc-themethumbnails.bloc-g:last-of-type {
    -webkit-box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 12px 4px -8px rgba(0, 0, 0, 0.1);
  }
}
.conteneur-themethumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 445px) {
  .conteneur-themethumbnails {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.btn-theme {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.625rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 12.5rem;
  margin-left: 15px;
}
.btn-theme:first-child,
.btn-theme:nth-child(4n+1) {
  margin-left: 0;
}
.thumb-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 2.5rem;
  background-color: white;
}
.thumb-desc p {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  color: #3a404d;
}
.thumb-desc:after {
  position: absolute;
  right: 0;
  bottom: 0.8125rem;
  content: '';
  display: block;
  width: 0.5875rem;
  height: 0.875rem;
  background-image: url(../images/svg-rouge/fleche-rouge.svg);
  -o-background-size: 100%;
     background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.thumbnails-outer {
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .thumbnails-outer {
    margin-right: 0;
    padding-right: 0;
  }
}
.thumbnails-outer .see-allthemes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.thumbnails-outer .see-allthemes .bouton-plus {
  margin-top: 0;
  background-color: #454546;
}
.thumbnails-outer .see-allthemes .bouton-plus:hover {
  background-color: #6e737f;
}
@media (min-width: 768px) {
  .thumbnails-outer .see-allthemes .bouton-plus {
    margin-bottom: 2rem;
  }
}
.thumbnails-outer .see-allthemes span {
  padding-left: 1rem;
}
/*Liste de villes*/
.citieslist {
  background-color: transparent;
}
@media (min-width: 768px) {
  .citieslist {
    background-color: #f6f6f6;
  }
}
.citieslist .contenu-mobile {
  background-color: #f6f6f6;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .citieslist .contenu-mobile {
    margin-left: 0;
    margin-right: 0;
  }
}
.citieslist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 992px) {
  .citieslist ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.citieslist li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.875;
}
@media (min-width: 480px) {
  .citieslist li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 590px) {
  .citieslist li {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media (min-width: 768px) {
  .citieslist li {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.citieslist li a {
  display: block;
  min-width: 180px;
  padding-left: 20px;
  background: url(../images/guidejapon/map-pointer.svg);
  -o-background-size: auto 20px;
     background-size: auto 20px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #454546;
  border-bottom: 1px solid #dde3e8;
  border-left: 0.625rem solid #f6f6f6;
  border-right: 0.625rem solid #f6f6f6;
}
.citieslist li a:hover {
  color: #b30a00;
}
@media (min-width: 480px) {
  .citieslist li a {
    border-left: 0.35rem solid #f6f6f6;
    border-right: 0.35rem solid #f6f6f6;
  }
}
/*  */
.bloc-articles-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bloc-articles-outer p {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
@media (min-width: 480px) {
  .bloc-articles-outer .linkbox {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .bloc-articles-outer .linkbox {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.bloc-articles-outer p[itemprop="name"] {
  text-transform: uppercase;
  color: #454546;
  height: 48px;
}
.bloc-articles-outer p[itemprop="name"] b {
  color: #b30a00;
}
.bloc-articles-outer p[itemprop="description"] {
  font-size: 0.875rem;
  color: #454546;
  padding-bottom: 1.5rem;
  height: 90px;
}
.bloc-articles-outer .link-line {
  width: 100%;
  clear: both;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
}
.bloc-articles-outer .link-line .svg-h90 {
  margin-right: 0.5rem;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bloc-articles-outer .link-line a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  color: #3a404d;
}
.swiper-slide {
  width: auto;
  z-index: 2;
}
.swiper-slide:hover div.text,
.swiper-slide div.text:hover {
  opacity: 0.8;
}
.swiper-slide div.text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  font-size: 12px;
  color: white;
  padding: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.swiper-slide-380 {
  max-width: 380px !important;
}
.swiper-slide-206 {
  width: 206px;
}
/*cms*/
/************************************************************************/
/****************************** TEXTES **********************************/
/************************************************************************/
.cms-toolbar-zone span,
.cms-toolbar-zone ul,
.cms-toolbar-zone li,
.cms-toolbar-zone a {
  color: black !important;
}
#monheaderfooter .liensfooter .cms-toolbar-zone ul li a {
  color: black !important;
}
.cms-section-group-title.dropdown-submenu a,
.divider a {
  color: black !important;
}
h1,
h2.withH1Style {
  padding-top: 2px;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #b30a00;
}
@media (min-width: 768px) {
  h1,
  h2.withH1Style {
    font-size: 1.5rem;
  }
}
h1 span,
h2.withH1Style span {
  color: #454546;
}
h2:not(.withH1Style),
h3.withH2Style,
div.withH2Style {
  padding-top: 7px;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  h2:not(.withH1Style),
  h3.withH2Style,
  div.withH2Style {
    font-size: 1.375rem;
  }
}
h2:not(.withH1Style) span,
h3.withH2Style span,
div.withH2Style span {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
}
h2:not(.withH1Style) i,
h3.withH2Style i,
div.withH2Style i {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-style: normal;
}
h3:not(.withH2Style),
span.withH3Style {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
h3:not(.withH2Style) span,
span.withH3Style span {
  color: #b30a00;
}
h3:not(.withH2Style) i,
span.withH3Style i {
  font-style: normal;
  text-transform: none;
}
.description {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}
@media (min-width: 590px) {
  .description {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .description {
    line-height: 1.42857143;
  }
}
.descriptif {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
}
div {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
}
.texte {
  font-size: 0.875rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .texte {
    line-height: 1.2;
  }
}
/************************ SECTION PRODUCTS ***********************/
.iconerouge {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin: 0 auto -40px -40px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
          border-radius: 80px;
}
.iconerouge img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  /* Utilisé pour la transition sur chrome et safari */
  -moz-transition: -moz-transform 0.5s ease-in-out;
  /* Utilisé pour la transition sur Firefox */
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}
.boxproduct.description b {
  color: #b30a00;
}
a .boxproduct:hover .iconerouge img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.linkboxville a.box-shadow.box-picto:hover .iconerouge {
  margin-bottom: -25px;
}
.linkboxville a.box-shadow.box-picto:hover .contenutexte {
  padding: 55px 10px 20px 10px;
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.boxvivre-le-japon .cms-toolbar-zone,
.linkboxville .cms-toolbar-zone {
  margin-top: -60px !important;
  width: 350px;
}
div.img-wrapper-articles {
  height: 265.25px;
  overflow: hidden;
}
div.img-wrapper-articles-bandeau {
  height: 265.25px;
  overflow: hidden;
}
div.img-wrapper-articles-bandeau > img {
  width: 142%;
  height: 100%;
  margin-left: -80px;
}
div.img-wrapper {
  height: 194.267px;
  overflow: hidden;
}
div.img-wrapper-bandeau {
  height: 194.267px;
  overflow: hidden;
}
div.img-wrapper-bandeau > img {
  width: 142%;
  height: 100%;
  margin-left: -60px;
}
div.img-wrapper-thumbnails {
  height: 147.367px;
  overflow: hidden;
}
div.img-wrapper-thumbnails-bandeau {
  height: 147.367px;
  overflow: hidden;
}
div.img-wrapper-thumbnails-bandeau > img {
  width: 142%;
  height: 100%;
  margin-left: -80px;
}
/************************************************************************/
/****************************** MULTIMEDIA ******************************/
/************************************************************************/
.imgcentree {
  clear: both;
  text-align: center;
}
.imgcentree img {
  width: auto;
}
.videofancy h3 b {
  font-weight: normal;
  color: #b30a00;
}
.videofancy .cms-toolbar-zone {
  margin-top: -50px !important;
}
/************************ TEXTES AVEC ICONE AVANT ***********************/
.grandtitre.bloc-title-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.grandtitre.bloc-title-icon:before {
  content: '';
}
.grandtitre.bloc-title-icon .pictoimg {
  margin-right: 15px;
  margin-left: 10px;
}
.grandtitre.bloc-title-icon .pictoimg img {
  width: 46px;
  height: 46px;
}
.bloc-title-icon .titre-entete {
  clear: both;
  padding: 0;
  width: 80%;
}
.bloc-title-icon .titre-entete:after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url(../images/svg-mobile/fleche.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 30px auto;
     background-size: 30px auto;
}
@media (min-width: 768px) {
  .bloc-title-icon .titre-entete:after {
    display: none;
  }
}
.bloc-title-icon .contenu-mobile {
  width: 40%;
}
.btn-voir {
  display: none;
  top: 0;
  bottom: 0;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .btn-voir {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.btn-voir a:empty {
  display: none;
}
.btn-voir a:empty:before {
  display: none;
}
.cms-wrap .btn-voir {
  bottom: inherit;
  right: 0;
}
.cms-wrap .btn-voir a {
  width: 200px;
}
/************************************************************************/
/****************************** TEXTES ******************************/
/************************************************************************/
section[data-class="titleheader"] {
  text-align: center;
}
@media (min-width: 992px) {
  section[data-class="titleheader"] {
    text-align: left;
  }
}
section[data-class="titleheader"] .description {
  font-size: 0.875rem;
}
.titre-entete {
  clear: both;
  padding: 7px 10px 8px 10px;
}
@media (min-width: 768px) {
  .titre-entete {
    padding: 7px 0 8px 0;
  }
}
.titreparagraphe {
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .titreparagraphe {
    font-size: 1.375rem;
  }
}
.titreparagraphe b {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
}
.soustitre {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .soustitre {
    font-size: 0.875rem;
  }
}
.soustitre b {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  color: #3a404d;
}
.soustitre:empty {
  display: none;
}
.texteriche {
  padding: 10px 10px 30px 10px;
  background-color: white;
  font-size: 1.125rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .texteriche {
    padding: 10px 0 0 0;
    line-height: 1.2;
  }
}
.texteriche ul {
  padding-left: 40px;
}
.texteriche ul li {
  list-style-type: disc;
}
.texteriche b {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
}
.texteriche a {
  color: #b30a00 !important;
  display: inline;
}
@media (min-width: 768px) {
  .subtitle-equipe {
    margin-top: 10px;
  }
}
.subtitle-equipe:last-of-type {
  margin-top: 0;
}
.subtitle-equipe .chiffre {
  display: inline-block;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 3.25rem;
  color: #b30a00;
}
.subtitle-equipe .contenusubtitle {
  display: inline-block;
  padding-left: 6px;
  padding-top: 0;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  font-size: 1.375rem;
  color: #3a404d;
  text-transform: uppercase;
  line-height: 1;
}
.subtitle-equipe .contenusubtitle b {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
}
.subtitle-equipe .cms-toolbar-zone {
  margin-top: -50px;
}
/***************************** FOOTER ***********************************/
.linksfooterpicto {
  padding-top: 0;
}
#monheaderfooter .linksfooterpicto .pictofooter {
  margin: 0 auto 9px auto;
  width: 36px;
}
#monheaderfooter .linksfooterpicto .pictofooter img {
  width: 36px;
  height: 36px;
}
/****************************** HEADER **********************************/
section[data-class="titrevideo"] .titreblanc,
div#titre-video .titreblanc,
section[data-class="titrevideo"] h1,
div#titre-video h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: white;
  padding-top: 0;
  margin: inherit;
}
@media (min-width: 768px) {
  section[data-class="titrevideo"] .titreblanc,
  div#titre-video .titreblanc,
  section[data-class="titrevideo"] h1,
  div#titre-video h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  section[data-class="titrevideo"] .titreblanc,
  div#titre-video .titreblanc,
  section[data-class="titrevideo"] h1,
  div#titre-video h1 {
    font-size: 3.125rem;
  }
}
section[data-class="titrevideo"] .titreblanc span,
div#titre-video .titreblanc span,
section[data-class="titrevideo"] h1 span,
div#titre-video h1 span {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  color: #b30a00;
}
section[data-class="titrevideo"] .accroche,
div#titre-video .accroche {
  font-family: 'DIN-LightRegular', Arial, Verdana, sans-serif;
  text-align: center;
  color: white;
  font-size: 1.375rem;
  text-transform: none;
}
@media (min-width: 768px) {
  section[data-class="titrevideo"] .accroche,
  div#titre-video .accroche {
    font-size: 1.625rem;
  }
}
section[data-class="titreheader"] {
  text-align: center;
}
@media (min-width: 992px) {
  section[data-class="titreheader"] {
    text-align: left;
  }
}
section[data-class="titreheader"] .description {
  font-size: 0.875rem;
}
/**************************** GRAND TITRE *******************************/
.grandtitre {
  position: relative;
  display: block;
  width: 100%;
  min-height: 61px;
  margin-bottom: 12px;
  padding: 5px 0 12px 70px;
  background-color: white;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (min-width: 768px) {
  .grandtitre {
    min-height: inherit;
    padding: 0 0 0 70px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: default;
  }
}
.grandtitre:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10px center;
  -o-background-size: 50px auto;
     background-size: 50px auto;
}
@media (min-width: 768px) {
  .grandtitre:before {
    width: 56px;
    height: 46px;
    background-position: 10px top;
    -o-background-size: 46px auto;
       background-size: 46px auto;
  }
}
.grandtitre.titreequipe:before {
  background-image: url(../images/svg-titres/vivre-le-japon.svg);
}
.grandtitre.titretravelangels:before {
  background-image: url(../images/svg-titres/travel-angels.svg);
}
.grandtitre.titrecarte:before {
  background-image: url(../images/svg-titres/carte-interactive.svg);
}
.grandtitre.titreexplorer:before {
  background-image: url(../images/svg-titres/explorer.svg);
}
.grandtitre.titreexplorerville:before {
  background-image: url(../images/svg-titres/explorer-ville.svg);
}
.grandtitre.titrenews:before {
  background-image: url(../images/svg-titres/news.svg);
}
.grandtitre.titrenewsville:before,
.grandtitre.entete-article:before {
  background-image: url(../images/svg-titres/news-ville.svg);
}
.grandtitre.titrevideos:before {
  background-image: url(../images/svg-titres/videos.svg);
}
.grandtitre.titrevivre-le-japon:before {
  background-image: url(../images/svg-titres/vivre-le-japon.svg);
}
.grandtitre.titrehebergementmaisons:before {
  background-image: url(../images/svg-titres/hebergement-maisons.svg);
}
.grandtitre.titrehebergementhotels:before {
  background-image: url(../images/svg-titres/hebergement-hotels.svg);
}
@media (min-width: 992px) {
  .grandtitre.entete-article:before {
    height: 52px;
    background-position: 10px 5px;
  }
}
.grandtitre:after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url(../images/svg-mobile/fleche.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 30px auto;
     background-size: 30px auto;
}
@media (min-width: 768px) {
  .grandtitre:after {
    display: none;
  }
}
.grandtitre h2 {
  width: 75%;
}
@media (min-width: 768px) {
  .grandtitre h2 {
    width: 100%;
  }
}
.grandtitre .texte {
  width: 75%;
  font-size: 1rem;
}
@media (min-width: 480px) {
  .grandtitre .texte {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .grandtitre .texte {
    width: 100%;
    font-size: 0.875rem;
  }
}
.titre-entete:after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url(../images/svg-mobile/fleche.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 30px auto;
     background-size: 30px auto;
}
@media (min-width: 768px) {
  .titre-entete:after {
    display: none;
  }
}
.close-contenu .grandtitre:after,
.close-contenu.titre-entete:after,
.close-contenu .titre-entete:after {
  background-image: url(../images/svg-mobile/fleche-on.svg);
}
@media (min-width: 768px) {
  .grandtitre.titreequipe h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .grandtitre.titreequipe h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .grandtitre.titreequipe:before {
    display: none;
  }
}
.lien-titre {
  position: absolute;
  top: 45px;
  right: 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .lien-titre {
    top: 30px;
  }
}
.lien-titre:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 21px;
  background-image: url(../images/svg-rouge/fleche.svg);
  background-repeat: no-repeat;
  background-position: left 3.5px;
  -o-background-size: 14px auto;
     background-size: 14px auto;
}
.grandtitrecarte {
  min-height: inherit;
  margin-top: 10px;
  padding: 24px 12px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  text-align: center;
  /*&:before {
    width: 90px;
    height: 80px;
    background-position: 10px center;
    background-size: 80px auto;
  }
  &.titrecartetokyo:before { background-image:url(../images/svg-villes/tokyo.svg); }
  &.titrecartekyoto:before { background-image:url(../images/svg-villes/kyoto.svg); }
  &.titrecartekanazawa:before { background-image:url(../images/svg-villes/kanazawa.svg); }
  &.titrecartehiroshima:before { background-image:url(../images/svg-villes/hiroshima.svg); }*/
}
.grandtitrecarte.titrecartetokyo:before,
.grandtitrecarte.titrecartekyoto:before,
.grandtitrecarte.titrecartekanazawa:before,
.grandtitrecarte.titrecartehiroshima:before {
  width: 90px;
  height: 80px;
  background-position: 10px center;
  -o-background-size: 80px auto;
     background-size: 80px auto;
}
.grandtitrecarte.titrecartetokyo:before {
  background-image: url(../images/svg-villes/tokyo.svg);
}
.grandtitrecarte.titrecartekyoto:before {
  background-image: url(../images/svg-villes/kyoto.svg);
}
.grandtitrecarte.titrecartekanazawa:before {
  background-image: url(../images/svg-villes/kanazawa.svg);
}
.grandtitrecarte.titrecartehiroshima:before {
  background-image: url(../images/svg-villes/hiroshima.svg);
}
.grandtitrecarte:after {
  display: none;
}
/************************************************************************/
/****************************** LINKBOX ******************************************/
/************************************************************************/
.linkbox {
  padding-top: 15px;
  padding-bottom: 5px;
}
@media (max-width: 590px) {
  .linkbox {
    width: 100%;
  }
}
.linkbox a {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: white;
}
.linkbox a:hover .btnlink span {
  background-color: #b30a00;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkbox a.box-picto .photo {
  position: relative;
}
.linkbox a.box-picto .photo:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -o-background-size: 80px auto;
     background-size: 80px auto;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}
.linkbox a.box-picto.box-louer-maison .photo:after {
  background-image: url(../images/svg-nav/louer-maison.svg);
}
.linkbox a.box-picto.box-transports .photo:after {
  background-image: url(../images/svg-nav/transports.svg);
}
.linkbox a.box-picto.box-louer-voiture .photo:after {
  background-image: url(../images/svg-nav/louer-voiture.svg);
}
.linkbox a.box-picto.box-circuits-sur-mesure .photo:after {
  background-image: url(../images/svg-nav/circuits-sur-mesure.svg);
}
.linkbox a.box-picto.box-reserver-hotel .photo:after {
  background-image: url(../images/svg-nav/reserver-hotel.svg);
}
.linkbox a.box-picto.box-avion .photo:after {
  background-image: url(../images/svg-nav/avion.svg);
}
.linkbox a.box-picto.box-activites .photo:after {
  background-image: url(../images/svg-nav/activites.svg);
}
.linkbox a.box-picto.box-circuits-accompagnes .photo:after {
  background-image: url(../images/svg-nav/circuits-accompagnes.svg);
}
.linkbox a.box-picto.box-circuits-libertes .photo:after {
  background-image: url(../images/svg-nav/circuits-libertes.svg);
}
.linkbox a.box-picto.box-tokyo .photo:after {
  background-image: url(../images/svg-villes/tokyo.svg);
}
.linkbox a.box-picto.box-kyoto .photo:after {
  background-image: url(../images/svg-villes/kyoto.svg);
}
.linkbox a.box-picto.box-kanazawa .photo:after {
  background-image: url(../images/svg-villes/kanazawa.svg);
}
.linkbox a.box-shadow .photo-gj {
  overflow: hidden;
  height: 265.25px;
}
.linkbox .contenutexte {
  position: relative;
  z-index: 1;
  padding: 50px 0 20px 0;
}
@media (min-width: 590px) {
  .linkbox .contenutexte {
    padding: 46px 0 20px 0;
  }
}
.linkbox .contenutexte h3 {
  padding-bottom: 2px;
  font-size: 1rem;
}
@media (min-width: 590px) {
  .linkbox .contenutexte h3 {
    font-size: 0.875rem;
  }
}
.news-container .jcarousel-wrapper .linkbox a .photo {
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-produits {
    padding-bottom: 20px !important;
  }
}
.section-produits .linkbox a:hover .photo:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.btnlink {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btnlink span:not(.glyphicon):not(.caret) {
  position: relative;
  padding: 2px 8px 2px 23px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: white;
  background-color: #3a404d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnlink span:not(.glyphicon):not(.caret):after {
  display: block;
  content: '+';
  position: absolute;
  z-index: 0;
  left: 5px;
  top: -7px;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 1.375rem;
}
/****************************** PRODUITS ******************************************/
.section-produits .linkbox a {
  text-align: center;
  color: #3a404d;
}
/****************************** EQUIPE ******************************************/
@media (min-width: 768px) {
  .subtitle-equipe {
    margin-top: 10px;
  }
}
.subtitle-equipe .chiffre {
  display: inline-block;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 3.25rem;
  color: #b30a00;
}
.subtitle-equipe .contenu-subtitle {
  display: inline-block;
  padding-left: 6px;
}
.subtitle-equipe .contenu-subtitle h2 {
  padding-top: 0;
  line-height: 1;
}
.link-equipe:hover .btnlink span {
  background-color: #b30a00;
}
/****************************** CARTE HOME ******************************************/
.link-map {
  position: relative;
  padding: 5px 10px;
  background-color: white;
}
@media (min-width: 768px) {
  .link-map {
    width: 300px;
    min-height: 150px;
    margin-right: 10px;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .link-map {
    min-height: 150px;
  }
}
.link-map:hover .btndecouverte span {
  background-color: #b30a00;
}
.link-map .texte {
  padding: 5px 0 28px 0;
}
@media (min-width: 768px) {
  .link-map .texte {
    padding: 8px 0;
  }
}
.link-map .btndecouverte {
  right: -1px;
}
.link-map .btndecouverte span {
  padding: 2px 23px 2px 8px;
}
.link-map .btndecouverte span:after {
  left: inherit;
  right: 5px;
}
/****************************** CARTE VILLE ******************************************/
.linkimg {
  position: relative;
  padding-top: 10px;
}
.linkimg:hover .btnlink span {
  background-color: #b30a00;
}
.infosville {
  padding: 10px 10px 25px 10px;
  background-color: white;
}
@media (min-width: 768px) {
  .infosville {
    padding: 10px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .infosville {
    padding: 18px 0 30px 0;
  }
}
.infosville .detail {
  font-size: 0.875rem;
}
.infosville .texte {
  margin-top: 8px;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .infosville .texte {
    margin-top: 18px;
  }
}
.infosville .texte a {
  display: inline;
  text-decoration: underline;
}
.infospratiques {
  position: relative;
  padding: 20px 10px 20px 96px;
  border-top: 2px solid #ececec;
}
@media (min-width: 992px) {
  .infospratiques {
    padding: 15px 10px 15px 50px;
  }
}
@media (min-width: 1200px) {
  .infospratiques {
    padding: 20px 10px 20px 96px;
  }
}
@media (max-width: 992px) {
  .infospratiques:last-child {
    padding-bottom: 0;
  }
}
.infospratiques:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center 23px;
}
@media (min-width: 992px) {
  .infospratiques:before {
    width: 50px;
    background-position: center 17px;
  }
}
@media (min-width: 1200px) {
  .infospratiques:before {
    width: 96px;
    background-position: center 23px;
  }
}
.infospratiques.infosaeroport:before {
  -o-background-size: 47px auto;
     background-size: 47px auto;
  background-image: url(../images/svg-gris/avion.svg);
}
@media (min-width: 992px) {
  .infospratiques.infosaeroport:before {
    -o-background-size: 30px auto;
       background-size: 30px auto;
  }
}
@media (min-width: 1200px) {
  .infospratiques.infosaeroport:before {
    -o-background-size: 47px auto;
       background-size: 47px auto;
  }
}
.infospratiques.infosgare:before {
  -o-background-size: 49px auto;
     background-size: 49px auto;
  background-image: url(../images/svg-gris/train.svg);
}
@media (min-width: 992px) {
  .infospratiques.infosgare:before {
    -o-background-size: 32px auto;
       background-size: 32px auto;
  }
}
@media (min-width: 1200px) {
  .infospratiques.infosgare:before {
    -o-background-size: 49px auto;
       background-size: 49px auto;
  }
}
.infospratiques.infosquartier:before {
  -o-background-size: 57px auto;
     background-size: 57px auto;
  background-image: url(../images/svg-gris/quartier.svg);
}
@media (min-width: 992px) {
  .infospratiques.infosquartier:before {
    -o-background-size: 38px auto;
       background-size: 38px auto;
  }
}
@media (min-width: 1200px) {
  .infospratiques.infosquartier:before {
    -o-background-size: 57px auto;
       background-size: 57px auto;
  }
}
.infospratiques ul {
  margin: 6px 0 8px 0;
}
.infospratiques ul li {
  position: relative;
  padding-left: 11px;
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
}
.infospratiques ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #3a404d;
}
.infospratiques ul li a:hover {
  color: #9e9e9e !important;
}
.infospratiques ul.listedroite {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .infospratiques ul.listedroite {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .infospratiques ul.listedroite {
    margin-left: 20px;
  }
}
.container-liste {
  margin-top: 5px;
}
/****************************** HEBERGEMENTS ******************************************/
section[data-class="descriptifhebergement"] {
  padding: 5px 0 0 0;
}
@media (min-width: 768px) {
  section[data-class="descriptifhebergement"] {
    margin: 10px 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  section[data-class="descriptifhebergement"] {
    margin: 10px 0 15px 0;
  }
}
section[data-class="descriptifhebergement"] .descriptif {
  text-transform: uppercase;
}
/****************************** EXPLORER JAPON ******************************************/
@media (min-width: 768px) {
  .section-explorer a:hover div.contenuphoto {
    height: 178px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media (min-width: 992px) {
  .section-explorer a:hover div.contenuphoto {
    height: 152px;
  }
}
@media (min-width: 1200px) {
  .section-explorer a:hover div.contenuphoto {
    height: 185px;
  }
}
@media (min-width: 768px) {
  .section-explorer a:hover .contenucache {
    height: 90px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media (min-width: 768px) {
  .section-explorer div.contenuphoto {
    height: 130px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
.section-explorer .titre-ville {
  text-align: center;
}
.section-explorer .accroche {
  margin-bottom: 15px;
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  text-align: center;
  line-height: 1;
  color: #b30a00;
}
.section-explorer .contenutexte {
  padding: 46px 10px 20px 10px;
}
@media (min-width: 768px) {
  .section-explorer .contenucache {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
.section-explorer .contenucache .texte {
  padding-bottom: 20px;
}
/****************************** EXPLORER VILLE ******************************************/
section[data-class="descriptifactivites"] {
  margin: 10px 0 15px 0;
  padding: 0;
}
.container-photo {
  position: relative;
}
.container-photo .contenuprix {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 95px;
  height: 70px;
  padding: 3px;
  background-color: white;
}
.container-photo .contenuprix .apartirde,
.container-photo .contenuprix .detail {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}
.container-photo .contenuprix .prix {
  font-family: 'DIN-BoldRegular', Arial, Verdana, sans-serif;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
}
.container-photo .contenuprix .prix sup {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
}
/****************************** NEWS ******************************************/
@media (max-width: 768px) {
  .boxmav {
    float: left;
    width: 100%;
  }
}
.boxmav a {
  min-height: 300px;
}
@media (min-width: 768px) {
  .boxmav a {
    min-height: 415px;
  }
}
.boxmav h3,
.boxmav h4 {
  padding: 5px 10px 2px 10px;
}
.boxmav h3:first-child,
.boxmav h4:first-child {
  padding-bottom: 8px;
}
.boxmav h3 {
  font-size: 0.9rem;
}
.boxmav h4 {
  font-family: 'DIN-MediumRegular', Arial, Verdana, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.boxmav .texte {
  padding: 0 10px 40px 10px;
}
/****************************** VIDEOS ******************************************/
.videofancy {
  margin: 0 auto;
  line-height: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.videofancy h3 {
  padding: 15px 0 10px 0;
}
.videofancy .lienvideo:hover {
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -ms-filter: brightness(90%);
  -o-filter: brightness(90%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vignette {
  position: relative;
  overflow: hidden;
}
.vignette:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg-blanc/player-video.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 87px auto;
     background-size: 87px auto;
}
a.lienvideo span:after,
a.lienvideo div.image-wrapper:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg-blanc/player-video.svg);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 70px auto;
     background-size: 70px auto;
}
/****************************** VIVRE LE JAPON ******************************************/
.boxvivre-le-japon#ekomi {
  text-align: center;
}
@media (max-width: 480px) {
  .boxvivre-le-japon {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 590px) {
  .boxvivre-le-japon {
    width: 50%;
  }
}
.boxvivre-le-japon a {
  min-height: 335px;
  margin: 0 auto;
}
@media (min-width: 480px) and (max-width: 590px) {
  .boxvivre-le-japon a {
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  .boxvivre-le-japon a {
    max-width: 180px;
    min-height: 253px;
  }
}
.boxvivre-le-japon section ul.dropdown-menu li a,
.boxvivre-le-japon .dropdown-menu li a,
.boxvivre-le-japon .dropdown-menu li.dropdown-submenu a {
  max-width: 100%!important;
}
.boxvivre-le-japon h3,
.boxvivre-le-japon span.withH3Style {
  padding: 5px 10px 2px 10px;
  text-align: left;
}
.boxvivre-le-japon h3:first-child,
.boxvivre-le-japon span.withH3Style:first-child {
  padding-bottom: 8px;
}
.boxvivre-le-japon h3 b,
.boxvivre-le-japon span.withH3Style b {
  color: #b30a00;
}
.boxvivre-le-japon .texte {
  padding: 0 10px 30px 10px;
  text-align: left;
}
.boxvivre-le-japon .etoiles {
  width: 86px;
  height: 21px;
  background-image: url(../images/svg-etoiles/etoiles-on.svg);
  background-repeat: no-repeat;
  background-position: 10px 7px;
  -o-background-size: 76px auto;
     background-size: 76px auto;
}
.boxvivre-le-japon #eKomiSeal_default a {
  min-height: 90px;
  max-width: 90px;
}
.cms.section-vivre-le-japon {
  min-height: 0 !important;
}
.ace_editor * {
  font-family: 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
  font-size: 12px;
  line-height: normal;
}
/************************************************************************/
/*****************************Layout ******************************************/
/************************************************************************/
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  color: #3a404d;
  font-family: 'DIN-RegularRegular', Arial, Verdana, sans-serif;
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: auto;
  -ms-touch-action: cross-slide-x pan-y;
      touch-action: cross-slide-x pan-y;
}
.container-outer {
  position: relative;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .container-outer {
    min-height: 100px;
    -webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
  }
}
.container-outer:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .container-outer:first-child {
    background-color: white!important;
  }
}
.container-outer:nth-child(2) {
  -webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .container-outer:nth-child(2) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.container-outer:last-child {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .container-outer:last-child {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .container-outer:nth-child(even) {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .container-outer:nth-child(odd) {
    background-color: #f6f6f6;
  }
}
.hub-page .container-outer:first-child {
  -webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .hub-page .container-outer:first-child {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.hub-page .container-outer:nth-child(2) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.container {
  padding: 5px 15px 0 15px;
}
@media (min-width: 768px) {
  .container {
    padding: 30px 15px 0 15px;
  }
}
@media (min-width: 768px) {
  .container-padding {
    padding: 30px 15px 40px 15px;
  }
}
.contenu-mobile {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .contenu-mobile {
    padding-bottom: 0;
  }
}
.title-mobile {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
/* .title-mobile { padding: 0 !important; } */
.seoDescription {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 250px;
}
#containerSearch {
  margin-bottom: 15px;
}
#addsearch-input:focus {
  outline-color: #b30a00;
  outline-width: 3px;
}
