﻿/*-----------------------------------------------------------------------------------

	Theme Name: CoWorker
	Theme URI: http://themes.semicolonweb.com/html/coworker
	Description: Responsive Business Theme
	Author: SemiColonWeb
	Author URI: http://themeforest.net/user/semicolonweb
	Version: 1.8

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------
    Document Reset
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h2.center{
color: color: #FFF;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 0px;
}

:focus { outline: 0;}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }


/* ----------------------------------------------------------------
    Basic Document Styles
-----------------------------------------------------------------*/


body {
	line-height: 1;
	color: #777;
	font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
	background: #EEE url("images/patterns/light/pattern_10_bis.jpg") repeat fixed;
}

input,
select,
textarea { font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; /*visibility: hidden;*/}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #57B3DF;
    color: #fff;
    }
::-moz-selection {
    background: #57B3DF; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #57B3DF; /* Safari */
	color: #fff;
}



/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/


a {
	text-decoration: none;
	color: #57B3DF;
}

a:hover, .selected { color: #222; }

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0 0 20px 0;
	/*color: #444;*/
	color: #222222;
    font-family: 'Open Sans', sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { color: #3498DB; /*#57B3DF;*/ }

h3,
h4,
h5,
h6 { padding-bottom: 15px; }

h1 {
	font-size: 28px;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
    font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

h4 {
    font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

h5 {
    /*font-weight: bold;*/
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

h6 {
    font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #555;
}

blockquote {
	color: #666;
	border-left: 3px solid #777;
    font-size: 14px;
    line-height: 1.4;
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
	padding: 5px 0 5px 20px;
    text-shadow: 1px 1px 1px #FFF;
    margin-left: 20px;
}

blockquote p { margin: 20px 0 0 0 !important; }

blockquote p:first-child { margin: 0 !important; }

/*strong { font-weight: bold; }*/
strong { font-weight: normal; }

strong, b {
    font-weight: 700;
}

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small {
    font-size: 11px;
    font-style: italic;	
}

del { text-decoration: line-through; }

ins { text-decoration: underline; }

pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	white-space: pre;
	overflow: auto;
	padding: 0 10px;
	clear: both;
	color: #666;
	line-height: 19px;
}

code {
	padding: 5px;
	background: #F9F9F9;
}

var,
kbd,
samp,
code {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #F9F9F9;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

ul,
ol,
dl { margin-left: 20px; }

caption { text-align: left; }

img { max-width: 100%; }

.img-polaroid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ----------------------------------------------------------------
    Basic Layout Styles
-----------------------------------------------------------------*/


.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
#wrapper { width: 1020px; margin: 50px auto; position: relative; background-color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.container { width: 960px; margin: 0 auto; position: relative; }
.container_federation {width: 1170px; margin: auto; position: relative; padding-left: 15px; padding-right: 15px;}

.container_federation_scroller{height: 100px;}
.container_federation_scroller h4 {width: 1170px; margin: auto; position: relative; padding: 0px 0px 0px 0px;}
.container_federation_scroller h4 a{color: #FFFFFF;}
.container_portfolio {width: 1200px; margin: auto; position: relative; padding-left: 15px; padding-right: 15px;}

.transparent_federation_promo {
position: relative;
background-color: #282A2B;
} 

.container_federation_promo h4 {width: 1170px; margin: auto; position: relative; height: 60px; padding-left: 15px; padding-right: 15px; top: 20px;}
.container_federation_promo .promo-action {position: absolute; top: 80px; max-width: 150px; left: 1400px;}
.container_federation_promo h4 a{color: #C96868; font-weight: bold; font-size: 20px; text-align: center;}


.transparent_amicale_promo {
height: 90px;
background: #26AF91;
position: relative;
/*padding: 20px;*/
}

.container_amicale_promo h4 {width: 1170px; margin: auto; position: relative; height: 60px; padding-left: 15px; padding-right: 15px; top: 20px;}
.container_amicale_promo h4 a{color: #FFFFFF; font-weight: normal; font-size: 18px; text-align: center;}

.line,
.double-line { clear: both; position: relative; width: 100%; margin: 30px 0; border-top: 1px solid #EEE;}
.double-line { border-top: 3px double #E5E5E5; }
.line a { position: absolute; left: auto; right: 0; padding-left: 5px; color: #272727; background: #F9F9F9; margin-top: -11px; border: none; }
.line a:hover { color: #575757; background: none; }
.emptydiv { display: block !important; position: relative !important;}
.allmargin { margin: 30px !important;}
.leftmargin { margin-left: 30px !important;}
.rightmargin { margin-top: 15px; margin-right: 30px !important;}

.sidebar-widgets-wrap a.btn.rightmargin {margin-top: 20px; margin-left: 70px ! important; font-size: 13px;}

.sidebar-widgets-wrap ul li.top-menu-em a {margin-top: 30px; margin-left: 70px ! important; color: #3498DB; /*#2581B0; #1ABC9C;*/}

.topmargin { margin-top: 30px !important;}
.bottommargin { margin-bottom: 30px !important;}
.nomargin {margin: 0 !important;}
.noleftmargin { margin-left: 0 !important;}
.norightmargin { margin-right: 0 !important;}
.notopmargin { margin-top: 0 !important;}
.nobottommargin { margin-bottom: 0 !important;}
.noborder { border: none !important; }
.noleftborder { border-left: none !important; }
.norightborder { border-right: none !important; }
.notopborder { border-top: none !important; }
.nobottomborder { border-bottom: none !important; }
.nopadding { padding: 0 !important; }
.noleftpadding { padding-left: 0 !important; }
.norightpadding { padding-right: 0 !important; }
.notoppadding { padding-top: 0 !important; }
.nobottompadding { padding-bottom: 0 !important; }
.noabsolute { position: relative !important;}
.hidden { display: none !important;}
.nothidden { display: block !important;}
.center { text-align: center !important;}
.divcenter { position: relative !important; margin-left: auto !important; margin-right: auto !important;}


span.page-divider { display: block; }

span.page-divider span {
    display: block;
    width: 15%;
    border-bottom: 2px solid #57B3DF;
}

.dotted-divider {
    clear: both;
    background: url("images/divider.png") repeat-x;
    margin: 10px 0;
    height: 5px;
}



.preloader,
.preloader2 {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }


.postcontent { width: 640px; }

.postcontent #slider { margin: 10px 30px 20px 0px; }


.landing-offer-media { width: 650px; }
.sidebar { width: 300px; }
.landing-offer-text { width: 280px; }
.col_full { width: 100%; }
.col_half,
.landing-offer-half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 48.33%; }

.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }

.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }

.postcontent,
.landing-offer-media,
.sidebar,
.landing-offer-text,
.col_full,
.col_half,
.landing-offer-half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.postcontent,
.sidebar,
.landing-offer-media,
.landing-offer-text { margin-right: 30px; 
	border-left: 1px solid #FFF;
	border-top:  1px solid #FFF;
	border-right:  1px solid #FFF;
	border-bottom:  1px solid #FFF;
 }

.col_full {
    clear: both;
	float: none;
	margin-right: 0;
	margin-bottom: 0px;
}

.col_full h2 {
    font-size: 25px;
	padding: 0px 0px 0px;
}


.postcontent.col_last,
.sidebar.col_last { float: right; width: 280px; }

.sidebar.col_last h4 {
 font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 24px;  }

.col_last {
	margin-right: 0 !important;
	clear: right;
}

.entry_content ul {
    clear: left;
    color: #444;
    list-style-type: disc;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

/*20131209*/
.entry_content ul.spip li{
    clear: left;
    color: #444;
    list-style-type: disc;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.entry_content ul.spip li a strong{
    clear: left;
    color: #444;
    list-style-type: disc;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.entry_content ol {
    clear: left;
    color: #444;
    list-style-type: decimal;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

label {
	display: inline-block;
    font-size: 13px;
	font-weight: 600;
	color: #444;
	margin-bottom: 5px;
    cursor: pointer;
	font-weight: bold;
}

.editer.saisie_email_message_auteur.obligatoire label,
.editer.saisie_sujet_message_auteur.obligatoire label,
.editer.saisie_texte_message_auteur.obligatoire label{
	display: inline-block;
    font-size: 13px;
	font-weight: 600;
	color: #444;
	margin-bottom: 5px;
    cursor: pointer;
	font-weight: bold;
}

#footer .widget .editer.saisie_email_message_auteur.obligatoire label,
#footer .widget .editer.saisie_sujet_message_auteur.obligatoire label,
#footer .widget .editer.saisie_texte_message_auteur.obligatoire label{
	display: inline-block;
    font-size: 11px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 5px;
    cursor: pointer;
	font-weight: normal;
}

select { min-height: inherit !important; }

input[type="text"],
input[type="password"],
select,
textarea {
    display: block;
	background: #FFF;
	padding: 10px;
    margin-bottom: 10px;
	border: 1px solid #DDD;
    border-top-width: 2px;
	outline: 0;
	font: normal 11px/100%;
    color: #666;
}

#footer.footer-dark input[type="text"],
#footer.footer-dark input[type="password"],
#footer.footer-dark select,
#footer.footer-dark textarea {
	background: #282A2B;
	border-color: #444;
    color: #CCC;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

input[type="text"],
input[type="password"] { width: 45%; }

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    position: relative;
    top: 2px;
}

textarea { 
	width: 90%;
	height: 150px;
	line-height: 150%;
}

textarea.short-textarea { height: 80px; }

input[type="text"]:active,
input[type="password"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus { border-color: #CCC; }

#footer.footer-dark input[type="text"]:active,
#footer.footer-dark input[type="password"]:active,
#footer.footer-dark textarea:active,
#footer.footer-dark select:active,
#footer.footer-dark input[type="text"]:focus,
#footer.footer-dark input[type="password"]:focus,
#footer.footer-dark textarea:focus,
#footer.footer-dark select:focus { border-color: #666; }

label.error {
    display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
    color: #BD091B;
    margin-bottom: 15px;
}

input.error,
textarea.error,
select.error { border-color: #BD091B !important; }

#footer.footer-dark input.error,
#footer.footer-dark textarea.error,
#footer.footer-dark select.error { border-color: #CF4545 !important; }

.quick-contact-form label.error { margin: 0; }

form p {
    margin-top: 5px;
    margin-bottom: 5px;
	float: right;
	margin-right: 13px;
	color: #444;
	font-size: 13px;
}

form p:first-child { margin-top: 0; }

form small {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}



/* ----------------------------------------------------------------
    Top Bar
-----------------------------------------------------------------*/


#top-bar {
    position: relative;
    /*background-color: #F5F5F5;*/
    height: 45px;
	background-color: #282A2B;
	color: #DDD;
}


.container_federation_promo {
	height: 50px;
	background-color: #282A2B;
	color: #DDD;
}

#top-menu {
    position: relative;
    float: left;
    height: 40px;
}

#top-menu li {
    float: left;
    margin-left: 10px;
    height: 40px;
    /*text-shadow: 1px 1px 1px #FFF;*/
}

#top-menu li:first-child { margin-left: 0; color: #DDD; text-decoration: none; }


#top-menu li a,
#top-menu li span {
    display: block;
    float: left;
    position: relative;
    line-height: 20px;
    margin-top: 10px;
    color: #F0EAEA; text-decoration: none;
	font-size: 14px;
}

#top-menu li span { color: #999; }

#top-menu li a:hover {
    color: #57B3DF;
    border-bottom: 1px dotted #57B3DF;
}

#top-menu li span {
    margin-right: 10px;
    font-size: 14px;
}

#top-menu li:first-child span { display: none; }

#top-menu li.top-menu-em a {
    position: relative;
    top: -1px;
    padding: 1px 6px;
    background-color: #57B3DF;
    color: #FFF;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#top-menu li.top-menu-em a:hover {
    color: #FFF;
    border-bottom: none;
}


#top-social {
    position: relative;
    float: left;
    height: 40px;
    margin: 0 -30px 0 40px;
}

#top-social h4 {
    float: left;
	font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 0px 0px;
    line-height: 20px;
	color: #D13A3F;}
	


#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    position: relative;
    width: 50px;
    height: 40px;
}

#top-social li,
#top-social li a,
#top-social li .ts-text {
    float: left;
    width: auto;
    overflow: hidden;
}

#top-social li a {
    width: 50px;
    line-height: 40px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#top-social li .ts-icon { float: left; }

#top-social li.ts-facebook a { background-color: #3B5998; }

#top-social li.ts-facebook .ts-icon { background: url("images/icons/social/facebook.png") no-repeat center center; }

#top-social li.ts-twitter a { background-color: #3CF; }

#top-social li.ts-twitter .ts-icon { background: url("images/icons/social/twitter.png") no-repeat center center; }

#top-social li.ts-gplus a { background-color: #BD3518; }

#top-social li.ts-gplus .ts-icon { background: url("images/icons/social/gplus.png") no-repeat center center; }

#top-social li.ts-dribbble a { background-color: #D97AA5; }

#top-social li.ts-dribbble .ts-icon { background: url("images/icons/social/dribbble.png") no-repeat center center; }

#top-social li.ts-forrst a { background-color: #304C25; }

#top-social li.ts-forrst .ts-icon { background: url("images/icons/social/forrst.png") no-repeat center center; }

#top-social li.ts-blogger a { background-color: #FCA448; }

#top-social li.ts-blogger .ts-icon { background: url("images/icons/social/blogger.png") no-repeat center center; }

#top-social li.ts-flickr a { background-color: #FF0084; }

#top-social li.ts-flickr .ts-icon { background: url("images/icons/social/flickr.png") no-repeat center center; }

#top-social li.ts-pinterest a { background-color: #CB2027; }

#top-social li.ts-pinterest .ts-icon { background: url("images/icons/social/pinterest.png") no-repeat center center; }

#top-social li.ts-rss a { background-color: #F88F16; }

#top-social li.ts-rss .ts-icon { background: url("images/icons/social/rss.png") no-repeat center center; }

#top-social li.ts-vimeo a { background-color: #0590B8; }

#top-social li.ts-vimeo .ts-icon { background: url("images/icons/social/vimeo.png") no-repeat center center; }

#top-social li.ts-youtube a { background-color: #F33; }

#top-social li.ts-youtube .ts-icon { background: url("images/icons/social/youtube.png") no-repeat center center; }

#top-social li.ts-phone a { background-color: #4818AB; }

#top-social li.ts-phone .ts-icon { background: url("images/icons/social/phone.png") no-repeat center center; }

#top-social li.ts-mail a { background-color: #444; }

#top-social li.ts-mail .ts-icon { background: url("images/icons/social/mail.png") no-repeat center center; }

#top-social li.ts-linkedin a { background-color: #0A6495; }

#top-social li.ts-linkedin .ts-icon { background: url("images/icons/social/linkedin.png") no-repeat center center; }


/* ----------------------------------------------------------------
    Top Bar Style 2
-----------------------------------------------------------------*/


#top-bar.top-bar2 #top-menu { float: right; }

#top-bar.top-bar2 #top-social {
    float: left;
    margin: 0 40px 0 -30px;
}


/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/


#header { position: relative; }


/* ----------------------------------------------------------------
    Logo
-----------------------------------------------------------------*/


#logo {
    position: relative;
    float: left;
    height: 100px;
    /*max-width: 230px;*/
	width: 170px;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    /*line-height: 120px;*/
	line-height: 100px;
}

#logo a {
    display: block;
	color: #000;
}

#logo img {
    display: block;
    max-width: 100%;
	height: 100px;
	width: 170px;	
}

#logo a.standard-logo { display: block; }

#logo a.standard-logo:hover { background-color: #57B3DF; }

#logo a.retina-logo { display: none; }




/* ----------------------------------------------------------------
    Primary Menu
-----------------------------------------------------------------*/


#primary-menu,
#lp-contacts,
.sticky-menu-wrap {
    position: relative;
    /*float: right;*/
	float: left;
    /*max-width: 710px;*/
	max-width: 780px;
    /*height: 120px;*/
	height: 100px;
	/*border-top: 1px solid #21BF8D;*/
}

.rs-menu,
.select-menu { display: none; }

#primary-menu ul,
.sticky-menu-wrap ul {
    position: relative;
    margin: 0;
}


/*#primary-menu  .sf-js-enabled {
position: relative;
display: inline-block;
max-width: 780px;

height: 100px;
float: left;
}*/


#primary-menu ul li,
.sticky-menu-wrap ul li {
    position: relative;
    float: left;
    /*height: 100px;*/
	height: 98px;
    background: url("images/icons/menu-divider.png") no-repeat left center;
    margin-left: 1px;
	/*22082013*/	
	
}
/*22082013*/
/*#primary-menu ul li a:hover{
border-bottom: 2px solid #21BF8D;}*/
	
	

#primary-menu ul li:first-child,
.sticky-menu-wrap ul li:first-child {
    padding-left: 0;
    background-image: none;
    margin-left: 0;
}

#primary-menu ul li:first-child span { display: none; }

#primary-menu li a {
    display: inline-block;    
    /*padding: 33px 14px 36px 14px;*/	
	/*22082013*/
	padding: 29px 10px 29px 10px;	
    font-size: 14px;
    font-weight: bold;   
    font-family: "Open Sans", sans-serif;
    color: #444;	
}


.sticky-menu-wrap li a {
    display: inline-block;    
    /*padding: 33px 14px 36px 14px;*/	
	/*22082013*/
	padding: 29px 10px 29px 10px;	
    font-size: 14px;
    font-weight: bold;   
    font-family: "Open Sans", sans-serif;
    color: #0079B2;	
}

#primary-menu li a span {
    display: block;
    margin-top: 2px;
    top: 0;
    color: #777;
    font-family: "Open Sans", serif;
    font-size: 11px;
    font-weight: 400 !important;
   
}

#primary-menu li i { margin-right: 2px; }

#primary-menu li:first-child a span {
    display: block;
    top: 0;
}

#sticky-menu .sticky-menu-wrap > ul > li :hover,
#sticky-menu .sticky-menu-wrap ul li :hover,
#primary-menu > ul > li:hover,
#primary-menu > div > ul > li:hover {background-color: #FFFFFF;  color: #3498DB; } /*#2581B0; #1ABC9C;#21BF8D*/ 

#primary-menu ul li.current,
#primary-menu > ul > li.current-menu-ancestor,
#primary-menu > ul > li.current-menu-parent,
#primary-menu > ul > li.current-menu-item,

#primary-menu div ul li.current,
#primary-menu > div > ul > li.current-menu-ancestor,
#primary-menu > div > ul > li.current-menu-parent,
#primary-menu > div > ul > li.current-menu-item,

