@charset "UTF-8";

@font-face {
  font-family: 'Segoe-UI';
  src:
      local("Segoe UI"),
      url(fonts/latest1.woff2) format("woff2"),
      url(fonts/latest1.woff) format("woff"),
      url(fonts/latest1.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: 'Segoe-UI-Bold';
  src:
      local("Segoe UI Bold"),
      url(fonts/latest.woff2) format("woff2"),
      url(fonts/latest.woff) format("woff"),
      url(fonts/latest.ttf) format("truetype");
  font-weight: 600;
}

/*
*
* CONTENT FROM external-plugins.min.css
*
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: inherit;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn>.caret, .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:focus, a:hover {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

.small, small {
  font-size: 85%
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}


table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.nav-pills>.active>a>.badge, a.list-group-item.active>.badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul, menu, dir {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: -1px;
  -webkit-margin-start: -2px;
  -webkit-margin-end: 0px;
  list-style-type: none;
}

/*
*
* CONTENT FROM stylesc^.css
* some unnecessary rules removed
*
*/
body {
  -webkit-backface-visibility: hidden;
}

html {
  -webkit-font-smoothing: antialiased;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.container-interface .main-Title {
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.beeween-remove-small-bs-styling {
  font-size: inherit;
}

/* TYPOGRAPHY
================================================== */
body {
  font-family: 'Segoe-UI';
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/** headings **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Segoe-UI';
  line-height: 1.1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  /*margin-bottom: (@line-height-base / 2);*/
}


h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  /*margin-bottom: (@line-height-computed / 2);*/
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.75em;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.75em;
}

.text-no-format {
  text-transform: none;
}

.lead {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Segoe-UI';
}

/* remove margin top for all first headings */
[class^="col"] h1:first-child,
[class^="col"] h2:first-child,
[class^="col"] h3:first-child,
[class^="col"] h4:first-child,
[class^="col"] h5:first-child,
[class^="col"] h6:first-child {
  margin-top: 0;
}

p.normal {
  margin-bottom: 16px;
}

/** light text (legibility over image) **/
p.small {
  font-size: 80%;
}

/** links **/
a,
a:hover,
a:focus,
a:active {
  outline: none;
}

/** link color neutral (used for block of text as link with body font color **/
a.box-link:hover {
  text-decoration: none;
}

/** lists **/
ul li ul li:last-child,
ul li ol li:last-child {
  border: none;
}

/** border list **/
ul.border li {
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/** icon lists **/
.arrow li:before {
  content: '\e8cc';
}

.star li:before {
  content: '\e80a';
}

.hyphen li:before {
  content: '\e822';
}

.plus li:before {
  content: '\e81a';
}

/* standard */
.list-icon li {
  padding: 5px;
}

.list-icon li:before,
li>i[class^="icon-"]:before,
li>i[class*=" icon-"]:before {
  font-family: 'custom-icons';
  font-size: 12px;
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 1em;
}

/* icon rounded */
.list-icon.rounded li:before,
li>i[class^="icon-"].rounded:before,
li>i[class*=" icon-"].rounded:before {
  height: 22px;
  width: 22px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
}

/*** social icons buttons ***/
/*** Social icons ***/
ul.social-icons {
  padding: 0;
  margin: 0;
}

ul.social-icons li {
  display: inline-block;
}

ul.social-icons {
  /*** icon squared ***/
  /*** icon circle ***/
  /*** icon rounded ***/
}

ul.social-icons a {
  font-size: 14px;
  display: inline-block;
}

ul.social-icons a:hover,
ul.social-icons a:focus,
ul.social-icons a:active {
  text-decoration: none;
}

ul.social-icons.squared a,
ul.social-icons.circle a,
ul.social-icons.rounded a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

ul.social-icons.squared a i[class^="icon-"]:before,
ul.social-icons.circle a i[class^="icon-"]:before,
ul.social-icons.rounded a i[class^="icon-"]:before,
ul.social-icons.squared a i[class*=" icon-"]:before,
ul.social-icons.circle a i[class*=" icon-"]:before,
ul.social-icons.rounded a i[class*=" icon-"]:before {
  text-align: center;
  margin-right: 0;
}

ul.social-icons.squared a {
  border-radius: 0;
}

ul.social-icons.circle a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.social-icons.circle a i:before {
  color: #fff;
}

ul.social-icons.rounded a {
  border-radius: 0;
}

/* sizes */
ul.social-icons.medium a .beeween-transition-out i:before {
  font-size: 22px;
}

ul.social-icons.medium.squared a,
ul.social-icons.medium.circle a,
ul.social-icons.medium.rounded a {
  height: 56px;
  width: 56px;
}

ul.social-icons.medium.squared i:before,
ul.social-icons.medium.circle i:before,
ul.social-icons.medium.rounded i:before {
  line-height: 56px;
  font-size: 22px;
}

ul.social-icons.large a .beeween-transition-out i:before {
  font-size: 40px;
}

ul.social-icons.large.squared a,
ul.social-icons.large.circle a,
ul.social-icons.large.rounded a {
  height: 75px;
  width: 75px;
}

ul.social-icons.large.squared i:before,
ul.social-icons.large.circle i:before,
ul.social-icons.large.rounded i:before {
  line-height: 75px;
  font-size: 40px;
}

ul.social-icons.x-large a .beeween-transition-out i:before {
  font-size: 80px;
}

ul.social-icons.x-large.squared a,
ul.social-icons.x-large.circle a,
ul.social-icons.x-large.rounded a {
  height: 120px;
  width: 120px;
}

ul.social-icons.x-large.squared i:before,
ul.social-icons.x-large.circle i:before,
ul.social-icons.x-large.rounded i:before {
  line-height: 120px;
  font-size: 60px;
}

/*fix align issue on facebook icon*/
ul.social-icons a.facebook.rounded>i:before,
ul.social-icons-2 a.facebook.rounded>i:before,
ul.social-icons a.facebook.squared>i:before,
ul.social-icons-2 a.facebook.squared>i:before,
ul.social-icons a.facebook.circle>i:before,
ul.social-icons-2 a.facebook.circle>i:before {
  width: 6px;
}

ul.social-icons-bar {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.social-icons .twitter.tooltipBWN i {
  visibility: hidden;
}

ul.social-icons .twitter.tooltipBWN {
  background-image: url(../images/icone/brands/twitter-white.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
}

/* NAV BAR
================================================== */
.menu-header .main-logo-light {
  display: none;
}

.menu-header .main-logo {
  display: block;
  max-width: 184px;
}

.menu-header .main-logo-light {
  display: none;
}

.menu-header .navbar-default .navbar-nav>.active>a,
.menu-header .navbar-default .navbar-nav>.active>a:focus,
.menu-header .navbar-default .navbar-nav>.active>a:hover {
  background: none;
}

.dark-header .menu-header .main-logo {
  display: none;
}

.dark-header .menu-header .main-logo-light {
  display: block;
}

.light-header .menu-header .main-logo-light {
  display: none;
}

.light-header .menu-header .main-logo {
  display: block;
}

.light-header .menu-header .main-logo-light {
  display: none;
}

.menu-header.navbar-fixed-top {
  z-index: 10000;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
}

.navbar-brand {
  padding: 26.5px 0;
}

/*.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}*/
.menu-header .navbar[role="navigation"] {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.menu-header .navbar-brand {
  height: auto;
  padding-left: 0;
}

.sub-menu {
  display: none;
}

.menu-header .nav a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Segoe-UI';
  letter-spacing: 0.05em;
  cursor: pointer;
}

.menu-header .nav li {
  position: relative;
  display: flex;
  align-items: center;
}

.menu-header .nav li a#btn-extensions {
  color: #e04343;
}

nav.navbar>.navbar-collapse>.phonespacescrib {
  padding-left: 0;
}

nav.navbar>.navbar-collapse a[data-toggle="collapse"],
nav.navbar>.navbar-collapse a.has-sub-menu {
  font-size: 14px;
}

#services .phone img[src$="https_baradress.svg"] {
  margin-left: 20px;
}

body.page-plugin #recherche.zonerecherche {
  margin-top: 20px;
}

.align-top {
  vertical-align: top;
}

@media (min-width: 951px) {
  .menu-header .navbar[role="navigation"] {
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
  }

  .navbar-fixed-top .navbar-collapse {
    flex: 1;
    padding-left: 80px;
  }

  ul.nav.navbar-nav {
    width: 100%;
  }

  .menu-header .nav li.menu-delimeter {
    flex: 1;
  }

  .navbar-brand {
    /*margin-top: -10px;*/
    margin-left: 0px;
  }

  .menu-header .nav li:hover a#btn-extensions:not(.selected) {
    background-color: #696d78;
    color: #fff;
  }

  .menu-header .nav li a#btn-extensions.selected {
    background-color: #e04343;
    color: #fff;
  }
}

/* Sub menu */
.menu-header .nav>li .sub-menu {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}

.menu-header .nav>li .sub-menu a:not(.btn) {
  padding-top: 12.8px;
  padding-bottom: 12.8px;
  line-height: 1.5;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}

.menu-header .nav>li .sub-menu a:hover,
.menu-header .nav>li .sub-menu a:active,
.menu-header .nav>li .sub-menu a:focus {
  text-decoration: none;
}

.menu-header .nav>li .sub-menu>li .sub-menu {
  padding-left: 0;
}

/**** Break point change from bs3.2.0 default****/
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-nav>li>a {
    padding: 31px 10px;
  }
}

@media (min-width: 1025px) {
  .menu-header .nav a {
    /*display: inline-block;*/
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-header .nav>li:not(:first-child):not(:last-child):before {
    /*display: inline-block;*/
    content: '';
  }

  .menu-header .nav li .btn {
    margin-top: 21px;
  }

  .menu-header .nav>li .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .menu-header .nav>li .sub-menu>li .sub-menu {
    top: 0;
    left: 130px;
  }

  .menu-header .nav>li .sub-menu a {
    width: 100%;
    padding: 10px;
  }

  .menu-header .nav li.beeween-mega-menu-trigger {
    position: static !important;
  }

  .menu-header .sub-menu {
    position: absolute;
    z-index: 1;
    min-width: 220px;
  }

  .beeween-mega-menu {
    right: 0;
    left: 0 !important;
    padding-left: 0;
  }

  .beeween-mega-menu h2 {
    padding-left: 10px;
  }

  .beeween-mega-menu .mega-inner {
    padding: 30px 0;
  }

  .beeween-mega-menu .mega-inner ul>li>a {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .quick-contact {
    text-align: right;
  }
}

/* NAVABAR OPTIONS
================================================== */
body {
  padding-top: 81px;
}

body #pre-header {
  display: none;
}

.pre-header-on {
  padding-top: 112px;
}

.pre-header-on #pre-header {
  display: block;
}

@media (min-width: 768px) {
  .pre-header-on-sm {
    padding-top: 112px;
  }

  .pre-header-on-sm #pre-header {
    display: block;
  }
}

@media (min-width: 1025px) {
  body.header-1 {
    padding-top: 122px;
  }

  body.header-1.pre-header-on,
  body.header-1.pre-header-on-sm {
    padding-top: 153px;
  }

  body.header-1 .menu-header>.container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body.header-1 .menu-header .navbar a {
    font-weight: lighter;
  }

  body.header-1 .menu-header.scroll-header .nav {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  body.header-2 .menu-header .nav a.btn {
    margin-left: 10px;
  }
}

body.header-3 #pre-header {
  border-bottom: 1px solid transparent;
}

