@import "1-template/variables-bootstrap";
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .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-sm, .col-sm-auto, .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-md, .col-md-auto, .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, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-sm-first {
        order: -1; }
      .order-sm-last {
        order: 13; }
      .order-sm-0 {
        order: 0; }
      .order-sm-1 {
        order: 1; }
      .order-sm-2 {
        order: 2; }
      .order-sm-3 {
        order: 3; }
      .order-sm-4 {
        order: 4; }
      .order-sm-5 {
        order: 5; }
      .order-sm-6 {
        order: 6; }
      .order-sm-7 {
        order: 7; }
      .order-sm-8 {
        order: 8; }
      .order-sm-9 {
        order: 9; }
      .order-sm-10 {
        order: 10; }
      .order-sm-11 {
        order: 11; }
      .order-sm-12 {
        order: 12; }
      .offset-sm-0 {
        margin-left: 0; }
      .offset-sm-1 {
        margin-left: 8.3333333333%; }
      .offset-sm-2 {
        margin-left: 16.6666666667%; }
      .offset-sm-3 {
        margin-left: 25%; }
      .offset-sm-4 {
        margin-left: 33.3333333333%; }
      .offset-sm-5 {
        margin-left: 41.6666666667%; }
      .offset-sm-6 {
        margin-left: 50%; }
      .offset-sm-7 {
        margin-left: 58.3333333333%; }
      .offset-sm-8 {
        margin-left: 66.6666666667%; }
      .offset-sm-9 {
        margin-left: 75%; }
      .offset-sm-10 {
        margin-left: 83.3333333333%; }
      .offset-sm-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-md-first {
        order: -1; }
      .order-md-last {
        order: 13; }
      .order-md-0 {
        order: 0; }
      .order-md-1 {
        order: 1; }
      .order-md-2 {
        order: 2; }
      .order-md-3 {
        order: 3; }
      .order-md-4 {
        order: 4; }
      .order-md-5 {
        order: 5; }
      .order-md-6 {
        order: 6; }
      .order-md-7 {
        order: 7; }
      .order-md-8 {
        order: 8; }
      .order-md-9 {
        order: 9; }
      .order-md-10 {
        order: 10; }
      .order-md-11 {
        order: 11; }
      .order-md-12 {
        order: 12; }
      .offset-md-0 {
        margin-left: 0; }
      .offset-md-1 {
        margin-left: 8.3333333333%; }
      .offset-md-2 {
        margin-left: 16.6666666667%; }
      .offset-md-3 {
        margin-left: 25%; }
      .offset-md-4 {
        margin-left: 33.3333333333%; }
      .offset-md-5 {
        margin-left: 41.6666666667%; }
      .offset-md-6 {
        margin-left: 50%; }
      .offset-md-7 {
        margin-left: 58.3333333333%; }
      .offset-md-8 {
        margin-left: 66.6666666667%; }
      .offset-md-9 {
        margin-left: 75%; }
      .offset-md-10 {
        margin-left: 83.3333333333%; }
      .offset-md-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-lg-first {
        order: -1; }
      .order-lg-last {
        order: 13; }
      .order-lg-0 {
        order: 0; }
      .order-lg-1 {
        order: 1; }
      .order-lg-2 {
        order: 2; }
      .order-lg-3 {
        order: 3; }
      .order-lg-4 {
        order: 4; }
      .order-lg-5 {
        order: 5; }
      .order-lg-6 {
        order: 6; }
      .order-lg-7 {
        order: 7; }
      .order-lg-8 {
        order: 8; }
      .order-lg-9 {
        order: 9; }
      .order-lg-10 {
        order: 10; }
      .order-lg-11 {
        order: 11; }
      .order-lg-12 {
        order: 12; }
      .offset-lg-0 {
        margin-left: 0; }
      .offset-lg-1 {
        margin-left: 8.3333333333%; }
      .offset-lg-2 {
        margin-left: 16.6666666667%; }
      .offset-lg-3 {
        margin-left: 25%; }
      .offset-lg-4 {
        margin-left: 33.3333333333%; }
      .offset-lg-5 {
        margin-left: 41.6666666667%; }
      .offset-lg-6 {
        margin-left: 50%; }
      .offset-lg-7 {
        margin-left: 58.3333333333%; }
      .offset-lg-8 {
        margin-left: 66.6666666667%; }
      .offset-lg-9 {
        margin-left: 75%; }
      .offset-lg-10 {
        margin-left: 83.3333333333%; }
      .offset-lg-11 {
        margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-xl-first {
        order: -1; }
      .order-xl-last {
        order: 13; }
      .order-xl-0 {
        order: 0; }
      .order-xl-1 {
        order: 1; }
      .order-xl-2 {
        order: 2; }
      .order-xl-3 {
        order: 3; }
      .order-xl-4 {
        order: 4; }
      .order-xl-5 {
        order: 5; }
      .order-xl-6 {
        order: 6; }
      .order-xl-7 {
        order: 7; }
      .order-xl-8 {
        order: 8; }
      .order-xl-9 {
        order: 9; }
      .order-xl-10 {
        order: 10; }
      .order-xl-11 {
        order: 11; }
      .order-xl-12 {
        order: 12; }
      .offset-xl-0 {
        margin-left: 0; }
      .offset-xl-1 {
        margin-left: 8.3333333333%; }
      .offset-xl-2 {
        margin-left: 16.6666666667%; }
      .offset-xl-3 {
        margin-left: 25%; }
      .offset-xl-4 {
        margin-left: 33.3333333333%; }
      .offset-xl-5 {
        margin-left: 41.6666666667%; }
      .offset-xl-6 {
        margin-left: 50%; }
      .offset-xl-7 {
        margin-left: 58.3333333333%; }
      .offset-xl-8 {
        margin-left: 66.6666666667%; }
      .offset-xl-9 {
        margin-left: 75%; }
      .offset-xl-10 {
        margin-left: 83.3333333333%; }
      .offset-xl-11 {
        margin-left: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none {
      display: none !important; }
      .d-sm-inline {
        display: inline !important; }
      .d-sm-inline-block {
        display: inline-block !important; }
      .d-sm-block {
        display: block !important; }
      .d-sm-table {
        display: table !important; }
      .d-sm-table-row {
        display: table-row !important; }
      .d-sm-table-cell {
        display: table-cell !important; }
      .d-sm-flex {
        display: flex !important; }
      .d-sm-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .d-md-none {
      display: none !important; }
      .d-md-inline {
        display: inline !important; }
      .d-md-inline-block {
        display: inline-block !important; }
      .d-md-block {
        display: block !important; }
      .d-md-table {
        display: table !important; }
      .d-md-table-row {
        display: table-row !important; }
      .d-md-table-cell {
        display: table-cell !important; }
      .d-md-flex {
        display: flex !important; }
      .d-md-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .d-lg-none {
      display: none !important; }
      .d-lg-inline {
        display: inline !important; }
      .d-lg-inline-block {
        display: inline-block !important; }
      .d-lg-block {
        display: block !important; }
      .d-lg-table {
        display: table !important; }
      .d-lg-table-row {
        display: table-row !important; }
      .d-lg-table-cell {
        display: table-cell !important; }
      .d-lg-flex {
        display: flex !important; }
      .d-lg-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .d-xl-none {
      display: none !important; }
      .d-xl-inline {
        display: inline !important; }
      .d-xl-inline-block {
        display: inline-block !important; }
      .d-xl-block {
        display: block !important; }
      .d-xl-table {
        display: table !important; }
      .d-xl-table-row {
        display: table-row !important; }
      .d-xl-table-cell {
        display: table-cell !important; }
      .d-xl-flex {
        display: flex !important; }
      .d-xl-inline-flex {
        display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important; }
      .flex-sm-column {
        flex-direction: column !important; }
      .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-sm-wrap {
        flex-wrap: wrap !important; }
      .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
      .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .flex-sm-fill {
        flex: 1 1 auto !important; }
      .flex-sm-grow-0 {
        flex-grow: 0 !important; }
      .flex-sm-grow-1 {
        flex-grow: 1 !important; }
      .flex-sm-shrink-0 {
        flex-shrink: 0 !important; }
      .flex-sm-shrink-1 {
        flex-shrink: 1 !important; }
      .justify-content-sm-start {
        justify-content: flex-start !important; }
      .justify-content-sm-end {
        justify-content: flex-end !important; }
      .justify-content-sm-center {
        justify-content: center !important; }
      .justify-content-sm-between {
        justify-content: space-between !important; }
      .justify-content-sm-around {
        justify-content: space-around !important; }
      .align-items-sm-start {
        align-items: flex-start !important; }
      .align-items-sm-end {
        align-items: flex-end !important; }
      .align-items-sm-center {
        align-items: center !important; }
      .align-items-sm-baseline {
        align-items: baseline !important; }
      .align-items-sm-stretch {
        align-items: stretch !important; }
      .align-content-sm-start {
        align-content: flex-start !important; }
      .align-content-sm-end {
        align-content: flex-end !important; }
      .align-content-sm-center {
        align-content: center !important; }
      .align-content-sm-between {
        align-content: space-between !important; }
      .align-content-sm-around {
        align-content: space-around !important; }
      .align-content-sm-stretch {
        align-content: stretch !important; }
      .align-self-sm-auto {
        align-self: auto !important; }
      .align-self-sm-start {
        align-self: flex-start !important; }
      .align-self-sm-end {
        align-self: flex-end !important; }
      .align-self-sm-center {
        align-self: center !important; }
      .align-self-sm-baseline {
        align-self: baseline !important; }
      .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important; }
      .flex-md-column {
        flex-direction: column !important; }
      .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-md-wrap {
        flex-wrap: wrap !important; }
      .flex-md-nowrap {
        flex-wrap: nowrap !important; }
      .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .flex-md-fill {
        flex: 1 1 auto !important; }
      .flex-md-grow-0 {
        flex-grow: 0 !important; }
      .flex-md-grow-1 {
        flex-grow: 1 !important; }
      .flex-md-shrink-0 {
        flex-shrink: 0 !important; }
      .flex-md-shrink-1 {
        flex-shrink: 1 !important; }
      .justify-content-md-start {
        justify-content: flex-start !important; }
      .justify-content-md-end {
        justify-content: flex-end !important; }
      .justify-content-md-center {
        justify-content: center !important; }
      .justify-content-md-between {
        justify-content: space-between !important; }
      .justify-content-md-around {
        justify-content: space-around !important; }
      .align-items-md-start {
        align-items: flex-start !important; }
      .align-items-md-end {
        align-items: flex-end !important; }
      .align-items-md-center {
        align-items: center !important; }
      .align-items-md-baseline {
        align-items: baseline !important; }
      .align-items-md-stretch {
        align-items: stretch !important; }
      .align-content-md-start {
        align-content: flex-start !important; }
      .align-content-md-end {
        align-content: flex-end !important; }
      .align-content-md-center {
        align-content: center !important; }
      .align-content-md-between {
        align-content: space-between !important; }
      .align-content-md-around {
        align-content: space-around !important; }
      .align-content-md-stretch {
        align-content: stretch !important; }
      .align-self-md-auto {
        align-self: auto !important; }
      .align-self-md-start {
        align-self: flex-start !important; }
      .align-self-md-end {
        align-self: flex-end !important; }
      .align-self-md-center {
        align-self: center !important; }
      .align-self-md-baseline {
        align-self: baseline !important; }
      .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important; }
      .flex-lg-column {
        flex-direction: column !important; }
      .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-lg-wrap {
        flex-wrap: wrap !important; }
      .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
      .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .flex-lg-fill {
        flex: 1 1 auto !important; }
      .flex-lg-grow-0 {
        flex-grow: 0 !important; }
      .flex-lg-grow-1 {
        flex-grow: 1 !important; }
      .flex-lg-shrink-0 {
        flex-shrink: 0 !important; }
      .flex-lg-shrink-1 {
        flex-shrink: 1 !important; }
      .justify-content-lg-start {
        justify-content: flex-start !important; }
      .justify-content-lg-end {
        justify-content: flex-end !important; }
      .justify-content-lg-center {
        justify-content: center !important; }
      .justify-content-lg-between {
        justify-content: space-between !important; }
      .justify-content-lg-around {
        justify-content: space-around !important; }
      .align-items-lg-start {
        align-items: flex-start !important; }
      .align-items-lg-end {
        align-items: flex-end !important; }
      .align-items-lg-center {
        align-items: center !important; }
      .align-items-lg-baseline {
        align-items: baseline !important; }
      .align-items-lg-stretch {
        align-items: stretch !important; }
      .align-content-lg-start {
        align-content: flex-start !important; }
      .align-content-lg-end {
        align-content: flex-end !important; }
      .align-content-lg-center {
        align-content: center !important; }
      .align-content-lg-between {
        align-content: space-between !important; }
      .align-content-lg-around {
        align-content: space-around !important; }
      .align-content-lg-stretch {
        align-content: stretch !important; }
      .align-self-lg-auto {
        align-self: auto !important; }
      .align-self-lg-start {
        align-self: flex-start !important; }
      .align-self-lg-end {
        align-self: flex-end !important; }
      .align-self-lg-center {
        align-self: center !important; }
      .align-self-lg-baseline {
        align-self: baseline !important; }
      .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important; }
      .flex-xl-column {
        flex-direction: column !important; }
      .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-xl-wrap {
        flex-wrap: wrap !important; }
      .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
      .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .flex-xl-fill {
        flex: 1 1 auto !important; }
      .flex-xl-grow-0 {
        flex-grow: 0 !important; }
      .flex-xl-grow-1 {
        flex-grow: 1 !important; }
      .flex-xl-shrink-0 {
        flex-shrink: 0 !important; }
      .flex-xl-shrink-1 {
        flex-shrink: 1 !important; }
      .justify-content-xl-start {
        justify-content: flex-start !important; }
      .justify-content-xl-end {
        justify-content: flex-end !important; }
      .justify-content-xl-center {
        justify-content: center !important; }
      .justify-content-xl-between {
        justify-content: space-between !important; }
      .justify-content-xl-around {
        justify-content: space-around !important; }
      .align-items-xl-start {
        align-items: flex-start !important; }
      .align-items-xl-end {
        align-items: flex-end !important; }
      .align-items-xl-center {
        align-items: center !important; }
      .align-items-xl-baseline {
        align-items: baseline !important; }
      .align-items-xl-stretch {
        align-items: stretch !important; }
      .align-content-xl-start {
        align-content: flex-start !important; }
      .align-content-xl-end {
        align-content: flex-end !important; }
      .align-content-xl-center {
        align-content: center !important; }
      .align-content-xl-between {
        align-content: space-between !important; }
      .align-content-xl-around {
        align-content: space-around !important; }
      .align-content-xl-stretch {
        align-content: stretch !important; }
      .align-self-xl-auto {
        align-self: auto !important; }
      .align-self-xl-start {
        align-self: flex-start !important; }
      .align-self-xl-end {
        align-self: flex-end !important; }
      .align-self-xl-center {
        align-self: center !important; }
      .align-self-xl-baseline {
        align-self: baseline !important; }
      .align-self-xl-stretch {
        align-self: stretch !important; } }