.sticky-menu-wrap ul li.current,
.sticky-menu-wrap > ul > li.current-menu-ancestor,
.sticky-menu-wrap > ul > li.current-menu-parent,
.sticky-menu-wrap > ul > li.current-menu-item { background: #57B3DF; }

#primary-menu ul li.current a,
#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current-menu-ancestor > a,
#primary-menu > ul > li.current-menu-parent > a,
#primary-menu > ul > li.current-menu-item > a,
#primary-menu div ul li.current a,
#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current-menu-ancestor > a,
#primary-menu > div > ul > li.current-menu-parent > a,
#primary-menu > div > ul > li.current-menu-item > a,
.sticky-menu-wrap ul li.current a,
.sticky-menu-wrap > ul > li:hover a,
.sticky-menu-wrap > ul > li.current-menu-ancestor > a,
.sticky-menu-wrap > ul > li.current-menu-parent > a,
.sticky-menu-wrap > ul > li.current-menu-item > a {
    border-top-color: rgba(0,0,0,0.1);
    color: #FFF;
    
}

#primary-menu > ul > li:hover a span,
#primary-menu ul li.current a span,
#primary-menu > ul > li.current-menu-ancestor a span,
#primary-menu > ul > li.current-menu-parent a span,
#primary-menu > ul > li.current-menu-item a span,
#primary-menu > div > ul > li:hover a span,
#primary-menu > div ul li.current a span,
#primary-menu > div > ul > li.current-menu-ancestor a span,
#primary-menu > div > ul > li.current-menu-parent a span,
#primary-menu > div > ul > li.current-menu-item a span { color: #777; }


#primary-menu ul li:hover > ul,
.sticky-menu-wrap ul li:hover > ul {
	display: block;
}

#primary-menu ul ul,
.sticky-menu-wrap ul ul {
	/*visibility: hidden;*/
    z-index: 200;
	width: 180px;
	margin: 0;
	position: absolute;
	top: 100px;
	left: 0;
}

#primary-menu ul ul li,
.sticky-menu-wrap ul ul li {
    display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
    border: none;
    background-image: none;
    background-color: #57B3DF;
    margin-top: 1px;
}

#primary-menu ul ul li:first-child,
.sticky-menu-wrap ul ul li:first-child { border-top: 0; }

#primary-menu ul ul ul,
.sticky-menu-wrap ul ul ul {
    margin: 0;
	left: 180px !important;
    padding-left: 1px;
	top: 0;
	*top: 1px;
}

#primary-menu ul ul ul li:first-child,
.sticky-menu-wrap ul ul ul li:first-child { margin-top: 0; }

#primary-menu ul ul a,
.sticky-menu-wrap ul ul a {
    display: block;
	height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: none;
   
    color: #FFF;
    font-weight: normal;
   
}

#primary-menu ul ul a:hover,
#primary-menu ul ul li:hover > a,
.sticky-menu-wrap ul ul a:hover,
.sticky-menu-wrap ul ul li:hover > a {
    font-weight: normal;
	color: #21BF8D;
    background-color: #FFF;
}

#primary-menu ul ul a span,
.sticky-menu-wrap ul ul a span { display: none !important; }

#primary-menu ul ul ul li:first-child a,
.sticky-menu-wrap ul ul ul li:first-child a { border-top: none; }

#primary-menu ul > li.sub-menu > a > div,
.sticky-menu-wrap ul > li.sub-menu > a > div {
    background-image: url("images/icons/mainsubmenu.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 16px;
}


#primary-menu ul > li.sub-menu:hover > a > div,
#primary-menu ul li.current.sub-menu > a > div,
#primary-menu > ul > li.current-menu-ancestor.sub-menu > a > div,
#primary-menu > ul > li.current-menu-parent.sub-menu > a > div,
#primary-menu > ul > li.current-menu-item.sub-menu > a > div,
#primary-menu div > ul > li.current-menu-ancestor.sub-menu > a > div,
#primary-menu div > ul > li.current-menu-parent.sub-menu > a > div,
#primary-menu div > ul > li.current-menu-item.sub-menu > a > div,
#header.header7 #primary-menu ul > li.sub-menu:hover > a > div,
#header.header7 #primary-menu ul li.current.sub-menu > a > div,
#header.header7 #primary-menu > ul > li.current-menu-ancestor.sub-menu > a > div,
#header.header7 #primary-menu > ul > li.current-menu-parent.sub-menu > a > div,
#header.header7 #primary-menu > ul > li.current-menu-item.sub-menu > a > div,
.sticky-menu-wrap ul > li.sub-menu:hover > a > div,
.sticky-menu-wrap ul li.current.sub-menu > a > div,
.sticky-menu-wrap > ul > li.current-menu-ancestor.sub-menu > a > div,
.sticky-menu-wrap > ul > li.current-menu-parent.sub-menu > a > div,
.sticky-menu-wrap > ul > li.current-menu-item.sub-menu > a > div { background-image: url("images/icons/mainsubmenuh.png"); color:#2581B0; /*#1ABC9C #21BF8D;*/ }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a,
.sticky-menu-wrap ul ul > li.sub-menu > a,
.sticky-menu-wrap ul ul > li.sub-menu:hover > a {
    background-image: url("images/icons/submenu.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#primary-menu ul ul > li.sub-menu > a > div,
#primary-menu ul ul > li.sub-menu:hover > a > div,
#header.header7 #primary-menu ul ul > li.sub-menu > a > div,
#header.header7 #primary-menu ul ul > li.sub-menu:hover > a > div,
.sticky-menu-wrap ul ul > li.sub-menu > a > div,
.sticky-menu-wrap ul ul > li.sub-menu:hover > a > div {
    background-image: none;
    padding-right: 0;
}

/*#primary-menu ul:after,
.sticky-menu-wrap ul:after {
	content: ".";
	display: block;
	clear: both;
	/*visibility: hidden;
	line-height: 0;
	height: 0;
}*/


/* ----------------------------------------------------------------
    Header - Style 2
-----------------------------------------------------------------*/

#header.header2 { border-top: 3px solid #57B3DF; }

#header.header2 #primary-menu {
    float: none;
    max-width: none;
    height: 50px;
    border-top: 1px solid #EEE;
}

#header.header2 #primary-menu ul { margin: 0 -30px; }

#header.header2 #primary-menu ul li { height: 50px; }

#header.header2 #primary-menu li a { padding: 18px 16px 18px; }

#header.header2 #primary-menu ul ul {
    top: 50px;
    margin: 0;
}

#header.header2 #primary-menu ul ul ul {
    top: 0;
	*top: 1px;
}

#header.header2 #primary-menu ul ul li { height: auto; }

#header.header2 #primary-menu ul ul a { padding: 0 15px; }


/* ----------------------------------------------------------------
    Header - Style 3
-----------------------------------------------------------------*/





#header.header3 #primary-menu {
    float: none;
    max-width: none;
    height: 60px;
	/*background-color: #F5F5F5; /*whitesmoke;*/
	/*border-bottom: 1px solid white;*/
    /*border-top: 1px solid #21BF8D;*/
}
  

#header.header3 #primary-menu ul { margin: 0 -30px; }

#header.header3 #primary-menu ul li { height: 60px; }
/*#header.header3 #primary-menu ul li:hover { border-bottom: 2px solid #21BF8D; color: #21BF8D; }*/

/*#header.header3 #primary-menu > ul > li:hover,*/
/*#header.header3 #primary-menu > div > ul > li:hover { border-bottom: 2px solid #21BF8D; color: #21BF8D;}*/


#header.header3 #primary-menu li a { padding: 17px 17px 20px 17px;}
#header.header3 #primary-menu li a:hover {color: #21BF8D; }


#header.header3 #primary-menu li a span { display: none; }

#header.header3 #primary-menu ul ul {
    top: 60px;
    margin: 0;
}

#header.header3 #primary-menu ul ul ul {
    top: 0;
	*top: 1px;
}

#header.header3 #primary-menu ul ul li { height: auto; }

#header.header3 #primary-menu ul ul a { padding: 0 15px; }



ul.main-menu li a img {
   Position : absolue ;
    width : 0px ;
    height : 60px ;
    bottom : 0px ;
    margin-left : 0px ;
   
    -Moz- box-shadow : 0px  0px  4px  # 000 ;
    -Webkit- box-shadow : 0px  0px  4px  # 000 ;
    box-shadow : 0px  0px  4px  # 000 ;
}






/* ----------------------------------------------------------------
    Header - Style 4
-----------------------------------------------------------------*/


#header.header4 #logo {
    float: none;
    max-width: none;
    margin: 0;
    text-align: center;
}

#header.header4 #logo img { display: inline-block; }

#header.header4 #primary-menu { text-align: center; }

#header.header4 #primary-menu ul {
    display: inline-block;
    margin: 0 auto;
}

#header.header4 #primary-menu ul li { text-align: left; }

#header.header4 #primary-menu ul ul li { display: block; }

#header.header4 #lp-contacts {
    float: none;
    max-width: none;
    text-align: center;
}

#header.header4 #lp-contacts li {
    float: none;
    display: inline-block;
    text-align: left;
}

#header.header4 #top-search {
    left: 50%;
    margin-left: -90px;
}


/* ----------------------------------------------------------------
    Header - Style 6
-----------------------------------------------------------------*/


#header.header6 #primary-menu { background-color: #363839; }

#header.header6 #primary-menu li a { color: #FFF; }

#header.header6 #primary-menu > div > ul > li.sub-menu > a > div { background-image: url("images/icons/mainsubmenuh.png"); }


#header.header6 #primary-menu ul li {
    background-image: url("images/icons/menu-dividerd.png");
    background-position: left center;
    background-repeat: no-repeat;
}

#header.header6 #primary-menu ul li:first-child { background-image: none; }


/* ----------------------------------------------------------------
    Header - Style 7
-----------------------------------------------------------------*/


#header.header7 #primary-menu ul li { text-align: center; }

#header.header7 #primary-menu li a { padding: 24px 20px 6px; }

#header.header7 #primary-menu li a span { display: none; }

#header.header7 #primary-menu > ul > li > a i {
    display: block;
    margin: 0 auto 10px;
    height: 32px;
    height: 32px;
    line-height: 1;
    font-size: 32px;
    text-align: center;
}

#header.header7 #primary-menu ul ul li { text-align: left; }

#header.header7 #primary-menu ul ul a { padding: 0 15px; }

#header.header7 #primary-menu > ul > li.sub-menu > a > div {
    background-image: url("images/icons/mainsubmenu.png");
    background-position: bottom center;
    padding: 0 0 24px 0;
}


/* ----------------------------------------------------------------
    Sticky Header
-----------------------------------------------------------------*/


#sticky-menu {
    display: none;
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 250;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 0px;
	padding-top: 10px;
	border-top: 3px solid #3498DB;	
}

#sticky-menu .sticky-logo {
    float: left;
    margin-right: 20px;
    max-height: 100px;
}

.sticky-logo a,
.sticky-logo a img {
display: block;
max-width: 100%;
height: 100px;
width: 170px;
}

#sticky-menu .sticky-menu-wrap {
    float: left;
    max-width: none;
    height: 100px;
}

#sticky-menu .sticky-menu-wrap ul li { height: 100px; }

#sticky-menu .sticky-menu-wrap ul ul li { height: auto; }

#sticky-menu .sticky-menu-wrap li a { padding: 17px 10px 17px 10px; } 

#sticky-menu .sticky-menu-wrap ul ul a { padding: 0 15px; }

#sticky-menu .sticky-menu-wrap li a span { display: none; }

#sticky-menu .sticky-menu-wrap ul ul { top: 100px; }

#sticky-menu .sticky-menu-wrap ul ul ul {
    top: 0;
    *top: 1px;
}

#sticky-menu .sticky-search-trigger,
#sticky-menu .sticky-search-area-close {
    display: block;
    position: relative;
    float: right;
    margin-left: 1px;
    width: 50px;
    height: 100px;
    background: url("images/icons/menu-divider.png") no-repeat left center;
}

#sticky-menu .sticky-search-trigger a,
#sticky-menu .sticky-search-area-close a {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 20px;
    height: 20px;
    color: #666;
}

#sticky-menu .sticky-search-trigger a:hover,
#sticky-menu .sticky-search-area-close a:hover { color: #000; }

#sticky-menu .sticky-search-trigger i,
#sticky-menu .sticky-search-area-close i {
    display: block;
    margin: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

#sticky-menu .sticky-search-area {
    display: none;
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: #FFF;
    z-index: 10;
    overflow: hidden;
}

.sticky-search-area-close { float: left; }

.sticky-search-area form {
    float: left;
    margin: 0;
    width: 909px;
}

.sticky-search-area input {
    border: none;
    display: block;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    padding: 13px 0;
    width: 100%;
    color: #666;
}


/* ----------------------------------------------------------------
    Sliders
-----------------------------------------------------------------*/


#slider {
    position: relative;
    height: 600px;
    background-color: #EEE;
}

#slider > div > img,
#slider > div > a > img,
#slider > div > iframe { display: block; }

.fallback-image,
.fallback-image a,
.fallback-image img {
    display: none;
    width: 100%;
    height: 100%;
}

#slider .container { width: 100%; }

#slider.thumb-slider,
#slider.piecemaker-slider { height: auto; }

.slider-wrap {
    position: relative;
    width: 100%;
    /*height: 400px;20131114*/ 
	height: 280px;
}

.slider-wrap .slide,
.slider-wrap .slide a,
.slider-wrap .slide img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-line {
    position: absolute;
    border-top: 2px solid rgba(0,0,0,0.2);
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide a,
.fslider .slide img {
    position: relative;
    width: 100%;	
    height: auto;	
    overflow: hidden;
	/*background: #EEE url("images/patterns/light/pattern29.png") repeat fixed;*/
}

.fslider  > div   { min-height: 32px;
 }

/*.fslider-text .flexslider .slider-wrap .slide a {
position: relative;
    width: 100%;	
    height: 100px;	
    overflow: hidden;
	/*background: #EEE url("images/patterns/light/pattern29.png") repeat fixed;
}/*

/* ----------------------------------------------------------------
    3D Slider
-----------------------------------------------------------------*/


.slider-3d { position: relative; }

#piecemaker { margin: -25px 0 0 -90px; }

.body-slider-3d #header { z-index: 20; }


/* ----------------------------------------------------------------
    Camera Slider
-----------------------------------------------------------------*/


#slider.camera-slideshow { height: auto; }


/* ----------------------------------------------------------------
    Layer & Revolution Slider
-----------------------------------------------------------------*/


#slider.revolution-slider,
#slider.layerslider-wrap { overflow: hidden; }


/* ----------------------------------------------------------------
    Flex Slider
-----------------------------------------------------------------*/


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;} 

.flexslider {position: relative; margin: 0; padding: 0; width: 100%; height: 350px;/*280px;*/}


.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden; width: 100%; height: auto; /*280px;*/}


.flexslider .slider-wrap img {width: 100%; display: block; width: 100%; height: 350px; /*280px;*/}



.flex-pauseplay span {text-transform: capitalize;}


.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slider-wrap {display: block;} 
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-control-nav { display: none; }

.flex-control-thumbs { display: none; }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out;
}


/* ----------------------------------------------------------------
    Slider with Thumbs
-----------------------------------------------------------------*/


#slider.thumb-slider .flex-control-thumbs { display: block; }

#slider.thumb-slider .flex-control-thumbs,
#slider.thumb-slider .rs-thumb-wrap {
    display: block;
    position: relative;
    background: #FFF;
    height: 55px;
    text-align: center !important;
}

.flex-control-thumbs li,
.rs-thumb-wrap a {
    display: inline-block !important;
    width: 102px !important;
    height: 55px !important;
    cursor: pointer;
    margin: 0 !important;
}

.rs-thumb-wrap a {
    height: 50px !important;
    border-top: 5px solid #CCC;
}

.flex-control-thumbs li img,
.rs-thumb-wrap a img {
    display: block !important;
    width: 102px !important;
    height: 50px !important;
    border-top: 5px solid #CCC;
}

.rs-thumb-wrap a img { border: none; }

.flex-control-thumbs li img.flex-active,
.rs-thumb-wrap a.active { border-top-color: #57B3DF; }


/* ----------------------------------------------------------------
    Slider Navigation
-----------------------------------------------------------------*/

.flex-prev,
.flex-next,
.rs-prev,
.rs-next,
.nivo-prevNav,
.nivo-nextNav,
.camera_prev,
.camera_next,
.camera_commands,
.tp-leftarrow.default,
.tp-rightarrow.default,
.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
    display: block;
    position: absolute !important;
    z-index: 10;
    cursor: pointer;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 38px;
    width: 36px !important;
    height: 36px !important;
    text-indent: -9999px;
    background: url("images/icons/slider-nav.png") no-repeat 0 0;
    background-color: #111;
    background-color: rgba(11,11,11,0.8);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 30;
    background: url("images/icons/slider-nav.png") no-repeat 0 0 !important;
    background-color: #111 !important;
    background-color: rgba(11,11,11,0.8) !important;
    transition: opacity .25s ease-in-out, background-color .2s linear;
    -moz-transition: opacity .25s ease-in-out, background-color .2s linear;
    -webkit-transition: opacity .25s ease-in-out, background-color .2s linear;
    -ms-transition: opacity .25s ease-in-out, background-color .2s linear;
    -o-transition: opacity .25s ease-in-out, background-color .2s linear;
    opacity: 1;
}

.tp-leftarrow.default.hidearrows,
.tp-rightarrow.default.hidearrows { opacity: 0; }

.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
    top: 50%;
    margin-top: -18px;
    left: 20px;
    right: auto;
	display: block;
}

#slider.thumb-slider .flex-prev,
#slider.thumb-slider .flex-next { bottom: 105px; }

.flex-next,
.rs-next,
.nivo-nextNav,
.camera_next,
.ls-noskin .ls-nav-next {
    right: 0;
    background-position: -36px 0;
	display: block;
}

.ls-noskin .ls-nav-next {
    right: 20px;
    left: auto;
	display: block;
}

.tp-rightarrow.default { background-position: -36px 0 !important; }

.portfolio-image .flex-prev,
.portfolio-image .flex-next {
    position: absolute !important;
    top: auto;
    left: 0;
    bottom: 0;
    width: 28px !important;
    height: 28px !important;
    background-image: url("images/icons/portfolio-slider-nav.png");
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.portfolio-image .flex-next {
    left: 30px;
    background-position: -28px 0;
}


.flex-prev:hover,
.flex-next:hover,
.rs-prev:hover,
.rs-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.camera_prev:hover,
.camera_next:hover,
.camera_commands:hover,
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover,
.ls-noskin .ls-nav-prev:hover,
.ls-noskin .ls-nav-next:hover { background-color: #57B3DF !important; }


/* ----------------------------------------------------------------
    Slider Caption
-----------------------------------------------------------------*/


.slide-caption,
.rs-caption,
.nivo-caption {
    display: block;
    position: absolute;
    z-index: 8;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 76px;
    line-height: 24px;
    padding: 6px 15px;
    font-size: 14px;
    font-family: 'Droid Serif', sans-serif;
    width: auto !important;
    max-width: 600px;
    background-color: #363839;
    /*background-color: rgba(11,11,11,0.8);*/
    border-left: 3px solid #57B3DF;
    color: #FFF;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
}


.slide-caption2 {
    line-height: 20px;
    padding: 15px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    /*max-width: 200px;*/
    /*background-color: #111;
    background-color: rgba(11,11,11,0.8);*/
}

.camera_caption.slide-caption2 { max-width: 300px; }

.slide-caption2 h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #EEE;
}

.slide-caption2 h3 a:hover {
	color: #FFF;}

.slide-caption2 p { margin: 0; }

.slide-caption,
.slide-caption2 p a:hover {color: #FFF;}


.slide-caption-left {
    left: 50px;
    right: auto;
}


/* ----------------------------------------------------------------
    Main Content
-----------------------------------------------------------------*/


#content { position: relative; background-color: #FFFFFF ;}

.content-wrap {
    position: relative;
    padding: 20px 0;
}

.content-wrap .container {
    width: 960px;
    margin: 0px auto;
    position: relative;
}

.content-wrap .container .span10 {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

/* ----------------------------------------------------------------
    Page Title
-----------------------------------------------------------------*/

#page-title-date,
#page-title,
#countdown-wrap {
    position: relative;
    /*background-color: #F5F5F5;*/
	background-color: #F5F5F5;
    padding: 25px 0;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

#page-title h1 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0px;
    text-shadow: 1px 1px 1px #FFF;
    color: #555;
}

#page-title h1 span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
    color: #AAA;
}

#top-search {
    position: relative;
    width: 280px;
	height: 40px;
    top: 15%;
    float: right;
    right: 0;
    
}

#top-search form { margin: 0; 
 width: 280px;}

#top-search input {
    width: 230px;
    background-image: url("images/icons/search.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 38px;
    color: #21BF8D;
}

#top-search input.text {
    width: 280px;
    background-image: url("images/icons/search_bleu.jpg");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 38px;
    color: #0473A7;
	background-color: #F5F5F5;
}

#header #top-search { width: 260px; }

#header #top-search input { width: 211px; }


/* ----------------------------------------------------------------
    Landing Page
-----------------------------------------------------------------*/


#lp-contacts { margin: 0; }

#lp-contacts li {
    float: left;
    position: relative;
    height: 40px;
    overflow: hidden;
    margin: 30px 0 0 30px;
    padding-left: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #555;
}

#lp-contacts li:first-child { margin-left: 0; }

#lp-contacts li i {
    display: block;
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 0;
    left: 0;
    overflow: hidden;
}

#lp-contacts li span
 {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #0079B2;/*#57B3DF;*/
    font-weight: normal;
	overflow: hidden;
}

#lp-contacts li p {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #57B3DF;
    font-weight: normal;
}

#landing-area {
    position: relative;
    background-color: #EEE;
    padding: 40px 0;
}

#landing-area h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-shadow: 1px 1px 1px #FFF;
}

#landing-area p.landing-desc {
    font-size: 14px;
    color: #333;
    text-shadow: 1px 1px 1px #FFF;
}

#landing-area ul.landing-features {
    list-style: none;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #555;
    text-shadow: 1px 1px 1px #FFF;
}

ul.landing-features li { margin-top: 7px; }

ul.landing-features li:first-child { margin-top: 0; }

ul.landing-features li:hover { font-weight: bold; }

.landing-offer-media,
.landing-offer-text,
.landing-offer-half { margin-bottom: 0; width: 620px; height: 100px; }

