/*!
 * Bootstrap Grid v4.0.0 (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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
     -moz-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
     -moz-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
     -moz-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
     -moz-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
     -moz-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
     -moz-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
     -moz-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
     -moz-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
     -moz-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
     -moz-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
     -moz-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
     -moz-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
     -moz-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -webkit-align-items: baseline !important;
     -moz-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
     -moz-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -moz-transition: transform .1s ease, -moz-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "proxima-nova";
  src: url("/source/79e11ac28c88613aa0e84e83d7d401a4/proxima-nova-regular-webfont.eot");
  src: url("/source/0ff04d031fdc95e07e8f7482b5190451/proxima-nova-regular-webfont.eot") format("embedded-opentype"), url("/source/94714baf0e017be135b6b9c91a4e2543/proxima-nova-regular-webfont.woff") format("woff"), url("/source/f065e90fac637c8386f8d1218cd36bf3/proxima-nova-regular-webfont.ttf") format("truetype"), url("../fonts/proxima-nova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proxima-nova";
  src: url("/source/4fcb241c4239cd017c6a6d788c141af8/proxima-nova-semibold-webfont.eot");
  src: url("/source/251fba413a13bb2baee12407d8425527/proxima-nova-semibold-webfont.eot") format("embedded-opentype"), url("/source/a4d5b4d63c48b90ae945451cc8510b14/proxima-nova-semibold-webfont.woff") format("woff"), url("/source/e8014c1d157f067d2f07189e2435efa0/proxima-nova-semibold-webfont.ttf") format("truetype"), url("/source/e028e9df71b59908d9025016de6fd7e7/proxima-nova-semibold-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proxima-nova";
  src: url("/source/7682b5fe4af4b0551f9bfd3187527435/proxima-nova-bold-webfont.eot");
  src: url("/source/90944ef186a3d0c836c073160e6a317a/proxima-nova-bold-webfont.eot") format("embedded-opentype"), url("/source/0693403de0ab4cb0332d6101387b3e1b/proxima-nova-bold-webfont.woff") format("woff"), url("/source/986a09945d89808211c8e23e275b0aa2/proxima-nova-bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova-alt";
  src: url("/source/905bc241fa3891dc5a54b85cab75e0ce/proxima-nova-alt-regular-webfont.eot");
  src: url("/source/d79bc7e0b9bfa149ab7724e0d046268b/proxima-nova-alt-regular-webfont.eot") format("embedded-opentype"), url("/source/93a8e907224838fcd08a715e97862d4e/proxima-nova-alt-regular-webfont.woff") format("woff"), url("/source/9309998e74d060506e6f41afb64547dc/proxima-nova-alt-regular-webfont.ttf") format("truetype"), url("/source/e4a4a0c3f5200c05d10b1db6cec69415/proxima-nova-alt-regular-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proxima-nova-alt";
  src: url("/source/c8cd8436bc1329593de3cddccf39b318/proxima-nova-alt-semibold-webfont.eot");
  src: url("/source/e6829d489ff2bbd9b7e30d48030bcb65/proxima-nova-alt-semibold-webfont.eot") format("embedded-opentype"), url("/source/8f74547c31ed99be23520b7dae02c524/proxima-nova-alt-semibold-webfont.woff") format("woff"), url("/source/6e0d65e70f16d647d89d4b020c433b71/proxima-nova-alt-semibold-webfont.ttf") format("truetype"), url("/source/90ddaaeae9a503875e4147d2f0b94ce6/proxima-nova-alt-semibold-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "proxima-nova-alt";
  src: url("/source/8ac6af9d93dee5e06f68bb9dfa6e6fa6/proxima-nova-alt-bold-webfont.eot");
  src: url("/source/5d62a6045fe93d09d792957c5ef5f2cf/proxima-nova-alt-bold-webfont.eot") format("embedded-opentype"), url("/source/503cfd84c0d8298eddcf3d7d0f5659c8/proxima-nova-alt-bold-webfont.woff") format("woff"), url("/source/0b83d3c4f281a6d0420ac13031b8581b/proxima-nova-alt-bold-webfont.ttf") format("truetype"), url("/source/343d12573865639af7c2ab4e4ff2a501/proxima-nova-alt-bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 20px "proxima-nova-alt";
  color: #647896;
}

h1, h2, h3, h4, h5, h6 {
  font: 700 30px "proxima-nova-alt";
  color: #0072C6;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 24px;
    font: 700 18px "proxima-nova-alt";
  }
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
  color: #0072C6;
  text-decoration: none;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  transition: color .4s;
}

a:hover {
  color: #00467a;
}

a img {
  border: none;
}

p {
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  p {
    line-height: 20px;
    font-size: 13px;
  }
}

button {
  outline: none;
  border: none;
}

#wrapper {
  padding-top: 115px;
  overflow: hidden;
}

.blue-bg {
  background-color: #EBF4FF;
}

.light-bg {
  background-color: #FFF;
}

.cover-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.padd-80 {
  padding: 80px;
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .padd-80 {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .padd-80 {
    padding: 20px;
  }
}

.txt-marine {
  color: #0072C6;
}

.txt-fuel {
  color: #F5CA00;
}

.txt-fire {
  color: #DF002B;
}

.txt-grey {
  color: #808080;
}

.txt-green {
  color: #596643;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.cover-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cover-img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.icon-content {
  width: 60px;
  height: 60px;
  margin: auto;
  padding: 15px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .icon-content {
    width: 35px;
    height: 35px;
    padding: 6px;
  }
}

.icon-content .icon {
  height: 100%;
  width: 100%;
  -webkit-transition: fill .5s;
  -moz-transition: fill .5s;
  transition: fill .5s;
}

.icon-content.fire .icon {
  fill: #DF002B;
}

.icon-content.fire:hover, .icon-content.fire.back {
  background-color: #DF002B;
}

.icon-content.fire:hover .icon, .icon-content.fire.back .icon {
  fill: white;
}

.icon-content.fuel .icon {
  fill: #F5CA00;
}

.icon-content.fuel:hover, .icon-content.fuel.back {
  background-color: #F5CA00;
}

.icon-content.fuel:hover .icon, .icon-content.fuel.back .icon {
  fill: white;
}

.icon-content.grey .icon {
  fill: #808080;
}

.icon-content.grey:hover, .icon-content.grey.back {
  background-color: #808080;
}

.icon-content.grey:hover .icon, .icon-content.grey.back .icon {
  fill: white;
}

.icon-content.green .icon {
  fill: #596643;
}

.icon-content.green:hover, .icon-content.green.back {
  background-color: #596643;
}

.icon-content.green:hover .icon, .icon-content.green.back .icon {
  fill: white;
}

.icon-content.marine .icon {
  fill: #0072C6;
}

.icon-content.marine:hover, .icon-content.marine.back {
  background-color: #0072C6;
}

.icon-content.marine:hover .icon, .icon-content.marine.back .icon {
  fill: white;
}

.hidden {
  overflow: hidden;
}

.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: none;
  opacity: 1 !important;
  background-color: #F0F0F5;
}

.scroll {
  position: fixed;
  right: 20px;
  padding: 20px;
  padding-left: 45px;
  opacity: 0;
  bottom: -50px;
  z-index: 99;
  background: #172336;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.scroll:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("/source/f26bb9e571b2fe617ff5af8cd0be7f3c/arrow-right-light.svg") right center no-repeat;
  background-size: 20px auto;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.scroll.show {
  bottom: 10px;
  opacity: 1;
}

.single-post .section .cover-bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: white;
}

.single-post .section .cover-bg .padd-80 {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .single-post .section .cover-bg .padd-80 {
    padding: 0;
  }
}

.single-post .section .cover-bg img {
  width: 100%;
  height: auto;
}

#menu-menu-footer li,
#menu-menu-footer-anglais li {
  list-style: none;
}

#nav {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  top: 0;
  width: 100%;
  height: 115px;
  border-bottom: 1px solid #D2D7E1;
  z-index: 999;
  background-color: white;
}

#nav .logo-container {
  max-width: 250px;
  width: 100%;
  padding: 15px 0;
}

#nav .logo-container a {
  display: block;
  content: "";
}

#nav .logo-container .logo {
  max-width: 160px;
  width: 100%;
}

#nav .contents-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

#nav .menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  position: relative;
  max-width: -moz-calc(100vw - 520px);
  max-width: calc(100vw - 520px);
}

#nav .menu:before, #nav .menu:after {
  content: "";
  position: absolute;
  top: -15px;
  bottom: 0;
  width: 1px;
  background-color: #D2D7E1;
}

#nav .menu:before {
  left: 0;
}

#nav .menu:after {
  right: 0;
}

#nav .menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#nav .menu > ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#nav .menu ul {
  margin-bottom: 0;
  height: 100%;
}

#nav .menu ul > li {
  list-style: none;
  text-align: center;
  padding: 35px 0;
}

#nav .menu ul > li a {
  font-family: "proxima-nova";
  font-size: 22px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
  color: #172336;
}

#nav .menu ul > li:hover a {
  color: #0072C6;
}

#nav .menu ul > li:hover .sub-menu {
  visibility: visible;
  z-index: 9999;
  opacity: 1;
}

#nav .menu ul > li:hover .sub-menu a {
  color: white;
}

#nav .actions {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  padding-right: 30px;
  min-width: 225px;
  /*  25-09-2019  */
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav .actions .item-action {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#nav .actions .item-action:first-of-type:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #D2D7E1;
}