#header .topHeader {
  background: #260c4e;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header .top-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0; }

#header .services {
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center; }
  #header .services:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 34px;
    height: 34px;
    background: #fff url(../../Images/meudon-2018/nouvel-onglet.png) no-repeat center center;
    border-radius: 100%; }

#header .social-menu {
  display: none; }

#header #jumpMenu a {
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase; }
  #header #jumpMenu ul {
    padding: 0;
    margin: 0; }
  #header #jumpMenu li {
    list-style-type: none; }

#header .bottomHeader {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #header .bottomHeader > div.container {
    position: relative; }
    #header .bottomHeader > div.container .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  #header .bottomHeader .col-header-logo a {
    display: block; }
    #header .bottomHeader .col-header-logo img {
      max-width: 110px;
      max-height: 60px;
      display: block;
      margin: 0 auto; }

@media (max-width: 767.98px) {
    #header .col-header-logo {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      #header .col-header-menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      #header .col-header-search {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.col-header-search {
  z-index: 16; }

@media (max-width: 768px) {
  .bottomHeader > div {
    max-width: 100%; } }

@media (min-width: 768px) {
  #header .top-header-content {
    padding: 0; }
    #header .services {
      font-size: 1.2rem;
      width: auto;
      text-align: left; }
    #header .social-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 20px 0; }
      #header .social-menu li {
        width: 35px;
        height: 35px;
        margin-left: 8px; }
      #header .social-menu a {
        -webkit-transition: all 350ms ease-in-out 0s;
        transition: all 350ms ease-in-out 0s; }
        #header .social-menu a:hover, #header .social-menu a:focus {
          -webkit-transform: scale(0.85);
          transform: scale(0.85); }
    #header .bottomHeader {
      position: relative;
      background: #efefef;
      z-index: inherit;
      height: 124px; }
      #header .bottomHeader a {
        display: inline-block; }
      #header .bottomHeader .col-header-logo img {
        max-width: 100%;
        max-height: 150px;
        margin: 0; } }

