@charset "UTF-8";

/*
Theme Name: Liure Pure
Theme URI: http://www.liure.fr/fr.html
Author: Laurent FISCHER
Author URI: www.lafischduweb.com
Description: thème N° 3
Requires at least: WordPress 5
Version: 1.0

*/
/*------------------------------------*\
    General
\*------------------------------------*/
/* --- typography --- */
:root {
  --main-txt-color: #1A1A1A;
}
body,
a.nav-link,
a.dropdown-item {
    line-height: 24px;
    color: var(--main-txt-color);
    letter-spacing: 0.3px;
    overflow-x: hidden;
}
.dropdown-item {
    word-wrap: normal !important;
}
a:hover:not(.nav-link):not(.dropdown-item):not(.card_btn):not(.first_last_page):not(.jump_to):not(.border_page),
.current.border_page{
    letter-spacing: 1px;
    font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 20px;
}
h1 {
}
a {    
    text-decoration: none;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
a:hover,
a:focus{
    text-decoration: none;
    outline: none
}
.content_from_admin a:hover {

}
ul,ol{
    margin: 0;
    padding: 0;
    /*list-style: none*/
}

.content_from_admin ul:not(.wp-block-gallery), ol:not(.wp-block-gallery) {
    list-style: unset;
    list-style-position: inside;
}
nav{
    position: relative;
}
button.navbar-toggler {
    border-radius: 4px;
    position: absolute;
    right: 0px;
    height: 40px;
    width: 40px;
    top: 15px;
   padding: 5px;
}
button.navbar-toggler:visited,button.navbar-toggler:focus {
    outline: none;
}
li.nav-item {
    text-align: center;
    display: block !important;
}
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    position: relative;
}
.navbar-nav {
    margin:auto;
}
#main-navbar:not(.column){
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 5px 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    background-color: rgba(255,255,255,0.8);
}
#main-navbar:not(.column).scroll{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#main-navbar .block_rs img {
    display: block !important;
    width: 35px !important;
    height: auto !important;
    position: relative !important;
    top: -5px !important;
    margin-bottom: 10px;
}
#main-navbar .block_rs {
    position: fixed;
    bottom: 15px;
    right: 40px;
    z-index: 99999;
}
#main-navbar.column .block_rs{
    right: 15%;
}
body.home #main-navbar img{
    display:none;
}
body:not(.home) #main-navbar img{
    max-width: 200px;
}
body:not(.home) #main-navbar img{
    position: fixed;
    height: 45px;
    /*height: 45px !important;*/
    left: 10%;
    top: 5px;
    display: block;
    width: auto;    
}
#title_small_device{
    display: none;
}
.block_rs a{
    margin-right: 5px;
}
@media (min-width: 992px){
    #column_menu {
        width: 110px;
        position: fixed;
        right: 30px;
        top: 40px;
        z-index: 999;
    }
    .bar_column{
        position: relative;
        visibility: hidden;
    }    
    .show_bar, 
    #label_menu.show_bar:nth-child(1):before,
    #label_menu.show_bar:nth-child(1):after{
        visibility: visible !important;
    }
    #label_menu{
        margin-right: 15px; 
        position: relative;
        background-color: rgba(255,255,255,0.8);
        padding: 5px 10px;
    }
    #label_menu:nth-child(1):before,#label_menu:nth-child(1):after{
        content: "";
        width: 40px;
        height: 3px;
        background-color: red;
        position:absolute;
        z-index: 9999;
        top: 15px;
        right: -55px;
        visibility: hidden;
    }   
    #label_menu:before{
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }    
    #label_menu:after{
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    #column_menu:hover{
        cursor: pointer;
    }
    .bar_column span {
        width: 40px;
        height: 2px;
        background-color: var(--main-txt-color);
        z-index: 9999999;
    }
    #main-navbar.column .navbar-expand-lg .navbar-nav {
        -ms-flex-direction:column;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
                flex-direction:column;
    }  
    #main-navbar.column{
        background-color: rgba(255,255,255,0.95);
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
    }  
    #main-navbar.column.inside{
        margin-left:-9999px;
        -webkit-transition:margin-left 2000ms ease;
        -o-transition:margin-left 2000ms ease;
        transition:margin-left 2000ms ease;
    }
    #main-navbar.column.exit{
        margin-left:0;
        -webkit-transition:margin-left 1000ms ease;
        -o-transition:margin-left 1000ms ease;
        transition:margin-left 1000ms ease;
    }
    #main-navbar.column .nav.navbar-nav {
        position: relative;
        width: 100%;
    }
    #main-navbar.column .navbar-nav .dropdown-menu {
        position: static;
        float: right;
        position: relative !important;
        top: 0 !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        width: 100%;
        background: transparent;
    }
    #main-navbar.column a.nav-link,
    #main-navbar.column a.dropdown-item{
        color: var(--main-txt-color);
    }
    #main-navbar.column .dropdown-item:hover{
        background-color: transparent;
    }
    #main-navbar.column .dropdown-menu{
        border:none;
    }
}
@media only screen and (max-width: 991px){
    .navbar-nav{
        background-color: rgba(255,255,255,0.8);
        height: 95vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .navbar-nav .nav-link.active, #main-navbar:not(.column) .nav-item.active{
        display: inline-block;
    }
}
a[title="Panier"] {
    margin-right: 0 !important;
    padding-right: 30px !important;
}
.header-cart-count{
    right: 3px !important;
}
#main-navbar.column .header-cart-count{
    display:none;
}
/*------------------------------------*\
    Page d'accueil
\*------------------------------------*/
.owl-carousel .owl-item, .owl-stage-outer,.owl-carousel .owl-stage {
    height: 100% !important;
}
.set_nav_owl > div {
    height: 100%;
}
.set_nav_owl{
    position: relative;
}
#owl_in_home .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 50px;
    font-size: 80px;
    width: 25%;
    left: 50%;
    margin-left: -17%;
}
.owl-next, .owl-prev{
    position: absolute;
} 
.owl-next:focus, .owl-prev:focus{
    outline:none;
} 
button.owl-prev span, button.owl-next span {
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}

