@charset "UTF-8";
/*
Theme Name: Liure Classic
Theme URI: http://www.liure.fr/fr.html
Author: Laurent FISCHER
Author URI: www.lafischduweb.com
Description: Thème classique Liure développement
Requires at least: WordPress 5
Version: 1.0
*/
/*------------------------------------*\
    General
\*------------------------------------*/
/* --- typography --- */
body {
    line-height: 24px;
    color: #64728A;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.home h2 {
    margin-bottom: 40px;
}
.home div:not(.content_from_admin) h2 {
    margin-bottom: 20px;
}
a {
    text-decoration: none;
}
a:hover,
a:focus{
    text-decoration: none;
    outline: none
}
.content_from_admin a {
     -webkit-transition: font-weight .4s ease-in-out;
     -o-transition: font-weight .4s ease-in-out;
     transition: font-weight .4s ease-in-out;
}
.content_from_admin a:hover {
    font-weight: bold;
}
ul,ol{
    margin: 0;
    padding: 0;
    /*list-style: none*/
}
.content_from_admin ul:not(.wp-block-gallery), ol:not(.wp-block-gallery) {
    margin: 15px 0 15px 15px;
    padding-left: 15px;
    list-style: unset;
    list-style-position: inside;
}
.white-text {
    color: #FFF;
}

/* --- Section --- */

.section {
    position: relative;
}

.md-section {
    padding-top: 90px;
    padding-bottom: 0;
}

.sm-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.xs-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* --- Background Section --- */
.bg-grey {
    background-color: #F8F8F8;
}

.bg-dark {
    background-color: #001232;
}

/* --- Background Image Section --- */

.home_bkg.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
}

/* --- Section Header --- */
.section-header {
    margin-bottom: 60px;
}

.title {
    position: relative;
    padding-left: 15px;
}

.text-center .title {
    display: inline-block;
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}

.sub-title {
    color: #64728A;
    margin-bottom: 0px;
}
.header_default_page {
    min-height: 150px;
    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;
    padding: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header_default_page::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1 ;
}
.header_default_page h1.title {
    margin: 0;
    z-index: 9;
    position: relative;
    display: block;
}
/* --- Buttons --- */
.main-button , .secondary-button {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid transparent;
    z-index: 1;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
.main-button  {
    color: #FFF;
}
.main-button:hover, .secondary-button:hover{
    background-color: transparent;
    color: #aaa;
}
.main-button:focus {
    color: #aaa;
}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #64728A;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}
textarea {
    padding: 10px 15px;
    min-height: 90px;
    resize: vertical;
}
#header {
    position:relative;
    z-index:10;
}
#header .navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
}
#header .nav li a:hover , #header .nav li a:focus {
    background-color: transparent;
}
.navbar-nav .nav-item .nav-link{
    position:relative;
}
.header-cart-count{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    text-align: center;
    border-radius: 100%;
    background: #f1f1f1;
}
.bkg_title{
    background: #fff;
    padding: 15px;
    opacity: 0.9;
    display: inline-block;
}
/* --- Top Navigation --- */
#top-navbar {
    padding: 15px 0;
}
#top-navbar .nav li a {
    color: #FFF;
    padding: 15px;
}
#top-navbar .nav li a i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
#top-navbar li a {
     color: #FFF; 
     padding: 15px; 
}   
#top-navbar .nav li a:nth-child(2){
    margin-left: -30px;
}
.address2{
    padding-left: 55px;
}
@media only screen and (max-width: 1200px) {
    #top-navbar .nav li a:nth-child(2){
        /*margin-left: 40px;*/
        display: block;
        margin-top: -15px;
    }
    #top-navbar .nav li:nth-child(1) br{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .footer-contact li a:nth-child(2){
        display: block;
    }
}
/* --- Main Navigation --- */