@media (min-width: 992px) {
  #header .bottomHeader {
    height: 160px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #282828;
  margin: 0;
  padding: 0; }

iframe {
  max-width: 100%; }

.isHidden1 {
  display: none !important; }

.social-menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.social-menu li {
  list-style-type: none; }
  .social-menu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -500px;
    overflow: hidden;
    background-size: 100% !important; }

.social-menu .fb {
  background: url(../../Images/meudon-2018/fb.png) no-repeat center center; }

.social-menu .tw {
  background: url(../../Images/meudon-2018/tw.png) no-repeat center center; }

.social-menu .in {
  background: url(../../Images/meudon-2018/in.png) no-repeat center center; }

.social-menu .yt {
  background: url(../../Images/meudon-2018/yt.png) no-repeat center center; }

.social-menu .rss {
  background: url(../../Images/meudon-2018/flux.png) no-repeat center center; }

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

h1 {
  margin: 0 0 30px 0; }

h2 {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #260c4e; }

h2 a, h2 span, h2 p {
  color: #260c4e; }

h3 {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #260c4e; }

h3 a, h3 span, h3 p {
  color: #260c4e; }

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #260c4e; }

h4 a, h4 span, h4 p {
  color: #260c4e; }

h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #ec234f; }

h5 a, h5 span, h5 p {
  color: #ec234f; }

h6 {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #ec234f; }

h6 a, h6 span, h6 p {
  color: #ec234f; }

p {
  font-size: 1.375rem;
  margin: 0 0 20px 0;
  color: #282828; }

p:last-child {
  margin: 0; }

p.chapo {
  font-size: 1.625rem;
  margin: 0 0 30px 0;
  color: #282828; }

p.text_high, p.text_high_important {
  padding: 20px 25px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px; }
  p.text_high a, p.text_high_important a {
    color: #fff; }

p.text_high {
  background: #260c4e;
  text-transform: uppercase; }

p.text_high_important {
  background: #ec234f; }
  p.text_high_important:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: url(../../Images/meudon-2018/important.png) 0 0 no-repeat; }

.wrapperArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%; }

.wrapperArticle > div {
  margin: 0 0 20px 0; }

.wrapperArticle ul {
  margin: 0 0 20px 1rem;
  padding: 0; }
  .wrapperArticle ul li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    margin: 10px 0;
    font-size: 1.375rem; }
    .wrapperArticle ul li:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 20px;
      height: 20px;
      background: url(../../Images/meudon-2018/puce.png) 0 0 no-repeat; }

.wrapperArticle .advancedSummaryPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0; }
  .wrapperArticle .advancedSummaryPage > li {
    width: 100%;
    padding: 0;
    margin: 0 0 20px; }
    .wrapperArticle .advancedSummaryPage > li:before {
      content: none; }

a {
  color: #260c4e;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: underline; }

blockquote {
  padding: 20px 20px 20px 50px;
  margin: 50px 0;
  position: relative;
  border: 1px solid #efefef; }

blockquote:before {
  width: 25px;
  height: 23px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../Images/meudon-2018/sprites.png) -82px -96px;
  top: 20px;
  left: 10px; }

blockquote p {
  margin: 0; }

table {
  width: 100%; }

.ce-textpic.ce-nowrap .ce-bodytext {
  overflow: visible; }

.ce-textpic .ce-gallery {
  margin-bottom: 20px; }
  .ce-textpic .ce-gallery img {
    max-width: 100%;
    height: auto; }
  .ce-textpic .ce-gallery figure {
    position: relative; }
    .ce-textpic .ce-gallery figure figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 0.75rem;
      padding: 0 10px; }

.ce-bodytext a {
  position: relative;
  display: inline-block;
  color: #282828;
  text-decoration: underline;
  /*&:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   display: block;
   height: 2px;
   width: 100%;
   background: $noir;
   }*/ }
  .ce-bodytext a:hover, .ce-bodytext a:focus {
    text-decoration: none; }
  .ce-bodytext a.dpnglossary {
    border-bottom: 1px dashed #282828; }
    .ce-bodytext a.dpnglossary:after {
      content: none; }
  .ce-bodytext a.link_internal {
    display: inline-block;
    border: 1px solid #282828;
    padding: 10px 15px 10px 25px; }
    .ce-bodytext a.link_internal:after {
      content: none; }
    .ce-bodytext a.link_internal:before {
      width: 7px;
      height: 12px;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../Images/meudon-2018/sprites.png) -10px -22px;
      top: 50%;
      left: 10px;
      -webkit-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%); }
    .ce-bodytext a.link_internal:hover, .ce-bodytext a.link_internal:focus {
      background: #282828;
      color: #fff; }
      .ce-bodytext a.link_internal:hover:before, .ce-bodytext a.link_internal:focus:before {
        width: 7px;
        height: 12px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../Images/meudon-2018/sprites.png) -29px -22px;
        top: 50%;
        left: 10px;
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%); }
  .ce-bodytext a.link_external {
    display: inline-block;
    background: #282828;
    border: 1px solid #282828;
    color: #fff;
    padding: 10px 15px 10px 25px; }
    .ce-bodytext a.link_external:after {
      content: none; }
    .ce-bodytext a.link_external:before {
      width: 12px;
      height: 12px;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../Images/meudon-2018/sprites.png) -53px -22px;
      top: 50%;
      left: 8px;
      -webkit-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%); }
    .ce-bodytext a.link_external:hover, .ce-bodytext a.link_external:focus {
      background: #fff;
      color: #282828; }
      .ce-bodytext a.link_external:hover:before, .ce-bodytext a.link_external:focus:before {
        width: 12px;
        height: 12px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../Images/meudon-2018/sprites.png) -66px -22px;
        top: 50%;
        left: 8px;
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%); }

.ce-bodytext ul {
  padding: 0; }
  .ce-bodytext ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px; }
    .ce-bodytext ul li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 10px;
      display: block;
      width: 4px;
      height: 4px;
      background: #282828; }
    .ce-bodytext ul li ul {
      margin: 5px 0; }
      .ce-bodytext ul li ul li:before {
        background: #fff;
        border: 1px solid #282828; }

.ce-bodytext table {
  border-collapse: collapse;
  margin: 0 auto 30px;
  /*display: table;
   border: 1px solid $violet;*/
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  /*tr:nth-child(even) {
   background-color: $gris;
   }*/ }
  .ce-bodytext table::-webkit-scrollbar {
    width: 10px; }
  .ce-bodytext table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .ce-bodytext table::-webkit-scrollbar-thumb {
    background-color: #260c4e;
    outline: 1px solid #ccc; }
  .ce-bodytext table th {
    background: #efefef;
    color: #260c4e;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #260c4e;
    font-size: 1.375rem;
    font-weight: 700; }
    .ce-bodytext table th p {
      margin: 0;
      font-size: 1.375rem;
      color: #260c4e;
      font-weight: 700; }
  .ce-bodytext table td {
    padding: 15px 10px;
    border: 1px solid #260c4e;
    white-space: nowrap; }
    .ce-bodytext table td p, .ce-bodytext table td li, .ce-bodytext table td a {
      white-space: normal; }

select {
  width: 100%;
  padding: 15px 43px 15px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url(../../Images/meudon-2018/select.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: 1px solid #282828;
  outline: none; }

select::-ms-expand {
  display: none; }
/*DatePicker*/
/*Cookie CNIL*/
#cookieCnil {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

#cookieCnil #cookie-banner, #cookieCnil #inform-and-ask, #cookieCnil #inform-and-consent {
  color: #fff;
  background: #282828;
  opacity: 0.9;
  text-align: center;
  padding: 10px;
  font-size: 0.75rem; }
  #cookieCnil #cookie-banner a, #cookieCnil #inform-and-ask a, #cookieCnil #inform-and-consent a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 5px;
    margin: 5px 0 0 0; }
    #cookieCnil #cookie-banner a:hover, #cookieCnil #inform-and-ask a:hover, #cookieCnil #inform-and-consent a:hover, #cookieCnil #cookie-banner a:focus, #cookieCnil #inform-and-ask a:focus, #cookieCnil #inform-and-consent a:focus {
      text-decoration: none; }
  #cookieCnil #cookie-banner button, #cookieCnil #inform-and-ask button, #cookieCnil #inform-and-consent button {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 5px;
    background: none;
    margin: 5px 2px 0 2px;
    cursor: pointer; }

.ghost {
  position: absolute !important;
  top: auto !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important; }

.frame-popin {
  display: none; }

.box.popin {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border: 10px solid rgba(0, 0, 0, 0);
  z-index: 9999; }

