.main-title, .section-title {
  font-family: "bebas_neue_light", sans-serif;
  font-size: 100px;
  line-height: 1em;
  color: #26526d;
  text-transform: uppercase;
  text-align: center;
}
@media all and (max-width: 767px) {
  .main-title, .section-title {
    font-size: 60px;
  }
}
.main-title::before, .section-title::before, .main-title::after, .section-title::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 0;
  margin: 0 20px;
  line-height: 0;
  border-top: 8px dotted #46a0d2;
  vertical-align: middle;
}
@media all and (max-width: 480px) {
  .main-title::before, .section-title::before, .main-title::after, .section-title::after {
    width: 15px;
    margin: 0 10px;
    border-width: 5px;
  }
}
.main-title::before, .section-title::before {
  margin-left: 0;
}
.main-title::after, .section-title::after {
  margin-right: 0;
}

.view-more-link, .product-list-item-link span {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  border-bottom: 1px solid;
}
.view-more-link::before, .product-list-item-link span::before {
  content: '+ ';
  font-style: normal;
}
@media all and (max-height: 500px) {
  .view-more-link, .product-list-item-link span {
    font-size: 13px;
  }
}

.page .navbar {
  min-height: 61px;
  background: #f5f5f5;
  border: 0 none;
  box-shadow: none;
}
.page .navbar-header {
  height: 61px;
}
.page .navbar-brand {
  padding: 0;
}
@media all and (min-width: 768px) {
  .page .navbar-brand {
    height: auto;
  }
}
.page .navbar-nav > li {
  position: inherit;
  padding: 22px 0 18px;
}
.page .navbar-nav > li:hover > a {
  color: #26526D;
  text-decoration: none;
}
.page .navbar-nav > li > a {
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  letter-spacing: .05em;
  border: 0 none;
}
.page .navbar-nav > li > a:hover {
  color: #26526D;
  text-decoration: none;
}
.page .navbar-nav > li > a:first-child {
  padding-left: 40px;
}
.page .navbar-left li.dropdown > .sous-menu-prod {
  width: auto;
  padding: 0 0 0 142px;
  background: none !important;
  box-shadow: none;
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .page .navbar-left li.dropdown > .sous-menu-prod {
    padding: 0;
    display: none !important;
  }
  .open .page .navbar-left li.dropdown > .sous-menu-prod {
    display: block;
  }
}
.page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-left, .page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-right {
  text-align: left;
}
.page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-left li, .page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-right li {
  position: relative;
  height: 40px;
}
.page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-left li::before, .page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-right li::before {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  width: 8px;
  height: 8px;
  background: #fff;
}
.page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-left li a, .page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-right li a {
  display: block;
  float: left;
  margin-left: 19px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 10px;
}
.page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-left-title, .page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-right-title {
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
}
@media all and (min-width: 767px) {
  .page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-left {
    border-right: 1px solid #fff;
  }
}
.page .navbar-left li.dropdown > .sous-menu-prod .sous-menu-prod-right li a {
  text-transform: uppercase;
}
.page .navbar-left li.dropdown .ctnt {
  padding: 40px;
  width: 100%;
  max-width: 1200px;
  background: #26526D;
}
.page .navbar-right {
  border-left: 1px solid #45A0D1;
}
.page .navbar-right > li {
  padding: 0;
}
.page .navbar-collapse {
  max-height: 100vh;
}

.navbar-toggle {
  margin: 13px 15px;
}

.breadcrumb {
  padding-bottom: 7px;
}
.alt .breadcrumb a, .alt .breadcrumb > .active {
  color: #fff;
}
.alt .breadcrumb > li + li::before {
  color: #f2f2f2;
}

