/*
Theme Name: Bridge Lesaffre
Theme URI: http://www.lesaffre.com/
Description: Lesaffre base theme
Author: Nikita Creative Business
Author URI: http://www.nikita.fr/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url("bridge28.css");
@import url("lesaffre-blue.css");


/* Header Custom CSS */

header .header_inner_left {
  position: initial;
}    
.header_top {
  line-height: 0;
  height: 0;
}
.header_top .left {
  display: none;
  width: 100%;
  height: 500px;
  background: url(img/map.png) #00a9af;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.header_top .left > div > div:nth-child(1) {
  width: 100%;
}
.header_top .right {
  width: 0;
  display: none;
}


header.sticky .header_bottom, .header_top_bottom_holder {
    box-shadow: 0 2px 8px rgba(0,0,0,.11);
}

.header_inner_right a {
    font-weight: 600;
    text-transform: uppercase;
    color: #474751;
}
.header_bottom_widget.widget_icl_lang_sel_widget {
    display: inline-block;
    vertical-align: middle;
    margin-top: 16px;
}
.header_bottom_widget.widget_text_icl {
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width:1000px) {
    .header_bottom_widget.widget_text_icl {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
  .header_bottom_right_widget_holder {
    display: table-cell;
  }
}
@media only screen and (min-width:1000px) {
    .header_inner_left {
        margin-left: 24px;
    }
    .header_inner_right {
        margin-right: 24px;
    }
}
#group_link {
  padding-right: 20px;
}
#group_link.off {
    background: url(img/icl-nav-arrow-up.png) transparent right no-repeat;
}
#group_link.on {
    background: url(img/icl-nav-arrow-down.png) transparent right no-repeat;
}
#lang_sel {
  margin-left: 20px;
}
#lang_sel li {
    width: 126px;
}
#lang_sel, #lang_sel a, #lang_sel a:visited, #group_link, #group_link a, #group_link a:visited {
  font-family: Lato, 'sans-serif';
  font-size: 14px;
  color: #4f4f51;
}
#lang_sel a:hover, #group_link a:hover {/* grrr, poids css */
  color: #81c350;
}
#lang_sel a.lang_sel_sel {
    background: url(img/icl-nav-arrow-down.png) transparent right no-repeat;
}
#lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited {
    background-color: transparent !important;
}
#lang_sel a.lang_sel_sel:hover {
    background-color: #eeeeee !important;
}
#lang_sel li ul a, #lang_sel li ul a:link, #lang_sel li ul a:visited {
    background-color: #ffffff !important;
}
#lang_sel li ul a:hover {
    background-color:#eeeeee !important;
}
#lang_sel a, #lang_sel a:visited {
    border: 0 !important;
}
#lang_sel ul ul {
    border-top: 0 !important;
    top: 24px !important;
}
#lang_sel ul ul li {
    box-shadow: 0 2px 8px rgba(0,0,0,.11);
}

header .q_social_icon_holder.normal_social{
       margin-left: 32px!important;
       top: 2px!important;
} 

header.sticky #lang_sel li {
    width: 56px;
    text-indent: -9999px;
}
header.sticky #group_link {
    display: none;
}
header.sticky #lang_sel li img {
    position: relative;
    left: 9999px;
}
@media only screen and (max-width: 1000px) {
  header.page_header {
    position: fixed !important; 
  }

  .content {
    margin-top: 60px !important;    
  }
  header.has_top ~ .content {
    margin-top: 60px !important;    
  }
  .side_menu_button, .shopping_cart_inner, .side_menu_button {
    height: 60px !important;
  }
  .q_logo {
    top: -20px;
  }
  .q_logo a {
    height: 60px !important;
  }
  header #lang_sel {
      margin-left: 0;
  }
  header #lang_sel li {
      width: 56px;
      text-indent: -9999px;
  }
  header #group_link {
      display: none;
  }
  header #lang_sel li img {
      position: relative;
      left: 9999px;
  }
}
.mail_button {
    margin-left: 20px;
    margin-right: -6px;
    font-size: 18px;
}
.side_menu_button>a.search_button {
    vertical-align: top;
}