@media (min-width: 1025px) {
  body.header-3 .menu-header .nav a {
    font-weight: lighter;
    text-transform: none;
  }

  body.header-3 .menu-header .nav>li>a:not(.btn) {
    border-left: 1px solid transparent;
  }
}

@media (min-width: 1025px) {
  body.header-4 .navbar-brand {
    padding-top: 37px;
  }

  body.header-4 .menu-header .nav>li>a:not(.btn) {
    padding: 8px 13px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-right: 10px;
    border: 1px solid transparent;
    font-weight: bold;
  }

  body.header-4 .menu-header .nav>li>a:not(.btn) i {
    display: block;
    text-align: center;
  }

  body.header-4 .menu-header .nav li .btn.border {
    margin-top: 32px;
  }

  body.header-4 .menu-header .nav>li>.sub-menu {
    margin-top: -2px;
    border-radius: 0;
    top: 70px;
    padding: 15px;
  }

  body.header-4 .menu-header .nav>li>.sub-menu a {
    border-bottom: 1px solid transparent;
  }
}

@media (min-width: 1025px) and (min-width: 1200px) {
  body.header-4 .menu-header .nav>li>a:not(.btn) {
    padding: 8px 16px;
  }
}

@media (min-width: 950px) {
  body.header-5 .menu-header .nav>li>a {
    border-radius: 4px;
    padding: 8px 13px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-right: 10px;
    border: 1px solid #bbb;
    ;
  }

  body.header-5 .menu-header .nav>li>.sub-menu {
    border-radius: 4px;
    top: 70px;
  }

  body.header-5 .menu-header .nav>li>.sub-menu a {
    border-bottom: 1px solid transparent;
  }

  body.header-5 .menu-header .nav .beeween-mega-menu .mega-inner {
    border: none !important;
  }
}

@media (min-width: 1025px) {
  body.header-6 {
    padding-top: 0;
  }

  body.header-6 .menu-header {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
    box-shadow: none;
  }

  body.header-6 .menu-header .navbar-default .navbar-nav>li:hover>a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }

  body.header-6 .menu-header .navbar-default .navbar-nav>li>a:not(.btn) {
    padding-bottom: 31px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }

  body.header-6 .menu-header .navbar-default .navbar-nav>li>a:not(.btn).active:after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }

  body.header-6 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }

  body.header-6 .menu-header:not(.scroll-header) .main-logo {
    display: none;
  }

  body.header-6 .menu-header:not(.scroll-header) .main-logo-light {
    display: block;
  }
}

/* spacer for image headers */
@media (min-width: 1025px) {
  .header-6-header-space {
    height: 80px;
  }
}

body.header-7 .menu-header {
  border-bottom: 1px solid transparent;
  box-shadow: none;
}

@media (min-width: 1025px) {
  body.header-7 .menu-header .navbar-default .navbar-nav>li:hover>a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li>a:not(.btn) {
    padding-bottom: 31px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li>a:not(.btn).active:after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn):after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 100%;
    -moz-animation: bounceIn 300ms ease-in;
    -webkit-animation: bounceIn 300ms ease-in;
    animation: bounceIn 300ms ease-in;
    border-bottom: 2px solid transparent;
  }
}

@media (min-width: 1025px) {

  body.header-transparent,
  body.header-semi-transparent {
    padding-top: 0;
  }
}

body.header-transparent.light-header .menu-header:not(.scroll-header) .main-logo-light {
  display: block;
}

body.header-transparent.light-header .menu-header:not(.scroll-header) .main-logo {
  display: none;
}

footer#main-footer {
  padding-top: 96px;
  padding-bottom: 0;
}

footer#main-footer a:hover {
  text-decoration: none;
}

footer#main-footer #footer-rights {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

footer#main-footer #footer-rights h1:first-child,
footer#main-footer #footer-rights h2:first-child,
footer#main-footer #footer-rights h3:first-child,
footer#main-footer #footer-rights h4:first-child,
footer#main-footer #footer-rights h5:first-child,
footer#main-footer #footer-rights h6:first-child,
footer#main-footer #footer-rights p:first-child {
  margin-top: 0;
}

footer#main-footer #footer-rights h1:last-child,
footer#main-footer #footer-rights h2:last-child,
footer#main-footer #footer-rights h3:last-child,
footer#main-footer #footer-rights h4:last-child,
footer#main-footer #footer-rights h5:last-child,
footer#main-footer #footer-rights h6:last-child,
footer#main-footer #footer-rights p:last-child {
  margin-bottom: 0;
}

footer#main-footer #footer-rights p {
  font-size: 9.6px;
}

footer#main-footer #footer-rights .baseline-right {
  text-align: center;
}

@media (min-width: 992px) {
  footer#main-footer #footer-rights .baseline-right {
    float: right;
    text-align: right;
  }
}

.footer-widget {
  margin-bottom: 100px;
}

.footer-widget h1:first-child,
.footer-widget h2:first-child,
.footer-widget h3:first-child,
.footer-widget h4:first-child,
.footer-widget h5:first-child,
.footer-widget h6:first-child,
.footer-widget p:first-child {
  margin-top: 0;
}

.footer-widget h1:last-child,
.footer-widget h2:last-child,
.footer-widget h3:last-child,
.footer-widget h4:last-child,
.footer-widget h5:last-child,
.footer-widget h6:last-child,
.footer-widget p:last-child {
  margin-bottom: 0;
}

.footer-widget h1 {
  font-size: 28.8px;
}

.footer-widget h2 {
  font-size: 19.2px;
}

.footer-widget h3 {
  font-size: 16px;
}

.footer-widget h4 {
  font-size: 14.4px;
}

.footer-widget h5 {
  font-size: 12.8px;
}

.footer-widget h6 {
  font-size: 11.2px;
}

.footer-widget p {
  font-size: 14.4px;
}

.works-list li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 60px;
  height: 60px;
}

.works-list li a {
  display: block;
}

.works-list li img {
  max-width: 100%;
}

footer#main-footer ul.border li {
  font-size: 14.4px;
}

@media (min-width: 768px) {
  .parallaxed-footer footer#main-footer {
    position: fixed;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
  }
}

main#content {
  overflow: hidden;
}

/*** Scroll up Button ***/
#beeween-to-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 5px;
  display: none;
  border-radius: 4px 4px 0 0;
  text-align: center;
  z-index: 5;
  width: 50px;
  height: 50px;
}

#beeween-to-top i:before {
  content: '\e8cb';
  line-height: 40px;
  margin: 0;
}

/* UTILITIES
================================================== */
.no-mt {
  margin-top: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/*  margin */
.mb-large {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .mb-large {
    margin-bottom: 120px;
  }
}

.mb-medium {
  margin-bottom: 66.66666667px;
}

@media (min-width: 768px) {
  .mb-medium {
    margin-bottom: 100px;
  }
}

.mb-small {
  margin-bottom: 16px;
}

.mb {
  margin-bottom: 24px;
}

.mt-large {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .mt-large {
    margin-top: 120px;
  }
}

.mt-medium {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .mt-medium {
    margin-top: 100px;
  }
}

.mt-small {
  margin-top: 16px;
}

.mt {
  margin-top: 24px;
}

/*  padding */
.pb-large {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 120px;
  }
}

.pb-medium {
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .pb-medium {
    padding-bottom: 96px;
  }
}

.pb-small {
  padding-bottom: 16px;
}

.pb {
  padding-bottom: 24px;
}

.pt-large {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .pt-large {
    padding-top: 120px;
  }
}

.pt-medium {
  padding-top: 48px;
}

@media (min-width: 768px) {
  .pt-medium {
    padding-top: 96px;
  }
}

.pt-small {
  padding-top: 16px;
}

.pt {
  padding-top: 24px;
}

/** add a margin bottom or top, only on mobile **/
@media (max-width: 767px) {
  .mb-xs {
    margin-bottom: 24px;
  }

  .mt-xs {
    margin-top: 24px;
  }
}

/** add a margin bottom, on mobile and small devices **/
@media (max-width: 991px) {
  .mb-sm {
    margin-bottom: 24px;
  }

  .mt-sm {
    margin-top: 24px;
  }
}

/** border ***/
.no-border {
  border: none !important;
}

a.no-underline,
a.no-underline:hover {
  text-decoration: none;
}

/** force inline-block **/
.inline {
  display: inline-block !important;
}

.inline.hidden-xs {
  display: none !important;
}

@media (min-width: 480px) {
  .inline.hidden-xs {
    display: inline-block !important;
  }
}

/** force block **/
.block {
  display: block !important;
}

/** boxed layout **/
@media (min-width: 480px) {
  .boxed-layout #global-wrapper {
    margin: auto;
  }
}

@media (min-width: 768px) {
  .boxed-layout {
    padding-top: 24px;
  }

  .boxed-layout #global-wrapper {
    width: 768px;
  }

  .boxed-layout .navbar-fixed-top {
    position: static;
  }
}

@media (min-width: 992px) {
  .boxed-layout #global-wrapper {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  .boxed-layout #global-wrapper {
    width: 1200px;
  }
}

/* extends bootstrap with responsive pull right */
.pull-right-xs {
  float: right;
}

@media (min-width: 480px) {
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}


/* SEMANTIC
================================================== */
/*** image responsive ***/
img.responsive {
  max-width: 100%;
}

@media (max-width: 993px) {
  #div-gpt-ad-1407836036323-0 {
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(241, 241, 241, 0.5);
    border: 1px solid rgb(230, 231, 232);
    box-sizing: content-box;
    z-index: 2000000;
    position: fixed;
    width: 320px;
    min-width: 320px;
    display: none;
    text-align: center;
  }

  #div-gpt-ad-1407836036323-0.show {
    display: block;
  }

  .yieldlove-sticky-close-btn {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: -29px;
    right: -1px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 13px 13px;
    background-position: 7px center;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    box-shadow: rgb(0 0 0 / 20%) 0px -1px 1px 0px;
    border: none;
    border-radius: 6px 6px 0px 0px;
    cursor: pointer;
  }
}

/*#pub3En {z-index:-10;}*/
#pub3En {
  visibility: visible;
  display: block;
}


/*.menuprem {display:block!important;}*/
/*.menuprem {display:none!important;}*/
.menuprem {
  visibility: hidden;
  display: block;
}

/*** buttons ***/
/*** pagination ***/
/* RESPONSIVE
================================================== */
/*** Bootstrap modal fix ***/
body.modal-open .menu-header {
  margin-right: 17px;
}

body.modal-open #beeween-to-top {
  right: 37px;
}

body.slide-menu {
  padding-top: 70px;
}

body.infografics {
  padding-top: 0;
}

.sub-menu.beeween-mega-menu>div {
  display: table;
  width: 100%;
}

.menu-header .nav a {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Segoe-UI';
}

h1.large-heading:after {
  margin-left: 0;
  position: static;
}

h1 {
  letter-spacing: 2px;
  z-index: 5;
  position: relative;
}

h1 span,
h2 span {
  display: block;
  letter-spacing: normal;
  opacity: 0.8;
  font-weight: bold;
}

h1 span {
  margin-bottom: 3px;
  font-size: 25px;
}

h1.large span {
  margin-bottom: 3px;
}

.cta-box-text h1 {
  font-size: 22px;
}

h2 span {
  margin-bottom: 6px;
  font-size: 14px;
}

h1 span.text-main-color,
h2 span.text-main-color,
h1 span .text-main-color,
h2 span .text-main-color {
  font-size: inherit;
}

