﻿body {
  /*background-image: url(/Content/images/bg.png) !important;*/
  background-color: #DDD !important;
  font-family: 'Rubik', sans-serif;
}
.main {
  background-color: white !important;
  /*background-image: url(/Content/images/bg_head.png);*/
  background-repeat: repeat-x;
  padding: 10px 30px 30px 30px !important;
}
h2 {
  /*font-size: 40px;*/
  margin-top: 45px;
  font-family: 'Rubik', sans-serif;
  color: #541440;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  color: #541440;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
h3.panel-title {
  color: #541440 !important;
}
h4 {
  /*font-size: 14px;*/
  font-weight: bold;
}
a {
  color: #541440 !important;
}
a.btn-primary {
  color: white !important;
  background-color: #541440 !important;
  border-color: #541440 !important;
  border-radius: 0;
}
hr.invisible {
  margin: 0 !important;
}
hr {
  border: none;
  border-top: 3px dotted #ccc;
  color: #fff;
  background-color: #fff;
  height: 3px;
}
h2.separator {
  font-size: 20px;
  color: #ccc;
}
.panel {
  border-radius: 0 !important;
}
.navbar-red {
  background-color: red !important;
}
header {
  position: relative;
  background-color: #541440;
  margin-bottom: 15px;
}
header .logo {
  padding: 15px 30px;
}
header h2 {
  margin: 0;
  font-size: 26px;
  padding-top: 20px;
  color: white;
  line-height: 1.4;
}
header .search-box {
  padding-top: 25px;
}
nav {
  border: none !important;
  background-color: #b3b3b3 !important;
  min-height: 30px !important;
  border-radius: 0 !important;
  margin: 0 0 15px 0 !important;
}
nav a {
  color: black !important;
  padding: 5px 15px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}
nav li.active > a {
  color: white !important;
  background-color: #541440 !important;
}
nav a:hover,
nav li.open > a {
  color: white !important;
  background-color: #541440 !important;
}
nav .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  color: white !important;
  background-color: #541440 !important;
}
nav .navbar-header,
nav .navbar-header a {
  color: white !important;
  background-color: #541440 !important;
}
footer {
  clear: both;
  margin-top: 0;
  padding: 30px;
  color: white;
  background-color: #B3B2B3;
}
footer img {
  margin: 5px;
}
footer a,
footer a:hover {
  color: white !important;
}
.pictos {
  padding-top: 30px;
}
#slider,
#slider img {
  height: 350px !important;
}
#slider {
  background-color: #d9e9ff;
  background-image: url(/Content/images/dots.png);
}
#slider a {
  background: none !important;
}
#slider .carousel-control {
  width: 50px;
}
#slider .note {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 270px;
  height: 270px;
  font-size: 32px;
  color: #00418d;
}
#slider .cover {
  position: absolute;
  bottom: 0;
  width: 740px;
  height: 60px;
  background-image: url(/Content/images/dots.png);
}
.status .box {
  text-align: center;
  padding: 10px 0 15px 0;
  margin-bottom: 10px;
  background-color: #d9e9ff;
  background-image: url(/Content/images/dots.png);
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #00418d;
}
.status .number {
  font-size: 48px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}
.copyright {
  font-size: 10px;
  text-align: center;
  margin: 10px 0;
  color: #999;
}
.copyright a,
.copyright a:hover {
  color: #A5C1E6 !important;
}
.breadcrumb {
  background-color: white;
  float: right;
  margin: 0 !important;
}
.gallery {
  padding: 7px 0;
  margin: 0 -7px;
}
.gallery::before,
.gallery::after {
  display: table;
  content: " ";
  clear: both;
}
.gallery .item {
  float: left;
  padding: 7px;
}
.gallery .item::before,
.gallery .item::after {
  display: table;
  content: " ";
  clear: both;
}
.gallery .item a {
  float: left;
}
.gallery .item a::before,
.gallery .item a::after {
  display: table;
  content: " ";
  clear: both;
}
.gallery .item a img {
  float: left;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.fa-left {
  float: left;
  margin-right: 10px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-center img {
    margin: auto;
    display: inline-block;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .clear-lg-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-lg-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-lg-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-lg-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-lg-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-lg-6 .gallery .item {
    width: 20%;
  }
  .col-lg-12 .gallery .item {
    width: 10%;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-center img {
    margin: auto;
    display: inline-block;
  }
  .text-md-right {
    text-align: right !important;
  }
  .clear-md-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-md-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-md-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-md-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-md-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-md-6 .gallery .item {
    width: calc(100% / 4);
  }
  .col-md-12 .gallery .item {
    width: calc(100% / 8);
  }
  #slider .note {
    position: absolute;
    top: 45px;
    right: 15px;
    width: 130px;
    height: 270px;
    font-size: 18px;
  }
  #slider .cover {
    position: absolute;
    bottom: 0;
    width: 740px;
    height: 60px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-center img {
    margin: auto;
    display: inline-block;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .clear-sm-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-sm-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-sm-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-sm-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-sm-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-sm-6 .gallery .item {
    width: calc(100% / 3);
  }
  .col-sm-12 .gallery .item {
    width: calc(100% / 6);
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    padding-top: 40px;
  }
  .main {
    background-image: none;
    padding: 10px !important;
  }
  header {
    margin: 0 -15px;
    padding: 15px;
  }
  header h2 {
    font-size: 18px !important;
    margin: 0;
    padding: 0;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000000000000000 !important;
  }
  .breadcrumb {
    float: none;
  }
  .breadcrumb:after {
    clear: both;
  }
  foo .text-xs-left {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-center img {
    margin: auto;
    display: inline-block;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .clear-xs-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-xs-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-xs-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-xs-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-xs-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-xs-6 .gallery .item {
    width: 100%;
  }
  .col-xs-12 .gallery .item {
    width: calc(100% / 3);
  }
}
/* Portrait phones and smaller */
/*****************************************************************************/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*****************************************************************************/