.article .content-view-embeddedmedia img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.entete {
  margin-top: 20px;
  margin-bottom: 40px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (max-width: 1440px) and (min-width: 768px) {
  .entete {
    margin-left: 142px;
  }
}
.entete.alt {
  background: #26526d;
}
.entete.alt h1 {
  color: #fff;
}

.site-footer {
  margin: 60px auto 0;
  font-family: "Open Sans", sans-serif;
  background: none;
}
@media all and (min-width: 768px) {
  .site-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer .site-footer-left {
  background-color: #26526d;
}
.site-footer .site-footer-left .site-footer-content {
  width: 100%;
  max-width: 710px;
  padding: 60px 0;
}
@media all and (min-width: 768px) {
  .site-footer .site-footer-left .site-footer-content {
    float: right;
  }
}
@media all and (max-width: 480px) {
  .site-footer .site-footer-left .site-footer-content {
    padding: 15px 0 30px;
  }
}
.site-footer .site-footer-right {
  background-color: #e15e64;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (max-width: 767px) and (min-width: 481px) {
  .site-footer .site-footer-right .site-footer-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer .menu-list {
  font-size: 12px;
}
.site-footer .menu-list-item {
  margin: 13px 0;
}
.site-footer .menu-list-item:first-child {
  margin-top: 0;
}
.site-footer .menu-list-item:last-child {
  margin-bottom: 0;
}
.site-footer .menu-list-item-link {
  color: #fff;
}
.site-footer .site-footer-menu {
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .site-footer .site-footer-menu {
    float: right;
  }
}
.site-footer .site-footer-menu-small {
  font-weight: 200;
}
@media all and (max-width: 480px) {
  .site-footer .site-footer-menu-small {
    text-align: center;
  }
  .site-footer .site-footer-menu-small .menu-list {
    float: none;
    width: auto;
  }
  .site-footer .site-footer-menu-small .menu-list-item {
    display: inline-block;
  }
  .site-footer .site-footer-menu-small .menu-list-item + .menu-list-item::before {
    content: '-';
    display: inline-block;
    color: #fff;
    margin: 0 .4em 0 .3em;
  }
}
.site-footer .site-footer-menu-small .menu-list {
  margin-bottom: 20px;
}
.site-footer .site-footer-menu-small .menu-list-item {
  margin: 7px 0;
}
.site-footer .site-footer-menu-small .menu-list-item:first-child {
  margin-top: 0;
}
.site-footer .site-footer-menu-small .menu-list-item:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer-contact {
  padding: 30px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.15);
}
.site-footer .site-footer-contact-link {
  color: #fff;
}
.site-footer .site-footer-contact-phone {
  font-size: 20px;
}
@media all and (max-width: 480px) {
  .site-footer .site-footer-contact {
    float: none;
    width: auto;
  }
}
@media all and (max-width: 480px) {
  .site-footer .newsletter-block {
    float: none;
    width: auto;
  }
}

.logo-prolac {
  position: relative;
  top: 0;
  display: block;
  height: 142px;
  width: 142px;
  padding-top: 75px;
  text-align: center;
  text-transform: uppercase;
  background-color: #46a0d2;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.logo-prolac.mini {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.43);
          transform: scale(0.43);
}
@media all and (max-width: 767px) {
  .logo-prolac {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.43);
            transform: scale(0.43);
  }
}
.logo-prolac-name {
  display: block;
  font: 42px/1em 'alegreya_sanslight';
  color: #fff;
}
.logo-prolac-baseline {
  display: block;
  font: 16px/1em 'alegreya_sans_scmedium';
  color: #26526d;
}
.logo-prolac:hover {
  color: #fff !important;
  background-color: #46a0d2 !important;
  text-decoration: none !important;
}

.logo-soufflet {
  position: inherit;
  display: block;
  width: 222px;
  max-width: 100%;
  height: 52px;
  right: inherit;
  bottom: inherit;
  margin: 0;
  padding: 0;
  background: url("../images/logo-soufflet.svg") no-repeat center center;
  background-size: contain;
}
@media all and (max-width: 480px) {
  .logo-soufflet {
    float: none;
    margin: auto;
  }
}
.logo-soufflet.en {
  background-image: url("../images/logo-soufflet-en.svg");
}

.page .dropdown-lang {
  position: inherit;
  width: 40px;
  height: 61px;
  margin: 0;
  line-height: 61px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .page .dropdown-lang {
    position: absolute;
    top: 0;
    right: 100px;
    width: 60px;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  .page .dropdown-lang dt {
    border: 1px solid #45A0D1;
    border-top: none;
    border-bottom: none;
  }
}
.page .dropdown-lang dt a {
  width: 40px;
  height: 61px;
  line-height: 61px;
  padding: 0;
  font-weight: normal;
  color: #45A0D1;
  background: url("../images/arrow-down-lang.png") no-repeat center 40px;
}
@media all and (max-width: 767px) {
  .page .dropdown-lang dt a {
    width: 60px;
  }
}
.page .dropdown-lang dd {
  position: inherit;
}
@media all and (max-width: 767px) {
  .page .dropdown-lang dd {
    border: 1px solid #45A0D1;
    border-top: none;
  }
}
.page .dropdown-lang dd ul {
  top: 60px;
  right: 0;
  left: auto;
  text-align: right;
}
@media all and (max-width: 767px) {
  .page .dropdown-lang dd ul {
    text-align: left;
  }
}

.newsletter-block {
  padding: 30px 40px;
}
.newsletter-block-form-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-block-form-input {
  float: left;
  padding: 0 20px;
  width: 80%;
  max-width: 290px;
  height: 50px;
  line-height: 50px;
  border: 0 none;
}
.newsletter-block-form-button {
  float: left;
  width: 20%;
  max-width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.15);
  border: 0 none;
}

.homepage {
  padding-top: 0;
}

.section {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.section-content {
  overflow: hidden;
}
.section-footer {
  float: none;
  width: auto;
  background: none;
}

#section0 {
  height: 100vh;
  margin: 0;
}
#section0 .section-content, #section0 .carousel-slide {
  height: 100%;
}
#section0 .carousel-slide {
  position: relative;
}
#section0 .carousel-slide-text {
  max-width: 400px;
  padding: 35px 40px;
  background-color: #fff;
  margin: auto;
}
@media all and (max-width: 767px) {
  #section0 .carousel-slide-text {
    padding: 20px;
    text-align: center;
  }
}
#section0 .carousel-slide-text-wrapper {
  position: absolute;
  top: 15%;
  right: 10%;
  transition: all .3s;
}
@media all and (max-width: 1024px) {
  #section0 .carousel-slide-text-wrapper {
    top: 30%;
    right: 6%;
  }
}
@media all and (max-width: 767px) {
  #section0 .carousel-slide-text-wrapper {
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
  }
}
@media all and (max-height: 500px) {
  #section0 .carousel-slide-text-wrapper {
    top: 25%;
    width: 31%;
  }
}
@media all and (max-height: 500px) and (max-width: 480px) {
  #section0 .carousel-slide-text-wrapper {
    top: 25%;
    width: 70%;
  }
}
#section0 .carousel-slide-title {
  font-family: "bebas_neuebold", sans-serif;
  font-size: 50px;
  color: #000;
  line-height: 1em;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  #section0 .carousel-slide-title {
    font-size: 38px;
  }
}
@media all and (max-height: 500px) {
  #section0 .carousel-slide-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#section0 .carousel-slide .view-more-link, #section0 .carousel-slide .product-list-item-link span, .product-list-item-link #section0 .carousel-slide span {
  font-family: "Open Sans", sans-serif;
  color: #e15e64;
}
#section0 .owl-controls {
  position: absolute;
  width: 200px;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-height: 500px) {
  #section0 .owl-controls {
    bottom: 60px;
  }
}
#section0 .owl-controls .owl-pagination {
  margin: 5px 30px;
}
@media all and (max-height: 500px) {
  #section0 .owl-controls .owl-pagination {
    display: none;
  }
}
#section0 .owl-controls .owl-pagination .owl-page span {
  background-color: #fff;
  opacity: 1;
  transition: .3s;
}
#section0 .owl-controls .owl-pagination .owl-page.active span {
  background-color: #e15e64;
}
#section0 .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#section0 .owl-controls .owl-buttons div {
  border-radius: 0;
  width: 22px;
  height: 22px;
  background: no-repeat center center;
  opacity: 1;
}
#section0 .owl-controls .owl-buttons .owl-next {
  background-image: url("../images/icon-next-small.png");
}
#section0 .owl-controls .owl-buttons .owl-prev {
  background-image: url("../images/icon-prev-small.png");
}
#section0 .next-section {
  width: 60px;
  height: 60px;
  bottom: 33px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  background: url("../images/arrow-down-thin.gif") no-repeat center center;
  text-indent: -9999px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-height: 500px) {
  #section0 .next-section {
    bottom: 10px;
  }
}

