@charset "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a, a:hover, a:focus{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Custom CSS
 * --------------------------------------- */


.display_mobile_only{
	display: none;
}

/*

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

*/
/*-------------- NICO
-------------------*/

#menu{
    position:fixed;
    top:10px;
    left:10px;
    height: 142px;
    z-index: 1;
    width: 142px;
    padding: 0;
    margin:0;
    background-color: #46a0d2;
    text-align: center;
}
.fp-viewing-secondPage #menu, .fp-viewing-3rdPage #menu, .fp-viewing-4thPage #menu, .fp-viewing-5thPage #menu{
    top:0;
}
#menu h1{
    height: 115px;
    position: relative;
    top: 75px;
    text-transform: uppercase;
}
#menu h1 a{
    color: #fff;
}
#menu h1 strong{
    font: 42px/1em 'alegreya_sanslight';
    color: #fff;
}
#menu h1 small{
    font: 16px/1em 'alegreya_sans_scmedium';
    color: #26526d;
}
#menu ul{
    padding-top: 20px;
    opacity: 0;
    font: 29px/1.1em 'bebas_neuebold';
    text-transform: uppercase;
    border-top: dashed 1px #fff;
}
#menu ul li a{
    color: #26526d;
}
#menu ul li.active a, #menu ul li:hover a {
    color: #fff;
}
.fp-slidesNav ul li a span {
    height: 10px;
    width: 10px;
    border: 0;
}
.next-section {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 158px;
    height: 58px;
    padding-top: 30px;
    margin-left: -81px;
    border: dashed 2px #fff;
    border-width: 2px 2px 0 2px;
    z-index: 1000;
    font: 21px 'bebas_neuebold';
    color: #fff;
    background: url("../images/arrow-next-section.png") center 13px no-repeat;
    text-align: center;
}
.next-section.toContact {
    background: url('../images/arrow-next-section-contact.png') center 7px no-repeat;
}
.next-section:hover {
    color: #fff;
}

/* Overwriting styles for the navigation dots (to place it where we want)
    * --------------------------------------- */
.fp-slidesNav.bottom{
    bottom: 70px;
}
.fp-slidesNav ul li a span {
    background-color: #fff;
}
.fp-slidesNav ul li a.active span {
    background-color: #e45c5d;
}

/*-------------- ISOTOPE
----------------------*/

#container-mosaic { margin-left: 164px; }
#container-mosaic .item { width: 33.3%; }
#container-mosaic .item.v2 { width: 33.4%; }
#container-mosaic .item img { width: 100%; }



/* General dropdown styles */

.link-contact-info {
    position: absolute;
    right: 140px;
    top: 10px;
    height: 22px;
    padding: 0 5px;
    z-index: 2;
    font: 16px/22px 'bebas_neuebold';
    color: #fff;
    background-color: #479ed3;
}
.dropdown-lang {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 112px;
    height: 22px;
    z-index: 2;
    font: 16px/22px 'bebas_neuebold';
}
.dropdown-lang dd,  .dropdown-lang dt,  .dropdown-lang ul { margin:0px; padding:0px; }
.dropdown-lang dd { position:relative; }
.dropdown-lang a { color:#fff; text-decoration:none; outline:none;}
.dropdown-lang dt a { background:#479ed3 url(../images/arrow-lang.png) no-repeat scroll 90px center; display:block; padding-right:20px; width:112px; height: 22px;}
.dropdown-lang dt a span {cursor:pointer; display:block; padding:0 5px;}
.dropdown-lang dd ul { background:#f4f5f6 none repeat scroll 0 0; color:#45a0d1; display:none; left:0px; padding:0px; position:absolute; top:2px; width:auto; min-width:112px; list-style:none;}
.dropdown-lang span.value { display:none;}
.dropdown-lang dd ul li a { padding:0 5px; display:block; color:#45a0d1;}
.dropdown-lang dd ul li a:hover { background-color:#fff;}
.dropdown-lang img.flag { border:none; vertical-align:middle; margin-left:10px; }

#section0 .slide {
    position: relative;
}
#section0 .txt-slider {
    position: absolute;
    top: 30%;
    right: 0%;
    width: 30%;
}
#section0 .txt-slider.right {
    text-align: right;
    right: 10%;
}
#section0 .txt-slider h1 {
    margin-bottom: 10px;
}
#section0 .txt-slider a {
    display: block;
    width: 60%;
    max-width: 166px;
    padding: 5px 0;
    font: 21px 'bebas_neuebold';
    color: #fff;
    background-color: #e15e64;
    text-align: center;
}
#section0 .txt-slider.right a {
    float: right;
}
#section0 .txt-slider h1 {
    font: 55px 'bebas_neuebold';
    color: #fff;
}
#section0 .txt-slider h1.txt-bleu p {
    color: #45A0D1;
}
#section1 .liste-prod {
    margin-left: 164px
}
#section1 .liste-prod .item {
    margin: 0;
    padding: 0;
}
#section1 .liste-prod .item .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.liste-prod .item:hover .overlay {
bottom:0px !important;
}

