@charset "UTF-8";
/*
Theme Name: SPM Ferries
Theme URI: http://www.spm-ferries.fr
Description: Thème personnalisé pour SPM Ferries
Version: 1.2
Author: LS Résa / Jade Création  / Credits : Todd Motto (@toddmotto) pour le starter blank theme
Author URI: http://www.ls-resa.fr
Tags: HTML5, CSS3
Text Domain: spmferries
License: © copyright LS Résa 2017 - Tous droits réservés
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");
@import "css/animate.min.css";
/* ==========================================================================
   MES VARIABLES  modules/variables
   ========================================================================== */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/* ==========================================================================
   My own mixins  modules/mixins
   ========================================================================== */
/* ==========================================================================
   FONTS  modules/fonts
   ========================================================================== */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/* ==========================================================================
    Common styles
   ========================================================================== */
html {
  width: 100%;
  padding: 0;
  background-color: #f2f2f2;
}
body {
  width: 100%;
  padding: 0;
  position: relative;
  background-color: #fff;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #576369;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Open sans", "Helvetica Neue", Arial, sans-serif;
  color: #0c3142;
  letter-spacing: -0.01em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0c3142;
}

h1,
h2 {
  font-weight: 600;
  letter-spacing: -0.03em;
}

ul.smp-list,
ol.spm-list {
  padding-left: 20px;
  font-size: 16px;
}

ul.spm-list li::before {
  content: "– ";
  display: inline-block;
  margin-right: 10px;
}

.geo {
  min-height: 40px;
  margin: 5rem 0 3rem 0;
  padding-left: 40px;
  background: url("img/icons/geo-pin.svg") no-repeat left 8px;
  background-size: auto 30px;
  line-height: 1.25;
}

.billet-vehicule {
  margin: 5rem 0 3rem 0;
  padding-left: 70px;
  background: url("img/icons/car-tickets.svg") no-repeat left center;
  background-size: 60px auto;
}

.embarq-pieton {
  text-align: center;
  margin-top: 6rem;
  padding-top: 70px;
  background: url("img/icons/embarq-pieton.svg") no-repeat center top;
  background-size: auto 60px;
}

.geo-embarq {
  font-size: 1.5rem;
  border-bottom: 1px solid #0c3142;
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1px;
}

.embarq {
  margin-top: 5rem;
  border: 2px solid #0c3142;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 1rem;
}

.page-container {
  min-height: 800px;
  padding-top: 2em;
  padding-bottom: 2em;
}
.page-container article {
  margin: 3em auto;
}
.page-container article:first-child {
  margin-top: 1em;
}

article img,
article .carousel {
  border: 3px solid #f8f8f8;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  article img,
  article .carousel {
    border: 5px solid #f8f8f8;
  }
}

article .carousel img {
  border: none;
  box-shadow: none;
}

.shift-right {
  padding-left: 15px;
}

.page-h1 {
  margin-bottom: 1em;
  line-height: 1.2;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .page-h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .page-h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 1.6em;
  line-height: 1.3;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

blockquote {
  font-size: 16px;
  line-height: 28px;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

strong {
  font-weight: 500;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 100;
}

::-moz-placeholder { /* Firefox 19+ */
  font-weight: 100;
}

:-ms-input-placeholder { /* IE 10+ */
  font-weight: 100;
}

:-moz-placeholder { /* Firefox 18- */
  font-weight: 100;
}

a {
  transition-timing-function: ease;
  transition-duration: 150ms;
  transition-property: color, border-color, background-color;
  color: #0e6bbc;
}

a:focus,
a:hover {
  color: #1286eb;
  text-decoration: none;
}

.center {
  text-align: center;
}

.from-france,
.from-canada {
  display: block;
  padding-left: 40px;
  height: 20px;
  background-position: 0 50%;
  margin-bottom: 10px;
}

.from-france {
  background-image: url("img/french-flag.svg");
  background-repeat: no-repeat;
}
.no-svg .from-france {
  background-image: url("img/french-flag.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .from-france {
    background-image: url("img/french-flag@2x.png");
    background-repeat: no-repeat;
  }
}

.from-canada {
  background-image: url("img/canadian-flag.svg");
  background-repeat: no-repeat;
}
.no-svg .from-canada {
  background-image: url("img/canadian-flag.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .from-canada {
    background-image: url("img/canadian-flag@2x.png");
    background-repeat: no-repeat;
  }
}

.price-adulte, .price {
  background-color: #193761;
  color: white;
  border-radius: 4px;
  padding: 3px 6px;
}

.price-reduit {
  background-color: #73BF1F;
  color: white;
  border-radius: 4px;
  padding: 3px 6px;
}

.price-groupe {
  background-color: #c5242b;
  color: white;
  border-radius: 4px;
  padding: 3px 6px;
}

.price-fret {
  background-color: #9c7452;
  color: white;
  border-radius: 4px;
  padding: 3px 6px;
}

.price-velos {
  background-color: #f7bd40;
  color: #333;
  border-radius: 4px;
  padding: 3px 6px;
}

.carousel-indicators li, .carousel-indicators li.active {
  margin-right: 4px;
}

.spm-actu .post-edit-link {
  font-size: 12px;
}
.spm-actu .post-edit-link:hover {
  text-decoration: underline;
}

.spm-actu .post-edit-link::after {
  content: " cet article";
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.spm-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
}

.spm-btn,
body:not(.spm-actu) .post-edit-link {
  position: relative;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 0px;
}

.spm-btn-primary,
body:not(.spm-actu) .post-edit-link {
  color: #0e6bbc;
  background-color: #fff;
  border-color: #0e6bbc;
  padding-right: 50px;
}
.spm-btn-primary:hover,
body:not(.spm-actu) .post-edit-link:hover {
  color: #0c5da4;
  border-color: #0c5da4;
  background-color: #eee;
}
.spm-btn-primary:active,
body:not(.spm-actu) .post-edit-link:active {
  background: none;
  color: #094275;
  border-color: #094275;
}

.spm-btn-primary::after,
body:not(.spm-actu) .post-edit-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("img/medium-arrow-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  width: 30px;
  height: 100%;
  border-left: 1px solid #0e6bbc;
}
.no-svg .spm-btn-primary::after,
.no-svg body:not(.spm-actu) .post-edit-link::after {
  background-image: url("img/medium-arrow-icon-blue.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .spm-btn-primary::after,
  .no-svg body:not(.spm-actu) .post-edit-link::after {
    background-image: url("img/medium-arrow-icon-blue@2x.png");
    background-repeat: no-repeat;
  }
}

.spm-btn-primary:hover::after {
  border-left: none;
}

body:not(.spm-actu) .post-edit-link {
  display: inline-block;
  margin-top: 2em;
}

.spm-btn-alt {
  position: relative;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 0px;
  background-color: #0e6bbc;
  color: white;
}
.spm-btn-alt:hover {
  background-color: #1079d4;
}

.spm-read-more {
  color: #0e6bbc;
  border: 0;
  padding-left: 0;
  padding-right: 30px;
}
.spm-read-more:hover, .spm-read-more:active {
  background: none;
}

.spm-read-more::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  background-image: url("img/small-arrow-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.no-svg .spm-read-more::after {
  background-image: url("img/small-arrow-icon-blue.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .spm-read-more::after {
    background-image: url("img/small-arrow-icon-blue@2x.png");
    background-repeat: no-repeat;
  }
}

/*----------  Liste <ul> avec lignes en flex-item  ----------*/
.flexlines {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 3em auto;
}
.flexlines li a {
  display: block;
  width: 240px;
  height: 200px;
  padding: 150px 10px 65px;
  text-align: center;
  margin: 5px;
  font-weight: 400; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
  transition: all 0.5s ease;
}
.flexlines li a:hover {
  -webkit-transform: scale(1.1); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
  transform: scale(1.1);
}

.pagination .current,
.pagination .page-numbers,
.pagination .next,
.pagination .prev {
  display: inline-block;
  border: 1px solid #b7cfea;
  padding: 0.3em 0.8em;
  margin-right: 0.5em;
  background-color: #d7e4f3;
  font-weight: 500;
}
.pagination .current:hover,
.pagination .page-numbers:hover,
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #b7cfea;
}
.pagination .current {
  background-color: #eee;
  text-decoration: underline;
  font-weight: 400;
  border: 1px solid #ccc;
}
.pagination .current:hover {
  background-color: #eee;
}

/* ==========================================================================
   Style des éléments de article du blog
   ========================================================================== */
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
  line-height: 1.3;
}
.article-content h1, .article-content h2 {
  font-size: 24px;
  line-height: 1.4;
}
.article-content h3 {
  font-size: 20px;
}
.article-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.article-content h5, .article-content h6 {
  font-size: 16px;
}
.article-content p {
  margin-bottom: 1.6em;
  text-align: justify;
}
.article-content ul, .article-content ol {
  padding-left: 20px;
  font-size: 16px;
}
.article-content ul li::before {
  content: "– ";
  display: inline-block;
  margin-right: 10px;
}
.article-content ol {
  margin-left: 18px;
}
.article-content ol li {
  padding-left: 10px;
}
.article-content label {
  display: block;
}
.article-content input, .article-content label {
  margin: 5px auto;
}
.article-content input[type=submit] {
  clear: both;
  display: block;
  margin: 10px 0;
}

/* ==========================================================================
   Wordpress styles
   ========================================================================== */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Sticky Back to top
   ========================================================================== */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #c5242b url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.7;
}