/* Page Title Custom CSS */
.title.has_background .title_holder {
  border-bottom: solid 9px #164189;
}
.title.has_background {
  background-size: cover !important;
}
.title.has_background h1 {
  color: #ffffff;
}
.container_inner {
    width: 89%;
    margin: 0 5.5%;
}
.title {
    //amargin-bottom: 50px;
}
.title_subtitle_holder h1 {
    padding-top: 26px;
    margin-left: -2px;
}
.subtitle {
    margin-top: -8px;
}
.breadcrumb {
    font-weight: 400px;
    font-size: 12px;
    text-align: left;
    top: -38px;
    left: 0;
}
.breadcrumb, .breadcrumb .current, .breadcrumb a {
    color: #ffffff;
}
.breadcrumb .current {
    font-weight: 600;
}
.breadcrumb a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumbs_inner .current {
  font-weight: bold !important;
}

.no-subtitle .title_subtitle_holder {
    margin-top: -20px;
}
.no-subtitle .title_subtitle_holder h1 {
    padding-top: 26px;
}
.no-subtitle .breadcrumb {
    top: -28px;
}
@media only screen and (max-width: 768px) {
    .title.title_size_large h1 {
        font-size: 32px !important;
        line-height: 34px !important;
        margin-top: -6px !important;
    }
    .breadcrumb {
        //top: -36px !important;
        display: none;
    }
    .aaaa___parallax_section_holder {
    	background-position: 54% -200px !important;
    }
}

/* Push blocks */

.push_menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: none;
}
.push_menu .full_section_inner {
  width: 1130px;
  margin: 0 auto;
}
.push_menu .vc_column_container>.vc_column-inner {
  padding: 0;
}
.push_menu .vc_single_image-wrapper {
  background-size: cover;
  display: block;

  /*
  z-index: 0;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  overflow: hidden;
  */
}
.push_menu a:hover .vc_single_image-wrapper {
  /*
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 1200ms;
  -moz-transition-duration: 1200ms;
  transition-duration: 1200ms;
  */
}
.push_menu .vertical .vc_single_image-wrapper {
  height: 470px;
}
.push_menu .horizontal .vc_single_image-wrapper {
  height: 235px;
}
.push_menu .horizontal.readmore h2 {
  width: 100%;
  text-align: center;
  margin: -165px 0 0;
}
.push_menu .horizontal.readmore a:hover .qbutton {
    background-color: #ffffff;
    color: #164189;
    border-color: #164189;
}


.push_menu h2 {
  position: absolute;
  color: #ffffff;
  font-size: 31px;
  font-weight: 900;
  margin: -56px 15px 8px;
}
.push_menu span {
  position: absolute;
  margin-top: -62px;
  left: 0;
  width: 100%;
  height: 62px;
  font-size: 31px;
  font-weight: 900;
  opacity: 0.75;
}
.push_menu i.fa {
  color: white;
  position: absolute;
  margin-top: -53px;
  font-size: 36px;
  float: right;
  right: 15px;
}
.push_menu span, .push_menu h2, .push_menu i.fa {
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}
.push_menu span {
  -webkit-transition: margin-top 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, height 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: margin-top 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, height 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.push_menu .vertical a:hover span {
  margin-top: -470px;
  height: 470px;
}
.push_menu .horizontal a:hover span {
  margin-top: -235px;
  height: 235px;
}
.push_menu .turquoise span {
  background-color: #00A9AF;
}
.push_menu .bluegreen span {
  background-color: #135975;
}
.push_menu .yellow span {
  background-color: #ffcc00;
}
.push_menu .green span {
  background-color: #86bc25;
}
.push_menu .majenta span {
  background-color: #e60060;
}
.push_menu .bluesky span {
  background-color: #c8daef;
}
.push_menu .greendark span {
  background-color: #006751;
}
.push_menu .brown span {
  background-color: #582819;
}
.push_menu .orange span {
  background-color: #f18700;
}
.push_menu .redbordeaux span {
  background-color: #8f2746;
}


@media only screen and (max-width: 768px) {
  .push_menu .full_section_inner {
    width: 100%;
  }
  .push_menu h2 {
    padding-left: 15px;
  }
  .push_menu .horizontal h2 {
    padding: 0 15px 0 0;
  }
  .push_menu .horizontal:not(.readmore) h2 {
    padding: 0 0 0 15px;
  }
  .push_menu .vertical a:hover span {
    margin-top: -235px;
    height: 235px;
  }
  .push_menu i.fa.fa-angle-right {
    right: 30px;
  }
  .push_menu .vertical .vc_single_image-wrapper {
    height: 235px;
  }
  
}


/* Popup Menu */

.popup_menu_holder_inner {
    padding: 16px 0;
    vertical-align: initial;
}

.q_logo .popup {
    display: none;
}
nav.popup_menu ul li a, nav.popup_menu ul li h6 {
    text-transform: initial;
    font-size: 32px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 1px;
    border-bottom: solid 1px #ddd;
}
nav.popup_menu ul li.open_sub a, nav.popup_menu ul li.open_sub h6 {
    border-bottom: 0;
}

nav.popup_menu ul li.has_sub li:last-child {
    margin-bottom: 10px;
}

nav.popup_menu ul {
    width: 70%;
    margin-left: 15%;
}
nav.popup_menu ul li ul li a, nav.popup_menu ul li ul li h6 {
    line-height: 32px;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}
nav.popup_menu ul li ul {
    border-bottom: solid 1px #ddd;
    width: 100%;
    margin-left: 0;
}
.popup_menu_widget_holder {
    margin: 42px 0 0;
}

/* Scale Pastille */

.scale_hover a img {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: -moz-transform 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  overflow: hidden;
}

.scale_hover a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-duration: 1200ms;
  -moz-transition-duration: 1200ms;
  transition-duration: 1200ms;
}