.owl-next:hover, .owl-prev:hover{
    background-color: none;

} 
.owl-next{
    right: 30px;
}

.owl-prev{
    left: 30px;
    z-index: 9999999 !important;
}
.text_owl h3, .text_owl p{
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}
.text_owl h3 {
    font-size: 50px !important;
}
.inner_item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.wrapper_info_home > img:first-child {
    max-width: 300px;
    display: block;
    margin: 0 auto 15px auto;
}
.wrapper_info_home > img:first-child.logo_scroll {
    position: fixed;
    top: 5px;
    left: 10%;
    z-index: 999999999;
    height: 45px;
}
.wrapper_info_home {
    padding: 80px 15px 15px 15px;
    position: relative;
    z-index: 9;
}
#footer .wrapper_info_home{
    padding-top:15px;
}
.wrapper_info_home h1{
    font-size: 34px !important;   
}
.bottom_line .wrapper_info_home:after{
    content: "";
    position: absolute;
    right: -149px;
    top: 0px;
    width: 120px;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(255,255,255,0.95) 5%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0.85) 15%,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0.7) 30%,rgba(255,255,255,0.65) 35%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0.55) 45%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.45) 55%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0.35) 65%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0.15) 85%,rgba(255,255,255,0.1) 90%,rgba(255,255,255,0.05) 95%,rgba(255,255,255,0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(255,255,255,1)),color-stop(5%, rgba(255,255,255,0.95)),color-stop(10%, rgba(255,255,255,0.9)),color-stop(15%, rgba(255,255,255,0.85)),color-stop(20%, rgba(255,255,255,0.8)),color-stop(25%, rgba(255,255,255,0.75)),color-stop(30%, rgba(255,255,255,0.7)),color-stop(35%, rgba(255,255,255,0.65)),color-stop(40%, rgba(255,255,255,0.6)),color-stop(45%, rgba(255,255,255,0.55)),color-stop(50%, rgba(255,255,255,0.5)),color-stop(55%, rgba(255,255,255,0.45)),color-stop(60%, rgba(255,255,255,0.4)),color-stop(65%, rgba(255,255,255,0.35)),color-stop(70%, rgba(255,255,255,0.3)),color-stop(75%, rgba(255,255,255,0.25)),color-stop(80%, rgba(255,255,255,0.2)),color-stop(85%, rgba(255,255,255,0.15)),color-stop(90%, rgba(255,255,255,0.1)),color-stop(95%, rgba(255,255,255,0.05)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right, rgba(255,255,255,1) 1%,rgba(255,255,255,0.95) 5%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0.85) 15%,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0.7) 30%,rgba(255,255,255,0.65) 35%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0.55) 45%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.45) 55%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0.35) 65%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0.15) 85%,rgba(255,255,255,0.1) 90%,rgba(255,255,255,0.05) 95%,rgba(255,255,255,0)100%);
    background: -webkit-linear-gradient(to right, rgba(255,255,255,1) 1%,rgba(255,255,255,0.95) 5%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0.85) 15%,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0.7) 30%,rgba(255,255,255,0.65) 35%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0.55) 45%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.45) 55%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0.35) 65%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0.25) 75%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0.15) 85%,rgba(255,255,255,0.1) 90%,rgba(255,255,255,0.05) 95%,rgba(255,255,255,0)100%);
    z-index: 2;
}
.wrapper_info_home .contact_header div{
    margin-bottom: 15px;
}
.wrapper_info_home .contact_header div img{
    max-width: 25px;
    margin-right: 5px;
}
.wrapper_info_home a{
    color: var(--main-txt-color) !important;
}
.bottom_line {
    margin-bottom: 30px;
}
.blog .bottom_line{
    margin-bottom: 0;
}
.blog #footer{
    margin-top: 0;
}
/*#home{
    height: 448px !important;
}*/
#home img{
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -2px;
}
.wrapper_mobile_header2_home {
    position: relative;
    background-size: cover;
    background-position: center;
}
.wrapper_mobile_header2_home:after{
    content: "";
    width:110%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    top: 0;
}
/*Coordonnées centrées*/
.front_page2{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.front_page2 .wrapper_info_home {
    width: 60%;
    position: absolute;
    z-index: 9;
    top: 80px;
    height: 75% !important;
    left: 50%;
    margin-left: -30%;
}
.front_page2.bottom_line .wrapper_info_home:after{
    display: none;
}
.front_page2.bottom_line .wrapper_info_home h1{
    font-size: 60px !important;
    font-weight: bold;
}
.adress_header{
    text-align: center;
}
.front_page2.bottom_line .wrapper_info_home .adress_header p,
.front_page2.bottom_line .wrapper_info_home .contact_header a{
    font-size: 30px;
    font-weight: bold !important;
}
.front_page2.bottom_line .wrapper_info_home .contact_header div span:nth-child(2){
    width: auto;
}
.front_page2.bottom_line .wrapper_info_home .adress_header p{
    line-height: 1.6;
}
.front_page2.bottom_line .wrapper_info_home h1,
.front_page2.bottom_line .wrapper_info_home .adress_header p,
.front_page2.bottom_line .wrapper_info_home .contact_header a{
     text-shadow: 1px 1px 1px rgba(255,255,255, 1) !important;
}
/*------------------------------------*\
    Page en général
\*------------------------------------*/
.wrapper_block{
     -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 3px;
    padding-bottom: 15px;   
}
.header_page.bottom_line{
    position: relative;
} 
.header_page.bottom_line img{
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 60vh;
}
.std_h1{
    position: absolute; 
    text-shadow: 1px 1px 1px rgba(255,255,255, 0.8);
    width: 600px;
    text-align: center;
}

#brackground_title{
    position: absolute;
    left: 0;
    top: 0;
}
/*------------------------------------*\
    Page article
\*------------------------------------*/
.thumbnail_post img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.thumbnail_post{
    height: 250px;
}
.wrapper_list_post h3 a,
.wrapper_list_blog h3 a{
    color: var(--main-txt-color) !important;
}
.wrapper_list_post h3 a{
    display: block;
    font-size: 24px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.wrapper_list_blog {
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
    position: relative;
    padding: 15px;
    z-index: 9;
}
.wrapper_list_blog h2{
    min-height: 105px;
}
.wrapper_list_blog:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: -1;
}
a.jump_to,
a.first_last_page,
#nb_page_blog,
a.border_page{
    color: var(--main-txt-color) !important;
}
.nav_in_post a{
    text-align: center;
    display: block;
    font-weight: bold;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
.rs_btn {
    text-align: center;
    display: block;
    padding: 5px;
    width: 100%;
    font-weight: bold;
    color:#fff !important;
    -webkit-transition-duration:400ms;
         -o-transition-duration:400ms;
            transition-duration:400ms;
    margin-top: 15px;
}
.rs_btn:hover{
    color:#fff;
    text-decoration: none;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.rs_btn_tw{
    background-color:#55acee;
}
.rs_btn_fb{
    background-color: #3b5999;
}
.rs_btn_lk{
    background-color:#0077B5;    
}
.rs_btn_pt{
    background-color: #bd081c; 
}
.cat {
    margin-bottom: 15px;
    min-height: 25px;
}
.cat span {
    font-size: 14px;
    border: 1px solid var(--main-txt-color);
    padding: 2px 10px;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 3px;
}
.cat span:hover {
    padding: 4px 10px;
    background-color: #F8F8F8;
}

.category #cat:focus {
    outline: none;
}
.category #cat, select#cat {
    padding: 5px 10px;
    background: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #ccc;
    margin:15px 0;
}
.description_cat{
    margin-top: 15px;
}
.archive.category .header_page.bottom_line{
    height: 200px;
}
.exerpt_list_post {
  min-height: 70px;
}
/*------------------------------------*\
   Contact
\*------------------------------------*/