#nav .actions .item-action > div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#nav .actions .item-action > div:first-of-type {
  padding: 0 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#nav .actions .item-action > div:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #D2D7E1;
}

@media screen and (max-width: 1140px) {
  #nav .actions .item-action > div:first-of-type:after {
    left: auto;
    top: -25px;
    bottom: -25px;
  }
}

#nav .actions .item-action > div.lang {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 1140px) {
  #nav .actions .item-action > div.lang {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1140px) {
  #nav .actions .item-action > div.links {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  #nav .actions .item-action {
    padding: 25px 0;
  }
}

#nav .actions .lang {
  position: relative;
  width: 100px;
  width: auto;
}

#nav .actions .lang a {
  line-height: 40px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #172336;
  position: relative;
}

#nav .actions .lang a:first-of-type {
  margin-right: 15px;
}

#nav .actions .lang a:first-of-type:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #172336;
}

#nav .actions .lang a.active, #nav .actions .lang a:hover {
  color: #0072C6;
}

#nav .actions .links {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nav .actions .links .link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 7px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#nav .actions .links .link.linkedin {
  background-image: url("/source/f6b86c09ba35be2b4d26a7ebabe8c5c0/linkedin_2.svg");
  background-size: 20px auto;
}

#nav .actions .links .link.youtube {
  background-image: url("/source/effccca5859792672d49b4d101914aeb/youtube.svg");
}

#nav .actions .user a {
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
  background-image: url("/source/39dde9a83f0383325d43dfe3f15b4d9c/budy.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px 20px;
  color: #2D4155;
}

#nav .actions .search {
  position: relative;
  max-width: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  cursor: pointer;
}

#nav .actions .search .icon {
  position: absolute;
  fill: #2D4155;
  top: 50%;
  -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 100%;
  height: 17px;
  -webkit-transition: fill .3s;
  -moz-transition: fill .3s;
  transition: fill .3s;
}

#nav .actions .search.fixed .icon {
  fill: #0072C6;
}

#nav .actions .search.fixed .sub-menu {
  background: transparent;
  /*border-top:  1px solid $light3;*/
  border-top: none;
  border-bottom: 1px solid #D2D7E1;
  visibility: visible;
  opacity: 1;
}

#nav .actions .search.fixed .sub-menu .blog.form {
  border-top: 1px solid #D2D7E1;
}

#nav .sub-menu {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  background-color: #2D4155;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  max-height: 100vh;
  max-height: -moz-calc(100vh - 110px);
  max-height: calc(100vh - 110px);
}

#nav .sub-menu.row-1 {
  height: 320px;
}

#nav .sub-menu.row-2 {
  height: 470px;
}

#nav .sub-menu.items {
  /*
            ul {
                li {
                    /*
                        border-right: 1px solid  $light4;
                        border-bottom: 1px solid  $light4;
                    

                    overflow: hidden;
                    padding: 0;
                    float: left;

                    &:hover {

                        /*.content-menu .header.move,.content-menu .content.move {
                            transform: translateX(-100%);
                        }

                    }

                    &:last-of-type {
                        border-right: none ;
                    }
                }
            }
            */
}

#nav .sub-menu.items:not(.contact) ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: center;
                    justify-content: center;*/
}

@media screen and (min-width: 1600px) {
  #nav .sub-menu.items:not(.contact) ul {
    max-width: 1690px;
    margin: auto;
  }
}

#nav .sub-menu.items:not(.contact) ul li {
  overflow: hidden;
  max-width: 220px;
  width: 100%;
  height: 200px;
  padding: 0;
  display: inline-block;
}

#nav .sub-menu.items .content-menu {
  width: 200%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#nav .sub-menu.items .content-menu .header, #nav .sub-menu.items .content-menu .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 20px 15px;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform  .5s;
  transition: -webkit-transform  .5s;
  -moz-transition: transform  .5s, -moz-transform  .5s;
  transition: transform  .5s;
  transition: transform  .5s, -webkit-transform  .5s, -moz-transform  .5s;
}

#nav .sub-menu.items .content-menu .header .blog, #nav .sub-menu.items .content-menu .content .blog {
  border: none !important;
  padding: 0;
  position: relative;
}

#nav .sub-menu.items .content-menu .header .blog .icon-content, #nav .sub-menu.items .content-menu .content .blog .icon-content {
  width: 50px;
  height: 50px;
}

#nav .sub-menu.items .content-menu .header .blog .title, #nav .sub-menu.items .content-menu .content .blog .title {
  margin-top: 20px;
  line-height: 30px;
  color: #FFF;
}

#nav .sub-menu.items .content-menu .header .blog .open-icon, #nav .sub-menu.items .content-menu .content .blog .open-icon {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

#nav .sub-menu.items .content-menu .header .blog .open-icon.marine, #nav .sub-menu.items .content-menu .content .blog .open-icon.marine {
  fill: #0072C6;
}

#nav .sub-menu.items .content-menu .header .blog .open-icon.fuel, #nav .sub-menu.items .content-menu .content .blog .open-icon.fuel {
  fill: #F5CA00;
}

#nav .sub-menu.items .content-menu .header .blog .open-icon.fire, #nav .sub-menu.items .content-menu .content .blog .open-icon.fire {
  fill: #DF002B;
}

#nav .sub-menu.items .content-menu .header .blog .open-icon.grey, #nav .sub-menu.items .content-menu .content .blog .open-icon.grey {
  fill: #808080;
}

#nav .sub-menu.items .content-menu .header .blog .open-icon.green, #nav .sub-menu.items .content-menu .content .blog .open-icon.green {
  fill: #596643;
}

#nav .sub-menu.items .content-menu .header {
  width: 100%;
  padding: 35px 15px;
  max-height: 200px;
}

#nav .sub-menu.items .content-menu .header .title {
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  transition: color .3s linear;
}

#nav .sub-menu.items .content-menu .header .icon-content.marine {
  background-color: #0072C6;
}

#nav .sub-menu.items .content-menu .header .icon-content.fuel {
  background-color: #F5CA00;
}

#nav .sub-menu.items .content-menu .header .icon-content.fire {
  background-color: #DF002B;
}

#nav .sub-menu.items .content-menu .header .icon-content.grey {
  background-color: #808080;
}

#nav .sub-menu.items .content-menu .header .icon-content.green {
  background-color: #596643;
}

#nav .sub-menu.items .content-menu .header .icon-content .icon {
  fill: white;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1199px) {
  #nav .sub-menu.items .content-menu .header .icon-content .icon {
    width: 23px;
    height: 23px;
  }
}

#nav .sub-menu.items .content-menu .header:hover .icon-content, #nav .sub-menu.items .content-menu .header.open .icon-content {
  background-color: white;
}

#nav .sub-menu.items .content-menu .header:hover .icon-content.marine .icon, #nav .sub-menu.items .content-menu .header.open .icon-content.marine .icon {
  fill: #0072C6;
}

#nav .sub-menu.items .content-menu .header:hover .icon-content.fuel .icon, #nav .sub-menu.items .content-menu .header.open .icon-content.fuel .icon {
  fill: #F5CA00;
}

#nav .sub-menu.items .content-menu .header:hover .icon-content.fire .icon, #nav .sub-menu.items .content-menu .header.open .icon-content.fire .icon {
  fill: #DF002B;
}

#nav .sub-menu.items .content-menu .header:hover .icon-content.grey .icon, #nav .sub-menu.items .content-menu .header.open .icon-content.grey .icon {
  fill: #808080;
}

#nav .sub-menu.items .content-menu .header:hover .icon-content.green .icon, #nav .sub-menu.items .content-menu .header.open .icon-content.green .icon {
  fill: #596643;
}

#nav .sub-menu.items .content-menu .header:hover .title.marine, #nav .sub-menu.items .content-menu .header.open .title.marine {
  color: #0072C6;
}

#nav .sub-menu.items .content-menu .header:hover .title.fuel, #nav .sub-menu.items .content-menu .header.open .title.fuel {
  color: #F5CA00;
}