blockquote {
  border: none;
}

p.lead {
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote:before {
  content: '“';
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 60px;
}

.blockquote-reverse:before {
  content: '”';
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 60px;
}

/*** end typo ***/
/*** navbar ***/
.menu-header .nav a {
  font-size: 13px;
}

/* megamenu */
.menu-header .nav>li .sub-menu a:not(.btn) {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}

.menu-header .nav>li .sub-menu a:not(.btn):hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}

.menu-header .nav>li .beeween-mega-menu.sub-menu {
  display: none;
  padding: 0 22px;
}

.menu-header .nav>li .beeween-mega-menu.sub-menu h2 {
  padding-left: 0;
  font-weight: bold;
}

@media (max-width: 1025px) {
  .menu-header .nav>li .beeween-mega-menu.sub-menu .col-md-3:not(:first-child) {
    margin-top: 20px;
  }
}

@media (min-width: 1025px) {
  .menu-header .nav>li .beeween-mega-menu.sub-menu .col-md-3 {
    display: table-cell;
    float: none;
  }

  .menu-header .nav>li .beeween-mega-menu.sub-menu .col-md-3:not(:last-child) {
    border-right: 1px solid red;
  }
}

.menu-header .nav>li .beeween-mega-menu.sub-menu .mega-inner ul>li>a:not(.btn) {
  padding: 5px 0;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}

.menu-header .nav>li .beeween-mega-menu.sub-menu .mega-inner ul>li>a:not(.btn):hover {
  background: none;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}

.header-3 .menu-header {
  border-bottom: 1px solid;
}

/*** button ***/
.btn:not(.border).primary,
.btn:not(.border).btn-primary,
.btn:not(.border).large,
.btn:not(.border).btn-large,
.btn:not(.border).default,
.btn:not(.border).btn-default,
.btn:not(.border).small,
.btn:not(.border).btn-sm,
.btn:not(.border).x-small,
.btn:not(.border).btn-xs,
.btn:not(.border).btn.small,
.btn:not(.border).btn.x-small {
  border: none;
  font-weight: normal;
  letter-spacing: 3px;
}

.btn:not(.border) i:before {
  margin-right: 12px;
}

.btn-icon i,
.btn-icon:hover i {
  border: none;
}

.btn-icon i[class^="icon-"]:before,
.btn-icon i[class*=" icon-"]:before {
  margin-right: 17px;
}

.btn-icon.small i:before {
  margin-right: 9px;
}

.btn-icon.medium i:before {
  margin-right: 17px;
}

.btn-icon.large i:before {
  margin-right: 24px;
}

.btn-icon.small span,
.btn-icon.medium span,
.btn-icon.large span {
  border: none;
  font-weight: normal;
  letter-spacing: 3px;
}

.btn-success,
.btn.success,
.btn-danger,
.btn.danger,
.btn-info,
.btn.info,
.btn-warning,
.btn.warning {
  border: none;
}

/*** end button ***/
.embed-responsive-custom {
  padding-bottom: 39.6%;
}

/*** footer ***/
footer#main-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer-rights p,
#footer-rights a {
  text-transform: uppercase;
}

/*** end footer ***/
/*** modal ***/
.modal-content {
  border-radius: 0;
  padding: 24px;
}

/***  end box  ***/
/***  miscellanious ***/
#beeween-to-top {
  padding-bottom: 20px;
  border: 3px solid transparent;
  border-radius: 0;
  bottom: 20px;
  padding: 0;
}

/* MENU */
/* custom bootstrap test */
.container,
.container-fluid {
  padding-right: 22px;
  padding-left: 22px;
}

.row {
  margin-right: -22px;
  margin-left: -22px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 22px;
  padding-left: 22px;
}

/** page header **/
.page-header h1 small {
  display: block;
  padding-top: 11px;
}

/** utilities **/
.mb {
  margin-bottom: 44px;
}

.mt {
  margin-top: 44px;
}

.pb {
  padding-bottom: 44px;
}

.pt {
  padding-top: 44px;
}

.pt-pub1 {
  padding-top: 3px;
}

/* MAIN CONTENT
================================================== */
html.sb-active #sb-site,
.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
  cursor: pointer;
}

/* SVG
================================================== */
.svg-icon.charts-icon {
  width: 250px;
  height: 250px;
  background-image: url(../images/svg/rising9.svg);
  background-size: contain;
}

/*** embed video ***/
.embed-responsive-custom {
  padding-bottom: 39.6%;
}

#video-bg {
  height: 600px;
}


/*
|--------------------------------------------------------------------------
| Color Theme
|--------------------------------------------------------------------------
*/

.dark-color {
  background-color: #333;
  color: #999;
}

.light-color {
  background-color: #f6f6f6;
  color: #64676e;
}

.dark-main-color {
  background-color: #c14127;
  color: #fff;
}

.main-color {
  background-color: #e04343;
  color: #fff;
}

.light-main-color {
  background-color: #ce6359;
  color: #fff;
}

.dark-color .dark-color {
  background-color: #404040;
}

.light-color .light-color {
  background-color: #f2f2f2;
}

.dark-main-color .dark-main-color {
  background-color: #d5492d;
}

.main-color .main-color {
  background-color: #e05c42;
  color: #fff;
}

.light-main-color .light-main-color {
  background-color: #bc4338;
}

.body-color {
  background-color: #fdfdfd;
  color: #64676e;
}

body {
  background: #fdfdfd;
  color: #64676e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: inherit;
}

.lead {
  color: inherit;
}

mark,
.mark {
  background-color: #e04343;
  color: #fff;
}

.main-color mark,
.main-color .mark {
  background-color: #ce6359;
}

a,
a:hover,
a:focus,
a:active {
  color: #e04343;
}

ul.border li {
  border-bottom-color: #a2a2a2;
}

.btn {
  color: #fff;
}

.btn:active,
.btn .active {
  box-shadow: none;
}

.btn-default,
.btn.default {
  color: red;
  color: #fff;
  background-color: #e04343;
  border-color: #cd3e22;
}

.btn i:before {
  color: #fff !important;
}

.tab-content {
  border-color: #ddd;
}

.nav.nav-tabs>li>a {
  color: #222;
}

.nav.nav-tabs>li>a i[class^="icon-"]:before,
.nav.nav-tabs>li>a i[class*=" icon-"]:before {
  color: #222;
}

.nav.nav-tabs>li>a:hover {
  background-color: #e04343;
  color: #fff;
  border-color: #fff;
}

.nav.nav-tabs>li>a:hover i[class^="icon-"]:before,
.nav.nav-tabs>li>a:hover i[class*=" icon-"]:before {
  color: #fff;
}

.nav-tabs>li.active>a i[class^="icon-"]:before,
.nav-tabs>li.active>a i[class*=" icon-"]:before {
  color: #222;
}

@media (max-width:768px) {
  div:not(.tabs-minimal)>.nav.nav-tabs>li {
    border-color: #ddd;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:focus {
    color: #e04343;
  }

  .nav-tabs>li.active>a:hover {
    color: white;
  }
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  border-color: #fff;
}

.tabs-left .tab-content,
.tabs-right .tab-content {
  border-top-color: #ddd;
}

.tabs-left .nav.nav-tabs>li,
.tabs-right .nav.nav-tabs>li {
  border-color: #ddd;
}

.tabs-left .nav.nav-tabs>li.active>a,
.tabs-right .nav.nav-tabs>li.active>a {
  color: #e04343;
}

.tabs-left .nav.nav-tabs>li.active>a:hover,
.tabs-right .nav.nav-tabs>li.active>a:hover {
  color: white;
}

.tabs-minimal .nav.nav-tabs {
  border-color: #ddd;
}

.tabs-minimal .nav.nav-tabs>li {
  border-color: #ddd;
}

.tabs-minimal .nav.nav-tabs>li>a:after {
  background-color: #e04343;
}

.tabs-minimal .nav.nav-tabs>li>a:hover {
  background-color: transparent;
  color: #222;
}

.tabs-minimal .nav.nav-tabs>li>a:hover:after {
  background-color: #222;
}

.tabs-minimal .nav.nav-tabs>li.active>a {
  background-color: transparent;
  color: #e04343;
}

.tabs-minimal .nav.nav-tabs>li.active>a:focus {
  background-color: transparent;
}

.tabs-minimal .nav.nav-tabs>li.active>a:hover {
  color: #e04343;
}

.tabs-minimal .nav.nav-tabs>li.active>a:hover:after {
  background-color: #e04343;
}