.no-touch .cd-top:hover {
  background-color: #c5242b;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/* ==========================================================================
   WORDPRESS CORE CLASSES  partials/wordpress
   ========================================================================== */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/* ==========================================================================
   HEADER  partials/header
   ========================================================================== */
/*----------  Changement du breakpoint de la nav  ----------*/
/* On change le breakpoint afin que le menu mobile apparaissent plus tôt*/
/* c'est-à-dire sur un viewport plus large*/
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* On change le breakpoint max (par defaut 767px)*/
/* pour la position statique des sous-menus (nav mobile)*/
/* puisque qu'on changer le breakpoint du menu collapse*/
/* voir juste au-dessus.*/
@media only screen and (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}
/*----------  End changement breakpoint nav  ----------*/
header {
  /*border: 1px solid green;*/
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 0px;
  /* Pas de fond pour tous les item de menu actifs*/
  /* Soulignement pour les items de menus actifs*/
  /* end #spm-main-nav > ul*/
  /* en mobile l'onglet occupe toute la largeur*/
  /* on le positionne en absolu pour le vw large*/
  /*end .onglet*/
}
header nav#main-nav {
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  header nav#main-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
header nav#main-nav.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.54);
  z-index: 1000;
}
header nav#main-nav .navbar-toggle {
  margin-right: 0;
}
header .navbar .container-fluid {
  max-width: 1170px;
  /*border: 1px solid purple;*/
  position: relative;
  /* on double le padding par défaut à 15px*/
  /* pour avoir une symétrie par rapport à la droite*/
  /* la négative margin a pour effet de supprimer le padding left.  */
  padding-left: 15px;
}
header .navbar-brand {
  width: 149px;
  height: 62px;
  background-image: url("img//logos/logo-spm-ferry.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.no-svg header .navbar-brand {
  background-image: url("img//logos/logo-spm-ferry.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg header .navbar-brand {
    background-image: url("img//logos/logo-spm-ferry@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  header .navbar-brand {
    float: none;
    display: block;
    width: 226px;
    height: 90px;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 992px) {
  header .navbar-brand {
    position: relative;
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar-brand {
    position: relative;
    top: 0px;
    left: 0;
  }
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
@media only screen and (min-width: 992px) {
  header {
    /*pour afficher le marqueur sur le menu parent pour les sous-pages*/
    /* uniquement sur la homepage*/
    /* Pour éviter un décalage vertical vers le bas si on souligne un menu actif*/
  }
  header .navbar-default .navbar-nav > .active > a,
  header .navbar-default .navbar-nav > .active > a:focus,
  header .navbar-default .navbar-nav > .active > a:hover {
    /*border-bottom: 4px solid $spm-red;*/
    color: #0a2632 !important;
  }
  header .navbar-default .navbar-nav > .active > a::after,
  header .navbar-default .navbar-nav > .active > a:focus::after,
  header .navbar-default .navbar-nav > .active > a:hover::after {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #193761 transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -10px;
  }
  header .current-menu-ancestor .dropdown-toggle {
    /*border-bottom: 4px solid $spm-red;*/
    color: #193761 !important;
  }
  header .current-menu-ancestor .dropdown-toggle::after {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #193761 transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -10px;
  }
  header .menu-item a {
    border-bottom: 4px solid transparent;
  }
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover {
  background: none;
  border-bottom: 4px solid transparent;
  /* Don't erase !*/
}
header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
  background: none;
}
header .navbar-default .navbar-toggle {
  border: none;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #193761;
  width: 26px;
  height: 3px;
  border-radius: 2px;
}
header .navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
header #spm-main-nav > ul {
  /*border: 1px solid orange;*/
  /* on cible tous les sous-menus*/
  /* et leur liens*/
  /* on cible les sous-menus impairs et pairs*/
  /* pour leur affecter une couleur de fond ≠*/
  /* uniquement pour une vw large*/
}
header #spm-main-nav > ul li a {
  font-family: "Poppins", "Open sans", "Helvetica Neue", Arial, sans-serif;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}
header #spm-main-nav > ul > li:last-child > a {
  margin-right: 0;
}
header #spm-main-nav > ul > li > a {
  color: #193761;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  /*border-bottom: 6px solid #fff;*/
  transition: color 0.3s ease-in-out;
}
header #spm-main-nav > ul > li > a ::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #193761;
  position: absolute;
  bottom: 0;
  left: 0;
}
header #spm-main-nav > ul > li > a:hover {
  color: #193761;
}
header #spm-main-nav > ul > li > a.active {
  display: block;
  background: none;
}
@media only screen and (min-width: 992px) {
  header #spm-main-nav > ul > li > a.active {
    /*border-bottom: 5px solid $spm-blue;*/
    color: #193761;
  }
  header #spm-main-nav > ul > li > a.active ::after {
    width: 100%;
    transition: width 0.2s linear;
    /* on met la transition uniquement sur le hover on (mouseenter) pour ne pas l'avoir sur le hover off (mouseleave)*/
  }
  header #spm-main-nav > ul > li > a.active .caret {
    display: inline-block;
    width: 13px;
    height: 8px;
    margin-left: 2px;
    vertical-align: middle;
    border: none;
    background-image: url("img/caret-blue.svg");
    background-repeat: no-repeat;
  }
  .no-svg header #spm-main-nav > ul > li > a.active .caret {
    background-image: url("img/caret-blue.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg header #spm-main-nav > ul > li > a.active .caret {
    background-image: url("img/caret-blue@2x.png");
    background-repeat: no-repeat;
  }
}
header #spm-main-nav > ul > li > a .caret {
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 0px;
  vertical-align: middle;
  border: none;
  background-image: url("img/caret-gray.svg");
  background-repeat: no-repeat;
}
.no-svg header #spm-main-nav > ul > li > a .caret {
  background-image: url("img/caret-gray.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg header #spm-main-nav > ul > li > a .caret {
    background-image: url("img/caret-gray@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  header #spm-main-nav > ul {
    float: right;
    padding-left: 25px;
    margin-top: 25px;
  }
  header #spm-main-nav > ul > li > a {
    padding-left: 1px;
    padding-right: 1px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    letter-spacing: -0.01em;
    font-size: 15px;
    max-width: 125px;
  }
}
@media only screen and (min-width: 1130px) {
  header #spm-main-nav > ul > li > a {
    max-width: none;
    padding-bottom: 25px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  header #spm-main-nav > ul > li > a {
    font-size: 16px;
  }
}
header #spm-main-nav > ul .dropdown-menu {
  border: 0;
  font-size: 15px;
  border-radius: 8px;
}
header #spm-main-nav > ul .dropdown-menu li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  background-color: #758eaa;
  color: white;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  header #spm-main-nav > ul .dropdown-menu {
    padding: 1.5em 1.2em 1em 120px;
    margin-top: -1px;
    /* pour décaler les sous-menus vers le bas quand le lien parent est sur 2 lignes.*/
    margin-left: -12px;
    /*box-shadow: none;*/
    /*@include shadow(0, 4px, 4px, rgba(0,0,0,.5));*/
  }
  header #spm-main-nav > ul .dropdown-menu .divider {
    margin: 2px 0 4px;
  }
  header #spm-main-nav > ul .dropdown-menu li > a {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2);
    /*border: 1px solid darken($spm-red, 5%);*/
    padding: 8px 15px 4px;
    margin-bottom: 8px;
    border-radius: 5px;
    white-space: normal;
    width: 180px;
  }
  header #spm-main-nav > ul .dropdown-menu li > a:hover, header #spm-main-nav > ul .dropdown-menu li > a:active, header #spm-main-nav > ul .dropdown-menu li > a.active {
    background-color: rgba(255, 255, 255, 0.9);
    color: #0a2632;
  }
}
@media only screen and (min-width: 1100px) {
  header #spm-main-nav > ul .dropdown-menu {
    margin-top: -10px;
    /* on rétablit la position des sous-menus*/
  }
}
@media only screen and (min-width: 992px) {
  header #spm-main-nav > ul .dropdown:nth-child(odd) .dropdown-menu {
    background-color: #c5242b;
  }
  header #spm-main-nav > ul .dropdown:nth-child(odd) .dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c5242b transparent;
    position: absolute;
    top: -9px;
    left: 60px;
  }
  header #spm-main-nav > ul .dropdown:nth-child(even) .dropdown-menu {
    background-color: #193761;
  }
  header #spm-main-nav > ul .dropdown:nth-child(even) .dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #193761 transparent;
    position: absolute;
    top: -9px;
    left: 60px;
  }
  header #spm-main-nav > ul .horaires a + .dropdown-menu {
    background-image: url("img/picto-spm.svg");
    background-repeat: no-repeat;
    background-size: 84px 144px;
    background-position: 30px 50%;
  }
  .no-svg header #spm-main-nav > ul .horaires a + .dropdown-menu {
    background-image: url("img/picto-spm.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg header #spm-main-nav > ul .horaires a + .dropdown-menu {
    background-image: url("img/picto-spm@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  header #spm-main-nav > ul .billets a + .dropdown-menu {
    background-image: url("img/picto-tickets.svg");
    background-repeat: no-repeat;
    background-position: 10px 50%;
  }
  .no-svg header #spm-main-nav > ul .billets a + .dropdown-menu {
    background-image: url("img/picto-tickets.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg header #spm-main-nav > ul .billets a + .dropdown-menu {
    background-image: url("img/picto-tickets@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  header #spm-main-nav > ul .voyage a + .dropdown-menu {
    background-image: url("img/picto-voyage.svg");
    background-repeat: no-repeat;
    background-size: 90px 173px;
    background-position: 20px 50%;
  }
  .no-svg header #spm-main-nav > ul .voyage a + .dropdown-menu {
    background-image: url("img/picto-voyage.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg header #spm-main-nav > ul .voyage a + .dropdown-menu {
    background-image: url("img/picto-voyage@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  header #spm-main-nav > ul .a-propos a.dropdown-toggle + .dropdown-menu {
    left: -100px;
    /* pour ce menu on repositionne le triangle*/
    /* pour vw type tablettes*/
    background-image: url("img/picto-vente.svg");
    background-repeat: no-repeat;
    background-size: 72px 76px;
    background-position: 30px 50%;
  }
  header #spm-main-nav > ul .a-propos a.dropdown-toggle + .dropdown-menu::before {
    left: 140px;
    /* Position horizontale du triangle du sous-menu*/
  }
  .no-svg header #spm-main-nav > ul .a-propos a.dropdown-toggle + .dropdown-menu {
    background-image: url("img/picto-vente.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg header #spm-main-nav > ul .a-propos a.dropdown-toggle + .dropdown-menu {
    background-image: url("img/picto-vente@2x.png");
    background-repeat: no-repeat;
  }
}
header .header-tel {
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-family: "Poppins", "Open sans", "Helvetica Neue", Arial, sans-serif;
  color: #0a2632;
  font-size: 1.05em;
  line-height: 1.05em;
  background-color: #eee;
  margin: 0;
  padding: 0.5em 0 0.3em;
}
header .header-tel span {
  font-weight: 700;
  color: #193761;
}
@media only screen and (min-width: 992px) {
  header .header-tel {
    position: absolute;
    top: 5px;
    right: 300px;
    background: none;
    font-size: 0.8em;
  }
}
header .onglet {
  background-color: #c5242b;
  margin: 0;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
header .onglet a {
  color: #fff;
}
header .onglet a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  header .onglet {
    padding: 10px 10px 4px 10px;
    position: absolute;
    top: -6px;
    right: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    transition: top 0.2s ease-in-out;
  }
  header .onglet:hover {
    top: 0px;
  }
}
header .onglet .lang-switcher {
  margin: 0 auto 0 0;
}
header .onglet .lang-switcher li {
  display: inline-block;
}
header .onglet .lang-switcher a[lang=en-CA] {
  padding-left: 30px;
  display: inline-block;
  min-height: 18px;
  line-height: 18px;
  background-image: url("img/canadian-flag.svg");
  background-repeat: no-repeat;
}
.no-svg header .onglet .lang-switcher a[lang=en-CA] {
  background-image: url("img/canadian-flag.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg header .onglet .lang-switcher a[lang=en-CA] {
    background-image: url("img/canadian-flag@2x.png");
    background-repeat: no-repeat;
  }
}
header .onglet .lang-switcher a[lang=en-CA] img {
  display: none;
}
header .onglet .lang-switcher a[lang=fr-FR] {
  padding-left: 30px;
  display: inline-block;
  min-height: 18px;
  line-height: 18px;
  background-image: url("img/french-flag.svg");
  background-repeat: no-repeat;
}
.no-svg header .onglet .lang-switcher a[lang=fr-FR] {
  background-image: url("img/french-flag.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg header .onglet .lang-switcher a[lang=fr-FR] {
    background-image: url("img/french-flag@2x.png");
    background-repeat: no-repeat;
  }
}
header .onglet .lang-switcher a[lang=fr-FR] img {
  display: none;
}
header .onglet .social-icons {
  padding: 0;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 992px) {
  header .onglet .social-icons {
    margin-left: 25px;
  }
}
header .onglet .social-icons .instagram {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("img/insta-header-big.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.no-svg header .onglet .social-icons .instagram {
  background-image: url("img/insta-header-big.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg header .onglet .social-icons .instagram {
    background-image: url("img/insta-header-big@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  header .onglet .social-icons .instagram {
    background-size: 20px;
  }
  header .onglet .social-icons .instagram:hover {
    opacity: 0.8;
    background-size: 22px;
  }
}
header .onglet .social-icons .facebook {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background-image: url("img/fb-header-big.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.no-svg header .onglet .social-icons .facebook {
  background-image: url("img/fb-header-big.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg header .onglet .social-icons .facebook {
    background-image: url("img/fb-header-big@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  header .onglet .social-icons .facebook {
    width: 10px;
    background-size: 9px 20px;
    background-position: left center;
  }
  header .onglet .social-icons .facebook:hover {
    opacity: 0.8;
    background-size: 110%;
  }
}

/* end header*/
.banner {
  position: relative;
  margin: 0;
  height: 195px;
  width: 100%;
  /*border-top: 1px solid #aaa;*/
  /*background: $spm-blue url(img/jeune-france@2x.jpg) no-repeat; */
  background-size: cover;
  /*background-position: 50% 30%;*/
}
.banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background-color: rgba(12,49,65,.2);*/
  /*background-color: rgba(0,0,0,.2);    */
}
.banner h1,
.banner h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  z-index: 99;
}
.banner h1 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 85px;
}
.banner h2 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 75px;
}

.breadcrumbs-bar {
  background-color: #0a2632;
  background-color: #193761;
  padding: 0;
  height: 44px;
}
.breadcrumbs-bar .breadcrumbs {
  font-weight: 400;
  color: #fff;
}
.breadcrumbs-bar .breadcrumbs a {
  color: #fff;
}
.breadcrumbs-bar .breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs-bar .breadcrumbs .home {
  padding-left: 30px;
  background-image: url("img/homepage-icon.svg");
  background-repeat: no-repeat;
}
.no-svg .breadcrumbs-bar .breadcrumbs .home {
  background-image: url("img/homepage-icon.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .breadcrumbs-bar .breadcrumbs .home {
    background-image: url("img/homepage-icon@2x.png");
    background-repeat: no-repeat;
  }
}

/*----------  TEXTE DÉFILANT  ----------*/
#ariane .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 auto;
}