#nav .sub-menu.items .content-menu .header:hover .title.fire, #nav .sub-menu.items .content-menu .header.open .title.fire {
  color: #DF002B;
}

#nav .sub-menu.items .content-menu .header:hover .title.grey, #nav .sub-menu.items .content-menu .header.open .title.grey {
  color: #808080;
}

#nav .sub-menu.items .content-menu .header:hover .title.green, #nav .sub-menu.items .content-menu .header.open .title.green {
  color: #596643;
}

#nav .sub-menu.items .content-menu .header:hover .open-icon, #nav .sub-menu.items .content-menu .header.open .open-icon {
  opacity: 1;
  bottom: -25px;
}

#nav .sub-menu.items .content-menu:after {
  content: "";
  display: block;
  clear: both;
}

#nav .sub-menu.items .content-menu .content {
  overflow: hidden;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  padding: 0;
  height: 0;
  /*
                    .more {
                        display: table;
                        position: relative;
                        margin: auto;
                        padding-bottom: 20px;
                        margin-bottom: 15px;
                        display: none;

                        .title{
                            display: inline-block;
                            font-size: 17px;
                        }

                        .icon-content {
                            width: 35px;
                            height: 35px;
                            padding: 7px;
                            margin: 0;
                            margin-right: 15px;
                            float: left;
                        }

                        .all {
                            margin-left: 15px;
                            padding-left: 30px;
                            background-image: url("/source/740fba15af5bec32f5f44dbabd28dd56/fleche-lien-white.svg");
                            background-position: left center;
                            background-repeat: no-repeat;
                            background-size: 20px 15px;
                            display: inline-block;
                            font-size: 16px;
                            line-height: 37px;
                            transition: color .3s;

                            &:hover {
                                color: $dark3;
                            }
                        }

                        &:after {
                            content: "";
                            position: absolute;
                            bottom: 0;
                            height: 1px;
                            left: -100%;
                            right: -100%;
                            background-color: $dark2;
                        }


                    }
                    */
}

#nav .sub-menu.items .content-menu .content.open {
  overflow: visible;
}

#nav .sub-menu.items .content-menu .content.open:before, #nav .sub-menu.items .content-menu .content.open:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #A0AFC8;
  z-index: 1;
}

#nav .sub-menu.items .content-menu .content.open:before {
  top: 0;
}

#nav .sub-menu.items .content-menu .content.open:after {
  bottom: 0;
  display: none;
}

#nav .sub-menu.items .content-menu .content a {
  display: block;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  font-size: 17px;
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 70px;
  line-height: 22px;
  position: relative;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  transition: background .3s linear;
}

#nav .sub-menu.items .content-menu .content a p {
  font-size: 17px;
  line-height: 22px;
  width: 100%;
}

#nav .sub-menu.items .content-menu .content a:hover {
  background-color: #0072C6;
}

#nav .sub-menu.items .content-menu .content a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-right: 1px solid #A0AFC8;
}

#nav .sub-menu.items .content-menu .content a:first-of-type:after {
  border-left: 1px solid #A0AFC8;
}

#nav .sub-menu.items .content-menu .content a .icon-content {
  width: 25px;
  height: 25px;
  background: transparent;
  position: relative;
}

#nav .sub-menu.items .content-menu .content a .icon-content .icon {
  fill: #FFF;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#nav .sub-menu.items .content-menu .content a span {
  font-size: 17px;
  line-height: 22px;
  display: block;
  margin-top: 10px;
}

#nav .sub-menu.items .content-menu .content a .title {
  font-size: 17px;
  line-height: 22px;
  max-width: 100px;
  margin: auto;
}

#nav .sub-menu.items .content-menu .content .link {
  max-width: 1000px;
  margin: auto;
  height: 200px;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  background: #2D4155;
}

#nav .sub-menu.items .content-menu .content .link a {
  padding: 0 35px;
}

#nav .sub-menu.items .content-menu .content .link.full {
  max-width: 1500px;
}

#nav .sub-menu.items .content-menu .content .link.full a {
  max-width: 250px;
}

@media screen and (max-width: 1500px) {
  #nav .sub-menu.items .content-menu .content .link.full {
    max-width: 1200px;
  }
  #nav .sub-menu.items .content-menu .content .link.full a {
    max-width: 200px;
  }
}

#nav .sub-menu.items .content-menu .content .link.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nav .sub-menu.items .content-menu .content .link.single {
  max-width: none;
}

#nav .sub-menu.items .content-menu .content .link.single a {
  max-width: none;
}

#nav .sub-menu.items .content-menu .content .link.single a:after {
  border: none;
}

#nav .sub-menu.items .content-menu .content .link:not(:nth-child(1)) {
  border-top: 1px solid #A0AFC8;
}

#nav .sub-menu.items .content-menu .content .link::-webkit-scrollbar {
  width: 4px;
}

#nav .sub-menu.items .content-menu .content .link::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px transparent;
          box-shadow: inset 0 0 2px transparent;
}

#nav .sub-menu.items .content-menu .content .link::-webkit-scrollbar-thumb {
  background-color: #2D4155;
}

#nav .sub-menu.items .content-menu .content .link a.all {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nav .sub-menu.items .content-menu .content .link a.all .icon-content {
  margin: 0;
}

#nav .sub-menu.items .content-menu .content .link a.all .title {
  max-width: none;
  margin: 0;
  margin-top: 5px;
}

#nav .sub-menu.items .content-menu .content .voir {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  background: #2D4155;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  padding: 25px 0;
  display: block;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  transition: background .3s linear;
}

#nav .sub-menu.items .content-menu .content .voir:hover {
  background: #0072C6;
}

#nav .sub-menu.items .content-menu .content .voir.voir:after {
  border: 1px solid #D2D7E1;
  border-radius: 50%;
}

#nav .sub-menu .noflex li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 35px 50px;
  width: auto;
  display: inline-block;
}

#nav .sub-menu .noflex li a {
  color: white;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}

#nav .sub-menu .noflex li:hover a {
  color: #0072C6 !important;
}

#nav .sub-menu .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
}

#nav .sub-menu.contact .blog:first-of-type .title:hover {
  color: #0072C6;
}

#nav .sub-menu.contact .blog ~ ul {
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: auto;
}

#nav .sub-menu.contact .blog ~ ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 0 30px;
}

#nav .sub-menu.contact .blog ~ ul li:first-of-type {
  padding-left: 0;
}

#nav .sub-menu.contact .blog ~ ul li:last-of-type {
  padding-right: 0;
}

#nav .sub-menu.contact .blog ~ ul li .header {
  padding: 50px 0;
  display: block;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.fire {
  background-color: #DF002B;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.fire .icon {
  fill: white;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.fuel {
  background-color: #F5CA00;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.fuel .icon {
  fill: white;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.marine {
  background-color: #0072C6;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.marine .icon {
  fill: white;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.grey {
  background-color: #808080;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.grey .icon {
  fill: white;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.green {
  background-color: #596643;
}

#nav .sub-menu.contact .blog ~ ul li .header:hover .icon-content.green .icon {
  fill: white;
}

#nav .sub-menu.contact .blog ~ ul li .header:first-of-type {
  padding-top: 0;
}

#nav .sub-menu.contact .blog ~ ul li .header:last-of-type {
  padding-bottom: 0;
}

#nav .sub-menu.contact .blog ~ ul li .header .title {
  margin-top: 20px;
}

#nav .blog {
  padding: 35px 0;
}

#nav .blog:first-of-type {
  border-bottom: 1px solid #D2D7E1;
}

#nav .blog:first-of-type .title {
  color: #D2D7E1;
}

#nav .blog.form {
  background-color: white;
  border-bottom: none;
}

#nav .blog.form form {
  width: 50%;
  margin: auto;
  max-width: 585px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#nav .blog.form .input {
  font-size: 20px;
  width: auto;
  padding: 15px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #647896;
  color: #647896;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#nav .blog.form .btn-search {
  outline: none;
  background: transparent;
  border: none;
  font-size: 19px;
  line-height: 37px;
  font-weight: 400;
  text-transform: uppercase;
  color: #647896;
  cursor: pointer;
}

@media screen and (max-width: 1140px) {
  #nav {
    padding-left: 30px;
  }
  #nav .logo-container {
    max-width: 180px;
  }
}