.dark-main-color .tabs-minimal .nav.nav-tabs {
  border-color: #ce6359;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li {
  border-color: #ce6359;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li>a:after {
  background-color: #fff;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li>a:hover {
  background-color: transparent;
  color: #fff;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li>a:hover:after {
  background-color: #fff;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a {
  background-color: transparent;
  color: #fff;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a:focus {
  background-color: transparent;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a:hover {
  color: #fff;
}

.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a:hover:after {
  background-color: #fff;
}

.breadcrumb {
  background: none;
}

.dark-color .breadcrumb>li+li:before {
  color: #595959;
}

.dark-color .breadcrumb>li>a {
  color: #595959;
}

.dark-color .breadcrumb>li>a:hover {
  color: #999;
  text-decoration: none;
}

.dark-color .breadcrumb>.active {
  color: #999;
}

.light-color .breadcrumb>li+li:before {
  color: #d9d9d9;
}

.light-color .breadcrumb>li>a {
  color: #d9d9d9;
}

.light-color .breadcrumb>li>a:hover {
  color: #222;
  text-decoration: none;
}

.light-color .breadcrumb>.active {
  color: #222;
}

.main-color .breadcrumb>li+li:before {
  color: #e7826e;
}

.main-color .breadcrumb>li>a {
  color: #e7826e;
}

.main-color .breadcrumb>li>a:hover {
  color: #fff;
  text-decoration: none;
}

.main-color .breadcrumb>.active {
  color: #fff;
}

.dark-main-color .breadcrumb>li+li:before {
  color: #dd6e57;
}

.dark-main-color .breadcrumb>li>a {
  color: #dd6e57;
}

.dark-main-color .breadcrumb>li>a:hover {
  color: #fff;
  text-decoration: none;
}

.dark-main-color .breadcrumb>.active {
  color: #fff;
}

.light-main-color .breadcrumb>li+li:before {
  color: #a93c32;
}

.light-main-color .breadcrumb>li>a {
  color: #a93c32;
}

.light-main-color .breadcrumb>li>a:hover {
  color: #fff;
  text-decoration: none;
}

.light-main-color .breadcrumb>.active {
  color: #fff;
}

/* i:before {color:#e04343;} */

.main-color i:before {
  color: #fff;
}

.dark-main-color i:before {
  color: #fff;
}

.light-main-color i:before {
  color: #fff;
}

.dark-color i:before {
  color: #999;
}

/*.light-color i:before {
  color:#222;
}*/

i[class^="icon-"].rounded:before,
i[class*=" icon-"].rounded:before,
i[class^="icon-"].squared:before,
i[class*=" icon-"].squared:before,
i[class^="icon-"].circle:before,
i[class*=" icon-"].circle:before {
  background-color: #e04343;
  color: #fff;
  border-color: #b7371e;
}

.main-color i[class^="icon-"].rounded:before,
.main-color i[class*=" icon-"].rounded:before,
.main-color i[class^="icon-"].squared:before,
.main-color i[class*=" icon-"].squared:before,
.main-color i[class^="icon-"].circle:before,
.main-color i[class*=" icon-"].circle:before {
  background-color: #c14127;
  border-color: #97331e;
}

i[class^="icon-"].rounded.main-color,
.main-color i[class*=" icon-"].rounded.main-color,
i[class^="icon-"].squared.main-color,
.main-color i[class*=" icon-"].squared.main-color,
i[class^="icon-"].circle.main-color,
.main-color i[class*=" icon-"].circle.main-color,
i[class^="icon-"].rounded.dark-main-color,
.main-color i[class*=" icon-"].rounded.dark-main-color,
i[class^="icon-"].squared.dark-main-color,
.main-color i[class*=" icon-"].squared.dark-main-color,
i[class^="icon-"].circle.dark-main-color,
.main-color i[class*=" icon-"].circle.dark-main-color,
i[class^="icon-"].rounded.light-main-color,
.main-color i[class*=" icon-"].rounded.light-main-color,
i[class^="icon-"].squared.light-main-color,
.main-color i[class*=" icon-"].squared.light-main-color,
i[class^="icon-"].circle.light-main-color,
.main-color i[class*=" icon-"].circle.light-main-color,
i[class^="icon-"].rounded.light-color,
.main-color i[class*=" icon-"].rounded.light-color,
i[class^="icon-"].squared.light-color,
.main-color i[class*=" icon-"].squared.light-color,
i[class^="icon-"].circle.light-color,
.main-color i[class*=" icon-"].circle.light-color,
i[class^="icon-"].rounded.dark-color,
.main-color i[class*=" icon-"].rounded.dark-color,
i[class^="icon-"].squared.dark-color,
.main-color i[class*=" icon-"].squared.dark-color,
i[class^="icon-"].circle.dark-color,
.main-color i[class*=" icon-"].circle.dark-color {
  background: none;
  color: white;
}

i[class^="icon-"].white:before,
.main-color i[class*=" icon-"].white:before {
  color: white;
}

i[class^="icon-"].main-color.rounded:before,
.main-color i[class*=" icon-"].main-color.rounded:before,
i[class^="icon-"].main-color.squared:before,
.main-color i[class*=" icon-"].main-color.squared:before,
i[class^="icon-"].main-color.circle:before,
.main-color i[class*=" icon-"].main-color.circle:before {
  background-color: #e04343;
  color: #fff;
  border-color: #b7371e;
}

i[class^="icon-"].dark-main-color.rounded:before,
.main-color i[class*=" icon-"].dark-main-color.rounded:before,
i[class^="icon-"].dark-main-color.squared:before,
.main-color i[class*=" icon-"].dark-main-color.squared:before,
i[class^="icon-"].dark-main-color.circle:before,
.main-color i[class*=" icon-"].dark-main-color.circle:before {
  background-color: #c14127;
  color: #fff;
  border-color: #97331e;
}

i[class^="icon-"].light-main-color.rounded:before,
.main-color i[class*=" icon-"].light-main-color.rounded:before,
i[class^="icon-"].light-main-color.squared:before,
.main-color i[class*=" icon-"].light-main-color.squared:before,
i[class^="icon-"].light-main-color.circle:before,
.main-color i[class*=" icon-"].light-main-color.circle:before {
  background-color: #ce6359;
  color: #fff;
  border-color: #bc4338;
}

i[class^="icon-"].light-color.rounded:before,
.main-color i[class*=" icon-"].light-color.rounded:before,
i[class^="icon-"].light-color.squared:before,
.main-color i[class*=" icon-"].light-color.squared:before,
i[class^="icon-"].light-color.circle:before,
.main-color i[class*=" icon-"].light-color.circle:before {
  background-color: #fff;
  color: #e04343;
  border-color: #e6e6e6;
}

i[class^="icon-"].dark-color.rounded:before,
.main-color i[class*=" icon-"].dark-color.rounded:before,
i[class^="icon-"].dark-color.squared:before,
.main-color i[class*=" icon-"].dark-color.squared:before,
i[class^="icon-"].dark-color.circle:before,
.main-color i[class*=" icon-"].dark-color.circle:before {
  background-color: #333;
  color: #999;
  border-color: #1a1a1a;
}

.main-color i[class*=" icon-"].main-color.rounded:before,
.main-color i[class*=" icon-"].main-color.squared:before,
.main-color i[class*=" icon-"].main-color.circle:before {
  background-color: #ce6359;
}

.dark-main-color i[class*=" icon-"].dark-main-color.rounded:before,
.dark-main-color i[class*=" icon-"].dark-main-color.squared:before,
.dark-main-color i[class*=" icon-"].dark-main-color.circle:before {
  background-color: #d5492d;
}

.light-main-color i[class*=" icon-"].light-main-color.rounded:before,
.light-main-color i[class*=" icon-"].light-main-color.squared:before,
.light-main-color i[class*=" icon-"].light-main-color.circle:before {
  background-color: #c85045;
}

.dark-color i[class*=" icon-"].dark-color.rounded:before,
.dark-color i[class*=" icon-"].dark-color.squared:before,
.dark-color i[class*=" icon-"].dark-color.circle:before {
  background-color: #404040;
}

.light-color i[class*=" icon-"].light-color.rounded:before,
.light-color i[class*=" icon-"].light-color.squared:before,
.light-color i[class*=" icon-"].light-color.circle:before {
  background-color: #f2f2f2;
}

.main-color i.inverted.circle:before,
.dark-main-color i.inverted.circle:before,
.light-main-color i.inverted.circle:before,
.light-color i.inverted.circle:before,
.dark-color i.inverted.circle:before,
.main-color i.inverted.squared:before,
.dark-main-color i.inverted.squared:before,
.light-main-color i.inverted.squared:before,
.light-color i.inverted.squared:before,
.dark-color i.inverted.squared:before,
.main-color i.inverted.rounded:before,
.dark-main-color i.inverted.rounded:before,
.light-main-color i.inverted.rounded:before,
.light-color i.inverted.rounded:before,
.dark-color i.inverted.rounded:before {
  background-color: #fff;
  color: #e04343;
}

.box {
  border-color: #e6e6e6;
}

.box.main-color {
  border-color: #b7371e;
}

.box.dark-main-color {
  border-color: #97331e;
}

.box.light-main-color {
  border-color: #bc4338;
}

.box.dark-color {
  border-color: #1a1a1a;
}

.box.light-color {
  border-color: #e6e6e6;
}

.box.white {
  border-color: #e6e6e6;
  background-color: #fff;
  color: #222;
}

.box.white-border {
  border-color: #fff;
}

.main-color .box {
  border-color: #e7826e;
}

.light-main-color .box {
  border-color: #a93c32;
}

.dark-main-color .box {
  border-color: #dd6e57;
}

.dark-color .box {
  border-color: #595959;
}

.light-color .box {
  border-color: #d9d9d9;
}

.main-color>.cta-box-btn a:not(.primary):not(.danger):not(.info):not(.warning):not(.success) {
  background-color: #e36f58;
}

.main-color>.cta-box-btn a:not(.primary):not(.danger):not(.info):not(.warning):not(.success):hover {
  background-color: #b7371e;
}

.box-icon a h1,
.box-icon a h2,
.box-icon a h3,
.box-icon a h4,
.box-icon a h5,
.box-icon a h6,
.box-icon a p {
  color: #222;
}

.box-icon a:hover h1,
.box-icon a:hover h2,
.box-icon a:hover h3,
.box-icon a:hover h4,
.box-icon a:hover h5,
.box-icon a:hover p {
  color: #e04343;
}

.box-icon a:hover i.rounded:before,
.box-icon a:hover i.squared:before,
.box-icon a:hover i.circle:before {
  background-color: #e36f58;
  border-color: #e04343;
}

.icon.circle {
  background-color: #e04343;
  border-color: #b7371e;
}

.icon.circle.main-color {
  background-color: #e04343;
  border-color: #b7371e;
}

.icon.circle.dark-main-color {
  background-color: #c14127;
  border-color: #97331e;
}

.icon.circle.light-main-color {
  background-color: #ce6359;
  border-color: #bc4338;
}

.icon.circle.dark-color {
  background-color: #333;
  border-color: #1a1a1a;
}

.icon.circle.light-color {
  background-color: #fff;
  border-color: #e6e6e6;
}

a:hover .icon.circle {
  background-color: #e05c42;
  border-color: #cd3e22;
}

a:hover .icon.circle.main-color {
  background-color: #e05c42;
  border-color: #cd3e22;
}

a:hover .icon.circle.dark-main-color {
  background-color: #d5492d;
  border-color: #ac3a23;
}

a:hover .icon.circle.light-main-color {
  background-color: #d4766d;
  border-color: #c85045;
}

a:hover .icon.circle.dark-color {
  background-color: #404040;
  border-color: #262626;
}

a:hover .icon.circle.light-color {
  background-color: #f7f7f7;
  border-color: #dedede;
}

hr {
  background: transparent;
}

hr:after {
  background: #fdfdfd;
  color: #a2a2a2;
}

.menu-header {
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
}

.navbar-default {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: #e04343;
}

.navbar-default .navbar-toggle:focus span,
.navbar-default .navbar-toggle:hover span {
  background: #fff;
}

.menu-header.navbar-fixed-top {
  background-color: white;
}

body .menu-header .nav>li>a.active,
body .menu-header .nav>li.active>a.active,
body .menu-header .nav>li>a.active:hover,
body .menu-header .nav>li.active>a.active:hover,
body .menu-header .nav>li>a:hover,
body .menu-header .nav>li.active>a:hover {
  color: #e04343;
}

.menu-header .nav>li.active>a {
  color: #e04343;
}

.menu-header .nav>li.active>a:hover,
.menu-header .nav>li.active>a:active {
  color: #e04343;
}

.menu-header .nav>li .sub-menu a:not(.btn) {
  color: #595959;
}


@media (min-width:1025px) {
  .sub-menu {
    box-shadow: rgba(0, 0, 0, 0.109804) 0 1px 2px 0;
  }

  .menu-header .nav>li .sub-menu {
    background-color: #fefefe;
  }

  .menu-header .nav>li .sub-menu>li .sub-menu {
    background-color: #fefefe;
  }

  .menu-header .nav>li .sub-menu a:not(.btn) {
    color: #999;
  }

  .menu-header .nav>li .sub-menu a:not(.btn):hover {
    color: #fff;
    background: #f7f7f7;
  }

  .beeween-mega-menu h2 {
    color: #bfbfbf;
  }
}

@media (min-width:1025px) {
  body.header-1.header-dark .menu-header {
    background-color: #333;
  }
}

@media (min-width:1025px) {

  body.header-2 .navbar-default .navbar-nav>.active>a,
  body.header-2 .navbar-default .navbar-nav>.active>a:focus,
  body.header-2 .navbar-default .navbar-nav>.active>a:hover {
    background-color: #ccc;
    color: #fff;
  }

  body.header-2 .menu-header .nav>li:hover>a:not(.selected),
  body.header-2 .menu-header .nav a:not(.selected):hover {
    background-color: #696d78;
    color: #fff;
  }

  body.header-2 .menu-header .nav a.selected {
    background-color: #e04343;
    color: #fff;
  }

  body.header-2 .menu-header .nav .beeween-mega-menu h2 {
    color: #fff;
  }

  body.header-2 .menu-header .nav>li .sub-menu {
    background-color: #e04343;
  }

  body.header-2 .menu-header .nav>li .sub-menu a {
    color: #fff;
  }

  body.header-2 .menu-header .nav>li .sub-menu a:hover {
    background-color: #777;
  }
}

@media (min-width:1025px) {
  body.header-3 .menu-header .nav>li>a:not(.btn) {
    border-left-color: #bbb;
  }

  body.header-3.dark-header .menu-header .nav>li>a:not(.btn) {
    border-left-color: #333;
  }

  body.header-3.dark-header.header-semi-transparent .menu-header .nav>li>a:not(.btn) {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
}

@media (min-width:1025px) {
  body.header-5 .menu-header .nav>li>a {
    border-color: #bbb;
  }

  body.header-5 .menu-header .nav>li>a:hover {
    border-color: #e04343;
  }

  body.header-5 .menu-header .nav>li .sub-menu {
    background-color: #fdfdfd;
    border: 1px solid #bbb;
  }

  body.header-5 .menu-header .nav>li .sub-menu a {
    color: #222;
    border-bottom-color: #bbb;
  }

  body.header-5 .menu-header .nav>li .sub-menu a:hover {
    color: #e04343;
    background: none;
  }
}

@media (min-width:1025px) {
  body.header-6 .menu-header.scroll-header {
    border-color: #eee;
    background-color: white;
  }

  body.header-6 .menu-header.scroll-header .navbar-default .navbar-nav>li.active>a:not(.btn) {
    background: none;
  }

  body.header-6 .menu-header.scroll-header .navbar-default .navbar-nav>li>a:not(.btn).active:after {
    border-color: #e04343;
  }

  body.header-6 .menu-header.scroll-header .navbar-default .navbar-nav>li:hover>a:not(.btn):after {
    border-color: #e04343;
  }

  body.header-6 .menu-header.scroll-header .navbar-default .navbar-nav>li.active>a:not(.btn):after {
    border-color: #e04343;
  }

  body.header-6 .menu-header:not(.scroll-header) {
    background-color: transparent;
  }

  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a:not(.btn).active:after {
    border-color: #fff;
  }

  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li:hover>a:not(.btn):after {
    border-color: #fff;
  }

  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li.active>a:not(.btn) {
    background: none;
  }

  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li.active>a:not(.btn):after {
    border-color: #fff;
  }

  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a:not(.btn) {
    color: #fff;
  }

  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a.btn.border {
    color: #fff;
    border-color: #fff;
    opacity: 0.9;
  }

  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a.btn.border:hover {
    opacity: 1;
  }
}

@media (min-width:1025px) {
  body.header-7 .menu-header {
    border-color: #eee;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn) {
    background: none;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li>a:not(.btn).active:after {
    border-color: #e04343;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li:hover>a:not(.btn):after {
    border-color: #e04343;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn) {
    border-color: #e04343;
  }

  body.header-7 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn):after {
    border-color: #e04343;
  }
}

@media (min-width:1025px) {
  body.header-semi-transparent .menu-header {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent !important;
  }
}

body.dark-header .menu-header {
  background-color: #222;
}

body.dark-header .menu-header .nav a {
  color: white;
}

body.dark-header .menu-header .nav a.btn.border {
  border-color: #fff;
}

@media (min-width:1025px) {
  body.dark-header.header-semi-transparent .menu-header {
    background-color: rgba(0, 0, 0, 0.4);
    border-color: transparent !important;
  }
}

body.light-header .menu-header {
  background-color: white;
}

@media (min-width:1025px) {
  body.light-header.header-semi-transparent .menu-header {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent !important;
  }
}

@media (min-width:1025px) {
  body.header-transparent .menu-header {
    background-color: transparent;
    -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
    transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  }

  body.header-transparent .menu-header.scroll-header {
    background-color: white;
  }

  body.header-transparent .menu-header:not(.scroll-header) .nav>li>a:not(:focus):not(:hover):not(:active):not(.active) {
    color: white;
  }

  body.header-transparent:not(.header-3) .menu-header {
    border-color: transparent;
  }

  body.header-transparent.dark-header .menu-header.scroll-header {
    background-color: #222;
  }

  body.header-transparent.dark-header .menu-header.scroll-header .nav>li>a:not(:focus):not(:hover):not(:active):not(.active) {
    color: white;
  }

  body.header-transparent.light-header .menu-header.scroll-header {
    background-color: white;
  }
}

footer#main-footer {
  background-color: #f9f9f9;
  color: #999;
}

footer#main-footer a:hover {
  color: #e04343;
}