.breadcrumbs {
  margin: 0 auto 0 0;
  height: 100%;
  white-space: nowrap;
}
.breadcrumbs span {
  line-height: 44px;
}

.inbanner-promo a {
  display: block;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px;
  max-width: 550px;
  font-size: 14px;
  background-color: #142c4d;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  color: #193761;
  font-weight: 400;
}
.inbanner-promo a .promo_remise {
  font-size: 100%;
  font-weight: 400;
}

/*----------  PROMOTIONS  ----------*/
.promotion-banner {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.promotions {
  text-align: left;
  padding: 8px 5px 8px 15px;
  line-height: 22px;
  display: block;
  z-index: 99;
  background: #193761;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: normal;
  letter-spacing: normal;
  word-spacing: normal;
  transition-timing-function: ease;
  transition-duration: 500ms;
  transition-property: font-size;
}
@media only screen and (min-width: 992px) {
  .promotions {
    text-align: center;
    padding: 8px 5px 12px 5px;
  }
}
@media only screen and (min-width: 1100px) {
  .promotions .close {
    font-size: 20px;
    line-height: 12px;
    opacity: 1;
    right: auto;
    top: auto;
    float: none;
    border: 1px solid #fff;
    padding: 4px 5px;
    border-radius: 6px;
    text-shadow: none;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
  .promotions .close:hover {
    color: #444;
    border-color: #444;
  }
}
.promotions:hover {
  background: radial-gradient(circle, #c5242b, #e9808d);
}
.promotions .fa {
  font-size: 22px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.promotions .promo_remise {
  font-weight: 600;
  letter-spacing: 0;
  word-spacing: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .promotions .promo_remise {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 2px 4px;
    background: #fff;
    color: #193761;
  }
}

.promotions:nth-child(even) {
  background: #234e8a;
}
.promotions:nth-child(even):hover {
  background: radial-gradient(circle, #c5242b, #e9808d);
}

/* ==========================================================================
   SIDEBARS  partials/sidebar
   ========================================================================== */
aside {
  padding-bottom: 2em;
}
aside .spm-widget {
  position: relative;
  padding: 1em 2em;
}
aside .spm-widget ul {
  margin-bottom: 0;
}
aside .spm-widget ul li {
  margin-bottom: 0.4em;
}
aside .spm-widget ul li a {
  color: #5a7492;
  font-weight: 400;
}
aside .spm-widget ul li a:hover {
  color: #193761;
}
aside h3 {
  margin-bottom: 1em;
  font-size: 22px;
}
aside iframe {
  border: none;
  display: block;
  height: 260px;
  width: 300px;
  margin: -15px auto 0 -33px;
}
aside .widget_awesomeweatherwidget {
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}
aside .widget_awesomeweatherwidget .awesome-weather-wrap {
  max-width: 230px;
  position: relative;
  left: 2px;
}
aside .widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-darken {
  background: rgba(0, 0, 0, 0.3);
}
aside .widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-darken .awesome-weather-forecast-day-temp {
  font-weight: 600;
  font-size: 22px;
}
aside .widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-darken .awesome-weather-forecast-day-abbr {
  font-weight: 600;
  font-size: 14px;
}
aside .encart-infos {
  border: 1px solid #c5242b;
  padding: 0 0 10px 0;
  margin: 1.5em auto 2.5em;
  max-width: 350px;
}
@media only screen and (min-width: 1200px) {
  aside .encart-infos {
    max-width: 230px;
    margin: 2em 0;
    position: relative;
    left: 2px;
  }
}
aside .encart-infos h4 {
  padding: 10px;
  margin: 0;
  background-color: #c5242b;
  text-align: center;
  color: #fff;
}
aside .encart-infos p:nth-child(2) {
  padding-bottom: 0;
}
aside .encart-infos p {
  padding: 1em;
}
aside .encart-infos .tel {
  display: inline;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0c3142;
}
aside .spm-blason {
  margin: 3em auto;
}
@media only screen and (min-width: 1200px) {
  aside .spm-blason {
    margin-left: 3.4em;
  }
}
aside .logo-tourisme-sidebar {
  margin: 2em auto;
}
@media only screen and (min-width: 1200px) {
  aside .logo-tourisme-sidebar .aligncenter {
    margin: 2em 0;
  }
}

.single .sidebar-alt,
aside.sidebar-alt {
  background-color: #e2eefb;
  border-top: 1px solid #cce1f8;
}
.single .sidebar-alt .horizon-sidebar-widget,
aside.sidebar-alt .horizon-sidebar-widget {
  min-height: 360px;
  margin-top: 2em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 992px) {
  .single .sidebar-alt .horizon-sidebar-widget,
  aside.sidebar-alt .horizon-sidebar-widget {
    margin-bottom: 0;
  }
}
.single .sidebar-alt .widget_awesomeweatherwidget,
aside.sidebar-alt .widget_awesomeweatherwidget {
  margin-top: 2em;
}
.single .sidebar-alt .encart-infos,
aside.sidebar-alt .encart-infos {
  background-color: white;
  max-width: 230px;
  margin-left: 0;
}

.search {
  position: relative;
}

.search-input {
  position: relative;
  left: 2px;
  height: 38px;
  width: 230px;
  line-height: 38px;
  border: 1px solid #BDCFE6;
  padding-left: 1.1em;
  padding-right: 50px;
  font-family: "Poppins", "Open sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300 !important;
  font-size: 14px;
  color: #0a2632;
}

.search-submit {
  position: absolute;
  top: 0px;
  left: 192px;
  height: 38px;
  width: 40px;
  background: #193761;
  border: none;
  color: #fff;
  font-weight: 400;
}
.search-submit:hover {
  background-color: #0f2038;
}

/*----------  Spécificité sidebar sur pages Actus  ----------*/
.spm-actu aside {
  border-left: 1px solid #f2f2f2;
}
.spm-actu aside .spm-widget > div,
.spm-actu aside .spm-widget > ul,
.spm-actu aside .spm-widget > form {
  max-width: 230px;
  margin: 0 auto;
}
.spm-actu aside .spm-widget h3 {
  max-width: 230px;
  margin: 0 auto 1.2em auto;
  line-height: 1.4;
}

/*----------  Sidebar RESA  ----------*/
#page-resa aside {
  background: #fff;
  border: 1px solid #abc2de;
  padding: 1.5em 2em;
  color: #506782;
}
@media only screen and (min-width: 1200px) {
  #page-resa aside {
    max-width: 350px;
    margin-top: 0px;
    float: right;
  }
  #page-resa aside .encart-infos {
    max-width: 250px;
  }
}
#page-resa aside img:first-child {
  margin: 2em auto;
}
#page-resa aside h3 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 27px;
}

/* ==========================================================================
   CONTENT  partials/content
   ========================================================================== */
/*----------  Modèle de page par défaut (page.php)  ----------*/
/* conteneur .container englobant main + sidebar*/
.page-content {
  padding-top: 1em;
  padding-bottom: 3em;
}
@media only screen and (min-width: 768px) {
  .page-content {
    padding-top: 2em;
  }
}

/*----------  Spécificités pages "larges"  ----------*/
.page-content-large .row {
  max-width: 1170px;
  margin: 0 auto;
}

.horiz-sidebar-container {
  background-color: #d7e4f3;
}

.sidebar-spm-horizon {
  max-width: 1170px;
  margin: 0 auto;
}
.sidebar-spm-horizon:after {
  content: "";
  display: table;
  clear: both;
}

/*----------  PHOTOS SLIDER  ----------*/
#slider-qr {
  position: relative;
}

#spm-photos-slider {
  position: relative;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}
#spm-photos-slider .photo1 {
  background: #597997 url(img/slider/nordet-en-mer-slide.jpg) no-repeat center 80%;
}
#spm-photos-slider .photo2 {
  background: #597997 url(img/slider/st-pierre.jpg) no-repeat center center;
}
#spm-photos-slider .photo3 {
  background: #597997 url(img/slider/jeune-france.jpg) no-repeat center center;
}
#spm-photos-slider .photo4 {
  background: #597997 url(img/slider/suroit-en-mer-slide.jpg) no-repeat center center;
}
#spm-photos-slider .slide {
  background-size: cover;
  width: 100%;
  min-height: 725px;
}
#spm-photos-slider .carousel-control {
  background: none;
  /*color: black;*/
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 1;
}
#spm-photos-slider .carousel-control span::before {
  content: "";
}
#spm-photos-slider .carousel-control.left {
  /*left: -100px;*/
}
#spm-photos-slider .carousel-control.left .icon-prev {
  background-image: url("img/icon-prev-white.svg");
  background-repeat: no-repeat;
}
.no-svg #spm-photos-slider .carousel-control.left .icon-prev {
  background-image: url("img/icon-prev-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg #spm-photos-slider .carousel-control.left .icon-prev {
    background-image: url("img/icon-prev-white@2x.png");
    background-repeat: no-repeat;
  }
}
#spm-photos-slider .carousel-control.right {
  /*right: -100px;*/
}
#spm-photos-slider .carousel-control.right .icon-next {
  background-image: url("img/icon-next-white.svg");
  background-repeat: no-repeat;
}
.no-svg #spm-photos-slider .carousel-control.right .icon-next {
  background-image: url("img/icon-next-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg #spm-photos-slider .carousel-control.right .icon-next {
    background-image: url("img/icon-next-white@2x.png");
    background-repeat: no-repeat;
  }
}