.box.popin .frame-popin {
  position: relative;
  display: block;
  max-width: 900px;
  background: #fff;
  padding: 6px; }
  .box.popin .frame-popin .close-popin {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    font-size: 2rem;
    background: #fff;
    cursor: pointer;
    z-index: 2; }
  .box.popin .frame-popin .ce-textpic .ce-gallery {
    margin: 0; }
  .box.popin .frame-popin .ce-bodytext {
    position: absolute;
    max-width: 70%;
    max-height: 50%;
    height: 100%;
    top: 50%;
    right: 30px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    /* For Google Chrome*/
    /* For Internet Explorer*/
    scrollbar-face-color: #fff;
    scrollbar-track-color: #282828; }
    .box.popin .frame-popin .ce-bodytext p, .box.popin .frame-popin .ce-bodytext span, .box.popin .frame-popin .ce-bodytext a {
      font-size: 0.8rem; }
    .box.popin .frame-popin .ce-bodytext p, .box.popin .frame-popin .ce-bodytext span {
      color: #fff; }
    .box.popin .frame-popin .ce-bodytext a {
      color: #ec234f; }
    .box.popin .frame-popin .ce-bodytext img {
      display: none; }
    .box.popin .frame-popin .ce-bodytext::-webkit-scrollbar {
      width: 7px;
      height: 7px; }
    .box.popin .frame-popin .ce-bodytext::-webkit-scrollbar-thumb {
      background: #fff; }
    .box.popin .frame-popin .ce-bodytext::-webkit-scrollbar-track {
      background: #282828; }

.linkView {
  width: 100%; }

.linkView a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.1rem;
  color: #260c4e;
  padding: 25px;
  text-transform: uppercase;
  border: 1px solid;
  text-align: center;
  -webkit-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s; }
  .linkView a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #260c4e;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .linkView a:hover, .linkView a:focus {
    color: #fff;
    text-decoration: none; }
    .linkView a:hover:before, .linkView a:focus:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0; }

  .popin .frame-popin .ce-bodytext {
    max-width: 50%; }
    .popin .frame-popin .ce-bodytext p, .popin .frame-popin .ce-bodytext span, .popin .frame-popin .ce-bodytext a {
      font-size: 1rem; }

  .ce-bodytext table td {
    white-space: normal; }

  .col-md-6:first-child {
    padding-right: 40px; }
    .col-md-6:last-child {
      padding-left: 40px; }

  .linkView a {
    font-size: 1.5rem;
    padding: 40px; }

  .wrapperArticle .advancedSummaryPage {
    margin: 0 -15px; }
    .wrapperArticle .advancedSummaryPage > li {
      width: 33%;
      padding: 0 15px; } }

@media (min-width: 1025px) {
  blockquote {
    padding: 30px 30px 30px 150px;
    min-height: 150px; }
    blockquote:before {
      width: 76px;
      height: 71px;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../Images/meudon-2018/sprites.png) -0px -48px;
      top: 30px;
      left: 15px; } }

#footer {
  position: relative;
  overflow: hidden;
  background: #260c4e;
  padding: 80px 0;
  /*.footer-top{
   margin-bottom:60px;
   > div{
   cursor:pointer;
   .inner{
   border:1px solid #fff;
   padding:30px 0;
   text-align:center;
   text-transform: uppercase;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   }
   &:hover{
   .inner{
   background-color:#fff;
   a{
   color:$noir;
   }
   }
   }
   }
   > div:first-child{
   .inner{
   margin-right:40px;
   }
   }
   > div:last-child{
   .inner{
   margin-left:40px;
   }
   }
   }
   .menu-footer{
   border-top:1px solid #fff;
   border-bottom:1px solid #fff;
   margin-bottom:60px;
   ul{
   list-style: none;
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   padding:20px 0;
   margin:0;
   -ms-flex-pack:distribute;
   justify-content:space-around;
   li{
   text-transform: uppercase;
   }
   }
   }*/ }

#footer a {
  text-decoration: none; }

#footer p, #footer a, #footer span {
  color: #fff;
  margin: 0; }
  #footer p:after, #footer a:after, #footer span:after {
    display: none; }

#footer strong {
  text-transform: uppercase; }

#footer .frame-cadreNoir {
  border: 1px solid #fff;
  padding: 0;
  margin-bottom: 40px; }
  #footer .frame-cadreNoir a {
    position: relative;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 33px;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
    z-index: 1; }
    #footer .frame-cadreNoir a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: -1;
      opacity: 0;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    #footer .frame-cadreNoir a:hover, #footer .frame-cadreNoir a:focus {
      color: #260c4e;
      text-decoration: none; }
      #footer .frame-cadreNoir a:hover:before, #footer .frame-cadreNoir a:focus:before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

#footer #bottomMenu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 38px 0 60px; }
  #footer #bottomMenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer #bottomMenu ul li {
      position: relative;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #footer #bottomMenu ul:hover li:not(:hover) a, #footer #bottomMenu ul:focus li:not(:focus) a {
      opacity: 0.5; }
  #footer #bottomMenu a {
    display: block;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
    #footer #bottomMenu a span {
      -webkit-transition: color 350ms ease-in-out 0s;
      transition: color 350ms ease-in-out 0s; }
    #footer #bottomMenu a:hover, #footer #bottomMenu a:focus {
      background: #fff; }
      #footer #bottomMenu a:hover span, #footer #bottomMenu a:focus span {
        color: #260c4e; }

#footer #bottomInfos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  #footer #bottomInfos > div {
    margin-bottom: 40px; }
  #footer #bottomInfos a, #footer #bottomInfos p, #footer #bottomInfos span {
    font-size: 0.938rem; }
  #footer #bottomInfos .title {
    text-transform: uppercase;
    font-weight: 700; }

#footer .social-menu {
  padding: 0; }
  #footer .social-menu li {
    width: 58px;
    height: 58px;
    margin-left: 12px; }
  #footer .social-menu a {
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
    #footer .social-menu a:hover, #footer .social-menu a:focus {
      -webkit-transform: scale(0.85);
      transform: scale(0.85); }

@media (min-width: 768px) {
  #footer #bottomInfos {
    text-align: left; }
    #footer #bottomInfos > div {
      margin-bottom: 0; }
    #footer #bottomInfos .wrapper:nth-child(2) {
      padding-right: 20px; }
    #footer #bottomInfos .wrapper:nth-child(3) {
      padding-left: 20px; } }

@media (min-width: 992px) {
  #footer #bottomMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

.menu-toggle {
  display: block; }

.menu-toggle #menu-btn {
  padding: 8px;
  cursor: pointer;
  margin: 10px;
  border: none;
  background: none; }

.menu-toggle h3 {
  float: left;
  color: #fff;
  padding: 0px 10px;
  font-weight: 600;
  font-size: 16px; }

.menu-toggle .icon-bar {
  display: block !important;
  width: 18px;
  height: 2px;
  background-color: #260c4e !important;
  border-radius: 1px;
  margin: 3px;
  -webkit-transition: background-color 350ms ease-in-out 0s;
  transition: background-color 350ms ease-in-out 0s; }

.menu-toggle:hover .icon-bar, .menu-toggle:focus .icon-bar {
  background-color: #ccc !important; }

#respMenu {
  display: none;
  z-index: 15;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden; }

.menu-deroulant-puce {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.ace-responsive-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Raleway', sans-serif; }

.ace-responsive-menu ul {
  margin: 0px;
  padding: 0px; }

.ace-responsive-menu li {
  list-style: none; }

.ace-responsive-menu li ul {
  display: none; }

.ace-responsive-menu > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  float: left;
  z-index: 1; }

.ace-responsive-menu li a {
  color: #260c4e; }

.ace-responsive-menu > li > a {
  display: inline-block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 10px;
  text-decoration: none;
  font-size: 1.188rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #260c4e; }

.ace-responsive-menu li a i {
  padding-left: 10px;
  color: #260c4e; }

.ace-responsive-menu > li > a i {
  font-size: 16px;
  text-shadow: none;
  color: #260c4e; }

.ace-responsive-menu li ul.sub-menu li a i {
  display: none; }

.ace-responsive-menu li .menu-active {
  position: relative; }

.ace-responsive-menu > li > a > .arrow:before {
  margin-left: 15px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  width: 10px;
  display: inline-block; }

.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
  content: "\f105" !important; }

.ace-responsive-menu > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0;
  position: absolute; }

.ace-responsive-menu li ul.sub-menu {
  background: #efefef; }

.ace-responsive-menu li ul.sub-menu > li {
  width: 185px; }

.ace-responsive-menu li ul.sub-menu li a {
  display: inline-block;
  margin: 0px 0px;
  padding: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: normal;
  background: none; }
  .ace-responsive-menu li ul.sub-menu li a:hover, .ace-responsive-menu li ul.sub-menu li a:focus {
    font-weight: 700; }

.ace-responsive-menu li ul.sub-menu > li > a .wrap {
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: block;
  padding: 8px 15px; }

.ace-responsive-menu > li > ul.sub-menu > li {
  position: relative; }

.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  left: 185px;
  top: 0px;
  display: none;
  list-style: none; }

.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: absolute;
  left: 185px;
  top: 0px;
  display: none;
  list-style: none; }

.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 0px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none; }

