html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}
.sticky,
.gallery-caption,
.wp-caption, 
.bypostauthor,
.wp-caption-text {}

.small {font-size:90%;}
.small.jaune {font-size:90%!important; color:#FFD97D;}
.medium {font-size:120%;}
.medium.jaune {
	font-size: 130%!important;
	color: #FFD97D;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 1);
}
.large {font-size:150%;}
.large.jaune {
	font-size: 150%!important;
	color: #FFD97D;
}
.jaune { color:#FFD97D;}
.brown {color:#661e1f;}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: 'Avenir', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.2px;
	color: #621800;
	text-align: right;
	min-height: 100%;
}
html {
	background:url(style/images/bg/back-page.jpg) no-repeat center center;
  -webkit-background-size: 100% 100%; 
    -moz-background-size: 100% 100%; 
    -o-background-size: 100% 100%; 
    background-size: 100% 100%; 
}
@font-face {
    font-family: 'Avenir';
    src: url('style/fonts/Avenir-Medium.eot');
    src: url('style/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/Avenir-Medium.woff') format('woff'),
         url('style/fonts/Avenir-Medium.ttf') format('truetype'),
         url('style/fonts/Avenir-Medium.svg#Avenir') format('svg');
    font-weight: 400;
    font-style: normal;
   }
@font-face {
    font-family: 'Avenir_black';
    src: url('style/fonts/Avenir-Black.eot');
    src: url('style/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/Avenir-Black.woff') format('woff'),
         url('style/fonts/Avenir-Black.ttf') format('truetype'),
         url('style/fonts/Avenir-Black.svg#Avenir') format('svg');
    font-weight: normal;
    font-style: normal;
   }
@font-face {
    font-family: 'Avenir_heavy';
    src: url('style/fonts/Avenir-Heavy.eot');
    src: url('style/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/Avenir-Heavy.woff') format('woff'),
         url('style/fonts/Avenir-Heavy.ttf') format('truetype'),
         url('style/fonts/Avenir-Heavy.svg#Avenir') format('svg');
    font-weight: normal;
    font-style: normal;
   }
input,
textarea {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    color: #0f0000;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
}
input:focus,
textarea:focus {
    background: rgba(255, 255, 255, 0.70)
}
p {
	margin-bottom: 20px;
	font-size: 130%;
    font-family: 'Avenir', sans-serif;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
a:hover {
	color: #661a00;
	text-shadow: none;
}
.two-third a {
	color: #621800;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.two-third a:hover {
	color: #FFF;
	text-shadow: none;
}
header a.logo:hover i.icon-phone-sign, header a.logo2:hover i.icon-envelope-alt {
	color: #ffdf89;
	text-shadow: none;
}
.petitsicones {position:absolute; left:2%; top:12px; z-index:1000;}
.one-half.lefttext .icon-circle-arrow-down {color:#009ee0!important;}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) { 
.petitsicones {position:absolute; left:1%; width:50px;}
}

.menu_main {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #661a00;
	-webkit-box-shadow: 0px -1px 0px 1px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 0px -1px 0px 1px rgba(50, 50, 50, 0.44);
	box-shadow: 0px -1px 0px 1px rgba(50, 50, 50, 0.44);
	font-family: 'Avenir';
	line-height: normal;
}
.menu_main li.active a {
	color: #ffdf89!important;
}

.menu_main a:hover { text-decoration:none; color: #ffdf89;;}

.white {color:#FFF;}
a.more {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}
a.button,
.forms fieldset .btn-submit,
#commentform input#submit {
	font-family: 'Avenir';
	background: #FFF url(style/images/button.png) repeat-x;
	height: 31px;
	line-height: 31px;
	color: #621800;
	font-size: 14px;
	padding: 0px 18px;
	margin: 0 8px 0 0;
	display: inline-block;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	margin-bottom: 20px;
	box-shadow: 0px 1px 2px -1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.8);
	width: auto;
	border: none;
	font-weight: bold;
}
a.button.blue {
    background-color: #710000;
    color: ##360000;
}
a.button.pink {
	background-color: #31619F;
	color: #FFFFFF;
}
a.button.purple {
	background-color: #001942;
	color: #FFFFFF;
}
a.button.yellow {
	background-color: #F8CD94;
	color: ##360000;
}
a.button.red {
	background-color: #FF3300;
	color: #FFFFFF;
}
a.button.green {
	background-color: #AE9C84;
	color: ##360000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Avenir_heavy', sans-serif;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 1);
	font-weight: 400;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	margin-top: 20px;
}
h2 {
    font-size: 22px;
    line-height: 24px;
}
h3 {
    font-size: 20px;
    line-height: 22px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
h2.title {
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 21px;
    margin-bottom: 10px;
}
h1.title a,
h2.title a {
    color: #dedede
}
.title a:hover {
    color: #86aca3
}
ul {
	margin-bottom: 20px;
	list-style-type: circle;
	list-style-position: inside;
}
ul li {
    padding: 0;
    margin: 0;
}
ol {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 20px;
}
ol li {
    padding: 0;
    margin: 0;
}
hr {
    border: none;
    background: transparent url(style/images/line.png) repeat-x;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wrapper {
    width: 1010px;
    margin: 0 auto;
}
.header-wrapper {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
	box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
	position: fixed;
	z-index: 101;
	width: 100%;
}
.header {
    width: 1010px;
    margin: 0 auto;
	padding:0;
}
.intro {
	margin: 0;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
	padding: 200px 20px 20px 20px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	height: 295px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 3px 2px rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: Avenir;
	line-height: 22px;
}
.intro a span.icon-stack {color:#009ee0; margin-left:-8px; margin-right:-8px;}
.intro a:hover span.icon-stack {color:#661a00;}


@media only screen and (min-width: 1025px) {
.box {
	background: url(style/images/bg/back-box2.jpg) no-repeat left top;
}
html {	background-attachment: fixed;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) { 
.box {
	background: url(style/images/bg/back_box2-3.jpg) no-repeat left top!important;;
}
}

@media only screen and (min-width: 801px) {
.intro {
	background: url(style/images/bg/back-banner-large.jpg) no-repeat center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	font-size: 130%;
}
.intro span {font-size: 150%;}
.intro span.icon-stack {font-size:100%; margin-left:-8px;}
}

@media only screen and (min-width: 767px) {
.container-social {padding-top:20px;}
ul.social li a {
	color: #ECAD84;
}
ul.social2 li a {
	color: #ECAD84;
}
#nefer {position: absolute; bottom: 0px;}
}

@media only screen and (max-width: 800px) and (orientation:portrait) {
.intro {
	background: url(style/images/bg/back-banner-medium.jpg) no-repeat center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	height: 211px;
	font-size: 100%;
	padding-top:130px;
}
.intro span {font-size: 130%;}
.intro span.icon-stack {font-size:100%; margin-left:-8px;}
.box {
	background: url(style/images/bg/back_box2-768P-2.jpg) no-repeat left top;
}
#nefer img { max-width:75%!important; height:auto!important;}
}


@media only screen and (max-width: 640px) {
.intro {
	background: url(style/images/bg/back-banner-small.jpg) no-repeat center center;
	height: 129px;
	font-size: 85%;
	padding-top:50px;
	line-height: 18px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 1);
}
.intro span, .intro span.icon-stack {font-size: 100%;}
 .intro a span.icon-stack {margin-left:-4px; margin-right:-8px; line-height:2em;}
.box {
	background: url(style/images/bg/back_box-640.jpg) repeat-y left top;
}
h1 {
	font-size: 20px;
	line-height: 20px;
	margin-top:20px!important;
}
ul.social2 li a {
	color: #ECAD84;
}
#nefer {display:none;}
}

@media only screen and (min-width: 600px) and (max-width: 1280px) and (orientation:portrait) {
.intro {
	background: url(style/images/bg/back-banner-large.jpg) no-repeat center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	font-size: 130%;
}
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) { 
.box { padding-top:5px!important; padding-bottom:-5px!important;}
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
.intro {
	background: url(style/images/bg/back-banner-640L.jpg) no-repeat center center;
	height: 130px;
	font-size: 85%;
	padding-top:50px;
	line-height: 18px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 1);
}
.wrapper {padding-top:20px;}
ul.social li a { font-size:130%;}
.site-generator {font-size:110%;}
.mask {
	bottom: -200px!important;
}
h1.title { font-size:21px;}
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
.intro {
	background: url(style/images/bg/back-banner-480L.jpg) no-repeat center center;
	height: 128px;
	font-size: 85%;
	padding-top:50px;
	line-height: 18px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 1);
}
}


@media only screen and (min-width: 641px) {
span.iphone { display:none;}
}

@media only screen and (max-width: 320px) and (orientation:portrait) {
.intro {
	background: url(style/images/bg/back-banner-tiny.jpg) no-repeat center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	height: 82px;
	font-size: 100%;
	padding-top:60px;
}
#info {display:none;}
}

@media only screen and (max-width: 360px) and (orientation:portrait) {
.intro {
	background: url(style/images/bg/back-banner-tiny.jpg) no-repeat center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	height: 82px;
	font-size: 100%;
	padding-top:60px;
}
#info {display:none;}
}

.intro span {font-size: 175%; line-height:30px; letter-spacing:1px;}
.intro span.icon-stack {font-size:100%; margin-left:-8px;}
.blog-grid {
    visibility: hidden
}
.loading {
    background: transparent url(style/images/loading.gif) no-repeat 50% 20px;
    opacity: 0.44;
}
.outer {
    display: inline-block;
    zoom: 1;
    max-width: 100%;
    line-height: 0;
}
.outer:before,
.outer:after {
    display: table;
    content: "";
}
.outer:after {
    clear: both
}
.outer span.inset {
    display: inline-block;
    position: relative;
    max-width: 100%;
    pointer-events: none;
    line-height: 0;
}
.outer span.inset img {
    pointer-events: auto
}
.outer span.inset:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.outer span.inset:before {
    left: 0
}
.outer.left {
    float: left;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
}
.outer.right {
    float: right;
    margin-left: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
}
.outer.none {
    margin-bottom: 20px
}
.main-image {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    line-height: 0;
    background: rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
}
.main-image img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
}
.lefttext {text-align:left!important;}
.alignleft {
	float: left;
	display: block;
	margin-right: 20px;
	margin-left: 10px;
}
img.alignleft  {
	border: 1px solid #661a00;
	border-radius: 5px !important;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 1);
	box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 1);
	margin-bottom:5px;
}
.alignright {
    float: right;
    display: block;
    margin-left: 20px;
}
img.alignright  {
	border: 1px solid #661a00;
	border-radius: 5px !important;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 1);
	box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 1);
	margin-bottom:5px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.aligncenter  {
	border: 1px solid #661a00;
	border-radius: 5px !important;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 1);
	box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 1);
	margin-bottom:25px;
}
.dropcap {
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin: 10px 8px 0 0;
    text-transform: uppercase;
    font-family: 'Avenir';
    font-weight: bold;
}
.lite1 {
	font-weight: bold!important;
	font-size: inherit;
}
.lite2 {
	border-bottom: 1px dotted #fff
}
.download-box,
.warning-box,
.info-box1,
.info-box2,.info-box3,.note-box {
	clear: both;
	margin: 0 0 20px 50%;
	text-shadow: none;
	padding: 15px 15px 0px 15px;
	line-height: 17px;
	border-radius: 5px !important;
	font-weight: 700;
}
.info-box1, .info-box2, .info-box3, .info-box4, .info-box5, .info-box6, .info-box7, .info-box8, .info-box9, .info-box10, .info-box11, .info-box12, .info-box13, .info-box14, .info-box15, .info-box16, .info-box17, .info-box18, .info-box19, .info-box20 {
	display:block;
	padding:0;
	margin:0;
}
.info-box1 {
	background:url(style/images/icon10.png) no-repeat 0% 80%;
}
.info-box2 {
	background: url(style/images/icon11.png) no-repeat 0% 70%;
}