/* end #spm-photos-slider*/
/*----------  QUICK RÉSA  ----------*/
.quick-resa {
  /*positionnement en fonction du viewport*/
  position: relative;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  background: url(img/st-pierre.jpg) no-repeat;
  background-size: cover;
  background-position: 90% top;
  min-height: 400px;
}
.quick-resa h1,
.quick-resa h2,
.quick-resa p {
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.quick-resa h1 {
  font-size: 26px;
  margin: 25px auto 10px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.quick-resa h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: normal;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.quick-resa p {
  margin-top: 10px;
  font-weight: light;
  display: none;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.quick-resa iframe {
  border: none;
  /*border: 1px dashed red;*/
  overflow: hidden;
  width: 100%;
  min-height: 256px;
  /* iframe qrésa sur 4 lignes*/
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  z-index: 99;
  /*border: 1px dashed #fff;*/
}
@media only screen and (min-width: 502px) {
  .quick-resa h1 {
    font-size: 30px;
    max-width: 80%;
    margin-top: 45px;
  }
  .quick-resa h2 {
    font-size: 20px;
    max-width: 80%;
    text-align: center;
    margin: 20px auto 10px;
  }
  .quick-resa p {
    display: block;
    font-size: 16px;
  }
  .quick-resa iframe {
    /* iframe qresa sur 2 lignes*/
    min-height: 121px;
    top: 250px;
  }
  .quick-resa iframe:hover {
    min-height: 256px;
  }
}
@media only screen and (min-width: 768px) {
  .quick-resa {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.49);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.36+29,0.49+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.36) 29%, rgba(0, 0, 0, 0.49) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 330px;
  }
  .quick-resa h1, .quick-resa h2 {
    max-width: 100%;
  }
  .quick-resa h1 {
    font-size: 38px;
    margin: 20px auto 10px;
  }
  .quick-resa h2 {
    font-size: 20px;
    margin: 10px auto;
  }
  .quick-resa p {
    margin: 0;
  }
  .quick-resa iframe {
    top: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .quick-resa {
    min-height: 265px;
  }
  .quick-resa iframe {
    /*iframe quick-résa sur 2 lignes*/
    max-width: 800px;
    margin: 0 auto;
    top: 130px;
  }
}
@media only screen and (min-width: 1010px) {
  .quick-resa {
    min-height: 235px;
  }
  .quick-resa h1 {
    margin: 25px auto 10px;
  }
  .quick-resa iframe {
    min-height: 70px;
    height: 70px;
    max-width: 100%;
    top: 140px;
    overflow: hidden;
  }
}

/* end .quick-resa*/
/*----------  MAP ZONE  ----------*/
.map-zone {
  background-color: #e2eefb;
  margin: 0;
  padding-top: 2.5em;
  padding-bottom: 1em;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .map-zone {
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .map-zone {
    padding-bottom: 3em;
  }
}
.map-zone a {
  display: block;
  margin: 1em auto;
  text-align: center;
}
.map-zone a.logo-tourisme {
  background-image: url("img/logo-tourisme.svg");
  background-repeat: no-repeat;
  width: 300px;
  height: 79px;
  margin: 10px auto 20px auto;
}
.no-svg .map-zone a.logo-tourisme {
  background-image: url("img/logo-tourisme.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .map-zone a.logo-tourisme {
    background-image: url("img/logo-tourisme@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .map-zone a.logo-tourisme {
    margin-bottom: 60px;
  }
}
.map-zone a.map-link {
  width: 312px;
  background-color: transparent;
  text-align: center;
  margin-bottom: 20px;
}
.map-zone .spm-map img {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.map-zone .feat-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .map-zone .feat-container {
    display: block;
  }
}
.map-zone [class*=feature] {
  /*border: 1px dashed red;*/
  margin: 20px auto;
  padding-top: 80px;
  background-position: center top;
  text-align: center;
  max-width: 300px;
}
@media only screen and (min-width: 992px) {
  .map-zone [class*=feature] {
    margin-bottom: 50px;
  }
}
.map-zone [class*=feature] h3 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  color: #576369;
  letter-spacing: 0.1em;
}
.map-zone [class*=feature] p {
  color: #576369;
}
.map-zone .feature1 {
  background-image: url("img/globe-icon.svg");
  background-repeat: no-repeat;
}
.no-svg .map-zone .feature1 {
  background-image: url("img/globe-icon.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .map-zone .feature1 {
    background-image: url("img/globe-icon@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .map-zone .feature1 {
    background-position: right top;
    text-align: right;
  }
}
.map-zone .feature2 {
  background-image: url("img/pins-icon.svg");
  background-repeat: no-repeat;
}
.no-svg .map-zone .feature2 {
  background-image: url("img/pins-icon.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .map-zone .feature2 {
    background-image: url("img/pins-icon@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .map-zone .feature2 {
    background-position: left top;
    text-align: left;
    min-height: 228px;
    /* même hauteur que feature 1 pour alignement*/
  }
}
.map-zone .feature3 {
  background-image: url("img/regie-icon.svg");
  background-repeat: no-repeat;
}
.no-svg .map-zone .feature3 {
  background-image: url("img/regie-icon.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .map-zone .feature3 {
    background-image: url("img/regie-icon@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .map-zone .feature3 {
    background-position: right top;
    text-align: right;
  }
}
.map-zone .feature4 {
  background-image: url("img/heart-icon.svg");
  background-repeat: no-repeat;
}
.no-svg .map-zone .feature4 {
  background-image: url("img/heart-icon.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .map-zone .feature4 {
    background-image: url("img/heart-icon@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .map-zone .feature4 {
    background-position: left top;
    text-align: left;
  }
}

/*.map-zone*/
/*----------  POSTS CAROUSEL  ----------*/
.zone-actus {
  /*border: 1px solid orange;*/
  /* On augmente la largeur max progressivement afin que les textes soient contenus*/
  /* dans les traditionnels 1170px de large. Mais afin que les flèches */
  /* de directions du slider soient en-dehors. */
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5em 0em 2em;
  /*.spm-posts-carousel*/
}
@media only screen and (min-width: 1050px) {
  .zone-actus {
    max-width: 950px;
  }
}
@media only screen and (min-width: 1100px) {
  .zone-actus {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .zone-actus {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1400px) {
  .zone-actus {
    max-width: 1200px;
  }
}
.zone-actus .row {
  /*border: 1px solid blue;*/
  margin: 0 auto;
}
.zone-actus h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.03em;
}
.zone-actus .lead {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.zone-actus .spm-btn-primary {
  display: block;
  max-width: 170px;
  margin: 60px auto 10px;
}
.zone-actus #spm-posts-carousel {
  /*border: 1px solid red;*/
}
.zone-actus #spm-posts-carousel .carousel-control {
  background: none;
  display: none;
  /*end bp 992*/
}
@media only screen and (min-width: 992px) {
  .zone-actus #spm-posts-carousel .carousel-control {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    /*background-color: rgba(0, 0, 0, 0);*/
    background-color: transparent;
    opacity: 1;
  }
  .zone-actus #spm-posts-carousel .carousel-control span::before {
    content: "";
  }
  .zone-actus #spm-posts-carousel .carousel-control.left {
    left: -100px;
  }
  .zone-actus #spm-posts-carousel .carousel-control.left .icon-prev {
    background-image: url("img/icon-prev.svg");
    background-repeat: no-repeat;
    background-position: right top;
    height: 25px;
  }
  .no-svg .zone-actus #spm-posts-carousel .carousel-control.left .icon-prev {
    background-image: url("img/icon-prev.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .zone-actus #spm-posts-carousel .carousel-control.left .icon-prev {
    background-image: url("img/icon-prev@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .zone-actus #spm-posts-carousel .carousel-control.right {
    right: -100px;
  }
  .zone-actus #spm-posts-carousel .carousel-control.right .icon-next {
    background-image: url("img/icon-next.svg");
    background-repeat: no-repeat;
    background-position: left top;
    height: 25px;
  }
  .no-svg .zone-actus #spm-posts-carousel .carousel-control.right .icon-next {
    background-image: url("img/icon-next.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .zone-actus #spm-posts-carousel .carousel-control.right .icon-next {
    background-image: url("img/icon-next@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .zone-actus #spm-posts-carousel .carousel-control {
    /* en version desktop on élargie la zone cliquable*/
    width: 150px;
  }
  .zone-actus #spm-posts-carousel .carousel-control.left {
    left: -150px;
  }
  .zone-actus #spm-posts-carousel .carousel-control.right {
    right: -150px;
  }
}
.zone-actus #spm-posts-carousel .carousel-control:hover {
  opacity: 0.5;
}
.zone-actus #spm-posts-carousel article {
  /*border: 1px dashed blue;*/
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1.5em;
}
.zone-actus #spm-posts-carousel article:first-child, .zone-actus #spm-posts-carousel article:nth-child(2) {
  /*border-bottom: 1px solid #ddd;*/
}
@media only screen and (min-width: 992px) {
  .zone-actus #spm-posts-carousel article {
    min-height: 282px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .zone-actus #spm-posts-carousel article:first-child, .zone-actus #spm-posts-carousel article:nth-child(2) {
    border-right: 1px solid #ddd;
  }
}
.zone-actus #spm-posts-carousel article .date {
  font-size: 14px;
}
.zone-actus #spm-posts-carousel article h3 {
  font-size: 22px;
  line-height: 30px;
}
.zone-actus #spm-posts-carousel article h3 a {
  color: #0c3142;
}
.zone-actus #spm-posts-carousel article p {
  line-height: 22px;
  color: #8e8e8e;
}

/*.zone-actus*/
/*----------  IFRAME RÉSA  ----------*/
#page-resa {
  background-color: #e1edfc;
  padding: 2em 0;
}
#page-resa .row {
  /*border: 1px solid blue;*/
  max-width: 1200px;
  margin: 0 auto;
}
#page-resa main {
  padding-left: 0;
  /*border: 1px solid red;*/
}
#page-resa iframe {
  border: none;
  width: 100%;
  min-height: 1200px;
  overflow: hidden;
}
#page-resa h2 {
  color: #193761;
}

