@charset "UTF-8";
@keyframes arrow-swipe-right {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(8px);
  }
  75% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-swipe-left {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(-8px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale_updown_coming {
  0% {
    transform: scale(1) rotate(-8deg);
  }
  50% {
    transform: scale(1.07) rotate(-8deg);
  }
  100% {
    transform: scale(1) rotate(-8deg);
  }
}
@keyframes background {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(233, 66, 64, 0.25);
  }
  100% {
    background-color: rgba(233, 66, 64, 0.85);
  }
}
@keyframes flying {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 100px);
  }
  50% {
    transform: translate(50px, 50px);
  }
  75% {
    transform: translate(100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

ul {
    padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

header .row {
    padding-left: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

/*
.row {
  margin-left: 15px;
  margin-right: 15px;
}
*/

.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11 {
  float: left;
}

.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
  width: 8.33333%;
}

.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
  width: 16.66667%;
}

.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
  width: 25%;
}

.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
  width: 33.33333%;
}

.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
  width: 41.66667%;
}

.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
  width: 50%;
}

.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
  width: 58.33333%;
}

.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
  width: 66.66667%;
}

.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
  width: 75%;
}

.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
  width: 83.33333%;
}

.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
  width: 91.66667%;
}

.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  width: 100%;
}

.col-xs-push-0, .col-sm-push-0, .col-md-push-0, .col-lg-push-0 {
  left: auto;
}

.col-xs-push-1, .col-sm-push-1, .col-md-push-1, .col-lg-push-1 {
  left: 8.33333%;
}

.col-xs-push-2, .col-sm-push-2, .col-md-push-2, .col-lg-push-2 {
  left: 16.66667%;
}

.col-xs-push-3, .col-sm-push-3, .col-md-push-3, .col-lg-push-3 {
  left: 25%;
}

.col-xs-push-4, .col-sm-push-4, .col-md-push-4, .col-lg-push-4 {
  left: 33.33333%;
}

.col-xs-push-5, .col-sm-push-5, .col-md-push-5, .col-lg-push-5 {
  left: 41.66667%;
}

.col-xs-push-6, .col-sm-push-6, .col-md-push-6, .col-lg-push-6 {
  left: 50%;
}

.col-xs-push-7, .col-sm-push-7, .col-md-push-7, .col-lg-push-7 {
  left: 58.33333%;
}

.col-xs-push-8, .col-sm-push-8, .col-md-push-8, .col-lg-push-8 {
  left: 66.66667%;
}

.col-xs-push-9, .col-sm-push-9, .col-md-push-9, .col-lg-push-9 {
  left: 75%;
}

.col-xs-push-10, .col-sm-push-10, .col-md-push-10, .col-lg-push-10 {
  left: 83.33333%;
}

.col-xs-push-11, .col-sm-push-11, .col-md-push-11, .col-lg-push-11 {
  left: 91.66667%;
}

.col-lg-pull-1, .col-md-pull-1, .col-xs-pull-1, .col-sm-pull-1 {
  right: 8.33333%;
}

.col-lg-pull-2, .col-md-pull-2, .col-xs-pull-2, .col-sm-pull-2 {
  right: 16.66667%;
}

.col-lg-pull-3, .col-md-pull-3, .col-xs-pull-3, .col-sm-pull-3 {
  right: 25%;
}

.col-lg-pull-4, .col-md-pull-4, .col-xs-pull-4, .col-sm-pull-4 {
  right: 33.33333%;
}

.col-lg-pull-5, .col-md-pull-5, .col-xs-pull-5, .col-sm-pull-5 {
  right: 41.66667%;
}

.col-lg-pull-6, .col-md-pull-6, .col-xs-pull-6, .col-sm-pull-6 {
  right: 50%;
}

.col-lg-pull-7, .col-md-pull-7, .col-xs-pull-7, .col-sm-pull-7 {
  right: 58.33333%;
}

.col-lg-pull-8, .col-md-pull-8, .col-xs-pull-8, .col-sm-pull-8 {
  right: 66.66667%;
}

