@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}

body.category #article_img {
  
   height: 350px;
  
}

body.home .wpb_content_element {
  
   margin-bottom: 10px !important;
}

.wrapper {
 padding: 10px 0 !important;
}

.description button {
    background: transparent !important;
    border: 0 !important;
    color: #999;
    font-size: 13px;
    outline: none !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.description p {
   margin-bottom: 10px !important;  
}


a {

   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

article {
  
  padding-top: 8px;
  
}


#article_content h1 {

    font-size: 30px;
    color: #999;
    padding: 60px 0 15px;
}

#article_content .prod-list a {

     color: #999;
    text-decoration: none;
}

#article_img {
  
    max-height: 460px;
    object-fit: cover;
    
}


.img_article {

   min-height: 300px
}

.img_article img {

      max-height: 460px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.img_article {

   border: 1px solid #eee;
}


#article_content .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #999;
    border: 1px solid #999;
    padding: 15px 45px 14px;
    background: white !important;
    border-radius: 0;
    margin-top: 40px;
    display: table;
}

#info_tableau {

   margin-bottom: 40px;
}

.post-navigation {

   display: none !important
}

body.search-results .col-md-12 {
 padding-top: 8px; 
}

body.archive .page-title {

   display: none;
}


.navbar-brand {

   display: block !important;
   text-align: center;
   margin: 0 auto !important;
   padding: 35px 0

}

.entry-header, .dropdown-toggle::after, .no-results h1, .mfp-counter {

display: none !important;
}

.no-results p {
  color: #999;
}

.parent_bg:hover img {
  
   opacity: 0.8
}

body.search-results .col-md-4 > *:nth-child(3n+4) {
  clear: left;
}


.bg-dark {
background: #fff !important;
padding: 35px 0 10px;
}

.breadcrumb-container {
    position: relative;
    top: -21px;
}


.navbar-dark .navbar-nav .nav-link {

    color: #999!important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding-left: 0;
    padding-right: 30px;
}


.navbar {

   margin-bottom: 20px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  
  color: #212529!important;
  
}

.navbar-dark .navbar-nav .current-menu-item .nav-link {

    color: #000 !important;

}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
 background: transparent !important; 
  
}


.navbar-expand-md .navbar-nav .dropdown-menu li {
  
  display: inline-block;
}

.dropdown-menu.show {
  
 display: inline-block;
 padding: 0;
 margin: 0;
}


.navbar-dark .dropdown-item {
  
padding: 0;
color: #999 !important;
font-size: 13px;
}

.navbar-dark .dropdown-item:after {
   content: " - ";
  color: #999;
  padding: 0px 15px;
  
}

.navbar-dark .dropdown-item:hover {

       color: #212529!important;
       background: transparent;
}


ul.dropdown-menu li:last-child .nav-link:after, .navbar-dark .navbar-nav .dropdown-menu .no-separator .nav-link:after

{
    
  content: " " !important;
  
}



.dropdown-menu {
 padding: 0; 
 margin: 0;
 line-height: 18px;

  
}



.dropdown-menu {
  
min-width: 850px;
border: 0 !important;
left: 45px;
}


.navbar-dark .navbar-nav .wpml-ls-item-fr .nav-link:after  {
  content: " / ";
  position: relative;
  padding-left: 5px;
  color: #999;
}

.navbar-dark .navbar-nav .wpml-ls-item-en .nav-link {
  
  padding-left: 0;
  padding-right: 0
}

.navbar-dark .navbar-nav .wpml-ls-current-language .nav-link {
  
  color: #222 !important;
}


.navbar-dark .navbar-nav .wpml-ls-item-en .nav-link:before, .navbar-dark .navbar-nav .wpml-ls-item-fr .nav-link:before {
  

    content: " ";
    padding-right: 0
}






/* BANNER */


#custom_banner {

  background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#custom_banner:hover {
  

  opacity: 0.8

}