/*UPLOAD DOCUMENT SUR LA PAGE DE CONTACT*/

.row.row_document {
    margin: 15px 0 15px -15px;
}
.row_document label, .row_document input{
    display: block;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/*------------------------------------*\
    Page mon-compte
\*------------------------------------*/
#loginform {
    width: 270px;
    margin: auto;
    text-align: center;
    background:#ccc;
    padding: 15px;
}
#loginform input{
    padding:5px;

}
#mon-compte a:last-child {
    width: 160px;
    margin: 15px auto;
    display: block;
}
/*------------------------------------*\
   footer
\*------------------------------------*/
#footer{
    background-color: #393939;
    margin-top: 15px;
    padding-top: 15px;
}
#footer h1, 
#footer p,
#footer span,
#footer a,
#footer .adress_header {
    color: #fff !important;
}
/*Formulaire de contact*/
#footer .wrapper_info_home .contact_header div img {
    display: none;
}
.wrapper_maps p:nth-child(1){
    margin-bottom: 0;
}
.wrapper_maps{
    padding: 15px 0;
}
#footer label{
    color: #fff;
    display: block;
}
#footer span.asterisque{
    color: #e06262 !important;
}
#footer input[type="text"],
#footer input[type="email"],
#footer textarea{
    width: 100%;
}
#footer textarea{
    height: 200px;
}
button#footer-button {
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    padding: 5px 15px;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
.row_rgpd .content_from_admin {
    padding-left: 15px;
}
.row.row_document {
    margin: 15px 0 15px -15px;
}
.row_document label, .row_document input{
    display: block;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.row_rgpd {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.menu_footer {
    padding: 10px 0;
    border-top: 1px solid #fff;
}
.menu_footer a {
    font-size: 14px;
    margin-right: 10px;
}
.menu_footer ul{
    list-style: none;
}
/*Formulaire newletter*/

/*#footer .wrapper_info_home {
    height: 400px !important;
}*/

/*------------------------------------*\
   Shop
\*------------------------------------*/
.wrapper_category_shop{
    background-color: #fff;
    padding: 0 15px;
}
.header-cart-count{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    text-align: center;
    border-radius: 100%;
    background: #f1f1f1;
}
.wrapper_shop{
    margin-top: 45px;
}
.product-template-default header {
    margin-bottom: 80px;
}
.tax-product_cat h1.title {
    padding-top: 65px;
}
/*------------------------------------*\
    Media query
\*------------------------------------*/
@media only screen and (max-width: 991px){
    body:not(.home) #main-navbar img{
        display: none;
    }
    #logo_ets{
      display: none !important;  
    }
    .wrapper_info_home > img:first-child,
    .wrapper_info_home > img:first-child.logo_scroll {
        max-width: 200px;
        display: block;
        margin: auto;
        position: relative;
        left: 0;
        top: 0;
    }   
    .wrapper_info_home{
        padding-top: 70px;
    } 
    #column_menu {
        position: fixed;
        top: 20px;
        right: 80px;
        z-index: 9999;
        background: rgba(255,255,255,0.9);
        padding: 5px 15px;
    }
    #menu-top-menu, .nav.navbar-nav{
        height: 100vh;
        background-color: rgba(255,255,255,0.9);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
        -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    }
    nav:not(.woocommerce-pagination):not(.woocommerce-breadcrumb) {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: rgba(255,255,255,0.8);
        height: 70px;
    }
    nav button.navbar-toggler{
        z-index: 99;
        right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .line_button {
        background-color: var(--main-txt-color);
        height: 2px;
        width: 100%;
    }
    #main-navbar:not(.column) .nav-item.active {
        border: none !important;
    }
    #main-navbar:not(.column),
    #main-navbar:not(.column).scroll{
        background-color: transparent;
        -webkit-box-shadow:none;
                box-shadow:none;
    }
    /*Proposition 1 */
    .header_page.bottom_line h1{
        width: 400px;
        text-align: center;
        font-size: 36px !important;
    }
    /*Home 2*/
    .front_page2 .wrapper_info_home{
        top: 0px;
    }
    .front_page2.bottom_line .wrapper_info_home h1{
        font-size: 45px !important;
        font-weight: bold;
    }
    .front_page2.bottom_line .wrapper_info_home .adress_header p,
    .front_page2.bottom_line .wrapper_info_home .contact_header a{
        font-size: 24px;
        font-weight: bold !important;
    }
    .front_page2.bottom_line .wrapper_info_home .contact_header div span:nth-child(2){
        width: auto;
    }
    .front_page2.bottom_line .wrapper_info_home .adress_header p{
        line-height: 1.4;
    }
    .front_page2.bottom_line .wrapper_info_home h1,
    .front_page2.bottom_line .wrapper_info_home .adress_header p,
    .front_page2.bottom_line .wrapper_info_home .contact_header a{
         text-shadow: 1px 1px 1px rgba(255,255,255, 1) !important;
    }
    .wrapper_list_blog{
        height: 350px;
    }
    #main-navbar .block_rs{
        right: 0;
        left: 0;
        width: 85%;
        top: 20px;
        height: 20px;
    }
    #main-navbar .block_rs{
        margin-bottom: 0;
    }
     .bottom_line {
        margin-top: 70px;
     }