footer#main-footer #footer-rights {
  background-color: #f9f9f9;
  color: #999;
}

footer#main-footer.dark-color,
footer#main-footer #footer-rights.dark-color {
  background-color: #333;
  color: #999;
}

footer#main-footer.light-color,
footer#main-footer #footer-rights.light-color {
  background-color: #fff;
  color: #222;
}

footer#main-footer.light-color a:hover,
footer#main-footer #footer-rights.light-color a:hover {
  color: #3c3c3c;
}

footer#main-footer.dark-main-color,
footer#main-footer #footer-rights.dark-main-color {
  background-color: #c14127;
  color: #fff;
}

footer#main-footer.main-color,
footer#main-footer #footer-rights.main-color {
  background-color: #e04343;
  color: #fff;
}

footer#main-footer.light-main-color,
footer#main-footer #footer-rights.light-main-color {
  background-color: #ce6359;
  color: #fff;
}

footer#main-footer ul.border li {
  border-bottom-color: #595959;
}

html {
  background-color: transparent;
}

main#content {
  background-color: #f6f6f6;
}

main#content.light-color {
  background-color: #fff;
}

main#content.dark-color {
  background-color: #333;
}

main#content.main-color {
  background-color: #e04343;
}

main#content.dark-main-bg-color-color {
  background-color: #c14127;
}

main#content.light-main-color {
  background-color: #ce6359;
}

.menu-header {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-header {
  border: none;
}

.heading:after {
  background-color: #e04343;
}

.main-color .heading:after {
  color: #ce6359;
}

.heading:after,
h1.large-heading:after {
  background-color: #e04343;
}

p.lead {
  color: #e04343;
}

h1.large,
h1.x-large {
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
}

h2.large,
h2.x-large {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}

h1.large span,
h2.large span,
h1.x-large span,
h2.x-large span,
h1.large.no-shadow,
h2.large.no-shadow,
h1.x-large.no-shadow,
h2.x-large.no-shadow,
h1.large small.no-shadow,
h2.large small.no-shadow,
h1.x-large small.no-shadow,
h2.x-large small.no-shadow {
  text-shadow: none;
}

.heading:after {
  color: #222;
  opacity: 0.075;
}

.menu-header .nav>li .beeween-mega-menu.sub-menu h2 {
  color: #e04343;
}

.menu-header .nav>li .beeween-mega-menu.sub-menu .col-md-3:not(:last-child) {
  border-right-color: #eee;
}

.menu-header .nav>li .beeween-mega-menu.sub-menu .mega-inner ul>li>a:not(.btn):hover {
  color: #111;
}

@media (min-width:1025px) {

  .header-1 .menu-header .nav>li .sub-menu,
  .header-4 .menu-header .nav>li .sub-menu {
    background-color: #333;
  }

  .header-1 .menu-header .nav>li .sub-menu h2,
  .header-4 .menu-header .nav>li .sub-menu h2,
  .header-1 .menu-header .nav>li .sub-menu p,
  .header-4 .menu-header .nav>li .sub-menu p {
    color: #999;
  }

  .header-1 .menu-header .nav>li .sub-menu .col-md-3:not(:last-child),
  .header-4 .menu-header .nav>li .sub-menu .col-md-3:not(:last-child) {
    border-right-color: #4d4d4d;
  }

  .header-1 .menu-header .nav>li .sub-menu .mega-inner ul>li>a:not(.btn):hover,
  .header-4 .menu-header .nav>li .sub-menu .mega-inner ul>li>a:not(.btn):hover {
    color: #999;
  }

  .header-1 .menu-header .nav>li .sub-menu>li .sub-menu,
  .header-4 .menu-header .nav>li .sub-menu>li .sub-menu {
    background-color: #333;
  }
}

@media (min-width:1025px) {

  .header-2 .menu-header .nav>li .sub-menu h2,
  .header-2 .menu-header .nav>li .sub-menu p {
    color: #fff;
  }
}

.header-3 .menu-header {
  border-color: #bbb;
}

#beeween-to-top {
  border-color: #e04343;
  background: #fdfdfd;
}

#beeween-to-top i:before {
  color: #e04343;
}

/*
|--------------------------------------------------------------------------
| Scribens Theme
|--------------------------------------------------------------------------
*/
h1 {
  font-size: 50px;
  font-weight: 300;
}

h1.large, .h1.large, .page-header h1.large, span.large {
  font-weight: 300 !important;
}

h1 span, h2 span {
  font-weight: 400 !important;
  font-size: 35px;
  margin-bottom: 10px;
  opacity: 1 !important;
}

h1.spetitlebwn {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.scribright {
  text-align: right;
}

.heading::after {
  opacity: 0.3 !important;
}

h2.top5 {
  margin-top: 5px;
}

#beeween-to-top {
  border-radius: 50% !important;
  background-color: #ffffff !important;
}

.mmpaad {
  margin: 0 10px;
}

#integration {
  background-color: #fcfcfc;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

#services {
  background: #fff;
  padding-top: 100px;
}

#recherche .box {
  border: none !important;
}

label.nogxtbwn {
  background-color: grey;
  display: initial;
  font-weight: 500;
  margin-bottom: 5px;
  margin-right: 5px;
  max-width: 100%;
  padding: 5px;
  color: white;
}

.box.padding-medium {
  padding: 70px;
}

#recherche .form-group {
  margin-bottom: 15px;
  padding-top: 5px;
}

#recherche textarea.form-control {
  height: auto;
  min-height: 290px;
}

.paaad5 {
  padding-top: 5px;
}

.paaad10 {
  padding-top: 10px;
}

.paaad20 {
  padding-top: 20px;
}

.paaad25 {
  padding-top: 25px;
}

.paaad30 {
  padding-top: 30px;
}

.paaad50 {
  padding-top: 50px;
}

.paaad267 {
  padding-top: 267px;
}

.navbar-brand {
  padding: 1.5px 0 !important;
  margin-left: -15px;
}

#recherche .form-control {
  font-size: 15px;
  padding: 12px 18px !important;
  border: 2px solid #b6b6b6 !important;
  background-color: #fcfcfc;
}

p.scribwntth2 {
  font-weight: 300 !important;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline;
}

h2.scribwntth2 {
  font-weight: 300 !important;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline;
}

h1.scribwntth2 {
  font-weight: 300 !important;
  letter-spacing: 2px;
  display: inline;
}

.heading p.scribwnttcontent {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding-bottom: 0px;
}

.heading p.scribwnttcontent.scribwnttmedium {
  font-size: 40px;
}

.heading p.scribwnttcontent span {
  font-weight: 400 !important;
  font-size: 35px;
  margin-bottom: 0px;
  opacity: 1 !important;
  display: block;
  letter-spacing: normal;
  line-height: 1.1;
}

.spekt p.scribtwoo {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-family: 'Segoe-UI';
  line-height: 1.1;
}

.heading h3.scribwnttcontent {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding-bottom: 0px;

}

.heading h3.scribwnttcontent span {
  font-weight: 400 !important;
  font-size: 35px;
  margin-bottom: 10px;
  opacity: 1 !important;
  display: block;
  letter-spacing: normal;
}

.team-member h3.stiiickmik {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-family: 'Segoe-UI';
  line-height: 1.1;
}