/*----------  Page ancêtre horaires et tarifs  ----------*/
.schedule-line {
  background-image: url("img/schedule-line.svg");
  background-repeat: no-repeat;
  background-position: center 40%;
}
.no-svg .schedule-line {
  background-image: url("img/schedule-line.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .schedule-line {
    background-image: url("img/schedule-line@2x.png");
    background-repeat: no-repeat;
  }
}

.tarifs-line {
  background-image: url("img/tarifs-line.svg");
  background-repeat: no-repeat;
  background-position: center 40%;
}
.no-svg .tarifs-line {
  background-image: url("img/tarifs-line.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tarifs-line {
    background-image: url("img/tarifs-line@2x.png");
    background-repeat: no-repeat;
  }
}

.cgv-line {
  background-image: url("img/cgv-line.svg");
  background-repeat: no-repeat;
  background-position: center 40%;
}
.no-svg .cgv-line {
  background-image: url("img/cgv-line.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .cgv-line {
    background-image: url("img/cgv-line@2x.png");
    background-repeat: no-repeat;
  }
}

.tour-line {
  background-image: url("img/tour-line.svg");
  background-repeat: no-repeat;
  background-position: center 40%;
}
.no-svg .tour-line {
  background-image: url("img/tour-line.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tour-line {
    background-image: url("img/tour-line@2x.png");
    background-repeat: no-repeat;
  }
}

/*----------  BLOG PAGE  ----------*/
.home-banner {
  background: #fff url(img/slider/suroit-en-mer-slide.jpg) no-repeat;
  background-size: cover;
  background-position: 30% 40%;
  height: 220px;
}
@media only screen and (min-width: 768px) {
  .home-banner {
    background-position: 50% 40%;
    height: 320px;
  }
}