@media screen and (max-width: 1199px) {
  #nav {
    width: 100vw;
    display: block;
    padding: 0 20px;
    height: 65px;
    overflow: visible;
  }
  #nav .logo-container {
    max-width: 160px;
    padding: 10px 0;
    height: 100%;
  }
  #nav .logo-container a {
    height: 100%;
  }
  #nav .logo-container a .logo {
    height: 100%;
    width: auto;
  }
  #nav .logo-container #btn-close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    cursor: pointer;
  }
  #nav .logo-container #btn-close .menu-open {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 2px;
    background-color: #0072C6;
    margin: auto;
    cursor: pointer;
    -webkit-transition: background-color 0s .2s;
    -moz-transition: background-color 0s .2s;
    transition: background-color 0s .2s;
  }
  #nav .logo-container #btn-close .menu-open:before, #nav .logo-container #btn-close .menu-open:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0072C6;
    -webkit-transition: top .2s .2s, -webkit-transform .2s;
    transition: top .2s .2s, -webkit-transform .2s;
    -moz-transition: top .2s .2s, transform .2s, -moz-transform .2s;
    transition: top .2s .2s, transform .2s;
    transition: top .2s .2s, transform .2s, -webkit-transform .2s, -moz-transform .2s;
  }
  #nav .logo-container #btn-close .menu-open:before {
    top: -6px;
  }
  #nav .logo-container #btn-close .menu-open:after {
    top: 6px;
  }
  #nav .logo-container #btn-close.open .menu-open {
    background-color: transparent;
  }
  #nav .logo-container #btn-close.open .menu-open::before, #nav .logo-container #btn-close.open .menu-open::after {
    top: 0;
    -webkit-transition: top .2s, -webkit-transform .2s .2s;
    transition: top .2s, -webkit-transform .2s .2s;
    -moz-transition: top .2s, transform .2s .2s, -moz-transform .2s .2s;
    transition: top .2s, transform .2s .2s;
    transition: top .2s, transform .2s .2s, -webkit-transform .2s .2s, -moz-transform .2s .2s;
  }
  #nav .logo-container #btn-close.open .menu-open::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #nav .logo-container #btn-close.open .menu-open::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #nav .contents-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    width: 100vw;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 100%;
    -webkit-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
  }
  #nav .contents-menu .texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #nav .contents-menu .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #nav .contents-menu:before {
    content: "";
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #2D4155;
    opacity: .9;
    margin-left: 100%;
    -webkit-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
  }
  #nav .contents-menu .menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: initial;
    background-color: #FFF;
    max-width: none;
  }
  #nav .contents-menu .menu ul {
    display: block;
  }
  #nav .contents-menu .menu ul li {
    display: block;
    width: 100%;
    padding: 20px 0;
    /*&:hover {
                            .sub-menu {
                                transform: translateX(0);
                            }
                        }*/
  }
  #nav .contents-menu .menu ul li .sub-menu {
    top: 65px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
    max-height: none;
    transform: translateX(100%);
    min-height: 390px;
    max-height: -moz-calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow: auto;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    padding-top: 50px;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: initial;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li {
    float: none;
    display: block;
    height: initial;
    padding: 0;
    border: none;
    max-width: none;
    overflow: visible;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li:hover .content-menu .content.move {
    height: auto;
    padding: 20px 60px;
    opacity: 1;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li:hover .content-menu .header.move .blog:after {
    opacity: 1;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .header {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .header.move {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .header .blog {
    position: relative;
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .header .blog .icon-content img {
    display: none;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .header .blog .title {
    margin: 0;
    float: left;
    line-height: 30px;
    padding-left: 15px;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .header .blog .open-icon {
    display: none;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .header .blog:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    bottom: 0;
    margin: auto;
    background: url("/source/f26bb9e571b2fe617ff5af8cd0be7f3c/arrow-right-light.svg") right center no-repeat;
    background-size: 20px 15px;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content {
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .3s, height .3s, padding .3s;
    -moz-transition: opacity .3s, height .3s, padding .3s;
    transition: opacity .3s, height .3s, padding .3s;
    background: #0072C6;
    position: relative;
    top: 0;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move .more {
    width: 100%;
    text-align: left;
    margin: 0px;
    padding: 0px;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move .more .all {
    float: none;
    text-align: left;
    margin: 0px;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move .more:after {
    opacity: 0;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a {
    text-align: left;
    color: #FFF;
    line-height: 30px;
    display: block;
    padding: 0;
    max-width: none;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    transition: color .3s linear;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a:hover {
    color: #172336;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a.voir {
    border-radius: initial;
    top: 0;
    position: relative;
    height: auto;
    width: auto;
    display: block;
    background: transparent;
    max-width: none;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a:after {
    border: none;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a .icon-content, #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a .title {
    display: none;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a span {
    margin: 0;
    position: relative;
    padding-left: 25px;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content.move a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    bottom: 0;
    margin: auto;
    background: url("/source/f26bb9e571b2fe617ff5af8cd0be7f3c/arrow-right-light.svg") left center no-repeat;
    background-size: 17px 13px;
  }
  #nav .contents-menu .menu ul li .sub-menu.items:not(.contact) ul li .content-menu .content .link {
    height: auto;
    display: block;
    background: transparent;
    border: none;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog {
    padding: 0;
    padding-top: 20px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog .title {
    font-size: 18px;
    line-height: 24px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog:not(:last-of-type) {
    padding-bottom: 20px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul li {
    display: block;
    margin-bottom: 25px;
    padding: 0px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul li .header {
    width: 50%;
    float: left;
    padding: 0px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul li .header .title {
    font-size: 18px;
    line-height: 22px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul li .header:first-of-type {
    padding-left: 50px;
    padding-right: 25px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul li .header:last-of-type {
    padding-left: 25px;
    padding-right: 50px;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav .contents-menu .menu ul li .sub-menu.contact .blog ~ ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav .contents-menu .menu ul li.open-sub-menu .sub-menu {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  #nav .contents-menu .menu:before, #nav .contents-menu .menu:after {
    background: transparent;
  }
  #nav .contents-menu .actions {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-bottom: 1px solid #D2D7E1;
    background-color: #FFF;
	-webkit-box-orient: initial;
    -webkit-box-direction: initial;
       -webkit-flex-direction: initial;
          -moz-box-orient: initial;
           -moz-box-direction: initial;
		      -ms-flex-direction: initial;
                 flex-direction: initial;
  }
  
  #nav .actions .item-action:first-of-type:after {
	opacity: 0;
  }
  
  #nav .contents-menu .actions .lang {
    padding: 0;
    width: 33.33333%;
    text-align: center;
  }
  #nav .contents-menu .actions .lang:after {
    left: 0;
    right: 0;
  }
  #nav .contents-menu .actions .user {
    padding: 0;
    width: 33.33333%;
    text-align: center;
  }
  #nav .contents-menu .actions .search {
    height: inherit;
    padding: 0;
    width: 33.33333%;
    margin: 0;
  }
  #nav .contents-menu .actions .search .sub-menu {
    top: 65px;
    visibility: visible;
    opacity: 1;
    height: 100%;
    background-color: #FFF;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
    max-height: 490px;
  }
  #nav .contents-menu .actions .search .sub-menu .blog {
    border: none;
    border-top: 1px solid #D2D7E1;
    padding-top: 95px;
  }
  #nav .contents-menu .actions .search .sub-menu .blog:after {
    content: "Rechercher :";
    position: absolute;
    left: 25px;
    top: 65px;
    color: #0072C6;
  }
  #nav .contents-menu .actions .search .sub-menu form {
    max-width: 100%;
    width: auto;
    padding: 0 25px;
  }
  #nav .contents-menu .actions .search .sub-menu.open-sub-menu {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #nav .contents-menu .actions .search .sub-menu .show {
    background-image: url("/source/20dd0de04b7a0377dcef442e0350f552/arrow-right.svg");
  }
  #nav .contents-menu .actions .search .sub-menu .show:after {
    color: #0072C6;
    right: 20px;
  }
  #nav .contents-menu.open {
    margin-left: 0;
  }
  #nav .contents-menu.open:before {
    margin-left: 0;
  }
  #nav .contents-menu .show {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 70px;
    height: 50px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    cursor: pointer;
    z-index: 1;
    background: url("/source/f26bb9e571b2fe617ff5af8cd0be7f3c/arrow-right-light.svg") right center no-repeat;
    background-size: 17px 13px;
  }
  #nav .contents-menu .show:after {
    content: "Retour";
    position: absolute;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    right: 10px;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #FFF;
  }
  #wrapper {
    padding-top: 65px;
  }
}

@media screen and (min-width: 1600px) {
  .nav-content {
    background: #FFF;
    border-bottom: 1px solid #D2D7E1;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .nav-content #nav {
    position: relative;
    max-width: 1690px;
    margin: auto;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  #nav .sub-menu.items .content-menu .header .blog .icon-content {
    width: 35px;
    height: 35px;
  }
}

.desktop #nav .sub-menu {
  top: 70px;
  padding-top: 40px;
  background-color: transparent;
  max-height: -moz-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow: visible !important;
}

.desktop #nav .sub-menu .content-subMenu {
  position: relative;
  background: #2D4155;
  height: 100%;
  max-height: -moz-calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  overflow: hidden;
  overflow-y: auto;
}

#home-header {
  position: relative;
  /*min-height: 100vh;
    min-height: calc(100vh - 115px);
    background: url("/source/71486c668c521b98d13891f6b6fcecde/home-video_compo-1.jpg") no-repeat center;
    background-size: cover;*/
  padding: 130px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 616px;
}

#home-header .home-header-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-header .home-header-slider .owl-stage-outer,
#home-header .home-header-slider .owl-stage,
#home-header .home-header-slider .owl-item {
  height: 100%;
}

#home-header .home-header-slider .owl-item {
  overflow: hidden;
}

#home-header .home-header-slider .owl-item.active .vanne {
  opacity: 1;
}