#wrapper-footer li, #wrapper-footer p  {

color: #999;
font-size: 11px;

}

.info-footer p {
margin-bottom: 5px !important;
}

.bottom-line {

padding-top: 6px;
padding-right: 39px;

}

#wrapper-footer li {

    display: inline-block;
    vertical-align: top;

}


#wrapper-footer ul li:before  {
  content: " - ";
  position: relative;
  padding: 0 3px;
  color: #999;
}


#wrapper-footer ul li:first-child:before {

   content: " ";
}



.info-footer input {
 
    border: none;
    border-bottom: 2px solid #eee;
    width: 180px;
    outline: none;
    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
   
}


.info-footer input[type="submit"] {
    width: 100%;
    padding: 15px;
    color: #999;
    background: transparent;
    font-weight: 600;
    border: 1px solid #999;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    cursor: pointer;

}

.newsletter p {
 font-weight: 600;
 margin-bottom: 0 !important;
}

.info-footer a {
 text-decoration: none !important; 
  
}


.sig-footer {

    margin-top: 20px;
}

.sig-footer {

    padding-left: 8px;
}




.top-sep-footer {
    
    background: #999;
    height: 1px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;

}

#colophon a {
 color: #999; 
}


.top-text {
   color: #999;
    font-size: 11px;
    transform: rotate(-90deg);
    position: absolute;
    font-weight: 600;
    width: 100px;
    height: 100%;
    left: -16px;
}

#arianne ul li:last-child a {
    color: #000 !important;
}

#arianne ul .separator:last-child {
display: none;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 1px 15px 0;

}

#single-prod h2 {
color: #999;
font-size: 25px;
font-weight: 500;
padding: 50px 0 15px;
}

#single-prod h3 {
    
    font-size: 18px;
    color: #222;
    padding-bottom: 20px;
    font-weight: 500;

}

#single-prod a {
color: #999;
text-decoration: none;
}

#single-prod a:hover {
color: #222;
}

#single-prod p {
font-size: 13px;
font-weight: 500;
margin-bottom: 5px;
}

ul.prod-list li{

color: #999;
text-transform: uppercase;
font-size: 12px;
}


ul.prod-list li:after, ul.prod-list li:first-child:before {
    background: #999;
    height: 1px;
    width: 150px;
    content: "";
    display: block;
    position: relative;
    margin: 10px 0 10px;
}


#expo-catalog {
padding-bottom: 40px;
}

#expo-catalog .wpb_content_element {

margin-bottom: 5px !important;

}

#expo-catalog p, #expo-catalog h2 {
line-height: 20px;
margin-bottom: 5px;
font-size: 15px;
}

.grey-p {

color: #999;
}

.black-p {

    color: #000;
}

#contact-section input, #contact-section textarea  {

    border-bottom: 1px solid #999 !important;
    border: 0;
    font-size: 13px;
    margin-bottom: 30px !important;
    border-radius: 0;
}

#contact-section .wpcf7 textarea {
height: 45px;
}

#contact-section label {
font-size: 14px;
color: #999;
}

#contact-section .wpcf7 input[type=submit] {
    background: transparent;
    color: #999;
    border: 1px solid #999 !important;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    float: right;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 20px;
}

#contact-section .wpcf7 {
 max-width: 100%; 
}


#contact-section .form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {


    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;

}


#contact-info-page p {

font-size: 12px;
color: #999;
line-height: 10px;

}

div.wpcf7-mail-sent-ok {
  border: 0 !important;
  color: #999 !important;
  
}


#contact-info-page h2 {

  font-size: 20px;
  color: #999;
}

#contact-info-page img {

  height: 200px;
  margin-top: 25px;
}


.border-img img {
  border: 2px solid #eee;
  padding: 10px;
  
}

#contact-section h3 {
 color: #999;
  font-weight: 600;
  font-size: 13px;
  padding-top: 20px;
}


