@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.bg-blue {
  background-color: #309CF3;
}

.btn-blue {
  color: #fff;
  background-color: #309CF3;
  border-color: #309CF3;
}

.btn-blue:hover {
  color: #fff;
  text-decoration: none;
  background-color: #008cff;
  border-color: #008cff;
}

.bgImg0 {
  background-image: url("../img/bg/banner.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.bgImg1 {
  background-image: url("../img/bg/banner.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.bgImg2 {
  background-image: url("../img/bg/banner_02.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.bgImg3 {
  background-image: url("../img/bg/banner_03.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.bgImg4 {
  background-image: url("../img/bg/banner_04.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.bgImg5 {
  background-image: url("../img/bg/banner_05.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.bgImg7 {
  background-image: url("../img/bg/banner_07.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.bgImg8 {
  background-image: url("../img/bg/banner_08.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.bgImg9 {
  background-image: url("../img/bg/banner_09.jpg");
  background-position: bottom;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.over-black::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.title-partial-underline-1 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7) !important;
}

.title-partial-underline-1::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #ffffff;
  display: inline-block;
}

.div-left p {
  color: #ffffff;
}

ul.listing li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin: 10px 0;
  margin-top: 10px;
}

ul.listing li::after {
  content: "";
}

ul li::after {
  position: absolute;
  color: #309CF3;
  content: "";
  font-family: "FontAwesome";
  left: 0;
  top: 0;
}

.title-partial-underline {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8) !important;
}

.normal {
  font-style: normal;
}

.title-partial-underline::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #309CF3;
  display: inline-block;
}

footer .title-partial-underline {
  color: white !important;
  font-style: normal;
}

.title-partial-center-underline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8) !important;
}

.title-partial-center-underline::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 4px;
  background: #309CF3;
  display: inline-block;
}

.mustache {
  border-left: 3px solid #309CF3;
  padding-left: 20px;
  margin-top: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 0 6px 15px;
}

.card-deck svg {
  height: 50px;
  fill: #309CF3;
  margin-right: 10px;
}

.list-group-item.active {
  background-color: #309CF3;
  border-color: #309CF3;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0.8);
}

.breadcrumb a {
  color: #008cff;
}

.breadcrumb .active {
  color: #666666;
}

.nav-left-menu {
  padding: 10px 10px 5px 10px;
  background-color: #F6F6F6;
}

.nav-left-menu .nav-item a.nav-link:hover {
  background-color: #309CF3;
  color: #FFFFFF;
}

.nav-left-menu .nav-item a.nav-link.active {
  background-color: #008cff;
  color: #FFFFFF;
}

.nav-left-menu .nav-item a.nav-link {
  background: #ffffff;
  color: #222222;
  border-radius: 3px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 15px 15px !important;
  margin-bottom: 8px;
  position: relative;
  display: block;
}

/*
#particles-js {
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-image: '';
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

#particles-js canvas{
    all: inherit;
    position: relative;
}

.particles-content {
    color: white;
}*/
footer {
  background-color: #222222;
}

footer ol, footer ul {
  padding: 0px;
  margin: 0px;
}

footer li {
  list-style: none !important;
  margin-bottom: 15px;
}

footer .menu li {
  list-style: none !important;
  margin-bottom: 5px;
}

footer li a {
  color: #ffffff;
}

footer li a:hover {
  color: #c2c2c2;
  text-decoration: none;
}

footer p {
  display: table;
  color: #fff;
  margin-bottom: 0px;
  padding-left: 5px;
}

footer svg {
  fill: #309CF3;
  margin-right: 10px;
  float: left;
  display: table-cell;
  width: 30px;
  line-height: 23px;
  font-size: 32px;
}

.ct-contact {
  position: relative;
  margin-top: -12%;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color:#FFFFFF;
}

.map{
  position: relative;
  overflow: hidden;
}

.ct-contact svg {
  height: 50px;
  fill: #309CF3;
  margin-right: 10px;
}

.picto-svg-right svg {
  height: 120px;
  fill: #FFFFFF;
  
}

/* Medium devices (tablets, 768px and up)*/
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .bgImg0 {
    height: 650px;
  }

  .bgImg1 {
    height: 250px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/

/*# sourceMappingURL=customs.css.map */