#home-header .home-header-slider video,
#home-header .home-header-slider .gif {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home-header .home-header-slider video,
  #home-header .home-header-slider .gif {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
       -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}

@supports (-ms-ime-align: auto) {
  #home-header .home-header-slider video,
  #home-header .home-header-slider .gif {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
       -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}

#home-header .home-header-slider .vanne {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  height: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 2s 2s;
  -moz-transition: opacity 2s 2s;
  transition: opacity 2s 2s;
}

@media screen and (max-width: 768px) {
  #home-header .home-header-slider .vanne {
    top: 22.5%;
    height: 55%;
    -webkit-transition: opacity 1.5s 1.5s;
    -moz-transition: opacity 1.5s 1.5s;
    transition: opacity 1.5s 1.5s;
  }
}

#home-header .home-header-slider .container {
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

#home-header .home-header-slider .container p {
  font-family: "proxima-nova-alt";
  font-size: 30px;
  color: white;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
  max-width: 365px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #home-header .home-header-slider .container {
    padding-top: 30px;
  }
  #home-header .home-header-slider .container p {
    margin: auto;
    font-size: 25px;
    line-height: 35px;
    max-width: 300px;
  }
}

#home-header .domain {
  display: table;
  padding: 22px 0;
}

#home-header .domain:hover .claval-icon {
  background-color: #FFF;
  border-color: transparent;
}

#home-header .domain:hover .claval-icon.marine svg {
  fill: #0072C6;
}

#home-header .domain:hover .claval-icon.fuel svg {
  fill: #F5CA00;
}

#home-header .domain:hover .claval-icon.fire svg {
  fill: #DF002B;
}

#home-header .domain:hover .claval-icon.grey svg {
  fill: #808080;
}

#home-header .domain:hover .claval-icon.green svg {
  fill: #596643;
}

#home-header .domain:hover .roll {
  opacity: 1;
  visibility: visible;
}

#home-header .domain:first-child {
  padding-top: 0;
}

#home-header .domain:last-child {
  padding-bottom: 0;
}

#home-header .domain .claval-icon {
  width: 56px;
  height: 56px;
  vertical-align: middle;
}

#home-header .domain .title {
  font: 500 28px "proxima-nova";
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

#home-header .roll {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  text-align: center;
  background-color: #0072C6;
  color: #FFF;
  font-family: "proxima-nova";
  padding: 40px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#home-header .roll.fuel {
  background-color: #F5CA00;
}

#home-header .roll.fuel::after {
  border-color: #F5CA00;
}

#home-header .roll.grey {
  background-color: #808080;
}

#home-header .roll.grey::after {
  border-color: #808080;
}

#home-header .roll.green {
  background-color: #596643;
}

#home-header .roll.green::after {
  border-color: #596643;
}

#home-header .roll.fire {
  background-color: #DF002B;
}

#home-header .roll.fire::after {
  border-color: #DF002B;
}

#home-header .roll::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 40px solid #0072C6;
  border-radius: 50%;
}

#home-header .roll::before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  -webkit-shape-outside: polygon(0 0, 100% 0, 60% 4%, 40% 10%, 20% 20%, 10% 28.2%, 5% 34.4%, 0 50%, 5% 65.6%, 10% 71.8%, 20% 80%, 40% 90%, 60% 96%, 100% 100%, 0% 100%);
          shape-outside: polygon(0 0, 100% 0, 60% 4%, 40% 10%, 20% 20%, 10% 28.2%, 5% 34.4%, 0 50%, 5% 65.6%, 10% 71.8%, 20% 80%, 40% 90%, 60% 96%, 100% 100%, 0% 100%);
}

#home-header .roll .roll-inner::before {
  content: "";
  height: 100%;
  width: 50%;
  float: right;
  -webkit-shape-outside: polygon(100% 0, 0 0, 40% 4%, 60% 10%, 80% 20%, 90% 28.2%, 95% 34.4%, 100% 50%, 95% 65.6%, 90% 71.8%, 80% 80%, 60% 90%, 40% 96%, 0 100%, 100% 100%);
          shape-outside: polygon(100% 0, 0 0, 40% 4%, 60% 10%, 80% 20%, 90% 28.2%, 95% 34.4%, 100% 50%, 95% 65.6%, 90% 71.8%, 80% 80%, 60% 90%, 40% 96%, 0 100%, 100% 100%);
}

#home-header .roll .icon {
  height: 40px;
  margin-bottom: 10px;
}

#home-header .roll .title {
  display: block;
  font: 700 28px "proxima-nova-alt";
  margin-bottom: 20px;
}

@supports (-ms-ime-align: auto) {
  #home-header .roll {
    border-radius: 0;
  }
  #home-header .roll::before {
    -webkit-shape-outside: none;
            shape-outside: none;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
  }
  #home-header .roll::after {
    border-radius: 0;
  }
  #home-header .roll .roll-inner::before {
    -webkit-shape-outside: none;
            shape-outside: none;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home-header .roll {
    border-radius: 0;
  }
  #home-header .roll::before {
    -webkit-shape-outside: none;
            shape-outside: none;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
  }
  #home-header .roll::after {
    border-radius: 0;
  }
  #home-header .roll .roll-inner::before {
    -webkit-shape-outside: none;
            shape-outside: none;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
  }
}

#home-header .scroll-btn {
  position: absolute;
  bottom: 44px;
  left: 50%;
  font-family: "proxima-nova";
  color: #FFF;
  padding-top: 64px;
  padding-left: 34px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#home-header .scroll-btn:hover::before {
  background-color: #0072C6;
}

#home-header .scroll-btn:hover .arrow {
  fill: #FFF;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

#home-header .scroll-btn::before {
  content: "";
  width: 34px;
  height: 64px;
  background-color: #FFF;
  border-radius: 34px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

#home-header .scroll-btn .arrow {
  position: absolute;
  width: 16px;
  height: 21px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: fill 0.4s, -webkit-transform 0.4s;
  transition: fill 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, fill 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s, fill 0.4s;
  transition: transform 0.4s, fill 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

@media screen and (max-width: 768px) {
  #home-header {
    min-height: 374px;
    padding: 0;
  }
  #home-header .domains-list {
    padding: 20px;
  }
  #home-header .domains-list:after {
    content: "";
    display: block;
    clear: both;
  }
  #home-header .domains-list .domain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    float: left;
    padding: 15px;
    height: 72px;
    position: relative;
  }
  #home-header .domains-list .domain:first-child, #home-header .domains-list .domain:last-child {
    padding: 15px;
  }
  #home-header .domains-list .domain .claval-icon {
    width: 35px;
    height: 35px;
    padding: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #home-header .domains-list .domain .title {
    font-size: 18px;
    padding-left: 40px;
    margin: 0;
  }
  #home-header .domains-list .domain:hover .roll {
    display: none;
  }
  #home-header .scroll-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #home-header .domains-list {
    padding: 10px;
    padding-top: 220px;
  }
}

#home-header .header-content {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  #home-header .header-content {
    max-width: 1600px;
    margin: auto;
  }
}

/* Home slider vannes */
#home-header .home-header-slider .vanne {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  height: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 2s 2s;
  -moz-transition: opacity 2s 2s;
  transition: opacity 2s 2s;
}

#home-header .home-header-slider .owl-item.active .vanne {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #home-header .domains-list {
    padding: 10px;
    padding-top: 220px;
  }
  #home-header .home-header-slider .vanne {
    top: 22.5%;
    height: 55%;
    -webkit-transition: opacity 1.5s 1.5s;
    -moz-transition: opacity 1.5s 1.5s;
    transition: opacity 1.5s 1.5s;
  }
}