#contact-section .list-inline {
  
 color: #000;
 font-size: 13px;
}


#contact-section .list-inline a {

color: #000;
text-decoration: none;
border-bottom: 1px solid #000;

}



.left-mentions p {
  margin-bottom: 5px;
  
}


/* SEARCH MENU */


#searchform label, #searchform .submit {

  display: none !important;
}


#searchform .form-control {

border: 0;
border-bottom: 2px solid #eee;

}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:30px;
    float:left;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
   top: 0;
    left: 0;
    border: 0;
    outline: 0;
    background: transparent;
    width: 82%;
    height: 30px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 13px;
    color: #666;
    position: relative;
    float: right;
    border-bottom: 2px solid #eee;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width:40px;
    height:30px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    left:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background: #fff url(https://nasserassar.fr/wp-content/uploads/2019/07/icon-search-form.png) no-repeat 5px center
}

.searchbox-icon:hover {
  
  background: #fff url(https://nasserassar.fr/wp-content/uploads/2019/07/icon-search-form.png) no-repeat 5px center
}



.searchbox-open{
    width:100%;
}


.max-230 {

  max-width: 230px;
}

div.asl_w .probox .proinput {
  
  background:url(http://dev.jacqueslacoste.com/wp-content/uploads/2018/09/icon-search-small.png) no-repeat 30px center !important;
  padding-top: 5px;
  
}





/* SEARCH MENU */



#swipebox-overlay {
  
background: rgba(0, 0, 0, 0.90) !important;
}

.button.mfp-arrow, .button.mfp-close {

    outline: 0 !important;
}



#catalog .vc_column_container img{
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  position: relative;
  width: 100%;

}



    
.caption-prod {  
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.wcp-caption-plugin .image-caption-box .caption {

      background-color: rgba(255, 255, 255, 0.35) !important;
}

.product-title, .sales-title {
  
 color: #999;
 text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 20px;
}



.info-prod {

text-align: center;
font-weight: 600;

}

.sales-title {
 color: #000; 
  
}


.btn.loadMoreBtn {

    border: 1px solid #999;
    font-size: 15px;
    padding: 15px 60px;
    border-radius: 0;
    margin: 0 auto;
    color: #999 !important;
    display: none;
    margin-top: 50px;
}

.btn:focus {

    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




.breadcrumb-container {

  position: relative;
}



#search-wrapper {

  margin-top: 50px;
}


@media only screen and (min-width: 600px) {
  
  .left-contact {
  
    
  }
  
  .left-mentions {
 padding: 20px;
  
}
  
  
  .navbar-dark .navbar-nav .wpml-ls-item-fr .nav-link {
    
    padding-left: 95px;
    padding-right: 11px
  }
  
  
  .breadcrumb-container {
    padding-left: 205px; 
    
  }


  .navbar-dark .navbar-nav .wpml-ls-item-en .nav-link:after, .navbar-dark .navbar-nav .wpml-ls-item-fr .nav-link:before {

    content: " | ";
    display: inline-block;
    color: #999;
    padding-left: 20px;
  }

   .navbar-dark .navbar-nav .wpml-ls-item-fr .nav-link:before {
         
         padding-left: 0;
         padding-right: 20px

   }
  
  
}

@media (min-width: 768px) {

#single-prod .vc_col-sm-6 {
  width: 40%;
}


#article_content {

   padding-left: 30px;
}
  
#single-prod .vc_col-sm-6:first-child {
  width: 60%;
  
  }

  .info-footer .col-md-3{
   
   padding-left: 57px;

  }

  .info-footer .col-md-3:first-child {

    padding-left: 15px;
  }

  .second-contact-section {
     
     padding-left: 5px;

  }
  
}


@media (max-width: 768px) {

.info-footer .col-6 {

  margin-top: 20px;
  text-align: center;
}

ul.footer-sign li {

  display: block;
  text-align: center;
  line-height: 25px;
}

ul.footer-sign li:after {

  content: " ";
  padding: 0;
}

#to_top_scrollup {

  display: none !important;
}