#section2 {
    background: url("../images/tempo/img-qualite.jpg") top center no-repeat;
    background-size: cover;
}
#section2 .txt-decouvrir {
    position: absolute;
    top: 13px;
    left: 164px;
    width: 265px;
    height: 296px;
    padding: 10px 12px;
    font: 18px 'alegreya_sanslight';
    background-color: #fff;
}
#section2 .txt-decouvrir strong {
    font: 18px 'alegreya_sansmedium';
}
#section2 .txt-decouvrir p {
    margin-bottom: 10px;
}
#section2 .txt-decouvrir a {
    display: block;
    width: 108px;
    padding: 5px 0;
    margin: 0 auto;
    font: 21px 'bebas_neuebold';
    color: #fff;
    background-color: #e15e64;
    text-align: center;
}
#section3 {
    background: url("../images/tempo/img-services.jpg") top center no-repeat;
    background-size: cover;
}
#section3 ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    padding: 0 0 0 164px;
    font: 18px 'alegreya_sanslight';
    background-color: #fff;
}
#section3 ul li {
    display: inline-block;
    float: left;
    height: 46px;
    padding: 9px 0 0 0;
    background-position: 30px center;
    background-repeat: no-repeat;
}
#section3 ul li:first-child {
    background-image: url("../images/pictos/link-services-1.png");
}
#section3 ul li:first-child:hover {
    background-image: url("../images/pictos/link-services-1-on.png");
}
#section3 ul li:nth-child(2) {
    background-image: url("../images/pictos/link-services-2.png");
}
#section3 ul li:nth-child(2):hover {
    background-image: url("../images/pictos/link-services-2-on.png");
}
#section3 ul li:nth-child(3) {
    background-image: url("../images/pictos/link-services-3.png");
}
#section3 ul li:nth-child(3):hover {
    background-image: url("../images/pictos/link-services-3-on.png");
}
#section3 ul li:hover {
    background-color: #e15e64;
}
#section3 ul li a {
    display: inline-block;
    padding: 5px 20px 0 90px;
    font: 21px 'bebas_neuebold';
    color: #e05e63;
    border-left: solid 1px #e15e64;
}
#section3 ul li:first-child a{
    border: 0;
}
#section3 ul li:hover a {
    color: #fff;
}
#section3 ul li div {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 10px;
    background-color: #e15e64;
    color: #fff;
    margin: 0 0 0 170px;
}
#section3 ul li:hover div {
    display: block;
}
#section3 ul li:hover div:before {
    display: block;
    content: '';
    width: 100%;
    background: #e15e64;
    height: 24px;
    position: absolute;
    opacity: 0;
    top: -24px;
}
#section3 ul li p {
    /*position: absolute;
    top: 70px;
    left: 0;
    padding: 10px;
    margin: 0 10px 0 164px;
    color: #fff;
    background-color: #e15e64;
    display: none;
    */
}
#section3 ul li p:before {
    position: absolute;
    top: -24px;
    left: 10px;
    content: url("../images/arrow-txt-services.png");
}
#section3 ul li:nth-child(2) p:before {
    left: 310px;
}
#section3 ul li:nth-child(3) p:before {
    left: 555px;
}
#section3 ul li:hover p {
    /*display: block;*/
}
footer .links-footer dl dt, footer .links-footer dl dt > a {
    font: 14px 'alegreya_sansregular';
    text-transform: uppercase;
    color: #26526d;
}
footer .links-footer dl a {
    font: 10px 'alegreya_sansregular';
    text-transform: uppercase;
    color: #666666;
}