#main-navbar {
    background-color: #FFF;
    min-height: 50px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#main-navbar.fixed-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.42);
    z-index: 10;
}
button.navbar-toggler {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    float: right;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    outline: none;
}
#main-navbar .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-nav .text-link > span{
    display: block;
}
.home .container_adress.d-flex.justify-content-end {
    position: relative;
}
.navbar-brand {
    max-width: 500px;
}
.home .navbar-brand.stall{
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
            box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
}
.navbar-brand img,
.logo_menu{
    width: auto;
    margin: 15px 0;
}
#logo_mobile{
    display:none;
}
@media screen and (min-width: 991px){
    .dropdown-toggle::after{
        margin-left: 50% !important;
    }
}
@media only screen and (max-width: 991px) {
    .dropdown-toggle::after{
        margin-left: .255em !important;
    }
}
/* --- Section --- */
.wp-block-image img{
    height: auto;
}
.section {
    position: relative;
}

.md-section {
    padding-top: 90px;
    padding-bottom: 45px;
}

.sm-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.xs-section {
    padding-top: 30px;
    padding-bottom: 30px;
}


.title {
    position: relative;
    padding-left: 15px;
    /*font-size: 40px;*/
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    /*background-color: #FFD626;*/
}

.sub-title {
    color: #64728A;
    margin-bottom: 0px;
}
/* --- band contact --- */
.band_contact {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.band_contact h3 {
    font-size: 40px;
}
/* --- Text Link --- */

.text-link > span {
    position: relative;
    z-index: 1;
}
.text-link > span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    -o-transition: 0.2s height;
    transition: 0.2s height;
}
.text-link > span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    -o-transition: 0.2s height;
    transition: 0.2s height;
}
.text-link:hover > span:after{
    height: 100%;
}
#top-navbar .text-link:hover > span:after{
    height: 0;
}
#top-navbar .text-link:hover > span{
    color:unset;
}
#top-navbar .nav li a:hover i{
    background-color:unset;
}
/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #64728A;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}

textarea {
    padding: 10px 15px;
    min-height: 90px;
    resize: vertical;
}

/*------------------------------------*\
    Logo
\*------------------------------------*/
/* --- Background Section --- */
.bg-grey {
    background-color: #F8F8F8;
}

.bg-dark {
    background-color: #001232;
}
/* --- Background Image Section --- */
.home_bkg{
    -ms-background-size : cover;
    -ms-background-position:center;
    -ms-background-repeat:no-repeat;
    -ms-background-attachment: scroll;    
    -webkit-background-size : cover;
    -webkit-background-position:center;
    -webkit-background-repeat:no-repeat;
    -webkit-background-attachment: scroll;    
    -o-background-size : cover;
    -o-background-position:center;
    -o-background-repeat:no-repeat;
    -o-background-attachment: scroll;    
    background-size : cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment: scroll;
}
.home_bkg .title:after{
    display: none;
}

.home_bkg.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
}
.modal-dialog{
    max-width: 1000px;
}
.img_post {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    #home {
        min-height: 300px;
    }
}

.banner-area {
    position: relative;
}
#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#home h1{
    display: inline-block;
}
#home {
    border-bottom: 5px solid #FFD626;
}

.home .secondary-button{
    display:block;
} 
span.line_button {
    width: 100%;
    height: 3px;
    display: block;
}
.home-wrapper{
    z-index: 1;
}