.news-content-blue {
  background-image: url("/source/4e39c454b9b7cb11a7944e0578ae28f4/wave.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.news-items {
  padding-left: 40px;
  margin-left: -25px;
  margin-right: -25px;
}

@media screen and (max-width: 500px) {
  .news-items {
    margin: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .news-items {
    padding-left: 0;
    margin: 0;
  }
  .news-items .grid {
    height: auto !important;
  }
  .news-items .news-item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1;
    -webkit-transition-property: opacity,top !important;
    -moz-transition-property: opacity,top !important;
    transition-property: opacity,top !important;
    -webkit-transition-duration: 1s !important;
       -moz-transition-duration: 1s !important;
            transition-duration: 1s !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .news-items .news-item.hiddenPost {
    top: 20px !important;
    opacity: 0;
  }
  .news-items .more {
    height: 30px;
    width: 30px;
    margin: auto;
    margin-bottom: 20px;
    background-color: #647896;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
  }
  .news-items .more:before, .news-items .more:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
  }
  .news-items .more:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.news-item {
  width: 33.33%;
  padding: 0 25px;
  margin-bottom: 50px;
}

.news-item .content {
  background-color: #FFF;
  padding: 20px 25px;
}

.news-item .content > img {
  display: block;
  width: 100%;
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
  height: auto;
  margin-left: -moz-calc(-25px);
  margin-left: calc(-25px);
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-item a {
  font-size: 19px;
}

.news-item .linkedin-user {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 15px;
}

.news-item .linkedin-user .avatar {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}

.news-item .linkedin-user .texts {
  font-weight: 500;
  font-size: 15px;
  margin-top: 14px;
}

.news-item .linkedin-user .texts > * {
  line-height: 17px;
}

.news-item .linkedin-user .texts .title {
  color: #0072C6;
}

.news-item .date {
  font-size: 15px;
  font-weight: 500;
  color: #0072C6;
}

.news-item .desc {
  font-size: 20px;
  line-height: 30px;
}

.news-item .video-container {
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
  margin: 15px 0;
  margin-left: -moz-calc(-25px);
  margin-left: calc(-25px);
}

.news-item .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.news-item .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.news-item .link {
  display: block;
  margin-top: 20px;
}

.news-item .link .arrow {
  position: relative;
  top: 1px;
  width: 16px;
  height: 14px;
  margin-right: 10px;
  -webkit-transition: fill .4s;
  -moz-transition: fill .4s;
  transition: fill .4s;
}

.news-item .link:hover .arrow {
  fill: #00467a;
}

@media screen and (max-width: 1199px) {
  .news-item {
    width: 50%;
  }
}

.section-title {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  padding-left: 40px;
}

.section-title::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 27px;
  left: 0;
  top: 3px;
  background: url("/source/f303c8b772df958227759569f9ca4a0a/pictotitle.svg") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-title.has-icon::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: -12px;
  background: url("/source/a4ae9dd78da01a10bfeb855dc958a8a4/linkedin.svg") no-repeat;
  background-position: center center;
  background-size: 20px 19px;
  background-color: #0072C6;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-title.has-icon.document::before {
  background-image: url("/source/165d0c06f23a3b1acacaf8ea3baa4a9c/picto_download.svg");
}

.section-title .icon-content {
  position: absolute;
  top: -15px;
  left: -28px;
  width: 56px;
  height: 56px;
}

.section {
  position: relative;
  padding: 80px 45px;
}

.section::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 100%;
  top: 0;
  left: 45px;
  background-color: #A0AFC8;
  opacity: 0;
  visibility: hidden;
}

.section.wave-bg {
  background-image: url("/source/4e39c454b9b7cb11a7944e0578ae28f4/wave.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.section.header {
  padding-top: 30px;
  padding-bottom: 60px;
}

.section.header .breadcrumb {
  margin-bottom: 30px;
  padding-left: 15px;
}

.section.header .breadcrumb a {
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 15px;
  line-height: 37px;
  color: #172336;
  position: relative;
}

.section.header .breadcrumb a:not(:first-of-type) {
  padding-left: 10px;
}

.section.header .breadcrumb a:not(:first-of-type):before {
  content: "";
  left: 0px;
  height: 12px;
  width: 2px;
  background: #172336;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section.header .breadcrumb a:hover {
  color: #A0AFC8;
}

@media screen and (min-width: 1600px) {
  .section {
    max-width: 1690px;
    margin: auto;
    width: 100%;
  }
}

#domain-header .breadcrumb a {
  color: #0072C6;
}

#domain-header .breadcrumb a:hover {
  color: #A0AFC8;
}

.section-content-blue {
  background-color: #EBF4FF;
}

@media screen and (max-width: 1140px) {
  .section {
    padding: 60px 30px;
  }
  .section .container {
    max-width: 100%;
  }
  .section:before {
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 35px 20px;
  }
  .section .container {
    padding: 0;
  }
  .section::before {
    left: 20px;
  }
  .section.header {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .section.header .breadcrumb {
    margin-bottom: 15px;
  }
  .section-title {
    margin-bottom: 25px;
    line-height: 30px;
    padding-left: 20px;
  }
  .section-title .icon-content {
    top: 0;
    left: -15px;
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .section-title.has-icon.document::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .section-title.has-icon::before {
    width: 30px;
    height: 30px;
    top: 0;
    background-size: 15px 15px;
  }
}

.btn {
  display: table;
  border: none;
  outline: none;
  padding: 20px 50px;
  color: #FFF !important;
  background-color: #0072C6;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s;
}

.btn:hover {
  background-color: #005b9d;
}

.btn-fuel {
  background-color: #F5CA00;
}

.btn-fuel:hover {
  background-color: #cca800;
}

.btn-grey {
  background-color: #808080;
}

.btn-grey:hover {
  background-color: #6c6c6c;
}

.btn-green {
  background-color: #596643;
}

.btn-green:hover {
  background-color: #444d33;
}


.btn-fire {
  background-color: #DF002B;
}

.btn-fire:hover {
  background-color: #b60023;
}

.btn-center {
  display: table;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .btn-center {
    padding: 20px;
  }
}

.claval-icon-hover {
  cursor: pointer;
}

.claval-icon-hover:hover .claval-icon {
  -webkit-transform: scale(1.17);
     -moz-transform: scale(1.17);
      -ms-transform: scale(1.17);
          transform: scale(1.17);
}

.claval-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0072C6;
  border: 1px solid #0072C6;
  -webkit-transition: background-color .4s, border-color .4s, -webkit-transform .4s;
  transition: background-color .4s, border-color .4s, -webkit-transform .4s;
  -moz-transition: transform .4s, background-color .4s, border-color .4s, -moz-transform .4s;
  transition: transform .4s, background-color .4s, border-color .4s;
  transition: transform .4s, background-color .4s, border-color .4s, -webkit-transform .4s, -moz-transform .4s;
}

.claval-icon.clickable {
  cursor: pointer;
}

.claval-icon.clickable:hover {
  -webkit-transform: scale(1.17);
     -moz-transform: scale(1.17);
      -ms-transform: scale(1.17);
          transform: scale(1.17);
}

.claval-icon.outline img, .claval-icon.outline svg, .claval-icon.light img, .claval-icon.light svg {
  fill: #0072C6;
}

.claval-icon.fuel {
  background-color: #F5CA00;
  border-color: #F5CA00;
}

.claval-icon.fuel.outline img, .claval-icon.fuel.outline svg, .claval-icon.fuel.light img, .claval-icon.fuel.light svg {
  fill: #F5CA00;
}

.claval-icon.fire {
  background-color: #DF002B;
  border-color: #DF002B;
}

.claval-icon.fire.outline img, .claval-icon.fire.outline svg, .claval-icon.fire.light img, .claval-icon.fire.light svg {
  fill: #DF002B;
}

.claval-icon.grey {
  background-color: #808080;
  border-color: #808080;
}

.claval-icon.grey.outline img, .claval-icon.grey.outline svg, .claval-icon.grey.light img, .claval-icon.grey.light svg {
  fill: #808080;
}

.claval-icon.green {
  background-color: #596643;
  border-color: #596643;
}

.claval-icon.green.outline img, .claval-icon.green.outline svg, .claval-icon.green.light img, .claval-icon.green.light svg {
  fill: #596643;
}

.claval-icon.outline {
  background-color: transparent;
}

.claval-icon.light {
  background-color: #FFF;
}

.claval-icon.light img, .claval-icon.light svg {
  fill: #0072C6;
}

.claval-icon img, .claval-icon svg {
  position: absolute;
  width: auto;
  height: 52%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #FFF;
  -webkit-transition: fill .4s, -webkit-transform .4s;
  transition: fill .4s, -webkit-transform .4s;
  -moz-transition: fill .4s, transform .4s, -moz-transform .4s;
  transition: fill .4s, transform .4s;
  transition: fill .4s, transform .4s, -webkit-transform .4s, -moz-transform .4s;
}

@-webkit-keyframes claval-icon-rotation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes claval-icon-rotation {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes claval-icon-rotation {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  .claval-icon {
    width: 30px;
    height: 30px;
  }
}

#domains .section-title .txt {
  vertical-align: top;
}

#domains .section-title .claval-icons {
  display: inline-block;
  margin-left: 30px;
}

