@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?q1uljp");
  src: url("../fonts/icomoon.eot?q1uljp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?q1uljp") format("truetype"), url("../fonts/icomoon.woff?q1uljp") format("woff"), url("../fonts/icomoon.svg?q1uljp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-lock:before {
  content: "\e914"; }

.icon-ministar:before {
  content: "\e915"; }

.icon-news:before {
  content: "\e916"; }

.icon-pdf:before {
  content: "\e917"; }

.icon-star:before {
  content: "\e918"; }

.icon-toolbox-innovation:before {
  content: "\e912"; }

.icon-toolbox-electronic:before {
  content: "\e913"; }

.icon-links:before {
  content: "\e910"; }

.icon-infos:before {
  content: "\e911"; }

.icon-toolbox-economy:before {
  content: "\e90b"; }

.icon-toolbox-strategy:before {
  content: "\e90c"; }

.icon-toolbox-stats:before {
  content: "\e90d"; }

.icon-toolbox-jobs:before {
  content: "\e90e"; }

.icon-toolbox-training:before {
  content: "\e90f"; }

.icon-location-pointer:before {
  content: "\e90a"; }

.icon-search-doc:before {
  content: "\e903"; }

.icon-ranking:before {
  content: "\e904"; }

.icon-camera:before {
  content: "\e905"; }

.icon-book:before {
  content: "\e906"; }

.icon-info-list:before {
  content: "\e907"; }

.icon-agenda:before {
  content: "\e908"; }

.icon-toolbox:before {
  content: "\e909"; }

.icon-incoming-pub:before {
  content: "\e900"; }

.icon-search:before {
  content: "\e901"; }

.icon-user:before {
  content: "\e902"; }

.secondary, .prix-produit, .list-commandes .commande .montant, .list-cart .prix {
  color: #e30613; }

.twitter {
  color: #1da1f2; }

.gutter-10 {
  overflow: hidden;
  padding: 10px;
  background: #fff; }

.gutter-15 {
  overflow: hidden;
  padding: 15px;
  background: #fff; }

.gutter-20, .list-favorites .item-list li, .list-abonnements .item, .list-newsletter .item, .list-commandes .commande, .list-commandes .order-detail, .list-commandes .order-info > div, .confirmation-co, .shipping-info .shipping-from, .shipping-info .shipping-to {
  overflow: hidden;
  padding: 20px;
  background: #fff; }

.gutter-40 {
  overflow: hidden;
  padding: 40px;
  background: #fff; }

.mb-30, .magazines-list .blk-article {
  margin-bottom: 30px; }

.mb-0 {
  margin-bottom: 0; }

.mt-25 {
  margin-top: 25px; }

.display-inline-block {
  display: inline-block; }

.col-pr {
  padding-right: 105px; }

@media screen and (max-width: 991px) {
  .mb-sm-30 {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .mb-xs-30 {
    margin-bottom: 30px; }
  .mb-xs-10 {
    margin-bottom: 10px; }
  .gutter-15, .gutter-20, .list-favorites .item-list li, .list-abonnements .item, .list-newsletter .item, .list-commandes .commande, .list-commandes .order-detail, .list-commandes .order-info > div, .confirmation-co, .shipping-info .shipping-from, .shipping-info .shipping-to {
    padding: 10px; }
  .col-pr {
    padding-right: 20px; } }

body {
  margin-top: calc(83px + 1px);
  font-size: 14px;
  font-family: 'Work Sans', Arial, sans-serif;
  color: #3b3b3b;
  background: #f8f8f8;
  position: relative; }

@media screen and (max-width: 991px) {
  body {
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 12px; } }

.logo-print {
  display: none; }

.container-global {
  max-width: 1360px;
  margin: auto; }

.row > div:not([class^="col-"]):not([class*=" col-"]) {
  width: 100%; }

img {
  height: auto; }

iframe {
  border: 0; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

a, a:hover, a:active, a:focus {
  color: #3b3b3b;
  text-decoration: none; }

.btn-default {
  font-size: 1em; }

.btn-default {
  border-color: #e30613;
  background: #e30613;
  color: #fff; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    border-color: #ca0511;
    background: #ca0511;
    color: #fff; }

.btn-secondary {
  border-color: #e30613;
  background: #fff;
  color: #e30613; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    border-color: #ca0511;
    background: #ca0511;
    color: #fff; }

.btn:hover {
  transition: all 0.3s ease 0s; }

.btn:active {
  -ms-box-shadow: 0 0 0 0 ;
  -o-box-shadow: 0 0 0 0 ;
  box-shadow: 0 0 0 0 ; }
  .btn:active:focus {
    outline: 0; }

.btn:focus {
  outline: 0 !important; }

.btn-picto {
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 0;
  border: 0;
  background: #eeeeee; }
  .btn-picto > * {
    float: left;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
  .btn-picto .picto {
    margin-right: 15px;
    padding: 12px 15px;
    background: #e30613;
    color: #fff;
    border-radius: 3px 0 0 3px; }
  .btn-picto .txt {
    padding: 12px 0;
    white-space: normal;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500; }

@media screen and (max-width: 767px) {
  .btn-picto {
    padding-right: 14px;
    margin: 0 auto;
    overflow: hidden; }
    .btn-picto .picto {
      margin-right: 10px;
      padding: 12px 14px; } }

.small {
  font-size: 12px; }

.bg-white {
  background: #fff; }

@media screen and (max-width: 767px) {
  .bg-white {
    background: none; } }

.btn-backto-top {
  display: none;
  line-height: 42px;
  position: fixed;
  right: 20px;
  bottom: 10px; }
  .btn-backto-top > span {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-size: 0.933em;
    font-weight: 600;
    color: #888888; }
  .btn-backto-top .btn {
    width: 42px;
    height: 42px;
    margin-left: 20px;
    padding: 0; }
    .btn-backto-top .btn i {
      font-size: 1.429em; }

.embed-responsive iframe {
  min-width: 100% !important;
  min-height: 100% !important; }

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.333em; }

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.667em; }

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.667em; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em; } }

a:hover .fa-facebook {
  color: #3b5998; }

a:hover .fa-twitter {
  color: #1da1f2; }

a:hover .fa-x-twitter {
  color: #000000; }

a:hover .fa-pinterest, a:hover .fa-pinterest-p {
  color: #cb2027; }

a:hover .fa-youtube, a:hover .fa-youtube-play {
  color: #c4302b; }

a:hover .fa-rss {
  color: #ee802f; }

a:hover .fa-linkedin-square, a:hover .fa-linkedin {
  color: #0077b5; }

a:hover .fa-envelope-o {
  color: #e30613; }

.tags {
  display: inline-block;
  width: 100%;
  margin-left: -9px;
  font-family: "Source Sans Pro script=all rev=1", sans-serif;
  font-weight: 700;
  font-size: 11px; }
  .tags li {
    float: left;
    margin-left: 9px; }

.bordered {
  border: 1px solid #e1e1e1; }

.table {
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  border-style: hidden;
  -ms-box-shadow: 0 0 0 1px #e1e1e1;
  -o-box-shadow: 0 0 0 1px #e1e1e1;
  box-shadow: 0 0 0 1px #e1e1e1; }
  .table th {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #e30613;
    background: #f5eaea;
    border-width: 1px !important; }
  .table td {
    font-family: "Source Sans Pro script=all rev=1", sans-serif; }
  .table tbody tr:nth-child(even) {
    background: #f6f6f6; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  border-style: hidden;
  -ms-box-shadow: 0 0 0 1px #e1e1e1;
  -o-box-shadow: 0 0 0 1px #e1e1e1;
  box-shadow: 0 0 0 1px #e1e1e1; }
  table th {
    padding: 8px;
    line-height: 1.42857;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #e30613;
    background: #f5eaea;
    border: 1px solid #e1e1e1; }
  table td {
    padding: 8px;
    line-height: 1.42857;
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    border: 1px solid #e1e1e1; }
  table tbody tr:nth-child(even) {
    background: #f6f6f6; }

@media screen and (max-width: 767px) {
  table {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0; } }

.blk-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: calc(83px + 1px);
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  /*dev*/ }
  .blk-header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .blk-header .btn-menu {
    font-weight: 600;
    background: none;
    border-radius: 0; }
    .blk-header .btn-menu:hover, .blk-header .btn-menu:focus, .blk-header .btn-menu:active {
      color: #e30613; }
    .blk-header .btn-menu .fa {
      margin-right: 5px;
      font-size: 18px;
      min-width: 15.5px; }
      .blk-header .btn-menu .fa-close {
        display: none; }
    .blk-header .btn-menu.active {
      -ms-box-shadow: 0 0 0 0 ;
      -o-box-shadow: 0 0 0 0 ;
      box-shadow: 0 0 0 0 ; }
      .blk-header .btn-menu.active .fa-bars {
        display: none; }
      .blk-header .btn-menu.active .fa-close {
        display: inline-block; }
  .blk-header .logo {
    margin: 4px auto; }
  .blk-header .form-search .input-group {
    max-width: 90%; }
  .blk-header .form-search .btn-default {
    border-radius: 0;
    font-size: 20px;
    padding: 0.1855em 0.5em; }
  .blk-header .form-search .icon-search {
    font-size: 100%; }
  .blk-header > .row > div {
    float: left;
    width: 100%; }

.header-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% + 20px);
  margin-left: -20px; }

.header-links {
  float: left;
  font-size: 0.857em;
  font-weight: 600; }
  .header-links li:not(:first-child) {
    margin-top: 0.8em; }
  .header-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: top;
        align-items: top;
    white-space: nowrap; }
  .header-links [class^="icon-"] {
    width: 25px;
    font-size: 1.35em; }

.logged .header-links .icon-user::after {
  content: "✓";
  position: relative;
  top: -6px;
  right: 2px;
  color: #e30613;
  font-size: 0.688em; }

.ecomm-header {
  float: left;
  width: 30%;
  margin: 0 4.99%;
  font-size: 0.857em;
  text-decoration: none;
  position: relative; }
  .ecomm-header img {
    margin: 0; }
  .ecomm-header .h2 {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px;
    margin: 0;
    font-size: 1.083em;
    font-weight: 600;
    background: #fff000;
    display: inline-block; }
    .ecomm-header .h2 i {
      color: #404040;
      display: inline-block;
      margin-right: 2px; }

#ecomm-basket-header {
  display: block;
  text-transform: none; }
  #ecomm-basket-header > div, #ecomm-basket-header #ecomm-basket-wrapper, #ecomm-basket-header div.text-center {
    display: block; }

#header-basket {
  background: #e30613;
  color: #fff;
  padding: 3px 8px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-weight: 600; }
  #header-basket i {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.250em; }

#ecomm-basket-content {
  position: absolute;
  top: 100%;
  right: 0;
  width: 500px;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 1.083em;
  z-index: 10;
  display: none;
  max-height: 456px;
  overflow-y: scroll; }
  #ecomm-basket-content .item div.action {
    position: relative; }
    #ecomm-basket-content .item div.action:before {
      display: inline-block;
      font: 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #e2e2e1;
      position: absolute;
      font-size: 25px;
      z-index: 1;
      pointer-events: none;
      left: -5px;
      top: 5px; }
    #ecomm-basket-content .item div.action .btn-default {
      background: none;
      border: none;
      width: 25px;
      height: 25px;
      padding: 0;
      margin-left: -5px;
      position: absolute;
      top: 0;
      z-index: 10;
      text-indent: -9999px; }
  #ecomm-basket-content #close-basket {
    font-size: 1.231em;
    color: #e1e1e1;
    position: absolute;
    right: 10px;
    top: 3px; }
  #ecomm-basket-content .nb-produits {
    margin: 10px 0 20px; }
  #ecomm-basket-content .libelle {
    width: 60%; }
  #ecomm-basket-content .prix {
    width: 35%;
    font-size: 1.231em;
    line-height: 0.8em; }
    #ecomm-basket-content .prix span {
      font-size: 0.750em; }
      #ecomm-basket-content .prix span.taxe {
        display: inline;
        color: #e30613; }
  #ecomm-basket-content .total-panier .libelle {
    width: 65%;
    font-size: 1.077em; }
  #ecomm-basket-content .total-panier .prix {
    width: 35%;
    font-size: 18.6667px; }
  #ecomm-basket-content #edit-order-content-cart {
    margin-top: 10px; }

.header-partners {
  float: right;
  max-width: 190px; }

@media screen and (max-width: 991px) {
  .blk-header .logo {
    transform: scale(0.75); }
  .blk-header .btn-menu .fa + span {
    display: block; }
  .blk-header #block-marquedusite > div > .row {
    position: relative; }
  .blk-header .form-search {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    .blk-header .form-search .icon-search:before {
      font-size: 0.9em; }
    .blk-header .form-search .input-group {
      max-width: unset;
      display: block; }
      .blk-header .form-search .input-group.open:before {
        content: "";
        display: block;
        height: 100%;
        width: 400%;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 10px;
        background: #e30613;
        z-index: 3; }
    .blk-header .form-search .mobile-search-btn {
      width: 76%;
      height: 100%;
      padding: 22%;
      background: #e30613;
      text-align: center; }
      .blk-header .form-search .mobile-search-btn .icon-search {
        font-size: 2em;
        color: #fff; }
    .blk-header .form-search .form-control.open {
      display: block !important;
      width: 380%;
      position: absolute;
      right: 10%;
      top: 125%;
      z-index: 3;
      border-radius: 3px; }
  .header-sidebar {
    display: block;
    margin-left: -10px; }
  .header-links {
    margin-top: 3px; }
    .header-links li {
      display: inline-block; }
      .header-links li:not(:first-child) {
        margin-top: 0;
        margin-left: 1.2em; }
  /*dev*/
  #block-blockheaderright {
    float: right;
    width: 41%; }
    #block-blockheaderright > div {
      padding: 27px 0; }
  .ecomm-header {
    width: 27%; }
  #header-basket {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block; }
  #ecomm-basket-content {
    width: 600%;
    left: auto;
    right: 0;
    top: 42px; } }

/*dev*/
@media screen and (min-width: 970px) and (max-width: 991px) {
  #block-blockheaderright {
    height: 74px; } }

/*dev*/
@media screen and (min-width: 768px) and (max-width: 969px) {
  #block-blockheaderright {
    height: 60px; } }

@media screen and (min-width: 768px) and (max-width: 910px) {
  .blk-header .form-search .mobile-search-btn {
    padding: 21.5%; }
  .blk-header .form-search .form-control.open {
    top: 120%; }
  #block-blockheaderright > div {
    padding: 19px 0; } }

@media screen and (max-width: 767px) {
  .blk-header > .row > div:first-child {
    padding-left: 0;
    padding-right: 0; }
  .blk-header .logo {
    margin: 2px auto;
    transform: scale(0.9); }
  .blk-header .btn-menu .fa {
    margin-right: 0; }
  .header-sidebar {
    margin-left: 0;
    width: 100%; }
  #header-basket {
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: 18%;
    padding: 0;
    height: 80px;
    line-height: 80px; }
    #header-basket .nb {
      position: relative;
      top: -15px;
      right: 5px;
      background: #3b3b3b;
      border-radius: 50%;
      padding: 1px 4px; }
    #header-basket i {
      color: #e30613;
      font-size: 1.917em;
      margin: 0; }
  .ecomm-header {
    width: 100%;
    float: none;
    margin: 0 10px; }
  #block-blockheaderright {
    float: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    #block-blockheaderright > div {
      padding: 0; }
  #ecomm-basket-content {
    width: 100%;
    top: 79px;
    left: -10px; }
  /*dev*/
  #block-marquedusite > div {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 600px) and (max-width: 767px) {
  .blk-header .form-search .input-group.open:before {
    width: 474%; }
  .blk-header .form-search .mobile-search-btn {
    width: 100%;
    height: 100%;
    max-width: 79px;
    max-height: 79px;
    padding: 26px; }
  .blk-header .form-search .form-control.open {
    width: 440%;
    top: 125%;
    right: 20%; } }

@media screen and (min-width: 560px) and (max-width: 599px) {
  .blk-header .form-search .input-group.open:before {
    width: 508%; }
  .blk-header .form-search .mobile-search-btn {
    width: 100%;
    height: 100%;
    max-width: 79px;
    max-height: 79px;
    padding: 22%; }
  .blk-header .form-search .form-control.open {
    width: 470%;
    top: 125%;
    right: 20%; } }

@media screen and (min-width: 400px) and (max-width: 559px) {
  .blk-header .form-search .input-group.open:before {
    width: 508%; }
  .blk-header .form-search .mobile-search-btn {
    padding: 21.5%; }
  .blk-header .form-search .form-control.open {
    width: 470%;
    top: 125%; }
  #header-basket {
    height: 70px;
    line-height: 70px; }
  #ecomm-basket-content {
    top: 71px; } }

@media screen and (max-width: 399px) {
  .blk-header .form-search .input-group.open:before {
    width: 570%; }
  .blk-header .form-search .mobile-search-btn {
    width: 100%;
    height: 100%;
    max-width: 43px;
    max-height: 57px;
    padding: 19px 10px; }
    .blk-header .form-search .mobile-search-btn .icon-search {
      font-size: 1.6em; }
  .blk-header .form-search .form-control.open {
    width: 530%;
    top: 118%; }
  #header-basket {
    height: 60px;
    line-height: 60px; }
    #header-basket i {
      font-size: 1.667em; }
  #ecomm-basket-content {
    top: 59px; } }

@media screen and (max-width: 320px) {
  .blk-header .form-search .input-group.open:before {
    width: 640%; }
  .blk-header .form-search .form-control.open {
    width: 600%;
    top: 118%;
    right: 20%; } }

@media screen and (min-width: 991px) {
  #ecomm-basket-header-responsive {
    display: none; } }

@media screen and (min-width: 767px) {
  #header-basket-responsive {
    position: initial !important;
    margin: 20px;
    line-height: 0 !important; } }

#header-basket-responsive {
  background: transparent;
  border-radius: 50%;
  position: absolute;
  right: 18%;
  padding: 0;
  height: 80px;
  line-height: 80px;
  bottom: auto; }
  #header-basket-responsive i {
    color: #e30613;
    font-size: 1.917em;
    margin: 0; }