.parallax p.parallaxscribs {
  font-size: 47px;
  margin-top: 0;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  font-weight: 300 !important;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.33em;
  line-height: 1.1;
  letter-spacing: 1px;
}

.nooomarginleft {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

p.nooomarginleft {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-right: 0 !important;
  padding-right: 0 !important;
  letter-spacing: 0px !important;
  padding-left: 2px !important;
}

p.scribsprems {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  margin-top: 5px;
  font-family: 'Segoe-UI';
  line-height: 1.1;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.scribsletter {
  letter-spacing: -0.5px;
}

h1.titlecsribens {
  font-size: 22px;
  letter-spacing: 1px;
}

h1.large.scribsstitle, .h1.large.scribsstitle, span.large.scribsstitle {
  font-size: 25px;
}

p.scribsstitle {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 15%;

}

h1.large.scribss, .h1.large.scribss, span.large.scribss {
  font-size: 45px;
}

.lead.scribss {
  font-size: 32px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.image-scribens {
  background-image: url('../../../images/scribens-parallax.jpg');
}

.footer-widget {
  margin-bottom: 20px;
  padding-top: 20px;
}

footer#main-footer #footer-rights p {
  font-size: 13px;
}

footer#main-footer {
  background-color: #fff !important;
  border: medium none !important;
  color: #999;
  padding-top: 0 !important;
}

.team-member {
  margin-bottom: 50px;
  padding: 24px 24px 0;
  text-align: center;
}

.team-member img {
  margin: 0 auto;
  border: 7px solid #fff;
}

.team-member p {
  margin-top: 0;
  font-weight: lighter;
  text-align: justify;
}

.pt-premium {
  padding-top: 150px;
}

.iconecolor {
  color: #e04343;
}

.fs16 {
  font-size: 16px !important;
}

.pt-medium {
  padding-top: 80px;
}

.pb-medium {
  padding-bottom: 80px;
}

a:focus, a:hover {
  text-decoration: none !important;
}

.has-sub-menu:after {
  background: none;
  content: '\e95f';
  display: block;
  font-family: "custom-icons";
  font-size: 20px;
  height: 1px;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

a#btnout:after {
  position: absolute;
  top: auto;
  bottom: 25px;
}


@media (min-width: 786px) and (max-width: 1100px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 25px;
  }

  .pt {
    padding-top: 30px;
  }

  .pb {
    padding-bottom: 30px;
  }

  .lead.scribss {
    font-size: 26px;
  }

  h1.large.scribss, .h1.large.scribss, span.large.scribss {
    font-size: 35px;
  }

  h1.large.scribsstitle, .h1.large.scribsstitle, span.large.scribsstitle {
    font-size: 23px;
  }

  .form-group {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 5px;
  }

  .form-minimal .form-control {
    margin-top: 6px !important;
    text-align: center !important;
  }

  p.scribsstitle {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0 18%;
  }

  .pt.ptphone {
    padding-top: 0px;
  }

  .paaad50.phonescribens {
    padding: 0px;
  }

  .fa-5x {
    font-size: 6em;
  }
}

@media (min-width: 950px) and (max-width: 990px) {
  /*.navbar-nav.navbar-right:last-child {margin-right: -80px;}*/
}

@media (min-width: 651px) and (max-width: 785px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 0.6em;
  }

  .fa-5x {
    font-size: 5em;
  }

  .team-member {
    padding: 24px 5px 0;
  }

  .pb-medium {
    padding-bottom: 70px;
  }

  .pt-medium {
    padding-top: 70px;
  }

  .pt {
    padding-top: 20px;
  }

  .pb {
    padding-bottom: 25px;
  }

  .lead.scribss {
    font-size: 22px;
  }

  h1.large.scribss, .h1.large.scribss, span.large.scribss {
    font-size: 30px;
  }

  h1.large.scribsstitle, .h1.large.scribsstitle, span.large.scribsstitle {
    font-size: 31px;
  }

  p.scribsstitle {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 15%;

  }

  .form-group {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 5px;
  }

  .form-minimal .form-control {
    margin-top: 6px !important;
    text-align: center !important;
  }



}

@media (min-width: 386px) and (max-width: 650px) {

  .media-body, .media-left, .media-right {
    padding: 5px 25% !important;
  }

  #services .phone {
    font-size: 14px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 22px;
  }

  h1 span, h2 span {
    font-size: 28px;
  }

  h1.large.scribsstitle, .h1.large.scribsstitle, span.large.scribsstitle {
    font-size: 28px;
  }

  aside.publicite {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #recherche label {
    font-size: 9px;
  }

  #recherche .ptphone {
    padding-top: 10px;
  }

  h1.large.scribss, .h1.large.scribss, span.large.scribss {
    font-size: 25px;
  }

  .lead.scribss {
    font-size: 12px;
  }

  #recherche textarea.form-control {
    min-height: 180px;
  }

  .btn-lg, .btn.large {
    padding: 20px 32px;
  }

  ul {
    padding: 0px;
  }

  .scribright {
    text-align: center;
  }

  .feature-box::before, .feature-box::after {
    content: " ";
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding-top: 5px;
    text-align: center;
  }

  .feature-box.media-right {
    float: none;
  }

  .media-body, .media-left, .media-right {
    display: block;
  }

  h1.spetitlebwn {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
  }

  .fa-5x {
    font-size: 5em;
  }

  .pt-medium {
    padding-top: 40px;
  }

  .pt {
    padding-top: 30px;
  }

  .pb {
    padding-bottom: 30px;
  }

  .team-member {
    margin-bottom: 35px;
    padding: 10px 3px 0;
    text-align: center;
  }

  .tooltipsBWN .tooltipster-content, .email-tooltipsBWN .tooltipster-content {
    font-size: 12px;
    padding: 6px 6px;
  }

  .box.padding-medium {
    padding: 35px;
  }

  .form-group {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 5px;
  }

  .form-minimal .form-control {
    margin-top: 6px !important;
    text-align: center !important;
  }

  .mb {
    margin-bottom: 20px;
  }
}

table#TablePaiement>td[align="top"] {
  vertical-align: top;
}


@media (max-width: 385px) {
  #services .phone {
    font-size: 14px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 22px;
  }

  h1 span, h2 span {
    font-size: 28px;
  }

  h1.large.scribsstitle, .h1.large.scribsstitle, span.large.scribsstitle {
    font-size: 28px;
  }

  aside.publicite {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #recherche label {
    font-size: 9px;
  }

  #recherche .ptphone {
    padding-top: 10px;
  }

  h1.large.scribss, .h1.large.scribss, span.large.scribss {
    font-size: 25px;
  }

  .lead.scribss {
    font-size: 12px;
  }

  #recherche textarea.form-control {
    min-height: 180px;
  }

  .btn-lg, .btn.large {
    padding: 20px 32px;
  }

  ul {
    padding: 0px;
  }

  .scribright {
    text-align: center;
  }

  .feature-box::before, .feature-box::after {
    content: " ";
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding-top: 5px;
    text-align: center;
  }

  .feature-box.media-right {
    float: none;
  }

  .media-body, .media-left, .media-right {
    display: block;
  }

  h1.spetitlebwn {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
  }

  .fa-5x {
    font-size: 5em;
  }

  .pt-medium {
    padding-top: 40px;
  }

  .pt {
    padding-top: 30px;
  }

  .pb {
    padding-bottom: 30px;
  }

  .team-member {
    margin-bottom: 35px;
    padding: 10px 3px 0;
    text-align: center;
  }

  .tooltipsBWN .tooltipster-content, .email-tooltipsBWN .tooltipster-content {
    font-size: 12px;
    padding: 6px 6px;
  }

  .box.padding-medium {
    padding: 35px;
  }

  .form-group {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 5px;
  }

  .form-minimal .form-control {
    margin-top: 6px !important;
    text-align: center !important;
  }

  .mb {
    margin-bottom: 20px;
  }
}


.tooltipsBWN, .email-tooltipsBWN {
  border: 0;
  border-radius: 1px;
  height: 40px;
  margin-top: -2px;
}

.tooltipsBWN .tooltipster-content, .email-tooltipsBWN .tooltipster-content {
  font-family: 'Segoe-UI';
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  padding: 6px 10px;
  text-align: center;
}

.tooltipsBWN .tooltipster-content {
  width: 100%;
}

.email-tooltipsBWN .tooltipster-content {
  width: 100%;
}

.email-tooltipsBWN,
.tooltipsBWN {
  background: #CBCBCB;
}

.email-tooltipsBWN,
.tooltipsBWN {
  color: #000;
}

header .navbar-default .navbar-nav>li>a.specialscribenspremium {
  color: #e04343;
}

header .navbar .specialscribenspremium:hover {
  color: #fff !important;
}

/*.navbar-nav {
    padding-left: 3%;
}*/
.menu-header .nav a {
  font-size: 16px;
  /*padding-top: 32px;*/
}

.navbar-nav>li>a {
  padding: 31px 10px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}


@media (max-width: 950px) {
  header .navbar .specialscribenspremium:hover {
    color: #333 !important;
  }

  .navbar-left {
    float: none !important;
  }

  .menu-header .navbar-left.phonespacescrib {
    margin-bottom: 3px !important;
  }

  #global-wrapper .navbar {
    min-height: 70px;
    display: block;
  }

}

@media (min-width: 951px) {
  #global-wrapper>header ul.nav.navbar-nav {
    display: flex;
  }

  #global-wrapper>header ul.nav.navbar-nav>li>a {
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #global-wrapper>header ul.nav.navbar-nav>li>a#btntools {
    display: none;
  }

  #global-wrapper>header #btnvp {
    display: flex;
    flex-direction: row-reverse;
  }

  #global-wrapper>header #btnvp.selected #compte {
    background-image: url(../images/icone/compte/compte-hover.png);
  }

  #global-wrapper>header>.container {
    width: 100%;
  }

  #global-wrapper>header ul#sub-btnout {
    display: none;
    margin: 0;
  }
}

body:not(.mode-abonne-premium) #global-wrapper>header ul.nav.navbar-nav>li>.menuprem {
  display: none;
}

body:not(.mode-abonne-premium) .premium-element {
  display: none !important;
}

body.mode-abonne-premium .non-premium-element {
  display: none !important;
}

html:not([lang="fr"]) .fr-only {
  display: none !important;
}

html:not([lang="en"]) .en-only {
  display: none !important;
}

@media (min-width:951px) and (max-width: 1199px) {
  .menu-header .nav a {
    font-size: 14px;
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  #global-wrapper>header .navbar .specialscribenspremium:hover {
    color: #e04343 !important;
    opacity: .7;
  }

  #global-wrapper>header .navbar .specialscribenspremium:hover #compte {
    background-image: url(../images/icone/compte/compte.png);
  }
}

#global-wrapper header .social-networks {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

#global-wrapper header .social-networks a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

#global-wrapper header .social-networks .fa-facebook {
  color: #3b5a98;
  font-size: 18px;
}

#global-wrapper header .social-networks .fa-twitter {
  color: #04abee;
  font-size: 20px;
}

#global-wrapper header .social-networks .fa-linkedin {
  color: #2683b7;
  font-size: 20px;
}

#global-wrapper header .social-networks .fa-instagram:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../images/icone/insta-header-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1700px) {
  #global-wrapper header .social-networks {
    display: flex;
  }
}

@media (max-width: 1024px) {
  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a.btn.border {
    color: #222;
    border-color: #222;
  }


}