/*-------------------- PAGES
--------------------------*/

/*----------- HEADER
------------------*/

.page .navbar {
    height: auto!important;
    height: 43px;
    min-height: 43px;
    padding: 0;
    margin:0;
    font: 20px/1em 'bebas_neuebold';
    text-transform: uppercase;
    background-color: #f4f8f9;
    -moz-box-shadow: 0px 2px 3px 0px #797e80;
    -webkit-box-shadow: 0px 2px 3px 0px #797e80;
    -o-box-shadow: 0px 2px 3px 0px #797e80;
    box-shadow: 0px 2px 3px 0px #797e80;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#797e80, Direction=180, Strength=3);
}
.page .navbar-brand {
    position: relative;
    height: 43px;
    padding: 11px 7px 0 0;
}
.page .navbar-brand a {
    font-size: 20px;
    line-height: 21px;
    color: #45A0D1;
}

.navbar-header {
    height: 43px;
}
button.navbar-toggle {
    /*margin-top: 5px;
    margin-bottom: 4px;
	display:none;*/
}
.navbar-collapse.in {
    /*overflow-y: hidden;*/
}
.page .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.page .navbar-nav>li {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #45A0D1;
}
.page .navbar-nav>li>a {
    height: 21px;
    line-height: 21px;
    padding-top: 0;
    padding-bottom: 0;
    color: #45A0D1;
    border-left: solid 1px #45A0D1;
}
.page .navbar-right>li>a {
    border-left: 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.page .navbar-nav>li.active>a, .page .navbar-nav>li>a:focus, .page .navbar-nav>li.active:hover>a, .page .navbar-nav>li:hover>a, .page .navbar-brand a:hover {
    color: #45A0D1;
    background-color: transparent;
    text-decoration: underline;
}
.page  .dropdown-lang {
    position: relative;
    top: 0;
    margin-right: 15px;
    right: 0;
}

.page .liste-prod {
    height: initial;
}
.page .liste-prod .item {
    min-height: 150px;
}
.page .liste-prod .item img {
    position: relative;
    /*left: initial;*/
    left:auto;
    margin-left: 0;
    /*top: initial;*/
    top:auto;
    margin-top: 0;
    width:auto !important;
}

/*------ DROPDOWN HOVER
---------------------*/

.nav.navbar-left li.dropdown:hover > .sous-menu-prod {
    display: block;
}
.nav.navbar-left li.dropdown > .sous-menu-prod {
    width: 700px;
    padding-top: 19px;
    padding-bottom: 0;
    background: url("../images/arrow-sous-menu-prod.png") 18px 2px no-repeat!important;
    border: 0;
}
.nav.navbar-left li.dropdown .ctnt {
    float: left!important;
    width: 100%!important;
    padding: 10px 10px 0 10px;
    background-color: #26526D;
}
.nav.navbar-left li.dropdown:hover > .sous-menu-prod a {
    color: #fff;
}
.sous-menu-prod div.sous-menu-prod-left{
    float: left;
    width: 70%;
    margin-right: 2%;
}
.sous-menu-prod div.sous-menu-prod-left li {
    /*float: left;
    width: 32%;
    height: 43px;
    margin-left: 2%;*/
}
.sous-menu-prod div.sous-menu-prod-left li a {
    float: left;
    font-size: 12px;
    line-height: 12px;
}

.sous-menu-prod div.sous-menu-prod-left li img, .sous-menu-prod div.sous-menu-prod-left li span {
    float: left;
    width: 34px;
    height: 34px;
    margin-right: 8px;
}
.sous-menu-prod div.sous-menu-prod-left li span {
    background-color: #e15e64;
}
.sous-menu-prod div.sous-menu-prod-right {
    float: left;
    width: 28%;
    text-align: center;
}
.sous-menu-prod div.sous-menu-prod-right .btn {
    width: 100%;
    margin-bottom: 20px;
    font: 20px 'bebas_neue_regularregular';
    color: #fff;
    text-transform: uppercase;
    background-color: #e15e64;
    border-radius: 0;
}
.sous-menu-prod div.sous-menu-prod-right dl {
    margin-bottom: 10px;
}
.sous-menu-prod div.sous-menu-prod-right dt {
    display: block;
    margin: 0 0 10px;
    font: 17px 'alegreya_sanslight';
    color: #fff;
    text-transform: uppercase;
}
.sous-menu-prod div.sous-menu-prod-right dd {
    display: block;
}
.sous-menu-prod div.sous-menu-prod-right dd a {
    float: left;
    padding: 3px 5px;
    font: 20px 'bebas_neue_regularregular';
    border: solid 1px #fff;

}
.sous-menu-prod div.sous-menu-prod-right dd a:nth-child(2) {
    float: right;
}

/*----------- FOOTER
------------------*/

footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #E6E6E6;
}
footer .logo-prolac {
    height: 115px;
    /*background: url("../images/logo-prolac-footer.png") center 15px no-repeat;*/
    background: url("../images/logo-prolac-footer-new.png") center 15px no-repeat;
    padding: 15px 0 0;
}
footer .logo-prolac > div {
    width:98px;
    height:98px;
    margin: 0 auto;
    padding: 50px 0 0;
    background-color: #46a0d2;
    text-align: center;
}
footer .logo-prolac > div strong{
    display: block;
    text-transform: uppercase;
    font: 29px/1em 'alegreya_sanslight';
    color: #fff;
}
footer .logo-prolac > div small{
    display: block;
    text-transform: uppercase;
    font: 12px/1em 'alegreya_sans_scmedium';
    color: #26526d;
}
footer .footer-ctnt  {
    padding-bottom: 30px;
    background: url("../images/logo-verre-footer.png") bottom center no-repeat;
}
footer .links-footer-bttm  {
    height: 70px;
    padding-top: 25px;
    text-align: center;
}
footer .links-footer-bttm li  {
    display: inline-block;
    padding: 0 5px;
    line-height: 14px;
}
footer .links-footer-bttm li:before  {
    /* content: "•"; */
    content:"\2022";
    position: relative;
    top: 3px;
    left: -6px;
    font-size: 20px;
    color: #666666;
}
footer .links-footer-bttm li:first-child:before  {
    content: ""
}
footer .links-footer-bttm li a  {
    color: #666666;
}
.contact .champs-obligatoires {
    margin: 20px 0 10px 25%;
}
.page {
    padding-top: 50px;
}
.entete {
    margin-bottom: 10px;
    padding-bottom: 8px;
    background-color: #A3C1D1;
}
.breadcrumb {
    padding: 10px 10px 5px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    font: 12px 'alegreya_sansmedium';
}
.breadcrumb > li + li::before {
    content: "> ";
    padding: 0px 2px;
    color: #000;
}
.breadcrumb a, .breadcrumb > .active {
    color: #000;
}
.breadcrumb > .active {
    font-family: 'alegreya_sansbold';
}
.entete h1 {
    padding: 10px 10px 0;
    font: 21px/1em 'bebas_neuebold';
    color: #26526D;
}
.entete .btn {
    margin: 6px 10px 0 0;
    padding: 3px 5px;
    font: 15px 'bebas_neue_regularregular';
    color: #fff;
    text-transform: uppercase;
    background-color: #e15e64;
    border-radius: 0;
}
.form-tri {
    margin-bottom: 30px;
}
.form-tri dl  {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 11px;
    color: #26526D;
}
.form-tri dl dt {
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 5px 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border: solid 1px #26526D
}
.form-tri dl dt:after {
    background: url('../images/arrow-bottom.png') no-repeat center;
    content: "";
    height: 11px;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    width: 21px;
}
.form-tri dl dd {
    float:left;
    width: 100%;
}
.form-tri .tri-prod dl dd {
    float:left;
    width: 47%;
}
.form-tri .tri-prod dl dd:last-child {
    margin-left: 6%;
}
.form-tri dl li {
    position: relative;
}
.form-tri dl label {
    padding-left: 20px;
    font-weight: normal;
}
.form-tri dl input {
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
}
.form-tri .sepa {
    height: 20px;
    border-bottom: solid 1px #26526D
}
.form-tri input[type=submit] {
    display: block;
    width: 100%;
    height: 21px;
    line-height: 21px;
    color: #fff;
    background-color: #26526d;
    border: 0;
    text-align: center;
}
.form-tri .filter-brand-8,
.form-tri .filter-brand-9 {
    font-weight: bold;
    font-style: italic;
}
.liste-prod, .liste-prod .row {
    height: 100%;
}
.fp-tableCell {
    display: inline-block;
}
.liste-prod .item {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    height: 33.4%;
    text-align: center;
}
.liste-prod .item img {
    position: absolute;
    left: 50%;
  /*  margin-left: -285px;*/
    top: 0;
   /* margin-top: -190px;*/
    width: 100%;
    max-width: 100%;
}
.liste-prod.home .item img {
    margin-left: -50%;
    margin-top:0;
    height: 100%;
    /*margin-top: -152px;*/
   /* margin-top: -159px;*/
}