.menu {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1;
  margin-top: calc(83px + 1px);
  width: 18%;
  height: calc(100% - 84px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  background: #f8f8f8;
  border-right: 1px solid #e1e1e1;
  transition: all 0.3s ease 0s; }
  .menu nav {
    padding: 0; }
  .menu .lang {
    position: relative;
    z-index: 1;
    float: right;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 10px 15px 0;
    font-weight: 600;
    color: #999; }
    .menu .lang img {
      margin: 0 5px 0 0; }
  .menu > ul {
    display: block; }
  .menu .nav {
    padding: 1.071em 0 0;
    font-weight: 600; }
    .menu .nav a {
      width: 100%;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0.75em 1.071em 0.75em 2.6em; }
      .menu .nav a:hover, .menu .nav a:focus {
        background: #e8e8e8; }
    .menu .nav .fa {
      margin-right: 7px;
      font-size: 6px;
      color: #e30613; }
    .menu .nav ul {
      display: none; }
      .menu .nav ul a {
        padding-left: 3.6em; }
    .menu .nav .expand {
      background: #ededed; }
      .menu .nav .expand ul {
        display: block;
        text-transform: none;
        font-weight: 400; }
    .menu .nav .active {
      color: #e30613; }
  .menu .tools {
    margin: 1.071em 0 0;
    background: #e8e8e8; }
    .menu .tools li {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #f8f8f8;
      font-weight: 600; }
    .menu .tools a {
      width: 100%;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 1.429em 1.429em 1.429em 2.6em; }
    .menu .tools [class^="icon-"] {
      margin-right: 9px;
      font-size: 1.857em; }
    .menu .tools .fa-circle {
      color: #e30613;
      font-size: 0.7em;
      margin-right: 9px; }
    .menu .tools .picto {
      width: 26px;
      height: 26px;
      margin-right: 9px; }
      .menu .tools .picto img {
        max-width: 100%;
        height: auto; }
  .menu .socials {
    padding: 13px;
    font-size: 1.214em; }
    .menu .socials li {
      display: inline-block;
      padding: 13px;
      /*&:nth-last-of-type(-n+2) {
        padding-left: 20px;
        padding-right: 20px;
      }*/ }
  .menu .mCSB_container {
    margin: 0; }
  .menu .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: none; }
  .menu .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #3b3b3b;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .menu .mCSB_scrollTools .mCSB_dragger {
    right: -6px; }
  .menu.open {
    left: 0; }

@media screen and (max-width: 991px) {
  .menu {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .menu {
    width: 100%; }
    .menu .tools .picto img {
      max-width: none;
      width: 26px;
      height: 26px; } }

.header-nav {
  max-height: none; }

.nav-sommaire {
  margin: 0 -20px; }
  .nav-sommaire .navbar {
    margin: 0;
    min-height: auto;
    background: #fff;
    border: 0;
    border-top: 1px solid #e1e1e1; }
  .nav-sommaire .navbar-brand {
    position: relative;
    padding: 10px;
    width: 265px;
    height: auto;
    background: gainsboro;
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .nav-sommaire .navbar-brand:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      z-index: 2;
      transform: translate(0%, -50%);
      border-style: solid;
      border-width: 24px 0 24px 14px;
      border-color: transparent transparent transparent gainsboro; }
  .nav-sommaire .js-navbar-custom .mCSB_container {
    padding: 0 24px 0 0;
    margin-bottom: 0 !important; }
  .nav-sommaire .js-navbar-custom .mCSB_scrollTools {
    position: static;
    height: auto;
    opacity: 1; }
    .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonLeft, .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonRight {
      border-top: 1px solid #e1e1e1;
      color: #e30613;
      border: none;
      border-left: 1px solid #e1e1e1;
      background: #fff;
      top: 0;
      position: absolute;
      opacity: 1;
      width: 24px;
      height: 50%;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      text-align: center;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonLeft:hover, .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonRight:hover {
        background-color: #e6e6e6; }
      .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonLeft:focus, .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonRight:focus {
        outline: none; }
    .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonLeft {
      right: 0;
      margin-right: 0; }
      .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonLeft:before {
        content: "\f053"; }
    .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonRight {
      border-top: 1px solid #e1e1e1;
      right: 0;
      top: 50%; }
      .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_buttonRight:before {
        content: "\f054"; }
    .nav-sommaire .js-navbar-custom .mCSB_scrollTools .mCSB_draggerContainer {
      display: none; }
  .nav-sommaire .navbar-custom {
    width: 100%; }
    .nav-sommaire .navbar-custom li {
      margin-left: -1px;
      position: relative;
      width: 150px; }
      .nav-sommaire .navbar-custom li:before {
        content: "";
        position: absolute;
        top: 4px;
        height: calc(100% - 8px);
        border-left: 1px solid #e6e6e6; }
      .nav-sommaire .navbar-custom li:first-child {
        margin-left: 0; }
        .nav-sommaire .navbar-custom li:first-child:before {
          border-left: 0; }
        .nav-sommaire .navbar-custom li:first-child a {
          padding-left: 25px; }
      .nav-sommaire .navbar-custom li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .nav-sommaire .navbar-custom li.niv3 {
        width: auto; }
    .nav-sommaire .navbar-custom a {
      padding: 10px;
      font-family: "Source Sans Pro script=all rev=1", sans-serif;
      font-size: 12px;
      line-height: 14px; }
      .nav-sommaire .navbar-custom a:hover {
        background: #e6e6e6; }
  .nav-sommaire .active {
    background: #f3f3f3; }
    .nav-sommaire .active a {
      color: #e30613; }
  .nav-sommaire .navbar-buttons button {
    display: block;
    width: 24px;
    height: 24px;
    color: #e30613;
    border: none;
    border-left: 1px solid #e1e1e1;
    background: none; }
    .nav-sommaire .navbar-buttons button:hover {
      background-color: #e6e6e6; }
    .nav-sommaire .navbar-buttons button:focus {
      outline: none; }
    .nav-sommaire .navbar-buttons button + button {
      border-top: 1px solid #e1e1e1; }
  .nav-sommaire .navbar-toggle {
    margin: 7px 0; }
  .nav-sommaire .icon-bar {
    background: #878786; }
  .nav-sommaire .niv3 .navbar-custom {
    margin: 0; }
    .nav-sommaire .niv3 .navbar-custom li:first-child a {
      padding: 10px; }
  .nav-sommaire .niv3 a {
    color: #666; }

@media screen and (max-width: 767px) {
  .nav-sommaire .navbar-custom li {
    margin-left: 0;
    width: 100%; }
    .nav-sommaire .navbar-custom li:before {
      display: none; }
    .nav-sommaire .navbar-custom li:first-child a {
      padding-left: 10px; }
  .nav-sommaire .navbar-brand {
    margin-top: 7px; }
  .nav-sommaire .navbar-collapse {
    padding-left: 10px;
    padding-right: 10px; }
    .nav-sommaire .navbar-collapse .navbar-custom {
      margin-left: 0;
      margin-right: 0; }
  .nav-sommaire .navbar-buttons {
    display: none; } }

.blk-footer {
  padding-top: 15px;
  padding-bottom: 65px;
  border-top: 5px solid #3b3b3b;
  background: #fff; }
  .blk-footer .row > .col-md-6 + .col-md-6 h2 {
    margin-top: 19px; }
  .blk-footer h2 {
    font-size: 1.286em;
    color: #878786; }
  .blk-footer li a {
    display: inline-block;
    position: relative;
    padding-left: 1.357em;
    color: #3b3b3b; }
    .blk-footer li a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 45%;
      height: 2px;
      width: 0.857em;
      background: #e30613;
      border-top: 1px solid #f8bdc0; }
    .blk-footer li a:hover {
      color: inherit; }
  .blk-footer .list-logo li:first-child a {
    padding-left: 0; }
    .blk-footer .list-logo li:first-child a:before {
      display: none; }

@media screen and (max-width: 767px) {
  .blk-footer {
    padding-bottom: 20px; }
    .blk-footer .logo {
      max-width: 150px; }
    .blk-footer li a {
      padding: 1.2em 0 1.2em 1.357em; } }

main {
  padding: 20px 0 0;
  font-size: 1.071em; }
  main footer {
    font-size: 0.933em; }

.content-left {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  border-right: 1px solid rgba(242, 242, 242, 0.8); }

.wide {
  position: relative; }

@media screen and (max-width: 991px) {
  .content-left {
    border-right: 0; } }

@media screen and (max-width: 767px) {
  .content-left {
    padding-top: 0; } }

.content-center {
  padding-top: 20px;
  padding-bottom: 30px; }

.main-title {
  line-height: 1;
  padding-left: 1rem; }
  .main-title span {
    position: relative; }
    .main-title span:before {
      content: '';
      position: absolute;
      z-index: -1;
      left: 3px;
      top: 0.45em;
      width: calc(100% + 20px);
      height: 18px;
      background: #d6dbde; }
  .main-title.twitter {
    color: #e30613; }
    .main-title.twitter .fa-twitter {
      font-size: 1.8em;
      line-height: 0;
      color: #1da1f2; }
    .main-title.twitter .fa-x-twitter {
      font-size: 1.8em;
      line-height: 0;
      color: #000000; }
  .main-title.small {
    font-size: 2em; }
    .main-title.small span:before {
      height: 11px;
      top: 0.57em; }

#block-grenobleenterprisemapblock .main-title {
  font-size: 2.3em;
  line-height: 1.15; }
  #block-grenobleenterprisemapblock .main-title span {
    display: inline-block;
    overflow: hidden;
    top: 0.35em; }
    #block-grenobleenterprisemapblock .main-title span:before {
      width: calc(85% + 20px); }

@media screen and (max-width: 991px) {
  .main-title, .main-title.small {
    font-size: 2.5em; }
    .main-title span:before, .main-title.small span:before {
      height: 11px; } }

@media screen and (max-width: 767px) {
  .main-title {
    padding-left: 0; } }

.title-heavy {
  margin-bottom: 40px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 1.667em;
  font-weight: 700; }

.picto-title {
  font-size: 1.6em; }
  .picto-title span {
    padding-left: 10px; }

.link-fix-bottom {
  position: relative; }
  .link-fix-bottom .link-plus {
    position: absolute;
    bottom: 20px;
    right: 20px; }

@media screen and (max-width: 767px) {
  .link-fix-bottom .link-plus {
    position: static; } }

.site-map li {
  padding: 0 0 5px 1.25em;
  position: relative; }
  .site-map li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #e30613;
    position: absolute;
    top: 2px;
    left: 0; }

.site-map ul {
  padding-top: 5px; }

.site-map a:hover {
  color: #e30613; }

/*@media screen and (min-width: 768px) {
  .site-map {
    li {
      float: left;
      width: 50%;
      &:before {
        top: 3px;
      }
      li {
        width: 100%;
      }
    }
  }
}*/
/*dev*/
[aria-label="Message d'état"] {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }
  [aria-label="Message d'état"] ul li {
    text-align: center; }

[aria-label="Message d'erreur"] {
  padding: 15px;
  text-align: center;
  color: #e30613; }

.text-uppercase div {
  display: inline-block; }

.toolbar-tray-open {
  padding-top: 0 !important;
  /*#toolbar-administration {
    #toolbar-bar {
      nav.toolbar-lining {
        width: 100%;
        position: absolute;
        top: 39px;
        left: 0;
        background: $tertiary-color;
      }
    }
  }*/ }

.tweet-cont {
  height: 340px;
  overflow-y: scroll; }

.aside {
  margin-left: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(242, 242, 242, 0.8); }
  .aside .main-title {
    font-size: 2em;
    padding-left: 0; }
    .aside .main-title span {
      z-index: 1; }
      .aside .main-title span:before {
        height: 11px; }
  .aside .blk-recent-posts .main-title {
    text-indent: 0; }
  .aside .blk-recent-posts .link-plus {
    float: right; }
  .aside .blk-abo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .aside .blk-publication {
    float: left; }
    .aside .blk-publication > div {
      border: 1px solid #e1e1e1; }
    .aside .blk-publication .magazin-cover {
      width: 30%;
      margin-left: 0; }
    .aside .blk-publication .magazin-info {
      width: 70%;
      margin-bottom: 0; }

@media screen and (min-width: 992px) and (max-width: 1299px) {
  .aside .blk-publication .magazin-cover .btn {
    padding: 8px;
    font-size: 0.8em; } }

@media screen and (max-width: 991px) {
  .aside {
    margin-left: 0;
    padding-bottom: 30px;
    border-left: none; }
    .aside > .row .col-sm-6:only-child,
    .aside > .row .col-sm-6:not(.visible-md) {
      width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .aside > .row > .col-sm-6 > div {
    margin-top: 47px; }
  .aside > .row > .col-sm-6 > h2 + div {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .aside .blk-publication .magazin-cover,
  .aside .blk-publication .magazin-info {
    width: auto; } }

/* Dev */
#block-blockasidealire-2 > div {
  padding-left: 0;
  padding-right: 0; }

/* ===================================================================
 * GENERAL
 * =================================================================*/
/* Lien réservé aux abonnés */
.premium {
  color: #404040;
  font-size: 1.3rem;
  line-height: 2.5rem;
  padding: 0 5px;
  font-weight: 500;
  background: #fff000;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  overflow: hidden;
  z-index: 2; }
  .premium i {
    color: #404040;
    display: inline-block;
    margin-right: 5px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    float: left; }
  .premium.ico {
    top: 10px;
    width: 25px;
    text-indent: -999px; }
    .premium.ico i {
      margin-right: 0;
      text-indent: 0; }

.blk-focus-thumb,
.article-list .media,
.blk-50,
.item-article > a {
  position: relative; }

#block-blockcarrouselcontent .cont .premium,
.a-la-une-rubrique .premium,
.blk-article .secondary .premium,
.blk-article .prix-produit .premium,
.blk-article .list-commandes .commande .montant .premium,
.list-commandes .commande .blk-article .montant .premium,
.blk-article .list-cart .prix .premium,
.list-cart .blk-article .prix .premium,
#block-views-block-sections-t6-block-article-mia .premium {
  position: relative;
  top: 5px;
  left: 0; }

#block-blockcarrouselcontent .cont .actions,
.a-la-une-rubrique .actions,
.blk-article .secondary .actions,
.blk-article .prix-produit .actions,
.blk-article .list-commandes .commande .montant .actions,
.list-commandes .commande .blk-article .montant .actions,
.blk-article .list-cart .prix .actions,
.list-cart .blk-article .prix .actions,
#block-views-block-sections-t6-block-article-mia .actions {
  margin-right: 20px; }


.blk-article .secondary .premium,
.blk-article .prix-produit .premium,
.blk-article .list-commandes .commande .montant .premium,
.list-commandes .commande .blk-article .montant .premium,
.blk-article .list-cart .prix .premium,
.list-cart .blk-article .prix .premium {
  margin-left: 10px;
  top: 8px; }

.blk-publication .btn {
  white-space: normal;
  margin-bottom: 5px; }
  .blk-publication .btn.v-papier, .blk-publication .btn.v-web {
    width: 39px;
    height: 39px; }
    .blk-publication .btn.v-papier::before, .blk-publication .btn.v-web::before {
      float: left; }
  .blk-publication .btn.v-papier {
    padding: 5px 3px 5px 8px;
    font-size: 19px; }
    .blk-publication .btn.v-papier::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-top: 0.2em;
      margin-left: 0.1em; }
  .blk-publication .btn.v-web {
    padding: 5px 7px;
    font-size: 22px; }
    .blk-publication .btn.v-web::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-top: 0.1em;
      margin-left: 0.1em; }

.blk-publication.mb-30 .text-center img + .btn::first-of-type, .magazines-list .blk-publication.blk-article .text-center img + .btn::first-of-type {
  padding: 8px 14px; }

.blk-publication.mb-30 .text-center .btn.v-papier, .magazines-list .blk-publication.blk-article .text-center .btn.v-papier, .blk-publication.mb-30 .text-center .btn.v-web, .magazines-list .blk-publication.blk-article .text-center .btn.v-web {
  width: 47px; }
  .blk-publication.mb-30 .text-center .btn.v-papier.v-papier::before, .magazines-list .blk-publication.blk-article .text-center .btn.v-papier.v-papier::before, .blk-publication.mb-30 .text-center .btn.v-web.v-papier::before, .magazines-list .blk-publication.blk-article .text-center .btn.v-web.v-papier::before {
    margin-left: 0.3em; }
  .blk-publication.mb-30 .text-center .btn.v-papier.v-web::before, .magazines-list .blk-publication.blk-article .text-center .btn.v-papier.v-web::before, .blk-publication.mb-30 .text-center .btn.v-web.v-web::before, .magazines-list .blk-publication.blk-article .text-center .btn.v-web.v-web::before {
    margin-left: 0.3em; }

.blk-publication-highlight .btn {
  margin-bottom: 5px; }
  .blk-publication-highlight .btn.v-papier, .blk-publication-highlight .btn.v-web {
    width: 39px;
    height: 39px; }
    .blk-publication-highlight .btn.v-papier::before, .blk-publication-highlight .btn.v-web::before {
      float: left; }
  .blk-publication-highlight .btn.v-papier {
    padding: 5px 3px 5px 8px;
    font-size: 19px; }
    .blk-publication-highlight .btn.v-papier::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-top: 0.2em;
      margin-left: 0.1em; }
  .blk-publication-highlight .btn.v-web {
    padding: 5px 7px;
    font-size: 22px; }
    .blk-publication-highlight .btn.v-web::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-top: 0.1em;
      margin-left: 0.1em; }

.prix-produit, .list-commandes .commande .montant, .list-cart .prix {
  font-weight: 900; }
  .prix-produit > div, .list-commandes .commande .montant > div, .list-cart .prix > div {
    font-size: 1.167em; }
    .prix-produit > div span, .list-commandes .commande .montant > div span, .list-cart .prix > div span {
      font-size: 0.667em; }
  .prix-produit span, .list-commandes .commande .montant span, .list-cart .prix span {
    margin-top: 1em;
    font-weight: 400;
    display: inline; }
    .prix-produit span.grey-txt, .list-commandes .commande .montant span.grey-txt, .prix-produit .list-commandes span.intitules, .list-commandes .prix-produit span.intitules, .list-commandes .commande .montant span.intitules, .list-commandes .commande .montant .list-cart .prix span, .list-cart .prix .list-commandes .commande .montant span, .list-cart .prix span {
      display: block;
      margin-bottom: 0.5em;
      margin-top: 0; }

.grey-txt, .list-commandes .intitules, .list-cart .prix span {
  color: #666;
  text-transform: uppercase; }

.ajoute {
  background: #fbdadc;
  border-color: #fbdadc;
  color: #e30613; }
  .ajoute::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 2px;
    font-size: 16px; }
  .ajoute [disabled] {
    opacity: 1; }

.precedent {
  border-radius: 0 3px 3px 0;
  height: 40px;
  margin-left: 20px;
  position: relative; }
  .precedent::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #e30613 transparent transparent;
    display: block;
    position: absolute;
    left: -20px;
    top: -1px; }
  .precedent:hover::before {
    border-right-color: #ca0511;
    transition: all .3s ease 0s; }

.suivant {
  border-radius: 3px 0 0 3px;
  height: 40px;
  margin-right: 20px;
  position: relative; }
  .suivant::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #e30613;
    display: block;
    position: absolute;
    right: -20px;
    top: -1px; }
  .suivant:hover::after {
    border-left-color: #ca0511;
    transition: all .3s ease 0s; }

.s-abonner i {
  display: inline-block;
  margin-right: 5px; }

.display-table, .list-abonnements .item, .list-newsletter .item, .list-commandes .commande, .list-commandes .intitules, .list-commandes .order-info, .list-cart .item, .list-cart .total-panier {
  display: table;
  width: 100%; }

.btn-default .active:hover, .btn-default .active:focus, .btn-default:active:hover, .btn-default:active:focus {
  background: #ca0511;
  border-color: #ca0511;
  color: #fff; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.6; }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active {
    background: #ca0511;
    border-color: #ca0511;
    color: #fff; }

.ajax-progress-throbber {
  font-size: 0.857em;
  color: #3b3b3b; }

/* ===================================================================
 * NOS OFFRES
 * =================================================================*/
.version {
  line-height: 1;
  font-size: 0.733em;
  margin-bottom: 10px; }
  .version span {
    color: #e30613; }

.liste-ecom,
#block-nosabonnementsnumeros {
  margin-bottom: 10px; }
  .liste-ecom .blk-intro,
  #block-nosabonnementsnumeros .blk-intro {
    margin-bottom: 30px; }
    .liste-ecom .blk-intro h1,
    #block-nosabonnementsnumeros .blk-intro h1 {
      margin-bottom: 5px; }
    .liste-ecom .blk-intro p,
    #block-nosabonnementsnumeros .blk-intro p {
      font-size: 2em; }
  .liste-ecom h2.main-title,
  #block-nosabonnementsnumeros h2.main-title {
    font-size: 3.333em; }
  .liste-ecom .item,
  #block-nosabonnementsnumeros .item {
    text-align: center;
    overflow: hidden; }
    .liste-ecom .item article,
    #block-nosabonnementsnumeros .item article {
      min-height: 310px;
      background-color: #ffffff; }
    .liste-ecom .item:nth-child(3n+1),
    #block-nosabonnementsnumeros .item:nth-child(3n+1) {
      clear: both; }
  .liste-ecom .display-table, .liste-ecom .list-abonnements .item, .list-abonnements .liste-ecom .item, .liste-ecom .list-newsletter .item, .list-newsletter .liste-ecom .item, .liste-ecom .list-commandes .commande, .list-commandes .liste-ecom .commande, .liste-ecom .list-commandes .intitules, .list-commandes .liste-ecom .intitules, .liste-ecom .list-commandes .order-info, .list-commandes .liste-ecom .order-info, .liste-ecom .list-cart .item, .list-cart .liste-ecom .item, .liste-ecom .list-cart .total-panier, .list-cart .liste-ecom .total-panier,
  #block-nosabonnementsnumeros .display-table,
  #block-nosabonnementsnumeros .list-abonnements .item,
  .list-abonnements #block-nosabonnementsnumeros .item,
  #block-nosabonnementsnumeros .list-newsletter .item,
  .list-newsletter #block-nosabonnementsnumeros .item,
  #block-nosabonnementsnumeros .list-commandes .commande,
  .list-commandes #block-nosabonnementsnumeros .commande,
  #block-nosabonnementsnumeros .list-commandes .intitules,
  .list-commandes #block-nosabonnementsnumeros .intitules,
  #block-nosabonnementsnumeros .list-commandes .order-info,
  .list-commandes #block-nosabonnementsnumeros .order-info,
  #block-nosabonnementsnumeros .list-cart .item,
  .list-cart #block-nosabonnementsnumeros .item,
  #block-nosabonnementsnumeros .list-cart .total-panier,
  .list-cart #block-nosabonnementsnumeros .total-panier {
    padding-bottom: 10px; }
  .liste-ecom .image-produit,
  #block-nosabonnementsnumeros .image-produit {
    background: #fff; }
  .liste-ecom .libelle-produit,
  #block-nosabonnementsnumeros .libelle-produit {
    color: #191919;
    font-size: 1.333em;
    font-weight: 700;
    margin-bottom: 10px; }
  .liste-ecom .prix-produit, .liste-ecom .list-commandes .commande .montant, .list-commandes .commande .liste-ecom .montant, .liste-ecom .list-cart .prix, .list-cart .liste-ecom .prix,
  #block-nosabonnementsnumeros .prix-produit,
  #block-nosabonnementsnumeros .list-commandes .commande .montant,
  .list-commandes .commande #block-nosabonnementsnumeros .montant,
  #block-nosabonnementsnumeros .list-cart .prix,
  .list-cart #block-nosabonnementsnumeros .prix {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    line-height: 0.8em; }
  .liste-ecom .action-produit,
  #block-nosabonnementsnumeros .action-produit {
    display: table-cell;
    width: 60%;
    vertical-align: middle; }
  .liste-ecom .btn-default,
  #block-nosabonnementsnumeros .btn-default {
    width: 100%;
    max-width: 175px;
    line-height: 1.467em;
    padding-top: 13px;
    padding-bottom: 13px; }

#block-nosabonnementsnumeros:before, #block-nosabonnementsnumeros:after {
  content: " ";
  display: table; }

#block-nosabonnementsnumeros:after {
  clear: both; }


#block-nosabonnementsnumeros .display-table,
#block-nosabonnementsnumeros .list-abonnements .item,
.list-abonnements #block-nosabonnementsnumeros .item,
#block-nosabonnementsnumeros .list-newsletter .item,
.list-newsletter #block-nosabonnementsnumeros .item,
#block-nosabonnementsnumeros .list-commandes .commande,
.list-commandes #block-nosabonnementsnumeros .commande,
#block-nosabonnementsnumeros .list-commandes .intitules,
.list-commandes #block-nosabonnementsnumeros .intitules,
#block-nosabonnementsnumeros .list-commandes .order-info,
.list-commandes #block-nosabonnementsnumeros .order-info,
#block-nosabonnementsnumeros .list-cart .item,
.list-cart #block-nosabonnementsnumeros .item,
#block-nosabonnementsnumeros .list-cart .total-panier,
.list-cart #block-nosabonnementsnumeros .total-panier {
  padding-top: 10px; }

#block-nosabonnementsnumeros .prix-produit .a-partir, #block-nosabonnementsnumeros .list-commandes .commande .montant .a-partir, .list-commandes .commande #block-nosabonnementsnumeros .montant .a-partir, #block-nosabonnementsnumeros .list-cart .prix .a-partir, .list-cart #block-nosabonnementsnumeros .prix .a-partir {
  font-size: 0.8em;
  margin: -35px 0 10px;
  color: #191919;
  font-weight: normal; }

/* ===================================================================
 * DETAIL ARTICLE PREMIUM
 * =================================================================*/
.hidden-articles {
  position: relative; }
  .hidden-articles::before {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    display: block; }

.encart-abonne {
  background: #fbdadc;
  padding: 30px;
  overflow: hidden; }
  .encart-abonne img {
    margin-top: 20px; }
  .encart-abonne .gauche {
    width: 50%;
    float: left;
    padding-right: 20px; }
  .encart-abonne .droite {
    width: 50%;
    float: right; }
  .encart-abonne .titre {
    color: #e30613;
    font-weight: 700;
    font-size: 1.667em;
    margin-bottom: 10px; }
    .encart-abonne .titre i {
      color: #404040;
      margin-right: 10px;
      display: inline-block;
      font-size: 0.72em; }
  .encart-abonne .texte {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    color: #404040;
    font-size: 1.333em;
    margin-bottom: 10px; }
  .encart-abonne .identification a {
    color: #e30613;
    text-decoration: underline;
    margin-bottom: 15px; }
  .encart-abonne button {
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 13px; }

/* ===================================================================
 * DETAIL OFFRE
 * =================================================================*/
.detail-offre .precedent {
  float: left;
  margin-right: 18px;
  margin-top: 8px; }

.detail-offre h1 {
  font-weight: 700; }

.detail-offre .display-table, .detail-offre .list-abonnements .item, .list-abonnements .detail-offre .item, .detail-offre .list-newsletter .item, .list-newsletter .detail-offre .item, .detail-offre .list-commandes .commande, .list-commandes .detail-offre .commande, .detail-offre .list-commandes .intitules, .list-commandes .detail-offre .intitules, .detail-offre .list-commandes .order-info, .list-commandes .detail-offre .order-info, .detail-offre .list-cart .item, .list-cart .detail-offre .item, .detail-offre .list-cart .total-panier, .list-cart .detail-offre .total-panier {
  margin-bottom: 40px; }

.detail-offre .media-left {
  padding-right: 35px;
  width: 51.4%; }

.detail-offre .media-right {
  padding-left: 0;
  width: 100%; }
  .detail-offre .media-right .btn-default {
    height: 40px;
    min-width: 180px; }

.detail-offre .accroche {
  font-family: "Source Sans Pro script=all rev=1", sans-serif;
  font-size: 1.333em;
  color: #404040;
  margin-bottom: 30px; }

.detail-offre .encart-tarif {
  background: #f2f2f2;
  border-radius: 3px;
  margin-bottom: 20px; }
  .detail-offre .encart-tarif > div {
    display: inline-block;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px; }
  .detail-offre .encart-tarif .btn {
    float: right;
    border-radius: 0 3px 3px 0; }
  .detail-offre .encart-tarif .form-add-to-basket {
    float: right; }

.detail-offre .note {
  font-family: "Source Sans Pro script=all rev=1", sans-serif;
  font-size: 1em;
  font-style: italic; }

.detail-offre .description {
  margin-bottom: 40px; }

.detail-offre .encart-description {
  background: #fbdadc;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.333em; }
  .detail-offre .encart-description .title {
    color: #191919;
    font-weight: 700;
    margin-bottom: 20px; }
  .detail-offre .encart-description i {
    color: #e30613;
    display: block;
    margin: 0 auto 20px;
    font-size: 3em; }
  .detail-offre .encart-description p {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    color: #404040; }

/* ===================================================================
 * FAVORIS
 * =================================================================*/
#block-newfavorites {
  overflow: hidden;
  margin-bottom: 40px; }

.list-favorites .item-list {
  margin-bottom: 20px; }
  .list-favorites .item-list li {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    padding-right: 60px;
    position: relative; }
    .list-favorites .item-list li a {
      color: #191919; }
    .list-favorites .item-list li + li {
      border-top: 0; }

.list-favorites .views-field-title {
  color: #191919;
  font-size: 1.067em;
  font-weight: 700; }

.list-favorites .favoriteListButton {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.067em; }

.list-favorites .link-plus {
  float: right; }

/* ===================================================================
 * ABONNEMENTS - NEWSLETTER
 * =================================================================*/
.list-abonnements, .list-newsletter {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px; }
  .list-abonnements .item > div, .list-newsletter .item > div {
    display: table-cell;
    vertical-align: top; }
  .list-abonnements .abonnement, .list-newsletter .abonnement {
    width: 80%;
    color: #191919;
    font-size: 1.067em;
    font-weight: 700; }
  .list-abonnements .action, .list-newsletter .action {
    width: 20%;
    text-align: right; }

/* ===================================================================
 * COMMANDES
 * =================================================================*/
.list-commandes .commande {
  border: 1px solid #e1e1e1; }
  .list-commandes .commande > div {
    display: table-cell;
    vertical-align: top;
    font-weight: bold; }
  .list-commandes .commande .montant {
    font-size: 1em; }
  .list-commandes .commande:hover {
    cursor: pointer; }

.list-commandes .intitules {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.867em; }
  .list-commandes .intitules > div {
    display: table-cell;
    vertical-align: top; }

.list-commandes .numero {
  width: 40%; }

.list-commandes .date, .list-commandes .montant {
  width: 20%; }

.list-commandes .qte, .list-commandes .detail {
  width: 10%; }

.list-commandes .order-detail {
  border: 1px solid #e1e1e1;
  display: none; }

.list-commandes .detail i {
  font-size: 1.133em; }

.list-commandes .order-info {
  border: 1px solid #e1e1e1;
  margin-bottom: 20px; }
  .list-commandes .order-info > div {
    display: table-cell;
    vertical-align: top; }
  .list-commandes .order-info strong {
    color: #666; }

#block-myorder {
  margin: 0 0 20px; }

.confirmation-co {
  background: #fbdadc;
  margin-bottom: 30px; }

.shipping-info {
  overflow: hidden; }
  .shipping-info h3 {
    font-size: 1.286em;
    clear: both; }
  .shipping-info > div {
    width: 48%;
    float: left;
    margin-bottom: 4%; }
    .shipping-info > div.shipping-from {
      margin-right: 4%; }
  .shipping-info .shipping-from, .shipping-info .shipping-to {
    border: 1px solid #e1e1e1; }
  .shipping-info .list-cart .total-panier .libelle {
    width: 75%; }

/* ===================================================================
 * MON COMPTE
 * =================================================================*/
/* Onglets */
.container-global #block-presences-grenoble-local-tasks ul {
  overflow: hidden;
  text-align: left; }
  .container-global #block-presences-grenoble-local-tasks ul li {
    float: left;
    padding: 0; }
    .container-global #block-presences-grenoble-local-tasks ul li a {
      border: 1px solid #ccc;
      background: #ebeaea;
      color: #191919;
      padding: 10px 30px;
      display: block;
      border-radius: 5px 5px 0 0;
      margin-top: 10px; }
      .container-global #block-presences-grenoble-local-tasks ul li a.is-active {
        border-bottom-color: #fff;
        background: #fff;
        font-weight: 500;
        padding-top: 20px;
        margin-top: 0; }
    .container-global #block-presences-grenoble-local-tasks ul li + li {
      margin-left: -1px; }
    .container-global #block-presences-grenoble-local-tasks ul li:not(:first-child) {
      border-left: 0; }

.container-global #user-register-form, .container-global #user-login-form, .container-global #user-pass, .container-global #user-form {
  margin-top: -1px; }

.page-compte h2 {
  font-size: 2em;
  color: #e30613;
  border: 1px solid #dadada;
  padding: 20px 30px;
  margin-bottom: 0;
  background: #f9f9f9;
  text-transform: uppercase; }

.page-compte .row-content-wrapper, .page-compte .list-commandes {
  border: 1px solid #dadada;
  border-top: 0;
  margin-bottom: 40px;
  background: #fff; }
  .page-compte .row-content-wrapper .panel, .page-compte .list-commandes .panel {
    border: 0;
    padding: 0 20px 20px;
    margin: 0; }
    .page-compte .row-content-wrapper .panel:first-child, .page-compte .list-commandes .panel:first-child {
      padding-top: 20px; }

.page-compte .legende, .page-compte .intitules {
  font-size: 1.2em;
  font-weight: 500;
  color: #e30613;
  margin-bottom: 20px;
  text-transform: none; }
  .page-compte .legende.flottant, .page-compte .intitules.flottant {
    display: inline-block; }

.page-compte .list-commandes .intitules {
  padding: 15px 20px 0; }

.page-compte .list-commandes .commande,
.page-compte .list-commandes .intitules,
.page-compte .list-commandes .order-info {
  cursor: auto; }
  .page-compte .list-commandes .commande > div,
  .page-compte .list-commandes .intitules > div,
  .page-compte .list-commandes .order-info > div {
    display: inline-block;
    width: 39%;
    font-weight: normal;
    cursor: auto; }
    .page-compte .list-commandes .commande > div:last-child,
    .page-compte .list-commandes .intitules > div:last-child,
    .page-compte .list-commandes .order-info > div:last-child {
      width: 20%; }
    .page-compte .list-commandes .commande > div span,
    .page-compte .list-commandes .intitules > div span,
    .page-compte .list-commandes .order-info > div span {
      display: none; }
  .page-compte .list-commandes .commande > div.col-5,
  .page-compte .list-commandes .intitules > div.col-5,
  .page-compte .list-commandes .order-info > div.col-5 {
    width: 19%; }

.page-compte .list-commandes .commande {
  border: 0;
  padding: 0 20px 20px; }

.page-compte .list-commandes .download-bill {
  text-decoration: underline; }

.page-compte .list-favorites {
  border: 1px solid #dadada;
  border-top: 0; }
  .page-compte .list-favorites .item-list {
    margin-bottom: 0; }
    .page-compte .list-favorites .item-list li {
      padding: 10px 20px;
      border: 0; }
  .page-compte .list-favorites .views-field-title {
    font-weight: normal;
    font-size: 1em;
    float: left;
    width: 90%; }
  .page-compte .list-favorites .views-field-nid {
    float: left; }
  .page-compte .list-favorites .link-plus {
    margin-top: 10px; }

.myaccount h1 {
  float: left; }

.myaccount .btn-logout {
  float: right; }

.myaccount .myaccount-row {
  position: relative;
  clear: both; }

.myaccount .myaccount-edit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ccc;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  font-weight: 600; }
  .myaccount .myaccount-edit::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin: 0 0 0 8px; }
  .myaccount .myaccount-edit:hover {
    background: rgba(59, 59, 59, 0.36); }