.hide-menu {
  display: none; }
/* Accordion Menu Styles
 ----------------------------------------*/
ul[data-menu-style="accordion"] {
  width: 250px; }

ul[data-menu-style="accordion"] > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  float: none !important; }

ul[data-menu-style="accordion"] > li:first-child {
  border-top: 2px solid #260c4e; }

ul[data-menu-style="accordion"] li ul.sub-menu > li {
  width: 100%; }

ul[data-menu-style="accordion"] > li > a > .arrow:before {
  float: right;
  content: "\f105"; }

ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
  content: "\f107" !important; }

ul[data-menu-style="accordion"] > li > ul.sub-menu {
  position: static; }

ul[data-menu-style="accordion"] > li > a i {
  padding-right: 10px;
  color: #260c4e; }

ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
  position: static; }

ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: static; }

ul[data-menu-style="accordion"] > li {
  border-bottom: 1px solid #242424; }

ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
  content: "\f107" !important; }
/* Vertical Menu Styles
 ----------------------------------------*/
ul[data-menu-style="vertical"] {
  width: 200px; }

ul[data-menu-style="vertical"] > li {
  float: none; }

ul[data-menu-style="vertical"] > li:first-child {
  border-top: 2px solid #260c4e; }

ul[data-menu-style="vertical"] li ul.sub-menu > li {
  width: 100%; }

ul[data-menu-style="vertical"] > li > a > .arrow:before {
  float: right;
  content: "\f105"; }

ul[data-menu-style="vertical"] > li.menu-active {
  position: relative; }

ul[data-menu-style="vertical"] > li > ul.sub-menu {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 200px; }

ul[data-menu-style="vertical"] > li > a i {
  padding-right: 10px;
  color: #260c4e; }

ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  width: 200px;
  left: 200px; }

ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  position: absolute;
  width: 200px;
  left: 200px; }

ul[data-menu-style="vertical"] > li {
  border-bottom: 1px solid #242424; }

.ace-responsive-menu .menu-deroulant-puce {
  display: none !important; }
/* Nouveau menu */
.add-sub-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.25s ease-in-out 0ms;
  transition: all 0.25s ease-in-out 0ms;
  height: auto;
  background-color: #efefef;
  opacity: 0;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  visibility: hidden;
  will-change: transform, opacity; }

.add-sub-menu.active {
  max-height: 1000rem;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
  z-index: 999999999999999; }

.add-sub-menu .move-sub-menu {
  margin-top: 20px; }
  .add-sub-menu .move-sub-menu > ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .add-sub-menu .move-sub-menu > ul > li {
      margin-bottom: 2rem;
      padding: 0 1rem;
      width: calc(100% / 4 - .01px); }
      .add-sub-menu .move-sub-menu > ul > li > a {
        font-weight: bold;
        font-size: 1.3rem;
        padding-bottom: 7px; }
    .add-sub-menu .move-sub-menu > ul li {
      list-style-type: none; }
      .add-sub-menu .move-sub-menu > ul li .sub-menu {
        margin: 0;
        padding: 0; }
      .add-sub-menu .move-sub-menu > ul li li a {
        padding: 0.25rem 0;
        -webkit-transition: all 350ms ease-in-out 0s;
        transition: all 350ms ease-in-out 0s; }
        .add-sub-menu .move-sub-menu > ul li li a:before {
          content: '>';
          margin-right: 5px;
          float: left; }
        .add-sub-menu .move-sub-menu > ul li li a:hover, .add-sub-menu .move-sub-menu > ul li li a:focus {
          -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem); }
/* Responsive Menu Styles
 ----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/
@media (max-width: 1199.98px) {
  /*.ace-responsive-menu li ul.sub-menu li .menu-deroulant-puce {
   top:10px;
   }*/
    .demo {
      width: 96%;
      padding: 2%; }
    .menu-toggle {
      display: block !important; }
    ul[data-menu-style="vertical"], ul[data-menu-style="accordion"], ul[data-menu-style="vertical"] li ul.sub-menu {
      width: 100% !important; }
    .ace-responsive-menu {
      float: left;
      width: 100%; }
    .ace-responsive-menu > li {
      border-bottom: 1px solid #242424;
      float: none; }
    .ace-responsive-menu > li:first-child {
      border-top: 2px solid #260c4e; }
    .ace-responsive-menu > li > a i {
      padding-right: 10px;
      color: #260c4e; }
    .ace-responsive-menu > li > a > .arrow:before {
      float: right;
      content: "\f105"; }
    li.menu-active > a > .arrow:before {
      content: "\f107" !important; }
    .ace-responsive-menu li ul.sub-menu > li {
      width: 100%; }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
      padding-left: 30px; }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
      padding-left: 50px; }
    .ace-responsive-menu > li > ul.sub-menu {
      position: static; }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
      position: static; }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
      position: static; }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
      content: "\f107" !important; }
    .ace-responsive-menu > li > a i {
      display: none !important; }
    .ace-responsive-menu .menu-deroulant-puce {
      display: block !important; } }

@media (min-width: 768px) {
  /*.menu-deroulant-puce{top: 22px;}*/
    #respMenu {
      position: absolute;
      max-width: 500px;
      width: 100%;
      top: 124px;
      left: 50%;
      background: #efefef;
      height: auto;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      overflow: inherit; } }

@media (min-width: 992px) {
  #respMenu {
    top: 160px; } }

@media (min-width: 1200px) {
  .menu-toggle {
    display: none; }

  #respMenu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
    -webkit-transform: none;
    transform: none; } }
/*Liste extension*/
p.titre a {
  color: #000;
  font-size: 1rem;
  font-weight: bold; }

p.wrap_cat {
  text-transform: uppercase;
  font-size: 0.9rem; }

p.list_link {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0 0 20px 0; }
  p.list_link a {
    color: #000;
    font-size: 0.9rem;
    text-transform: uppercase; }
  p.list_link.slider {
    margin: -20px 0 0 0;
    -webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%); }
    p.list_link.slider a {
      margin: 0 120px 0 0px; }

a.see_next {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0 0 0; }
/*Détail extension*/
.backlink-wrap {
  text-align: center;
  margin: 0 0 20px 0;
  width: 100%; }

.backlink-wrap a {
  background: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 10px 0; }
/*Résultat de la recherche*/
.count-msg {
  margin: 0 0 20px 0; }
/*Moteur de recherche*/
.search-form {
  margin-bottom: 20px; }

.search-form p {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px;
  margin: 0;
  text-transform: uppercase; }

.search-form form {
  background: #efefef;
  padding: 20px; }

.search-form .form-group {
  position: relative;
  margin-bottom: 10px; }
  .search-form .form-group input {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 15px 10px;
    color: #000; }
  .search-form .form-group label {
    position: absolute;
    top: 15px;
    left: 10px; }
  .search-form .form-group.group-cat label {
    display: none; }

.search-form input[type="submit"] {
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 15px 10px;
  cursor: pointer; }

@media (min-width: 992px) {
  p.titre a {
    font-size: 1.2rem; } }

#c160.frame-type-menu_service ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 0; }
  #c160.frame-type-menu_service ul li {
    list-style: none;
    width: 140px;
    border: 1px solid #efefef;
    margin: 0 10px; }
    #c160.frame-type-menu_service ul li a {
      display: block;
      color: #000;
      text-transform: uppercase; }
      #c160.frame-type-menu_service ul li a span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; }
        #c160.frame-type-menu_service ul li a span.img {
          height: 120px; }
        #c160.frame-type-menu_service ul li a span.txt {
          height: 70px;
          background: #efefef; }
  #c160.frame-type-menu_service ul.slick-slider {
    padding: 0 0 60px 0; }
    #c160.frame-type-menu_service ul.slick-slider .slick-arrow {
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 40px;
      height: 40px;
      border: none;
      background-color: #000;
      text-indent: -9999em; }
      #c160.frame-type-menu_service ul.slick-slider .slick-arrow.slick-prev {
        right: 55px;
        background-image: url(../../Images/slider-prev.png);
        background-repeat: no-repeat;
        background-position: center; }
      #c160.frame-type-menu_service ul.slick-slider .slick-arrow.slick-next {
        right: 10px;
        background-image: url(../../Images/slider-next.png);
        background-repeat: no-repeat;
        background-position: center; }