/* LayerSlider */

.titlelayer {
font-family: lato; 
font-size:5.5em; 
font-weight:800; 
color:#fff;
display:block;
}

.exposant{
position: relative;
bottom: 1px;
font-size: .8em;
line-height: .8em;
vertical-align:super;
text-decoration:none;
}

.textlayer {
font-family: Lato;
font-size: 100%;
display:block;
margin-top:5px;
}

@media screen and (max-width: 340px) {
.titlelayer {
font-family: lato; 
font-size:33px; 
font-weight:800; 
color:#fff

}

.textlayer {
font-family: Lato;
font-size: 160%;
margin-top:5px;
}
}

.ls-nav-next, .ls-nav-prev {
  opacity: 1 !important;
  border:none !important;
  visibility: visible !important;
  display: inline-block !important; 
  background: none !important;
}
.ls-nav-prev:after, .ls-nav-next:after {
    font-size: 68px;
    opacity: 0.5;
    font-weight: 100;
}
.ls-slide a:hover {
    color: #164189;
    text-decoration: initial;
}
.ls-fullwidth .ls-bottom-slidebuttons a {
    background-image: url(img/skin.png) !important;
}
/*
.ls-wp-fullwidth-helper {
    left: 15px !important;
}
*/
/*
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .ls-l {
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 1000px) {
    .ls-l {
        margin-left: -8.7% !important;
    }
}
*/
@media only screen and (max-width: 768px) {
    .ls-l {
        margin-top: -10px !important;
    }
    .ls-slide .qbutton {
        margin-top: 15px !important;
        font-size: 16px !important;
    }
    .ls-nav-prev:after, .ls-nav-next:after {
        font-size: 40px !important;
        margin-top: -20px !important;
    }
    .ls-fullwidth .ls-nav-prev {
        left: -3px !important;
    }
    .ls-fullwidth .ls-nav-next {
        right: -3px !important;
    }
    .ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
        margin-top: -16px !important;
    }
    
    
    .ls-slide { min-height: 140px !important; }
    img.ls-l.ls-preloaded {
        width: 150px !important;
    }
    h5.ls-l {
        font-size: 9px !important;
        margin-top: 5px !important;
    }
    h2.ls-l {
        font-size: 14px !important;
    }
    img.ls-l.ls-preloaded {
        min-height: 150px !important;
    }
    div#layer_slider_1 {
        height: 151px !important;
    }
    .ls-inner {
        min-height: 151px !important;
    }

}

/* Footer Custom CSS */
.footer_bottom {
    font-size: 16px;
}
.footer_bottom .q_social_icon_holder .fa-stack {
    margin-top: 30px;
}

/* Blog */

 .latest_post_holder.boxes ul li, .latest_post_holder.dividers ul li {
  background:none;
}

.post_image img{
  width:50%;
  height:auto;
}

.blog_holder article, .blog_holder.masonry article {
    border-bottom:  none;
}

.comment_holder, .post_text_inner .dots, .post_text_inner .post_comments, .post_text_inner .blog_like, .post_text_inner .blog_share , .post_text_inner .qode_share {
  display: none;
}

.latest_post_title a {
  color:#fff;
  font-weight:bold;
  font-size:24px;
}
.latest_post_text_inner p {
  color:#ffffff;
  font-size:18px;
}