.col-lg-pull-9, .col-md-pull-9, .col-xs-pull-9, .col-sm-pull-9 {
  right: 75%;
}

.col-lg-pull-10, .col-md-pull-10, .col-xs-pull-10, .col-sm-pull-10 {
  right: 83.33333%;
}

.col-lg-pull-11, .col-md-pull-11, .col-xs-pull-11, .col-sm-pull-11 {
  right: 91.66667%;
}

.col-ls-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-ls-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-ls-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
  margin-left: 25%;
}

.col-ls-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-ls-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-ls-offset-6, .col-md-offset-6, .col-sm-offset-6, .col-xs-offset-6 {
  margin-left: 50%;
}

.col-ls-offset-7, .col-md-offset-7, .col-sm-offset-7, .col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-ls-offset-8, .col-md-offset-8, .col-sm-offset-8, .col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-ls-offset-9, .col-md-offset-9, .col-sm-offset-9, .col-xs-offset-9 {
  margin-left: 75%;
}

.col-ls-offset-10, .col-md-offset-10, .col-sm-offset-10, .col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-ls-offset-11, .col-md-offset-11, .col-sm-offset-11, .col-xs-offset-11 {
  margin-left: 91.66667%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 4000px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 4000px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 4000px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 4000px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 4000px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 4000px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 4000px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 2999px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 4000px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*******************************************
			Import Compass manuellement
********************************************/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*/

/*******************************************
			structure
********************************************/
/*******************************************
				Header
********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Open Sans" !important;
}

/*forcer BsT à se plier à notre DESIGN/largeur!!*/
/*
@media (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
  }
}
*/

.container-full {
  min-width: 100%;
}

/*tester les prop css en fonction du navigateur*/
@supports (font-smooth: antialised) and (scroll-behavior: smooth) {
  /*premier test de support*/
  header .container .row #right_top .liste_picto_header ul li em {
    font-smooth: antialised;
  }

  /*second test de support*/
  body {
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
}
a {
  text-decoration: none;
  color: #e94240;
}

.container  {
    padding: 0;
}

.row {
    width: 100%; 
}

.separ {
    margin-bottom: 1.5rem;
}

/*
#columns .row .col-lg-12, #columns .row .col-lg-9:first-child, #columns .row .col-lg-3:first-child, #columns .row .col-lg-4:first-child {
    padding-left: 0;    
}
#columns .row .col-lg-4:last-child {
    padding-right: 0;    
}
#columns .row .col-lg-12 {
    padding-right: 0;
} 

#columns .row:not(no-margin) .col-lg-3:first-child {
    padding-left: 15px;
}
*/


/*
ul li {
  list-style-type: none !important;
}
*/

* {
  font-family: "Open Sans" !important;
}

/*Présentation PRODUITS suivant Category*/
.columns-container {
  background: #fff;
}

#center_column {
    padding: 0;
}
/*
.columns-container #columns.container {
  padding: 0;
}
*/
.columns-container #columns.container h1 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0;
    font-size: 2.1rem;
    padding-bottom: 5px;
    margin-top: 1rem;
}

.page-h2 {
    font-size: 20px;
}

.columns-container #columns.container .breadcrumbs {
  margin-top: 0.8rem;
}
.columns-container #columns.container .breadcrumbs a {
  color: #333;
  font-weight: bold;
}
.columns-container #columns.container .breadcrumbs a:hover {
  color: #e94240;
}

.columns-container #columns.container h2.cat-desc {
  font-size: 18px;
  line-height: 1.5rem;
  color: #333;
  margin: 5px 0 30px;
  font-weight: 400;
  padding: 5px 5px 5px 0;
  
}

h3 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.same-height h3 {
  font-size: 1.15rem;
    font-weight: 600;
    margin-top: 10px;
    color: #be1622;
}

h4 {
    text-transform: uppercase;
    font-weight: 500;
}