.navbar-dark .navbar-brand {

  margin: 0 auto;
}

}


.page-link {

  color: #222;
}

.page-item.active .page-link, .page-link:hover {

      background-color: #999;
    border-color: #999;
}

.page-link:focus {

      box-shadow: none !important;
}

.pagination_number {

  display: table;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}



p {

  color: #4b4b4a;
}



.navbar-dark .navbar-nav .nav-link:before, .navbar-dark .navbar-nav .last_link .nav-link:after {
  

  content: " | ";
  padding-right: 35px;
  display: inline-block;
  color: #999
     
}


.navbar-dark .navbar-nav .last_link .nav-link:after {

   padding-left: 35px;
   padding-right: 0
}  



/* GO TO TOP */

#back-to-top {
    
    position: fixed;
    bottom: 90px;
    right: 1%;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    color: #999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top span {

   display: block;
   transform: rotate(270deg);
   margin-top: 40px;
   font-weight: 600;
   font-size: 13px;
}

#back-to-top:hover span {
   
   color: #212529
}
#back-to-top.show {
    opacity: 1;
}



#wrapper-footer {

   margin-top: 40px;
}

/* POST ARCHIVE */

#article_img {

 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#article_img:hover {

     opacity: 0.8
}

/* NAVIGATION */


.page-item.active .page-link, .page-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #222;
}

.page-link {
    background-color: transparent;
    border: 0;
    color: #999;
}


#navigation_number {

     width: 100%;
     display: block;
}


#navigation_number nav {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

body.archive .link_tableau {
    margin-top: 20px;
}

.no-separator a:after {
   
   content: "" !important;
}


/* CF7 */

#cf7 input[type=text], #cf7 input[type=email] {

     border: 0 !important;
    border-bottom: 1px solid #999 !important;
    border-radius: 0 !important;
}


textarea {

    max-height: 130px;
    border: 1px solid #999 !important;
    border-radius: 0 !important;
}

#cf7 input[type=submit] {

    color: #999;
    border: 1px solid #999;
    background: white !important;
    border-radius: 0;
    margin-top: 40px;
    display: table;
    text-transform: uppercase;
}


.form-group, .wpcf7 .wpcf7-form p {
    position: relative;
}

.wpcf7 .wpcf7-form .slide {
    width: 100%;
    position: absolute;
    bottom: 12px;
    z-index: 2;
    display: block;
    font-size: 14px;
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slide_label {

   bottom: 30px !important;
   font-size: 10px !important
}


@media only screen and (max-width: 1024px) {
  form#searchform {
    width: 450px;
    margin: auto;
}
      .mobmenu-content li {
        order: 2;
    }
    div#mobile_search {
    order: 1;
}
  .section-text {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

  
  .mobmenu-right-panel {

       width: 100% !important
}


.show-nav-right .mob-expand-submenu i {
    font-size: 13px !important;
}

.searchbox {

   display: none;
}

#mobmenuright li a {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding-right: 0;
    padding-left: 0;
}

.mobmenu-content li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

#mobmenuright {
    display: flex;
    flex-direction: column;
}

.mobmenu-content li > .sub-menu li {

    padding-left: 0 !important;
        border-bottom: 0;
}

#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {


       font-family: 'Open Sans', sans-serif;
}

.mobmenu-content {

   /* overflow: hidden; */
}

#back-to-top, .navbar {

   display: none;
}

.navbar-brand img {

    max-width: 70%;
}

.parent_bg {

   margin-bottom: 30px
}

.vc_empty_space {

   height: 0 !important;
}

#wrapper-footer ul li:first-child:before {

   padding: 0
}

}
.section-text{
  margin-left:100px;
  margin-right:100px;
}



@media only screen and (max-width: 768px) {
  
  form#searchform {
        width: 300px;
    
    }

  
  
  
  
}