#c161.frame-type-menu_service ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0; }
  #c161.frame-type-menu_service ul li {
    list-style: none;
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px; }
    #c161.frame-type-menu_service ul li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #000;
      text-transform: uppercase;
      height: 150px;
      border: 1px solid #efefef; }
      #c161.frame-type-menu_service ul li a span.txt {
        margin: 20px 0 0 0; }
  #c161.frame-type-menu_service ul.slick-slider {
    padding: 0 0 60px 0; }
    #c161.frame-type-menu_service ul.slick-slider .slick-arrow {
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 40px;
      height: 40px;
      border: none;
      background-color: #000;
      text-indent: -9999em; }
      #c161.frame-type-menu_service ul.slick-slider .slick-arrow.slick-prev {
        right: 55px;
        background-image: url(../../Images/slider-prev.png);
        background-repeat: no-repeat;
        background-position: center; }
      #c161.frame-type-menu_service ul.slick-slider .slick-arrow.slick-next {
        right: 10px;
        background-image: url(../../Images/slider-next.png);
        background-repeat: no-repeat;
        background-position: center; }

@media (min-width: 640px) {
  #c161.frame-type-menu_service ul li {
    width: 33%; } }

@media (min-width: 768px) {
  #c161.frame-type-menu_service ul li {
    width: auto;
    display: table-cell; } }

#c162.frame-type-menu_service ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 260px;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #efefef; }
  #c162.frame-type-menu_service ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 5px 0; }
    #c162.frame-type-menu_service ul li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #000;
      text-transform: uppercase;
      height: 100px;
      width: 100px;
      position: relative; }
      #c162.frame-type-menu_service ul li a span.txt {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        color: #fff;
        padding: 5px;
        text-align: center;
        opacity: 0; }
      #c162.frame-type-menu_service ul li a:hover span.txt, #c162.frame-type-menu_service ul li a:focus span.txt {
        opacity: 1; }
    #c162.frame-type-menu_service ul li:nth-child(odd) {
      padding: 0 10px 0 0; }
    #c162.frame-type-menu_service ul li:nth-child(even) {
      padding: 0 0 0 10px; }

.news-list-view.une.demo01 {
  margin: 0 0 50px 0;
  padding: 50px 0 0 0; }
  .news-list-view.une.demo01 .article {
    padding: 0 20px;
    min-height: 0px; }
    .news-list-view.une.demo01 .article .content_une p {
      margin: 0 0 10px 0; }
      .news-list-view.une.demo01 .article .content_une p a {
        color: #000;
        text-transform: uppercase; }
      .news-list-view.une.demo01 .article .content_une p.titre a {
        font-size: 1.25rem;
        font-weight: bold; }
      .news-list-view.une.demo01 .article .content_une p.see_next {
        text-align: right; }
        .news-list-view.une.demo01 .article .content_une p.see_next a {
          margin: 0 10px 0 0; }
      .news-list-view.une.demo01 .article .content_une p:last-child {
        margin: 0; }
    .news-list-view.une.demo01 .article .img_une {
      margin: 0 0 10px 0; }
      .news-list-view.une.demo01 .article .img_une img {
        width: 100%;
        height: auto; }
  .news-list-view.une.demo01 .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #000;
    text-indent: -9999em;
    outline: none; }
    .news-list-view.une.demo01 .slick-arrow.slick-prev {
      left: 0;
      background-image: url(../../Images/slider-prev.png);
      background-repeat: no-repeat;
      background-position: center; }
    .news-list-view.une.demo01 .slick-arrow.slick-next {
      left: 90px;
      background-image: url(../../Images/slider-next.png);
      background-repeat: no-repeat;
      background-position: center;
      margin: 0 0 0 -40px; }