#section2 {
  background: none;
}
#section2 .section-header {
  height: 640px;
  padding: 60px;
  background: url("../images/tempo/img-qualite.jpg") no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 767px) {
  #section2 .section-header {
    height: 320px;
  }
}
#section2 .section-title {
  color: #fff;
}
#section2 .section-title::before, #section2 .section-title::after {
  border-color: #fff;
}
#section2 .section-content {
  max-width: 560px;
  margin: -100px auto 0;
  padding: 40px 60px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  text-align: center;
  text-transform: none;
  color: #fff;
  background-color: #e15e64;
}
#section2 .section-content h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
}
#section2 .section-content h3 {
  font-size: 18px;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  text-transform: none;
  line-height: 1em;
}
#section2 .section-content p {
  margin: 35px 0;
}
#section2 .section-content .view-more-link, #section2 .section-content .product-list-item-link span, .product-list-item-link #section2 .section-content span {
  color: #fff;
}

#section3 {
  background: none;
}
#section3 .section-header {
  height: 640px;
  padding: 60px;
  background: url("../images/tempo/img-services.jpg") no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 767px) {
  #section3 .section-header {
    height: 320px;
  }
}
#section3 .section-title {
  color: #fff;
}
#section3 .section-title::before, #section3 .section-title::after {
  border-color: #fff;
}
#section3 .section-content {
  margin-top: -50px;
}
#section3 .section-footer {
  text-align: center;
  border-bottom: 1px solid transparent;
}
#section3 .section-footer .view-more-link, #section3 .section-footer .product-list-item-link span, .product-list-item-link #section3 .section-footer span {
  font-family: 'Open Sans', sans-serif;
  color: #e15e64;
}
#section3 .service-list-item {
  padding: 0 20px;
}
#section3 .service-list-item::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 100%;
  background-color: #e15e64;
}
#section3 .service-list-item.item-1::before {
  background: #e15e64 url("../images/pictos/icon-magnifier.svg") no-repeat center center;
  background-size: 46px 45px;
}
#section3 .service-list-item.item-2::before {
  background: #e15e64 url("../images/pictos/icon-gears.svg") no-repeat center center;
  background-size: 71px 40px;
}
#section3 .service-list-item.item-3::before {
  background: #e15e64 url("../images/pictos/icon-shield.svg") no-repeat center center;
  background-size: 45px 45px;
}
#section3 .service-list-item-wrapper {
  background-color: #fff;
}
#section3 .service-list-item-title {
  margin-top: 40px;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #e15e64;
  border-bottom: 1px solid;
}
#section3 .service-list-item-content {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-align: justify;
}
#section3 .service-list-item-content h2 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  text-transform: none;
}
#section3 .service-list-item-content h3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 200;
  font-style: italic;
  text-align: center;
  text-transform: none;
  line-height: 1em;
}

