.flat-row .bg-overlay {
  background-color: #BE3246;
}

.flat-tabs ul.menu-tab1 li span{
  position: relative;
  z-index: 10;
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 2px solid #eeeeee;
  list-style-type: none;
  border-radius: 50%;
  margin-right: 200px;
  display: block;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  color: #999999;
  font-size: 16px;
}

.flat-tabs ul.menu-tab1 li.active span, .flat-tabs ul.menu-tab1 li span:hover {
  border: 2px solid #BB283D;
  color: #fff;
  background-color: #BB283D;
  color: #fff;
}

.details {
  height: 100px;
}

.top-bar {
  background-color: #BB283D;
  font-size: 16px;
}

.top-bar .left {
  text-align: left;
}

.top-bar .right {
  text-align: right;
}

.top-bar .right *  {
  text-align: right;
  display: inline-block;
}

.top-bar a {
  color: #fff;
}

#mainnav > ul > li > a {
  font-size: 18px;
  text-shadow: 0 0 20px #000, 0 0 20px #000;
}

.header.downscrolled {
  background: rgba(0, 0, 0, 0.5);
}

.underline {
  display:inline-block;
}

.underline::after {
  content: '';
  display: block;
  width: 25%;
  height: 5px;
  margin-top: 10px;
  margin-right: -100%;
  border-bottom: 3px solid #BB283D;
}

.underline.middle::after {
  margin-left: 35%;
}

.underline.complet::after {
  width: 100%;
}

.underline.complet a{
  color: #BB283D;
}

.underline.complet a:hover{
  color: #e02f48;
}

.bold {
  font-weight: bold;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}

.text-shadow {
  text-shadow: 0 0 20px #000, 0 0 20px #000;
}

.contact-content .details h5 {
  font-size: 26px;
}

.contact-content .details p {
  font-size:110%;
}

.contact-content .contact-address.mail {
  padding-left: 0;
}

.contact-content .mail .details p {
  font-size:100%;
  padding-left:7px;
}


.contact-content .mail .details h5 {
  padding-left: 30px;
}

.footer .widget h4.widget-title {
  font-size: 20px;
}

.widget .textwidget, .footer-widgets .widget ul li, .widget .textwidget, .footer-widgets .widget ul li a {
  font-size:18px;
}

.widget.widget-categories ul li::before {
    border-left:4.5px solid #BB283D;
}

.bottom {
  background: rgba(236, 51, 77, 0.7);
}

.flat-services h6 {
  font-size: 24px;
  font-weight: bold;
}

.flat-services p {
  font-size:20px;
  margin-bottom:5px;
}

.contact-address .style1 i {
  margin-top: -140px;
  color: #BB283D;
}

.flat-row.row-flat-counter, .flat-row.call-out {
  padding: 10px 0;
}

.parallax-callout {
  background-image: none;
}

.entreprise p {
  margin-bottom:10px;
  font-size:20px;
  line-height: 30px;
}

.flat-tabs .content-tab p {
  font-size: 18px;
}

.flat-gallery .item {
  margin-bottom:20px;
}

footer h1 {
  font-size:100%;
  display: inline;
  color: inherit;
}

.contour {
  text-shadow:
    -1px -1px 1px #BB283D,
    1px -1px 1px #BB283D,
    -1px 1px 1px #BB283D,
    1px 1px 1px #BB283D;
}

.page-title .page-title-heading h2 {
  font-size:50px;
}

.flat-contact-form .flat-button {
  background-color: #BB283D;
}

.footer .widget-text ul li, .footer .widget-text ul li a, .widget .textwidget, .footer-widgets .widget ul li {
  color: #fff;
}

.text-red {
  color: #BB283D !important;
}

.rev_slider video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

.scrollTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index:999;
  padding: 15px 15px;
}


@media (max-width:993px) {
  .top-bar .left {
    text-align: center;
  }

  .top-bar .right {
    text-align: center;
  }
  #logo img {
    width: 150%;
    max-width: none;
  }
}

@media (max-width:426px) {
  .top-bar .mail {
    display: none;
  }
  .flat-title h3 span.underline-top {
    top:70px;
  }
  .footer-widgets .widget ul li a.footer-courriel {
    font-size: 90%;
  }
}

@media (max-width:375px) {
  .footer-widgets .widget ul li a.footer-courriel {
    font-size: 75%;
  }
}

@media (min-width:991px) {
  .top-bar .mail {
    margin-left:30px;
  }

}