@media (max-width: 1024px) {
  .beeween-mega-menu.image-background {
    background: none;
  }
}

@media (min-width: 1125px) and (max-width: 1201px) {

  /*.navbar-nav.navbar-right:last-child {margin-right:20px!important;}*/
  body .menu-header .nav a {
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }

  body .navbar-nav>li>a {
    padding: 31px 11px !important;
  }

  body:not(.is-authorized) .navbar-nav>li>a#btnvp {
    padding-left: 45px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1124px) {

  /*body .navbar-nav.phonespacescrib {padding-left:4%!important;}*/
  body .menu-header .nav a {
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }

  body .navbar-nav>li>a {
    padding: 31px 9px !important;
  }

  body:not(.is-authorized) .navbar-nav>li>a#btnvp {
    padding-left: 45px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  body .navbar-nav>li>a {
    padding: 31px 6px !important;
  }

  body .menu-header .nav a {
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }

  /*body .container.specialphone {width:100%;padding-left:10%!important;padding-right:10%!important;}*/
  /*.navbar-nav.navbar-right:last-child {margin-right:-35px!important;}*/
  body:not(.is-authorized) .navbar-nav>li>a#btnvp {
    padding-left: 30px !important;
    padding-right: 10px !important;
  }

  body:not(.is-authorized) .navbar-nav>li>a#btnvp:before {
    left: 10px;
    top: calc(50% - 8px);
    font-size: 16px;
  }

  body:not(.is-authorized) .navbar-nav>li>a#btnvp:after {
    left: 0;
    right: 0;
  }
}

@media (min-width: 951px) and (max-width: 990px) {
  body .navbar-nav>li>a {
    padding: 31px 6px !important;
  }

  body .menu-header .nav a {
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }

  /*body .container.specialphone {width:100%;padding-left:10%!important;padding-right:10%!important;}*/
  /*.navbar-nav.navbar-right:last-child {margin-right:-65px!important;}*/
  body:not(.is-authorized) .navbar-nav>li>a#btnvp {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body:not(.is-authorized) .navbar-nav>li>a#btnvp:before {
    content: none;
  }

  body:not(.is-authorized) .navbar-nav>li>a#btnvp:after {
    left: 0;
    right: 0;
  }
}

@media (min-width: 150px) and (max-width: 990px) {
  .has-sub-menu::after {
    display: none;
  }

  body .menu-header .collapse .nav .stylebwnbutton {
    margin-left: 0px !important;
  }
}

/*
|--------------------------------------------------------------------------
| CLASSE DIVERS 
|--------------------------------------------------------------------------
*/

#cookiebanner {
  z-index: 1002;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.underline {
  border-bottom: solid 1px black;
  border-color: rgb(208, 208, 208);
  width: 85%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.sc-underline {
  border-bottom: solid 1px black;
  border-color: rgb(208, 208, 208);
  width: 85%;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.vignette #contenu0.underline {
  padding-bottom: 25px;
}

#suggestion {
  background-color: #d6d9df;
  font-weight: bold;
  font-size: 20px;
  display: block;
  width: 93%;
  text-align: center;
  height: 56px;
  padding: 4%;
}

.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| Soulignement sur hover
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| FONTS 
|--------------------------------------------------------------------------
*/

/* ////// Font family ////// */
.segoe-regular {
  font-family: 'Segoe-UI';
}

.segoe-bold {
  font-family: 'Segoe-UI-Bold';
}

/* ////// Color ////// */
.red {
  color: #ee6e73;
}

.dark-grey {
  color: #323439;
}

.dark-grey {
  color: #323439;
}

.grey {
  color: #64676e;
}

/*
|--------------------------------------------------------------------------
| Container interface
|--------------------------------------------------------------------------
*/
.container-interface {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.container-interface .wrapper-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  min-height: 400px;
}

.container-interface .ortho-flex.flex .wrapper-shadow {
  min-height: 1030px;
  display: flex;
  flex-direction: column;
}

body#rules .container-interface .ortho-flex.flex .wrapper-shadow {
  min-height: auto;
  height: fit-content;
  height: -moz-fit-content;
}

@media only screen and (min-width: 1600px) {
  html[lang="fr"] body#regles-page .container-interface {
    max-width: 1600px;
  }

  html[lang="fr"] body#regles-page .container-interface .ortho-flex.flex .wrapper-shadow {
    min-width: 1130px;
  }
}

@media only screen and (min-width: 1700px) {
  html[lang="fr"] body#regles-page .container-interface .ortho-flex.flex .wrapper-shadow {
    min-width: 1230px;
  }
}


.container-interface .side-pub {
  width: 190px;
  display: inline-block;
  padding-left: 25px;
}

.container-interface .side-pub:first-child {
  padding-right: 25px;
  padding-left: 0 !important;
}

.container-interface .side-pub>div {
  display: block !important
}

.container-interface .row {
  margin-right: 0;
  margin-left: 0;
}


/*
|--------------------------------------------------------------------------
| Interface Grammar check
|--------------------------------------------------------------------------
*/
.container-interface .interface {
  border: 1px solid #d6d9df;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100% !important;
}

/* ////// Sidebar ////// */
.container-interface .sidebar {
  min-width: 290px;
  display: none;
  border-right: 1px solid #d6d9df;
  background: #f1f1f1;
  font-family: 'Segoe-UI-Bold';
}

.container-interface .sidebar .Cor-styleTexteVP {
  background: #f1f1f1;
}

.container-interface .sidebar .Cor-styleTexteVP>div {
  /* -webkit-transform: translateY(30px);       -ms-transform: translateY(30px); 
          transform: translateY(30px); 
          -webkit-transition: all .3s ease 0;
          -o-transition: all .3s ease 0;
          transition: all .3s ease 0; */

  display: none;
}

.container-interface .sidebar .Cor-styleTexteVP>div.open {
  animation: animSlideUp .6s;
  /* Tous les autres navigateurs */
  -webkit-animation: animSlideUp .6s;
  /* Safari, Opera, Chrome */
  display: block !important;

}

@keyframes animSlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.Stat-StatTextePanel .Stat-PanelStat>.Stat-AnalyseTitre {
  padding-left: 0 !important
}

.container-interface .sidebar #DivDisplayStyle {
  border: 0 !important;
  padding: 0 !important
}

.container-interface .sidebar>.Stat-PanelStat>.Stat-AnalyseTitre {
  font-family: 'Segoe-UI-Bold';
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 35px;
}

.container-interface .sidebar>.Stat-PanelStat {
  padding: 10px 20px !important;
  border-bottom: 2px solid #d6d9df
}

.container-interface .sidebar table {
  position: relative;
}

.container-interface .sidebar #DivDisplayStyle .Stat-GridRep tr {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.container-interface .sidebar #DivDisplayStyle .Stat-GridRep tr:hover {
  background-color: #287bbf;
  color: #fff;
}

/* .container-interface .sidebar table.Stat-GridRep:first-child{padding:20px 30px!important; border-bottom:2px solid #d6d9df} */
.container-interface .sidebar table [type="radio"]:checked+label, .container-interface .sidebar table [type="radio"]:not(:checked)+label {
  position: absolute;
  padding-left: 0;
  right: 7px;
  width: 10px;
  bottom: 11px;
}

.container-interface .sidebar .Stat-PanelStat {
  padding: 10px 20px;
  border-bottom: 1px solid #d6d9df;
}

.container-interface .sidebar .Stat-PanelStat .Stat-GridRep {
  border: 1px solid #d6d9df
}

.Stat-StatTextePanel {
  margin-top: 25px;
}

.container-interface .sidebar .Stat-PanelStat>.Stat-AnalyseTitre {
  font-family: 'Segoe-UI-Bold';
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 12px !important;
  margin-top: 5px;
}

.container-interface .sidebar .Stat-PanelStat table table td {
  max-width: 150px;
}

/* ////// Central content ////// */
#recherche.zonerecherche {
  padding-bottom: 50px !important
}

.container-interface .central-content {
  width: 100%;
  display: inline-block;
  position: relative;
}

.back-btn {
  background-image: url(../images/icone/arrow-back.png);
  background-repeat: no-repeat;
  color: #ee6e73;
  margin: 20px 0 0 20px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Segoe-UI-bold';
  padding-left: 45px;
}

.btn-inline {
  display: inline-flex;
  width: 100%;
  margin-bottom: 32px;
}

#encartLogo {
  background-color: #f6f6f6;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 20px;
}

#btnvp {
  position: relative;
}

body:not(.is-authorized) a#btnvp {
  padding-left: 45px;
  padding-right: 20px;
}

body:not(.is-authorized) a#btnvp:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f005";
  position: absolute;
  left: 20px;
  top: calc(50% - 9px);
  font-size: 18px;
}

body:not(.is-authorized) a#btnvp:after {
  content: '';
  border: 1px solid #e04343;
  position: absolute;
  top: 25px;
  left: 3px;
  right: 3px;
  bottom: 25px;
  border-radius: 30px;
}

body:not(.is-authorized) a#btnvp:hover:after {
  border: none;
}

body:not(.is-authorized) a#btncn:before {
  content: '';
  background-image: url(../images/icone/compte/compte-gray.png);
  background-repeat: no-repeat;
  background-size: 25px;
  height: 25px;
  width: 25px;
  margin-right: 7px;
}

body.is-authorized #compte {
  background-image: url(../images/icone/compte/compte.png);
  background-repeat: no-repeat;
  background-size: 25px;
  height: 25px;
  width: 25px;
  position: relative;
  float: left;
  margin-right: 7px;
}

body.is-authorized #btnvp:hover #compte,
body:not(.is-authorized) a#btncn:hover:before {
  background-image: url(../images/icone/compte/compte-hover.png);
}

body.is-authorized nav a#btnvp {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media only screen and (max-width: 950px) {
  body:not(.is-authorized) a#btncn:hover:before {
    background-image: url(../images/icone/compte/compte.png);
  }
}


.glyphicon-menu-right:before {
  content: "\e258"
}

/*
|--------------------------------------------------------------------------
| FONTS FACE
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: 'Segoe-UI';
  src:
    local("Segoe UI"),
    url(fonts/latest1.woff2) format("woff2"),
    url(fonts/latest1.woff) format("woff"),
    url(fonts/latest1.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'Segoe-UI-Bold';
  src:
    local("Segoe UI Bold"),
    url(fonts/latest.woff2) format("woff2"),
    url(fonts/latest.woff) format("woff"),
    url(fonts/latest.ttf) format("truetype");
  font-weight: 600;
}

/* Breakpoint for extra large screens */
@media (min-width: 1600px) {
  html[lang="en"] #global-wrapper>#content>section>.container-fluid {
    max-width: 1600px;
  }
}

/*
*
* CONTENT FROM rules.css
*
*/
.main-content {
  background-color: #f6f6f6;
}

.main-title {
  font-size: 24px;
  font-weight: normal;
  color: #777;
  font-family: "Segoe UI";
  margin-left: 50px;
}

.rule-title {
  display: inline-block;
  position: relative;
  top: -45px;
  max-width: 70%;
  border: 1px;
  border-radius: 3px;
  padding: 8px;
  background: #0085ca;
  color: #fff;
}

@media only screen and (min-width: 768px) {

  /* For desktop only */
  .rule-title {
    font-size: 18px;
  }
}

.rule-content-wrapper {
  padding: 20px;
}

.rule-description {
  position: relative;
  font-size: 15px;
  font-family: "Segoe UI";
  font-weight: 400;
  line-height: 1.1;
  display: block;
  padding-left: 50px;
  padding-bottom: 10px;
  color: #64676e;
}