#domains .section-title .claval-icons .claval-icon:not(:last-child) {
  margin-right: 20px;
}

#domains .section-title .claval-icons .claval-icon.marine {
  background-color: #0072C6;
}

#domains .section-title .claval-icons .claval-icon.marine svg {
  fill: #FFF;
}

#domains .section-title .claval-icons .claval-icon.fuel {
  background-color: #F5CA00;
}

#domains .section-title .claval-icons .claval-icon.fuel svg {
  fill: #FFF;
}

#domains .section-title .claval-icons .claval-icon.fire {
  background-color: #DF002B;
}

#domains .section-title .claval-icons .claval-icon.fire svg {
  fill: #FFF;
}

#domains .section-title .claval-icons .claval-icon.grey {
  background-color: #808080;
}

#domains .section-title .claval-icons .claval-icon.grey svg {
  fill: #FFF;
}

#domains .section-title .claval-icons .claval-icon.green {
  background-color: #596643;
}

#domains .section-title .claval-icons .claval-icon.green svg {
  fill: #FFF;
}

#domains .section-title .claval-icons .claval-icon:hover, #domains .section-title .claval-icons .claval-icon:not(.outline) {
  background-color: transparent;
}

#domains .section-title .claval-icons .claval-icon:hover.marine svg, #domains .section-title .claval-icons .claval-icon:not(.outline).marine svg {
  fill: #0072C6;
}

#domains .section-title .claval-icons .claval-icon:hover.fuel svg, #domains .section-title .claval-icons .claval-icon:not(.outline).fuel svg {
  fill: #F5CA00;
}

#domains .section-title .claval-icons .claval-icon:hover.fire svg, #domains .section-title .claval-icons .claval-icon:not(.outline).fire svg {
  fill: #DF002B;
}

#domains .section-title .claval-icons .claval-icon:hover.grey svg, #domains .section-title .claval-icons .claval-icon:not(.outline).grey svg {
  fill: #808080;
}

#domains .section-title .claval-icons .claval-icon:hover.green svg, #domains .section-title .claval-icons .claval-icon:not(.outline).green svg {
  fill: #596643;
}

@media screen and (max-width: 768px) {
  #domains .section-title .claval-icons {
    margin: 0;
    margin-top: 20px;
    display: block;
  }
  #domains .domains-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 20px;
  }
  #domains .domains-slider .texts {
    padding: 0 15px;
  }
  #domains .domains-slider .texts .btn {
    margin: auto;
    margin-top: 22px;
  }
  #domains .domains-slider .image {
    min-height: 200px;
  }
  #domains .domains-slider .image .blend {
    height: 75px;
    width: 75px;
  }
  #domains .domains-slider .image .claval-icon {
    width: 75px;
    height: 75px;
  }
  #domains .domains-slider .domain {
    padding: 0;
  }
  #domains .domains-slider .domain .texts .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 968px) {
  #domains .section-title .claval-icons .claval-icon:not(:last-child) {
    margin-right: 10px;
  }
  #domains .domains-slider .domain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #domains .domains-slider .domain .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
  #domains .domains-slider .domain .texts {
    padding: 20px 15px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
  #domains .domains-slider .owl-dots {
    display: none;
  }
  #domains .domains-slider .owl-nav {
    position: relative;
    height: 24px;
    width: 100px;
    margin: auto;
    margin-top: 20px;
  }
  #domains .domains-slider .owl-nav .owl-prev {
    left: 0;
  }
  #domains .domains-slider .owl-nav .owl-next {
    right: 0;
  }
}

@media screen and (max-width: 840px) {
  #domains .section-title .claval-icons {
    display: block;
    margin-left: 0;
    margin-top: 25px;
  }
}

.domains-slider {
  padding-left: 40px;
}

.domains-slider .slider {
  position: relative;
}

.domains-slider .slider.marine .owl-nav svg {
  fill: #0072C6;
}

.domains-slider .slider.fuel .owl-nav svg {
  fill: #F5CA00;
}

.domains-slider .slider.grey .owl-nav svg {
  fill: #808080;
}

.domains-slider .slider.green .owl-nav svg {
  fill: #808080;
}

.domains-slider .slider.fire .owl-nav svg {
  fill: #DF002B;
}

.domains-slider .domain {
  padding: 0 75px;
}

.domains-slider .domain .texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  padding-left: 15px;
  padding: 0 15px;
}

.domains-slider .domain .texts .texts-inner {
  width: 100%;
}

.domains-slider .domain .texts.light {
  background-color: #FFF;
  text-align: center;
}

.domains-slider .domain .texts .title {
  margin-bottom: 10px;
  font-size: 43px;
}

.domains-slider .domain .texts .btn {
  margin-top: 22px;
}

.domains-slider .domain .texts .info {
  color: #0072c6;
  padding: 0 80px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.domains-slider .domain .texts .info:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 3px;
  margin: auto;
  background-color: #647896;
}

.domains-slider .domain .texts .lieu {
  color: #647896;
}

.domains-slider .domain .image {
  min-height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.domains-slider .domain .image.loaded .claval-icon,
.domains-slider .domain .image.loaded .blend {
  opacity: 1;
}

.domains-slider .domain .image.cover-img img {
  /*top: 0;
					bottom: 0;*/
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.domains-slider .domain .image .claval-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  opacity: 0;
}

.domains-slider .domain .image .blend {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  border-radius: 50%;
  opacity: 0;
}

.domains-slider .domain[data-color="marine"] .image .blend {
  background-color: #0072C6;
}

.domains-slider .domain[data-color="fuel"] .image .blend {
  background-color: #F5CA00;
}

.domains-slider .domain[data-color="grey"] .image .blend {
  background-color: #808080;
}

.domains-slider .domain[data-color="green"] .image .blend {
  background-color: #596643;
}

.domains-slider .domain[data-color="fire"] .image .blend {
  background-color: #DF002B;
  mix-blend-mode: initial;
  opacity: 0;
}

.domains-slider .domain[data-color="fire"] .image.loaded .blend {
  opacity: .6;
}

.domains-slider .owl-nav div {
  width: 26px;
  height: 24px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.domains-slider .owl-nav div.owl-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.domains-slider .owl-nav div.owl-next {
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .domains-slider .domain {
    padding: 0 30px;
  }
  .domains-slider .owl-nav div.owl-prev {
    left: -10px;
  }
  .domains-slider .owl-nav div.owl-next {
    right: -10px;
  }
}

.download-box.domain-file {
  padding: 0;
  margin: auto;
  margin-top: 60px;
  background: transparent;
  text-align: center;
}

.download-box.domain-file .box {
  display: inline-block;
}

.download-box.domain-file .box .desc {
  background: transparent;
  padding-bottom: 20px;
}

.download-box.domain-file .box .desc .link {
  padding-left: 50px;
  line-height: 42px;
  background: transparent;
  width: auto;
  border: none;
  height: auto;
  position: relative;
  bottom: 0;
}

.download-box.domain-file .box .desc .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: auto;
  background: url("/source/6ebb51f4d642ff7d7afe35179544ed3e/arrow-download.svg") center no-repeat #0072C6;
  background-size: 13px 15px;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  transition: background-color .4s;
}

.download-box.domain-file .box .desc .link:hover {
  background-color: transparent;
}

.download-box.domain-file .box .desc .link:hover:before {
  background-color: #005b9d;
}

.stories-slider:not(:last-child) {
  margin-bottom: 50px;
}

.stories-slider .story {
  width: 100%;
}

.stories-slider .story .image {
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stories-slider .story .image .img-item {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background-repeat: no-repeat;
  /*background-position: center;
				background-size: cover;*/
  background-position: center top;
  background-size: 100% auto;
}

.stories-slider .story .texts {
  padding: 50px 80px 100px;
  background-color: #FFF;
}

.stories-slider .story .texts h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.stories-slider .story .texts h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}

.stories-slider .story .texts p {
  margin-bottom: 40px;
}

.stories-slider .story .texts ul li {
  line-height: 30px;
}

.stories-slider .story.final {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.stories-slider .story.final.loaded .conclusion {
  opacity: 1;
}

.stories-slider .story.final .conclusion {
  position: relative;
  max-width: 700px;
  background-color: #FFF;
  padding: 85px;
  text-align: center;
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .stories-slider .story.final .conclusion {
    max-width: 50vw;
  }
}

.stories-slider .story.final .restart-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: url("/source/3973bfa8f08e043c8a869e753142c8eb/fleche-retour.svg") no-repeat center #F0F0F5;
  background-size: 30px 30px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -moz-transition: transform .4s, -moz-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
}

.stories-slider .story.final .restart-btn:hover {
  -webkit-transform: translate(-50%, 50%) rotate(50deg);
     -moz-transform: translate(-50%, 50%) rotate(50deg);
      -ms-transform: translate(-50%, 50%) rotate(50deg);
          transform: translate(-50%, 50%) rotate(50deg);
}

.stories-slider .story .products {
  width: 100%;
  font-size: 0;
}

.stories-slider .story .products img {
  display: inline-block;
  width: 33.33%;
  width: -moz-calc(33.33% - 6px);
  width: calc(33.33% - 6px);
  margin-right: -moz-calc(9px - 0px);
  margin-right: calc(9px - 0px);
}

.stories-slider .story .products img:nth-child(3n) {
  margin-right: 0;
}

.stories-slider .owl-stage,
.stories-slider .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.stories-slider .owl-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.stories-slider .claval-icons {
  margin-bottom: 30px;
}

.stories-slider .claval-icons .claval-icon:not(:last-child) {
  margin-right: 20px;
}

.stories-slider .owl-dots {
  display: table;
  padding: 0 22px;
  background-color: #FFF;
  line-height: 6px;
  border: 1px solid #A0AFC8;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stories-slider .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 56px;
}

.stories-slider .owl-dots .owl-dot::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #D2D7E1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.stories-slider .owl-dots .owl-dot.active::before {
  background-color: #647896;
}

