@charset "UTF-8";
/* CSS Document */


.content-actu{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.side-actu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5rem auto auto;
}
.article-blog {
    margin: 3em 0;
}
p{
	font-size:16px;
	margin:1em 0;
	font-weight:400;
}
#date-blog{
	color:#8B8B8B;
	font-size:14px;
	margin-top:1em;
	text-transform: uppercase;
}
#excerpt p{
    font-weight:500;
    text-align:left !important;
}
#contenuarticle h3{
	font-size:20px;
	font-weight:500;
	font-family:'Upgrade', 'sans-serif';
	letter-spacing:0.2px;
	color:#000;
}
#contenuarticle p{
    text-align: left;
}
#contenuarticle p span{
	font-weight:600;
	margin:1.5em 0 3em;
	margin-left:3.5em;
	position: relative;
	display: block;
}
#contenuarticle p span::before {
    content: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/fleche-article.svg);
    position: absolute;
    top: -0.5em;
    left: -3.5em;
}
#contenuarticle h3 span{
	font-weight:600;
	margin:3em 0 1em;
	margin-left:3em;
	position: relative;
	display: block;
}
#contenuarticle h3 span::before {
    content: url(https://ecommerce.alencrebleue.com/wp-content/themes/inospir/img/fleche-article.svg);
    position: absolute;
    top: -0.2em;
    left: -3em;
}
#contenuarticle ul {
    list-style: disc;
	margin-left:1em;
}
#contenuarticle ul li {
    margin-left:1.5em;
	color:#000;
	margin-bottom:0.5em;
}
#contenuarticle ul li::before{
    content: url(https://ecommerce.alencrebleue.com//wp-content/themes/inospir/img/puce-liste.png);
    margin-left: -1.3em;
    padding-right: 0.5em;
}
#thumbnail-article img{
	border-radius: 30px;
}
.sidebar {
    padding: 1em;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.16);
}
.sidebar h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-top: 0.5em;
    font-weight: 400;
}
.titimage{
    display:flex;
    flex-direction: column;
}
.unitit{
	display:block;
    position:relative;
    margin: 1em 0;
}
.unitit h3{
	font-size:20px;
	color:#000;
	font-family: 'Upgrade', 'sans-serif';
	line-height: 1;
}
.unitit hr{
    width: 64px;
    margin-left: 0;
    border: 2px solid #B9D118;
}
.titimage a {
    width: 100%;
    font-size: 20px;
    color: #2D2D2D;
    font-family: 'Upgrade', 'sans-serif';
    line-height: 1;
}

#excerpt-sidebar{
	font-size:15px;	
	margin-bottom:1em;
}
.toutiact a, .lire-art a{
    display: table;
    width: auto;
    margin: auto;
    background: #B9D118;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Upgrade', 'sans-serif';
    font-weight: 400;
    border-radius: 30px;
    font-size: 18px;
    padding: .5em 1em;
    letter-spacing: 0.5px;
}
.toutiact a:hover, .lire-art a:hover{
    background: #353635;
}
.toutiact a{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
.suiart{
    border-bottom: 4px solid #F2F2F5;
}
.article-blin{
	margin:2em 0 1em;
}
.article-blin img{
    width: 100%;
}
#contenuarticle ul {
    margin: 0;    
}
#contenuarticle ul li.product{
    margin: 0 1.29% 0;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
#contenuarticle ul li.product::before {
    content: inherit;
    margin-left:  inherit;
    padding-right:  inherit;
}
h2.woocommerce-loop-product__title{
    font-size: 22px !important;
    color: #000;
    padding: 0 0.5em !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > span.price{
    font-size: 20px !important;
    font-weight: 700;
    padding: 0 0.5em !important;
}
.quantity input{
	display: none;
}
.woocommerce ul.products li.product .button{
	margin-bottom:1em;
}
.woocommerce ul.products {
	display: flex;
}
/* }	 */
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:432px) {

}
@media only screen and (min-width:480px) {
    .side-actu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}
@media only screen and (min-width:600px) {

}
@media only screen and (min-width:720px) {
    .side-actu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media only screen and (max-width:768px) {
#contenuarticle ul.products {
    display: grid;
}
#contenuarticle ul li.product {
    margin: 1em auto;
}
.side-actu {
    margin: 2rem auto auto;
}
}
@media screen and (min-width: 481px) and (max-width: 991px) {
	
}
@media only screen and (min-width: 1025px){ 
	
}	
@media screen and (min-width: 1024px) and (max-width:1040px) {
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
}
@media only screen and (min-width:1200px) {

}
@media only screen and (min-width:1366px) {
}
@media only screen and (min-width:1440px) {
}
@media only screen and (min-width:1500px) {
}
@media only screen and (min-width:1680px) {
}
@media only screen and (min-width:1920px) {
}
@media only screen and (min-width:2560px) {
}
@media only screen and (max-width:1680px) {
}
@media only screen and (max-width:1500px) {
}
@media only screen and (max-width:1440px) {
}
@media only screen and (max-width:1366px) {
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1200px) {
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width:992px) {

}
@media only screen and (max-width:800px) {

}
@media only screen and (max-width:768px) {

}
@media only screen and (max-width:720px) {

}
@media only screen and (max-width:600px) {

}
@media only screen and (max-width:480px) {

}
@media only screen and (max-width:432px) {

}
@media only screen and (max-width:414px) {
}
@media only screen and (max-width:411px) {
}
@media only screen and (max-width:384px) {

}
@media only screen and (max-width:375px) {
/*
p{
	text-align: justify;
}
*/
}
@media only screen and (max-width:360px) {
}
@media only screen and (max-width:320px) {
}
 @media only screen and (min-width: 1024px){  
    .content-actu{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .side-actu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        margin: initial;
        margin-left: 2%;
    }

}
@media only screen and (min-width:1200px) {
    .titimage{
      
        flex-direction: row;
    }
    .titimage #date-blog {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
    }
    .unitit{
        padding-left:1em;
        margin: initial;
    }
    #excerpt-sidebar{
        margin:1em 0;
    }
    #date-blog{
        margin:1em 0;
    }
}
@media only screen and (min-width:2000px) {
}