.rule-content {
  position: relative;
  font-size: 15px;
  font-family: "Segoe UI";
  font-weight: 400;
  line-height: 1.5;
  display: block;
  padding: 30px;
  background: #fff;
  color: #64676e;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px;
  border-radius: 3px;
}

.rule-text {
  position: relative;
  top: -25px;
}

.example-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-style: normal;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: #fa8b90;
  box-shadow: 0px 10px 10px rgb(222, 225, 228);
}

.example-circle-column {
  padding-right: 15px;
}

.examples-table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-style: italic;
}

.example-comment {
  font-style: normal;
}

.example-incorrect {
  text-decoration: line-through;
}

.details-table {
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.details-table caption {
  padding-bottom: 20px;
  font-weight: 500;
}

.details-table td,
th {
  border: 1px solid #d5e3ed;
  text-align: left;
  vertical-align: top;
  padding: 8px;
  padding-right: 50px;
  max-width: 300px;
}

.details-table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.not-stripped-table tr:nth-child(even) {
  background-color: unset;
}

.big-examples-table td:nth-child(1) {
  font-weight: 500;
}

.big-examples-table td:nth-child(3) {
  background-color: #ffffbe;
}

.big-table-example-incorrect {
  background-color: #fdc1c1 !important;
  border-top: 1px solid #d5e3ed;
}

.big-table-example-incorrect-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  background-color: #fdc1c1 !important;
}

.big-table-example-description {
  background-color: #ffffbe !important;
}

.big-table-example-description p {
  padding: 8px;
}

.big-table-example-incorrect-cell p {
  margin: 0;
  padding: 8px;
}

.grey-background {
  background-color: #f6f6f6 !important;
}

.highlighted-text {
  font-weight: bold;
  color: #fa8b90;
}

.steps-list li {
  margin: 20px 0;
}

.font-Wingdings {
  font-family: Wingdings;
}

/*
*
* EXTRA CSS FOR STANDALONE RULES PAGE
*
*/

body#regles-page .container-interface .ortho-flex.flex .wrapper-shadow {
  min-height: 600px;
}

body#regles-page .container-interface .main-Title {
  margin-top: 3px;
}

body#regles-page #TitreLabel {
  display: none;
}

body#regles-page #pub1 {
  margin: 10px 0;
}

body#regles-page #regles-container {
  padding-top: 20px;
}

body#regles-page #MainDiv,
body#regles-page #regles-container {
  height: 100%;
}

body#regles-page .back-btn-row {
  margin-bottom: 15px;
}

body#regles-page .back-btn {
  padding-bottom: 10px;
}

.main-title {
  margin: 0;
  padding: 20px 20px 20px 50px;
  text-transform: none;
}

.rule-text {
  top: 0;
}

.rule-title a {
  color: #fff
}

.exerc-row {
  margin-top: 25px;
}

.Cor-RedButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 0;
  padding: 7px 35px !important;
  white-space: pre;
  background-color: #ee6e73;
  user-select: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  font-family: "Segoe-UI";
}

.Cor-RedButton:hover {
  color: #fff;
}

.Cor-RedButton > img {
  max-width: 25px;
}

/** REGLES **/
#DivRules {padding: 0; width: 100%;}
#DivRules select:first-of-type{top:100px;margin-bottom: 20px; margin-left: 30px;max-width: 264px}
#DivRules .Regles-TableContainer {
  display: flex;
  flex-direction: column;
  column-gap: 5px;
  row-gap: 10px;
}
#DivRules .Regles-TableContainer > tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 5px;
}
#DivRules .Regles-TableContainer > tr .Regles-TitreRegleSommaire {
  margin: 0;
}
#DivRules .Regles-TableContainer > tr .TdButtonExerc > .Cor-RedButton {
  margin: 0;
  padding: 5px 15px !important;
  font-size: 15px;
}
#DivRules .Regles-TableContainer > tr .TdButtonExerc > .Cor-RedButton:hover,
#DivRules .Regles-TableContainer > tr .TdButtonExerc > .Cor-RedButton:focus {
  color: #fff;
}

.DivRules--header,
.DivRules--header h1 {
  font-size: 24px;
  margin: 0;
}

.DivRules--body {
  padding: 35px 25px;
  background-color: #fff;
}

.Regles--group {
  border: 1px solid #d6d9df;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.Regles--list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.Regles-Panel .td-rules .Regles--list-item .Cor-RedButton {
  margin: 0;
  padding: 5px 15px !important;
  font-size: 15px;
}

.Regles--list-item .Cor-RedButton:hover {
  color: #fff;
}

.Regles--list-item .Cor-RedButton:hover,
.Regles--list-item .Cor-RedButton:focus,
.Regles--list-item .Cor-RedButton:active {
  color: #fff;
}

.Regles--list-item .Regles-TitreRegleSommaire {
  margin: 0;
}

.Regles--list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 5px;
}
.Regles-TitreSommaire {
  font-size: 19px;
  color: #323439;
  font-family: 'Segoe-UI-bold';
  padding: 20px 0 20px !important;
  /* border-bottom: 1px solid #d6d9df; */
  border-top: 0 !important;
  background-color: #f1f1f1;
  text-align: center;
}
.Regles-TitreSommaire {
	text-align: center !important;
	padding-right: 0 !important;
}
.Regles-TitreSommaire > .d-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
}
.Regles-TitreSommaire > .d-flex img {
	max-width: 32px;
	margin-right: 15px;
}
.Cor-RedButton:hover {
  background-color: #e04343!important;
}
.Regles-TitreRegleSommaire {
  font-size: 16px;
  margin-top: 10px;
  font-style: italic;
  position: relative;
  padding-left: 10px;
  padding-bottom: 8px;
  text-decoration: none!important;
  display: inline-block;
}
.Regles-SousTitreSommaire {
	font-size:16px;
	margin-top: 20px;
	margin-bottom: 10px !important;
	padding-bottom: 5px;
	color: #323439;
	font-family: 'Segoe-UI-bold';
	border-bottom: 1px solid #d6d9df;
}
.Regles-TitreRegleSommaire::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #ff636e;
  position: absolute;
  left: 0;
  top: 7px;
}
.Regles-TitreRegleSommaire:after {
  content: '';
  display: block;
  /* margin-top: 2px; */
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 4px;
  left: 10px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
.Regles-TitreRegleSommaire:hover:after {
  width: calc(100% - 10px);
  background: #ff636e;
  text-decoration: none!important;
}
.td-rules {
  padding-left: 10px;
  padding-right: 10px;
}

#pub1 {
  margin-top: 10px;
}

ul.social-icons.main-color,
ul.social-icons.dark-main-color, 
ul.social-icons.light-main-color, 
ul.social-icons.dark-color, 
ul.social-icons.light-color {
  background: transparent;
}

ul.social-icons.squared.dark-color a.rss, 
ul.social-icons.circle.dark-color a.rss, 
ul.social-icons.rounded.dark-color a.rss, 
ul.social-icons.squared.dark-color a.facebook, 
ul.social-icons.circle.dark-color a.facebook, 
ul.social-icons.rounded.dark-color a.facebook, 
ul.social-icons.squared.dark-color a.twitter, 
ul.social-icons.circle.dark-color a.twitter, 
ul.social-icons.rounded.dark-color a.twitter, 
ul.social-icons.squared.dark-color a.gplus, 
ul.social-icons.circle.dark-color a.gplus, 
ul.social-icons.rounded.dark-color a.gplus, 
ul.social-icons.squared.dark-color a.dribbble, 
ul.social-icons.circle.dark-color a.dribbble, 
ul.social-icons.rounded.dark-color a.dribbble, 
ul.social-icons.squared.dark-color a.linkedin, 
ul.social-icons.circle.dark-color a.linkedin, 
ul.social-icons.rounded.dark-color a.linkedin,
ul.social-icons.squared.dark-color a.instagram, 
ul.social-icons.circle.dark-color a.instagram, 
ul.social-icons.rounded.dark-color a.instagram {
  background-color:#1b8fcf;
  border-color:#1b8fcf;
}

ul.social-icons.squared.dark-color a.rss:hover, 
ul.social-icons.circle.dark-color a.rss:hover, 
ul.social-icons.rounded.dark-color a.rss:hover, 
ul.social-icons.squared.dark-color a.facebook:hover, 
ul.social-icons.circle.dark-color a.facebook:hover, 
ul.social-icons.rounded.dark-color a.facebook:hover, 
ul.social-icons.squared.dark-color a.twitter:hover, 
ul.social-icons.circle.dark-color a.twitter:hover, 
ul.social-icons.rounded.dark-color a.twitter:hover, 
ul.social-icons.squared.dark-color a.gplus:hover, 
ul.social-icons.circle.dark-color a.gplus:hover, 
ul.social-icons.rounded.dark-color a.gplus:hover, 
ul.social-icons.squared.dark-color a.dribbble:hover, 
ul.social-icons.circle.dark-color a.dribbble:hover, 
ul.social-icons.rounded.dark-color a.dribbble:hover, 
ul.social-icons.squared.dark-color a.linkedin:hover, 
ul.social-icons.circle.dark-color a.linkedin:hover, 
ul.social-icons.rounded.dark-color a.linkedin:hover,
ul.social-icons.squared.dark-color a.instagram:hover, 
ul.social-icons.circle.dark-color a.instagram:hover, 
ul.social-icons.rounded.dark-color a.instagram:hover {
  background-color: #4d4d4d;
  border-color: #404040;
}

/**
  * Footer Grid
  *
**/
#footer-grid {
  padding: 55px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 40px;
  margin: 0 auto;
  max-width: 100%;
}
#footer-grid .website-logo {
  text-align: center;
}
#footer-grid .website-logo img {
  max-width: 90px;
}
#footer-grid .footer-col p.footer-col--header {
  font-family: 'Segoe-UI-Bold';
  font-size: 16px;
  margin-bottom: 15px;
  color: #65676e;
}
#footer-grid .footer-col .list-unstyled {
  line-height: 2;
  margin: 0;
}
#footer-grid .footer-col .list-unstyled a {
  color: #808488;
}
#footer-grid .footer-col .list-unstyled a:hover {
  color: #65676e;
}
#footer-grid .footer-col ul.list-unstyled a {
  position: relative;
}
#footer-grid .footer-col ul.list-unstyled a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .2s;
}
#footer-grid .footer-col ul.list-unstyled a:hover:after {
  width: 100%;
}
#footer-grid ul.social-icons {
  display: flex;
  column-gap: 7px;
}
#footer-grid ul.social-icons.squared a, 
#footer-grid ul.social-icons.circle a, 
#footer-grid ul.social-icons.rounded a {
  height: 35px;
  width: 35px;
  line-height: 35px;
}
#footer-grid ul.social-icons .fa-instagram:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../images/icone/insta-header-icon-white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  #footer-grid .footer-col:first-child {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 650px) {
	.Regles-TitreSommaire > .d-flex img {
		display: none;
	}
}

@media only screen and (min-width: 1600px) {
  html[lang="fr"] body#rules .container-interface {
    max-width: 1685px;
  }
  html[lang="fr"] body#rules .container-interface .ortho-flex.flex .wrapper-shadow {
    min-width: 1130px;
  }
}
@media only screen and (min-width: 1700px) {
  html[lang="fr"] body#rules .container-interface .ortho-flex.flex .wrapper-shadow {
    min-width: 1230px;
  }
}