.stories-slider.mobile {
  position: relative;
}

.stories-slider.mobile .stories-slider-inner {
  overflow: hidden;
  background-color: #FFF;
  position: relative;
}

.stories-slider.mobile .elements {
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -moz-transition: transform .25s, -moz-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s, -moz-transform .25s;
}

.stories-slider.mobile .pushed-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.stories-slider.mobile .pushed-titles .pushed-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  font-size: 13px;
  border-bottom: 2px solid #e1e5eb;
}

.stories-slider.mobile .pushed-titles .pushed-title:not(:last-child) {
  margin-right: 20px;
}

.stories-slider.mobile .pushed-line {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #EBF4FF;
}

.stories-slider.mobile .pushed-dots-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stories-slider.mobile .pushed-dots {
  display: table;
  margin: auto;
  border: 1px solid #A0AFC8;
  border-bottom: none;
  background-color: #FFF;
  padding: 0 8px;
}

.stories-slider.mobile .pushed-dots .dot {
  float: left;
  position: relative;
  width: 24px;
  height: 30px;
  cursor: pointer;
}

.stories-slider.mobile .pushed-dots .dot::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background-color: #D2D7E1;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.stories-slider.mobile .pushed-dots .dot.active::before {
  background-color: #647896;
}

.stories-slider.mobile .story.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.stories-slider.mobile .story .story-section {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 35px;
}

.stories-slider.mobile .story .story-section:first-child > img:first-of-type {
  position: relative;
}

.stories-slider.mobile .story .story-section.full-height {
  padding-bottom: 0;
}

.stories-slider.mobile .story-section {
  position: relative;
  -webkit-column-rule: 20px solid #ebf4ff;
     -moz-column-rule: 20px solid #ebf4ff;
          column-rule: 20px solid #ebf4ff;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
}

.stories-slider.mobile .story-section:not(:last-child) {
  margin-right: 20px;
}

.stories-slider.mobile .story-section > *:not(.image):not(.first-image) {
  padding-left: 15px;
  padding-right: 15px;
}

.stories-slider.mobile .story-section .image {
  width: 100%;
  margin-top: -15px;
}

.stories-slider.mobile .story-section .claval-icons {
  margin: 12px 0;
}

.stories-slider.mobile .story-section .claval-icons .claval-icon:not(:last-child) {
  margin-right: 8px;
}

.stories-slider.mobile .story-section .desc {
  margin: 15px 0;
}

.stories-slider.mobile .story-section h2, .stories-slider.mobile .story-section h3 {
  margin-top: 12px;
  margin-bottom: 5px;
}

.stories-slider.mobile .story-section h3 {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
}

.stories-slider.mobile .story-section .products {
  display: inline-block;
}

.stories-slider.mobile .story-section .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stories-slider.mobile .story-section .image .img-item {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background-repeat: no-repeat;
  /*background-position: center;
					background-size: cover;*/
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (min-width: 1600px) {
  .stories-slider {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1425px) {
  .stories-slider .story .texts {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 968px) {
  .stories-slider:not(.mobile) .story .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 440px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .stories-slider:not(.mobile) .story .texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.stories-slider {
  padding: 0 75px;
}

@media screen and (max-width: 768px) {
  .stories-slider {
    padding: 0 0 15px;
  }
}

.stories-slider .owl-nav div {
  width: 26px;
  height: 24px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.stories-slider .owl-nav div.owl-prev {
  left: -75px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 968px) {
  .stories-slider .owl-nav div.owl-prev {
    left: 0;
  }
}

.stories-slider .owl-nav div.owl-next {
  right: -75px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 968px) {
  .stories-slider .owl-nav div.owl-next {
    right: 0;
  }
}

@media screen and (max-width: 968px) {
  .stories-slider .owl-nav {
    position: relative;
    height: 24px;
    width: 100px;
    margin: auto;
    -webkit-transform: translateY(45px);
       -moz-transform: translateY(45px);
        -ms-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@media screen and (max-width: 968px) {
  .post-type-archive-stories .stories-slider:not(:last-child) {
    margin-bottom: 70px;
  }
}

.home #archive-sctories .stories-slider .owl-stage,
.home #archive-sctories .stories-slider .owl-item {
  display: block;
}

@media screen and (max-width: 968px) {
  .home #archive-sctories .stories-slider .owl-dots {
    display: none;
  }
}

@media screen and (max-width: 968px) {
  .home #archive-sctories .stories-slider .owl-nav {
    -webkit-transform: translateY(25px);
       -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
            transform: translateY(25px);
  }
}

.spinner {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #0072C6;
  border-top-color: transparent;
  -webkit-animation: spin .8s infinite linear;
     -moz-animation: spin .8s infinite linear;
          animation: spin .8s infinite linear;
}

.spinner.fuel {
  border-color: #F5CA00;
  border-top-color: transparent;
}

.spinner.fire {
  border-color: #DF002B;
  border-top-color: transparent;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
         transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
         transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
       -moz-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
       -moz-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

#footer {
  background-color: #2D4155;
  position: relative;
}

#footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 1px;
  height: 100%;
  background-color: #D2D7E1;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1600px) {
  #footer:before {
    opacity: 0;
  }
}

#footer .content {
  padding: 80px;
}

#footer .content .address {
  max-width: 260px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1600px) {
  #footer .content {
    max-width: 1690px;
    margin: auto;
    width: 100%;
    position: relative;
  }
  #footer .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 45px;
    width: 1px;
    bottom: -55px;
    background-color: #A0AFC8;
    z-index: 1;
    opacity: 0;
  }
}

#footer a {
  font-family: "proxima-nova-alt";
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: white;
  display: block;
}

#footer a:hover {
  color: #0072C6;
}

#footer p {
  font-family: "proxima-nova-alt";
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: white;
}

#footer .copyright p{
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 1140px) {
  #footer:before {
    left: 30px;
  }
  #footer .content {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 35px 20px;
  }
  #footer::before {
    left: 20px;
  }
  #footer .content {
    padding: 0;
  }
  #footer .content p, #footer .content a {
    font-size: 15px;
    line-height: 20px;
  }
  #footer .content .row {
    margin: 0;
  }
  #footer .content .row .col-md-6, #footer .content .row .col-md-3 {
    width: 50%;
  }
  #footer .content .row .col-md-6 .address, #footer .content .row .col-md-3 .address {
    margin-bottom: 20px;
  }
  #footer .content .row .col-md-3:last-of-type {
    margin-left: 50%;
  }
}

@media screen and (max-width: 768px) and (min-width: 478) {
  #footer .content .row .col-md-3:last-of-type {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    margin: 20px auto 0;
    padding: 0;
    padding-left: 15px;
	padding-right: 15px;
    text-align: left;
    width: 50%;
    line-height: 20px;
  }
  
  #footer .copyright a.url_conditions {
    line-height: 20px;
  }
}

@media screen and (min-width: 478px) and (max-width: 768px) {
  #footer .col-md-3:last-of-type {
    margin-top: 20px;
  }
}

@media screen and (max-width: 968px) {
  body.home #domains .owl-nav {
    margin-top: 0;
  }
}

#footer a.url_conditions {
  color: #fff;
  font-size: 15px;
  line-height: 0;
  display: inline-block;
}

/*# sourceMappingURL=cla-val-home.css.map */