.item-voir-plus {
    background: #E05E63;
    text-align: center;
    display: table;
}
.item-voir-plus a {
    color: #ffffff;
    vertical-align: middle;
    display: table-cell;
    font-size: 38px;
    line-height: 1em;
}
.liste-prod .item .overlay {
    position: absolute;
    bottom: -100%;
    left: 7.5px;
    right: 7.5px;
    height: 100%;
    background: url("../images/hover-transp.png");
   /* -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;*/
}
.article-slider-mono {
    text-align: center;
    margin-bottom: 20px;
}
.touch .liste-prod .item .overlay {
    bottom: auto;
}
.no-touch .liste-prod .item .overlay {
    bottom: -100%;
}
.liste-prod .item:hover .overlay {
   /* -webkit-transform: translate(0,-400px);
    -moz-transform: translate(0,-400px);
    -o-transform: translate(0,-400px);
    -ms-transform: translate(0,-400px);
    transform: translate(0,-400px);*/
}
@media (max-width: 1024px) {
    .liste-prod .item .overlay {
        bottom:-100%;
    }
}
.liste-prod .item .overlay {
    padding: 8% 5% 0;
    font-family: 'alegreya_sansregular';
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.liste-prod .item .overlay strong {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1em;
}
.liste-prod .item .overlay span {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #E05E63;
}
.liste-prod .item .overlay span a {
    color:#FFF;
}
.page .fiche-prod {
    margin-bottom: 20px;
}
.page .fiche-prod .visuel {
    margin-bottom: 17px;
}
.page .fiche-prod .visuel img {
    width: 100%;
    height: auto;
}
.page .fiche-prod .desc dl {
    margin-bottom: 30px;
    font: 15px 'alegreya_sanslight';
    border-top: solid 1px #45A0D1;
}
.page .fiche-prod .desc dt {
    padding: 5px 0 5px 0;
    font: 15px 'alegreya_sansmedium';
    color: #26526D;
}
.page .fiche-prod .desc dd {
    line-height: 1.1em;
}
.page .fiche-prod .desc dl:first-child {
    border-top: 0;
}
.page .fiche-prod .desc dl:first-child dt {
    padding: 0 0 5px 0;
    font: 21px 'bebas_neue_regularregular';
    color: #45A0D1;
    text-transform: uppercase;
}
.desc table tr td:first-child {
    padding: 0 20px 0 0;
}
table.caracteristiques {
    width: 100%;
    margin-bottom: 10px;
    font: 14px 'alegreya_sanslight';
}
table.caracteristiques tr:nth-child(odd) {
    background-color:#f2f2f2;
}
table.caracteristiques tr td {
    padding: 4px 10px;
}
table.caracteristiques tr:nth-child(even) td {
    padding: 10px;
}
table.caracteristiques tr td:first-child {
    width: 72px;
    font-family: 'alegreya_sansmedium';
    color: #26526D;
}
.page .fiche-prod .btn {
    width: 100%;
    height: 32px;
    margin-bottom: 5px;
    font: 15px 'bebas_neue_regularregular';
    color: #fff;
    border-radius: 0;
    text-align: center;
    background-color: #E05E63;
}
.page .fiche-prod .btn.btn-dl {
    color: #E05E63;
    background-color: #fff;
    border: solid 1px #e05e63;
}
.page .fiche-prod .btn.btn-dl:before {
    position: relative;
    left: -10px;
    content: url("../images/pictos/dl.png");
}

.page .article ul li {
    padding-left: 20px;
    position: relative;
}
.page .article ul li:before {
    content: '';
    background-color: #45A0D1;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 7px;
}
.page .article ul li > ul > li {
    padding-left: 10px;
    position: relative;
}
.page .article ul li > ul li:before {
    content: '';
    background-color: #A3C1D1;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 8px;
}
/*
   Début
   owl carrousel sur page produit & article
*/
.article-slider {
    margin-bottom: 20px;
}
.article-slider .owl-wrapper-outer {
    height: 100%;
}
.article-slider .owl-item img{
    display: inline-block;
    width: 100%;
    height: auto;
}
.article .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -95px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url('../images/icon-prev.png') no-repeat;
    height: 181px;
    width: 91px;
    text-indent: -9999px;
    float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url('../images/icon-next.png') no-repeat;
    height: 181px;
    width: 91px;
    text-indent: -9999px;
    float: right;
}
.fiche-prod .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -96px;
}
/*
   Fin
   owl carrousel sur page produit & article
*/
.page article {
    font: 15px 'alegreya_sanslight';
}
.page article h2, .page article h2 > a {
    margin-bottom: 10px;
    font: 21px 'bebas_neue_regularregular';
    color: #45A0D1;
    text-transform: uppercase;
}
.page article p, .page article h2 + a > p {
    margin-bottom: 20px;
    color: #333;
}
.page article em {
    display: block;
    font-family: 'alegreya_sansmedium';
}
.page article .visuel img {
    width: 100%;
    height: auto;
}
.page .liste-articles article  {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: solid 1px #45A0D1;
}
.page .liste-articles article div:nth-child(2)  {
    position: static;
    padding-bottom: 40px;
}
.page .liste-articles article:first-child  {
    padding-top: 0px;
    border-top: 0;
}
.page .liste-articles article .btn {
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 3px 25px;
    font: 15px 'bebas_neue_regularregular';
    color: #fff;
    border-radius: 0;
    background-color: #E05E63;
}
.page .form-conseil legend {
    margin: 20px 0 15px;
    font: 21px 'bebas_neue_regularregular';
    color: #45A0D1;
    text-transform: uppercase;
    border: 0;
}
.page .form-conseil .form-conseil > p {
    margin-bottom: 30px;
}
.page .form-conseil .form-group {
    margin-bottom: 10px;
}
.page .form-conseil .form-group label {
    font: 15px 'alegreya_sansmedium';
}
.page .form-conseil .form-group.code-captcha {
    height: 45px;
}
.page .form-conseil .form-group.code-captcha label {
    width: 100%
}
.page .form-conseil .form-group.code-captcha span {
    float: left;
    width: 105px;
    height: 22px;
    margin-right: 5px;
    text-align: center;
}
.page .form-conseil .form-group.code-captcha input {
    float: left;
    width: 78px;
}
.page .form-conseil input[type=text], .page .form-conseil textarea {
    width: 100%;
    height: 30px;
    background-color: #ecf0f3;
    border-color: #ecf0f3;
    border-radius: 0;
    box-shadow: none;
}
.page .form-conseil textarea {
    height: 270px;
    resize: none;
}
.page .form-conseil .has-success input[type=text], .page .form-conseil .has-success textarea  {
    border-color: #3c763d;
}
.page .form-conseil .has-error input[type=text], .page .form-conseil .has-error textarea  {
    border-color: #a94442;
}
.page .form-conseil small  {
    font: 10px 'alegreya_sanslight';
}
.page .form-conseil input[type=submit] {
    margin-bottom: 20px;
    padding: 3px 25px;
    font: 15px 'bebas_neue_regularregular';
    color: #fff;
    border-radius: 0;
    background-color: #E05E63;
}