.info-box3 {
	background: url(style/images/icon12.png) no-repeat 0% 70%;
}
.info-box4 {
	background: url(style/images/icon07.png) no-repeat 0% 70%;
}
.info-box5 {
	background: url(style/images/icon02.png) no-repeat 0% 70%;
}
.info-box6 {
	background: url(style/images/icon05.png) no-repeat 0% 70%;
}
.info-box7 {
	background: url(style/images/icon03.png) no-repeat 0% 50%;
}
.info-box8 {
	background: url(style/images/icon09.png) no-repeat 0% 70%;
}
.info-box9 {
	background: url(style/images/icon01.png) no-repeat 0% 70%;
}
.info-box10 {
	background: url(style/images/icon13.png) no-repeat 0% 0; line-height: 30px;
}
.info-box11 {
	background: url(style/images/icon14.png) no-repeat 0% 70%;
}
.info-box12 {
	background: url(style/images/icon15.png) no-repeat 0% 50%;
}
.info-box13 {
	background: url(style/images/icon16.png) no-repeat 0% 60%;
}
.info-box14 {
	background: url(style/images/icon17.png) no-repeat 0% 50%;
}
.info-box15 {
	background: url(style/images/icon18.png) no-repeat 0% 70%; line-height: 50px;
}
.info-box16 {
	background: url(style/images/icon19.png) no-repeat 0% 10%; line-height: 60px;
}
.info-box17 {
	background: url(style/images/icon20.png) no-repeat 0% 40%; line-height: 60px;
}
.info-box18 {
	background: url(style/images/icon21.png) no-repeat 0% 10%;
}
.info-box19 {
	background: url(style/images/icon22.png) no-repeat 0% 60%;
}
.info-box20 {
	background: url(style/images/icon24.png) no-repeat 0% 70%;
}