@media only screen and (max-width: 769px){
    #home.set_nav_owl,
    .bottom_line .wrapper_info_home:after{
        display:none;
    }
    .front_page2:after {
        position: absolute;
        content: "";
        background: rgba(255,255,255,0.8);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .col-md-3.wrapper_info_ets{
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
        max-width: 100% !important;       
    }
    #phone_button {
        width: 40px;
    }
/*    .bottom_line {
        margin: 70px 0 30px 0;
    }*/
    .wrapper_info_ets{
        padding:0;
    }
    /* Proposition 1*/
    .header_page.bottom_line h1{
        width: 350px;      
        font-size: 30px !important; 
    }
    .front_page2 .wrapper_info_home{
        width: 100%;
        left: 0%;
        margin-left: 0;
        height: 100% !important;
        position: relative;
    }
    .front_page2.bottom_line .wrapper_info_home .adress_header p,
    .front_page2.bottom_line .wrapper_info_home .contact_header a{
        font-size: 18px;
    }
    .front_page2.bottom_line .wrapper_info_home .adress_header p{
        line-height: 1;
    }
    .modal_block .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
    }
    .wrapper_mobile_header2_home:after{
        background-color: rgba(255,255,255,0.8);
        width: 100%;
    }
    .col-md-3.wrapper_info_ets {
        padding: 0;
        height: 100%;
    }
    .wrapper_list_blog{
        height: auto;
    }
}

@media only screen and (max-width: 500px){
/*    .home  .bottom_line {
        height: 100%;
    }
    .bottom_line {
        height: 300px;
    }*/
    .home .bottom_line{
        margin-top: 60px;
    }
    /* Proposition 1*/
    #brackground_title,
    .secondary-color.std_h1{
        display: none;
    }
    input[name="contact_document"]{
        width: 270px;
    }
    .row.bottom_line{
        margin-right: 0;
        margin-left: 0;
    }
    #title_small_device{
        display: block;
        font-size: 28px !important;
        text-align: center;
    }
    .front_page2 .wrapper_info_home {
        top: 0;
    }
    .inside_tel {
        display: none;
    }
    .tel {
        top: 10px;
        width: 50px;
    }
    .wrapper_info_home {
        padding-top: 10px;
    }
/*    .wrapper_mobile_header2_home:after {
        width: 100%;
    }*/
}