/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  05: 2 Col Flex Sidebar Left, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "aguafina-script, Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../../img/bg.png);
}
img {
	vertical-align: top;
	top: 0px;
	z-index: -2147483648;
}
.masthead {
	padding: 0px;
	text-align: left;
	/* [disabled]background-color: #222; */
	border-width: 0px;
}
.masthead .logo {
	font-family: "old-man-eloquent";
	position: static;
	left: 0px;
	top: 0px;
	color: rgba(192,191,191,1.00);
}
.masthead h1 {
	margin: 0;
	font-family: "old-man-eloquent";
	color: #636f87;
	/* [disabled]padding-top: 20px; */
	padding-right: 20px;
	padding-left: 20px;
	/* [disabled]padding-bottom: 10px; */
	font-size: 4em;
	font-weight: normal;
	letter-spacing: .10em;
	text-height: 1em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	background-image: url(../../img/red.png);
	background-repeat: repeat-x;
	background-color: rgba(141,53,53,1.00);
}

.content-wrapper {
	border: 1px solid #222;
	margin-top: auto;
	margin-left: auto;
	margin-bottom: auto;
	overflow: hidden;
	/*ajouté*/
	max-width: 1300px;
	border-collapse: separate;
	margin-right: auto;
	/*ajouté*/
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

.main-content {
	float: right;
	width: 100%;
}
.sidebar {
	width: 50%;
	float: right;
}

.sidebar .content {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 70px;
	padding-bottom: 30px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #FFFFFA;
	/* [disabled]text-align: right; */
	background-image: url(../../img/bg-paper.gif);
	background-repeat: repeat;
}

.main-content .content {
	padding: 30px;
	font-size: .85em;/* de 1em à .85em aligné sur sidebar */
	line-height: 1.5em;
	border-left: 1px solid #000;
	background-color: #b7b7af;
	background-repeat: repeat;
	background-image: url("../../galerie/Iridescent Brush taster.jpg");
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	width: auto;
}
h1 { font-size: 1.5em; }
h2 {
	font-size: 1.35em;
	color: #AD4141;
}
h3 { font-size: 1.25em; }
h4 {
	font-size: 3em;
	font-family: voluta-script-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper {
	font-family: "aguafina-script";
	margin-top: 0px;
	color: #1D1A1A;
	font-size: 18px;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

.content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}

/*Ordinary Link Styles*/
.content a {
	color: #CC6633;
	text-decoration: none;
}
.content a:hover, .content a:focus {
	color: #996633;
}
.footer a {
	color: #ad4141;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #6E6D68;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	background-image: url(img/pbm-menu-bg.jpg);
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {margin-right: 0px;}

.menutop a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 12px;
	font-size: .85em;
	background-color: rgba(51,51,51,0.20);
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #E05557;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	/* [disabled]background-color: #222; */
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	background-color: #fff;
	font-size: .7em;
	color: #AD4141;
	text-align: center;
	width: auto;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
	width: auto;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 900px) {
.content {
	padding: 10px 10px !important;
}
}