#div1, #div2, #div3 {background: rgba(102, 26, 0, 0.5);
	border: 1px solid #fff;
	color: #FFFFFF;
	padding: 15px 15px 0px 15px;
	border-radius: 5px !important;
	}
#div1 {	margin: 0 0 20px 50%;}
#div2 {	margin: 0 0 20px 0;}
#div3 {	margin: 0 0 20px 25%;}
.warning-box {
    background: #a97777;
    border: 1px solid #bf8686;
    color: #531717;
}
.download-box {
    background: #77a984;
    border: 1px solid #86bf9d;
    color: #2e4534;
}
.note-box {
    background: #cbcc79;
    border: 1px solid #e7e88c;
    color: #47451b;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
.one-half {
    width: 48%
}
.one-third {
    width: 30.66%
}
.two-third {
    width: 65.33%
}
.one-fourth {
    width: 22%
}
.three-fourth {
    width: 74%
}
.one-fifth {
    width: 16.8%
}
.two-fifth {
    width: 37.6%
}
.three-fifth {
    width: 58.4%
}
.four-fifth {
    width: 67.2%
}
.one-sixth {
    width: 13.33%
}
.five-sixth {
    width: 82.67%
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
	position: relative;
	float: left;
	margin-right: 4%;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.column-wrapper {
    overflow: hidden;
    width: 100%;
}



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
	z-index: 3;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	background: rgba(102, 26, 0, 1);
}


/*-----------------------------------------------------------------------------------*/
/*	BLOG GRID
/*-----------------------------------------------------------------------------------*/
.blog-grid.masonry {
    overflow: inherit !important
}
.box {
	margin: 0;
	-webkit-box-shadow: 0px 1px 0px 1px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 0px 1px 0px 1px rgba(50, 50, 50, 0.44);
	box-shadow: 0px 1px 0px 1px rgba(50, 50, 50, 0.44);
	padding: 20px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box;
}
.content.box,
#comment-wrapper.box,
.sidebar.box {
    margin: 0
}
.blog-grid .post {
    width: 490px
}
.frame {
    display: block;
    position: relative;
    pointer-events: none;
}
img {
    display: block;
    max-width: 100%;
}
.frame img {
    display: block;
    max-width: 100%;
    pointer-events: auto;
}
iframe {
    display: block;
    pointer-events: auto;
}
.frame:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7), 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7), 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7), 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
}
.map {
	margin-bottom: 20px;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: -2px 4px 5px 0px rgba(50, 50, 50, 0.5);
}
.map iframe {
    max-width: 100%
}
.frame a .more {
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.55) url(style/images/icon-more.png) no-repeat center center;
}
.icon-audio,
.icon-chat,
.icon-image,
.icon-link,
.icon-quote,
.icon-standard,
.icon-video {
    display: block;
    float: left;
}
.icon-audio {
    background: transparent url(style/images/icon-audio.png) no-repeat left 5px;
    padding: 0 0 5px 15px;
}
.icon-chat {
    background: transparent url(style/images/icon-chat.png) no-repeat left 6px;
    padding: 0 0 6px 17px;
}
.icon-image {
    background: transparent url(style/images/icon-image.png) no-repeat left 6px;
    padding: 0 0 6px 20px;
}
.icon-link {
    background: transparent url(style/images/icon-link.png) no-repeat left 5px;
    padding: 0 0 5px 18px;
}
.icon-quote {
    background: transparent url(style/images/icon-quote.png) no-repeat left 7px;
    padding: 0 0 7px 17px;
}
.icon-standard {
    background: transparent url(style/images/icon-standard.png) no-repeat left 5px;
    padding: 0 0 5px 18px;
}
.icon-video {
    background: transparent url(style/images/icon-video.png) no-repeat left 6px;
    padding: 0 0 6px 18px;
}
.error404 .searchform,
.blog-grid .post.not-found .searchform {
    max-width: 200px
}
/* =Single
----------------------------------------------- */
.single .post .details {
    margin-top: -20px;
    margin-bottom: 20px;
}
.single .tags {
    padding-bottom: 20px
}
.single .tags a:before {
    content: "#";
    display: inline-block;
}
ul.single-gallery {
    list-style: none;
    margin-bottom: 50px;
}
ul.single-gallery li {
    margin-bottom: 40px
}
ul.single-gallery li p {
    margin-top: 40px
}
ul.single-gallery li .frame {
    margin: -20px -20px -20px -20px
}
#gallery-1 img {
    border: none !important
}
.single .audio-wrapper {
    width: 630px
}
.single .audio {
    width: 475px
}
/* =Quote
----------------------------------------------- */
blockquote {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    background-image: url(style/images/quote.png);
    background-repeat: no-repeat;
    background-position: right top;
    font-style: italic;
}
.blog-grid .post.format-quote blockquote {
    background: none
}
.blog-grid .post.format-quote {
    background-image: url(style/images/quote-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
blockquote p {
    margin: 0
}
blockquote cite {
    color: #797979;
    display: block;
    font-style: normal;
    font-size: 13px;
}
blockquote cite:before {
    content: "-";
    padding-right: 5px;
}
/* =Audio
----------------------------------------------- */
.audio-wrapper {
    width: 450px;
    position: relative;
    margin-bottom: 20px;
}
.audio {
    width: 293px;
    position: absolute;
    right: 0;
    top: 3px;
}
.vinyl {
    margin-bottom: 0;
    overflow: hidden;
    min-height: 125px;
}
.vinyl dl {
    position: relative;
    float: left;
    padding: 3px 20px 0 10px;
    margin-left: -9px;
}
.vinyl .art {
    position: absolute
}
.vinyl .art img {
    width: 120px;
    height: 120px;
    max-width: none;
}
.vinyl .art .highlight {
    position: absolute;
    top: -1px;
    left: -13px;
    width: 153px;
    height: 125px;
}
.vinyl dl dd {
    overflow: hidden;
    margin-left: 155px;
    padding-bottom: 5px;
    line-height: 20px;
}
.vinyl dl dd.song {
    margin-top: 45px
}
.vinyl dl dd.artist,
.vinyl dl dd.album {

}
.vinyl dl:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.icon-song,
.icon-album,
.icon-artist {
    background: transparent url(style/images/icon-song.png) no-repeat right 4px;
    width: 12px;
    height: 16px;
    margin-right: 7px;
    float: left;
    display: block;
}
.icon-album {
    background: transparent url(style/images/icon-album.png) no-repeat right 5px
}
.icon-artist {
    background: transparent url(style/images/icon-artist.png) no-repeat right 4px
}
/* =Related
----------------------------------------------- */
.related ul {
    width: 660px;
    padding-bottom: 20px;
    margin-right: -20px;
    list-style: none;
}
.related ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.related ul li {
    float: left;
    margin-right: 20px;
    padding: 0;
    background: none;
}
.related ul li img {
    width: 110px;
    height: 90px;
    display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
/***** Contact form *****/

#form .error-input {border:1px solid #621800!important;}
#form {
	margin: 0;
}
.sending{margin:0; padding:3px;font-size:15px; display:none; position:absolute; bottom:10px; right:20px;}
.mess {display: none; padding:40px 0 40px 0;}
.mess h3{ padding:10px; font-weight:400;}

.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    color: #58a267;
    display: none;
    margin: 0 0 15px 0;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.form-row {
    margin-bottom: 20px
}
.forms li.hidden-row {
    display: none
}
.forms fieldset .text-input,
.forms fieldset .text-area,
#commentform input,
#commentform textarea {
    padding: 7px 10px;
    height: 35px;
}
.forms fieldset .text-area,
#commentform textarea {
    min-height: 200px;
    padding: 10px;
    resize: vertical;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #0f0000
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
	display: block;
	margin-bottom: 5px;
	font-size: 120%;
}
#commentform label {
    display: inline-block;
    margin-bottom: 5px;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.searchform input {
    padding: 8px 10px;
    margin-bottom: 20px;
}
.form-allowed-tags {
    display: none
}
.forms br {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/
.container-social {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	clear: both;
	height: 30px;
}
.social li, .social2 li {
    display: inline;
    margin: 0 2px;
}
/***** Social link*****/

ul.social {
	margin: 0;
	height: 26px;
	overflow: hidden;
	float:right;
}
ul.social2 {
	margin: 0;
	height: 26px;
	overflow: hidden;
	float:left;
	width:100px;
}

ul.social li, ul.social2 li{
	display: inline-block;
	padding: 0;
	margin: 0 0 0 4px;
	line-height:26px;
}
ul.social li li{
	font-size: 20px;
}
ul.social2 li{
	font-size: 18px;
}

ul.social li {float: right;}
ul.social2 li{float: left;}
ul.social li a, ul.social2 li a {
	width: 26px;
	height: 26px;
	display: inline-block;
	padding: 0;
	margin: 0;
	opacity: 0.5;
}
ul.social li a { font-size:150%;}

ul.social li.last{ margin-right:0;}
ul.social li a:hover, ul.social2 li a:hover {
zoom: 1;
        filter: alpha(opacity=110);
        opacity: 1.5;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
	color:#fff!important;
}
.site-generator-wrapper {
	overflow: hidden;
}
.site-generator {
	width: 1010px;
	margin: 0 auto;
	padding: 20px 0;
	color: #FFFFFF;
}
.site-generator p {
    padding: 0
}
.jaune {
	color: #FFD979;
	font-size: 100%!important;
}
.bleu {
	color: #661a00;
	font-size: 100%!important;
}
span.bleu {font-size:120%!important;}