.myaccount .row-status {
  margin-bottom: 20px;
  word-wrap: break-word; }
  .myaccount .row-status:after {
    content: "";
    clear: both;
    display: table; }
  .myaccount .row-status > span {
    font-weight: 600;
    width: 25%;
    float: left; }
  .myaccount .row-status > div {
    width: 70%;
    float: right; }

.myaccount .password .legende {
  margin-bottom: 0; }

.myaccount .password .note {
  font-size: .8em;
  font-weight: 400;
  display: block;
  margin-bottom: 20px; }

.user-pass-reset {
  margin-bottom: 30px; }
  .user-pass-reset .form-actions {
    text-align: center; }

/* ===================================================================
 * PANIER 
 * =================================================================*/
.steps-items {
  margin-bottom: 40px;
  overflow: hidden;
  counter-reset: section;
  font-size: 1.2em;
  color: #e30613; }
  .steps-items > div {
    display: inline-block;
    margin: 0 5% 0 0;
    padding: 15px 40px;
    background: #e2e2e1;
    position: relative;
    line-height: 1; }
    .steps-items > div:not(.cart):before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-width: 24px;
      border-color: transparent transparent transparent #f8f8f8; }
    .steps-items > div::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      display: block;
      position: absolute;
      top: 0;
      right: -48px;
      border-width: 24px;
      border-color: transparent transparent transparent #e2e2e1; }
    .steps-items > div.active {
      background: #e30613;
      color: #fff; }
      .steps-items > div.active::after {
        border-color: transparent transparent transparent #e30613; }

.list-cart .item, .list-cart .total-panier {
  table-layout: fixed;
  margin-bottom: 10px; }
  .list-cart .item > div, .list-cart .total-panier > div {
    display: table-cell;
    vertical-align: middle; }

.list-cart .action {
  width: 5%; }

.list-cart .btn-remove {
  background: none;
  border: none;
  padding: 0;
  color: #191919;
  font-weight: 700;
  margin-top: 0;
  text-indent: -9999px; }

.list-cart .image {
  border: 1px solid #f2f2f2;
  border-right: 0;
  width: 15%;
  padding: 10px;
  background: #fff; }
  .list-cart .image + .libelle {
    border-left: 0;
    width: 60%; }

.list-cart .libelle {
  width: 75%;
  color: #191919;
  font-weight: 700;
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #fff; }

.list-cart .prix {
  width: 20%;
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  font-size: 1.067em;
  line-height: 1em; }
  .list-cart .prix span {
    display: block;
    font-size: 0.722em; }

.list-cart .total-panier .libelle {
  width: 80%;
  border: none;
  text-align: right;
  background: none; }

.list-cart .total-panier .prix {
  background: #fbdadc; }

.list-cart .total-panier.total-vat .prix, .list-cart .total-panier.before-vat .prix {
  background: #f2f2f2; }

.list-cart .total-panier.total > div {
  padding: 30px 10px; }

.action-cart {
  overflow: hidden;
  margin: 60px 0 30px; }
  .action-cart .btn {
    margin-bottom: 10px; }
    .action-cart .btn:not(:last-child) {
      margin-right: 10px; }

@media print {
  .steps, .action-cart, .btn-backto-top {
    display: none !important; } }

.cart-form table {
  border: 1px solid #e8e8e8;
  box-shadow: none;
  box-sizing: border-box;
  border-collapse: inherit;
  border-radius: 0;
  background: #fff;
  font-size: 1.071em; }
  .cart-form table td, .cart-form table th {
    border: 0;
    background: transparent;
    text-align: left; }
  .cart-form table tr:nth-child(2n) {
    background: #fff; }
  .cart-form table th {
    font-size: 1.067em;
    font-weight: 500;
    font-family: "Source Sans Pro script=all rev=1", sans-serif; }
    .cart-form table th:first-child {
      font-size: 1.333em;
      color: #e30613; }
  .cart-form table .price {
    color: #e30613;
    font-weight: 700;
    font-size: 1.200em; }

.cart-form .cart-content {
  margin-bottom: 50px; }
  .cart-form .cart-content td, .cart-form .cart-content th {
    padding: 20px 30px; }
    .cart-form .cart-content td:nth-child(4), .cart-form .cart-content th:nth-child(4) {
      color: #e30613; }
  .cart-form .cart-content td {
    padding: 50px 30px;
    vertical-align: top; }
  .cart-form .cart-content th {
    background: #f6f6f6;
    border-top: 5px solid #fff;
    color: #3b3b3b; }
    .cart-form .cart-content th:last-child {
      border-right: 5px solid #fff; }
    .cart-form .cart-content th:first-child {
      border-left: 5px solid #fff; }
  .cart-form .cart-content img {
    margin-right: 20px;
    float: left;
    vertical-align: top; }
  .cart-form .cart-content tr {
    position: relative;
    width: 5%; }
    .cart-form .cart-content tr::after {
      transform: translateX(-50%);
      content: '';
      background: #f6f6f6;
      height: 1px;
      width: 95%;
      position: absolute;
      left: 50%;
      bottom: 0; }
    .cart-form .cart-content tr:last-child::after {
      background: none;
      height: 0; }
  .cart-form .cart-content .form-wrapper span {
    display: block; }
    .cart-form .cart-content .form-wrapper span.version {
      text-transform: uppercase; }
  .cart-form .cart-content td:last-child {
    position: relative; }
    .cart-form .cart-content td:last-child::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #e2e2e1;
      position: absolute;
      font-size: 30px;
      z-index: 1;
      pointer-events: none;
      left: 30px;
      top: 50px; }
    .cart-form .cart-content td:last-child input[type="submit"] {
      border: 0;
      background: 0 0;
      z-index: 2;
      width: 30px;
      height: 30px;
      padding: 0; }

.cart-form .cart-total {
  background: #faf9f9; }
  .cart-form .cart-total table {
    display: table; }
  .cart-form .cart-total tr {
    background: #e8e8e8; }
    .cart-form .cart-total tr:nth-child(2n) {
      background: #e8e8e8; }
    .cart-form .cart-total tr:last-child td {
      padding-bottom: 50px; }
    .cart-form .cart-total tr td:first-child {
      padding-left: 12%; }
    .cart-form .cart-total tr td:last-child {
      text-align: right;
      padding-right: 12%; }
  .cart-form .cart-total th {
    padding: 30px 30px; }

.form-item-condition-condition-accept label {
  position: relative; }

.form-item-condition-condition-accept .secondary, .form-item-condition-condition-accept .prix-produit, .form-item-condition-condition-accept .list-commandes .commande .montant, .list-commandes .commande .form-item-condition-condition-accept .montant, .form-item-condition-condition-accept .list-cart .prix, .list-cart .form-item-condition-condition-accept .prix {
  position: absolute;
  right: -10px; }

.form-item-condition-condition-accept #edit-condition-condition-accept {
  display: inline-block;
  width: auto;
  height: auto; }

.order-confirmation .your-order-confirmation {
  clear: both; }

.order-confirmation .cart-form .cart-content td:last-child::after {
  content: ''; }

/* ===================================================================
* LISTE MAGAZINES
* =================================================================*/
.magazines .blk-intro {
  margin-bottom: 30px; }

.magazines-list article {
  background: #fff;
  padding: 25px 30px; }

.magazines-list .blk-article {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8; }

.magazines-list .image-produit {
  float: left; }

.magazines-list .libelle-produit {
  color: #191919;
  font-size: 1.333em;
  font-weight: 700;
  margin-bottom: 10px; }

.magazines-list .display-table, .magazines-list .list-abonnements .item, .list-abonnements .magazines-list .item, .magazines-list .list-newsletter .item, .list-newsletter .magazines-list .item, .magazines-list .list-commandes .commande, .list-commandes .magazines-list .commande, .magazines-list .list-commandes .intitules, .list-commandes .magazines-list .intitules, .magazines-list .list-commandes .order-info, .list-commandes .magazines-list .order-info, .magazines-list .list-cart .item, .list-cart .magazines-list .item, .magazines-list .list-cart .total-panier, .list-cart .magazines-list .total-panier {
  text-align: right; }
  .magazines-list .display-table .prix-produit, .magazines-list .list-abonnements .item .prix-produit, .list-abonnements .magazines-list .item .prix-produit, .magazines-list .list-newsletter .item .prix-produit, .list-newsletter .magazines-list .item .prix-produit, .magazines-list .list-commandes .commande .prix-produit, .list-commandes .magazines-list .commande .prix-produit, .magazines-list .list-commandes .intitules .prix-produit, .list-commandes .magazines-list .intitules .prix-produit, .magazines-list .list-commandes .order-info .prix-produit, .list-commandes .magazines-list .order-info .prix-produit, .magazines-list .list-cart .item .prix-produit, .list-cart .magazines-list .item .prix-produit, .magazines-list .list-cart .total-panier .prix-produit, .list-cart .magazines-list .total-panier .prix-produit, .list-commandes .commande .magazines-list .display-table .montant, .list-commandes .commande .magazines-list .list-abonnements .item .montant, .list-commandes .commande .list-abonnements .magazines-list .item .montant, .list-commandes .commande .magazines-list .list-newsletter .item .montant, .list-commandes .commande .list-newsletter .magazines-list .item .montant, .magazines-list .list-commandes .commande .montant, .list-commandes .magazines-list .commande .montant, .list-commandes .commande .magazines-list .intitules .montant, .list-commandes .commande .magazines-list .order-info .montant, .list-commandes .commande .magazines-list .list-cart .item .montant, .list-commandes .commande .list-cart .magazines-list .item .montant, .list-commandes .commande .magazines-list .list-cart .total-panier .montant, .list-commandes .commande .list-cart .magazines-list .total-panier .montant, .magazines-list .display-table .list-cart .prix, .list-cart .magazines-list .display-table .prix, .magazines-list .list-abonnements .item .list-cart .prix, .list-abonnements .magazines-list .item .list-cart .prix, .magazines-list .list-newsletter .item .list-cart .prix, .list-newsletter .magazines-list .item .list-cart .prix, .magazines-list .list-commandes .commande .list-cart .prix, .list-cart .magazines-list .list-commandes .commande .prix, .list-commandes .magazines-list .commande .list-cart .prix, .list-cart .list-commandes .magazines-list .commande .prix, .magazines-list .list-commandes .intitules .list-cart .prix, .list-cart .magazines-list .list-commandes .intitules .prix, .list-commandes .magazines-list .intitules .list-cart .prix, .list-cart .list-commandes .magazines-list .intitules .prix, .magazines-list .list-commandes .order-info .list-cart .prix, .list-cart .magazines-list .list-commandes .order-info .prix, .list-commandes .magazines-list .order-info .list-cart .prix, .list-cart .list-commandes .magazines-list .order-info .prix, .magazines-list .list-cart .item .prix, .list-cart .magazines-list .item .prix, .magazines-list .list-cart .total-panier .prix, .list-cart .magazines-list .total-panier .prix {
    display: inline-block;
    margin-right: 15px; }
  .magazines-list .display-table .action-produit, .magazines-list .list-abonnements .item .action-produit, .list-abonnements .magazines-list .item .action-produit, .magazines-list .list-newsletter .item .action-produit, .list-newsletter .magazines-list .item .action-produit, .magazines-list .list-commandes .commande .action-produit, .list-commandes .magazines-list .commande .action-produit, .magazines-list .list-commandes .intitules .action-produit, .list-commandes .magazines-list .intitules .action-produit, .magazines-list .list-commandes .order-info .action-produit, .list-commandes .magazines-list .order-info .action-produit, .magazines-list .list-cart .item .action-produit, .list-cart .magazines-list .item .action-produit, .magazines-list .list-cart .total-panier .action-produit, .list-cart .magazines-list .total-panier .action-produit {
    display: inline-block; }

/* ===================================================================
* MEDIA-QUERIES
* =================================================================*/
@media screen and (max-width: 991px) {
  /* ===================================================================
     * DETAIL OFFRE
     * =================================================================*/
  .detail-offre .precedent {
    margin-top: 3px; }
  .detail-offre .media-right .btn-default {
    min-width: inherit; } }

@media screen and (max-width: 767px) {
  /* ===================================================================
     * DETAIL OFFRE
     * =================================================================*/
  .detail-offre .display-table, .detail-offre .list-abonnements .item, .list-abonnements .detail-offre .item, .detail-offre .list-newsletter .item, .list-newsletter .detail-offre .item, .detail-offre .list-commandes .commande, .list-commandes .detail-offre .commande, .detail-offre .list-commandes .intitules, .list-commandes .detail-offre .intitules, .detail-offre .list-commandes .order-info, .list-commandes .detail-offre .order-info, .detail-offre .list-cart .item, .list-cart .detail-offre .item, .detail-offre .list-cart .total-panier, .list-cart .detail-offre .total-panier,
  .detail-offre .media-left,
  .detail-offre .media-right {
    display: block;
    width: 100%; }
  .detail-offre .media-left {
    margin-bottom: 30px;
    padding-right: 0; }
  /* ===================================================================
     * DETAIL ARTICLE PREMIUM
     * =================================================================*/
  .encart-abonne .droite, .encart-abonne .gauche {
    float: none;
    width: 100%; }
  .encart-abonne img {
    margin-top: 0;
    margin-bottom: 20px; }
  /* ===================================================================
     * PANIER (Header - page)
     * =================================================================*/
  .list-cart .item > div.image {
    display: none; }
    .list-cart .item > div.image + .libelle {
      width: 60%; }
  .list-cart .libelle {
    width: 60%; }
  .list-cart .prix {
    width: 35%; }
  .list-cart .total-panier .libelle {
    width: 65%; }
  .cart-form .cart-content table, .cart-form .cart-content thead, .cart-form .cart-content tbody, .cart-form .cart-content th, .cart-form .cart-content td, .cart-form .cart-content tr {
    display: block;
    width: 100%; }
  .cart-form .cart-content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .cart-form .cart-content td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding: 2% 2% 2% 50%; }
    .cart-form .cart-content td:first-child {
      padding-left: 2%; }
    .cart-form .cart-content td:not(:first-child):before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 12px;
      left: 12px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    .cart-form .cart-content td:nth-of-type(2)::before {
      content: 'Prix HT'; }
    .cart-form .cart-content td:nth-of-type(3)::before {
      content: 'TVA'; }
    .cart-form .cart-content td:nth-of-type(4)::before {
      content: 'Prix TTC'; }
    .cart-form .cart-content td:last-child:after {
      left: 50%;
      top: 8px; }
  .cart-form .cart-content img {
    float: none;
    margin: 0 auto 10px; }
  .cart-form .cart-total tr td:first-child, .cart-form .cart-total tr td:last-child {
    padding: 0 30px 10px; }
  /* ===================================================================
     * COMMANDES
     * =================================================================*/
  .list-commandes .intitules {
    display: none; }
  .list-commandes .commande, .list-commandes .order-info {
    display: block; }
    .list-commandes .commande > div, .list-commandes .order-info > div {
      display: block;
      width: 100% !important; }
  .list-commandes .commande span {
    text-transform: uppercase;
    font-size: 0.867em;
    color: #666;
    display: inline-block !important;
    font-weight: normal;
    width: 30%; }
  .list-commandes .commande .montant span {
    font-size: 0.846em; }
  .list-commandes .commande .detail {
    text-align: center;
    font-size: 1.333em; }
  .shipping-info > div {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    float: none; }
  /* ===================================================================
     * COMPTE
     * =================================================================*/
  .container-global #block-presences-grenoble-local-tasks ul li {
    width: 100%; }
    .container-global #block-presences-grenoble-local-tasks ul li a {
      margin-top: 0; }
    .container-global #block-presences-grenoble-local-tasks ul li + li {
      margin-left: 0;
      margin-top: -2px; }
  .container-global #user-form, .container-global #user-login-form, .container-global #user-pass, .container-global #user-register-form {
    margin-top: 0; }
  /* ===================================================================
    * magazines list
    * =================================================================*/
  .magazines-list .image-produit {
    float: none;
    margin-bottom: 10px; }
  .page-compte h2 {
    font-size: 1.5em; }
  .page-compte .list-commandes {
    padding-top: 20px; }
  .page-compte .list-commandes .commande > div,
  .page-compte .list-commandes .intitules > div,
  .page-compte .list-commandes .order-info > div {
    margin-bottom: 5px; }
    .page-compte .list-commandes .commande > div span,
    .page-compte .list-commandes .intitules > div span,
    .page-compte .list-commandes .order-info > div span {
      display: block;
      font-weight: 600;
      width: 100%;
      text-transform: none;
      font-size: 1em; }
  .page-compte .list-commandes .commande {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px; }
    .page-compte .list-commandes .commande:last-child {
      margin: 0;
      border: 0; }
  #block-presences-grenoble-content .btn-logout {
    margin: 0 0 10px; }
  #block-presences-grenoble-content .btn.btn-default {
    white-space: normal; }
  #block-presences-grenoble-content .row-status > span {
    font-weight: 600;
    width: 100%;
    float: none;
    margin-bottom: 5px; }
  #block-presences-grenoble-content .row-status > div {
    width: 100%;
    float: none; } }

/*dev*/
#block-presences-grenoble-breadcrumbs {
  display: inline-block;
  width: 100%; }

.breadcrumb {
  padding: 0;
  margin: 0 0 25px;
  font-family: "Source Sans Pro script=all rev=1", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3b3b3b;
  background-color: transparent; }
  .breadcrumb > li + li {
    margin-left: 3px; }
    .breadcrumb > li + li:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      line-height: 8px;
      background: url("../img/ico-breadcrumb.png") center left no-repeat;
      padding: 0 6px; }
  .breadcrumb .active a {
    border-bottom: 1px solid; }
  .breadcrumb a {
    display: inline-block;
    line-height: 1.2; }

@media screen and (max-width: 767px) {
  /*dev*/
  #block-presences-grenoble-breadcrumbs {
    display: none; } }

.link-plus {
  font-size: 0.933em;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  line-height: 1.2; }
  .link-plus .fa-plus-square {
    margin-right: 6px;
    background: #fff; }
  .link-plus:hover {
    color: #e30613;
    border-color: #e30613; }

@media screen and (max-width: 767px) {
  .link-plus {
    float: left;
    max-width: 100%; } }

.list-group-item {
  margin: 0;
  padding: 10px 0 15px;
  border: 0;
  border-radius: 0 !important; }
  .list-group-item:first-child {
    padding-top: 0; }
  .list-group-item:not(:last-child) {
    border-bottom: 1px solid #e1e1e1; }
  .list-group-item-cont {
    display: block; }
  .list-group-item .small {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-weight: 400; }
  .list-group-item-heading {
    font-weight: 500; }
  .list-group-item p {
    margin: 0; }

.all-border-bottom .list-group-item:last-child {
  border-bottom: 1px solid #e1e1e1; }

.list-agenda li {
  display: inline-block;
  width: 100%; }
  .list-agenda li:not(:last-child) {
    margin-bottom: 10px; }

.event {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .event-date {
    border-radius: 3px;
    -ms-flex-align: start;
        align-items: flex-start;
    border: 1px solid #e1e1e1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 18px;
    min-height: 84px;
    min-width: 160px;
    padding: 7px 5px 7px 33px; }
    .event-date .event-day {
      min-width: 38px; }
    .event-date .event-date__item {
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .event-date .event-date__item span[class*='fa-'] {
        color: #C5C5C5;
        font-size: 15px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateX(calc(-100% - 2px)) translateY(-50%); }
  .event-day {
    font-size: 2.14em;
    font-weight: 800;
    line-height: 1; }
  .event-month {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 12px;
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    color: #666;
    padding-inline: 5px; }
  .event-text {
    padding-top: 7px; }
  .event-title {
    margin-bottom: 5px;
    font-weight: 700; }
  .event-location {
    margin: 0;
    font-size: 0.867em;
    color: #666; }
  .event .icon-location-pointer {
    float: left;
    margin-right: 5px;
    font-size: 1.1em; }

@media screen and (max-width: 767px) {
  .list-agenda li {
    margin-bottom: 10px; }
  .event {
    -ms-flex-align: start;
        align-items: flex-start; }
    .event-date {
      display: block;
      height: 84px;
      margin-top: 8px; }
    .event-day {
      display: block; }
    .event-text {
      width: 60%;
      float: left; } }

.list-dossier h2 {
  font-size: 1.667em;
  font-weight: 700;
  line-height: 1; }

.wide .list-dossier {
  padding-right: 105px; }
  .wide .list-dossier .blk-dossier {
    padding-left: 60px;
    padding-right: 60px; }
    .wide .list-dossier .blk-dossier:not(:last-child) {
      border-bottom: 0; }

@media screen and (max-width: 991px) {
  .wide .list-dossier .blk-dossier {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .wide .list-dossier {
    padding-right: 0; } }

.list-results .small {
  margin-bottom: 12px;
  color: rgba(166, 166, 166, 0.8); }
  .list-results .small > span {
    margin-right: 20px; }

.list-results .js-item-text {
  max-height: 40px;
  overflow: hidden;
  transition: max-height 0.25s ease-out 0; }

.list-results .js-item-text.opened {
  max-height: 100%;
  transition: max-height 0.35s ease-in 0; }

.list-results .list-group-item {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0; }
  .list-results .list-group-item-heading {
    display: block;
    font-size: 1.667em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    cursor: pointer; }
    .list-results .list-group-item-heading.no-cursor {
      cursor: auto; }
  .list-results .list-group-item-cont {
    width: 100%;
    margin-right: 40px;
    overflow: hidden; }
  .list-results .list-group-item-text {
    margin-bottom: 15px;
    font-family: "Source Sans Pro script=all rev=1", sans-serif; }
    .list-results .list-group-item-text .truncate {
      display: block;
      margin-bottom: 25px; }
    .list-results .list-group-item-text .full {
      display: none; }
    .list-results .list-group-item-text.opened .truncate {
      display: none; }
    .list-results .list-group-item-text.opened .full {
      display: block;
      margin-bottom: 15px; }
      .list-results .list-group-item-text.opened .full p:not(:last-child) {
        margin-bottom: 15px; }
  .list-results .list-group-item-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .list-results .list-group-item-action > .btn-default {
      width: 40px;
      height: 40px;
      padding: 0; }
      .list-results .list-group-item-action > .btn-default:hover {
        background: #e30613; }
    .list-results .list-group-item-action i {
      margin: 0 auto;
      line-height: 38px; }
  .list-results .list-group-item-toolbar {
    text-align: right; }

.list-results .social-links {
  width: auto;
  display: inline-block;
  padding: 0;
  font-size: 1em; }
  .list-results .social-links li {
    margin: 0 3px; }
  .list-results .social-links li:last-child {
    margin-left: 14px; }
  .list-results .social-links a {
    width: 30px;
    height: 30px; }

@media screen and (max-width: 767px) {
  .list-results .list-group-item {
    padding: 30px 10px; }
    .list-results .list-group-item-cont {
      margin-right: 0; }
    .list-results .list-group-item-text {
      font-size: 1.2em; } }

.item-magazine .list-group-item-cover {
  margin-right: 30px; }
  .item-magazine .list-group-item-cover img {
    min-width: 150px;
    border: 1px solid #e1e1e1; }

.item-magazine .list-group-item-cont {
  margin-right: 0; }

.item-magazine .list-group-item-toolbar {
  text-align: left; }

.item-magazine .group-btn {
  margin-bottom: 20px; }
  .item-magazine .group-btn .btn-default {
    background: none;
    border: none;
    padding-left: 0;
    color: #3b3b3b;
    font-family: 'Work Sans', Arial, sans-serif;
    font-size: 0.933em;
    font-weight: 600;
    text-transform: uppercase; }
    .item-magazine .group-btn .btn-default i {
      color: #e30613;
      margin-right: 8px; }

@media screen and (max-width: 767px) {
  .item-magazine {
    -ms-flex-direction: column;
        flex-direction: column; }
    .item-magazine .list-group-item-cover {
      margin-right: 0;
      margin-bottom: 30px; } }

.item-agenda .list-group-item-date {
  width: 28%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 30px;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  text-align: center; }

.item-agenda .list-group-item-action > .btn-default {
  background: #fb6d76;
  border-color: #fb6d76; }

.item-agenda a {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  .item-agenda a:hover {
    background: none; }
    .item-agenda a:hover .list-group-item-action > .btn-default {
      background: #e30613;
      border-color: #e30613; }

.item-agenda .date-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.item-agenda .event-to,
.item-agenda .event-from {
  font-size: 0.8em;
  line-height: 1; }

.item-agenda .event-day {
  margin: 0;
  padding: 0;
  border: none; }

.item-agenda .event-location {
  margin-bottom: 5px; }

.item-agenda .icon-location-pointer {
  margin-right: 5px; }

@media screen and (max-width: 767px) {
  .item-agenda a {
    -ms-flex-direction: column;
        flex-direction: column; }
  .item-agenda .list-group-item-date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 0; } }

.list-results-event .list-group-item-action {
  margin-right: 40px; }

@media screen and (min-width: 992px) {
  .list-results-event .list-group-item-date {
    border: 0; } }

.item-page-type .list-group-item-illus {
  margin-right: 30px; }
  .item-page-type .list-group-item-illus img {
    min-width: 170px; }

.item-page-type .list-group-item-cont {
  margin-right: 0; }

.item-page-type a {
  display: -ms-flexbox;
  display: flex; }
  .item-page-type a:hover {
    background: none; }

@media screen and (max-width: 767px) {
  .item-page-type a {
    -ms-flex-direction: column;
        flex-direction: column; }
  .item-page-type .list-group-item-illus {
    margin-right: 0;
    margin-bottom: 30px; }
    .item-page-type .list-group-item-illus img {
      width: auto; } }

.item-article .list-group-item-illus {
  margin-right: 30px; }
  .item-article .list-group-item-illus img {
    min-width: 170px; }

.item-article .list-group-item-cont {
  margin-right: 0; }

.item-article a {
  display: -ms-flexbox;
  display: flex; }
  .item-article a:hover {
    background: none; }

@media screen and (max-width: 767px) {
  .item-article a {
    -ms-flex-direction: column;
        flex-direction: column; }
  .item-article .list-group-item-illus {
    margin-right: 0;
    margin-bottom: 30px; }
    .item-article .list-group-item-illus img {
      width: auto; } }

.list-galerie {
  margin-bottom: 10px; }
  .list-galerie .blk-focus-thumb {
    margin-bottom: 10px; }
    .list-galerie .blk-focus-thumb .media-body {
      min-height: unset; }
    .list-galerie .blk-focus-thumb .media-heading {
      margin: 0;
      padding: 0; }
      .list-galerie .blk-focus-thumb .media-heading:before {
        display: none; }

@media screen and (max-width: 991px) {
  .list-galerie .blk-focus-thumb .media-body {
    padding: 15px 0;
    text-align: left; }
  .list-galerie .blk-focus-thumb .media-heading {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.list-galerie-video {
  margin-bottom: 0; }
  .list-galerie-video .blk-focus-thumb {
    position: relative;
    margin-bottom: 30px; }
    .list-galerie-video .blk-focus-thumb a {
      display: block;
      top: 0;
      left: 20px;
      width: 100%;
      height: 100%; }
    .list-galerie-video .blk-focus-thumb .media-body {
      height: 100%;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: rgba(255, 255, 255, 0.8);
      text-align: left;
      padding: 15px 0 0; }

@media screen and (min-width: 992px) {
  .list-galerie-video .blk-focus-thumb a {
    position: absolute;
    width: calc(100% - 40px); }
  .list-galerie-video .blk-focus-thumb .media-body {
    padding: 15px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0); }
  .list-galerie-video .blk-focus-thumb a:hover .media-body {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease 0s; } }

.article-list {
  margin: 10px 0; }
  .article-list li:not(:first-child) {
    margin-top: 30px; }
  .article-list .media {
    display: block; }
  .article-list .media-left {
    padding-right: 30px;
    width: 50%; }
  .article-list .media-object {
    width: 100%; }
  .article-list .media-title {
    display: block;
    margin-bottom: 1em;
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #878786; }
  .article-list .small {
    display: block;
    font-weight: 600; }
  .article-list .media-heading {
    display: block;
    font-size: 1.133em;
    font-weight: 700; }
  .article-list p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .article-list {
    margin: 0; }
    .article-list .media-left {
      width: 100%;
      padding: 0 0 10px;
      display: inline-block; }
    .article-list .media-object {
      width: auto; } }

@media screen and (max-width: 414px) {
  .article-list .media-object {
    width: 100%; } }

.form-control {
  padding: 8px;
  font-size: 1em; }

input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  outline: none;
  z-index: -1; }

.radio label,
.radio-inline label {
  position: relative;
  padding-left: 27px; }
  .radio label:before,
  .radio-inline label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url("../img/radio-btn.png") center top no-repeat; }
  .radio label.checked:before,
  .radio-inline label.checked:before {
    background-position: center bottom; }

.select-cont,
.form-item-timezone,
.form-item-country {
  position: relative; }
  .select-cont select,
  .form-item-timezone select,
  .form-item-country select {
    width: 100% !important;
    height: 45px;
    padding-right: 60px;
    color: gray;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select-cont select::-ms-expand,
    .form-item-timezone select::-ms-expand,
    .form-item-country select::-ms-expand {
      display: none; }
  .select-cont:after,
  .form-item-timezone:after,
  .form-item-country:after {
    height: 45px;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 16px 14px;
    content: '\f078';
    color: #3b3b3b;
    font: normal normal normal 14px/1 FontAwesome;
    border-left: 1px solid #e1e1e1;
    pointer-events: none; }

.form-item-timezone:after,
.form-item-country:after {
  top: 26px; }

.select2-container .select2-selection--multiple {
  height: 45px;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px; }

.form-sondage p {
  margin-bottom: 15px;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 1.3; }

.form-sondage .radio {
  margin-bottom: 20px;
  font-family: "Source Sans Pro script=all rev=1", sans-serif; }

.form-sondage .btn-default {
  font-size: 1.067em; }
  .form-sondage .btn-default .fa {
    font-size: 0.875em; }

.form-subscribe-event,
.form-contact,
.form-infos-utilisateur {
  text-align: center; }
  .form-subscribe-event .form-group,
  .form-contact .form-group,
  .form-infos-utilisateur .form-group {
    width: 45%;
    float: left;
    margin-bottom: 25px;
    text-align: left; }
    .form-subscribe-event .form-group:nth-child(odd),
    .form-contact .form-group:nth-child(odd),
    .form-infos-utilisateur .form-group:nth-child(odd) {
      margin-right: 9%; }
    .form-subscribe-event .form-group.gender-group .radio-inline:nth-of-type(1),
    .form-contact .form-group.gender-group .radio-inline:nth-of-type(1),
    .form-infos-utilisateur .form-group.gender-group .radio-inline:nth-of-type(1) {
      padding-left: 0; }
    .form-subscribe-event .form-group.comment-group,
    .form-contact .form-group.comment-group,
    .form-infos-utilisateur .form-group.comment-group {
      width: 100%;
      margin-right: 0; }
  .form-subscribe-event label,
  .form-contact label,
  .form-infos-utilisateur label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400; }
  .form-subscribe-event .radio-inline > label,
  .form-contact .radio-inline > label,
  .form-infos-utilisateur .radio-inline > label {
    margin: 12px 0; }
  .form-subscribe-event input,
  .form-contact input,
  .form-infos-utilisateur input {
    height: 45px; }
  .form-subscribe-event .ErrorField,
  .form-contact .ErrorField,
  .form-infos-utilisateur .ErrorField {
    border-color: #ff0000; }
  .form-subscribe-event .ValidationErrors,
  .form-contact .ValidationErrors,
  .form-infos-utilisateur .ValidationErrors {
    color: #ff0000; }
  .form-subscribe-event .form-control,
  .form-contact .form-control,
  .form-infos-utilisateur .form-control {
    width: 100%; }

@media screen and (max-width: 767px) {
  .form-subscribe-event,
  .form-contact {
    padding: 15px 10px;
    background: #fff; }
    .form-subscribe-event .form-group,
    .form-contact .form-group {
      width: 100%; }
      .form-subscribe-event .form-group:nth-child(odd),
      .form-contact .form-group:nth-child(odd) {
        margin-right: 0; } }

.form-subscribe-event > .form-item:first-child {
  display: inline-block;
  float: left;
  width: 45%;
  margin-bottom: 25px;
  margin-right: 9% !important;
  text-align: left;
  vertical-align: middle; }

.form-subscribe-event .form-item-slot-date,
.form-subscribe-event .form-item-slot-time {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  vertical-align: middle;
  color: #fff; }
  .form-subscribe-event .form-item-slot-date > input,
  .form-subscribe-event .form-item-slot-time > input {
    margin-top: -16px; }

.form-subscribe-event .form-item-slot-date {
  width: 50%;
  margin-right: 9%; }

.form-subscribe-event .form-item-slot-time {
  width: 41%; }

.form-subscribe-event .form-item-message {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 25px; }

.form-contact > .form-item:nth-child(2) {
  display: inline-block;
  float: left;
  width: 45%;
  margin-bottom: 25px;
  text-align: left;
  vertical-align: middle; }

.form-contact .form-actions {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .form-subscribe-event {
    float: left; }
    .form-subscribe-event > .form-item:first-child {
      width: 100%;
      margin-right: 0 !important; }
    .form-subscribe-event .form-item-slot-date,
    .form-subscribe-event .form-item-slot-time {
      width: 100%; }
    .form-subscribe-event .form-item-slot-date {
      margin-right: 0;
      margin-bottom: 25px; } }

.webform-submission-form fieldset.form-wrapper {
  width: 100%;
  margin-bottom: 0; }
  .webform-submission-form fieldset.form-wrapper:nth-child(odd) {
    margin-right: 0; }
  .webform-submission-form fieldset.form-wrapper .form-item:only-child {
    width: 99.1%;
    margin-right: 0; }
  .webform-submission-form fieldset.form-wrapper fieldset.form-wrapper {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .webform-submission-form fieldset.form-wrapper fieldset.form-wrapper {
        width: 100%; } }
    .webform-submission-form fieldset.form-wrapper fieldset.form-wrapper:nth-child(odd) {
      margin-right: 9%;
      margin-bottom: 25px; }
    .webform-submission-form fieldset.form-wrapper fieldset.form-wrapper .form-item {
      width: 100%;
      margin-right: 0; }

.webform-submission-form legend {
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 400;
  border: 0; }

.webform-submission-form .js-webform-radios-fieldset legend {
  margin-bottom: 0;
  font-size: 1em; }

.webform-submission-form .js-webform-location legend {
  display: none; }

.webform-submission-form .form-item {
  width: 45%;
  float: left;
  margin-bottom: 25px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .webform-submission-form .form-item {
      width: 100%; } }
  .webform-submission-form .form-item:nth-child(odd) {
    margin-right: 9%; }
    @media screen and (max-width: 767px) {
      .webform-submission-form .form-item:nth-child(odd) {
        margin-right: 0; } }

.webform-submission-form .form-control {
  height: 45px;
  margin-top: 5px; }

.webform-submission-form .webform-options-display-side-by-side .form-item {
  width: auto !important;
  margin: 12px 0 12px 30px; }
  @media screen and (max-width: 767px) {
    .webform-submission-form .webform-options-display-side-by-side .form-item {
      margin-bottom: 0; } }
  .webform-submission-form .webform-options-display-side-by-side .form-item:nth-of-type(1) {
    margin-left: 0; }

.webform-submission-form .webform-options-display-side-by-side .radio label {
  position: relative;
  margin: 0;
  padding-left: 27px; }
  .webform-submission-form .webform-options-display-side-by-side .radio label .form-radio {
    position: absolute;
    top: 0;
    left: 0; }

.webform-submission-form .js-form-type-textarea {
  width: 100%;
  float: left; }
  .webform-submission-form .js-form-type-textarea:nth-child(odd) {
    margin-right: 0; }

.webform-submission-form .form-textarea {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 8px;
  font-size: 1em;
  line-height: 1.42857;
  color: #555;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.webform-submission-form .js-form-type-select {
  position: relative; }
  .webform-submission-form .js-form-type-select select {
    width: 100% !important;
    height: 45px;
    padding-right: 60px;
    color: gray;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .webform-submission-form .js-form-type-select select::-ms-expand {
      display: none; }
  .webform-submission-form .js-form-type-select:after {
    height: 45px;
    position: absolute;
    right: 0;
    top: 26px;
    padding: 16px 14px;
    content: '\f078';
    color: #3b3b3b;
    font: normal normal normal 14px/1 FontAwesome;
    border-left: 1px solid #e1e1e1;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .webform-submission-form .js-form-type-select:after {
        height: 43px;
        top: 25px;
        padding: 14px; } }

.webform-submission-form .webform-select-other .form-item {
  width: 100%;
  margin-right: 0; }

.webform-submission-form .webform-select-other .js-form-type-select:after {
  top: 5px; }

.webform-submission-form .form-actions {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  text-align: center; }
  .webform-submission-form .form-actions .form-submit {
    padding: 6px 60px;
    font-size: 0.8em;
    text-transform: uppercase;
    background: #1f79ed;
    border-color: #1f79ed;
    border-radius: 60px; }

/*dev*/
#block-presences-grenoble-local-tasks {
  padding-top: 1em; }
  #block-presences-grenoble-local-tasks ul {
    text-align: center; }
    #block-presences-grenoble-local-tasks ul li {
      display: inline-block;
      padding: 0 10px; }
      #block-presences-grenoble-local-tasks ul li:not(:first-child) {
        border-left: 1px solid rgba(0, 0, 0, 0.2); }
      #block-presences-grenoble-local-tasks ul li a {
        color: #e30613; }

@media screen and (max-width: 560px) {
  #block-presences-grenoble-local-tasks ul li {
    width: 100%; }
    #block-presences-grenoble-local-tasks ul li:not(:first-child) {
      border-left: 0; }
    #block-presences-grenoble-local-tasks ul li a {
      display: block;
      padding: 12px 0; } }

.user-login-form,
.user-register-form,
.user-pass,
.user-form {
  width: 100%;
  margin: 30px auto;
  padding: 1.6em;
  background: #fff;
  border: 1px solid #e1e1e1; }
  .user-login-form .legende,
  .user-register-form .legende,
  .user-pass .legende,
  .user-form .legende {
    font-size: 1.2em;
    font-weight: 500; }
    .user-login-form .legende .note,
    .user-register-form .legende .note,
    .user-pass .legende .note,
    .user-form .legende .note {
      font-size: 0.667em;
      font-weight: 400;
      margin-left: 20px; }
  .user-login-form .note,
  .user-register-form .note,
  .user-pass .note,
  .user-form .note {
    font-size: .8em; }
  .user-login-form .description a,
  .user-register-form .description a,
  .user-pass .description a,
  .user-form .description a {
    text-decoration: underline; }
  .user-login-form .form-item,
  .user-register-form .form-item,
  .user-pass .form-item,
  .user-form .form-item {
    margin-bottom: 30px; }
  .user-login-form .form-actions,
  .user-register-form .form-actions,
  .user-pass .form-actions,
  .user-form .form-actions {
    text-align: center; }
  .user-login-form .form-control,
  .user-login-form .description,
  .user-register-form .form-control,
  .user-register-form .description,
  .user-pass .form-control,
  .user-pass .description,
  .user-form .form-control,
  .user-form .description {
    margin-top: 5px; }
  .user-login-form .description,
  .user-register-form .description,
  .user-pass .description,
  .user-form .description {
    font-size: 0.8em; }
  .user-login-form .row-password .form-item-pass-pass1,
  .user-login-form .row-password .form-item-pass-pass2,
  .user-register-form .row-password .form-item-pass-pass1,
  .user-register-form .row-password .form-item-pass-pass2,
  .user-pass .row-password .form-item-pass-pass1,
  .user-pass .row-password .form-item-pass-pass2,
  .user-form .row-password .form-item-pass-pass1,
  .user-form .row-password .form-item-pass-pass2 {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
  .user-login-form .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass,
  .user-register-form .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass,
  .user-pass .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass,
  .user-form .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass {
    width: 50%;
    padding: 0 20px; }
  .user-login-form .row-password .description, .user-login-form .row-password div.password-confirm,
  .user-register-form .row-password .description,
  .user-register-form .row-password div.password-confirm,
  .user-pass .row-password .description,
  .user-pass .row-password div.password-confirm,
  .user-form .row-password .description,
  .user-form .row-password div.password-confirm {
    display: none; }
  .user-login-form .form-file.form-file,
  .user-register-form .form-file.form-file,
  .user-pass .form-file.form-file,
  .user-form .form-file.form-file {
    height: auto; }
  .user-login-form .row-tariff,
  .user-register-form .row-tariff,
  .user-pass .row-tariff,
  .user-form .row-tariff {
    background: #fbdadc;
    padding-top: 20px;
    margin-bottom: 30px; }

.user-pass .form-item {
  width: 50%; }
  .user-pass .form-item + p {
    margin-bottom: 30px; }

.user-register-form details {
  margin-bottom: 10px; }
  .user-register-form details summary {
    padding: 1em 0; }

@media screen and (max-width: 991px) {
  .user-login-form .row-password .form-item-pass-pass1,
  .user-login-form .row-password .form-item-pass-pass2,
  .user-register-form .row-password .form-item-pass-pass1,
  .user-register-form .row-password .form-item-pass-pass2,
  .user-pass .row-password .form-item-pass-pass1,
  .user-pass .row-password .form-item-pass-pass2,
  .user-form .row-password .form-item-pass-pass1,
  .user-form .row-password .form-item-pass-pass2 {
    float: none;
    width: 100%; }
  .user-login-form .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass,
  .user-register-form .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass,
  .user-pass .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass,
  .user-form .row-password div:not([class^="col-"]):not([class*=" col-"]).form-item-current-pass {
    width: 100%; }
  .user-pass .form-item {
    width: 100%; } }

@media screen and (max-width: 560px) {
  .user-login-form,
  .user-register-form,
  .user-pass {
    margin: 0 auto 30px; } }

.share-email .modal-content {
  border-radius: 0; }

.share-email .modal-header {
  text-align: right; }
  .share-email .modal-header .h3 {
    float: left;
    margin: 0; }
  .share-email .modal-header .fa-close {
    cursor: pointer; }

.share-email .partage-email form {
  padding: 15px; }

.share-email .partage-email .form-item {
  margin-bottom: 15px;
  color: #3b3b3b !important; }

.share-email .partage-email .form-control {
  margin-top: 5px; }

.slick-slide {
  position: relative; }
  .slick-slide .img-responsive {
    width: 100%; }
  .slick-slide .caption {
    position: absolute;
    bottom: 27px;
    left: 30px;
    margin: 0;
    padding: 25px 40px 45px 30px;
    font-size: 1.667em;
    font-weight: 700;
    background: rgba(242, 242, 242, 0.8);
    line-height: 1.1; }

.slick-arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background: #e30613;
  border: 0;
  font-size: 16px;
  font-weight: 400; }

.slick-next {
  left: 40px; }

.slick-disabled {
  color: #878786;
  background: #d9d9d9;
  cursor: default; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: auto; }
  .slick-dots li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0; }
  .slick-dots button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
    text-indent: -9999px;
    background: #fff;
    border: 0; }
  .slick-dots .slick-active button, .slick-dots .slick-current button {
    background: #e30613; }

.img-slider .media {
  position: relative; }

.img-slider .js-slider-item {
  position: relative; }
  .img-slider .js-slider-item .embed-responsive-16by9 {
    padding-bottom: 58.75%; }

.img-slider .js-slider-vid-img-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e30613;
  color: #fff;
  font-size: 1em; }

.img-slider__wrapper {
  margin-bottom: 10px;
  position: relative; }

.img-slider__controls {
  bottom: 27px;
  left: 50px;
  min-height: 40px;
  padding: 0 35px;
  position: absolute;
  z-index: 42; }
  .img-slider__controls .slick-dots {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    margin-top: 13px;
    position: static;
    width: auto; }
    .img-slider__controls .slick-dots li {
      height: 12px;
      margin: 0;
      width: 12px; }
    .img-slider__controls .slick-dots button {
      border: 1px solid #e30613; }
  .img-slider__controls .slick-arrow {
    font-size: 0;
    line-height: 0;
    background: none; }
    .img-slider__controls .slick-arrow::before {
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      color: #e30613;
      font-size: 24px; }
    .img-slider__controls .slick-arrow.slick-next {
      right: 0;
      left: auto; }
      .img-slider__controls .slick-arrow.slick-next::before {
        content: '\f054'; }
    .img-slider__controls .slick-arrow.slick-prev {
      left: 0; }
      .img-slider__controls .slick-arrow.slick-prev::before {
        content: '\f053'; }

@media screen and (min-width: 768px) {
  .slick-dots {
    margin-top: -20px;
    top: 50%;
    bottom: auto;
    right: 25px;
    width: 10px; }
    .slick-dots li {
      margin: 0 0 10px; }
  .slick-arrow {
    top: 50%;
    left: 30px;
    margin-top: -20px; }
  .slick-next {
    left: 70px; }
  .img-slider .caption {
    max-width: 53%; }
  .img-slider .slick-dots {
    margin-top: -35px; } }

@media screen and (max-width: 767px) {
  .img-slider__controls {
    bottom: 0;
    left: 0; }
  .img-slider .slick-list {
    background-color: #fff; }
  .img-slider .caption {
    position: static;
    width: 100%;
    padding: 10px 10px 45px;
    background: #fff; } }

.main-slider .nav {
  margin-top: 30px; }
  .main-slider .nav .slick-list {
    padding: 0 !important; }
  .main-slider .nav .slick-track {
    width: 100% !important; }
  .main-slider .nav .slick-slide {
    border: 4px solid transparent;
    outline: none; }
    .main-slider .nav .slick-slide a {
      display: block; }
  .main-slider .nav .slick-current {
    position: relative;
    border-color: #e30613;
    /*&:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: $primary-color-hue4;
        border: 4px solid $secondary-color;
      }*/ }

.main-slider .blk-focus-thumb {
  width: 31.3333% !important;
  cursor: pointer; }
  .main-slider .blk-focus-thumb + .blk-focus-thumb {
    margin-left: 3%; }

@media screen and (max-width: 991px) {
  .main-slider .blk-focus-thumb {
    width: 47.2% !important;
    cursor: pointer; }
    .main-slider .blk-focus-thumb + .blk-focus-thumb {
      margin-left: 40px; } }

.article-slider.list-slider {
  max-width: 800px;
  margin: 0 auto; }

.article-slider .blk-focus .cont {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: 0;
  padding: 0 24px;
  max-width: none;
  width: calc(100% - 80px);
  min-height: 46px;
  font-size: 0.933em;
  font-weight: 400;
  background: none;
  color: #fff;
  line-height: 1.1;
  text-align: right;
  float: right;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

.article-slider .slick-slider {
  background: rgba(0, 0, 0, 0.5); }

.article-slider .slick-arrow {
  bottom: 0;
  left: 0;
  top: auto;
  height: 46px; }

.article-slider .slick-next {
  left: 41px; }

.article-slider .nav {
  margin: 0;
  padding: 8px 3px;
  background: #f3f3f3; }
  .article-slider .nav .slick-slide {
    position: relative;
    margin: 0 5px;
    cursor: pointer; }
    .article-slider .nav .slick-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      border: 4px solid #fff; }
  .article-slider .nav .slick-current:before {
    border-color: #e30613; }

.article-slider .slider-loader {
  background: red;
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -25px; }

@media screen and (max-width: 991px) {
  .article-slider.list-slider {
    max-width: none; } }

@media screen and (max-width: 767px) {
  .article-slider .blk-focus .cont {
    width: 100%;
    padding: 10px;
    text-align: left; }
  .article-slider .slick-slider {
    background: rgba(0, 0, 0, 0.75); }
  .article-slider .slick-arrow {
    top: 50%;
    margin-top: -43px;
    height: 40px; }
  .article-slider .slick-next {
    left: auto;
    right: 0; } }

.pagination {
  margin: 0; }
  .pagination li > a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: none;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    margin-left: 6px;
    color: #666;
    background: none; }
    .pagination li > a:hover {
      width: 34px;
      height: 34px;
      background: none;
      color: #3b3b3b; }
  .pagination li.pager__item--previous > a, .pagination li:first-child > a {
    margin-left: 0;
    border-radius: 100%; }
  .pagination li.pager__item--next > a, .pagination li:last-child > a {
    border-radius: 100%; }
  .pagination li.active > a {
    color: #fff;
    background: #4c4c4c; }
    .pagination li.active > a:hover {
      color: #fff;
      background: #4c4c4c; }

.pagination-top li.disabled > a {
  display: none; }

.pagination-bottom {
  width: 100%;
  text-align: center;
  height: 56px;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }
  .pagination-bottom li {
    display: inline-block; }
    .pagination-bottom li.pager__item--previous > a,
    .pagination-bottom li.pager__item--next > a {
      width: 55px;
      height: 54px;
      line-height: 54px;
      border-radius: 0;
      background: none; }
    .pagination-bottom li > a {
      margin: 11px 0 11px 6px; }
    .pagination-bottom li.pager__item--previous {
      float: left;
      margin-right: auto; }
      .pagination-bottom li.pager__item--previous > a {
        border-right: 1px solid #e1e1e1;
        margin: 0; }
    .pagination-bottom li.pager__item--next {
      float: right;
      margin-left: auto; }
      .pagination-bottom li.pager__item--next > a {
        border-left: 1px solid #e1e1e1;
        margin-top: 0;
        margin-bottom: 0; }
    .pagination-bottom li.disabled > a {
      color: rgba(242, 242, 242, 0.8); }
      .pagination-bottom li.disabled > a:hover {
        color: rgba(242, 242, 242, 0.8); }

@media screen and (max-width: 767px) {
  .pagination-bottom {
    height: auto;
    padding-top: 7px; } }

.blk-focus {
  position: relative;
  display: block; }
  .blk-focus img {
    width: 100%; }
  .blk-focus .cont {
    display: inline-block;
    padding: 20px 9% 15px 13px;
    width: 100%;
    min-height: 180px;
    background: rgba(255, 255, 255, 0.8); }
    .blk-focus .cont.cont-h90 {
      min-height: 90px; }
  .blk-focus .cont50 {
    position: relative; }
  .blk-focus .cont50-noimage .cont50-label {
    position: relative; }
  .blk-focus .cont50-label {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.8); }
  .blk-focus .small {
    margin-bottom: 3px; }
  .blk-focus h3 {
    margin-bottom: 5px;
    color: #191919; }
  .blk-focus p {
    margin: 0;
    width: 100%; }

.main-slider__wrapper {
  position: relative; }

.blk-focus__controls {
  bottom: 0;
  min-height: 40px;
  padding: 0 40px;
  position: absolute;
  right: 15px;
  z-index: 42; }
  .blk-focus__controls .slick-dots {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    margin-top: 13px;
    position: static;
    width: auto; }
    .blk-focus__controls .slick-dots li {
      height: 12px;
      margin: 0;
      width: 12px; }
    .blk-focus__controls .slick-dots button {
      border: 1px solid #e30613; }
  .blk-focus__controls .slick-arrow {
    font-size: 0;
    line-height: 0;
    background: none;
    top: 0;
    margin-top: 0; }
    .blk-focus__controls .slick-arrow::before {
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      color: #e30613;
      font-size: 27px; }
    .blk-focus__controls .slick-arrow.slick-next {
      right: 0;
      left: auto; }
      .blk-focus__controls .slick-arrow.slick-next::before {
        content: '\f054'; }
    .blk-focus__controls .slick-arrow.slick-prev {
      left: 0; }
      .blk-focus__controls .slick-arrow.slick-prev::before {
        content: '\f053'; }

@media screen and (max-width: 1280px) {
  .blk-focus .cont {
    padding-right: 13px; }
  .blk-focus .cont50-label {
    height: 105px;
    padding: 15px 13px; } }

@media screen and (max-width: 767px) {
  .blk-focus .cont {
    padding: 10px;
    min-height: 1px; }
  .blk-focus .cont50-label {
    height: 90px;
    padding: 10px; } }

.blk-focus-thumb {
  display: block; }
  .blk-focus-thumb .media-left {
    padding: 0; }
  .blk-focus-thumb p {
    margin: 0; }
  .blk-focus-thumb .small {
    font-family: "Source Sans Pro script=all rev=1", sans-serif; }
  .blk-focus-thumb .media-heading {
    position: relative;
    padding-top: 5px;
    margin-top: 5px;
    font-weight: 700;
    color: #191919; }
    .blk-focus-thumb .media-heading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 95px;
      height: 1px;
      background: #e1e1e1; }
  .blk-focus-thumb .tag.ico {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    left: auto;
    right: 0;
    top: 0;
    width: auto;
    padding: 5px; }

.blk-focus-small {
  position: relative;
  background: #fff; }
  .blk-focus-small img {
    width: 100%; }
  .blk-focus-small .media-body {
    display: inline-block;
    max-width: 100%;
    min-height: 115px; }
  .blk-focus-small .media-heading {
    font-weight: 700; }

@media screen and (max-width: 991px) {
  .blk-focus-small .tag {
    display: block; } }

.blk-focus-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .blk-focus-align .blk-focus-small {
    width: 17.5%; }
    .blk-focus-align .blk-focus-small:not(:last-child) {
      margin-right: 3.1%; }
  .blk-focus-align .media-body {
    min-height: 5px; }

@media screen and (max-width: 991px) {
  .blk-focus-align .blk-focus-small {
    width: 30%; }
    .blk-focus-align .blk-focus-small:not(:last-child) {
      margin-right: 5%; } }

@media screen and (max-width: 767px) {
  .blk-focus-align .blk-focus-small {
    width: 45%; }
    .blk-focus-align .blk-focus-small:not(:last-child) {
      margin-right: 9.8%; } }

.blk-focus-main .cont {
  position: absolute;
  min-height: 1px;
  max-width: 480px;
  height: auto;
  left: auto;
  bottom: 0;
  right: 0;
  top: auto;
  padding: 20px 45px 19px 25px; }
  .blk-focus-main .cont .tag {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-size: 11px;
    line-height: 1;
    padding: 2px 5px;
    transform: translateY(-100%);
    color: #fff;
    background-color: #01467c; }
    .blk-focus-main .cont .tag .icon-ministar {
      display: none; }

.blk-focus-main h3 {
  font-size: 2.667em;
  line-height: 1.2;
  color: #191919; }

.blk-focus-main .actions {
  display: inline-block;
  padding-top: 5px;
  font-size: 0.867em;
  color: #666;
  border-top: 1px solid #a5a5a5; }
  .blk-focus-main .actions .fa {
    font-size: 1.077em; }

.wide .blk-focus-main {
  padding-right: 105px; }
  .wide .blk-focus-main .cont {
    right: 105px; }

@media screen and (max-width: 767px) {
  .blk-focus-main .cont {
    position: relative;
    margin-top: 0 !important;
    padding: 10px 10px 25px;
    width: 100%;
    max-width: 100%; }
    .blk-focus-main .cont .tag {
      padding: 0 5px;
      line-height: 2.5rem; }
  .blk-focus-main h3 {
    font-size: 1.667em; }
  .wide .blk-focus-main {
    padding-right: 0; }
    .wide .blk-focus-main .cont {
      right: 0; } }

.blk-focus-mia {
  padding: 50px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .blk-focus-mia:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 75%;
    height: 100%;
    border: 6px solid #e30613;
    background: #fff; }
  .blk-focus-mia img {
    width: auto;
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) ;
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) ; }
  .blk-focus-mia .cont {
    position: static;
    margin-top: 0 !important;
    padding: 0 30px;
    background: none; }
  .blk-focus-mia h3 {
    color: #191919; }
  .blk-focus-mia .tags {
    margin: 10px 0 5px; }

.blk-list-mia {
  margin-bottom: 20px; }
  .blk-list-mia > ul > li {
    display: inline-block;
    width: 100%;
    margin: 30px 0; }
    .blk-list-mia > ul > li:nth-child(even) .blk-focus-mia {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      .blk-list-mia > ul > li:nth-child(even) .blk-focus-mia:after {
        right: auto;
        left: 0;
        border-color: #9a9a9a; }

@media screen and (max-width: 767px) {
  .blk-focus-mia {
    display: block;
    padding: 3px; }
    .blk-focus-mia:after {
      width: 100%;
      border-width: 3px; }
    .blk-focus-mia img {
      width: 100%;
      -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) ;
      -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) ;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) ; }
    .blk-focus-mia .cont {
      padding: 20px 10px; }
  .blk-list-mia {
    margin-bottom: 15px; }
    .blk-list-mia > ul > li {
      margin: 15px 0; }
      .blk-list-mia > ul > li:first-child {
        margin-top: 0; } }

.blk-abo {
  padding-bottom: 118px;
  border: 1px solid #e1e1e1;
  background-image: url("../img/bgd-blk-abo.jpg");
  background-position: 81% 100%;
  background-repeat: no-repeat; }
  .blk-abo h3 {
    font-size: 1.2em;
    font-weight: 400; }
    .blk-abo h3 .secondary, .blk-abo h3 .prix-produit, .blk-abo h3 .list-commandes .commande .montant, .list-commandes .commande .blk-abo h3 .montant, .blk-abo h3 .list-cart .prix, .list-cart .blk-abo h3 .prix {
      font-weight: 600; }
  .blk-abo p {
    margin-bottom: 15px; }
  .blk-abo .btn {
    padding: 10px 20px; }

@media screen and (max-width: 767px) {
  .blk-abo {
    background-position: 93% 100%; } }

@media screen and (max-width: 414px) {
  .blk-abo {
    padding-bottom: 90px;
    background-size: 50% auto; } }

.cont-made {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 25px; }

.blk-made {
  display: block;
  position: relative;
  height: 100%;
  color: #fff !important;
  font-size: 1.333em;
  font-weight: 600; }
  .blk-made:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .blk-made img {
    width: 100%;
    height: 100%; }
  .blk-made p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1.786em;
    line-height: 1.1; }
  .blk-made:hover:before, .blk-made:hover p {
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0); }

@media screen and (max-width: 767px) {
  .cont-made {
    display: inline-block; } }

.magazin-cover {
  float: left;
  margin-left: 10px;
  width: 25.5%;
  max-width: 150px; }
  .magazin-cover img {
    margin-bottom: 9px;
    border: 1px solid #a5a5a5; }

.magazin-info {
  float: left;
  width: 69.5%;
  margin-bottom: 5%;
  padding-left: 5%; }
  .magazin-info + div {
    float: left;
    width: 100%;
    padding-left: 10px; }

.magazin-date {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6dbde;
  font-weight: 800; }
  .magazin-date > * {
    display: block; }
  .magazin-date .edito {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    color: #878786;
    font-weight: 600;
    font-size: 11px;
    line-height: 1; }

.magazin-desc {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }

.magazin-title {
  font-weight: 700;
  font-size: 1.067em; }

.magazin-text {
  font-family: "Source Sans Pro script=all rev=1", sans-serif;
  line-height: 1.3; }

@media screen and (max-width: 767px) {
  .magazin-cover {
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .magazin-cover img {
      margin: 0 18px 0 0; }
  .magazin-info {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px; }
    .magazin-info + div {
      padding-left: 0; }
  .magazin-desc {
    margin-bottom: 0; } }

.blk-supplement {
  padding-left: 20%; }
  .blk-supplement .link-plus {
    display: inline-block; }

.supplement-cover {
  float: left;
  position: relative;
  padding-bottom: 21px;
  width: 46.3%; }
  .supplement-cover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 21px;
    background: url("../img/shadow.png") center top no-repeat;
    background-size: 100% auto; }

.supplement-desc {
  float: left;
  padding-left: 4.5%;
  width: 53.7%;
  font-weight: 700; }
  .supplement-desc > * {
    display: block; }

.supplement-title {
  font-size: 1.067em; }

@media screen and (max-width: 767px) {
  .blk-supplement {
    padding-left: 0; }
  .supplement-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .supplement-cover {
    padding-bottom: 15px;
    width: 100%; }
    .supplement-cover:after {
      display: none; }
  .supplement-desc {
    padding-left: 18px;
    width: 100%; } }

.blk-publication-highlight {
  padding: 30px 20px;
  font-size: 13px;
  background: #eeeeee; }
  .blk-publication-highlight .media-left {
    padding-right: 30px; }
  .blk-publication-highlight .media-body .small {
    margin-bottom: 0; }
  .blk-publication-highlight .media-body .media-heading {
    position: relative;
    margin: 10px 0;
    padding-top: 5px;
    font-weight: 700;
    font-size: 1.308em; }
    .blk-publication-highlight .media-body .media-heading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 95px;
      height: 1px;
      background: #c8c8c8; }
  .blk-publication-highlight .media-body strong {
    font-weight: 600; }
  .blk-publication-highlight ul li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 3px; }
    .blk-publication-highlight ul li:before {
      position: absolute;
      top: 6px;
      left: 1px;
      color: #e30613;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 6px; }
  .blk-publication-highlight .btn-default {
    margin-top: 15px;
    font-size: 1.154em; }
    .blk-publication-highlight .btn-default + .btn-default {
      margin-left: 5px; }

@media screen and (max-width: 767px) {
  .blk-publication-highlight {
    padding: 15px; }
    .blk-publication-highlight .media-left {
      margin-bottom: 15px;
      padding-right: 0;
      width: 100%;
      display: inline-block; }
      .blk-publication-highlight .media-left img {
        width: auto;
        height: auto;
        max-width: 70%;
        margin: 0 auto; } }

@media screen and (max-width: 420px) {
  .blk-publication-highlight .btn-default {
    min-width: 100%; }
    .blk-publication-highlight .btn-default + .btn-default {
      margin-left: 0; } }

/*.blk-newsletter {

  .cont {
    padding-bottom: 32px;
    background: $secondary-bgd;
    @include box-shadow(0, 0, 35px, rgba(0, 0, 0, 0.17));

    p {
      position: relative;
      margin-bottom: 25px;
      padding-left: 2.941em;
      display: inline-block;
      width: auto;
      font-size: 1.133em;
      font-weight: 600;
    }
  }

  .tilt {
    margin: 0 auto;
    padding: 30px 0 20px;
    width: 77%;
    position: relative;

    &:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: $secondary-bgd;
      @include box-shadow(0, 0, 13px, rgba(0, 0, 0, 0.18));
      @include rotate(-7);
    }

    > * {
      position: relative;
    }

    .fa {
      position: absolute;
      top: 0;
      left: 0;
    }
    .lg {
      top: -6px;
      font-size: 2.353em;
    }
    .md {
      left: 37px;
      top: -42px;
      @include rotate(-29);
      background: $secondary-bgd;
      font-size: 2.059em;
      line-height: 0.7;
    }
    .sm {
      left: 10px;
      top: -30px;
      @include rotate(22);
      font-size: 1.471em;
    }
  }

  &-footer {
    .cont {
      display: flex;
      align-items: center;

      > span {
        align-self: flex-end;
        margin: 0 0 10px 5px;
        font-size: 1.429em;
        font-weight: 600;
      }
    }

    .picto-newsletter {
      width: 65px;
      height: 53px;
      display: inline-block;
      background: url("../img/bgd-blk-newsletter.png") center center no-repeat;
      background-size: contain;
    }

    .btn-default {
      margin-left: auto;
    }
  }
}

@media screen and (max-width: 420px) {
  .blk-newsletter-footer {
    .cont > span {
      margin-bottom: 0;
    }
  }
}*/
.blk-newsletter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .blk-newsletter .picto-newsletter {
    width: 77px;
    height: 80px;
    margin-top: -18px;
    display: inline-block;
    background: url("../img/bgd-blk-newsletter.png") center center no-repeat;
    background-size: contain; }
  .blk-newsletter > span {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0 0 10px 5px;
    font-size: 1.333em;
    font-weight: 600;
    line-height: 1.2; }
  .blk-newsletter .btn-default {
    margin-left: auto; }

@media screen and (max-width: 767px) {
  .blk-newsletter .picto-newsletter {
    width: 45px; }
  .blk-newsletter > span {
    width: 65%; } }

.social-links {
  font-size: 1.2em;
  padding-block: 34px; }
  .social-links li {
    display: inline-block;
    margin: 0 7px;
    border-radius: 50%;
    background: #3b3b3b; }
  .social-links a {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 40px;
    height: 40px; }

.blk-toolbox {
  overflow: hidden;
  padding: 20px 5px 10px;
  background: #fff; }
  .blk-toolbox .baseline {
    padding: 0 5px;
    margin: 0 0 20px;
    font-size: 1.333em;
    line-height: 1.2; }
  .blk-toolbox strong {
    font-weight: 600; }
  .blk-toolbox .theme-group {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-size: 11px;
    font-weight: 700; }
    .blk-toolbox .theme-group > div {
      width: auto; }
    .blk-toolbox .theme-group [class^="icon-"] {
      display: block;
      font-size: 70px; }
    .blk-toolbox .theme-group img {
      display: block;
      width: 70px;
      max-width: 100%;
      height: auto; }
  .blk-toolbox .theme {
    width: 95%;
    min-width: unset;
    min-height: 145px;
    margin: 0 5px 10px;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    color: #fff; }
    .blk-toolbox .theme-strategy {
      background: #ec4766; }
    .blk-toolbox .theme-economy {
      background: #c18e2c; }
    .blk-toolbox .theme-jobs {
      background: #118c90; }
    .blk-toolbox .theme-stats {
      background: #18c4b2; }
    .blk-toolbox .theme-training {
      background: #e949c2; }
    .blk-toolbox .theme-electronic {
      background: #33cb94; }
    .blk-toolbox .theme-innovation {
      background: #e54904; }
    .blk-toolbox .theme > div {
      width: 50px;
      margin: 0 auto; }
    .blk-toolbox .theme > span {
      display: inline-block;
      font-size: 17px;
      font-weight: 400;
      text-transform: uppercase;
      width: 100%; }

@media screen and (min-width: 768px) {
  .blk-toolbox {
    padding: 47px 20px 47px 102px;
    background-color: #fff;
    text-align: left;
    color: #000; }
    .blk-toolbox .baseline {
      padding: 0;
      margin-bottom: 26px; }
    .blk-toolbox .theme-group {
      display: -ms-flexbox;
      display: flex;
      gap: 13px;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 0; }
      .blk-toolbox .theme-group [class^="icon-"] {
        margin: 10px 0; }
      .blk-toolbox .theme-group img {
        margin: 10px 0; }
      .blk-toolbox .theme-group > div {
        width: auto; }
    .blk-toolbox .theme {
      width: 160px;
      height: 160px;
      min-width: 160px;
      min-height: 160px;
      margin: 0;
      padding-top: 20px; } }

@media screen and (min-width: 768px) and (max-width: 810px) {
  .blk-toolbox .theme {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    margin: 0 50px; } }

@media screen and (min-width: 992px) {
  .blk-toolbox {
    padding-bottom: 120px; } }

.blk-intro {
  border-bottom: 1px solid #e1e1e1; }
  .blk-intro p {
    font-size: 2em; }

@media screen {
  .blk-intro p {
    font-size: 1.667em;
    line-height: 1.2; } }

.blk-50 {
  display: block;
  min-height: 81.15%;
  height: auto !important; }
  .blk-50-illus {
    margin: -20px -20px 20px; }
    .blk-50-illus img {
      width: 100%; }
  .blk-50-cont {
    padding: 0 15px; }
  .blk-50 h3 {
    font-size: 1.6em; }
  .blk-50 p {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-size: 1.067em; }

@media screen and (max-width: 991px) {
  .blk-50-cont {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .blk-50-illus {
    margin: -10px -10px 10px; }
  .blk-50 h3 {
    margin-bottom: 0; } }

.blk-study {
  float: left;
  position: relative;
  width: 100%;
  background: #fff; }
  .blk-study img {
    width: 100%; }
  .blk-study .cont {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 8%;
    margin: 7.5% 0;
    width: 90%;
    height: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
  .blk-study .small {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 7px; }
    .blk-study .small:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 1px;
      width: 20px;
      margin-left: -10px;
      background: #e30613; }
  .blk-study p {
    margin: 0;
    font-size: 1.333em;
    font-weight: 700; }

@media screen and (min-width: 992px) {
  .blk-study .cont {
    max-width: 375px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .blk-study .cont {
    width: 60%; } }

.blk-search-engine {
  float: left;
  width: 100%;
  padding: 25px 20px 0;
  border: 5px solid rgba(191, 191, 191, 0.8);
  background: rgba(242, 242, 242, 0.8) url("../img/bgd-blk-search-engine.png") -5px top no-repeat;
  text-align: center; }

@media screen and (max-width: 767px) {
  .blk-search-engine {
    padding: 25px 10px 0; } }

.blk-search-event {
  background: rgba(242, 242, 242, 0.8) url("../img/bgd-blk-announcement.png") -55px -21px no-repeat; }

.form-search-engine {
  position: relative; }
  .form-search-engine .form-group {
    width: 32%; }
    .form-search-engine .form-group > * {
      height: 45px;
      margin-bottom: 25px; }
    .form-search-engine .form-group:first-child {
      margin-right: 40px; }
      .form-search-engine .form-group:first-child > input {
        width: 100%;
        color: gray; }
  .form-search-engine .filter-group {
    width: 100%; }
    .form-search-engine .filter-group > * {
      margin-left: 0; }
    .form-search-engine .filter-group .btn-default:not(:last-child) {
      margin-right: 20px; }
    .form-search-engine .filter-group .btn-default {
      padding: 12px 40px;
      background: #666666;
      border: 0;
      border-radius: 25px; }
  .form-search-engine .form-actions {
    display: inline-block; }
  .form-search-engine input[type="submit"] {
    margin-left: 34px;
    margin-bottom: 25px;
    padding: 11px 15px; }
  .blk-search-event .form-search-engine input[type="submit"] {
    margin-left: 0; }
  .form-search-engine .select-cont:after {
    top: 0; }

@media screen and (min-width: 992px) and (max-width: 1299px) {
  .form-search-engine .form-group {
    width: 40%; }
  .form-search-engine .filter-group {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .form-search-engine .form-group {
    width: 35.55%; }
  .form-search-engine .filter-group {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .form-search-engine .form-group {
    width: 100%; }
  .form-search-engine .filter-group .btn-default:not(:last-child) {
    margin-right: 0; }
  .form-search-engine .filter-group .btn-default {
    min-width: 80%; }
  .form-search-engine button {
    margin-left: 0; }
  .form-search.js-search-form {
    margin: 9px 0 0 0;
    padding: 20px 70px;
    background: #f8f8f8;
    display: block;
    border-bottom: 1px solid #e1e1e1; } }

.date-group {
  width: 230px;
  position: absolute;
  left: 10%;
  bottom: -24.5%;
  z-index: 5;
  background: #fff;
  display: none;
  border-radius: 3px;
  -ms-box-shadow: 4px 4px 16px rgba(204, 204, 204, 0.4) ;
  -o-box-shadow: 4px 4px 16px rgba(204, 204, 204, 0.4) ;
  box-shadow: 4px 4px 16px rgba(204, 204, 204, 0.4) ; }

.date-group-cont {
  width: 100%;
  position: relative;
  padding: 20px 20px 15px 20px; }
  .date-group-cont:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 35px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .date-group-cont .form-group {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: left; }
    .date-group-cont .form-group > label {
      height: auto;
      margin-bottom: 5px;
      font-weight: 400;
      color: #666666; }
    .date-group-cont .form-group > input {
      width: 100%;
      margin-bottom: 15px;
      color: #666666; }
  .date-group-cont .form-control {
    width: 100%; }

@media screen and (min-width: 768px) {
  .date-group {
    left: 66.8%;
    bottom: -60%; } }

@media screen and (min-width: 992px) {
  .date-group {
    left: auto;
    right: 4%; } }

@media screen and (min-width: 993px) and (max-width: 1299px) {
  .date-group {
    right: -10%; } }

@media screen and (min-width: 1300px) {
  .date-group {
    right: 4%; } }

.blk-search-filter {
  float: left;
  width: 100%;
  padding: 12px 0 30px;
  border: 5px solid rgba(191, 191, 191, 0.8);
  border-top: none;
  text-align: center;
  background: #fff; }
  .blk-search-filter h3 {
    font-size: 1.067em; }
  .blk-search-filter-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .blk-search-filter .btn-default {
    background: none;
    border: none;
    height: 40px;
    color: #e30613; }
    .blk-search-filter .btn-default.disabled {
      color: rgba(191, 191, 191, 0.8); }
  .blk-search-filter-categories {
    overflow: hidden;
    padding: 0 20px; }
    .blk-search-filter-categories .mCSB_container {
      padding: 0 40px;
      margin-bottom: 0 !important; }
    .blk-search-filter-categories .mCSB_scrollTools {
      position: static;
      height: auto;
      opacity: 1; }
      .blk-search-filter-categories .mCSB_scrollTools .mCSB_buttonLeft, .blk-search-filter-categories .mCSB_scrollTools .mCSB_buttonRight {
        top: 0;
        position: absolute;
        background: #fff;
        opacity: 1;
        width: 40px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        line-height: 3em;
        color: #e30613; }
      .blk-search-filter-categories .mCSB_scrollTools .mCSB_buttonLeft:before {
        content: "\f053"; }
      .blk-search-filter-categories .mCSB_scrollTools .mCSB_buttonRight:before {
        content: "\f054"; }
      .blk-search-filter-categories .mCSB_scrollTools .mCSB_draggerContainer {
        display: none; }
    .blk-search-filter-categories ul > li {
      float: left;
      margin-bottom: 10px; }
      .blk-search-filter-categories ul > li .btn-default {
        color: #3b3b3b;
        font-family: "Source Sans Pro script=all rev=1", sans-serif;
        font-size: 0.8em;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 8px;
        border: 1px solid #e6e6e6; }
      .blk-search-filter-categories ul > li:not(:last-child) {
        margin-right: 10px; }
      .blk-search-filter-categories ul > li.active .btn-default {
        background: #f3f3f3;
        color: #e30613; }

@media screen and (max-width: 767px) {
  .blk-search-filter {
    padding: 12px 0; }
    .blk-search-filter-categories {
      padding: 0 10px; } }

.form-search-publication .form-group {
  width: 30%; }
  .form-search-publication .form-group:not(:last-child) {
    margin-right: 2%; }
  .form-search-publication .form-group > input {
    width: 100%; }

@media screen and (max-width: 767px) {
  .form-search-publication .form-group {
    width: 100%;
    margin-right: 0; } }

/*DatePicker jQuery*/
.ui-datepicker {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Work Sans", Arial, sans-serif;
  border-radius: 3px;
  -ms-box-shadow: 4px 4px 16px rgba(204, 204, 204, 0.4) ;
  -o-box-shadow: 4px 4px 16px rgba(204, 204, 204, 0.4) ;
  box-shadow: 4px 4px 16px rgba(204, 204, 204, 0.4) ; }
  .ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border: 0; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
      font-weight: 300;
      margin: 0 3px;
      background-image: none;
      border: 1px solid #e1e1e1;
      border-radius: 2px;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      background-color: #fff;
      color: #fff; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
        border: 0;
        top: 2px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev > span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next > span {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev > span:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next > span:before {
          margin: 1px 3px;
          text-indent: 0;
          display: block;
          color: #e30613; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 2px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev > span:before {
        content: "\f053"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 2px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next > span:before {
        content: "\f054"; }
  .ui-datepicker .ui-datepicker-calendar {
    display: table; }
    .ui-datepicker .ui-datepicker-calendar tbody tr {
      background: none !important; }
    .ui-datepicker .ui-datepicker-calendar tbody td {
      font-family: "Work Sans", Arial, sans-serif; }
      .ui-datepicker .ui-datepicker-calendar tbody td a {
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 2px; }
        .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-highlight {
          color: #e30613;
          background-color: #f5eaea; }
        .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
          border-color: #e30613;
          background-color: #e30613; }

.blk-result .blk-result-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1; }
  .blk-result .blk-result-heading > nav {
    height: 34px; }
  .blk-result .blk-result-heading.heading-galerie {
    -ms-flex-pack: end;
        justify-content: flex-end; }

@media screen and (max-width: 767px) {
  .blk-result-heading {
    -ms-flex-direction: column;
        flex-direction: column; }
    .blk-result-heading .results-found {
      margin-bottom: 10px; } }

.blk-toolbar-sharing {
  padding: 15px 20px;
  position: absolute;
  top: 65px;
  right: 20px;
  width: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #fff; }
  .wide .blk-toolbar-sharing {
    top: 10px; }
  .blk-toolbar-sharing .btn-group:not(:last-child) {
    border-bottom: 1px solid #e1e1e1; }
  .blk-toolbar-sharing .btn-group > ul li {
    margin: 10px 0; }
    .blk-toolbar-sharing .btn-group > ul li a {
      width: 25px;
      height: 25px;
      line-height: 25px;
      display: block;
      border: 1px solid #e1e1e1;
      border-radius: 50%;
      background: rgba(242, 242, 242, 0.8);
      color: #3b3b3b;
      text-align: center; }
      .blk-toolbar-sharing .btn-group > ul li a:hover {
        color: #e30613; }
      .blk-toolbar-sharing .btn-group > ul li a.pill {
        height: 58px;
        padding: 4px 0;
        border-radius: 25px; }
        .blk-toolbar-sharing .btn-group > ul li a.pill.liked {
          color: #e30613; }
  .blk-toolbar-sharing .btn-group .count {
    font-size: 0.8em;
    font-weight: 700;
    font-style: normal; }
  .blk-toolbar-sharing .btn-group-social li:first-child {
    margin-top: 0; }
  .blk-toolbar-sharing .btn-group-translate li:last-child {
    margin-bottom: 0; }
  .blk-toolbar-sharing .btn-group-translate li a {
    overflow: hidden; }
  .blk-toolbar-sharing .btn-group-translate li i {
    font-size: 0.857em;
    line-height: 0.857em; }
  .blk-toolbar-sharing .btn-group.lang-group > ul li a {
    background: rgba(242, 242, 242, 0.8) url("../img/bgd-flag.png") no-repeat; }
    .blk-toolbar-sharing .btn-group.lang-group > ul li a.flag-en {
      background-position: top center; }
    .blk-toolbar-sharing .btn-group.lang-group > ul li a.flag-fr {
      background-position: bottom center; }

@media screen and (max-width: 767px) {
  .blk-toolbar-sharing {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding: 15px 0;
    position: static;
    top: 0;
    left: 0;
    text-align: center; }
    .blk-toolbar-sharing .btn-group {
      float: left; }
      .blk-toolbar-sharing .btn-group:first-child, .blk-toolbar-sharing .btn-group:nth-child(2) {
        margin-left: 2%; }
      .blk-toolbar-sharing .btn-group:first-child, .blk-toolbar-sharing .btn-group:last-child {
        border-bottom: none;
        border-right: none; }
      .blk-toolbar-sharing .btn-group:nth-child(2) {
        border-bottom: none;
        border-right: 1px solid #e1e1e1; }
      .blk-toolbar-sharing .btn-group > ul li {
        margin: 0 10px;
        display: inline-block; }
        .blk-toolbar-sharing .btn-group > ul li a.pill {
          width: 58px;
          height: 25px;
          padding: 0 4px; }
      .blk-toolbar-sharing .btn-group .count {
        margin-left: 25%; } }

@media screen and (max-width: 450px) {
  .blk-toolbar-sharing .btn-group:first-child {
    margin-bottom: 10px; } }

.blk-announcement {
  margin-top: 45px;
  padding: 0 0 12px;
  text-align: center;
  background: url("../img/bgd-blk-announcement.png") -50px -50px no-repeat;
  border-radius: 4px;
  -ms-box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.18) ;
  -o-box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.18) ;
  box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.18) ; }
  .blk-announcement .icon-pin {
    width: 50px;
    height: 50px;
    margin: 0 auto -5px;
    background: #888888;
    border-radius: 4px;
    transform: translateY(-25px); }
  .blk-announcement h3 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px; }
  .blk-announcement .small {
    padding: 0 6px; }
  .blk-announcement .btn {
    margin-bottom: 15px; }

.blk-pub {
  border: 1px solid #e1e1e1; }

#block-blockpubrubriquebloc300x250,
#block-blockpubaccueilrubriquebanniere768x90 {
  clear: both; }

.blk-poll .form-illus {
  margin-bottom: -1px; }

.blk-poll .form-sondage {
  border: 1px solid #e1e1e1; }

.poll-view .radio label:before,
.poll-view .radio-inline label:before {
  background: url("../img/radio-btn-2.png") center top no-repeat; }

.poll-view .radio label.checked:before,
.poll-view .radio-inline label.checked:before {
  background-position: center bottom; }

.blk-prefooter {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(242, 242, 242, 0.8); }
  .blk-prefooter .main-title {
    font-size: 2.143em;
    padding-left: 0; }
    .blk-prefooter .main-title span {
      z-index: 1; }
  .blk-prefooter p {
    font-size: 1.067em; }
  .blk-prefooter .social-links li:first-child {
    margin-left: 0; }
  .blk-prefooter .blk-newsletter .picto-newsletter {
    width: 65px;
    height: 53px;
    margin-top: 0;
    background-image: url("../img/bgd-blk-newsletter-footer.png"); }
  .blk-prefooter .blk-newsletter > span {
    font-size: 1.429em; }

@media screen and (max-width: 767px) {
  .blk-prefooter {
    padding-bottom: 30px;
    background: #fff; }
    .blk-prefooter .blk-newsletter .picto-newsletter {
      width: 45px; }
    .blk-prefooter .blk-newsletter > span {
      width: 65%; } }

.blk-signin .links, .blk-signin a {
  color: #e30613; }

.blk-signin a:hover {
  color: #3b3b3b; }

.blk-overlap {
  position: relative;
  float: left;
  width: calc(50% - 20px); }
  .blk-overlap-cont {
    display: block;
    position: relative;
    margin: 10px 0 0 10px; }
    .blk-overlap-cont:before {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      width: 100%;
      height: 100%;
      background: #eeeeee;
      border: 1px solid #e1e1e1; }
  .blk-overlap-list {
    position: relative;
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #e1e1e1; }
    .blk-overlap-list li {
      position: relative; }
      .blk-overlap-list li:not(:last-child) {
        padding-bottom: 20px; }
      .blk-overlap-list li:before {
        content: "";
        width: 20px;
        height: 2px;
        background: #e30613;
        position: absolute;
        top: -6px;
        left: 0; }
      .blk-overlap-list li a {
        border-bottom: 1px solid;
        padding-bottom: 1px; }
        .blk-overlap-list li a i {
          margin-right: 4px; }
        .blk-overlap-list li a:hover {
          color: #e30613; }
  .blk-overlap + .blk-overlap {
    float: right;
    margin-left: 40px; }
  .blk-overlap:only-child {
    width: 100%; }

@media screen and (max-width: 767px) {
  .blk-overlap {
    width: 100%; }
    .blk-overlap + .blk-overlap {
      width: 100%;
      margin-left: 0; } }

.blk-article table {
  white-space: normal; }

.blk-article .small {
  font-weight: 500; }
  .blk-article .small a {
    color: #e30613; }

.blk-article .tag {
  position: static;
  margin-left: 1em;
  text-transform: capitalize; }

.blk-article h1 {
  margin-top: 22px;
  font-size: 3.333em;
  font-weight: 700;
  line-height: 1; }

.blk-article h2, .blk-article h3, .blk-article h4, .blk-article h5, .blk-article h6 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1; }

.blk-article h2 {
  font-size: 2.667em;
  clear: right; }

.blk-article h3 {
  font-size: 2.133em; }

.blk-article h4 {
  font-size: 1.667em; }

.blk-article h5 {
  font-size: 1.333em; }

.blk-article h6 {
  font-size: 1.067em; }

.blk-article p {
  margin-bottom: 1.5em;
  overflow: hidden;
  font-size: 1em;
  text-align: justify; }
  .blk-article p:last-child {
    margin-bottom: 0; }

.blk-article img.pull-right {
  margin-left: 30px;
  margin-bottom: 10px;
  max-width: 40%; }

.blk-article img.pull-left {
  margin-right: 30px;
  margin-bottom: 10px;
  max-width: 40%; }

.blk-article .intro {
  margin: 1.2em 0;
  font-size: 1.667em;
  font-weight: 600;
  line-height: 1.2; }

.blk-article-img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 1em auto 3em; }
  .blk-article-img img {
    width: 100%; }
  .blk-article-img .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1.143em 0.929em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.933em;
    font-weight: 500; }

.blk-article .btn-cont {
  display: inline-block;
  width: 100%; }
  .blk-article .btn-cont:not(:last-child) {
    margin-bottom: 2.143em; }

.wide .blk-article {
  padding-right: 105px; }

@media screen and (max-width: 991px) {
  .blk-article h1 {
    font-size: 2.5em; } }

@media screen and (max-width: 767px) {
  .blk-article .small span + span {
    display: block; }
  .blk-article h1 {
    font-size: 2.2em; }
  .blk-article p {
    margin-bottom: 1em;
    font-size: 1.1em;
    text-align: left; }
  .blk-article img.pull-right {
    float: none !important;
    margin-left: auto;
    max-width: 100%; }
  .blk-article img.pull-left {
    float: none !important;
    margin-right: auto;
    max-width: 100%; }
  .blk-article .intro {
    margin: 1em 0;
    font-size: 1.3em; }
  .blk-article-img {
    margin: 1em 0; }
    .blk-article-img .caption {
      padding: 5px; }
  .wide .blk-article {
    padding-right: 0; } }

.tag {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 5px;
  line-height: 2;
  color: #fff;
  background-color: #01467c;
  z-index: 2; }
  .tag i {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    float: left; }
  .tag.ico {
    top: 10px;
    left: 0;
    width: 25px;
    font-weight: 500;
    line-height: 2.5rem;
    font-size: 1.3rem;
    padding: 0 5px;
    z-index: 2; }
    .tag.ico i {
      margin-right: 0;
      text-indent: 0; }
  .tag-sponsorise:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #01467c; }

.blk-similar-articles {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #e8e8e8; }
  .blk-similar-articles .tag {
    top: 0;
    left: auto;
    right: 0;
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: inherit;
    font-weight: 400; }
  .blk-similar-articles h2 {
    margin: 0 0 0.889em;
    font-size: 3em; }
  .blk-similar-articles .blk-focus-small, .blk-similar-articles .media-body {
    background: #f8f8f8; }
  .blk-similar-articles .small {
    font-weight: 700;
    font-size: 11px; }
  .blk-similar-articles .media-heading {
    font-size: 1.333em; }
    .blk-similar-articles .media-heading:before {
      display: none; }

@media screen and (max-width: 767px) {
  .blk-similar-articles h2 {
    font-size: 1.667em; } }

.blk-dossier:not(:last-child) {
  border-bottom: 1px solid #e1e1e1; }

.blk-dossier .media {
  display: block;
  margin-bottom: 15px; }
  .blk-dossier .media .small, .blk-dossier .media p {
    font-family: "Source Sans Pro script=all rev=1", sans-serif;
    font-weight: 400; }
  .blk-dossier .media p {
    margin-bottom: 0.8em;
    font-size: 1em; }

.blk-dossier .media-left {
  padding-right: 30px; }

.blk-dossier h3 {
  margin: 0.52em 0;
  font-size: 1.667em; }

.blk-dossier h4 {
  margin: 15px 0;
  font-size: 15px;
  font-weight: 600; }

.blk-dossier-thumb .media {
  margin-bottom: 0; }

.blk-dossier-thumb .media-left {
  padding-right: 0; }

.blk-dossier-thumb .media-body {
  padding: 5px 15px;
  background: #e8e8e8;
  vertical-align: middle; }

.blk-dossier-thumb p {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .blk-dossier .media-dossier .media-body {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%; } }

.blk-dossier-detail {
  padding-top: 15px;
  background: #e8e8e8; }
  .blk-dossier-detail h4 {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 600; }
  .blk-dossier-detail .media-body {
    background: #fff; }

@media screen and (max-width: 767px) {
  .blk-dossier-detail > .container {
    padding: 0; } }

.blk-event-info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 30px 0;
  padding: 15px 20px 10px;
  border: 5px solid rgba(191, 191, 191, 0.8);
  background: rgba(242, 242, 242, 0.8) url("../img/bgd-blk-announcement.png") -55px -21px no-repeat; }
  .blk-event-info p {
    font-size: 1em; }
  .blk-event-info > [class^="blk-event-info-"] p {
    margin-bottom: 1em;
    text-align: left; }
  .blk-event-info-icon .picto {
    font-size: 3em; }
  .blk-event-info-date .event-time {
    margin-left: 10px; }
  .blk-event-info-location .icon-location-pointer {
    margin-right: 13px; }
  .blk-event-info-location .fa {
    margin-right: 8px; }
  .blk-event-info-location a {
    padding-bottom: 2px;
    border-bottom: 1px solid #3b3b3b; }
    .blk-event-info-location a:hover {
      color: #e30613;
      border-color: #e30613; }

@media screen and (min-width: 768px) {
  .blk-event-info {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 25px 20px; }
    .blk-event-info > [class^="blk-event-info-"] p:last-of-type {
      margin-bottom: 0; }
    .blk-event-info > [class^="blk-event-info-"]:not(:last-child) {
      margin-right: 40px; }
    .blk-event-info-date {
      -ms-flex: 1;
          flex: 1; }
      .blk-event-info-date .event-time {
        margin-left: 40px; }
    .blk-event-info-location {
      -ms-flex: 1;
          flex: 1;
      text-align: left; } }

.blk-video-focus {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 20px; }

@media screen and (min-width: 992px) {
  .blk-video-focus {
    padding-bottom: 51.25%; } }

@media screen and (min-width: 1300px) {
  .blk-video-focus {
    padding-bottom: 39.7%; } }

@media screen and (max-width: 991px) {
  .blk-video-focus {
    max-width: none; } }

.blk-video-description {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px; }
  .blk-video-description h2 {
    font-size: 1.667em; }

.btn-channel-cont {
  max-width: 860px;
  margin: 0 auto; }
  .btn-channel-cont .btn-default {
    float: right; }
    .btn-channel-cont .btn-default:hover .fa-youtube-play {
      color: #fff; }

@media screen and (max-width: 767px) {
  .btn-channel-cont {
    max-width: 210px;
    text-align: center; }
    .btn-channel-cont .btn-default {
      float: none; } }

.blk-playlist-group {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .blk-playlist-group .link-plus {
    float: right;
    padding: 0;
    margin-top: -15px; }

@media screen and (min-width: 992px) {
  .blk-playlist-group {
    max-width: 890px; } }

.btn-video-list-cont {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.blk-comment {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 0;
  background: rgba(242, 242, 242, 0.8);
  border-top: 1px solid #d6dbde; }
  .blk-comment h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 0;
    font-size: 1.143em;
    line-height: 1;
    font-weight: 600;
    color: #1f79ed; }
    .blk-comment h2 > span {
      padding: 0.25em 0.75em;
      margin-left: 1rem;
      font-size: 10px;
      font-weight: 400;
      color: #fff;
      background: #1f79ed;
      border-radius: 10px; }
  .blk-comment-cont {
    margin: 0 20px;
    padding: 25px 0 18px;
    border-top: 1px solid #d6dbde; }
    @media screen and (max-width: 767px) {
      .blk-comment-cont {
        margin: 0 10px; } }
    .blk-comment-cont .info {
      display: inline-block;
      width: 100%;
      margin-bottom: 5px;
      font-size: 12px; }
      .blk-comment-cont .info > div {
        float: left;
        text-transform: uppercase;
        font-weight: 600; }
      .blk-comment-cont .info .date {
        float: left;
        margin-left: 20px;
        padding-left: 20px;
        font-style: italic;
        position: relative; }
        .blk-comment-cont .info .date:before {
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -0.55em;
          width: 20px;
          height: 20px;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ""; }
        @media screen and (max-width: 767px) {
          .blk-comment-cont .info .date {
            margin-left: 0;
            margin-top: 5px;
            width: 100%; } }
    .blk-comment-cont div[property="schema:text"] {
      display: inline-block;
      width: 100%;
      padding: 0 30px;
      text-align: justify; }
      @media screen and (max-width: 767px) {
        .blk-comment-cont div[property="schema:text"] {
          padding: 0 15px; } }
    .blk-comment-cont .links {
      display: inline-block;
      width: 100%;
      padding-left: 30px;
      font-size: 10px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .blk-comment-cont .links {
          padding-left: 15px; } }
    .blk-comment-cont .comment-reply a {
      position: relative;
      padding-left: 22px; }
      .blk-comment-cont .comment-reply a:before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .blk-comment-cont .comment-reply a:hover {
        color: #e30613; }
  .blk-comment .indented {
    margin: 0 20px;
    padding-left: 30px;
    position: relative;
    overflow: hidden; }
    .blk-comment .indented:before {
      content: '';
      width: 200%;
      height: 1px;
      position: absolute;
      top: 0;
      right: 0;
      background: #e1e1e1; }
    .blk-comment .indented .blk-comment-cont {
      margin: 0; }
    .blk-comment .indented .info {
      padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .blk-comment .indented {
        margin: 0 10px;
        padding-left: 15px; }
        .blk-comment .indented .info {
          padding-left: 15px; } }
    .blk-comment .indented .indented {
      margin: 0; }
  .blk-comment .btn-default {
    border-color: #1f79ed;
    background: #1f79ed;
    color: #fff; }
    .blk-comment .btn-default:hover, .blk-comment .btn-default:active, .blk-comment .btn-default:focus {
      border-color: #1061c9;
      background: #1061c9; }

.frm-comment {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 12px 20px 0;
  background: #fff;
  border-radius: 5px; }
  .frm-comment h2 {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #3b3b3b;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1; }

.comment-form {
  padding: 15px 20px 25px;
  font-size: 0.875em; }
  .comment-form .form-wrapper:not(.form-actions) {
    margin-bottom: 15px; }
  .comment-form .form-text, .comment-form .form-email, .comment-form .form-textarea {
    display: inline-block;
    width: 100%;
    padding: 8px;
    font-size: 1em;
    line-height: 1.42857;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
  .comment-form .filter-wrapper {
    display: none; }
  .comment-form .form-actions {
    font-size: 11px;
    text-align: right; }
  .comment-form .button + .button {
    margin-left: 10px; }

.ui-accordion .ui-accordion-header {
  border: 0 none;
  background: none;
  cursor: pointer;
  outline: 0;
  font-weight: 500; }
  .ui-accordion .ui-accordion-header .ui-icon {
    background-image: none;
    text-indent: -4px;
    color: #e30613;
    background: rgba(242, 242, 242, 0.8);
    font-size: 15px;
    padding: 0.05em 0.9em; }

.ui-accordion .ui-accordion-content {
  border: 0 none;
  padding: 15px; }

.ui-accordion .ui-widget-content {
  background: rgba(242, 242, 242, 0.8); }

.blk-map {
  width: 100%;
  height: 530px; }
  @media screen and (max-width: 420px) {
    .blk-map {
      height: 430px; } }
  .blk-map span {
    display: block;
    margin-bottom: 1em;
    font-size: 1em; }
  .blk-map .title {
    font-size: 1.250em;
    font-weight: 700; }
  .blk-map .btn {
    display: block;
    font-family: 'Work Sans', Arial, sans-serif;
    border: 1px solid #e1e1e1; }
    .blk-map .btn + .btn {
      margin-top: 9px; }

.gm-style .gm-style-iw {
  padding: 10px;
  font-size: 14px; }

.gm-style-iw + div {
  margin: -5px -7px 0 0;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  font-size: 20px; }
  .gm-style-iw + div:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    color: #e30613; }
  .gm-style-iw + div > img {
    display: none; }

/*dev*/
.map-wrapper {
  overflow: hidden; }
  .map-wrapper .geolocation-common-map-container {
    margin: 0 auto;
    padding-bottom: 47.88%; }