/*------------------------------------*\
    Services
\*------------------------------------*/
.inside_wrapper_icon {
width: 80px;
height: 80px;
border-radius: 50%;
-webkit-transition-duration: 400ms;
     -o-transition-duration: 400ms;
        transition-duration: 400ms; 
border:1px solid;
}
.inside_wrapper_icon:hover {
    width: 90px;
    height: 90px;
}
.wrapper_icon, .wrapper_service, .wrapper_content_service{
    min-height: 200px
}
.wrapper_service {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.wrapper_content_service {
    padding: 15px;
}
.wrapper_content_service h2{
    margin: 0;
}
.wrapper_service .main-button {
    width: 180px;
}

/*------------------------------------*\
    Contact
\*------------------------------------*/
.contact_section_map_form {
    margin: 30px 0;
}
.contact_section_map_form .main-button{
    margin-top: 15px;
}
.contact_section_map_form  textarea{
    min-height: 250px;
}
/*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;
}

.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%;
}

/*------------------------------------*\
    Articles
\*------------------------------------*/

.nav_single {
    margin: 15px 0;
}
.nav_single a {
    font-weight: bold;
    text-align: center;
    display: block;
}
.exerpt_list_post{
    min-height: 100px;
}
.wrapper_list_post {
    margin-bottom: 45px;
}

.title_share p{
    font-weight: bold;
    margin-top: 15px;
}
.rs_btn {
    text-align: center;
    display: block;
    padding: 5px;
    width: 100%;
    font-weight: bold;
    color:white;
    -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: 12px;
    border: 1px solid transparent;
    padding: 2px 10px;
    -webkit-transition-duration: 400px;
         -o-transition-duration: 400px;
            transition-duration: 400px;
}
.cat span:hover {
    padding: 4px 10px;
    background-color: #F8F8F8;
}
.description_cat{
    margin-top: 15px;
}
.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;
    color: #64728A;
}
.row.wrapper_list_post .col-md-4.col-sm-6 {
    margin-bottom: 30px;
}
/*------------------------------------*\
    Page 404
\*------------------------------------*/
.img_404 img{
    display: block;
    margin: 15px auto;
}
.center_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
}
/*------------------------------------*\
    Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 0px;
    background: transparent;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
}
/*------------------------------------*\
    Footer
\*------------------------------------*/
footer#footer a; footer#footer p, footer#footer li, footer#footer span, .menu_in_footer li a span{
    font-size: 14px !important;
}
.footer-widget,  .menu_in_footer {
    margin-top: 15px;
    margin-bottom: 15px;
}
#menu-menu-footer {
    padding-left: 15px;
}
.footer-contact{
    margin-top: 35px;
}
.footer-contact li, .menu_in_footer li {
    margin-top: 10px;
}
.menu_in_footer {
    padding-left: 15px;
}
/* -- footer contact -- */
.footer-contact li a, .menu_in_footer li a {
    color: #fff;
    font-size: 14px;
}

.footer-contact li a i {
    margin-right: 15px;
}

/* -- footer links -- */
.footer-links li {
    margin-top: 10px;
}
#top-footer ul {
    list-style: none;
}
.footer-links li a, .footer-contact li a{
    font-size: 14px;
}
.footer-links li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: 0.2s color, 0.2s -webkit-transform;
    transition: 0.2s color, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s color;
    transition: 0.2s transform, 0.2s color;
    transition: 0.2s transform, 0.2s color, 0.2s -webkit-transform;
}

.footer-links li a:hover {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
    color: #FFF;
}

/* -- footer social -- */
.footer-social {
    margin-top: 30px;
}

.footer-social li {
    display:inline-block;
}

.footer-social li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*------------------------------------*\
    Media query
\*------------------------------------*/

@media only screen and (max-width: 991px){
    #main-navbar {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    #top-navbar {
        margin-top: 70px;
    }    
    ul.navbar-nav {
        text-align: center;
        padding-top: 40px;
    }
    .logo_menu{
        display: none;
    }
    #logo_mobile{
        display:block;
    }
    #logo_desktop{
        display: none;
    }
    .navbar-brand {
        width: 100%;
        display: block;
        position: relative !important;
        margin: auto;
    }
    .home .navbar-brand img {
         max-height: auto !important; 
         max-width: 100% !important; 
    }
    .home .navbar-brand.stall {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-brand img{
        display: block;
        margin: auto;
        max-width: 100%
    }
    .lead.bkg_title {
    font-size: 18px;
    }
    #home h1 {
        display: inline-block;
        font-size: 26px !important;
    }
    .container_adress {
        display: block !important;
        margin: auto !important;
    }
    .container_adress ul{
        margin: auto;
    }
    .content_from_admin {
        padding: 0 15px;
    }
   #main-navbar .navbar-nav {
    margin-top: 0;
    }
    #main-navbar {
        min-height: 75px;
    }
    .wrapper_icon, .wrapper_service, .wrapper_content_service {
        min-height: 100px;
    }   
    .wrapper_content_service .content_from_admin{
        padding: 0;
    }  
}