.columns-container #columns.container .card-columns .card {
  outline: 6px solid transparent;
  outline-offset: -6px;
  transition: outline 0.1s ease-in;
}
.columns-container #columns.container .card-columns .card:hover {
  outline-color: #e94240;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  .columns-container #columns.container .card-columns .card {
    outline-width: 4px;
    outline-offset: -4px;
  }
}

#columns {
  position: relative;
}

#index .tab-content {
  margin-top: 35px;
  margin-bottom: 34px;
}

header {
  z-index: 1;
  position: relative;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 15px;
}
header .banner {
  background: black;
  max-height: 100%;
}
header .banner .row {
  margin: 0px;
} 

#right_top {
    margin: 0;
}

#menu-right-top {
    padding-right: 0;
}

/*
header .container .row {
  display: flex;
  justify-content: space-between;
}

header .container .row #header_logo, header .container .row #right_top {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  max-width: 20%;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #header_logo, header .container .row #right_top {
    max-width: 50%;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #header_logo, header .container .row #right_top {
    flex-direction: column;
    max-width: 25%;
  }
}
*/
header .container .row #header_logo a {
  max-height: 100%;
}
header .container .row #header_logo a .logo {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1171px) and (max-width: 1400px) {
  header .container .row #header_logo a .logo {
    max-width: 90%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #header_logo a .logo {
    max-width: 90%;
  }
}
header .container .row #middle_top {
  flex-grow: 4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 380px) {
  header .container .row #middle_top {
    position: fixed;
    width: 100%;
    min-height: 100px;
    padding: 5px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: inset -5px 0px 0px 0px #e94240;
    will-change: transform;
    transform: translate3d(-100%, 0, 0);
  }
  header .container .row #middle_top.nav-resp--visible {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  header .container .row #middle_top {
    position: fixed;
    width: 100%;
    min-height: 100px;
    padding: 5px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: inset -5px 0px 0px 0px #e94240;
    will-change: transform;
    transform: translate3d(-100%, 0, 0);
  }
  header .container .row #middle_top.nav-resp--visible {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  header .container .row #middle_top {
    position: fixed;
    width: 70%;
    min-height: 100px;
    padding: 5px;
    background-color: #fff;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: inset -5px 0px 0px 0px #e94240;
    will-change: transform;
    transform: translate3d(-150%, 0, 0);
  }
  header .container .row #middle_top.nav-resp--visible {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #middle_top {
    order: 3;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #middle_top {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1171px) and (max-width: 1400px) {
  header .container .row #middle_top {
    align-items: center;
  }
}
/*
header .container .row #right_top {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  header .container .row #right_top {
    align-items: center;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #right_top {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top {
    justify-content: space-around;
  }
}


header .container .row #right_top .link_br {
  display: inline-block;
  width: 60%;
  width: 100%;
}
@media only screen and (max-width: 380px) {
  header .container .row #right_top .link_br {
    width: 60%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #right_top .link_br {
    max-width: 60%;
    min-height: 35px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top .link_br {
    padding: 2px 5px;
  }
}
*/
header .container .row #right_top .link_br a.btn {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid transparent;
  background: #e94240;
  display: block;
  padding: 0 10px;
  line-height: 40px;
  transition: all 0.15s ease-in-out;
}
header .container .row #right_top .link_br a.btn:hover {
  background: #fff;
  border: 1px solid currentColor;
  color: #e94240;
}
@media only screen and (max-width: 380px) {
  header .container .row #right_top .link_br a.btn {
    letter-spacing: 1px;
    font-size: 0.85rem;
    padding: 5px 2px;
    line-height: 2;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  header .container .row #right_top .link_br a.btn {
    letter-spacing: 2px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  header .container .row #right_top .link_br a.btn {
    letter-spacing: 2px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #right_top .link_br a.btn {
    height: 100%;
    padding: 5px 2px;
    line-height: 2;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top .link_br a.btn {
    font-size: 0.95rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 380px) {
  header .container .row #right_top .liste_picto_header {
    width: 60%;
    height: 100%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #right_top .liste_picto_header {
    margin-left: 0.85rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top .liste_picto_header {
    width: 40%;
  }
}
header .container .row #right_top .liste_picto_header ul {
  width: 100%;
  display: flex;
  margin: 0;
  padding-left: 0;
  padding-right: 2%;
  justify-content: center;
}
@media only screen and (max-width: 380px) {
  header .container .row #right_top .liste_picto_header ul {
    height: 100%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top .liste_picto_header ul {
    height: 100%;
    padding-right: 0;
  }
}
header .container .row #right_top .liste_picto_header ul li {
  margin: 4px 4px 0;
}