.news-list-view.une.demo02 {
  margin: 0 0 20px 0; }
  .news-list-view.une.demo02 .article {
    border-top: 1px solid #000;
    padding: 20px; }
    .news-list-view.une.demo02 .article .content_une p {
      margin: 0 0 10px 0; }
      .news-list-view.une.demo02 .article .content_une p a {
        color: #000;
        text-transform: uppercase; }
      .news-list-view.une.demo02 .article .content_une p.titre a {
        font-size: 1.25rem;
        font-weight: bold; }
      .news-list-view.une.demo02 .article .content_une p.see_next {
        text-align: right; }
        .news-list-view.une.demo02 .article .content_une p.see_next a {
          margin: 0 10px 0 0; }
      .news-list-view.une.demo02 .article .content_une p:last-child {
        margin: 0; }
    .news-list-view.une.demo02 .article .img_une {
      height: 150px;
      overflow: hidden;
      margin: 0 0 10px 0; }
      .news-list-view.une.demo02 .article .img_une img {
        width: 100%;
        height: auto; }
    .news-list-view.une.demo02 .article:last-child {
      border-bottom: 1px solid #000; }

.news-list-view.une.demo03 .article .news-img-wrap img {
  width: 100%;
  height: auto; }
  .news-list-view.une.demo03 .article .content {
    padding: 0 50px; }
    .news-list-view.une.demo03 .article .content p.titre a {
      font-size: 1rem;
      font-weight: bold; }
    .news-list-view.une.demo03 .article .content a {
      color: #000;
      text-transform: uppercase; }
  .news-list-view.une.demo03 .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #000;
    text-indent: -9999em;
    outline: none;
    cursor: pointer; }
  .news-list-view.une.demo03 .slick-arrow.slick-prev {
    left: 0;
    background-image: url(../../Images/slider-prev.png);
    background-repeat: no-repeat;
    background-position: center; }
  .news-list-view.une.demo03 .slick-arrow.slick-next {
    right: 0;
    background-image: url(../../Images/slider-next.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 -40px; }

@media (min-width: 640px) {
  .news-list-view.une.demo02 .article {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .news-list-view.une.demo02 .article .img_une, .news-list-view.une.demo02 .article .content_une {
      display: table-cell;
      vertical-align: middle; }
    .news-list-view.une.demo02 .article .img_une {
      width: 150px;
      height: auto;
      overflow: auto; }
    .news-list-view.une.demo02 .article .content_une {
      padding: 0 10px 0 0; } }

@media (min-width: 768px) {
  .news-list-view.une.demo01 {
    padding: 0;
    position: relative; }
    .news-list-view.une.demo01 .article {
      padding: 0;
      width: 100% !important; }
      .news-list-view.une.demo01 .article .content_une {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 220px;
        background: #fff;
        padding: 10px;
        min-height: 150px; }
        .news-list-view.une.demo01 .article .content_une p.titre a {
          font-size: 1rem; }
        .news-list-view.une.demo01 .article .content_une p.see_next a {
          font-size: 0.75rem; }
        .news-list-view.une.demo01 .article .content_une a:hover, .news-list-view.une.demo01 .article .content_une a:focus {
          text-decoration: none; }
        .news-list-view.une.demo01 .article .content_une.hover {
          background: #000; }
          .news-list-view.une.demo01 .article .content_une.hover p, .news-list-view.une.demo01 .article .content_une.hover a {
            color: #fff; }
      .news-list-view.une.demo01 .article .img_une {
        display: none;
        margin: 0; }
        .news-list-view.une.demo01 .article .img_une.hover {
          display: block; }
      .news-list-view.une.demo01 .article:nth-child(1) .content_une {
        -ms-transform: translateX(-155%) translateY(0%);
        -moz-transform: translateX(-155%) translateY(0%);
        -webkit-transform: translateX(-155%) translateY(0%);
        transform: translateX(-155%) translateY(0%); }
      .news-list-view.une.demo01 .article:nth-child(2) .content_une {
        -ms-transform: translateX(-50%) translateY(0%);
        -moz-transform: translateX(-50%) translateY(0%);
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%); }
      .news-list-view.une.demo01 .article:nth-child(3) .content_une {
        -ms-transform: translateX(55%) translateY(0%);
        -moz-transform: translateX(55%) translateY(0%);
        -webkit-transform: translateX(55%) translateY(0%);
        transform: translateX(55%) translateY(0%); }

  .news-list-view.une.demo03 .article {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    position: relative; }
    .news-list-view.une.demo03 .article .news-img-wrap, .news-list-view.une.demo03 .article .content {
      display: table-cell;
      vertical-align: middle; }
    .news-list-view.une.demo03 .article .news-img-wrap {
      width: 50%;
      margin: 0 auto;
      overflow: hidden; }
      .news-list-view.une.demo03 .article .news-img-wrap img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
    .news-list-view.une.demo03 .article .content {
      width: 50%;
      padding: 0 70px; }
      .news-list-view.une.demo03 .article .content:before, .news-list-view.une.demo03 .article .content:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        background-color: #000;
        -ms-transform: translateX(0%) translateY(-50%);
        -moz-transform: translateX(0%) translateY(-50%);
        -webkit-transform: translateX(0%) translateY(-50%);
        transform: translateX(0%) translateY(-50%); }
      .news-list-view.une.demo03 .article .content:before {
        left: 0;
        background-image: url(../../Images/slider-prev.png);
        background-repeat: no-repeat;
        background-position: center; }
      .news-list-view.une.demo03 .article .content:after {
        right: 50%;
        background-image: url(../../Images/slider-next.png);
        background-repeat: no-repeat;
        background-position: center; }
    .news-list-view.une.demo03 .slick-list {
      padding: 0 0 0 20% !important; }
    .news-list-view.une.demo03 .slick-current .news-img-wrap img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .news-list-view.une.demo03 .slick-arrow {
      top: 50%;
      -ms-transform: translateX(0%) translateY(-50%);
      -moz-transform: translateX(0%) translateY(-50%);
      -webkit-transform: translateX(0%) translateY(-50%);
      transform: translateX(0%) translateY(-50%);
      background-color: transparent; }
    .news-list-view.une.demo03 .slick-arrow.slick-prev {
      left: 20%;
      background: none; }
    .news-list-view.une.demo03 .slick-arrow.slick-next {
      right: 40%;
      background: none; } }

@media (min-width: 1024px) {
  .news-list-view.une.demo01 .article .content_une {
    width: 30%;
    max-width: 338px;
    padding: 20px;
    min-height: 175px; }
    .news-list-view.une.demo01 .article .content_une p.titre a {
      font-size: 1.25rem; }
    .news-list-view.une.demo01 .article .content_une p.see_next a {
      font-size: 1rem; }

  .news-list-view.une.demo02 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 540px; }
    .news-list-view.une.demo02 .article {
      display: flex;
      height: 100%;
      align-items: center;
      padding: 0 540px 0 0;
      border: none; }
      .news-list-view.une.demo02 .article .img_une {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        overflow: auto;
        height: auto;
        width: auto; }
        .news-list-view.une.demo02 .article .img_une.hover {
          opacity: 1; }
      .news-list-view.une.demo02 .article .content_une {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0 20px 30px;
        margin: 0 30px 0 0;
        width: 100%;
        height: 100%;
        position: relative;
        border-top: 1px solid #000;
        background: #efefef; }
        .news-list-view.une.demo02 .article .content_une:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -40px;
          width: 0;
          height: 0;
          opacity: 0;
          border-style: solid;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent #fff;
          -ms-transform: translateX(0%) translateY(-50%);
          -moz-transform: translateX(0%) translateY(-50%);
          -webkit-transform: translateX(0%) translateY(-50%);
          transform: translateX(0%) translateY(-50%);
          z-index: 1; }
        .news-list-view.une.demo02 .article .content_une.hover {
          background: #fff; }
          .news-list-view.une.demo02 .article .content_une.hover:after {
            opacity: 1; }
      .news-list-view.une.demo02 .article:last-child {
        border: none; }
        .news-list-view.une.demo02 .article:last-child .content_une {
          border-bottom: 1px solid #000; }

  .news-list-view.une.demo03 .article .content p.titre a {
    font-size: 1.5rem; } }

@media (min-width: 1280px) {
  .news-list-view.une.demo03 .article .content p.titre a {
    font-size: 2.5rem; } }

#c393.frame-type-gridelements_pi1 {
  background: #efefef;
  padding: 20px 20px 0 20px; }

.tx_socialfeed {
  background: #fff;
  padding: 20px;
  margin: 0 0 20px 0; }

.tx_socialfeed .titre {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 20px 0; }
  .tx_socialfeed .titre a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #efefef; }
  .tx_socialfeed .titre a i:before {
    color: #000;
    font-size: 1.5rem; }
  .tx_socialfeed .titre p {
    margin: 0 0 0 20px;
    font-size: 1.5rem; }

.tx_socialfeed .contenu p {
  font-size: 0.813rem; }
  .tx_socialfeed .contenu p.nom {
    margin: 0 0 10px 0; }
  .tx_socialfeed .contenu .img {
    margin: 0 auto 20px auto;
    max-width: 320px;
    height: 185px;
    overflow: hidden; }
  .tx_socialfeed .contenu .img iframe {
    background: #000;
    width: 100%; }
  .tx_socialfeed .contenu .img img {
    width: 100%;
    height: 100%;
    max-width: initial;
    object-fit: cover; }
  .tx_socialfeed .contenu .texte {
    min-height: 80px; }

.tx_socialfeed .contact {
  font-size: 0.813rem; }

.container-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2; }

.container-search div {
  width: 100%; }

.search-header {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search-button {
  background: none;
  border: 0;
  cursor: pointer; }

.tx-solr-search-form.header {
  /*width: 100%;
   position:relative;
   form{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   }
   .tx-solr-submit{
   background: none;
   border: 0;
   cursor: pointer;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   }*/ }

.tx-solr-search-form.header input[type='text'] {
  margin: 0;
  border: 0;
  /*height: 80px;*/
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  font-family: 'Raleway', sans-serif; }

.search {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%); }

.search * {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.search__wrapper {
  position: relative; }

.search__field {
  width: 0px;
  height: 50px;
  margin-right: 50px !important;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0 !important;
  border: 1px solid transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.search__field:focus {
  border-bottom-color: #ccc;
  width: 42vw;
  padding: 10px !important;
  padding: 0 62px 0 12px;
  color: #2b2b2b;
  cursor: default; }

.search__field:focus ~ .search__icon {
  background-color: #fff;
  /*cursor: pointer;*/
  /*pointer-events: auto;*/ }

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  /*pointer-events: none;*/
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #260c4e;
  background: #efefef;
  cursor: pointer;
  /*&.active{
   background: #fff;
   }*/ }

.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important; }

.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important; }

.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important; }

.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important; }

.tx-solr-search-form.defaut form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.tx-solr-search-form.defaut input[type='text'] {
  padding: 0 2.5rem;
  margin: 0;
  border: 0;
  height: 78px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  border: 1px solid grey;
  border-right: 0; }

.tx-solr-search-form.defaut .tx-solr-submit {
  padding: 0;
  margin: 0;
  border: 0;
  background: #baff34;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
/*#tx-solr-search{
 .document-score-analysis, .col-md-2 .relevance{
 display:none !important;
 }
 }*/
img {
  max-width: 100%;
  height: auto; }

.tx-solr-search-form.header {
  display: none; }
/*.col-md-4 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 &>div {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 height: auto;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 .news {
 height: 100%;
 margin: 0 0 15px 0;
 }
 .breve.demo3 {
 height: 100%;
 margin-bottom: 0;
 }
 }
 }*/
.title2, .title3 {
  position: relative;
  padding-bottom: 7px; }

.title2:after, .title3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 5px;
  background: #260c4e; }

.bandeau {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }

.bandeau > .container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.bandeau .tx-solr-search-form.home {
  position: relative;
  max-width: 960px;
  margin: 0 auto 30px; }
  .bandeau .tx-solr-search-form.home form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .bandeau .tx-solr-search-form.home input[type='text'] {
    padding: 0 2.5rem;
    margin: 0;
    border: 0;
    height: 80px;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 300;
    width: 100%;
    font-family: 'Raleway', sans-serif; }
  .bandeau .tx-solr-search-form.home .tx-solr-submit {
    padding: 0;
    margin: 0;
    border: 0;
    background: #baff34;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.bandeau .blocLesPlusDemandes ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .bandeau .blocLesPlusDemandes ul li {
    list-style: none;
    padding: 10px 10px; }
    .bandeau .blocLesPlusDemandes ul li a {
      position: relative;
      top: 0;
      background: #260c4e;
      padding: 10px 15px 10px 10px;
      color: #fff;
      font-size: 1.25rem;
      min-height: 60px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-transition: all 350ms ease-in-out 0s;
      transition: all 350ms ease-in-out 0s; }
    .bandeau .blocLesPlusDemandes ul li a .picto {
      position: relative;
      width: 58px;
      height: 100%;
      margin-right: 5px; }
    .bandeau .blocLesPlusDemandes ul li a img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 58px;
      height: auto;
      -webkit-transition: opacity 350ms ease-in-out 0s;
      transition: opacity 350ms ease-in-out 0s;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .bandeau .blocLesPlusDemandes ul li a img:first-child {
        opacity: 1; }
      .bandeau .blocLesPlusDemandes ul li a img:last-of-type {
        opacity: 0; }
    .bandeau .blocLesPlusDemandes ul li a:hover, .bandeau .blocLesPlusDemandes ul li a:focus {
      background: #baff34;
      color: #260c4e;
      top: -7px;
      text-decoration: none; }
      .bandeau .blocLesPlusDemandes ul li a:hover img:first-child, .bandeau .blocLesPlusDemandes ul li a:focus img:first-child {
        opacity: 0; }
        .bandeau .blocLesPlusDemandes ul li a:hover img:last-of-type, .bandeau .blocLesPlusDemandes ul li a:focus img:last-of-type {
          opacity: 1; }

.bandeau .go-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -25px;
  width: 49px;
  height: 49px;
  background: #fff;
  border: 1px solid #260c4e;
  border-radius: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: bottom 350ms ease-in-out 0s;
  transition: bottom 350ms ease-in-out 0s; }
  .bandeau .go-content:hover, .bandeau .go-content:focus {
    bottom: 33px; }
  .bandeau .go-content img {
    position: relative;
    display: block;
    top: 3px; }