/*------------- MEDIAQUERIES
--------------------------*/
@media (max-width: 991px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev,
    .owl-theme .owl-controls .owl-buttons .owl-next {
        background-size: contain;
        width: 50px;
        height: 100px;
    }
    .article .owl-theme .owl-controls {
        margin-top: -55px;
    }
    .fiche-prod .owl-theme .owl-controls {
        margin-top: -55px;
    }
    .article .content-view-embeddedmedia img {
        width: 100%;
    }
    .page .liste-prod .item img {

	    top: 0px;
        margin-top: 0;
	    height: auto;
    }

}
@media (max-width: 767px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev,
    .owl-theme .owl-controls .owl-buttons .owl-next {
        background-size: contain;
        width: 30px;
        height: 66px;
    }
    .article .owl-theme .owl-controls {
        margin-top: -38px;
    }
    .fiche-prod .owl-theme .owl-controls {
        margin-top: -38px;
    }
    .page .liste-prod .item img {
    }
}

@media (max-width: 767px) {
    html {
        width: 100%;
    }
    .container {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .liste-prod .item .overlay strong {
        font-size: 30px;
    }
    .liste-prod .item .overlay span {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .liste-prod .item .overlay strong {
        margin-bottom: 20px;
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 940px) {
    #section3 ul {
        padding: 0 0 0 164px;
    }
    #section3 ul li a {
        padding: 8px 15px 0 70px;
        font-size: 16px;
    }
    #section3 ul li p:before {
        left: 10px;
    }
    #section3 ul li:nth-child(2) p:before {
        left: 240px;
    }
    #section3 ul li:nth-child(3) p:before {
        left: 425px;
    }
}
@media (min-width: 768px) {
    .form-tri dl dd {
        display: block!important;
    }
}
@media (max-width: 767px){
    #section0 .fp-controlArrow {
        display: none;
    }
    #section0 .txt-slider h1 {
        font: 38px 'bebas_neuebold';
        color: #fff;
    }
    /*#section3 ul li:last-child {
        display: none;
    }*/
}
@media (max-width: 767px){

	#menu{display: none}

	#section1 .liste-prod{margin-left:0px}
	#section1 .liste-prod .col-xs-6 {width:33%}

	#section1 .liste-prod .item .overlay{
		position: absolute;
		bottom: -100%;
	}

	.liste-prod.home .item img{
		height:100%;
		margin: 0px;
		position:relative;
		left: 0%;
		top:0%;
		width: auto;
	}




	#section3 ul li{background: none !important; margin: 0px}
	#section3 ul li:first-child:hover{background: none; }
	#section3 ul {padding: 0px ; background: none; margin: 0px}
	#section3 ul li {height: auto; background: none}
	#section3 ul li a {
		padding: 0px;
		background-image: none;
		background-color: #e15e64;
		display: block;
		width: 100%;
		font-size: 27px;
		text-align: center;
		color: white;
		line-height: 46px;
	}


	#section1 .item-voir-plus a{font-size:28px}



	#section3 ul li p:before{content: '';}

	#section3 ul li p{
		display: block;
		position:relative;
		margin:0px;
		width: 33%;
		top:0px;

	}
	#section2 .txt-decouvrir
	{
		top: 10%;
		left: 10%;
		width: 80%;

	}

    .page .dropdown-lang  {
        height: auto;
        margin-left: 15px;
    }
    .page .dropdown-lang dd ul {
        position: static;
    }
    .page .navbar-nav>li {
        float: left;
        width: 100%;
    }
    .page .navbar-nav>li>a {
        border: 0;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }
    .nav.navbar-left li.dropdown:hover {
        height: auto;
    }
    .nav.navbar-left li .sous-menu-prod {
        position: static;
    }
    .nav.navbar-left li.dropdown:hover > .sous-menu-prod {
        width: 100%;
    }
    .nav.navbar-left li.dropdown:hover > .sous-menu-prod:before {
        content: "";
    }
    footer .footer-ctnt  {
        padding-bottom: 0;
        background: none;
    }
    footer .links-footer-bttm {
        padding-top: 25px;
    }
    .form-tri dl dd {
        display: none;
    }
    .form-tri .tri-prod dl dd {
        width: 100%;
    }
    .form-tri .tri-prod dl dd:last-child {
        margin-left: 0;
    }
    .form-tri .sepa {
        height: 0;
        border: 0;
    }
    .liste-prod .item .overlay strong {
        font-size: 18px;
    }
    .fiche-prod .btn {
        width: 300px;
    }
    .form-tri input[type="submit"] {
        width: auto;
        height: 26px;
        line-height: 26px;
        padding: 0 15px;
        margin: 0 auto;
        font-size: 20px;
    }
    .page .liste-articles article   {
        margin-bottom: 0;
    }
    .page .liste-articles article .visuel  {
        margin-bottom: 20px;
    }
    .page .liste-articles article div div {
        text-align: center;
    }
    .page .liste-articles article .btn {
        margin-bottom: 20px;
    }
}
@media (max-width: 600px){
    .sous-menu-prod div.sous-menu-prod-left {
        width: 100%;
        margin-right: 0;
    }
    .sous-menu-prod div.sous-menu-prod-right {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .sous-menu-prod div.sous-menu-prod-right .btn {
        float: left;
        width: 200px;
        margin-right: 50px;
    }
    .sous-menu-prod div.sous-menu-prod-right dl {
        padding-top: 10px;
    }
}

/*
@media (max-width: 480px){
    #section1 .liste-prod .item {
        width: 100%;
        height: auto;
    }
    .sous-menu-prod div.sous-menu-prod-left li {
        float: left;
        width: 45%;
        height: 43px;
        margin-left: 10%;
    }
    .sous-menu-prod div.sous-menu-prod-left li:nth-child(3n+1)  {
        margin-left: 10%;
    }
    .sous-menu-prod div.sous-menu-prod-left li:nth-child(odd)  {
        margin-left: 0;
    }
    .sous-menu-prod div.sous-menu-prod-right .btn  {
        float: none;
        margin: 0 auto;
    }
    .sous-menu-prod div.sous-menu-prod-right dl {
        clear: both;
        width: 300px;
        margin: 0 auto;
    }
    .liste-prod .item .overlay strong {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .page .breadcrumb {
        display: none;
    }
    .page form fieldset {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 320px){
    footer .logo-prolac {
        display: none;
    }
    footer .links-footer-bttm {
        height: auto;
        padding: 60px 0 25px;
        background: url("../images/logo-prolac-s-footer.png") center 15px no-repeat;
    }
    .liste-prod .item .overlay strong {
        font-size: 14px;
    }
    .liste-prod .item .overlay span {
        padding: 3px 5px;
        font-size: 12px;
    }
}
*/
@media screen and (max-width: 768px){

	.display_mobile_only{
		display: block;
	}

	#section3 ul{
		display: none;
	}

	#section0 .txt-slider{
		right: auto !important;
		width: 100% !important;
		padding: 10% !important;
		text-align: center;
	}

	#section0 .txt-slider a{
		margin: 0 auto;
	}

    .liste-prod .item:hover .overlay {
       /* -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
        -o-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        transform: translate(0,-100%);*/
    }
}

.home_service_mobile{
	width: 80%;
	/* height: 296px; */
	padding: 3%;
	font: 18px 'alegreya_sanslight';
	background-color: #fff;
	margin: 10%;
}


@media screen and (max-height: 480px){

    #section0 .txt-slider{
        top:10%
    }


    #section2 .txt-decouvrir
    {
        top: 5%;
        height: 257px;
        padding: 10px 12px;
        font: 17px 'alegreya_sanslight';
        background-color: #fff;

    }

    .liste-prod .item .overlay strong{font-size:12px;}
    .liste-prod .item .overlay span{font-size:12px;}
}