header .container .row #right_top .liste_picto_header ul li a svg {
  color: #000;
  font-size: 22px;
}

@media only screen and (max-width: 380px) {
  header .container .row #right_top .liste_picto_header ul li {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #right_top .liste_picto_header ul li {
    margin: 2px 10px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top .liste_picto_header ul li {
    margin: 2px 5px 2px 10px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #right_top .liste_picto_header ul li:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top .liste_picto_header ul li:last-of-type {
    margin: 2px 5px;
  }
}
header .container .row #right_top .liste_picto_header ul li em {
  font-family: "FontAwesome" !important;
  font-size: 1.5em;
  color: #000;
  margin-right: 10px;
  margin-top: 8px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  header .container .row #right_top .liste_picto_header ul li em {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  header .container .row #right_top .liste_picto_header ul li em {
    font-size: 2.35em;
  }
}
header .container .row #right_top .liste_picto_header ul li em:hover {
  color: #e94240;
  transform: scale3d(1.4, 1.4, 1.4);
}
header .container .row #right_top .liste_picto_header ul li em:first-of-type {
  margin-right: 2%;
}
header .nav {
  background: #333;
}
header .nav .row {
  margin: 0px;
}
header .nav nav {
  width: 100%;
}

/*******************************************
			BLOCK second menu
********************************************/
#second_menu ul {
  display: flex;
  justify-content: space-around;
  background-color: #100f0f;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 3.125em;
  align-items: center;
  letter-spacing: 2px;
}
#second_menu ul li {
  flex-grow: 1;
  color: #fff;
  text-align: center;
}
#second_menu ul li a {
  color: #fff;
}
#second_menu ul li:first-child {
  position: relative;
  color: #706f6f;
}
#second_menu ul li:first-child:before {
  content: '';
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  height: 5px;
  width: 5px;
  right: -3px;
  top: 49%;
  transform: rotate(45deg);
}
#second_menu ul li:first-child:after {
  content: '';
  display: block;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
}
#second_menu ul li:last-child {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#second_menu ul li:last-child a {
  display: flex;
  align-items: center;
}
#second_menu ul li:last-child a img {
  margin-right: 10px;
  transform: rotateY(180deg);
  width: 35px;
}
#second_menu ul li:last-child:before {
  content: '';
  display: block;
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
}

/*******************************************
			FOOTER
*******************************************/
.footer-container {
  background-color: #fff;
}
.footer-container #footer {
  color: #333;
  margin-top: 15px;
}
.footer-container #footer .info_map .no-gutters {
  padding-right: 0;
}
.footer-container #footer .info_map .no-gutters .map_store {
  height: 100%;
}
.footer-container #footer .info_map .no-gutters .map_store #map {
  height: 100%;
}

/*******************************************
			Burger
*******************************************/
#burger {
  display: none;
  top: 6%;
  left: 3px;
}
@media only screen and (max-width: 380px) {
  #burger {
    top: 7%;
    display: block;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #burger {
    top: 7%;
    display: block;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #burger {
    top: 7%;
    display: block;
  }
}

#legend-before-map {
    margin-top: 3rem;
    color: #ccc;
}


.pin-desc ul li {
    list-style: square;
    list-style-position: inside;
    font-size: 0.90rem;
    padding-bottom: 10px;
}

#row-pin {
    margin-top: 30px;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items 
                              horizontally inside the column */
}

/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  /* flex: 1; */
  flex-grow: 1;
}