.landing-offer-media .fslider,
.landing-offer-media .fslider .flexslider,
.landing-offer-media .fslider .slider-wrap,
.landing-offer-media .fslider .slide,
.landing-offer-media .fslider .slide a,
.landing-offer-media .fslider .slide img {
    position: relative;
    width: 620px;	
    height: 85px;	
    overflow: hidden;
	background: #444 url("images/patterns/light/pattern16.png") repeat fixed;	
    font-weight: normal; 
	border: medium none !important;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
	border-radius: 5px 5px 5px 5px;
	color: #1976A9 !important;
}

.landing-offer-media .fslider .flex-prev,
.landing-offer-media .fslider .flex-next {display: none;}

.landing-offer-media .fslider .slide a.spip_out { margin-top: 10px; margin-bottom: 10px; margin-left: 10px;}





.landing-action {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.landing-action > span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #FFF;
}


/* ----------------------------------------------------------------
    Coming Soon
-----------------------------------------------------------------*/


#countdown-wrap { padding: 50px 0; }

#countdown-wrap h1 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 50px;
    text-shadow: 1px 1px 1px #FFF;
    font-weight: 400;
    color: #555;
    text-align: center;
}


.countdown_row {
    display: block;
    position: relative;
	text-align: center;
    text-shadow: 1px 1px 1px #FFF;
}

.countdown_section {
	display: inline-block;
	font-size: 17px;
    line-height: 22px;
	text-align: center;
    width: 180px;
    color: #999;
    text-transform: lowercase;
}

.countdown_amount {
	font-size: 96px;
    line-height: 100px;
    font-family: "Droid Serif", sans-serif;
    color: #444;
}

.countdown_descr {
	display: block;
	width: 100%;
}

.lp-subscribe {
    position: relative;
    text-align: center;
}

.lp-subscribe form {
    display: inline-block;
    position: relative;
     float: left;
    max-width: 150px;
}

.lp-subscribe .alert {
    text-align: left;
    margin: 0 auto;
    max-width: 150px;
}

.lp-subscribe .lp-subscribe-input {
    display: block;
    float: left;
    width: 150px;
}

.lp-subscribe .lp-subscribe-submit {
    display: block;
    float: left;
	max-width: 80px;
}

.lp-subscribe input[type="text"] {
    display: block;
    width: 150px;
    padding: 10px 0px 10px 36px;
    font-size: 13px;
    color: #999;
    background: url("images/icons/subscribe.png") left no-repeat;
    margin: 0 !important;
}

.lp-subscribe input[type="submit"] {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #57B3DF;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
	max-width: 80px;
}

.lp-subscribe input[type="submit"]:hover { background-color: #444; }

.lp-subscribe label.error { display: none !important; }


/* ----------------------------------------------------------------
    Portfolio
-----------------------------------------------------------------*/


#portfolio-filter {
    position: relative;
    margin: 0 0 30px 0;
}

#portfolio-filter li {
    float: left;
    position: relative;
    padding: 0 0 12px;
    border-bottom: 1px solid #CCC9C9;
}

#portfolio-filter li a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 16px;
    line-height: 15px;
    font-family: "Open Sans";
    color: #4D4844;
    border-left: 1px solid #CCC9C9;
}

#portfolio-filter li:first-child a { border-left: none; }

#portfolio-filter li a:hover,
#portfolio-filter li.activeFilter a { color: #57B3DF; }

#portfolio-filter li.activeFilter a { font-weight: bold; }

#portfolio-filter li.activeFilter { border-bottom: 2px solid #57B3DF; }



/* ----------------------------------------------------------------
    Portfolio filtre Federation
-----------------------------------------------------------------*/


#portfolio-filter-federation {
    position: relative;
    margin: 0 0 30px 0;
}

#portfolio-filter-federation li {
    float: left;
    position: relative;
    padding: 0 0 12px;
    border-bottom: 1px solid #EEE;		
}

#portfolio-filter-federation li a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 13px;
    line-height: 15px;
    font-family: "Open Sans";
    color: #888;
    border-left: 1px solid #EEE;
}

#portfolio-filter-federation li:first-child a { border-left: none; }

#portfolio-filter-federation li a:hover,
#portfolio-filter-federation li.activeFilterfede a { color: #57B3DF; }

#portfolio-filter-federation li.activeFilterfede a { font-weight: bold; }

#portfolio-filter-federation li.activeFilterfede { border-bottom: 2px solid #57B3DF; }


/* ----------------------------------------------------------------
    Portfolio Image
-----------------------------------------------------------------*/


#portfolio {
    position: relative;
    margin: 0 -12px -12px 0;
}

.portfolio-item {
    position: relative;
    float: left;
    margin: 15px 5px 15px 5px;
    width: 290px;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
    display: block;
    position: relative;
    width: 290px;
    height: 200px;
}


.postcontent #portfolio { margin: 0 -8px -8px 0; }

.postcontent .portfolio-item {
    margin: 0 8px 8px 0;
    width: 174px;
}

.postcontent .portfolio-item .portfolio-image,
.postcontent .portfolio-item .portfolio-image a,
.postcontent .portfolio-item .portfolio-image img {
    width: 174px;
    height: 136px;
}


#portfolio.portfolio-3 { margin: 0 -10px -10px 0; }

.portfolio-3 .portfolio-item {
    margin: 0px 8px 10px 10px;
    /*width: 305px;*/
	width: 375px;
	
}

.portfolio-3 .portfolio-item .portfolio-image,
.portfolio-3 .portfolio-item .portfolio-image a,
.portfolio-3 .portfolio-item .portfolio-image img {
    /*width: 305px;
    height: 210px;*/
	width: 375px;
	height: 250px;
}


.postcontent #portfolio.portfolio-3 { margin: 0 -13px -13px 0; }

.postcontent .portfolio-3 .portfolio-item {
    margin: 0 13px 13px 0;
    width: 231px;
}

.postcontent .portfolio-3 .portfolio-image,
.postcontent .portfolio-3 .portfolio-image a,
.postcontent .portfolio-3 .portfolio-image img {
    width: 231px;
    height: 180px;
}


#portfolio.portfolio-5 { margin: 0 -5px -5px 15px; }

.portfolio-5 .portfolio-item {
    margin: 0 5px 5px 0;
    /*width: 188px;*/
	width: 150px;
	
	
}

.portfolio-5 .portfolio-item .portfolio-image,
.portfolio-5 .portfolio-item .portfolio-image a,
.portfolio-5 .portfolio-item .portfolio-image img {
    /*width: 188px;*/
	width: auto;
    height: auto;
}


#portfolio.portfolio-2 { margin: 0 -20px -20px 0; }

.portfolio-2 .portfolio-item {
    margin: 0 20px 20px 0;
    width: 470px;
}

.portfolio-2 .portfolio-item .portfolio-image,
.portfolio-2 .portfolio-item .portfolio-image a,
.portfolio-2 .portfolio-item .portfolio-image img {
    width: 470px;
    height: 300px;
}

.postcontent .portfolio-2 .portfolio-item { width: 350px; }

.postcontent .portfolio-2 .portfolio-image,
.postcontent .portfolio-2 .portfolio-image a,
.postcontent .portfolio-2 .portfolio-image img {
    width: 350px;
    height: 223px;
}


.portfolio-title {
    position: relative;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #DDD;
    background-color: transparent;
	/*background-color: #FFFFFF;*/
	font-size: 14px;
	color: #5C5C5D;
}  
.portfolio-title a span{
color: #5C5C5D;
}

 
.portfolio-introduction {
    position: relative;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
}

.postcontent .portfolio-title h3 { font-size: 13px; }

.portfolio-title h3 {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: bold;
	text-align: left;
	color: #5C5C5D;
}

.portfolio-3 .portfolio-title h3 span{ font-size: 15px; text-align: left; font-weight: bold; color: #5C5C5D;}

.portfolio-3 .portfolio-title h3 a { font-size: 15px; text-align: left; /*color: #444;*/ font-weight: normal; color: #5C5C5D;}


.portfolio-2 .portfolio-title h3 { font-size: 18px; }

.portfolio-title h3 a {
    color: #555;
    /*text-shadow: 1px 1px 1px #FFF;*/
	font-size: 13px;
}

.portfolio-item:hover h3 a { color: #57B3DF; }

.portfolio-item:hover .portfolio-title { border-bottom-color: #57B3DF; }



#portfolio .slider-wrap,
.postcontent #portfolio.portfolio-3 .slider-wrap {
/* height: 180px;*/
height: 250px;
 }

.postcontent #portfolio .slider-wrap { height: 136px; }

#portfolio.portfolio-3 .slider-wrap { 
/*height: 210px;*/
height: 250px;
}


#portfolio.portfolio-2 .slider-wrap { height: 300px; }

.postcontent #portfolio.portfolio-2 .slider-wrap { height: 223px; }


/* ----------------------------------------------------------------
    Home Portfolio
-----------------------------------------------------------------*/


.scroll-portfolio { margin-bottom: 15px !important; }

.scroll-portfolio .portfolio-item { width: 231px !important; }

.scroll-portfolio .portfolio-item .portfolio-image
.scroll-portfolio .portfolio-item .portfolio-image a,
.scroll-portfolio .portfolio-item .portfolio-image img {
    width: 231px !important;
    height: 180px;
}

.scroll-portfolio .widget-scroll-prev,
.scroll-portfolio .widget-scroll-next { top: 0; }


/* ----------------------------------------------------------------
    Portfolio Overlay
-----------------------------------------------------------------*/


.portfolio-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #57B3DF;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.9;
}


.port-gallery .portfolio-overlay { background: transparent; }

.portfolio-overlay-wrap {
    position: relative;
    padding: 15px;
    color: #FFF;
}

.portfolio-overlay-wrap p {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 15px;
	font-size: 12px;
}

.portfolio-overlay-wrap span {
    display: block;
    margin-bottom: 15px;
}

.portfolio-overlay-wrap span span {
    margin: 0;
    width: 15%;
    border-bottom: 1px solid #FFF;
}

.portfolio-overlay-wrap a {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px dotted #FFF;
    font-style: italic;
	font-size: 12px;
}

.portfolio-overlay-wrap a:hover { border-style: solid; }

.portfolio-2 .portfolio-overlay-wrap {
    font-size: 16px;
    line-height: 24px;
}


.portfolio-overlay .p-overlay-icons,
.postcontent #portfolio.portfolio-3 .p-overlay-icons,
.postcontent #portfolio.portfolio-2 .p-overlay-icons {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: auto;
    height: 28px;
    margin-top: 0;
    margin-left: 0;	
	display: block;
}

.p-overlay-icons a {
    display: block;
    float: left;
    margin-left: 2px;
    width: 28px !important;
    height: 28px !important;
    text-indent: -9999px;
    background-color: #222;
    background-repeat: no-repeat;
    background-image: url("images/icons/portfolio-overlay.png");
}

.p-overlay-icons a:first-child { margin-left: 0; }

.p-overlay-icons a.p-o-image { background-position: -28px 0; }

.p-overlay-icons a.p-o-video { background-position: 0 0; }

.p-overlay-icons a.p-o-gallery { background-position: -56px 0; }

.p-overlay-icons a.p-o-link { background-position: -84px 0; }


.portfolio-5 .p-overlay-icons,
.portfolio-widget .p-overlay-icons,
.postcontent #portfolio .p-overlay-icons {
    top: 50%;
    margin-top: -14px;
    width: 58px;
    left: 50%;
    margin-left: -29px;
}


/* ----------------------------------------------------------------
    Portfolio Single
-----------------------------------------------------------------*/

#portfolio-single-wrap { position: relative; }


/* ----------------------------------------------------------------
    Portfolio Single - Slider
-----------------------------------------------------------------*/


#portfolio-single-wrap #slider { float: left; }

#portfolio-single-wrap.portfolio-single-left #slider { float: right; }

#portfolio-single-wrap.portfolio-single-full #slider,
.postcontent #portfolio-single-wrap #slider {
    float: none;
    margin-bottom: 30px;
}

#portfolio-single-wrap #slider {
    width: 680px;
    height: auto;
    background-color: transparent;
}

.postcontent #portfolio-single-wrap #slider { width: 100%; }

#portfolio-single-wrap .slider-wrap,
#portfolio-single-wrap .slide,
#portfolio-single-wrap #slider a,
#portfolio-single-wrap #slider img {
    display: block;
    width: 100%;
    height: auto;
}

#portfolio-single-wrap #slider iframe { display: block; }

#portfolio-single-wrap.portfolio-single-full #slider {
    width: 960px;
    height: auto;
}

#portfolio-single-wrap.portfolio-single-full .slider-wrap,
#portfolio-single-wrap.portfolio-single-full .slide,
#portfolio-single-wrap.portfolio-single-full .slide a,
#portfolio-single-wrap.portfolio-single-full .slide img {
    width: 100%;
    height: auto;
}


#portfolio-single-wrap .flex-prev,
#portfolio-single-wrap .flex-next,
.entry_image .flex-prev,
.entry_image .flex-next,
.fslider .flex-prev,
.fslider .flex-next {
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    margin-top: -18px;
}

#portfolio-single-wrap .flex-next,
.entry_image .flex-next,
.fslider .flex-next {
    left: auto;
    right: 0;
}

.portfolio-item .portfolio-image .flex-prev,
.portfolio-item .portfolio-image .flex-next { margin-top: -14px; }


/* ----------------------------------------------------------------
    Portfolio Single - Details
-----------------------------------------------------------------*/


#portfolio-details-wrap {
    float: right;
    width: 250px;
    margin-left: 30px;
}

#portfolio-single-wrap.portfolio-single-left #portfolio-details-wrap {
    float: left;
    margin: 0 30px 0 0;
}

#portfolio-single-wrap.portfolio-single-full #portfolio-details-wrap,
.postcontent #portfolio-single-wrap #portfolio-details-wrap {
    float: none;
    margin: 0;
    width: auto;
}

#portfolio-details-wrap h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

#portfolio-details-wrap span.page-divider { margin-top: 10px; }

#portfolio-details-wrap .port-details { margin-top: 35px; }


#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap .port-desc {
    float: right;
    margin: 0;
    width: 680px;
}

.postcontent #portfolio-single-wrap .port-desc { width: 440px; }

#portfolio-single-wrap.portfolio-single-full .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap .port-details {
    float: left;
    margin: 0 30px 0 0;
    width: 250px;
}

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-desc { float: left; }

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details {
    float: right;
    margin: 0 0 0 30px;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-desc {
    float: left;
    margin: 0;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-details {
    float: right;
    margin: 0 0 0 30px;
}

#portfolio-details-wrap .port-details h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

#portfolio-details-wrap .port-terms {
    position: relative;
    border-bottom: 1px dotted #DDD;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


#portfolio-details-wrap .port-terms h5 {
    color: #333;
    margin: 0 !important;
    float: left;
    width: 110px;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

#portfolio-details-wrap .port-terms span {
    display: block;
    position: relative;
    overflow: hidden;
}

.word-wrap {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: pre-line;
}


/* ----------------------------------------------------------------
    Portfolio Navigation
-----------------------------------------------------------------*/


#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    max-width: 96px;
    height: 32px;
    margin-top: -16px;
}

#portfolio-navigation a {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background: #E5E5E5 url("images/icons/portfolio-nav.png") no-repeat 0 0;
    transition: background-color .2s linear,background-position .3s linear;
    -moz-transition: background-color .2s linear,background-position .3s linear;
    -webkit-transition: background-color .2s linear,background-position .3s linear;
    -ms-transition: background-color .2s linear,background-position .3s linear;
    -o-transition: background-color .2s linear,background-position .3s linear;
}

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation .port-nav-list { background-position: -32px 0; }

#portfolio-navigation .port-nav-next { background-position: -64px 0; }

#portfolio-navigation a:hover {
    background-position: 0 -32px;
    background-color: #57B3DF;
}

#portfolio-navigation .port-nav-list:hover { background-position: -32px -32px; }

#portfolio-navigation .port-nav-next:hover { background-position: -64px -32px; }


/* ----------------------------------------------------------------
    Related Portfolio Items
-----------------------------------------------------------------*/


#portfolio-related {
    position: relative;
    margin: 30px 0 0 0;
}

#portfolio-related-items {
    position: relative;
    margin: 0 -5px 0 0;
}

#portfolio-related-items li {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}

#portfolio-related-items li,
#portfolio-related-items li > a,
#portfolio-related-items li > img {
    display: block;
    width: 188px !important;
    height: 146px;
}

.postcontent #portfolio-related-items li,
.postcontent #portfolio-related-items li > a,
.postcontent #portfolio-related-items li > img {
    width: 176px !important;
    height: 137px;
}

#portfolio-related-items li .p-overlay-icons {
    top: 50%;
    margin-top: -14px;
    width: 28px;
    left: 50%;
    margin-left: -14px;
}


/* ----------------------------------------------------------------
    Isotope
-----------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ----------------------------------------------------------------
    Posts
-----------------------------------------------------------------*/


#posts { position: relative; }

.entry {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 2px double rgb(229, 229, 229);	
}

.col_one_third .entry {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 2px double rgb(229, 229, 229);
	display: inline-block;
	float: right;	
	width: 375px;	
margin-left: 2px;	
}

.col_two_third .entry {
    position: relative;
    /*margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 2px double rgb(229, 229, 229);*/
	display: inline-block;
	float: right;	
	width: 375px;	
margin-left: 2px;	
}

.col_two_third a.rss{
width: 32px;
height: 32px;
background: transparent url("images/rss-picto-rond-13-icone-7611-32.png") no-repeat scroll 0px 0px;
float: left;
margin-right: 10px;
}

.entry_image {
    position: relative;   
    margin-bottom: 20px;
	/*width: 100%;*/
	margin-left: 30px;
	margin-right: 30px;	
}

.col_one_third .entry_image {
    position: relative;   
    /*width: 50%;*/
	float: left;
	margin: 0px 15px 10px 5px;
	display: block;
}

.col_two_third .entry_image {
    position: relative;   
    /*width: 50%;*/
	float: left;
	margin: 0px 15px 10px 5px;
	display: block;
}

.small-posts .entry_image {
    float: left;
    width: 200px;
	height: 170px;
    margin: 0px;
	}

.entry_image a,
.entry_image img {
    /*display: block;
    position: relative;*/
    width: 100%;
	height: 100%; 	
}

.col_one_third .entry_image a img.spip_logos,
.col_one_third .entry_image img,
.col_one_third .small-posts .entry_image img.spip_logos{
     /*display: block;
    position: relative;*/
    width: 150px;/*95px;*/
	height: 102px;/*80px;*/ 	
	padding: 0px;
}

.col_two_third .entry_image a img.spip_logos,
.col_two_third .entry_image img,
.col_two_third .small-posts .entry_image img.spip_logos{
     /*display: block;
    position: relative;*/
	width: 150px;
	height: 102px;	
	padding: 0px;
}

.small-posts .entry_image a,
.small-posts .entry_image img,
.small-posts .entry_image img .spip_logos{
   /* display: block;
    position: relative;
    /*width: 75px;
	height: 75px;*/
    width: 100%;
	height: 100%; 
	padding: 0px;
}


.entry_image iframe,
.ipost-image iframe { display: block; 
float: left;
    width: 200px;
	height: 170px;
    margin: 0px;
	top: 0px;
	}


.col_one_third .entry_image iframe,
.col_one_third .ipost-image iframe { display: block; }

.col_two_third .entry_image iframe,
.col_two_third .ipost-image iframe { display: block; }

.entry_image .slider-wrap,
.entry_image .slide,
.entry_image .slide a,
.entry_image .slide img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.entry_date {
    float: left;
    width: 72px;
    text-align: center;
}

.col_one_third .entry_date {
    float: left;
    width: 60px;
    text-align: left;
	margin-right: 10px;
}

.col_two_third .entry_date {
    float: left;
    width: 60px;
    text-align: left;
	margin-right: 10px;
}

.postcontent .small-posts .entry_date {
    width: 60px;
    margin-right: 10px;
}

.col_full .small-posts .entry_date { margin-right: 15px; }

.entry_date div.month,
.entry_date div.year,
.entry_date div.day {
    background-color: #57B3DF;
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    padding: 0 0 10px;
}

.entry_date div.day {
    font-weight: normal;
    padding: 10px 0 0;
    font-size: 32px;
    font-weight: 600;
}

.postcontent .small-posts .entry_date div.month,
.postcontent .small-posts .entry_date div.day {
    font-size: 16px;
    padding: 0 0 12px;
}

.postcontent .small-posts .entry_date div.day {
    font-size: 28px;
    padding: 12px 0 0;
}

.entry_date div.post-icon {
    position: relative;
    color: #57B3DF;
    font-size: 42px;
    margin: 20px 0 0 0;
}