.wrapper940 > .row > div {
  margin-bottom: 60px; }

#actualites .blocFocus .title {
  font-weight: normal;
  font-size: 1.375rem; }
  #actualites .blocFocus .cat {
    font-size: 1.125rem; }

#actualites .blocListItems {
  padding-top: 0; }
  #actualites .blocListItems .listItems .listItem {
    width: 100%; }
    #actualites .blocListItems .listItems .listItem .title {
      font-size: 1.375rem;
      font-weight: 400; }

#actualites .wrapImg {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  #actualites .wrapImg img {
    display: block;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }

#actualites a:hover, #actualites a:focus {
  text-decoration: none; }
  #actualites a:hover img, #actualites a:focus img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

#actualites .cat {
  text-transform: uppercase;
  font-size: 0.875rem;
  display: block;
  color: #777;
  margin-bottom: 5px; }

#en-bref .wrapperBloc {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #260c4e;
  color: #fff;
  min-height: 170px; }

#en-bref h2 {
  text-align: center;
  min-width: 250px;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #baff34;
  text-transform: uppercase; }
  #en-bref h2:after {
    content: none; }

#en-bref .wrapper {
  padding: 25px;
  border-top: 1px solid #baff34; }

#en-bref .cat {
  color: #baff34;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block; }

#en-bref h3 {
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400; }

#agenda h2:after {
  background: #ec234f; }
  #agenda h2 span {
    color: #ec234f; }

#agenda h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0; }

#agenda .listItem {
  position: relative; }
  #agenda .listItem .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-bottom: 40px; }

#agenda .date {
  position: relative;
  margin-right: 15px;
  margin-bottom: 0;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ec234f;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.125rem; }

#agenda .separator {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 10px 0 7px; }

#agenda .linkView a {
  color: #ec234f; }
  #agenda .linkView a:before {
    background: #ec234f; }
  #agenda .linkView a:hover, #agenda .linkView a:focus {
    color: #fff; }

#agenda .first-agenda {
  padding-top: 30px; }
  #agenda .first-agenda .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  #agenda .first-agenda h3 {
    font-size: 1.875rem;
    text-align: center; }
  #agenda .first-agenda .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    font-size: 1.375rem;
    z-index: 1; }
  #agenda .first-agenda .separator {
    width: 27px; }
  #agenda .first-agenda .wrapImg {
    position: relative;
    margin-bottom: 20px; }
  #agenda .first-agenda .wrapImg img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
  #agenda .first-agenda .plus {
    position: absolute;
    bottom: 16px;
    right: 26px;
    width: 65px;
    height: 65px;
    background: #ec234f;
    color: #fff;
    border-radius: 50%;
    text-align: center; }
  #agenda .first-agenda .plus:before, #agenda .first-agenda .plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -12px;
    display: block;
    width: 25px;
    height: 4px;
    background: #fff; }
  #agenda .first-agenda .plus:after {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  #agenda .first-agenda a:hover, #agenda .first-agenda a:focus {
    text-decoration: none; }
    #agenda .first-agenda a:hover img, #agenda .first-agenda a:focus img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

#publications {
  /*.item{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   .wrapImg{
   max-width: 270px;
   width: 100%;
   }
   .wrap{
   max-width: 260px;
   width: 100%;
   }
   }*/ }

#publications .number {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #260c4e; }

#publications h3 {
  font-size: 1.625rem;
  margin: 0 0 20px 0;
  color: #666;
  font-weight: normal;
  text-transform: uppercase; }
  #publications h3 a {
    color: #666; }

#publications .listLinkButton {
  margin: 0;
  padding: 0; }
  #publications .listLinkButton li {
    list-style-type: none;
    display: block;
    margin-bottom: 40px; }
  #publications .listLinkButton a {
    position: relative;
    display: block;
    border: 1px solid #baff34;
    padding: 20px;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-align: center;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
  #publications .listLinkButton a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #baff34;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  #publications .listLinkButton a:hover, #publications .listLinkButton a:focus {
    text-decoration: none; }
    #publications .listLinkButton a:hover:before, #publications .listLinkButton a:focus:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  #publications .listLinkButton .fileInfos {
    display: inline-block;
    font-size: 0.9rem; }

#enImages .listItems {
  padding: 0 50px; }

#enImages img {
  display: block;
  margin: 0 auto; }

#enImages h3 {
  font-size: 1.75rem;
  color: #666;
  font-weight: normal;
  margin: 27px 0;
  text-align: center;
  display: block; }

#enImages .slick-arrow {
  position: absolute;
  top: 130px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 0;
  overflow: hidden;
  text-indent: 100px;
  cursor: pointer;
  z-index: 1; }
  #enImages .slick-arrow.slick-prev {
    left: 0;
    background: url(../../Images/meudon-2018/arrow-prev.png) no-repeat 0 0; }
  #enImages .slick-arrow.slick-next {
    right: 0;
    background: url(../../Images/meudon-2018/arrow-next.png) no-repeat 0 0; }
/*.frame-type-menu_service {
 ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -ms-flex-flow: wrap;
 flex-flow: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin: 0 0 20px 0;
 padding: 0;
 li {
 list-style: none;
 width: 140px;
 border: 1px solid $gris;
 margin: 0 10px;
 a {
 display: block;
 color: #000;
 text-transform: uppercase;
 span {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
 &.img {
 height: 120px;
 }
 &.txt {
 height: 70px;
 background: $gris;
 }
 }
 }
 }
 &.slick-slider {
 padding: 0 0 60px 0;
 .slick-arrow {
 position: absolute;
 bottom: 0;
 z-index: 1;
 width: 40px;
 height: 40px;
 border: none;
 background-color: #000;
 text-indent: -9999em;
 &.slick-prev {
 right: 55px;
 background-image: url(../../Images/slider-prev.png);
 background-repeat: no-repeat;
 background-position: center;
 }
 &.slick-next {
 right: 10px;
 background-image: url(../../Images/slider-next.png);
 background-repeat: no-repeat;
 background-position: center;
 }
 }
 }
 }
 }
 */
@media (min-width: 768px) {
  .home-actus {
    padding-right: 40px; }

  .home-agendas {
    padding-left: 40px; }

  .wrapperFull.paddingHome {
    margin-bottom: 116px; }

  .wrapper940 > .row > div {
    margin-bottom: 0px; }

  #actualites .blocFocus .title {
    font-size: 2rem; }
    #actualites .blocListItems {
      padding-top: 30px; }
      #actualites .blocListItems .listItems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        #actualites .blocListItems .listItems .listItem {
          max-width: 50%; }
          #actualites .blocListItems .listItems .listItem:first-child {
            padding-right: 40px; }
          #actualites .blocListItems .listItems .listItem:last-child {
            padding-left: 40px; }

  #en-bref .wrapperBloc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    #en-bref .wrapper {
      border-left: 1px solid #baff34;
      border-top: 0; }

  #publications .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #publications .item .wrapImg {
      max-width: 270px;
      width: 100%;
      padding-right: 15px; }
    #publications .item .wrap {
      max-width: 260px;
      width: 100%;
      padding-left: 15px; }
    #publications .listLinkButton a {
      padding: 30px 40px;
      font-size: 1.5rem; } }

#tarteaucitronAlertSmall {
  left: 0 !important;
  width: 160px !important; }
