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

body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 13px;
	color: #FF08D1;
	background-color: black;
}
h1{
	color: #FF08D1;
}
p{
	text-align: justify;
	color: gray;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #FF08D1;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FF08D1;
	font-weight: bold;
}
.btn-outline-success {
    color: #FF08D1;
    border-color: #FF08D1;
}

#socialmedia p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#imgheader{
	height: 250px;
	background: url("images/anglehautgauche.png") no-repeat, url("images/anglebasdroit.png") right bottom no-repeat;
	margin-bottom: 40px;
}

#imgheader p{
	font-size: 30px;
	margin-top: 0;
	text-align: right;
}

#imgheader h1{
	margin-top: 50px;
}


#imgpeinture{
	background: url("images/32938CC8-1.jpg") center fixed;
	background-size: auto;
	background-size: cover;
	height: 300px;
	margin: 50px 0 0 0;
}

#imgpeintureintro{
	background: url("images/fluidpainting.jpg") center fixed;
	background-size: auto;
	background-size: cover;
	height: 300px;
	margin: 50px 0 0 0;
	max-width:100%;
}


footer {
    background: #ff08d1;
    padding: 30px 0;
    margin-top: 50px;
}

footer p {
    text-align: center;
    color: white;
}
#intro p {
    font-size: 17px;
    color: gray;
    line-height: 210%;
}
.molecule{
	display: block;
	width: 450px;
	background: url("images/molecule.png") no-repeat center;
	
}

.woocommerce main{
	max-width: 1320px;
	margin: auto;
}

.woocommerce #content, .woocommerce-page #content{
	background-color: white;
	
}

#wpmenucartli a{
	display: block;
	padding: 7px 0;
	color: white;
	text-decoration: none;
}
#wpmenucartli {
	padding-left: 20px;
}