.date_hour_holder .date{
  color:#ffffff;
  font-size:18px;
  font-style: italic;
}

.blog_single{
}

@media screen and (min-width: 640px)  {
.blog_single{
width: 900px;
margin: auto;
}
}

/* Homepage */

.testimonial {
   padding-top:0;
}

.testimonials_c_holder .flex-control-nav {
    margin-top: 0;
}

.testimonials_c_holder .testimonial_content_inner {
    padding: 40px 45px 10px;
}

.testimonial_title_holder h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Contact */

.contact_info .q_icon_with_title {
  margin-bottom: 20px;
}


/* Others */

.full_section_inner,.paddingOn {
    padding-top:60px !important;
    padding-bottom:60px !important;
}
.noPadding .full_section_inner {
    padding-top:0  !important;
    padding-bottom:0  !important;
}

.noPadding .vc_column_container {
    padding: 0;
}

.vc_column-inner {
  padding:0;
}


.centrage{
    text-align:center;
}

.wpb_gallery.width-auto li {
  width: auto!important;
}

/* mobile phone */
@media all and (max-width: 768px) {
    .centrage {
        height:auto;
        margin-bottom:40px;
    }
    .vc_column_container {
        padding: 0px 0;
    }
    .full_section_inner, .paddingOn {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    h3 {
        margin-top: 20px;
    }
}

.qbutton {
    letter-spacing: 0;
    font-weight: 600;
}
.centrage .qbutton {
    margin: auto 0;
    top: 16px;
    margin-bottom: 16px;
}

.qbutton.white {
    background-color: #00a9af;
}
.qbutton.white:hover {
    background-color: #ffffff;
}

.q_image_with_text_over table td {
    padding: 0;
    vertical-align: middle;
}

.q_image_with_text_over table td:hover {
    padding: 0;
    vertical-align: middle;
}

.q_image_with_text_over table td a {
  color:#fff;
}
.q_image_with_text_over table td a:hover {
  text-decoration:underline;
}


/* Newsletter */

.widget_wysija input[name="wysija[user][email]"] {
	font-size: 14px;
	margin-top: 10px;
}

.wysija-submit-field {
 margin: auto;
 margin-bottom: 20px;
 margin-top: 10px !important;
 background-color: #00a9af;
 color: #ffffff;
 font-family: 'lato', sans-serif;
 font-size: 14px;
 padding-left: 20px;
 padding-right: 20px;
 font-weight: 600;
 display: inline-block;
width: auto;
height: 39px;
padding: 0 23px;
border:none;
cursor: pointer;

}

.wysija-submit-field:hover {
 margin: auto;
 margin-bottom: 20px;
 margin-top: 10px !important;
 background-color: #ffffff;
 color: #00a9af;
 font-family: 'lato', sans-serif;
 font-size: 14px;
 padding-left: 20px;
 padding-right: 20px;
 font-weight: 600;
 display: inline-block;
width: auto;
height: 39px;
padding: 0 23px;
border: solid 1px #00a9af;
cursor: pointer;

}

.formErrorContent {
background: none !important;
border: none !important;
color: #FFFFFF;
font-family: 'lato', sans-serif !important;
font-size: 12px !important;
padding: 4px 5px !important;
position: relative;
width: 120px !important;
z-index: 5001;
}

.widget_wysija_cont .allmsgs .updated{
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
 background-color: #00a9af !important;
 border: none !important;
 color: #ffffff !important;
}

/* BACKGROUND TESTIMONIAL */

.testimonials_c_holder .testimonial_content_inner {
    background: none;
    box-sizing: border-box;
    padding: 60px 45px;
    text-align: center;
}


/*

.largeurImageLesaffre{
  display: block;
  width: 15%;
}

.largeurTexteEncartLesaffre {
  display: block;
  width: 35%;
}

@media all and (max-width: 768px) {
    .largeurImageLesaffre {
        margin-left: auto;
        margin-right: auto;
        width: 175px;
    }
    .largeurTexteEncartLesaffre{
        width: 100%;
        text-align: center;
    }
}

.titreTranche{
    font-weight: 900;
    color: #132a37; 
    text-align: center;
    font-size: 52px;
    line-height: 84px;
    color: #132a37;
    margin-top: 20px;
}

.separateur {
  border: solid 1px #0f0  !important;
  padding-top: 400px !important;
  clear: both;
}
*/