.spm-actu aside {
  /*border: 1px dashed blue;*/
}
@media only screen and (min-width: 992px) {
  .spm-actu aside {
    /*border-left: 1px solid #ddd;*/
    padding-left: 1em;
  }
}
.spm-actu aside .spm-widget {
  /*border: 1px dashed black;*/
  margin: 1em auto;
}
.spm-actu aside .spm-widget:first-child {
  margin-top: 0;
}
.spm-actu .actus-container {
  padding-top: 3em;
  padding-bottom: 2em;
}
.spm-actu main {
  /*border: 1px dashed gray;*/
}
.spm-actu h1, .spm-actu .lead {
  text-align: center;
}
.spm-actu .page-h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.spm-actu .lead {
  margin-top: 10px;
  margin-bottom: 3em;
  font-weight: 100;
}
.spm-actu article {
  /*border: 1px dashed red;*/
  margin: 4em 0;
  font-size: 18px;
  padding: 0.2em 0.5em;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .spm-actu article {
    padding-left: 0;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .spm-actu article {
    padding-right: 3em;
  }
}
.spm-actu article:first-child {
  margin-top: 0;
}
.spm-actu article .blog-article-title {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  background-image: url("img/propeller-big.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: left 40%;
}
.no-svg .spm-actu article .blog-article-title {
  background-image: url("img/propeller-big.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .spm-actu article .blog-article-title {
    background-image: url("img/propeller-big@2x.png");
    background-repeat: no-repeat;
  }
}
.spm-actu article .date {
  font-size: 1em;
  font-weight: 100;
}
.spm-actu article .spm-cat {
  display: block;
  font-size: 0.8em;
  margin-bottom: 1.8em;
}
.spm-actu article .spm-cat a {
  color: #5a7492;
}
.spm-actu article .spm-cat .glyphicon {
  color: #5a7492;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

/*----------   PAGE Horaires en ligne ----------*/
.consultez-les-horaires-en-ligne .page-content .traversee,
.view-schedules-online .page-content .traversee {
  border: 1px solid #e9e9e9;
  padding: 1.5em;
  background: #ebf3fc;
  border-radius: 8px;
  margin-bottom: 2em;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .consultez-les-horaires-en-ligne .page-content .traversee,
  .view-schedules-online .page-content .traversee {
    margin-bottom: 3em;
    padding-left: 400px;
    min-height: 430px;
  }
  .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-miquelon,
  .view-schedules-online .page-content .traversee.trajet-sp-miquelon {
    background-image: url("img/trajetSP-miquelon.svg");
    background-repeat: no-repeat;
    background-position: 5em 60px;
  }
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-miquelon,
  .no-svg .view-schedules-online .page-content .traversee.trajet-sp-miquelon {
    background-image: url("img/trajetSP-miquelon.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-miquelon,
  .no-svg .view-schedules-online .page-content .traversee.trajet-sp-miquelon {
    background-image: url("img/trajetSP-miquelon@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-langlade,
  .view-schedules-online .page-content .traversee.trajet-sp-langlade {
    background-image: url("img/trajetSP-langlade.svg");
    background-repeat: no-repeat;
    background-position: 5em 60px;
  }
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-langlade,
  .no-svg .view-schedules-online .page-content .traversee.trajet-sp-langlade {
    background-image: url("img/trajetSP-langlade.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-langlade,
  .no-svg .view-schedules-online .page-content .traversee.trajet-sp-langlade {
    background-image: url("img/trajetSP-langlade@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .consultez-les-horaires-en-ligne .page-content .traversee.trajet-miq-fortune,
  .view-schedules-online .page-content .traversee.trajet-miq-fortune {
    background-image: url("img/trajet-miq-fortune.svg");
    background-repeat: no-repeat;
    background-position: 5em 60px;
    background-size: 236px;
  }
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-miq-fortune,
  .no-svg .view-schedules-online .page-content .traversee.trajet-miq-fortune {
    background-image: url("img/trajet-miq-fortune.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-miq-fortune,
  .no-svg .view-schedules-online .page-content .traversee.trajet-miq-fortune {
    background-image: url("img/trajet-miq-fortune@2x.png");
    background-repeat: no-repeat;
  }
}
.consultez-les-horaires-en-ligne .page-content .table-responsive,
.view-schedules-online .page-content .table-responsive {
  max-width: 600px;
}
.consultez-les-horaires-en-ligne .page-content .table-responsive .table-striped > tbody > tr:nth-of-type(2n),
.view-schedules-online .page-content .table-responsive .table-striped > tbody > tr:nth-of-type(2n) {
  background: #fff;
}
.consultez-les-horaires-en-ligne .page-content .table-responsive .table-striped > tbody > tr:nth-of-type(2n),
.view-schedules-online .page-content .table-responsive .table-striped > tbody > tr:nth-of-type(2n) {
  background: #eee;
}
.consultez-les-horaires-en-ligne .page-content .table-responsive td,
.view-schedules-online .page-content .table-responsive td {
  border: 0;
  padding-left: 20px;
}
.consultez-les-horaires-en-ligne .page-content .table-responsive .duree-traversee,
.view-schedules-online .page-content .table-responsive .duree-traversee {
  color: #193761;
}
.consultez-les-horaires-en-ligne .page-content .table-responsive .duree-traversee .duree,
.view-schedules-online .page-content .table-responsive .duree-traversee .duree {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-fortune {
    background-image: url("img/trajetSP-fortune.svg");
    background-repeat: no-repeat;
    background-position: 5em 60px;
  }
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-fortune {
    background-image: url("img/trajetSP-fortune.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .consultez-les-horaires-en-ligne .page-content .traversee.trajet-sp-fortune {
    background-image: url("img/trajetSP-fortune@2x.png");
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .view-schedules-online .page-content .traversee.trajet-sp-fortune {
    background-image: url("img/trajetSP-fortune-en.svg");
    background-repeat: no-repeat;
    background-position: 5em 60px;
  }
  .no-svg .view-schedules-online .page-content .traversee.trajet-sp-fortune {
    background-image: url("img/trajetSP-fortune-en.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .view-schedules-online .page-content .traversee.trajet-sp-fortune {
    background-image: url("img/trajetSP-fortune-en@2x.png");
    background-repeat: no-repeat;
  }
}

/*----------  PAGES SINGLE ----------*/
.single {
  min-height: 800px;
}
.single .single-container {
  padding-top: 3em;
  padding-bottom: 2em;
}
.single .single-container article {
  max-width: 600px;
}
.single .single-container .single-title {
  margin-bottom: 1em;
}
.single .sidebar-alt {
  background-color: #eee;
}

/*----------  PAGES CATÉGORIES ----------*/
.category article {
  margin: 4em auto;
}
.category article .date {
  margin-bottom: 0;
}
.category article .blog-article-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.category article .spm-cat {
  display: block;
  margin-bottom: 2em;
}

/*----------  PAGE Tours et balades en mer ----------*/
.tours-et-balades-en-mer .carousel,
.page-id-602 .carousel {
  margin-bottom: 3em;
}
.tours-et-balades-en-mer .carousel .carousel-control.left,
.page-id-602 .carousel .carousel-control.left {
  background-image: url("img/icon-prev-white.svg");
  background-repeat: no-repeat;
  background-position: 30% 50%;
}
.no-svg .tours-et-balades-en-mer .carousel .carousel-control.left,
.no-svg .page-id-602 .carousel .carousel-control.left {
  background-image: url("img/icon-prev-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tours-et-balades-en-mer .carousel .carousel-control.left,
  .no-svg .page-id-602 .carousel .carousel-control.left {
    background-image: url("img/icon-prev-white@2x.png");
    background-repeat: no-repeat;
  }
}
.tours-et-balades-en-mer .carousel .carousel-control.right,
.page-id-602 .carousel .carousel-control.right {
  background-image: url("img/icon-next-white.svg");
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.no-svg .tours-et-balades-en-mer .carousel .carousel-control.right,
.no-svg .page-id-602 .carousel .carousel-control.right {
  background-image: url("img/icon-next-white.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tours-et-balades-en-mer .carousel .carousel-control.right,
  .no-svg .page-id-602 .carousel .carousel-control.right {
    background-image: url("img/icon-next-white@2x.png");
    background-repeat: no-repeat;
  }
}
.tours-et-balades-en-mer .carousel .carousel-control span,
.page-id-602 .carousel .carousel-control span {
  display: none;
}
.tours-et-balades-en-mer .col-md-4 img,
.page-id-602 .col-md-4 img {
  margin: 1.5em auto;
}
.tours-et-balades-en-mer .col-md-4 img:first-child,
.page-id-602 .col-md-4 img:first-child {
  margin-top: 0;
}
.tours-et-balades-en-mer .tours,
.page-id-602 .tours {
  padding-left: 1em;
  margin-top: 1.5em;
}
.tours-et-balades-en-mer .tours li,
.page-id-602 .tours li {
  margin-bottom: 1em;
  padding-left: 40px;
  background-image: url("img/compass.svg");
  background-repeat: no-repeat;
}
.no-svg .tours-et-balades-en-mer .tours li,
.no-svg .page-id-602 .tours li {
  background-image: url("img/compass.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tours-et-balades-en-mer .tours li,
  .no-svg .page-id-602 .tours li {
    background-image: url("img/compass@2x.png");
    background-repeat: no-repeat;
  }
}
.tours-et-balades-en-mer h3,
.page-id-602 h3 {
  margin-bottom: 0.8em;
}

/*----------  PAGE Tarifs ----------*/
.tarifs article .legende-tarif,
.tarifs-2019 article .legende-tarif,
.fares-2019 article .legende-tarif,
.page-id-24 article .legende-tarif,
.page-id-596 article .legende-tarif {
  margin-bottom: 2.5em;
}
.tarifs article .legende-tarif span,
.tarifs-2019 article .legende-tarif span,
.fares-2019 article .legende-tarif span,
.page-id-24 article .legende-tarif span,
.page-id-596 article .legende-tarif span {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}
@media only screen and (max-width: 500px) {
  .tarifs article .legende-tarif span:first-child,
  .tarifs-2019 article .legende-tarif span:first-child,
  .fares-2019 article .legende-tarif span:first-child,
  .page-id-24 article .legende-tarif span:first-child,
  .page-id-596 article .legende-tarif span:first-child {
    display: block;
    margin-bottom: 10px;
  }
}
.tarifs article h2,
.tarifs-2019 article h2,
.fares-2019 article h2,
.page-id-24 article h2,
.page-id-596 article h2 {
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 2em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0c3142;
  color: #0c3142;
}
.tarifs article h3,
.tarifs-2019 article h3,
.fares-2019 article h3,
.page-id-24 article h3,
.page-id-596 article h3 {
  margin-bottom: 1em;
}
.tarifs article .passagers,
.tarifs-2019 article .passagers,
.fares-2019 article .passagers,
.page-id-24 article .passagers,
.page-id-596 article .passagers {
  padding-left: 40px;
  background-image: url("img/passager.svg");
  background-repeat: no-repeat;
  min-height: 50px;
  margin-top: auto;
}
.no-svg .tarifs article .passagers,
.no-svg .tarifs-2019 article .passagers,
.no-svg .fares-2019 article .passagers,
.no-svg .page-id-24 article .passagers,
.no-svg .page-id-596 article .passagers {
  background-image: url("img/passager.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tarifs article .passagers,
  .no-svg .tarifs-2019 article .passagers,
  .no-svg .fares-2019 article .passagers,
  .no-svg .page-id-24 article .passagers,
  .no-svg .page-id-596 article .passagers {
    background-image: url("img/passager@2x.png");
    background-repeat: no-repeat;
  }
}
.tarifs article .tarif-par-traversee,
.tarifs-2019 article .tarif-par-traversee,
.fares-2019 article .tarif-par-traversee,
.page-id-24 article .tarif-par-traversee,
.page-id-596 article .tarif-par-traversee {
  /*border-left: 5px solid $spm-light-blue;*/
  /*padding-left: 30px;*/
  margin-bottom: 3em;
}
.tarifs article .fret,
.tarifs-2019 article .fret,
.fares-2019 article .fret,
.page-id-24 article .fret,
.page-id-596 article .fret {
  padding-left: 65px;
  background-image: url("img/petit-fret.svg");
  background-repeat: no-repeat;
  min-height: 50px;
}
.no-svg .tarifs article .fret,
.no-svg .tarifs-2019 article .fret,
.no-svg .fares-2019 article .fret,
.no-svg .page-id-24 article .fret,
.no-svg .page-id-596 article .fret {
  background-image: url("img/petit-fret.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tarifs article .fret,
  .no-svg .tarifs-2019 article .fret,
  .no-svg .fares-2019 article .fret,
  .no-svg .page-id-24 article .fret,
  .no-svg .page-id-596 article .fret {
    background-image: url("img/petit-fret@2x.png");
    background-repeat: no-repeat;
  }
}
.tarifs article .velos,
.tarifs-2019 article .velos,
.fares-2019 article .velos,
.page-id-24 article .velos,
.page-id-596 article .velos {
  padding-left: 65px;
  background-image: url("img/icone-velo.svg");
  background-repeat: no-repeat;
  min-height: 50px;
}
.no-svg .tarifs article .velos,
.no-svg .tarifs-2019 article .velos,
.no-svg .fares-2019 article .velos,
.no-svg .page-id-24 article .velos,
.no-svg .page-id-596 article .velos {
  background-image: url("img/icone-velo.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tarifs article .velos,
  .no-svg .tarifs-2019 article .velos,
  .no-svg .fares-2019 article .velos,
  .no-svg .page-id-24 article .velos,
  .no-svg .page-id-596 article .velos {
    background-image: url("img/icone-velo@2x.png");
    background-repeat: no-repeat;
  }
}
.tarifs article .cartes-abo,
.tarifs-2019 article .cartes-abo,
.fares-2019 article .cartes-abo,
.page-id-24 article .cartes-abo,
.page-id-596 article .cartes-abo {
  padding-left: 65px;
  background-image: url("img/carte-abo.svg");
  background-repeat: no-repeat;
  min-height: 50px;
}
.no-svg .tarifs article .cartes-abo,
.no-svg .tarifs-2019 article .cartes-abo,
.no-svg .fares-2019 article .cartes-abo,
.no-svg .page-id-24 article .cartes-abo,
.no-svg .page-id-596 article .cartes-abo {
  background-image: url("img/carte-abo.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .tarifs article .cartes-abo,
  .no-svg .tarifs-2019 article .cartes-abo,
  .no-svg .fares-2019 article .cartes-abo,
  .no-svg .page-id-24 article .cartes-abo,
  .no-svg .page-id-596 article .cartes-abo {
    background-image: url("img/carte-abo@2x.png");
    background-repeat: no-repeat;
  }
}
.tarifs article span[class^=price-],
.tarifs-2019 article span[class^=price-],
.fares-2019 article span[class^=price-],
.page-id-24 article span[class^=price-],
.page-id-596 article span[class^=price-] {
  min-width: 55px;
}
.tarifs article .table > tbody > tr > td,
.tarifs article .table > tbody > tr > th,
.tarifs article .table > tfoot > tr > td,
.tarifs article .table > tfoot > tr > th,
.tarifs article .table > thead > tr > td,
.tarifs article .table > thead > tr > th,
.tarifs-2019 article .table > tbody > tr > td,
.tarifs-2019 article .table > tbody > tr > th,
.tarifs-2019 article .table > tfoot > tr > td,
.tarifs-2019 article .table > tfoot > tr > th,
.tarifs-2019 article .table > thead > tr > td,
.tarifs-2019 article .table > thead > tr > th,
.fares-2019 article .table > tbody > tr > td,
.fares-2019 article .table > tbody > tr > th,
.fares-2019 article .table > tfoot > tr > td,
.fares-2019 article .table > tfoot > tr > th,
.fares-2019 article .table > thead > tr > td,
.fares-2019 article .table > thead > tr > th,
.page-id-24 article .table > tbody > tr > td,
.page-id-24 article .table > tbody > tr > th,
.page-id-24 article .table > tfoot > tr > td,
.page-id-24 article .table > tfoot > tr > th,
.page-id-24 article .table > thead > tr > td,
.page-id-24 article .table > thead > tr > th,
.page-id-596 article .table > tbody > tr > td,
.page-id-596 article .table > tbody > tr > th,
.page-id-596 article .table > tfoot > tr > td,
.page-id-596 article .table > tfoot > tr > th,
.page-id-596 article .table > thead > tr > td,
.page-id-596 article .table > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.tarifs article .table > tbody > tr:last-child > td,
.tarifs article .table > tbody > tr:last-child > th,
.tarifs article .table > tfoot > tr:last-child > td,
.tarifs article .table > tfoot > tr:last-child > th,
.tarifs-2019 article .table > tbody > tr:last-child > td,
.tarifs-2019 article .table > tbody > tr:last-child > th,
.tarifs-2019 article .table > tfoot > tr:last-child > td,
.tarifs-2019 article .table > tfoot > tr:last-child > th,
.fares-2019 article .table > tbody > tr:last-child > td,
.fares-2019 article .table > tbody > tr:last-child > th,
.fares-2019 article .table > tfoot > tr:last-child > td,
.fares-2019 article .table > tfoot > tr:last-child > th,
.page-id-24 article .table > tbody > tr:last-child > td,
.page-id-24 article .table > tbody > tr:last-child > th,
.page-id-24 article .table > tfoot > tr:last-child > td,
.page-id-24 article .table > tfoot > tr:last-child > th,
.page-id-596 article .table > tbody > tr:last-child > td,
.page-id-596 article .table > tbody > tr:last-child > th,
.page-id-596 article .table > tfoot > tr:last-child > td,
.page-id-596 article .table > tfoot > tr:last-child > th {
  border-bottom: none;
}
.tarifs article .well,
.tarifs-2019 article .well,
.fares-2019 article .well,
.page-id-24 article .well,
.page-id-596 article .well {
  font-size: 13px;
}
.tarifs article .well.first,
.tarifs-2019 article .well.first,
.fares-2019 article .well.first,
.page-id-24 article .well.first,
.page-id-596 article .well.first {
  margin-bottom: 4em;
}
.tarifs article table tr td.as-ar em,
.tarifs-2019 article table tr td.as-ar em,
.fares-2019 article table tr td.as-ar em,
.page-id-24 article table tr td.as-ar em,
.page-id-596 article table tr td.as-ar em {
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding-bottom: 5px;
}
.tarifs article table tr td.price-col,
.tarifs article table tr th.price-col,
.tarifs-2019 article table tr td.price-col,
.tarifs-2019 article table tr th.price-col,
.fares-2019 article table tr td.price-col,
.fares-2019 article table tr th.price-col,
.page-id-24 article table tr td.price-col,
.page-id-24 article table tr th.price-col,
.page-id-596 article table tr td.price-col,
.page-id-596 article table tr th.price-col {
  min-width: 80px;
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .tarifs article table:not(.large),
  .tarifs-2019 article table:not(.large),
  .fares-2019 article table:not(.large),
  .page-id-24 article table:not(.large),
  .page-id-596 article table:not(.large) {
    max-width: 500px;
  }
}
.tarifs article .abo-carte,
.tarifs-2019 article .abo-carte,
.fares-2019 article .abo-carte,
.page-id-24 article .abo-carte,
.page-id-596 article .abo-carte {
  width: 180px;
  height: 110px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0.5em 1em;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.49);
}
.tarifs article .abo-carte .abo-nbre-voyages,
.tarifs-2019 article .abo-carte .abo-nbre-voyages,
.fares-2019 article .abo-carte .abo-nbre-voyages,
.page-id-24 article .abo-carte .abo-nbre-voyages,
.page-id-596 article .abo-carte .abo-nbre-voyages {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #112541;
  border-radius: 12px;
  padding: 2px 0 0 0;
  margin-top: -10px;
}
.tarifs article .abo-carte.plein-tarif,
.tarifs-2019 article .abo-carte.plein-tarif,
.fares-2019 article .abo-carte.plein-tarif,
.page-id-24 article .abo-carte.plein-tarif,
.page-id-596 article .abo-carte.plein-tarif {
  background-color: #193761;
  border: 1px solid #112541;
}
.tarifs article .abo-carte.plein-tarif .abo-nbre-voyages,
.tarifs-2019 article .abo-carte.plein-tarif .abo-nbre-voyages,
.fares-2019 article .abo-carte.plein-tarif .abo-nbre-voyages,
.page-id-24 article .abo-carte.plein-tarif .abo-nbre-voyages,
.page-id-596 article .abo-carte.plein-tarif .abo-nbre-voyages {
  background-color: #fff;
  color: #193761;
}
.tarifs article .abo-carte.tarif-reduit,
.tarifs-2019 article .abo-carte.tarif-reduit,
.fares-2019 article .abo-carte.tarif-reduit,
.page-id-24 article .abo-carte.tarif-reduit,
.page-id-596 article .abo-carte.tarif-reduit {
  background-color: #73BF1F;
  border: 1px solid #66a91b;
}
.tarifs article .abo-carte p,
.tarifs-2019 article .abo-carte p,
.fares-2019 article .abo-carte p,
.page-id-24 article .abo-carte p,
.page-id-596 article .abo-carte p {
  margin: 0;
  font-weight: 500;
}
.tarifs article .abo-carte p.abo-dest,
.tarifs-2019 article .abo-carte p.abo-dest,
.fares-2019 article .abo-carte p.abo-dest,
.page-id-24 article .abo-carte p.abo-dest,
.page-id-596 article .abo-carte p.abo-dest {
  text-transform: uppercase;
}
.tarifs article .abo-carte p.abo-type-tarif,
.tarifs-2019 article .abo-carte p.abo-type-tarif,
.fares-2019 article .abo-carte p.abo-type-tarif,
.page-id-24 article .abo-carte p.abo-type-tarif,
.page-id-596 article .abo-carte p.abo-type-tarif {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: white;
}
.tarifs article .abo-carte p.abo-tarif,
.tarifs-2019 article .abo-carte p.abo-tarif,
.fares-2019 article .abo-carte p.abo-tarif,
.page-id-24 article .abo-carte p.abo-tarif,
.page-id-596 article .abo-carte p.abo-tarif {
  color: #fff;
  text-align: right;
  font-size: 26px;
  margin-bottom: 5px;
  position: relative;
  top: -42px;
}

/*----------  PAGE CGV  ----------*/
.cgv .cgv-article,
.page-id-599 .cgv-article {
  margin: 3em 0;
  text-align: justify;
}
.cgv h2,
.page-id-599 h2 {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.cgv h5,
.page-id-599 h5 {
  font-size: 16px;
  margin-top: 1.53em;
}
.cgv h6,
.page-id-599 h6 {
  font-size: 15px;
  padding-left: 20px;
  margin-top: 1.2em;
}
.cgv .indent-p,
.page-id-599 .indent-p {
  padding-left: 58px;
}
.cgv blockquote,
.page-id-599 blockquote {
  font-style: italic;
  font-weight: 300;
}

/*----------  PAGE reservez-vos-tours-et-balades-en-mer ----------*/
.reservez-vos-tours-et-balades-en-mer .lead,
.page-id-620 .lead {
  color: #193761;
}
.reservez-vos-tours-et-balades-en-mer .encart-resa,
.page-id-620 .encart-resa {
  border: 2px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 1em;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .reservez-vos-tours-et-balades-en-mer .encart-resa,
  .page-id-620 .encart-resa {
    padding: 2em;
  }
}
.reservez-vos-tours-et-balades-en-mer .encart-resa h4,
.page-id-620 .encart-resa h4 {
  font-size: 24px;
  text-align: center;
}
.reservez-vos-tours-et-balades-en-mer .encart-resa .lead,
.page-id-620 .encart-resa .lead {
  font-size: 18px;
  text-align: center;
}
.reservez-vos-tours-et-balades-en-mer .encart-resa form,
.page-id-620 .encart-resa form {
  max-width: 380px;
  margin: 0 auto;
}
.reservez-vos-tours-et-balades-en-mer .encart-resa form label,
.page-id-620 .encart-resa form label {
  font-weight: 400;
}

/*----------  PAGE Liens utiles ----------*/
.links-page .flexlines a {
  color: #0c3142;
  background-image: url("img/fallback-link@2x.png");
  background-size: 106px;
  background-position: center 25%;
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 14px;
  max-width: 200px;
  margin-left: 20px;
  margin-right: 20px;
}
.links-page .flexlines a:hover {
  background-color: transparent;
}
.links-page .cte-spm-link a {
  background-image: url("img/cte-spm-link@2x.png");
}
.links-page .regie-link a {
  background-image: url("img/regie-link@2x.png");
}
.links-page .spm-tourisme-link a {
  background-image: url("img/spm-tourisme-link@2x.png");
}
.links-page .spm-tourisme-fb a {
  background-image: url("img/spm-tourisme-fb@2x.png");
}
.links-page .musee-link a {
  background-image: url("img/musee-link@2x.png");
}
.links-page .maison-nature-link a {
  background-image: url("img/maison-nature-link@2x.png");
}
.links-page .gymnase-link a {
  background-image: url("img/gymnase-link@2x.png");
}
.links-page .patinoire-link a {
  background-image: url("img/patinoire-link@2x.png");
}
.links-page .voile-link a {
  background-image: url("img/voile-link@2x.png");
}
.links-page .douane-link a {
  background-image: url("img/douane-link@2x.png");
}
.links-page .laposte-link a {
  background-image: url("img/laposte-link@2x.png");
}
.links-page .paf-link a {
  background-image: url("img/paf-link@2x.png");
}

/*----------  PAGE 404 ----------*/
.error404 #post-404 h1, .error404 #post-404 h2, .error404 #post-404 .lead {
  text-align: center;
}
.error404 #post-404 h1 {
  line-height: 1.4;
  font-size: 26px;
}
.error404 #post-404 h1 span {
  font-size: 150%;
}
.error404 #post-404 img {
  margin: 1em auto;
  border: none;
  box-shadow: none;
  position: relative;
  left: 20px;
}
@media only screen and (min-width: 600px) {
  .error404 #post-404 img {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .error404 #post-404 img {
    margin: 2em auto;
    left: 60px;
  }
}
.error404 #post-404 .search {
  max-width: 240px;
  margin: 1em auto;
}

/*----------  PAGE Documents de voyage  ----------*/
.territoire .doc-list {
  margin: 1.5em;
}
.territoire .doc-list li {
  margin-bottom: 0.8em;
  padding-left: 60px;
  background-position: left center;
  min-height: 42px;
}
@media only screen and (min-width: 600px) {
  .territoire .doc-list li {
    line-height: 40px;
  }
}
.territoire .doc-list li.passport {
  background-image: url("img/passport.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
}
.no-svg .territoire .doc-list li.passport {
  background-image: url("img/passport.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .territoire .doc-list li.passport {
    background-image: url("img/passport@2x.png");
    background-repeat: no-repeat;
  }
}
.territoire .doc-list li.permis-conduire {
  background-image: url("img/permis-conduire.svg");
  background-repeat: no-repeat;
}
.no-svg .territoire .doc-list li.permis-conduire {
  background-image: url("img/permis-conduire.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .territoire .doc-list li.permis-conduire {
    background-image: url("img/permis-conduire@2x.png");
    background-repeat: no-repeat;
  }
}
.territoire .doc-list li.ci {
  background-image: url("img/ci.svg");
  background-repeat: no-repeat;
  background-position: 2px center;
}
.no-svg .territoire .doc-list li.ci {
  background-image: url("img/ci.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .territoire .doc-list li.ci {
    background-image: url("img/ci@2x.png");
    background-repeat: no-repeat;
  }
}
.territoire .doc-list li.certif-indien {
  background-image: url("img/certif-indien.svg");
  background-repeat: no-repeat;
  background-position: 7px center;
}
.no-svg .territoire .doc-list li.certif-indien {
  background-image: url("img/certif-indien.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .territoire .doc-list li.certif-indien {
    background-image: url("img/certif-indien@2x.png");
    background-repeat: no-repeat;
  }
}
.territoire .doc-list li.resident-permanent {
  background-image: url("img/resident-permanent.svg");
  background-repeat: no-repeat;
  background-position: 2px center;
}
.no-svg .territoire .doc-list li.resident-permanent {
  background-image: url("img/resident-permanent.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .territoire .doc-list li.resident-permanent {
    background-image: url("img/resident-permanent@2x.png");
    background-repeat: no-repeat;
  }
}
.territoire .doc-list li.refused {
  background-image: url("img/refused.svg");
  background-repeat: no-repeat;
  min-height: 32px;
  background-position: 10px center;
}
.no-svg .territoire .doc-list li.refused {
  background-image: url("img/refused.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .territoire .doc-list li.refused {
    background-image: url("img/refused@2x.png");
    background-repeat: no-repeat;
  }
}
.territoire .exit {
  margin-top: 4em;
}
.territoire .exit a {
  display: inline-block;
  margin: 0.2em 0 2em 0;
}

/*----------  PAGE Bagages  ----------*/
/* .luggage-page désigne une div et non la classe du body*/
.luggage-page p {
  margin: 1.5em auto;
  padding-left: 75px;
  text-align: justify;
}
.luggage-page .passager {
  background-image: url("img/bagages-max.svg");
  background-repeat: no-repeat;
}
.no-svg .luggage-page .passager {
  background-image: url("img/bagages-max.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .luggage-page .passager {
    background-image: url("img/bagages-max@2x.png");
    background-repeat: no-repeat;
  }
}
.luggage-page .pesee {
  /*ul {padding-left: 75px;}*/
  margin: 3em auto 4em;
}
.luggage-page .pesee p {
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .luggage-page .pesee {
    background-image: url("img/pesee-bagage.svg");
    background-repeat: no-repeat;
    background-position: 620px 60px;
    padding: 0px 30px 10px 30px;
  }
  .no-svg .luggage-page .pesee {
    background-image: url("img/pesee-bagage.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg .luggage-page .pesee {
    background-image: url("img/pesee-bagage@2x.png");
    background-repeat: no-repeat;
  }
}
.luggage-page .valise {
  background-image: url("img/bagage.svg");
  background-repeat: no-repeat;
}
.no-svg .luggage-page .valise {
  background-image: url("img/bagage.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .luggage-page .valise {
    background-image: url("img/bagage@2x.png");
    background-repeat: no-repeat;
  }
}
.luggage-page .label-bagage {
  background-image: url("img/label-bagage.svg");
  background-repeat: no-repeat;
}
.no-svg .luggage-page .label-bagage {
  background-image: url("img/label-bagage.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .luggage-page .label-bagage {
    background-image: url("img/label-bagage@2x.png");
    background-repeat: no-repeat;
  }
}
.luggage-page .open-bagage {
  background-image: url("img/open-bagage.svg");
  background-repeat: no-repeat;
}
.no-svg .luggage-page .open-bagage {
  background-image: url("img/open-bagage.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .luggage-page .open-bagage {
    background-image: url("img/open-bagage@2x.png");
    background-repeat: no-repeat;
  }
}
.luggage-page .velos {
  background-image: url("img/velo.svg");
  background-repeat: no-repeat;
}
.no-svg .luggage-page .velos {
  background-image: url("img/velo.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .luggage-page .velos {
    background-image: url("img/velo@2x.png");
    background-repeat: no-repeat;
  }
}

/*----------  PAGE besoin d'assistance  ----------*/
.besoin-dassistance .page-h1,
.page-id-636 .page-h1 {
  min-height: 62px;
  background-image: url("img/pam.svg");
  background-repeat: no-repeat;
  padding-left: 60px;
  padding-top: 25px;
  margin-bottom: 0em;
}
.no-svg .besoin-dassistance .page-h1,
.no-svg .page-id-636 .page-h1 {
  background-image: url("img/pam.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .besoin-dassistance .page-h1,
  .no-svg .page-id-636 .page-h1 {
    background-image: url("img/pam@2x.png");
    background-repeat: no-repeat;
  }
}
.besoin-dassistance .pam,
.page-id-636 .pam {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.besoin-dassistance .well,
.page-id-636 .well {
  padding-left: 2em;
}
.besoin-dassistance .well ul li,
.page-id-636 .well ul li {
  margin: 1em 0;
}
.besoin-dassistance .mail-btn,
.page-id-636 .mail-btn {
  display: inline-block;
  margin-left: 10px;
  background-color: #234e8a;
  color: #fff;
  padding: 4px 10px 4px 35px;
  background-image: url("img/send.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  border-radius: 5px;
}
.no-svg .besoin-dassistance .mail-btn,
.no-svg .page-id-636 .mail-btn {
  background-image: url("img/send.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .besoin-dassistance .mail-btn,
  .no-svg .page-id-636 .mail-btn {
    background-image: url("img/send@2x.png");
    background-repeat: no-repeat;
  }
}
.besoin-dassistance .mail-btn:hover,
.page-id-636 .mail-btn:hover {
  background-color: #193761;
}
.besoin-dassistance .mail-btn:active,
.page-id-636 .mail-btn:active {
  position: relative;
  top: 1px;
}
.besoin-dassistance .tel-btn,
.page-id-636 .tel-btn {
  display: inline-block;
  margin-left: 10px;
  background-color: #7ED321;
  color: #fff;
  padding: 4px 10px 4px 35px;
  background-image: url("img/phone-btn.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  border-radius: 5px;
}
.no-svg .besoin-dassistance .tel-btn,
.no-svg .page-id-636 .tel-btn {
  background-image: url("img/phone-btn.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .besoin-dassistance .tel-btn,
  .no-svg .page-id-636 .tel-btn {
    background-image: url("img/phone-btn@2x.png");
    background-repeat: no-repeat;
  }
}
.besoin-dassistance .tel-btn:hover,
.page-id-636 .tel-btn:hover {
  background-color: #71bd1e;
}
.besoin-dassistance .tel-btn:active,
.page-id-636 .tel-btn:active {
  position: relative;
  top: 1px;
}

/*----------  PAGE NOTRE FLOTTE  ----------*/
.spm-fleet .ship {
  border: 1px solid #d7e4f3;
  margin-bottom: 80px;
  padding: 20px 10px;
  background-color: #e6eff8;
  border-radius: 12px;
}
.spm-fleet h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.spm-fleet .row {
  max-width: 992px;
  margin: 30px auto;
}
.spm-fleet .table {
  max-width: 450px;
}
.spm-fleet .table > thead > tr > th {
  text-transform: uppercase;
}
.spm-fleet .table > tbody > tr > td.feature {
  /*background-color: #b7cfea;*/
  font-weight: 400;
}
.spm-fleet .well {
  position: relative;
  top: 10px;
  background-color: #fff;
  text-align: justify;
}

/*----------  PAGE POINT DE VENTE  ----------*/
.spm-points-of-sale .row {
  margin-bottom: 30px;
}
.spm-points-of-sale .point-de-vente {
  /*border: 1px dashed gray;*/
  min-height: 220px;
  margin-bottom: 70px;
}
.spm-points-of-sale .point-de-vente h2 {
  margin-top: 0;
}
.spm-points-of-sale .point-de-vente img {
  margin-bottom: 15px;
}
@media only screen and (min-width: 580px) {
  .spm-points-of-sale .point-de-vente img {
    float: left;
    margin-right: 15px;
  }
}

/*----------  PAGE Accueil & Informations touristiques  ----------*/
.infos-tourisme p {
  text-align: justify;
}
.infos-tourisme .lead {
  color: #193761;
  font-weight: 400;
  font-style: italic;
}
.infos-tourisme h3 {
  margin-top: 2em;
}
.infos-tourisme h4 {
  margin-top: 1em;
}
.infos-tourisme .spm-btn {
  display: inline-block;
  margin: 0 0 1em 0;
}
.infos-tourisme .col-sm-5, .infos-tourisme .col-sm-6 {
  background-color: #f3f5f8;
  border: 1px solid #d4dbe4;
  border-radius: 10px;
  padding: 0.5em 2em;
}
@media only screen and (max-width: 768px) {
  .infos-tourisme .col-sm-5, .infos-tourisme .col-sm-6 {
    margin-bottom: 2em;
  }
}
.infos-tourisme .col-sm-5 div, .infos-tourisme .col-sm-6 div {
  margin-bottom: 2.5em;
}
.infos-tourisme .col-sm-5 img, .infos-tourisme .col-sm-6 img {
  margin-bottom: 1em;
}

.opening .glyphicon {
  position: relative;
  top: 3px;
}
.opening h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}
.opening p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.opening p span:first-child {
  margin-right: 10px;
}
.opening p span {
  display: block;
}
@media only screen and (min-width: 510px) {
  .opening p span {
    display: inline-block;
  }
}

/*----------  PAGE MODIFICATIONS ET REMBOURSEMENTS DES TICKETS ---------- */
.ticket-modification,
.ticket-refund {
  text-align: justify;
  margin-bottom: 3em;
}
.ticket-modification h3,
.ticket-refund h3 {
  text-align: center;
  margin-bottom: 1em;
}

/* ==========================================================================
    Formulaires
   ========================================================================== */
article #spm-contact-form {
  margin-top: 2em;
}
article #spm-contact-form .control-label {
  position: relative;
  top: 5px;
}
article .control-label {
  font-weight: 400;
}
article .form-control {
  border-radius: 0;
  min-height: 38px;
}
article #spm-tours-form .checkbox {
  margin: 30px 0 30px 15px;
}
article #spm-tours-form .checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}

/* ==========================================================================
     FOOTER  partials/footer
   ========================================================================== */
footer {
  font-size: 15px;
  width: 100%;
  background-color: #193761;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 992px) {
  footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
footer a {
  color: #5a9dd4;
}
footer [class^=col-] {
  margin: 1em auto;
}
footer .row:first-child {
  margin-bottom: 20px;
}
footer h3 {
  color: #fff;
  font-size: 20px;
}
footer .widget_nav_menu, footer .widget_recent_entries {
  min-height: 200px;
}
footer .widget_nav_menu li, footer .widget_recent_entries li {
  margin: 0.5em auto;
}
footer .widget_nav_menu {
  max-width: 350px;
  background-image: url("img/spm-footer-map.svg");
  background-repeat: no-repeat;
  background-position: 40px center;
  padding-left: 150px;
}
.no-svg footer .widget_nav_menu {
  background-image: url("img/spm-footer-map.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .widget_nav_menu {
    background-image: url("img/spm-footer-map@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  footer .widget_nav_menu {
    max-width: none;
    background-position: 30px center;
    padding-left: 170px;
  }
}
footer .sbi_photo_wrap {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .copyright {
  text-align: center;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  footer .copyright {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  footer .copyright {
    height: 52px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) {
  footer .social-block {
    display: table;
  }
}
footer .social-footer-icons {
  margin: 0 auto 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .social-footer-icons {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  footer .social-footer-icons li {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  footer .social-footer-icons {
    padding-right: 40px;
    text-align: right;
  }
}
footer .social-footer-icons li {
  display: inline-block;
  margin: 0 10px;
}
footer .social-footer-icons li a {
  display: block;
  background-position: 50% 50%;
  width: 34px;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  footer .social-footer-icons li a {
    width: 24px;
    height: 24px;
  }
}
footer .social-footer-icons .footer-inst {
  background-image: url("img/insta-footer-big.svg");
  background-repeat: no-repeat;
}
.no-svg footer .social-footer-icons .footer-inst {
  background-image: url("img/insta-footer-big.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .social-footer-icons .footer-inst {
    background-image: url("img/insta-footer-big@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  footer .social-footer-icons .footer-inst {
    background-image: url("img/insta-footer-small.svg");
    background-repeat: no-repeat;
  }
  .no-svg footer .social-footer-icons .footer-inst {
    background-image: url("img/insta-footer-small.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .social-footer-icons .footer-inst {
    background-image: url("img/insta-footer-small@2x.png");
    background-repeat: no-repeat;
  }
}
footer .social-footer-icons .footer-fb {
  background-image: url("img/fb-footer-big.svg");
  background-repeat: no-repeat;
}
.no-svg footer .social-footer-icons .footer-fb {
  background-image: url("img/fb-footer-big.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .social-footer-icons .footer-fb {
    background-image: url("img/fb-footer-big@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  footer .social-footer-icons .footer-fb {
    background-image: url("img/fb-footer-small.svg");
    background-repeat: no-repeat;
  }
  .no-svg footer .social-footer-icons .footer-fb {
    background-image: url("img/fb-footer-small.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .social-footer-icons .footer-fb {
    background-image: url("img/fb-footer-small@2x.png");
    background-repeat: no-repeat;
  }
}
footer .social-footer-icons .footer-yt {
  background-image: url("img/yt-footer-big.svg");
  background-repeat: no-repeat;
}
.no-svg footer .social-footer-icons .footer-yt {
  background-image: url("img/yt-footer-big.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .social-footer-icons .footer-yt {
    background-image: url("img/yt-footer-big@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  footer .social-footer-icons .footer-yt {
    background-image: url("img/yt-footer-small.svg");
    background-repeat: no-repeat;
  }
  .no-svg footer .social-footer-icons .footer-yt {
    background-image: url("img/yt-footer-small.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .social-footer-icons .footer-yt {
    background-image: url("img/yt-footer-small@2x.png");
    background-repeat: no-repeat;
  }
}
footer .logo-tourisme-white {
  display: block;
  text-align: center;
  margin: 40px auto 0;
  background-image: url("img/logo_tourisme_white.svg");
  background-repeat: no-repeat;
  width: 176px;
  height: 46px;
  background-size: 176px 46px;
}
.no-svg footer .logo-tourisme-white {
  background-image: url("img/logo_tourisme_white.png");
  background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg footer .logo-tourisme-white {
    background-image: url("img/logo_tourisme_white@2x.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  footer .logo-tourisme-white {
    display: table-cell;
    vertical-align: middle;
  }
}

.no-flexbox .footer-gallery ul {
  display: block;
}
.no-flexbox .footer-gallery ul img {
  float: left;
}

/*----------  Subsection comment block  ----------*/
h2.ls-title {
  font-size: 30px;
}

p.legende-dispo {
  font-size: 1.1rem;
}

span.incitation {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

a.heure-depart {
  margin: 0 0.25rem;
  padding: 5px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 500px) {
  a.heure-depart {
    padding: 2px 5px;
  }
}

@media only screen and (min-width: 992px) {
  ul.departures-list {
    max-height: none;
    height: auto;
    overflow-y: visible;
  }
}

/*# sourceMappingURL=style.css.map */