
/*
 Theme Name:   Barletta Child
 Theme URI:    https://socroch.fr
 Description:  Description de mon thème enfant
 Author:       Marie
 Author URI:   https://socroch.fr
 Template:     barletta
 Version:      1.0.0
*/


.header {
    margin: 20px 0;


img {
    width: 768px;
    height: auto;
}

.navbar {
    margin-bottom: 0px;
}

/* Version mobile, le menu devient une icône qui déroule une liste avec le menu en vertical */

.navbar-default .navbar-toggle a {
    background-color: #ee9cb0;
}



.blog-post {
    background-color: #fff;
    margin: 0;
    padding: 1px 60px 50px 60px;
}

.soldout {
	padding: 3px 8px;
	text-align: center;
	background: #ee9cb0;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
}

.woocommerce #content {
    margin: 0 20px 0 20px;
width: 100%;
}