/*
Theme Name: Theme enfant malt artisanal
Author: direo
Author URI: https://wwww.direo.Fr
Template: liure_fresh
Version: 1
*/

/* --- typography --- */
body {
    /*font-size: 14px;*/
    line-height: 24px;
    color: #64728A;
    letter-spacing: 0.3px;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 20px;
}

h1 {
    font-size: 4em;
    /*padding: 15px;*/
    /*background-color: #f9f9f9;*/
    margin-bottom: 0px;
    /*margin-top: 30px;*/
    text-align: center;
}
#intro_service h1 {
    margin-bottom: 30px;
}
a {    
    text-decoration: none;
}

a:hover,
a:focus{
    text-decoration: none;
    outline: none
}
.white_text{
    color: #fff;
}
.content_from_admin a {
/*    color: #FFD626;
    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;
}
section{
    margin-top: 15px;
    padding: 30px 15px 15px 15px;
    background-color: #f9f9f9;
}
section.section_in_single{
    padding-top:15px;
}
.title_section{
    font-size: 3.5em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 50px;
}
.sub_title{
    font-size:1.5em !important;
}
.std_btn{
    color: #fff;
    padding:10px 30px;
    border-radius: 4px;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    height: 45px;
}
.std_btn span {
    text-align: center;
    letter-spacing: 1px;
    border : 1px solid transparent;
}
.std_btn:hover{
    background-color:transparent;
    color: #aaa;
}
.std_link{
    font-weight: bold;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
.fixed-navbar{
    position: fixed;
}
nav:not(.woocommerce-breadcrumb){
    min-height: 80px;
    position: relative;
}
button.navbar-toggler {
    border-radius: 4px;
    border:1px solid #ccc;
    position: absolute;
    right: 0px;
    height: 40px;
    width: 40px;
    top: 15px;
   padding: 5px;
}
button.navbar-toggler:visited,button.navbar-toggler:focus {
    outline: none;
}
span.line_button {
    background: #ccc;
    height: 3px;
    width: 100%;
    display: block;
    margin-top: 4px
}
span.line_button:first-child{
    margin-top: -1px;
}
li.nav-item {
    text-align: center;
}
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    position: relative;
}
#top_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.logo{
    width: auto;
}
.navbar-nav {
    margin:auto;
}
/*------------------------------------*\
    Page d'accueil
\*------------------------------------*/
#home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.filter_home{
    position:relative;  
}
.filter_home:after{
    position: absolute;
    content:"";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 0;
}
.bkg_image_home {
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
}
.wrapper_header_home{
    z-index: 9;
}
.title_home{
    font-size: 34px;
    margin-bottom: 15px;
}
.sub_title_home{
    letter-spacing: 2px;
}
.text_owl {
    padding: 15px;
    max-width: 1000px;
    z-index: 10;
}
.owl-carousel .owl-item, .owl-stage-outer,.owl-carousel .owl-stage {
    height: 100% !important;
}
.set_nav_owl{
    position: relative;
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    font-size: 80px;
    width: 100%;
}
.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;
}
.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;
}
.inside_wrapper_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms; 
}
.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 .std_btn {
    width: 200px;
    text-align: center;
}
.thumbnail_post img{
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 200px;
}
.content_post {
    margin-bottom: 15px;
}
.content_post .std_btn{
    display: block;
    text-align: center;
}
.wrapper_content_service{
    position:relative;
}
/*------------------------------------*\
    Page en général
\*------------------------------------*/
.modal-dialog {
    max-width: 1000px;
}
/*------------------------------------*\
    Page article
\*------------------------------------*/
.post.type-post section:nth-child(2){
    padding-top: 0;
}
.exerpt_list_post {
    min-height: 50px;
}
.wrapper_thumbnail {
    width: 100%;
    height: 250px;
}
.wrapper_blog {
    border: 1px solid #ccc;
}
.pad05{
    padding:0 5px;
}
a.text-link {
    font-weight: bold;
}
.wrapper_thumbnail img{
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 250px;
}
.wrapper_list_post h3.sub_title a {
    min-height: 70px;
    display: block;
    border-bottom: 2px solid #f16d00;
}
.pagination a{
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms
}
.pagination a:first-child{
    margin-right: 15px;
}
.nav_in_post {
    display: block;
    margin-top: 30px;
}
.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:white;
    -webkit-transition-duration:400ms;
         -o-transition-duration:400ms;
            transition-duration:400ms;
}
.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 transparent;
    padding: 2px 10px;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
    font-weight: bold;
}
.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;
    color: #64728A;
}
.description_cat{
    margin-top: 15px;
}
.row.wrapper_list_post .col-md-4.col-sm-6 {
    margin-bottom: 30px;
}
/*------------------------------------*\
   Page Boutique
\*------------------------------------*/
.woocommerce .header_default_page{
    background-size: cover;
    background-position: center;
}
/*------------------------------------*\
   Contact
\*------------------------------------*/
#contact input, #contact textarea {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#contact textarea {
    min-height: 150px;
}
#contact .std_btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    width: 150px;
}
#contact .std_btn span{
    width: 100%;
}
.row_rgpd {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*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.round {
    border-radius: 34px;
}
.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.round:before {
    border-radius: 50%;
}
.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:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*------------------------------------*\
    Page mon-compte
\*------------------------------------*/
#loginform {
    width: 270px;
    margin: auto;
    text-align: center;
    background:#ccc;
    padding: 15px;
    margin-top: 15px;
}
#loginform input{
    padding:5px;

}
#mon-compte a:last-child {
    width: 160px;
    margin: 15px auto 0 auto;
    display: block;
}
/*------------------------------------*\
   footer
\*------------------------------------*/
footer{
    margin-top: 55px;
    background-color: #f5f5f5f5;
}
#top-footer ul {
    list-style: none;
}

.footer-contact li i, .footer-social li i {
    margin-right: 15px;
    font-size: 18px;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
footer li a{
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
    letter-spacing: 0.3px;
    -webkit-transition-duration: 400ms:;
         -o-transition-duration: 400ms:;
            transition-duration: 400ms:;
}
#bottom_footer {
    margin: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    -webkit-transition-duration: 400ms;
         -o-transition-duration: 400ms;
            transition-duration: 400ms;
}
#bottom_footer p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

/*------------------------------------*\
   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;
}
/*------------------------------------*\
    Media query
\*------------------------------------*/

@media only screen and (max-width: 991px){
    .navbar-nav {
        padding-top: 65px;
    }
    .nav-item li{
        margin-right: 0 !important;
    }
    .title_home {
        line-height: 45px;
    }
}
@media only screen and (max-width: 500px){
    .logo{
        width: auto;
        max-width: 300px;
    }
}
.filter_home:after {
	background-color:transparent;
}

div.trigger {
	cursor:pointer;
}