#container-element-contact{
	padding-top: 5%;
	padding-bottom: 5%;
}

#content-formulaire-contact{
	padding: 5%;
    border: 1px solid #000;
    border-radius: 2%;
}

.nf-field-element{
	text-align: right;
}

.content-faq{
	margin-bottom: 5%;
}

.container-post .content-title-post{
	text-transform: uppercase;
	color: #fff;
	background: #0a21eb;
	padding: 2%;
	margin-top: 2%;
}  
.content-title-post h6{
	font-size: 1.2rem;
	margin: 0;
	position: relative;
}

.content-title-post.up h6::after{
	content: "\f067";
    position: absolute;
    right: 0;
    display: inline-block;
    font-family: 'FontAwesome';     
}

.content-title-post.down h6::after{
	content: "\f068";
    position: absolute;
    right: 0;
    display: inline-block;
    font-family: 'FontAwesome';     
}

.content-elt-description.up{
	display: none;
}
.content-thumbnail{
	text-align: center;
}

.content-thumbnail img{
	width: 100%;
	height: 100%;
}

.content-elt-description{
	background: #fff; 
	padding: 2%;
	text-align: justify;
}

.content-element-post{
	position: relative;
	cursor: pointer;
	margin-top: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}

.content-categorie{
	position: absolute;
    top: 2%;
    padding: 10px;
    background: #265feb;
    color: #fff;
}

.content-title-post h4{
	font-size: 1rem;
	color: #fff;
}
.content-info-post{
	background: rgb(38,95,235, 0.8);
    padding: 3%;
    position: absolute;
    transition: ease 0.5s;
    left: 0;
    bottom: 0;
    top: 70%;
    width: 100%;
}


.content-title-post{
	margin-bottom: 5%;
	padding-right: 5%;
} 

.content-title-post h6{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
 

.content-description-post p{
	color: #fff
}

.content-read-more{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    background: #265feb;
    color: #fff;
    padding: 4%;
}

.content-read-more a{
	width: 100%;
	color: #fff;
}

.content-read-more a:hover{
	color: #fff;
}

.content-read-more a:focus{
	color: #fff;
}

.content-read-more i{
	display: inline-block;
	padding: 2%;
}
.container-public-post{
	max-width: 1120px;
    width: 100%;
    padding-right: 15px;
    margin: auto;
    padding-left: 15px;
}

.content-thumbnail{
	width: 100%;
	height: 100%;
}
.content-description-post{
	display: none;
}

/** filters list **/
#filter-list {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.content-list-categorie{
	padding-top: 25px;
}

#filter-list li{
 	list-style: none;
	background: #265feb;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: bold;
}


#filter-list li:hover {
    font-weight: bold;
    color: #fff;
    background: #0f7391;
}

#filter-list li.active {
    font-weight: bold;
    color: #fff;
    background: #0f7391;
}

/** portfolio list **/
#list-article {
    display: block;
    width: 100%;
}

#list-article .item {
    display: none;
    opacity: 0;
}
.nf-element{
	height: 40px !important;
}

.nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;   
    bottom: 1px;
    height: 40px !important;
    width: 50px;
    line-height: 40px !important;
    text-align: center;
    transition: all .5s;
}

textarea#nf-field-3{
	height: 150px !important;   
}

.kc_title{
    display: inline-block;
}

.page-template-template-dashboard  .wrapper .site-content .container{
	margin-right: 0 !important;
	margin-left: 0 !important;
	max-width: 100% !important;
	padding-top: 0 !important;
} 
.page-template-template-dashboard  .wrapper .site-content .container .row .col-lg-12{
	padding-right: 0 !important;
	padding-left:  0 !important;
}

.page-template-template-dashboard  .wrapper .site-content .container .row .col-lg-12 article.hentry{
	margin: 0 !important;
}

.page-template-template-dashboard  .wrapper .site-content .container .row .col-lg-12 article .entry-footer{
	display: none !important;
}

.page-template-template-dashboard  .wrapper .site-content .container  .myaccount-menu{
	margin-top:0 !important; 
	background: #121c23;
	height: 100% !important;
	margin: 0 !important;
}

.page-template-template-dashboard  .wrapper .site-content .container  .myaccount-menu li.active a{
	color:#1b5a70;
}

.page-template-template-dashboard  .wrapper .site-content .container  .myaccount-menu li.active{
	background: #a8d5ea;
	position: relative;
}

.page-template-template-dashboard  .wrapper .site-content .container  .myaccount-menu li.active a::before{
	content: '';
    display: inline-block;
    width: 6px;
    height: 26px;
    color: #1b5a70;
    background: #26819c;
    position: absolute;
    left: 0;
    height: 102%;
    top: -1px;
}

.page-template-template-dashboard  .wrapper .site-content .container  .myaccount-menu li a{
	padding-left: 5% !important;
	border-bottom: 1px dotted #e0e0e0 !important;
	color: #fff;
	text-transform: capitalize !important;
}
.page-template-template-dashboard  .wrapper .site-content .container  .myaccount-menu::before{
	padding:0 !important; 
	display: none !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding: 2px 15px !important;
    height: 50px;
    font-size: 14px;
}

a.add_to_cart_button{
	color: transparent !important;
	position: relative;
}

a.add_to_cart_button:after{
   font-family: "FontAwesome";
    content: "\f07a";
    color: #25819e;
    font-size: 20px;
    font-style: normal;
}

.container-delivery{
	background:#fff;
}

.content-item-delivery{
	background: #f0ebeb; 
	padding: 20px;
}

.content-item-delivery .content-icone{
	width: 70px;
	height: 70px;
	border: 2px solid red;  
	margin: auto;
	border-radius: 50px;
	display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.content-item-delivery .content-text{
	margin-top: 20px;   
	text-align: center;
	color:#464fbc;
}

.content-item-delivery .content-text span{
	color:#464fbc;
}

.content-item-delivery .content-text h6{   
	text-align: center;

}

button.single_add_to_cart_button{
	background:transparent !important;
	color:transparent !important;    
	padding: 0 !important;
}

button.single_add_to_cart_button:hover{
	background:transparent !important;
	color:transparent !important;
	padding: 0 !important;
}

button.single_add_to_cart_button:before{
	font-family: "FontAwesome";
    content: "\f07a";
    color: #25819e;
    font-size: 30px;
    font-style: normal;
}

.product-categories li a, .product-categories li span {
	text-transform: uppercase;
}
.children li a{
	text-transform: lowercase;
}


.site-main, .site-content{
	background: #fff !important;
}

body.home .site-main{
	background: #a8d5ea !important;
}

.footer-social aside div p br{
	display: none;
}

@media screen and (min-width: 490px){
	.content-element-post{
		display: inline-block;
		width: 49%;
	}
}

@media screen and (min-width: 1024px){
    
    .content-element-post{
		display: inline-block;
		max-width: 300px;
		min-height: 300px;
		overflow: hidden;  
		margin-right: 5%;
	}

	.container-delivery{
		display: flex;
		justify-content: space-between;
	}

	.content-item-delivery{
		background: #f0ebeb;
	    padding: 20px;
	    margin: 2px;
	    width: 33.33%;
	}

}