div.post-icon i {
    display: block;
    padding: 0;
    margin: 0;
}

.entry_c {
    float: left;
    margin-left: 20px;
    width: 628px;
}

.col_one_third .entry_c {
    float: left;
    margin-left: 0px;
   	text-align: left;
	font-size: 13px;
	width: 280px;
}

.col_two_third .entry_c {
    float: left;
    margin-left: 0px;
   	text-align: left;
	font-size: 13px;
	width: 280px;
}

.col_full .entry_c { width: 868px; }

.postcontent .small-posts .entry_c { width: 400px; }

.col_full .small-posts .entry_c { width: 640px; }

.entry_title { margin-bottom: 5px; }

.col_one_third .entry_title { margin-bottom: 5px; }

.col_two_third .entry_title { margin-bottom: 5px; }

.entry_title h2 {
    padding: 0;
    color: #444;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.col_one_third .entry_title h2 {
   
    color: #444;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
	padding-left: 0px;
}

.col_two_third .entry_title h2 {
   
    color: #444;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
	padding-left: 0px;
}

.postcontent .small-posts .entry_title h2 {
    font-size: 16px;
    line-height: 20px;
}

.col_one_third .postcontent .entry_title h2 {
    font-size: 14px;
    line-height: 18px;
}

.col_two_third .postcontent .entry_title h2 {
    font-size: 14px;
    line-height: 18px;
}
.entry_title h2 a { color: #555; }

.col_one_third .entry_title h2 a { color: #555; }

.col_two_third .entry_title h2 a { color: #555; }

.entry_title h2 a:hover { color: #888; }

.col_one_third .entry_title h2 a:hover { color: #888; }

.col_two_third .entry_title h2 a:hover { color: #888; }

.entry_meta {
    position: relative;
    margin: 0 -7px -3px 0;
}

.col_one_third .entry_meta {
    position: relative;
    margin: 0 -7px -3px 0;
}

.col_two_third .entry_meta {
    position: relative;
    margin: 0 -7px -3px 0;
}
.post-single .entry_meta { margin-bottom: 12px; }

.entry_meta li {
    margin: 0 7px 3px 0;
    float: left;
    font-size: 12px;
    color: #444;
	font-weight: normal;
	
}

.col_one_third .entry_meta li {
    margin: 0 7px 3px 0;
    float: left;
    font-size: 12px;
    color: #444;
	font-weight: normal;
	
}

.col_two_third .entry_meta li {
    margin: 0 7px 3px 0;
    float: left;
    font-size: 12px;
    color: #444;
	font-weight: normal;
	
}

.entry_meta li a {
    color: #444;
    font-family: "Open Sans", sans-serif;
	font-weight: normal;
}

.col_one_third .entry_meta li a {
    color: #444;
    font-family: "Open Sans", sans-serif;
	font-weight: normal;
}

.col_two_third .entry_meta li a {
    color: #444;
    font-family: "Open Sans", sans-serif;
	font-weight: normal;
}

.entry_meta li a:hover { color: #57B3DF; }

.col_one_third .entry_meta li a:hover { color: #57B3DF; }

.col_two_third .entry_meta li a:hover { color: #57B3DF; }

.entry_meta li i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 2px;
    font-size: 15px;
}

.col_one_third .entry_meta li i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 2px;
    font-size: 15px;
}

.col_two_third .entry_meta li i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 2px;
    font-size: 15px;
}

.entry_meta li span {
    display: inline-block;
    margin-right: 7px;
    font-size: 13px;
}

.col_one_third .entry_meta li span {
    display: inline-block;
    margin-right: 7px;
    font-size: 13px;
}

.col_two_third .entry_meta li span {
    display: inline-block;
    margin-right: 7px;
    font-size: 13px;
}

.entry span.page-divider { margin: 12px 0; }

.entry span.page-divider span {  }

.small-posts span.page-divider { margin: 12px 0 12px; }

.postcontent .small-posts span.page-divider span { width: 20%; }

.entry_content {
    position: relative;
    font-size: 14px;
    /*margin-bottom: -20px;*/	
	margin-bottom: -35px;	
}

.col_one_third .entry_content {
    position: relative;
    font-size: 13px;
    /*margin-bottom: -20px;*/	
	margin-bottom: -35px;	
}

.col_two_third .entry_content {
    position: relative;
    font-size: 13px;
    /*margin-bottom: -20px;*/	
	margin-bottom: -35px;	
}

.entry_content a{    
	color: #444;
}

.entry_content p{    
	color: #444;
	text-align: justify;
	line-height: 1.3em;
	text-transform: inherit;
	font-size: 14px;
}



.col_one_third .entry_content a{    
	color: #444;
}

.col_two_third .entry_content a{    
	color: #444;
}

.entry_content a:hover{    
  text-decoration: underline;
}

.col_one_third .entry_content a:hover{    
  text-decoration: underline;
}

.col_two_third .entry_content a:hover{    
  text-decoration: underline;
}
.entry_share {
    position: relative;
    margin: 20px 0;
    padding: 10px 0;
    line-height: 24px;
}

.entry_share span {
    display: block;
    float: left;
    margin-right: 15px;
}

.entry_share a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 15px;
}

.entry_share a img {
    display: block;
    margin: 0;
    width: 24px;
    height: 24px;
}

.ipost { position: relative; }

.ipost .ipost-image { position: relative; }

.ipost .ipost-image a,
.ipost .ipost-image img {
    display: block;
    width: 221px;
    height: 170px;
}


.ipost .ipost-image .spip_document {
    display: block;
    width: 221px;
    height: 170px;
	margin: 10px 10px 10px 0px;
}



.ipost .ipost-title h5 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
}

.ipost .ipost-title a { color: #555;  font-weight: bold; }

.ipost .ipost-title a:hover { color: #57B3DF; }

.ipost .ipost-meta {
    position: relative;
    margin: 0 -10px 0 0;
}

.ipost-meta li {
    float: left;
    font-size: 13px;
    margin: 0 5px 0 0;
    color: #444;/*AAA;*/
}

.ipost-meta li span { margin-right: 10px; }

.ipost-meta li a { color: #888; }

.ipost-meta li a:hover { color: #000; }

.ipost-content { margin-top: 10px; }

.ipost-content p a { font-size: 14px; color: #333;/*999;*/ }

.related-posts {
    position: relative;
    margin: 0 -20px 0 0;
}

.related-posts li {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 165px !important;
    list-style: none;
}

.col_full .related-posts li { width: 176px !important; }

.related-posts li .rpost-image {
    position: relative;
    margin-bottom: 10px;
}

.rpost-image,
.rpost-image a,
.rpost-image img {
    display: block;
    width: 165px !important;
    height: 120px;
}

.col_full .rpost-image,
.col_full .rpost-image a,
.col_full .rpost-image img {
    width: 176px !important;
    height: 128px;
}

.rpost-title {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.rpost-title a { color: #666; }

.rpost-title a:hover { color: #000; }

.post-overlay {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
    line-height: 24px;
    text-align: center;
    background-color: #222;
    background-color: rgba(0,0,0,0.5);
    font-size: 20px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


/* ----------------------------------------------------------------
    Post Elements
-----------------------------------------------------------------*/


img.alignleft,
div.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
    display: block;
    float: none;
}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
    display: block;
    margin: 10px 0;
    float: none;
}

img.aligncenter,
div.aligncenter,
div.aligncenter img {
    margin-left: auto;
	margin-right: auto;
	clear: both;
}

img.alignright,
div.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 13px 20px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
    display: block;
	margin: 0;
}

p.wp-caption-text {
    display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px;
    background-color: #EEE;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}


/* ----------------------------------------------------------------
    Comments List
-----------------------------------------------------------------*/


#comments {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px double #E5E5E5;
}

.commentlist {
    list-style-type: none;
    border-bottom: 3px double #E5E5E5;
    padding-bottom: 30px;
    margin: 0 0 30px;
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li { margin: 20px 0 0 0; }

.commentlist ul:first-child { margin-top: 0; }

.commentlist li {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #EEE;
}

.commentlist ul .comment-wrap { margin-left: 30px; }

.commentlist > li { }

.commentlist > li:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

.commentlist li .children { margin-top: 0; }

.commentlist li li .children { margin-left: 30px; }

.commentlist li .comment-content,
.pingback {
    position: relative;
    overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p { margin: 20px 0 0 0; }

.commentlist li .comment-content {
    padding: 0 0 0 15px;
}

.commentlist li .comment-meta {
    float: left;
    margin-right: 0;
    line-height: 1;
}

.comment-avatar img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.comment-content .comment-author {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.comment-content .comment-author a {
    border: none;
    color: #333;
}

.comment-content .comment-author a:hover {
    color: #57B3DF;
    border-color: #57B3DF;
}

.comment-content .comment-author span { display: block; }

.comment-content .comment-author span,
.comment-content .comment-author span a {
    font-size: 11px;
    font-weight: normal;
    color: #AAA;
}

.comment-content .comment-author span a { border-bottom: 1px dotted #AAA; }

.comment-content .comment-author span a:hover {
    color: #888;
    background: none;
    border-bottom: 1px solid #AAA;
}


/* ----------------------------------------------------------------
    Comment Form
-----------------------------------------------------------------*/


#respond,
#respond form { margin-bottom: 0; }

.commentlist li #respond { margin: 30px 0 0; }

.commentlist li li #respond { margin-left: 30px; }

#respond p { margin: 10px 0 0 0; }

#respond p:first-child { margin-top: 0; }

#respond label small {
    color: #999;
    font-weight: normal;
}

#respond input[type="text"],
#respond textarea { margin-bottom: 0; }

#respond .col_one_third,
#respond .col_full { margin-bottom: 15px; }

.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
    display: block !important;
    width: 100% !important;
    margin: 0;
}


/* ----------------------------------------------------------------
    Side Navigation
-----------------------------------------------------------------*/


.sidenav {
  width: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sidenav > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 9px 14px;
  font-size: 13px;
  border: 1px solid #E5E5E5;
  border-right-width: 2px;
  color: #777;
}
.sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.sidenav > .active > a,
.sidenav > .active > a:hover {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border: 0;
  color: #FFF;
  font-weight: bold;
  background-color: #57B3DF;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -2px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -2px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -2px 0 0 rgba(0,0,0,.1);
}

.sidenav li i { font-size: 14px; }

/* Chevrons */
.sidenav .icon-chevron-right {
  float: right;
  margin-top: 1px;
  margin-right: -6px;
  opacity: .4;
  font-size: 13px !important;
}
.sidenav > li > a:hover {
  background-color: #F5F5F5;
  color: #222;
}
.sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.sidenav .active .icon-chevron-right,
.sidenav .active a:hover .icon-chevron-right { opacity: 1; }


/* ----------------------------------------------------------------
    Sitemap
-----------------------------------------------------------------*/


.sitemap {
    position: relative;
    list-style-type: square;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.sitemap ul {
    list-style-type: circle;
    font-family: "Droid Serif", serif;
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0 5px 20px;
}

.sitemap span {
    display: block;
    margin: 2px 0 5px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.sitemap span a { color: #777; }

.sitemap span a:hover { color: #000; }

.sitemap ul ul { list-style-type: disc; }


/* ----------------------------------------------------------------
    Promo
-----------------------------------------------------------------*/


.promo {
    position: relative;
    background: url("images/pattern17.png") repeat;
    padding: 15px 15px;
    border-left: 2px solid #57B3DF;
    margin: 20px 8px 10px 8px;
}

.promo-desc {
    position: relative;
    padding-right: 165px;
}

.promo h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 0;
    text-shadow: 1px 1px 1px #FFF;
}

.promo h3 > span { color: #57B3DF; }

.promo-desc > span {
    display: block;
    margin-top: 3px;
    font-size: 15px;
    line-height: 22px;
    color: #444;/*777;*/
    font-family: "Open Sans";
}

.promo-action {
    position: absolute;
    right: 20px;
    top: 92%;
    margin-top: -60px;
    max-width: 150px;
}

.promo-action a {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-family: "Open Sans";
    padding: 0 15px;
    font-weight: bold;
    line-height: 40px;
    background: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.promo-action a:hover { background: #57B3DF; color: #FFFFFF;}


.well.callout h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 15px;
}

.well.callout p {
    font-size: 13px;
    font-family: 'Droid Serif', serif;
    color: #999;
}


/* ----------------------------------------------------------------
    404
-----------------------------------------------------------------*/


.error-404 {
    position: relative;
    text-align: center;
    font-size: 216px;
    line-height: 1;
    color: #57B3DF;
    font-family: "Open Sans", sans-serif;
}

.error-404 span {
    display: block;
    font-size: 48px;
    color: #444;
    margin-bottom: 20px;
}

.error-404-meta {
    position: relative;
    margin: 40px 0 20px;
}

.error-404-meta form {
    position: relative;
    margin: 0 auto;
    width: 386px;
}

.error-404-meta input[type="text"] {
    display: block;
    width: 350px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    padding: 7px 17px;
}

.error-404-meta input[type="submit"] {
    position: absolute;
    cursor: pointer;
    top: -6px;
    left: auto;
    right: 0;
    display: block;
    border: none;
    width: 48px;
    height: 48px;
    background: #57B3DF url("images/icons/search-404.png") no-repeat center center;
    text-indent: -9999px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.error-404-meta input[type="submit"]:hover { background-color: #444; }


/* ----------------------------------------------------------------
    Tabs
-----------------------------------------------------------------*/


.tab_widget {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}

.tab_widget ul.tabs {
	display: block;
	position: relative;
	list-style: none;
	height: 42px;
	border-bottom: 1px solid #DDD;
    margin: 0;
}

#footer.footer-dark .tab_widget ul.tabs { border-bottom-color: #282828; }

.side-tabs ul.tabs {
    float: left;
    width: 250px;
    height: auto;
    border-bottom: none;
    padding: 20px 0;
    border-right: 1px solid #DDD;
}

.tab_widget ul.tabs li {
width: 111px;
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	line-height: 39px;
	border: 1px solid #DDD;
    border-top-width: 3px;
    border-left: none;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.09, rgb(230,230,230)),
    	color-stop(0.55, rgb(238,238,238))
    );
}

#footer.footer-dark .tab_widget ul.tabs li {
	border-color: #282828;
	background-image: linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -o-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 9%, rgb(59,59,59) 55%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.09, rgb(51,51,51)),
    	color-stop(0.55, rgb(59,59,59))
    );
}

.side-tabs ul.tabs li {
    float: none;
    border: 1px solid #DDD;
    border-top: none;
    border-right: none;
    height: 40px;
	line-height: 40px;
    margin-top: 0;
}

.tab_widget ul.tabs li:first-child { border-left: 1px solid #DDD; }

#footer.footer-dark .tab_widget ul.tabs li:first-child { border-color: #282828; }

.tab_widget ul.tabs li a {
	text-decoration: none;
	color: #444;
	font-size: 13px;
	display: block;
	padding: 0 13px;
	outline: none;
	/*font-weight: bold;*/
	font-weight: normal;
    font-family: "Open Sans", sans-serif;
	text-shadow: 1px 1px 1px #FFF;
    border: none;
    border-left: 1px solid #F9F9F9;
}

#footer.footer-dark .tab_widget ul.tabs li a {
	color: #EEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 0;
}

.tabbed-widget .tab_widget ul.tabs a { padding: 0 9px; }

.side-tabs ul.tabs li a { border-left: 0; }

.tab_widget ul.tabs li a i {
    float: left;
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.side-tabs ul.tabs li a i {
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.tab_widget ul.tabs li:first-child a { border-left: none; }

.tab_widget ul.tabs li a:hover { background: none; }

.tab_widget ul.tabs li.active,
.tab_widget ul.tabs li.active a:hover {
	background: #FFF;
	border-bottom: 1px solid #FFF;
}

#footer.footer-dark .tab_widget ul.tabs li.active,
#footer.footer-dark .tab_widget ul.tabs li.active a:hover {
	background: #555;
	border-bottom: 1px solid #555;
}

.tab_widget ul.tabs li.active { border-top: 3px solid #57B3DF; }

.tab_widget ul.tabs li.active a { color: #57B3DF; }

.side-tabs ul.tabs li.active,
.side-tabs ul.tabs li.active a:hover {
	border-bottom: 1px solid #DDD;
    border-right: 1px solid #FFF;
}

.side-tabs ul.tabs li.active {
    border-top: none;
    border-left: 4px solid #57B3DF;
    margin-right: -1px;
}

.side-tabs ul.tabs li:first-child { border-top: 1px solid #DDD !important; }

.tab_widget .tab_container {
	display: block;
	overflow: hidden;
	position: relative;
	clear: both;
	background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}

#footer.footer-dark .tab_widget .tab_container {
    background: #555;
    border-color: #282828;
}

.side-tabs .tab_container {
    clear: none;
    border: none;
}

.tab_widget .tab_content {
	display: block;
	position: relative;
	padding: 15px;
}

.side-tabs .tab_content { padding: 20px 0 0 20px; }



/* ----------------------------------------------------------------
    Toggle
-----------------------------------------------------------------*/


.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
    line-height: 24px;
    padding-left: 32px;
	cursor: pointer;
	margin: 0;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
	color: #333;
	background: url("images/icons/toggle-plus.png") no-repeat left;
}

.toggle .toggleta {
    font-weight: bold;
    background: url("images/icons/toggle-minus.png") no-repeat left;
}

.toggle .togglec {
	display: block;
	position: relative;
    padding: 10px 0 0 32px;
}


/* ----------------------------------------------------------------
    Alert Messages
-----------------------------------------------------------------*/


.style-msg,
.style-msg2 {
    display: block;
	border-left: 4px solid rgba(0,0,0,0.1);
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
	background: #C1FFCC;
	color: #184B21;
}

.errormsg {
	background: #F9BBB9;
	color: #740D0A;
}

.infomsg {
	background: #B9DFF4;
	color: #124F70;
}

.alertmsg {
	background: #FCE0B6;
	color: #975E06;
}

.style-msg .sb_msg,
.style-msg2 .msgtitle,
.style-msg2 .sb_msg {
    display: block;
	padding: 10px 15px;
    border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.style-msg2 .msgtitle {
    background: rgba(0,0,0,0.1);
    border-top: none;
    border-bottom: none;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.style-msg2 .sb_msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }


/* ----------------------------------------------------------------
    Quotes
-----------------------------------------------------------------*/


.quote {
    background: url("images/icons/quote.png") left top no-repeat;
    margin: 10px 0;
    padding: 0 0 0 15px;
	font-size: 15px;
    font-style: italic;
    color: #777;
    font-family: 'Droid Serif', Georgia, serif;
    text-shadow: 1px 1px 1px #FFF;
    border: 0;
}

blockquote.quote-left,
blockquote.quote-right {
    font-size: 15px;
    line-height: 20px;
	padding-left: 15px;
}

.quote-left {
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 5px;
}

.quote-right {
    float: right;
    width: 150px;
    margin-left: 20px;
    margin-bottom: 5px;
}


/* ----------------------------------------------------------------
    Gallery
-----------------------------------------------------------------*/


.gallery {
    margin: 20px auto;
    float: left;
	width: 100%;
    line-height: 1;
}

.gallery .gallery-item {
    float: left;
	text-align: center;
	margin-left: 0;
    width: auto !important;
	margin:  10px 10px 0 0 !important;
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
    width: auto !important;
	height: auto !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

.gallery .gallery-caption { margin-left: 0; }

.gallery br { clear: both }

.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


/* ----------------------------------------------------------------
    Features
-----------------------------------------------------------------*/


.product-feature {
    position: relative;
    padding-left: 60px;
    margin-top: 30px;
}

.product-feature:first-child { margin-top: 0; }

.product-feature h3 {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    padding-bottom: 7px;
}

.product-feature p { margin: 0; }

.product-feature img,
.product-feature > span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 12px;
    width: 24px;
    height: 24px;
    background-color: #57B3DF;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.product-feature > span {
    font-size: 25px;
    color: #FFF;
    text-align: center;
    line-height: 23px;
}

.product-feature2 { padding-left: 52px; }

.product-feature2 img,
.product-feature2 > span,
.product-feature3 img,
.product-feature3 > span {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 40px;
    color: #333;
    text-align: center;
    line-height: 1;
}

.product-feature3 {
    padding: 15px;
    background-color: #F5F5F5;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
}

.product-feature3 img,
.product-feature3 > span {
    position: relative;
    margin: 0 auto 5px;
    width: 250px;
    height: 200px;
    font-size: 95px;
}

.product-feature3:hover span { color: #57B3DF; }


/* ----------------------------------------------------------------
    Amicales
-----------------------------------------------------------------*/


.our-amicales {
    position: relative;
    margin: 0px -12px 0px 10px;
	
}

.our-amicales li
 {  display: block;
    margin: 0 12px 0 0;
    position: relative;
    float: left;
    border: 5px solid #F5F5F5;
	width: 140px !important;
	height: 120px;
	/*background: #F9F9F9;*/
    transition: border-color .2s linear;
    -moz-transition: border-color .2s linear;
    -webkit-transition: border-color .2s linear;
    -ms-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
}

.our-amicales li:hover { border-color: #57B3DF; }

.our-amicales li img {
    display: block;
    width: 140px !important;
    height: 100px;
    background: #F9F9F9;
}

.our-amicales li .rclients-image{
position: relative;
margin-bottom: 0px;
}

.our-amicales .rclients-image,
.our-amicales .rclients-image a,
.our-amicales .rclients-image img {
    display: block;
    width: 140px !important;
    height: 100px;
	background: #F9F9F9;
}


.our-amicales li.rclients-title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.our-amicales li.rclients-title a { color: #666; }

.our-amicales li .rclients-title a:hover { color: #000; text-decoration: underline; }

/* ----------------------------------------------------------------
    Clients
-----------------------------------------------------------------*/


.our-clients {
    position: relative;
    margin: 0 -12px 0 0;
}

.our-clients li
 {  display: block;
    margin: 0 12px 0 0;
    position: relative;
    float: left;
    border: 5px solid #F5F5F5;
	width: 140px !important;
	height: 90px;
	/*background: #F9F9F9;*/
    transition: border-color .2s linear;
    -moz-transition: border-color .2s linear;
    -webkit-transition: border-color .2s linear;
    -ms-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
}

.our-clients li:hover { border-color: #57B3DF; }

.our-clients li img {
    display: block;
    width: 140px !important;
    height: 90px;
    background: #F9F9F9;
}

.our-clients li .rclients-image{
position: relative;
margin-bottom: 0px;
}

.our-clients .rclients-image,
.our-clients .rclients-image a,
.our-clients .rclients-image img {
    display: block;
    width: 140px !important;
    height: 90px;
	background: #F9F9F9;
}


.rclients-title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.rclients-title a { color: #666; }

.rclients-title a:hover { color: #000; text-decoration: underline; }



/* ----------------------------------------------------------------
    Team Members
-----------------------------------------------------------------*/


.team-member {
    position: relative;
    width: 100%;
}

.team-member .team-image {
    position: relative;
    margin-bottom: 15px;
}

.team-image,
.team-image img {
    display: block;
    width: 70%;
}

.team-rounded .team-image img {
    background: #EEE;
    padding: 5px;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	transition: transform 0.15s linear 150ms;
	width: 100%;
}

.team-rounded .team-image {
    text-align: center;
    margin-bottom: -10px;
}

.team-image span {
    display: block;
    position: absolute;
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    top: auto;
    bottom: 30px;
    left: 0;
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.team-rounded .team-image span {
    display: inline-block;
    position: relative;
    top: auto;
    bottom: 35px;
    z-index: 2;
}

.team-member .team-desc { position: relative; }

.team-desc h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #DDD;
}

.team-desc p { margin-bottom: 0; }

.team-social {
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
}

.team-social a {
    float: left;
    margin-left: 10px;
}

.team-social a:first-child { margin-left: 0; }

.team-social a,
.team-social img,
.team-social i {
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 1;
}

.team-social i {
    position: relative;
    color: #666;
    font-size: 14px;
}

.team-social i:hover { color: #888; }

.team-skills {
    margin: 10px 0 0;
    padding: 7px 0 2px;
    border-top: 1px dotted #DDD;
    border-bottom: 1px dotted #DDD;
}

.team-skills li {
    display: inline-block;
    margin: 0 15px 5px 0;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.team-skills li span {
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #57B3DF;
    margin-right: 2px;
    text-shadow: 0px 0px 0px #FFF;
}


/* ----------------------------------------------------------------
    FAQs
-----------------------------------------------------------------*/


#faqs { margin: 0 0 -15px; }

.faq {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #DDD;
}

.faq .togglet,
.faq .toggleta {
    background-image: none !important;
    line-height: 20px;
    padding-left: 26px;
}

.faq .togglet i,
.faq .toggleta i {
    display: block;
    position: absolute;
    font-size: 18px;
    width: 18px;
    text-align: center;
    top: 0;
    left: 0;
}

.faq .togglec { padding: 10px 0 0 26px; }


/* ----------------------------------------------------------------
    About
-----------------------------------------------------------------*/


.skills { margin: 0; }

.skills li {
    position: relative;
    margin-top: 15px;
}

.skills li:first-child { margin-top: 0; }

.skills li .progress {
    height: 30px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.skills li span {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #FFF;
}


/* ----------------------------------------------------------------
    Icons
-----------------------------------------------------------------*/


.icon-rounded,
.icon-plain,
.icon-circled {
    display: block !important;
    float: left !important;
    margin: 12px 12px 12px 12px;
    text-align: center !important;
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
}

.icon-rounded,
.icon-circled {
    width: 32px;
    height: 32px;
    padding: 8px;
    background-color: #444;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.icon-plain {
    width: 48px;
    height: 48px;
    font-size: 47px;
    line-height: 50px;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.icon-plain:hover { color: #777; }

.icon-circled {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.icon-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}


.icon-rounded:hover,
.icon-circled:hover {
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.icon-rounded,
.icon-circled {
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.dropcap {
    float: left;
    display: block;
    margin: 3px 8px 3px 0;
    padding: 8px;
    font-size: 36px;
    line-height: 1;
    border: 1px solid #BBB;
    color: #666;
    box-shadow: 0 0 8px #BBB;
}

.highlight {
    display: inline;
    padding: 0 5px;
    color: #FFF;
    background-color: #444;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


/* ----------------------------------------------------------------
    Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
    cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0;
	background-image: url("images/button.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid rgba(114,114,114,0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-moz-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-webkit-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	background-color: #629D63 !important;
}

.button:hover {
    background-image: url("images/button.png");
	background-position: 0 -30px;
    background-color: #666 !important;
	text-decoration: none;
    border: 1px solid rgba(100,100,100,0.4);
}

.button:active { top: 1px; }

.button span {
	display: inline-block;
	padding: 0 18px;
	height: 29px;
	line-height: 29px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.red_btn { background-color: #F25B60 !important; }

.green_btn { background-color: #629D63 !important; }

.blue_btn { background-color: #5A9EE2 !important; }

.brown_btn { background-color: #DE8E36 !important; }

.white_btn,
.white_btn:hover { background-color: #F6F6F6 !important; }

.white_btn span {
    color: #444 !important;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.yellow_btn { background-color: #C5B925 !important; }

.purple_btn { background-color: #BE56E0 !important; }

.black_btn,
.black_btn:hover { background-color: #494949 !important; }

.black_btn span {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}



button.button {
    margin: 5px 0 !important;
    background-color: #F6F6F6 !important;
}

button.button:hover { background-color: #F6F6F6 !important; }

button.button span {
    color: #555 !important;
    text-shadow: 1px 0 1px rgba(255,255,255,0.8) !important;
}

.simple-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
    color: #FFF;
    font-size: 14px;
    font-family: "Open Sans";
    padding: 0 20px;
    font-weight: bold;
    line-height: 36px;
    background: #333;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.simple-button.inverse { background: #57B3DF; color: #FFFFFF; }

.simple-button.large {
    line-height: 48px;
    font-size: 16px;
}

.simple-button i {
    display: block;
    float: left;
    margin: 0 6px 0 0;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.simple-button.large i {
    margin: 0 6px 0 0;
    font-size: 22px;
    width: 22px;
    height: 22px;
}

.simple-button:hover {
    background: #57B3DF;
    color: #FFF;
}

.simple-button.inverse:hover { background: #333; }


/* ----------------------------------------------------------------
    Pricing Boxes
-----------------------------------------------------------------*/


.pricing {
	display: block;
	position: relative;
    margin-bottom: 40px;
}

.pricing .pricing-wrap {
	float: left;
	width: 25%;
	position: relative;
}

.pricing3 .pricing-wrap { width: 33.33%; }

.pricing5 .pricing-wrap { width: 20%; }

.pricing .pricing-wrap.best-price { margin-left: -1px; }

.pricing-wrap .pricing-inner {
	position: relative;
	border: 1px solid #E5E5E5;
	border-left: none;
	text-align: center;
}

.pricing-wrap:first-child { margin-left: 1px; }

.pricing-wrap:first-child .pricing-inner { border-left: 1px solid #E5E5E5; }

.best-price .pricing-inner { border-left: 1px solid #E5E5E5; }

.pricing-inner .pricing-title {
    position: relative;
	padding: 10px 0;
}

.pricing-title h4 {
	font-size: 17px;
	line-height: 24px;
    font-weight: bold;
    padding-bottom: 0;
	color: #444;
}

.best-price .pricing-title h4 { color: #57B3DF; }

.pricing-title h4 span {
    display: block;
    font-family: "Droid Serif", serif;
    font-size: 13px;
    font-weight: normal;
    color: #BBB;
}

.pricing-inner .pricing-price {
	padding: 15px 0;
	font-size: 36px;
	line-height: 40px;
    font-family: "Droid Serif", serif;
    background-color: #EEE;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.best-price .pricing-price { color: #57B3DF; }

.pricing-price .price-sub {
	display: inline-block;
	position: relative;
	font-size: 16px;
	vertical-align: top;
	top: -7px;
	margin-left: 2px;
}

.pricing-price .price-tenure {
    display: block;
	font-size: 13px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    color: #AAA;
}

.pricing-inner .pricing-features {
	padding: 10px 15px;
	border-bottom: 1px solid #E5E5E5;
    text-shadow: 1px 1px 1px #FFF;
}

.pricing-features ul { margin: 0; }

.pricing-features li {
    position: relative;
	padding: 6px 0;
	border-top: 1px solid #EEE;
}

.pricing-features li span {
    font-weight: bold;
    color: #333;
}

.pricing-features li:first-child { border-top: 0; }

.pricing-action {
    background-color: #EEE;
    padding: 15px 0;
}

.pricing-action a { margin: 0 !important; }

.pricing-style2 .pricing-price {
    padding: 15px 0;
    font-size: 36px;
    line-height: 40px;
    font-family: "Droid Serif", serif;
    background-color: #444;
    margin: 0 -1px;    
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.pricing-style2 .best-price .pricing-price { background-color: #57B3DF; }

.pricing-style2 .best-price .price-tenure { color: #EEE; }


.pricing-wrap.pricing-defines .pricing-inner {
	border-color: transparent;
	border-right: 1px solid #E5E5E5;
	text-align: left;
}

.pricing-wrap.pricing-defines .pricing-title,
.pricing-wrap.pricing-defines .pricing-price,
.pricing-wrap.pricing-defines .pricing-action { visibility: hidden; }

.pricing-wrap.pricing-defines .pricing-features {
    padding: 10px 15px;
	border: 1px solid #E5E5E5;
    border-right: none;
    background-color: #EEE;
}

.pricing-wrap.pricing-defines .pricing-features li {
    border-top: 1px solid #E5E5E5;
    font-weight: bold;
    color: #AAA;
}

.pricing-wrap.pricing-defines .pricing-features li a.icon-question-sign {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    text-align: center;
    top: 6px;
    left: auto;
    right: 0;
    font-size: 17px;
    color: #AAA;
}

.pricing-wrap.pricing-defines .pricing-features li a.icon-question-sign:hover { color: #666; }

.pricing-wrap.pricing-defines .pricing-features li:first-child { border-top: 0; }


/* ----------------------------------------------------------------
    Accordions
-----------------------------------------------------------------*/


.acctitle,
.acctitlec {
	display: block;
	position: relative;
	cursor: pointer;
    border-top: 1px dotted #DDD;
    line-height: 24px;
    padding: 12px 0 12px 32px;
	margin: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	color: #333;
	background: url("images/icons/toggle-plus.png") no-repeat left;
}

.acctitlec {
	background: url("images/icons/toggle-minus.png") no-repeat left;
	cursor: auto;
}

.acctitle:first-child {
	border-top: none;
}

.acc_content {
	position: relative;
	padding: 0 0 15px 32px;
}


/* ----------------------------------------------------------------
    Google Maps
-----------------------------------------------------------------*/


#google-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.gmap img { max-width: none !important; }


/* ----------------------------------------------------------------
    reCaptcha
-----------------------------------------------------------------*/


.recaptcha_widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0;
}

#recaptcha_image {
    width: 100% !important;
    height: auto !important;
}

#recaptcha_image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 15px solid #FFF;
}
    
.recaptcha_is_showing_audio embed {
    height: 0;
    width: 0;
    overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 10px solid #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br { display: none;}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download { display: block; }

.recaptcha_input label {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recaptcha_input input { width: 100%; }

.recaptcha_options {
    list-style: none;
    margin: 4px 0 0;
    height: 14px;
}

.recaptcha_options li {
    float: left;
    margin: 0 6px 0 0;
}

.recaptcha_options li a {
    text-decoration: none;
    text-shadow: 0 1px 1px #FFF;
    font-size: 14px;
    color: #777;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
}

.recaptcha_options li a:active {
    position: relative;
    top: 1px;
    text-shadow: none;
}

.captcha_hide { display:none; }

body > iframe { display: none; }


/* ----------------------------------------------------------------
    Testimonials
-----------------------------------------------------------------*/


.testimonial-scroller { position: relative; }


.testimonial-item { float: left; }

.testimonial-item .testi-content {
    position: relative;
    background: #FFF;
	border: 1px solid #E5E5E5;
    padding: 15px;
    font-size: 13px;
    font-family: 'Droid Serif', serif;
    text-shadow: 1px 1px 1px #FFF;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testi-content:after, .testi-content:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testi-content:after {
	border-top-color: #FFF;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}

.testi-content:before {
	border-top-color: #D5D5D5;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

#footer .testimonial-item .testi-content {
    background: #EEE;
	border: 1px solid #DDD;
}

#footer .testi-content:after { border-top-color: #EEE; }

#footer .testi-content:before { border-top-color: #CCC; }

#footer.footer-dark .testimonial-item .testi-content {
    background-color: #282A2B;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#footer.footer-dark .testi-content:after { border-top-color: #282A2B; }

#footer.footer-dark .testi-content:before { border-top-color: #282A2B; }

.testimonial-item .testi-author {
    text-align: center;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.testimonial-item .testi-author span {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Droid Serif', serif;
}

#footer.footer-dark .testimonial-item .testi-author {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#footer.footer-dark .testimonial-item .testi-author span { color: #CCC; }


/* ----------------------------------------------------------------
    Google Custom Search
-----------------------------------------------------------------*/


.cse .gsc-control-cse,
.gsc-control-cse,
.gsc-above-wrapper-area,
.gsc-adBlock,
.gsc-thumbnail-inside,
.gsc-url-top,
.gsc-table-result,
.gsc-webResult,
.gsc-result { padding: 0 !important; }

.gsc-result-info { padding-left: 0 !important; }

.gsc-above-wrapper-area-container,
.gsc-table-result { margin-bottom: 10px; }

.gcsc-branding { display: none; }

.gsc-results,
.gsc-webResult { width: 100% !important; }


/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/


#gotoTop {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #444;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

#gotoTop:hover { background-color: #57B3DF; }


#imageBackground {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -99;
}


/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/

#footer {
	position: relative;
	background-color: #EEE;
	padding: 40px 30px;
    border-top: 3px solid #57B3DF;
}

#footer.footer-dark {
    background-color: #363839;
    color: #DDD;
}

#footer.footer-dark a {
    color: #CCC;
    border-bottom: 1px dotted #DDD;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.6);*/
}

#footer.footer-dark a img {
    width: 150px;
    height: 150px;
   
}

#footer.footer-dark a:hover {
    color: #CCC;
    border-bottom-style: solid;
}

.footer-widgets-wrap {
    overflow: hidden;
    margin: 0 -40px -40px 0;
}

#footer .col_one_fourth {            
     width: 210px;
    margin: 0 40px 40px 0;
}

#copyrights-social a,
#copyrights-social a:hover {
    border-bottom-style: none;
}


/* ----------------------------------------------------------------
    Widgets
-----------------------------------------------------------------*/


.widget {
	display: block;
    position: relative;
	/*margin-top: 20px;*/	
	margin-bottom: 10px;	
    /*padding-top: 10px;*/ 
	border-bottom: 3px double rgb(229, 229, 229);
    width: 100%;
}

.widget_sommaire {
	display: block;
    position: relative;		
	margin-bottom: 10px;   
	border-bottom: 3px double rgb(229, 229, 229);
    width: 100%;
}


.widget h4 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 24px;
}

#footer .widget h4 { padding-bottom: 15px; }

#footer.footer-dark .widget h4 {
    color: #EEE;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.6);*/
}


#footer .widget {
    padding: 0;
    border: none;
    margin: 40px 0 0 0;
}

.widget:first-child {
    margin-top: 0 !important;
    padding-top: 0;
    border-top: none;
}


.widget_search form { margin: 0; }

.widget_text input[type="text"] { width: 192px; }

.widget_search input[type="text"] {
    margin: 0 !important;
    background: url("images/icons/search.png") no-repeat left center;
    padding-left: 39px;
    width: 163px;
}

.widget_search input[type="submit"],
.widget_search button { display: none; }


/* ----------------------------------------------------------------
    Twitter Widget
-----------------------------------------------------------------*/


.twitter-widget ul,
.twitter-widget ul li { margin: 0; }

.twitter-widget ul li {
    padding: 0 0 0 18px;
    margin-top: 15px;
    background: url("images/icons/twitter.png") top left no-repeat;
}


#footer.footer-dark .twitter-widget ul li { background: url("images/icons/ftwitter.png") top left no-repeat; }

.twitter-widget ul li:first-child { margin-top: 0; }

.twitter-widget ul li span { display: block; }


a.twitter-follow-me {
	display: block;
    position: relative;
    float: right;
    padding: 5px 10px;
    font-size: 11px;
    margin-top: 15px;
    color: #888;
    background-color: #E5E5E5;
    border: none !important;
    text-shadow: 1px 1px 1px #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer.footer-dark a.twitter-follow-me { background-color: #282A2B; }

a.twitter-follow-me:hover,
#footer.footer-dark a.twitter-follow-me:hover {
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


/* ----------------------------------------------------------------
    Posts List
-----------------------------------------------------------------*/


.sposts-list { margin: 0; }

.sposts-list li { margin: 15px 0 0 0; }

.sposts-list li:first-child { margin-top: 0; }

.sposts-list .spost-image {
    float: left;
    margin: 0 10px 0 0;
    background-color: #DDD;
}

.sposts-list a { border: none !important; }

.sposts-list .spost-image,
.sposts-list .spost-image a {
    display: block;
    width: 48px;
    height: 48px;
}

.sposts-list .spost-image img {
    width: 42px;
    height: 42px;
    padding: 3px;
}

.sposts-list .spost-image img.spip_logos {
    width: 48px;
    height: 48px;
    float: left;
	margin: -19px 10px 0px 0px;
	padding: 0px;
}


.sposts-list .spost-content {
    position: relative;
    overflow: hidden;
}

.sposts-list .spost-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
	color: #444;
}

.tabbed-widget .spost-title { font-size: 14px; color: #444; }

.tabbed-widget .spost-title a  { font-size: 14px; color: #444; }




.sposts-list .spost-meta,
.sposts-list .spost-meta ul { margin: 0 !important; }

.sposts-list .spost-meta { font-size: 13px; }

.sposts-list .spost-meta li {
    float: left;
    margin: 0 0 0 4px;
    color: #BBB;
}

.spost-meta li i { font-size: 13px; color #444; }

.sposts-list .spost-meta a { color: #000; }

.sposts-list .spost-meta a:hover { color: #888; }

.sposts-list .spost-meta span {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    /*font-size: 13px;
    height: 15px;
    line-height: 13px;*/
	font-weight: bold;
	color: maroon;
}

.sposts-list .spost-meta li:first-child { margin-left: 0; font-weight: bold; color: #444; }

#footer.footer-dark .spost-title a:hover { color: #AAA; }

#footer.footer-dark .sposts-list .spost-meta a:hover { color: #FFF; }

#footer.footer-dark .sposts-list .spost-image { background: #282A2B; }

.sposts-list .spost-image:hover,
#footer.footer-dark .sposts-list .spost-image:hover { background: #57B3DF; }


/* ----------------------------------------------------------------
    Flickr Widget
-----------------------------------------------------------------*/


.flickr-widget .flickr-widget-wrap {
	position: relative;
	margin: 0 -1px -1px 0;
}

.flickr-widget .flickr_badge_image { margin: 0 1px 1px 0; }

.flickr-widget a {
    border: none !important;
    line-height: 1 !important;
}

.flickr-widget .flickr_badge_image,
.flickr-widget .flickr_badge_image a { float: left; }

.flickr-widget .flickr_badge_image,
.flickr-widget .flickr_badge_image a,
.flickr-widget .flickr_badge_image img {
    display: block;
	width: 69px;
	height: 69px;
}


/* ----------------------------------------------------------------
    Widgets Menu Style
-----------------------------------------------------------------*/


.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li { margin: 0; }

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li {
    font-family: "Open Sans", sans-serif;
    padding: 0 4px;	
}
.widget_links li
 {
    font-family: "Open Sans", sans-serif;
    padding: 0 4px;	
	font-size: 14px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_recent_comments li {
    display: inline-block;
    padding: 3px 3px 3px 10px;
}


.widget_recent_comments li {
    display: block;
    background: url("images/icons/sidebar-comment.png") left top no-repeat;
    padding: 4px 0 4px 20px;
}

#footer.footer-dark .widget_recent_comments li { background: url("images/icons/footer-comment.png") left top no-repeat; }

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_recent_comments li a {
    background: url("images/icons/sidebar-link.jpg") left top no-repeat;
    border: none !important;
    color: #444;
    font-size: 14px;
	/*font-weight: bold;*/
}

.widget_categories li a{
 background: url("images/icons/sidebar-categories.jpg") left top no-repeat;
    border: none !important;
    color: #444;
    font-size: 13px;
	/*font-weight: bold;*/
}

.widget_links li a:hover{
text-decoration: underline;
}

.widget_recent_comments li a:hover {
text-decoration: underline;
}


.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_recent_comments li a:hover { color: #000; }

#footer.footer-dark .widget_nav_menu li a,
#footer.footer-dark .widget_links li a,
#footer.footer-dark .widget_meta li a,
#footer.footer-dark .widget_archive li a,
#footer.footer-dark .widget_recent_comments li a,
#footer.footer-dark .widget_recent_entries li a,
#footer.footer-dark .widget_categories li a,
#footer.footer-dark .widget_pages li a { background: url("images/icons/footer-link.png") left top no-repeat; }


.widget_recent_comments li a {
    display: inline;
    padding: 0;
    background: none !important;
    font-size: 12px;
}


.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child { border-top: 0 !important; }


.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul { margin-top: 0px !important; }


.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul { margin-left: 15px; }

.widget_links ul ul {margin-left: 0;}




#footer.footer-dark .widget_nav_menu li a:hover,
#footer.footer-dark .widget_links li a:hover,
#footer.footer-dark .widget_meta li a:hover,
#footer.footer-dark .widget_archive li a:hover,
#footer.footer-dark .widget_recent_comments li a:hover,
#footer.footer-dark .widget_recent_entries li a:hover,
#footer.footer-dark .widget_categories li a:hover,
#footer.footer-dark .widget_pages li a:hover { color: #BBB; }


/* ----------------------------------------------------------------
    Tag Cloud
-----------------------------------------------------------------*/


.tagcloud { margin-bottom: 3px; }

.col_two_third .tagcloud { margin-bottom: -2px; }

.tagcloud  a {
    display: block;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 3px 6px;
    background-color: #EEE;
    font-size: 13px !important;
    color: #D23B40; /*#D03A3E; #D23B40*/
    text-shadow: 1px 1px 1px #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	width: 375px;
}

.tagcloud  h2 a {
 color: #1D6387 !important; 
 font-weight: bold;/*#D23B40*/
 }
 
 .tagcloud  h2 a:hover{
 color: #FFFFFF !important; /*#D03A3E; #D23B40*/
 }

.col_two_third .tagcloud a {
    display: block;
    float: left;
    margin-right: 2px;
    margin-bottom: 5px;
	/*	margin-left: 30px;*/
    padding: 3px 6px;
    background-color: #EEE;
    font-size: 13px !important;
    /*color: #D03A3E;*/
    text-shadow: 1px 1px 1px #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#footer.footer-dark .tagcloud a {
    border: none !important;
    background-color: #282A2B;
}

.tagcloud a:hover,
#footer.footer-dark .tagcloud a:hover {
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


/* ----------------------------------------------------------------
    Portfolio Widget
-----------------------------------------------------------------*/


.portfolio-widget .portfolio-item {
    position: relative;
    float: left;
    margin: 0;
    width: 280px;
}

.portfolio-widget .portfolio-item .portfolio-image,
.portfolio-widget .portfolio-item .portfolio-image a,
.portfolio-widget .portfolio-item .portfolio-image img {
    display: block;
    position: relative;
    /*width: 210px;*/
	width: 280px;
    height: 200px;
}

.portfolio-widget .portfolio-title { padding: 15px 0; }

.portfolio-widget a { border: none !important; }

#footer.footer-dark .portfolio-title {
    background-color: #282A2B;
    border-bottom-color: #222;
}

#footer.footer-dark .portfolio-item:hover .portfolio-title { border-bottom-color: #57B3DF; }


/* ----------------------------------------------------------------
    Widget Scroll Arrows
-----------------------------------------------------------------*/


.widget-scroll-prev,
.widget-scroll-next {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: 0;
    left: auto;
    right: 26px;
    background: #444 url("images/icons/widget-scroll.png") no-repeat 0 0;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

#footer.footer-dark .widget-scroll-prev,
#footer.footer-dark .widget-scroll-next { background-color: #282A2B; }

.widget .widget-scroll-prev,
.widget .widget-scroll-next { top: 0px; }

.widget:first-child .widget-scroll-prev,
.widget:first-child .widget-scroll-next { top: 0; }

.widget-scroll-next {
    right: 0;
    background-position: -24px 0;
}

.widget-scroll-prev.disabled,
.widget-scroll-next.disabled {
    cursor: auto;
    background-color: #999 !important;
}

#footer.footer-dark .widget-scroll-prev.disabled,
#footer.footer-dark .widget-scroll-next.disabled {
    background-color: #282A2B !important;
    opacity: 0.5;
}

.widget-scroll-prev:hover,
.widget-scroll-next:hover,
#footer.footer-dark .widget-scroll-prev:hover,
#footer.footer-dark .widget-scroll-next:hover { background-color: #57B3DF; }

.testimonial-scroller .widget-scroll-prev,
.testimonial-scroller .widget-scroll-next { top: 0; }


/* ----------------------------------------------------------------
    Copyrights
-----------------------------------------------------------------*/


#copyrights {
    position: relative;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 12px;
    background-color: #E5E5E5;
    overflow: hidden;
    border-top: 1px solid #57B3DF;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}

#copyrights a {
    display: inline-block;
    margin-left: 7px;
    color: #666;
    border-bottom: 1px dotted #888;
}

#copyrights span.link-divider {
    display: inline-block;
    margin-left: 7px;
}

#copyrights a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

#copyrights.copyrights-dark {
    background-color: #282A2B;
    color: #999;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#copyrights.copyrights-dark a {
    color: #AAA;
    border-bottom: 1px dotted #AAA;
}

#copyrights.copyrights-dark a:hover {
    color: #DDD;
    border-bottom: 1px solid #DDD;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights #copyrights-social {
    text-align: right;
    margin-top: 2px;
    line-height: 1;
}

#copyrights-social a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

#copyrights-social img {
    display: block;
    width: 16px;
    height: 16px;
}

 
/* ----------------------------------------------------------------
    Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper{
    margin: 0 auto;
    width: 100%;
}

.stretched #top-social { margin-right: 0; }

.stretched #top-bar.top-bar2 #top-social { margin-left: 0; }

.stretched #header,
.stretched .content-wrap {
box-shadow: 0 0 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);     
background-color: #FFFFFF;	
padding-bottom: 0px;
padding-top: 10px;
border-top: 3px solid #3498DB ; /*#2581B0; #1ABC9C;*/

}



.stretched #header.header2 #primary-menu ul,
.stretched #header.header3 #primary-menu ul { margin: 0; }

.stretched #slider {
    padding: 0px ;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.1);
	width: 100%;
}

.stretched #portfolio-single-wrap #slider {
    padding: 0;
    background: none;
	
}

.stretched #slider .container { width: 100%; }

.stretched #slider.elastic-slideshow,
.stretched #slider.revolution-slider,
.stretched #slider.layerslider-wrap {
    padding: 0;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.1);
}

.stretched #slider.camera-slideshow {
    padding: 0;
    height: auto;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.1);
}

.stretched #slider.slider-nivo { height: auto; width: auto;}

.stretched #slider.elastic-slideshow .container,
.stretched #slider.camera-slideshow .container,
.stretched #slider.revolution-slider .container,
.stretched #slider.layerslider-wrap .container { width: 100%; }

.stretched #piecemaker { margin-bottom: -35px; }

.stretched .slider-3d { margin-left: -30px; }

.stretched #slider .kwicks .kwick-panel { width: 192px; }

.stretched #slider.kwicks-panel-2 .kwicks .kwick-panel { width: 480px; }
.stretched #slider.kwicks-panel-3 .kwicks .kwick-panel { width: 320px; }
.stretched #slider.kwicks-panel-4 .kwicks .kwick-panel { width: 240px; }

.stretched #slider.thumb-slider .flex-control-thumbs,
.stretched #slider.thumb-slider .rs-thumb-wrap { background: transparent; }

.stretched .slider-line { display: none; }

.stretched #slider.elastic-slideshow .slider-line,
.stretched #slider.camera-slideshow .slider-line,
.stretched #slider.revolution-slider .slider-line,
.stretched #slider.layerslider-wrap .slider-line {
    display: block;
    border: none;
    height: 11px;
    background: transparent url("images/slider-shadow.png") repeat-x;
}

/*.stretched #page-title { padding: 20px 0px; }*/
.stretched #page-title { padding: 0px 0px; }

.stretched #page-title,
.stretched #countdown-wrap,
.stretched #landing-area {
    box-shadow: inset 0 5px 5px -8px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.40);
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.40);
    border-top-color: #E5E5E5;
}

.stretched #footer,
.stretched #copyrights {
    padding-left: 0;
    padding-right: 0;
}

.stretched #copyrights { margin-bottom: -20px; }

.arbo{
float:left;
margin: 0px 0px 2.7em;
}



.sousMenuContainer {
    display: none;
    background: url("images/bg-sousmenu.png") no-repeat scroll left bottom transparent;
    width: 900px;
    height: 409px;
    position: absolute;
    left: 50px;
     
}

/* ----------------------------------------------------------------
    Stretched Layer portfolio CL
-----------------------------------------------------------------*/


.stretched #slider.layerslider-wrap .ls-layer #landing-area.container { width: 100%; }



#slider.layerslider-wrap .ls-layer #landing-area.container {
    position: relative;
    background-color: #EEE;
    padding: 40px 0;
}


#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-text,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-half { margin-bottom: 0; }


#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media { width: 650px; }


#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-text,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-half
{
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left;
}

#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-text { margin-right: 30px; }


#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media.fslider,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media.fslider .flexslider,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media.fslider .slider-wrap,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media.fslider .slide,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media.fslider .slide a,
#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media.fslider .slide img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#slider.layerslider-wrap .ls-layer #landing-area.landing-offer-media.fslider { min-height: 32px; }


/* ----------------------------------------------------------------
    Menu mega avec fenetre
-----------------------------------------------------------------*/


.dropdown-menu {
    font-size: 14px;
    border-width: 4px;
    border-color: rgb(245, 245, 245);
    padding: 10px 10px 0px;
    margin: 0px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
	list-style: none outside none;
	background-clip: padding-box;}	
	
.dropdown-menu img {
margin-left: 30px;
margin-top: 5px;
/*width: 170px;
height: 200px;*/
 }
 
 .dropdown-menu h1 span{
 margin-left: 25px;
 margin-top : 10px;
 font-weight: bold;
 font-family: 'Open Sans',sans-serif;
 line-height: 1.5;
 font-size: 25px;
 }
 
.one-column   {
    width: 200px;
    margin-right: 20px;
	margin-left: 280px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.two-column   {
    width: 200px;
    margin-right: 20px;
	margin-left: 500px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.one-column li {
    margin-left: 450px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.two-column li {
    margin-left: 700px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.tree-column  {
    width: 180px;
    margin-right: 20px;
	margin-left: 745px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.four-column  {
    width: 180px;
    margin-right: 20px;
	margin-left: 745px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.four-column-four  {
    width: 180px;
    margin-right: 20px;
	margin-left: 745px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.tree-column li {
    margin-left: 745px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.four-column li {
    margin-left: 745px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.four-column-four li {
    margin-left: 745px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.one-column-tree  {
    width: 180px;
    margin-right: 20px;
	margin-left: 210px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}


.one-column-tree li {
    margin-left: 210px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.span3 {
  width: 180px;
  float     : left;
	margin    : 0;
	height    : auto;
	max-width : 180px;
}

.span3 img {
margin-left: 0px;
width: 200px;
height: auto;
}

.one-column-tree.span3  {
    width: 180px;
    margin-right: 20px;
	
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.one-column h3,
.two-column h3,
.tree-column h3,
.four-column h3,
.four-column-four h3,
.one-column-tree h3,
.two-column-tree h3,
.tree-column-tree h3,
.one-column-two h3,
.two-column-two h3 {
   border-bottom: 1px solid #3498DB ; /*#2581B0; #1ABC9C;*/ 
}

.two-column-tree  {
    width: 180px;
    margin-right: 20px;
	margin-left: 430px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.two-column-tree li {
    margin-left: 430px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}


.one-column-two  {
    width: 300px;
    margin-right: 20px;
	margin-left: 300px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.one-column-two li {
    margin-left: 300px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.two-column-two  {
    width: 300px;
    margin-right: 20px;
	margin-left: 630px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.two-column-two li {
    margin-left: 630px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}

.tree-column-tree  {
    width: 180px;
    margin-right: 20px;
	margin-left: 600px;
	display: block;
	float: left;
	z-index: 200;
	height: auto;
	position: absolute;
	top: 20px;
	display: block;
	background-color: #FFFFFF;
}

.tree-column-tree li {
    margin-left: 600px;
    list-style: none outside none;
    background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
	background-color: #FFFFFF;
}


#primary-menu ul li.dropdown.mega-menu-2 {
    position: relative;
    float: left;
    height: 98px;
    background: url("images/icons/menu-divider.png") no-repeat scroll left center transparent;
    margin-left: 1px;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 {
    position: relative;
    float: left;
    height: 98px;
    background: url("images/icons/menu-divider.png") no-repeat scroll left center transparent;
    margin-left: 1px;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul ul > li > a > div {
    color: #444444;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	border: medium none;	
}


#primary-menu ul li.dropdown.mega-menu-2 ul ul > li > a > div {
    color: #444444;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	border: medium none;	
}

.mega-menu-2 ul.dropdown-menu {
    width: 960px;
}

#primary-menu ul li.dropdown.mega-menu-2 ul ul {
	margin: 0px;
	left: 10px !important;
	padding-left: 1px;
	top: 0px;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul ul {
	margin: 0px;
	left: 10px !important;
	padding-left: 1px;
	top: 0px;
}

#primary-menu ul li.dropdown.mega-menu-2 ul ul li:first-child a {
    display: block !important;
	height: 40px;
	line-height: 40px;
    padding: 0px 0px 0px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;    
    color: #444444;   
    border: medium none;       
}


#primary-menu ul li.dropdown.mega-menu-2 ul ul li:first-child a > div {
    display: block !important;
	height: 40px;
	line-height: 40px;
    padding: 0px 0px 0px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;    
    color: #444444;   
    border: medium none;
       
}

.dropdown-menu li a {
    white-space: normal;
    display: block;
    padding: 0px 0px 5px;
}

#primary-menu ul li.dropdown.mega-menu2:hover > ul.dropdown-menu {
    display: block;
}

#primary-menu ul li.dropdown.mega-menu2:hover > div {
    display: block;
}

#primary-menu ul li.dropdown.mega-menu2 > ul:hover > .dropdown-menu {
    display: block;
}

#primary-menu ul li.dropdown.mega-menu2 > ul:hover > div {
    display: block;
}

#primary-menu ul li:hover.dropdown .mega-menu-2,
#primary-menu div ul li:hover.dropdown .mega-menu-2 {background-color: #FFFFFF;  color: #21BF8D; display: block; }


#primary-menu ul li:hover a.dropdown .mega-menu-2,
#primary-menu div ul li:hover a.dropdown .mega-menu-2 {
    border-top-color: rgba(0,0,0,0.1);
    color: #21BF8D; display: block;  
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu {
	z-index: 200;
	width: 960px;
	height: 300px;
	margin: 0;
	position: absolute;
	top: 100px;
	left: -210px;
	display: block;
	border-top: 4px solid #3498DB; /* #2581B0;#21BF8D;*/
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu h4{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 14px;
    padding-bottom: 7px;
	color: #21BF8D;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column {
    width: 200px;
    margin-right: 20px;
	margin-left: 280px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column {
    width: 200px;
    margin-right: 20px;
	margin-left: 280px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column {
    width: 200px;
    margin-right: 20px;
	margin-left: 500px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column {
    width: 200px;
    margin-right: 20px;
	margin-left: 500px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column {
    width: 180px;
    margin-right: 20px;
	margin-left: 600px;
	display: block;		
	height: auto;
	position: absolute;
	top: 1px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column {
    width: 180px;
    margin-right: 20px;
	margin-left: 735px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
	
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column-four {
    width: 180px;
    margin-right: 20px;
	margin-left: 770px;
	display: block;		
	height: auto;
	position: absolute;
	top: 1px;	
	display: block !important;	
	background-color: #FFFFFF;
	
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column-four {
    width: 180px;
    margin-right: 20px;
	margin-left: 770px;
	display: block;		
	height: auto;
	position: absolute;
	top: 1px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column {
    width: 180px;
    margin-right: 20px;
	margin-left: 600px;
	display: block;		
	height: auto;
	position: absolute;
	top: 1px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column {
    width: 180px;
    margin-right: 20px;
	margin-left: 750px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree {
    width: 200px;
    margin-right: 20px;
	margin-left: 10px;
	margin-top: 40px;
	display: block;		
	height: auto;
	position: absolute;
	top: 50px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree > div.span3 img {
    width: 200px;
    margin-right: 20px;
	margin-left: 10px;
	
	display: block;		
	height: auto;
	position: absolute;
	
	display: block !important;	
	background-color: #FFFFFF;
}


#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree {
    width: 200px;
    margin-right: 20px;
	margin-left: 10px;
	margin-top: 40px;
	display: block;		
	height: auto;
	position: absolute;
	top: 50px;	
	display: block !important;	
	background-color: #FFFFFF;
}
#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree > div.span3 img {
    width: 200px;
    margin-right: 20px;
	margin-left: 10px;
	display: block;		
	height: auto;
	position: absolute;
	
	display: block !important;	
	background-color: #FFFFFF;
}



#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-tree {
    width: 180px;
    margin-right: 20px;
	margin-left: 250px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-tree {
    width: 180px;
    margin-right: 20px;
	margin-left: 250px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column-tree {
    width: 180px;
    margin-right: 20px;
	margin-left: 430px;
	display: block;		
	height: auto;
	position: absolute;
	top: 1px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column-tree {
    width: 180px;
    margin-right: 20px;
	margin-left: 430px;
	display: block;		
	height: auto;
	position: absolute;
	top: 1px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-two {
    width: 300px;
    margin-right: 20px;
	margin-left: 300px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-two {
    width: 300px;
    margin-right: 20px;
	margin-left: 300px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-two {
    width: 300px;
    margin-right: 20px;
	margin-left: 630px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-two {
    width: 300px;
    margin-right: 20px;
	margin-left: 630px;
	display: block;		
	height: auto;
	position: absolute;
	top: 20px;	
	display: block !important;	
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column-four li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column-four li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-tree li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-tree li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column-tree li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column-tree li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-two li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap  ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-two li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-two li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-two li {
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column li ul  li{
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column li ul  li{
    color: #444444;
    display: block !important;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	border: medium none;	
	background-color: #FFFFFF;
	background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left center transparent;
}



#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column li a  {
    display: inline-block;
	width: 240px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column li a  {
    display: inline-block;
	width: 240px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column li a  {
    display: inline-block;
	width: 240px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column li a  {
    display: inline-block;
	width: 240px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column li a  {
    display: inline-block;
	width: 160px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column li a  {
    display: inline-block;
	width: 160px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column li a  {
    display: inline-block;
	width: 160px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column-four li a  {
    display: inline-block;
	width: 160px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.four-column-four li a  {
    display: inline-block;
	width: 160px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column li a  {
    display: inline-block;
	width: 180px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree li a  {
    display: inline-block;
	width: 180px;
	height: 10px;
	line-height: 10px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}


#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-tree li a  {
    display: inline-block;
	width: 180px;
	height: 10px;
	line-height: 10px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-tree li a  {
    display: inline-block;
	width: 180px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-tree li a  {
    display: inline-block;
	width: 180px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column-tree li a  {
    display: inline-block;
	width: 180px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap  ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.tree-column-tree li a  {
    display: inline-block;
	width: 180px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-two li a  {
    display: inline-block;
	width: 300px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.one-column-two li a  {
    display: inline-block;
	width: 300px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-two li a  {
    display: inline-block;
	width: 300px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}

#sticky-menu .sticky-menu-wrap ul li.dropdown.mega-menu-2 ul.dropdown-menu > div.two-column-two li a  {
    display: inline-block;
	width: 300px;
	height: 20px;
	line-height: 20px;
    padding: 0px 0px 5px;
    margin: 5px 0px;
    font-size: 13px;
	font-weight: normal;
    color: #444444;   
    border-bottom: 1px solid rgb(245, 245, 245);   
    letter-spacing: 0.5px;
	background-color: #FFFFFF;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu ul.one-column > li.sub-menuitem > a > div,
#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu ul.one-column > li.sub-menuitem:hover > a > div {
    background-image: none;
    display: block;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu ul.one-column li .title {
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu ul.one-column li .title a {
    border: medium none;
    padding: 0px 0px 5px;
    color: #444444;
}


#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu ul.one-column li:first-child  .title a {
    border: medium none;
    padding: 0px 0px 5px;
    color: #444444;	
}

#primary-menu ul li.dropdown.mega-menu-2 ul.dropdown-menu ul.one-column ul {
    list-style: none outside none;
    margin: 0px 10px 5px;
    float: left;
    width: 100%;
	display: block;
}


.mega-menu-2 li li {float: none;}


/* ----------------------------------------------------------------
    Fin Menu avec fenetre
-----------------------------------------------------------------*/



.suite, .suite a {
    font-weight: 700;
}

/*.spip_logos {
/*margin: 0px 0px 0px 15px;
margin: 0px 0px 0px 0px;
padding-left:0;
}*/

/*img.spip_logos {
    width: 42px;
    height: 42px;
    padding: 0px;
}*/

p.datecat{
font-style: normal;
font-size: 12px;
font-weight: normal;
}

p.datecat span{
font-style: italic;
font-size: 12px;
}

.suite {
    display: block;
    width: auto;
    padding: 8px 10px 8px;
    float: right;
    margin: 0px 0px 0px;
    font-size: 10px;
    /*border: 1px solid rgb(223, 223, 223) !important;*/
    text-shadow: none;
	color: #555;
}

/*.portfolio-3 .portfolio-title .suite {
 display: block;
    width: auto;
    padding: 8px 10px 8px;
    float: right;
    margin: 20px 0px 0px;
    font-size: 10px;
    border: 1px solid rgb(223, 223, 223) !important;
    text-shadow: none;
	color: #555;
}*/

#pub_large_rectangle{
width: 336px;
height: 280px;
float: left;
}

#pub_medium_rectangle{
width: 300px;
height: 250px;
float: left;
}


/* ----------------------------------------------------------------
    banniere Leaderboard 728*90
-----------------------------------------------------------------*/

#pub_leaderboard {
	display: block;
    position: absolue;
	text-align: center;
    height: 90px;
    width: 728px;
	background-color: #DDD;
	
	float: left;

}

#pub_full_banner {
	display: block;
    position: absolue;
	
    height: 60px;
    width: 468px;	
	margin-left: 296px;
	margin-right: 296px;
}

.pager li > a, .pager li > span {
 text-align: right;}
 
.sidebar.col_last a.rss {
    width: 32px;
    height: 32px;
    background: url("images/rss-picto-rond-13-icone-7611-32.png") no-repeat scroll 0px 0px transparent;
	float: left;
	margin-right: 10px;
} 

br {
    clear: both;
    line-height: 12px;
    margin: 0px;
    padding: 0px;
}

.postcontent a.agenda {
	width: 32px;
    height: 32px;
    background: url("images/calendrier-icone-7883-32.png") no-repeat scroll 0px 0px transparent;
	float: left;
	margin-right: 10px;
}

a.thickbox .mediabox img {
width: 150px;
height: 150px;
}


/* Habillage general des menus de nav squelettes dist de spip */
.menu { clear: both; margin-bottom: 1.5em; text-align: left; }
.menu p {font-size: 14px; color: #CF292C;}
.menu ul div p{font-size: 12px; color: #444;}
.menu ul {}
.menu ul li {
font-size: 14px;
text-align: left;
font-weight: normal;
font-family: "Open Sans";
margin-bottom: 8px;
}

#inscription.menu {
font-size: 14px;
text-align: left;
font-weight: normal;
font-family: "Open Sans";
}


#amicale.menu { clear: both; margin-bottom: 1.5em; text-align: left; }
#amicale.menu p {}
#amicale.menu ul {width: 280px; margin-left: 0;}
#amicale.menu ul li {
font-size: 14px;
text-align: left;
font-weight: normal;
font-family: "Open Sans";
margin-left: 0px;
width: 280px;
}

.menu ul li:hover a {
/*text-decoration: underline;*/
text-decoration: underline;
}

.menu ul li ul { margin-left: 1.5em; list-style: circle; }

#amicale.menu ul li ul a { 
margin-left: 0px; 
list-style: circle; 
font-size: 14px;
text-align: left;
font-weight: normal;
font-family: "Open Sans";
margin-left: 0px;
width: 280px;
color: #444; }

#amicale.menu ul li ul a img{ 
margin-left: 0px;
width: 280px;
height: 200px;
 }



.pagination {
    margin: 20px 0px 0px 200px;
}

div.pagination {
display: block;
text-align: center;
}

.pagination .ligne2 {
    text-align: center;    
}

.chapo {
background-color:#CEE1F3 !important;
font-weight: bold ;
margin:0 0 1em;
padding:0.5em;
text-align:justify;
font-size: 15px;
font-family: "Open Sans",sans-serif;
}

.edito .chapo { margin-top: 0; background-color: #f3f3f3;/*#eee;*/ font-weight: normal ; color: #465267; /*#444444*/ font-size: 100% ;}

/* ----------------------------------------------------------------
    Twitter Panel
-----------------------------------------------------------------*/


#twitter-panel {
    position: relative;
    background-color: #57B3DF;
    padding: 20px 0;
    z-index: 1;
    margin-bottom: -3px;
    border-bottom: 3px solid rgba(0,0,0,0.3);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#twitter-panel .preloader2 { background-image: url("images/preloader-dark.gif"); }

#twitter-panel-icon {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 16px;
}

#twitter-panel-icon i { font-size: 36px; }

#twitter-panel-content {
    float: left;
    width: 780px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 18px;
}

#twitter-panel-content span { display: block; }

#twitter-panel-content small a {
    color: #DDD;
    color: rgba(255,255,255,0.7);
}

#twitter-panel-content a {
    display: none;
    color: #EEE;
    border-bottom: 1px dotted #EEE;
}

#twitter-panel-content a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

#twitter-panel-follow {
    float: left;
    width: 108px;
}

#twitter-panel-follow a {
    display: block;
    float: right;
    padding: 0 10px;
    background-color: rgba(0,0,0,0.2);
    color: #FFF;
    font-size: 13px;
    font-weight: 600px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

#twitter-panel-follow a:hover { background-color: rgba(0,0,0,0.5); }



#slider.rub5 {
    background: url("images/fotolia_rubrique_5_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
  padding:0;
}

#slider.rub639 {
    background: url("images/Fotolia_49756192_Sv2.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;
	margin:auto;
  padding:0;
}



#slider.rub77 {   
	background: url("images/banniere_corse_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
  padding:0;
}

#slider.rub81 {
    /*background: url("images/administrateur_rub81_1200.jpg") no-repeat scroll center top transparent;*/
	background: url("images/administrateur_2017.jpg") no-repeat scroll center top transparent;
	height: 500px;
	width: 1200px;
	margin:auto;
  padding:0;
}

#slider.rub81 h1 {
margin-left: 15px; 
margin-top: 0px; 
color: #D03A3E; 
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}

#slider.rub69 {
    /*background: url("images/administrateur_rub81_1200.jpg") no-repeat scroll center top transparent;*/
	background: url("images/siege_lcl_italiens.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;	
}

#slider.rub69 h1 {
margin-left: 15px; 
margin-top: 0px; 
color: #D03A3E; 
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}


#slider.rub83 {
    /*background: url("images/presidents_rub83_1200.jpg") no-repeat scroll center top transparent;*/
	/*background: url("images/photo_de_groupe_2014.jpg") no-repeat scroll center top transparent;*/
	/*background: url("images/image_presidents_amicale_ag2015.jpg") no-repeat scroll center top transparent;*/
	/*background: url("images/farlcl_ag2017_pa_trombines.jpg") no-repeat scroll center top transparent;*/
	background: url("images/farlcl_ag2019_pa.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;
	margin:auto;
  padding:0;
	
}

#slider.rub70 {   
	background: url("images/administrateur_rub81_1200.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;
	margin:auto;
  padding:0;
}

#slider.rub336 {
    background: url("images/banniere_news_1200.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;
	margin:auto;
  padding:0;

}

#slider.contact {
    background: url("images/20150410_135959.jpg") no-repeat scroll bottom transparent;
	height: 500px;
	width: 1900px;


}

#slider.rub394 {
    /*background: url("images/Fotolia_18992542_XS.jpg") no-repeat scroll center top transparent;*/
	background: url("images/banniere_news_960.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 960px;

}

#slider.comment {
    background: url("images/banniere_forum_farlcl.jpg") no-repeat no-repeat scroll top transparent;
	height: 350px;
	width: 960px;

}

#slider.rub489 {  
	height: 455px;
	width: 1400px;
		margin:auto;
  padding:0;
}

#slider.rub9 {  
	background: url("images/Fotolia_51191133_XS.jpg") no-repeat scroll center center transparent;
	height: 300px;
	width: 960px;
		-webkit-background-size: cover; 
    -moz-background-size: cover; 
	background-size: cover; 
  padding:0;
  margin:auto;
}


#slider.rub78 {
    background: url("images/siege-lcl-villejuif-hd.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;
	margin:auto;
  padding:0;
}

#slider.rub187 {
    background: url("images/bandeau_cce.jpg") no-repeat scroll center top transparent;
	height: 200px;
	width: 960px;
	margin:auto;
  padding:0;
}

#slider.rub466 {  
	background: url("images/Fotolia_51182643_XS") no-repeat scroll center top transparent;
	height: 350px;
	width: 960px;
	margin:auto;
  padding:0;
}

/*#slider.rub92 {   
	background: url("images/lcl_st_germain_en_laye.jpg") no-repeat center fixed;
	height: 500px;
  -webkit-background-size: cover; /* pour Chrome et Safari 
  -moz-background-size: cover; /* pour Firefox 
  background-size: cover; /* version standardisée 
	 margin:0;
  padding:0;	
}*/

#slider.rub {
height: 400px;
width: 2000px;
margin:0;
padding:0;
}

#slider.rub106{
height: 400px;
width: 1200px;
margin:auto;
padding:0;
}

#slider.rub108bis{
height: 400px;
width: 1200px;
margin:auto;
padding:0;
}

#slider.rub118bis{
height: 400px;
width: 1200px;
margin:auto;
padding:0;
}

#slider.rub92bis{
height: 400px;
width: 1200px;
margin:auto;
padding:0;
}

#slider.rub728bis{
height: 400px;
width: 1200px;
margin:auto;
padding:0;
}

#slider.sommaire {
height: 400px;
width: 2000px;
margin:0;
padding:0;
}

#slider.rub94 {   
background: url("images/banniere_amiens_1200.jpg") no-repeat scroll center top transparent;
height: 350px;
width: 1200px;
margin:auto;
padding:0;
}

#slider.rub99 {   
	background: url("images/banniere_bayonne_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
    padding:0;
}

#slider.rub100 {   
	background: url("images/Banniere_besancon_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
	padding:0;
}

#slider.rub101 {   
	background: url("images/banniere_bordeaux_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
	padding:0;
}


#slider.rub103 {   
	background: url("images/banniere_brest_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
	padding:0;
}

#slider.rub104 {   
	background: url("images/banniere_caen_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
	padding:0;
}

#slider.rub105 {   
	background: url("images/banniere_calais_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
	padding:0;
}

#slider.rub108 {   
	background: url("images/banniere_clermont_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	-webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */ 
  background-size: cover; /* version standardisée */
	 margin:0;
  padding:0;
}

#slider.rub109 {   
	background: url("images/banniere_dijon_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
	padding:0;
}

#slider.rub112 {   
	background: url("images/banniere_larochelle_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub115{   
	background: url("images/banniere_limoges_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub116 {   
	background: url("images/banniere_lyon_1200_v2.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub114 {   
	background: url("images/banniere_lille_grand_place.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub97 {   
	background: url("images/cite_papes_avignon_1920.jpg") no-repeat scroll center top transparent;
	height: 500px;
	width: 1200px;
	margin:auto;
padding:0;
}
#slider.rub118 {   
	/*background: url("images/banniere_marseille_1200.jpg") no-repeat scroll center top transparent;*/
	background: url("images/slider/layer/image_fond_marseille_2000.jpg") no-repeat center fixed ;
	height: 700px;
	/*width: 2000px;*/
	  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */ 
  background-size: cover; /* version standardisée */
	 margin:0;
  padding:0;	
}

#slider.wrapper {
    background-size: cover;
    background-position: center center;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */ 
    height: 100% !important;
}
	
#slider.rub119 {   
	background: url("images/banniere_melun_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
		width: 1200px;
	margin:auto;
}

#slider.rub120 {   
	background: url("images/banniere_montpellier_1200.jpg") no-repeat scroll center top transparent;
	height: 450px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub121 {   
	background: url("images/banniere_moulins_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub122 {   
	background: url("images/banniere_nancy_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}


#slider.rub123 {   
	background: url("images/banniere_nantes_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
}

#slider.rub124 {   
	background: url("images/banniere_nevers_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
}

#slider.rub125 {   
	background: url("images/banniere_nice_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
margin:auto;
padding:0;	
}

#slider.rub131 {   
	background: url("images/banniere_poitiers_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
margin:auto;
padding:0;	
}

#slider.rub132 {   
	background: url("images/banniere_reims_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
	
}

#slider.rub133 {   
	background: url("images/banniere_rennes_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
	

}

#slider.rub134 {   
	background: url("images/banniere_roubaix_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
	

}

#slider.rub135 {
    background: url("images/banniere3_rouen_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0; 
	

}

#slider.rub136 {   
	background: url("images/banniere_stetienne_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
	

}


#slider.rub137 {   
	background: url("images/banniere_tarbes_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub113 {   
	background: url("images/banniere_lemans_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;
}

#slider.rub127 {   
	background: url("images/banniere_orleans_1200.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;
	margin:auto;
padding:0;
}


#slider.rub139 {   
	background: url("images/banniere_toulouse_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
margin:auto;
padding:0;	
}

#slider.rub140 {   
	background: url("images/banniere_tours_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
}

#slider.rub142 {   
	background: url("images/banniere_valence_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
	margin:auto;
padding:0;	
}

#slider.rub143 {   
	background: url("images/banniere_versailles_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;	
	margin:auto;
padding:0;
}

#slider.rub157{  
	background: url("images/logo_umc_grand.jpg") no-repeat scroll center top transparent;
	height: 250px;
	width: 1200px;
	margin:auto;
padding:0;
}


#slider.rub169 {
    background: url("images/banniere_lettre_ufrb.jpg") no-repeat scroll center top transparent;
	height: 250px;
	width: 960px;
		margin:auto;
padding:0;

}

#slider.rub168 {
    background: url("images/banniere_cfr.jpg") no-repeat scroll center top transparent;
	height: 250px;
	width: 960px;
-webkit-background-size: cover; 
    -moz-background-size: cover; 
	background-size: cover; 
}



#slider.forumreponse {   
	background: url("images/Fotolia_55359401_XS_960.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
		margin:auto;
padding:0;
}

#slider.retraite {   
	background: url("images/Fotolia_56947547_M_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
		margin:auto;
padding:0;
}

#slider.agenda {   
	background: url("images/agenda_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
		margin:auto;
padding:0;
}

#slider.site {   
	background: url("images/Fotolia_56947547_M_1200.jpg") no-repeat scroll center top transparent;
	height: 350px;
	width: 1200px;
}

#slider.rub7 {   
	background: url("images/farlcl_ag2019_pa.jpg") no-repeat scroll center top transparent;
	height: 400px;
	width: 1200px;
	margin:auto;
  padding:0;
}

#slider.rub605 {   
	height: 400px;
	width: 1200px;
	background: url("images/rose_blanche.jpg") no-repeat scroll center top transparent;	
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
	background-size: cover; 
	
}

#slider.rub605 h1{
margin-left: 15px; 
margin-top: 50px; 
color: #FFFFFF; 
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}



#slider.rub135 h1,
#slider.rub5 h1,
#slider.rub81 h1 {
margin-left: 15px; 
margin-top: 50px; 
color: #D03A3E; 
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}



h3.widget-title {
padding-bottom: 0px; }


div#outils {display: inline;}

.postcontent div#outils {display: inline; margin-bottom: 15px;

height: 30px;
margin-bottom: 20px;
margin-top: 20px;
}



.texte
{
	text-align: justify;
	line-height: 1.3em;
	text-transform: inherit;
}

.texte p
{
font-size: 14px;
color: #444444;
font-weight: normal;
}

.entry .texte
{
	text-align: justify;
	line-height: 1.3em;
	text-transform: inherit;
	font-size: 14px;
}



.entry_title h1 {
font-weight: bold;
}

#documents_portfolio h2,
#documents h2,
#forum-repondre h4 {
font-weight: bold;
}

/*#documents_portfolio,
#documents.chapo {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 15px;
}*/

#forum-repondre h4 a{
font-weight: bold;
text-decoration: underline;
}

/* -------------------------------------------------------
 	16. FORUM
 ------------------------------------------------------- */

ul.forum-total
{
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.forum-fil { margin-top: 10px; }

.forum-fil ul
{
	display: block;
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	list-style: none;
}

.forum-item
{
	margin: 0px;
	padding: 5px;
	padding-bottom: 0;
	text-align: left;
	background: white;
}

.forum-repondre-message
{
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: right;
}

.forum-repondre
{
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: left;
	width: 650px;
	height: 50px;
}

.forum-repondre h4 
{
	margin: 0;
	padding: 0;
	padding-top: 24px;
	text-align: left;

}


/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum
{
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

ul ul .forum { border: 1px solid #a4a4a4; }
ul ul ul .forum { border: 1px solid #b8b8b8; }
ul ul ul ul .forum { border: 1px solid #cccccc; }
ul ul ul ul ul .forum { border: 1px solid #e0e0e0; }
ul ul ul ul ul ul .forum { border: 1px solid #e0e0e0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo
{
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	/*padding-top: 3px;*/
	padding-bottom: 2px;
	background: #EEEEEE;
}

ul ul .forum-chapo { background: #EEEEEE; }
ul ul ul .forum-chapo { background: #EEEEEE; }
ul ul ul ul .forum-chapo { background: #EEEEEE; }
ul ul ul ul ul .forum-chapo { background: #EEEEEE; }


#entry-content ul.forum-total{display:block;padding:0px;margin:0px;list-style:none;}

#entry-content ul.forum-total li  div forum-fil {}

.forum-fil{margin-top:10px;}
.forum-fil ul{display:block;margin:0px;margin-left:8px;padding:0px;list-style:none;}
.forum-item{margin:0px;padding:5px;padding-bottom:0;text-align:left;background:white;}
.forum-repondre-message{margin:0;padding:0;padding-top:4px;text-align:right; font-weight: bold;}
ul .forum{border:1px solid #909090;padding:0px;margin:0px;margin-bottom:1px;}

ul .forum-chapo{border:0px;border-bottom:1px dashed #b8b8b8;margin:0px;padding-left:6px;padding-right:6px;padding-bottom:2px;background: #CEE1F3;}
ul ul .forum-chapo{background:#EEE;}
ul ul ul .forum-chapo{background:#EEE;}
ul ul ul ul .forum-chapo{background:#EEE;}
ul ul ul ul ul .forum-chapo{background:#EEE;}

.forum p {
    text-align: justify;
    line-height: 1.3em;
    text-transform: inherit;
	background-color: transparent;
	font-size: 13px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: 'Open Sans', sans-serif;
}

.extrait {
    text-align: justify;
    line-height: 1.3em;
    text-transform: inherit;
	background-color: transparent;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.spip_documents
{
	font-size: 100%;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	
}

.spip_documents_video
{
	font-size: 100%;
	margin-left: 0px;	
	margin-right: 10px;	
	width: 220px;
	height: 170px;
	
}

.image_fade .spip_documents_video
{
	font-size: 100%;
	margin-left: 0px;	
	margin-right: 10px;	
	width: 280px;
	height: 200px;
	
} 

.image_fade_sommaire .spip_documents_video
{
	font-size: 100%;
	margin-left: 0px;	
	margin-right: 10px;	
	width: 550px;
	height: 265px;
	
} 

.metro-item a.metro-image .spip_document_video
{
font-size: 100%;
	margin-left: 0px;	
	margin-right: 10px;	
	width: 327px;
	height: 210px;	
}

.portfolio-image a.image_fade_video .spip_documents_video
{
	font-size: 100%;
	margin-left: 0px;	
	margin-right: 10px;	
	width: 375px;
	height: 250px;	
}

.spip_documents .spip_doc_descriptif { display: block !important; width: 100% !important; margin-left:auto; margin-right:auto; }

.col_two_third h5 {
text-align: justify;
}

.postcontent .col_one_third p {
text-align: justify;
font-size: 14px;
margin-left: 5px;
margin-right: 5px;
color: #444;
}

.postcontent .col_two_third p {
text-align: justify;
font-size: 14px;
margin-left: 5px;
margin-right: 5px;
color: #444;
}

.postcontent .col_one_third  {
width: 375px !important;
position: relative;
display: inline-block;
float: left;
margin: 0px 0px 10px 10px !important;
}

.postcontent .col_two_third  {
width: 375px !important;
position: relative;
display: inline-block;
float: right;
margin: 0px 0px 10px 10px !important;
}

.postcontent .two_one_third  {
width: 280px !important;
position: relative;
margin-right: 20px !important;
/*margin-left: 20px !important;*/
display: inline-block;
float: left;
margin-left: 2px;
margin-right: 20px;
}

.postcontent .col_one_third .col_last {
margin-right: 20px !important;
margin-left: 320px !important;
width: 280px !important;
}

.postcontent .col_one_third  .col_last p {
text-align: justify;
font-size: 13px;
}

.widget .splickrbox {
	/*display: block;
    position: relative;*/
	margin-top: 5px;
    padding-top: 5px;  
    width: 100%;
	height: 100%;
}

/* ----------------------------------------------------------------
    diapo video Widget
-----------------------------------------------------------------*/


.diapo-video-widget {
    position: relative;
	display: block;
    float: left;
    margin: 0;
    width: 280px;
	height: 180px;
}

.diapo-video-widget a,
.diapo-video-widget img {
    display: block;
    position: relative;
    /*width: 210px;*/
	width: 280px;
    height: 180px;
}

.diapo-video-widget .title { padding: 10px 0; }

.diapo-video-widget a { border: none !important; }

.line {margin-bottom: 15px;
color: rgb(91, 94, 96);
font-family: 'Roboto',sans-serif;
line-height: 1.3em;
font-weight: normal;}

/*.stretched #page-title { padding: 20px 0px; }*/
.stretched #page-title {color: #363839; padding: 20px 0;}

.stretched #page-title-date { padding: 0px 0px; }

#content .sites-amicales
{
width: 100%;
height: 100%;
overflow: hidden;
background: url("images/patterns/light/pattern23.png") repeat scroll 0% 0% transparent;
height: 230px;
}

#content .sites-amicales-bis
{
width: 100%;
height: 100%;
overflow: hidden;
/*background: url("images/patterns/light/pattern23.png") repeat scroll 0% 0% transparent;*/
height: 340px;
background-color: #F2F2F2;
}

#content .sommaire-suivez-nous
{
width: 100%;
height: 100%;
overflow: hidden;
background: url("images/patterns/light/pattern5.png") repeat scroll 0% 0% transparent;
height: 250px;
}

.nav-pills .nav-stacked ul li a {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  background: url("images/arrow_droite_bleu.jpg") no-repeat scroll left top transparent;	

}

.widget_links li a.on 
{ font-weight: bold; }

#colorbox, #colorbox * {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

#colorbox img { height: inherit; }

#colorbox {overflow: visible;}

.bloc_portfolio {
    display: block;
    background: none repeat scroll 0% 0% rgb(239, 239, 239);
    padding: 2% 0% 2% 2%;
	}
	
.postcontent .cartouche {
    margin-bottom: 15px;
	border:1px solid #EADEDE;
}

.postcontent .cartouche div#outils {
    display: inline;
}

.formulaire_spip fieldset {
    clear: both;
    margin: 0px 0px 1em;
    padding: 0px;
    border: 0px none;
	font-size: 14px;
}

/* Formulaire de forum */
.formulaire_forum {}
.formulaire_forum legend { display: none; }
.formulaire_forum .saisie_titre input.text { width: 100% }
.formulaire_forum .session_qui { display: none; }
.formulaire_forum .saisie_texte .explication { font-size: .9em; font-style: italic; }

.formulaire_spip { margin-bottom: 1.5em; border:1px solid #ccc; }
.aside .formulaire_spip { padding-top: 1.3em; border-top: 5px solid; }

p.explication {font-weight: normal; font-style: normal; margin-top: 20px; margin-bottom: 20px; margin-left: 15px;}



fieldset ul li{
width: 100%; margin: 0;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; }

legend { display: none; }

label { display: inline; }

.erreur_message { display: block; }

input.text,textarea {
width: 100%;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #E1E1CF;
border: 1px solid #E1E1CF;
}
.content input.text { width: 50%; }
textarea { width: 100%; }

ul.choix_mots li label { display: inline; font-weight: normal; }


.entry_image img.spip_logos {
    width: 200px;
    height: 170px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 5px;
}

a:hover, a:link:hover {
text-decoration: underline;
}

/*#plan ul {
    list-style: none outside none;
    font-size: 100%;
}*/
	
#plan li {
    margin-bottom: 1px;
    padding-left: 0px;
    font-weight: bold;
}

#plan ul li {
    margin-bottom: 1px;
    padding-left: 0px;
    font-weight: bold;
	font-size: 100%;
}

#plan ul li ul li {
    margin-bottom: 1px;
    padding-left: 0px;
    font-weight: bold;
}


#plan
{
	margin: 0px;
	padding: 0px;
	font-size: normal; 

}

#plan ul
{
	padding-left: 2px;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 30px;
	margin-left: 1.5em;
	font-size: 110%; 
	list-style: none outside none;
}

.spip-admin-boutons, a.spip-admin-boutons, .spip-admin-boutons a,
.spip-admin-boutons a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
}

dl dt, dl dd
{
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

dl.faq {}
dl.faq dt { background-image: url("images/faq-open.jpg"); background-repeat: no-repeat; cursor: pointer; margin-left: 10px; margin-right: 10px; color:#005FE8; text-align: justify; font-size: 13px; }
dl.faq dt.close 
{ background-image: url("images/faq-close.jpg");
 background-repeat: no-repeat;
 cursor: pointer;
 margin-left: 10px;
 margin-right: 10px;
 color:#005FE8; 
 text-align: justify; 
 font-size: 13px;
font-weight: normal;
color:#005FE8;
opacity: 0.9;
}

dl.faq dd {
 padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 5px;
  border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc; 
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
 color: #444444;
    font-size: 13px;
  }

#faq {}
#faq .ancres { margin-bottom: 3em; border-bottom: 1px solid #DDD; }
#faq .ancres li { padding: .5em 1em .5em .1em; border-top: 1px solid #DDD; }
#faq dl { border: 0; }
#faq dl dt,
#faq dl dd { padding: .4em; background: none; border: 0; }
#faq dl dt { position: relative; padding-right: 3em; background: #DDD url("img/bg-dt.png") no-repeat left top; margin-bottom: .4em; }
#faq dl dt .retour { display: block; position: absolute; top: 0; right: 0; padding: .2em .5em 0 0; text-align: right; font-weight: normal; }
#faq dl dd { margin-bottom: 2em; padding-right: 1em; }

#colorbox, #colorbox * {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

#colorbox img { height: inherit; }

#colorbox {overflow: visible;}

td {
    text-align: left;
	margin-bottom: 50px;
}

h5.left a {
font-weight: normal;
color: #444;
}
h5 a strong {
font-weight: normal;
color: #444;
}
h5.left a span {
font-weight: normal;
color: #444;
}

table.spip{max-width:99%;margin-right:auto;margin-left:auto;margin-bottom:1.385em;border-collapse:collapse;border-spacing:0}
table.spip caption{caption-side:top;text-align:center;margin-right:auto;margin-left:auto;font-weight:700}
table.spip th,table.spip td{border:1px solid #e9e9e9; /*#F9F6F6;/*#DDD4D4*/}
table.spip td.numeric{text-align:right}


table.spip td p {
    margin-bottom: 1.385em;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	margin-top: 30px;}

td p br{
    text-align: left;
    line-height: 12px;
    margin: 0;
    padding: 0;
	clear: none;
}
	
#wysiwyg div p {
    margin-top: 0px;
	}
	
img, .spip_logos {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

.entry_content p i{    
	color: #444;
	text-align: justify;
	line-height: 1.3em;
	text-transform: inherit;
	font-style: italic;
	background-color: #F3F3F3;
}

.message-formulaire p {
font-weight: bold;
}
#forum.menu{
border: 1px solid rgb(204, 204, 204);
}



/*== free art template spip player ==*/
	/*== bandcamp player ==*/
.player {
		z-index:3;
		width:200px;
		height:200px;
		padding:10px;
		position:fixed;
		top:50%;
		left:50%;
		margin:-110px;
		margin-left:-110px;
		background:url("loading2.gif") center no-repeat;
		background-color:#fff;
		opacity:0.9;
		border-radius:110px;
		-webkit-border-radius:110px;
		-moz-border-radius:110px;
		overflow:hidden;	
		box-shadow:0 0 10px 0 #000;
}
.player iframe {
		border: 0; 
		margin:0;
		padding:0;
		position:absolute;
		display:block;
		background-color:transparent;
		width:200px;
		height:200px;
}	

	
/*========== GUI ==========
.ui-container {
	position:relative;
	background:url("images/loading2.gif") center no-repeat;
	background-color:#fff;
	border:1px solid rgb(210, 210, 210);
	border-radius:3px;
	overflow:hidden;
}
.ui-container.noborder {
	border:0;
	border-radius:0;
	background-color:transparent;
	background-image:none;
}
.ui-element{
	font-size:16px;
	line-height:20px;
	min-height:20px;
	border:0;
	outline:0;
	color:#fff;
	opacity:0.8;
	background:#222;
	padding: 5px;
	z-index:100;
	display:block;
	position:absolute;
	text-align:center;
}

.center-left, .center-right {
	position:absolute;
	top:50%;
	margin-top:-10px;
}
.center-left {
	left:0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.center-right {
	right:0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.bottom-left {
	bottom:0;
	left:0;
	border-top-right-radius:5px;
}
.bottom-right {
	bottom:0;
	right:0;
	border-top-left-radius:5px;
}
.top-right {
	top:0;
	right:0;
	border-bottom-left-radius:5px;
}
.top-left {
	top:0;
	border-bottom-right-radius:5px;
}
.alt {
	display:none;
}
/*========== /GUI ==========*/

/*========== MEDIAS FRAMES ==========
.vimeo, .bandcamp, .youtube, .dailymotion  {
	height:170px;
	margin-top:20px;
	background-color:#fff;
	background-size:cover;
	background-position:center;
}
.vimeo iframe, .bandcamp iframe, .youtube iframe, .dailymotion iframe  {
	border:0;
	display:block;
	width:100%;
	height:170px;
	background:transparent;
}


.bandcamp iframe, .bandcamp {
	height:120px;
	border:0;
}
.play-button {
    width: 40px;
    height: 40px;
    color: #eee;
    font-size: 16px;
    position: absolute;
	border:0;
	outline:0;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: block;
    line-height: 40px;
	background:#222;
	opacity:0.8;
	border-radius:5px;
}
/*========== /MEDIAS FRAMES ==========

blockquote {
	padding-left:20px;
	position:relative;
	font-style:italic;
}
blockquote:before {
	font-family:'FontAwesome';
	content:"\f10d";
	position:absolute;
	left:2px;
	top:0;
	opacity:0.5;
	font-style:normal;
}*/

.bg-focus, .bg-blur {
		background-image: url("images/image_fond_marseille_2000.jpg") ;
		background-position:center;
		background-size:cover;
		background-attachment:scroll;
		position:fixed;
		height:100%;
		width:100%;
		top:0;
		left:0;
	}
.bg-focus {
		transition:opacity 0.4s ease;
	}
.bg-focus.hide {
		opacity:0;
	}

.home-container {
    position: relative;
    height: 100%;
    width: 100%;
}


.imagefixe {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #D9D9D9;
}
	
	
#colorbox, #colorbox * {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

#colorbox img { height: inherit; }

#colorbox {overflow: visible;}   


.section_amicale {
  background-color: transparent;
  background-attachment: fixed;
  background-repeat: non-repeat;
  background-position: center center;
  background-image: url("images/image_presidents_amicale_ag2014.jpg");
  height: 400px;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */ 
  background-size: cover;
  opacity: 0;
}


.separator-overlay{
background: #636363 one repeat scroll 0% 0%;
}

.separator-padding {
padding: 150px 0px;
}



.fluid-width-video-wrapper {
    width: 640px;
    height: 360px;
    padding: 0px !important;
}

.ipost .fluid-width-video-wrapper {
    width: 400px;
    height: 210px;
    padding: 0px !important;
}


.widget .fluid-width-video-wrapper {
    width: 280px;
    height: 200px;
    padding: 0px !important;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    width: 100%;
    height: 100%;
    padding: 0px !important;
	position: relative;
	}

.entry_image .fluid-width-video-wrapper {
    width: 100%;
    position: absolute;
    height: 100%;	
	top : 0px;
	padding-top: 6.6667% ! important;
}

.ipost .ipost-image .fluid-width-video-wrapper {
    width: 220px;
    position: absolute;
    height: 170px;	
	top : 0px;
	}
	
		
.transparent {
    background: url("images/Fotolia_81424217_XS.jpg") no-repeat fixed center center / cover transparent;
    padding: 0px;
    color: #FFF !important;
}

.transparent-wrap {
    padding: 50px 0px;
    display: block;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
	background-color: #2B2E31;	
}
	
.transparent-amicale-wrap{
  background: url("images/pattern17.png") repeat;
}


.transparent-amicale-wrap .container{
/*width: 960px;*/
width: 1170px;
margin: 0px auto;
position: relative;
padding-left: 15px;
padding-right: 15px;
}


.transparent_amicale {
/*background-color: #F5F5F5;*/
   /*background: url("images/photo_sommaire_amicales.jpg") no-repeat fixed center bottom / cover transparent;*/
    padding: 0px;
    color: #FFF !important;
}

.transparent_federation { 
}

.transparent-federation-wrap{
height: 400px;
background-image: url("images/image_fond_section_fede_ag2015_1900.jpg");
background-repeat: no-repeat; 
background-attachment: fixed;
background-position: center; 
background: url("images/pattern17.png") repeat;
-webkit-background-size: cover;*/
}

.transparent-amicale-fond-wrap{
height: 400px;
background: url("images/fond_section_amicale_rouen.jpg") no-repeat fixed center bottom / cover transparent;
position: relative;
}

.transparent-federation-evenement-wrap{
background-color: #F6F6F6;/*#E5E4E4;
/*height: 670px;*/
  /*background: url("images/promo.png") repeat;*/
/*background: url("images/pattern17.png") repeat;*/
}

.transparent-federation-actualite-wrap{
background-color: #FFFFFF;
/*background: url("images/pattern17.png") repeat;*/
}

.transparent-federation-scroller-wrap{
background-color: #E5E4E4;
height: 500px;
  /*background: url("images/promo.png") repeat;*/
}





.edito_federation-wrap{
/*background-color: #F3FBF2*/
  background: url("images/promo.png") repeat;
  height: 270px;
  /*background-color: #E5F5EF;*/
 
}

.container_edito_federation{
background: url("images/promo.png") repeat;

}



.transparent_federation_evenement{
}

.transparent_federation_actualite{
}

.transparent_federation_scroller {
background-color: #0079B2;/*#5EA8D9; /*#3498DB /*#2581B0; #1ABC9C;*/
height: 100px;
}

.edito_federation { 
}

.edito_actualite { 
}

.edito_actualite-wrap{
/*background-color: #F3FBF2*/
  /*background: url("images/promo.png") repeat;*/
  height: 365px;
  /*background-color: #E5F5EF;*/
  background: url("images/CharlieHebdo.jpg") repeat;
}

.container_actualite{
background: url("images/promo.png") repeat;
width: 960px;
height: 315px;
}

.transparent-services-wrap{
background-color: #FFFFFF;
}

.transparent_services { 
}

.transparent_diapo_video{
}

.transparent-diapo-video-wrap{
background-color: #F2F2F2;
}

.transparent-diapo-video-wrap .container{
/*width: 960px;*/
width: 1200px;
margin: 0px auto;
position: relative;
}

.transparent-partenaire{
}

.transparent-partenaire-wrap{
background: url("images/pattern17.png") repeat;
height: 200px;
}

.transparent-partenaire-wrap .container{
width: 1135px;
margin: 0px auto;
position: relative;
padding-left: 15px;
padding-right: 15px;
background: url("images/pattern17.png") repeat;
}


.transparent_footer{
}

.transparent-footer-wrap{
height: 300px;
}

p {font-size: 13px;}


.product-single select, .product-single input {
    padding: 10px;
    margin-bottom: 30px;
}
.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    box-sizing: border-box;
}
input[type="text"], input[type="password"], select, textarea {
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    padding: 7px;
    margin-bottom: 10px;
    border-right: 1px solid #DDD;
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #DDD;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    outline: 0px none;
    color: #666;
}
select {
    min-height: inherit !important;
}
input, select, textarea {
    font: 12px/20px "Open Sans",Helvetica,Arial,sans-serif;
}

#menu_portfolio  {
    position: relative;
    /*margin: 0px 0px 30px;*/
	max-width: 1170px;
	margin: 0px auto;
	text-align: center;
	padding-left: 15px;
padding-right: 15px;
}

#menu_portfolio li {
    float: left;
    position: relative;
    padding: 0px 0px 12px;
    /*border-bottom: 1px solid #CCC9C9;*/
	}
	
#menu_portfolio li a {
    display: block;
    position: relative;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 15px;
    font-family: "Open Sans";
    color: #3498DB;
    border-left: 1px solid #CCC9C9;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
}

#menu_portfolio li:first-child {
    border-left: medium none;
	border-bottom: 2px solid #3498DB ; /*#2581B0; #1ABC9C;*/
	color: #3498DB; /* #2581B0; #1ABC9C;*/
}

#menu_portfolio li:first-child a {
color: #3498DB; /*#2581B0; #1ABC9C;*/
}

#menu_portfolio li a:hover {
    color: #3498DB; /*#2581B0; #1ABC9C;*/
}

#menu_portfolio li:hover {
    border-left: medium none;
	border-bottom: 2px solid #3498DB ; /*#2581B0; #1ABC9C;*/
	color: #3498DB; /* #2581B0; #1ABC9C;*/
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    /*border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;*/
}

p.formulaire_ok{
color: #CF292C !important;
}

#fil_ariane {
    position: relative;
    height: 40px;
    background-color: #F5F5F5;
    color: #444444;
}

#fil_ariane li  {
    float: left;
    margin-left: 10px;
    height: 40px;
}

#fil_ariane li:last-child { color: #0079B2;}

#fil_ariane li a {
    display: block;
    float: left;
    position: relative;
    line-height: 20px;
    margin-top: 10px;
    color: #DDD; text-decoration: none;
	font-size: 14px;
}

#fil_ariane li a:hover {
    color: #57B3DF;
    border-bottom: 1px dotted #57B3DF;
}

.ps {
    background: #CEE1F3;
    border: 1px solid #ccc;
    padding: 1em 1em 0;
    margin: 1em 0;
}

.formulaire_spip .long_label label{width:250px;margin-left:-260px;color: #1E2123;}