.carousel.fullheight {
  height: 100%;
}
.carousel.fullheight .item {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  *zoom: 1;
}
.carousel.fullheight .item img {
  display: none;
}
.carousel.fullheight .owl-wrapper-outer,
.carousel.fullheight .owl-wrapper,
.carousel.fullheight .owl-item,
.carousel.fullheight .item {
  width: 100%;
  height: 100%;
}

.homepage .product-list {
  margin: 20px;
}
@media all and (max-width: 767px) {
  .homepage .product-list {
    margin: 7.5px 10px;
  }
}
.product-list-item {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.product-list-item-wrapper {
  position: relative;
  margin: 10px;
  overflow: hidden;
  background: #f5f5f5;
}
.homepage .product-list-item-wrapper {
  margin: 20px;
}
.product-list-item-title {
  margin-bottom: 25px;
  padding: 0 15px;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 100%;
}
.homepage .product-list-item-title {
  font-size: 40px;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .homepage .product-list-item-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.product-list-item-link {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media all and (max-width: $break-sm) {
      opacity: 1;
  }
  .is-touch-device & {
      opacity: 1;
  }*/
}
.product-list-item-link span {
  line-height: 1em;
  font-family: "Open Sans", sans-serif;
  color: #e15e64;
}
.product-list-item-link:hover, .product-list-item-link:focus, .product-list-item-link.is-touched {
  opacity: 1;
}
.product-list-item:hover .product-list-item-link, .product-list-item:focus .product-list-item-link {
  opacity: 1;
}
.product-list-item-image {
  height: 220px;
  text-align: center;
}
.homepage .product-list-item-image {
  height: 320px;
}
@media all and (max-width: 767px) {
  .homepage .product-list-item-image {
    height: 220px;
  }
}
.product-list-item img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-list .view-more .product-list-item-wrapper {
  height: 320px;
  background-color: #e15e64;
}
@media all and (max-width: 767px) {
  .product-list .view-more .product-list-item-wrapper {
    height: 220px;
  }
}
.product-list .view-more .product-list-item-link {
  opacity: 1;
  background: none;
}
.product-list .view-more .product-list-item-link span {
  color: #fff;
}

/* Cookie bar correction IE */
.cc-banner .cc-btn:first-child{
  min-width: 140px;
}

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