/* BEGIN tmq_css */
/* =========================================== 
    Unlimited Colors Setting                   
 =========================================== */

.header-logo {
	background-color: rgba(255,255,255, 0.9);
}
#background-container {
	background-color: #004a98;
}
.services-post > a, .hover-item ul li a, .accord-content span.image-content, ul.tab-links li a:hover, ul.tab-links li a.active, .footer-line, .carousel-control.right:hover, .carousel-control.left:hover, .tp-rightarrow.default, .tp-leftarrow.default, .tp-bullets.simplebullets.round .bullet.selected:after, .tp-bullets.simplebullets.round .bullet:hover:after, .modern_medium_light, .meter > span, .staf-social li a:hover, .pricing-table.standard li, #wp-calendar caption, table thead, .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev, .flex-control-paging li a:hover:before, .flex-control-paging li a.flex-active:before, .comment-content a.reply-comment, .wpcf7 input[type="submit"], .comment-form input[type="submit"], .author-buttons .biography, .author-buttons li:hover, .awesome-icons, .review-box .review-overall-rating, .list-rating .review-overall-rating, ul.page-numbers li a.active, ul.page-numbers li a:hover, ul.page-numbers li span, ul.filter li a.active, ul.filter li a:hover, .tmq_button, .tmq_loading .wBall .wInnerBall {
	background-color: #004a98;
	background-color: rgb(0,74,152);
}
.top-line p span i, ul.social-icons li a i, a.read-more, a.read-more i, .accord-title h5 i, ul.tab-links li a i, .footer-widgets h4, ul.contact-list li a:hover i, div#footer-contact button, div#footer-contact button i, li.drop > a span:after, .footer-line a.go-top:before, .skills-progress p span, .staf-social li a i, .pricing-table.standard li:first-child p, .pricing-table.standard li:first-child span, .pricing-table.standard li a, .drop-caps p span, .drop-caps > span.icon, blockquote p, .sidebar .tagcloud a:hover, .footer-widgets .tagcloud a:hover, .tabs-widget ul.tab-links li a:hover, .tabs-widget ul.tab-links li a.active, .widget_search button i, .tabs-widget .tab-content ul li h6 a:hover, .widget a:hover, .widget_recent_comments ul .url, #wp-calendar tbody td a, a, a:hover, a:focus, .author-buttons .fa, .tag-list li a, .tag-list li a i, .review-box .review-rate, .list-rating .review-rate, .portfolio-navigation a:hover i, h1.head-404, .work-post-content span, .tmq_button.light, .tmq-list ul.posts-list li h6 a:hover, .widget .current_page_item a, .undernav-sidebar .widget h4 {
	color: #004a98;
}
.work-post-content span {
	color: rgb(0,27,86);
}
.hover-box {
	background-color: #004a98;
	background-color: rgba(0,74,152, 0.8);
}
.carousel-control.right, .carousel-control.left {
	background-color: #004a98;
	background-color: rgba(0,74,152, 0.3);
}
.services-post > a:hover:after, .services-post > a:after, a.read-more, ul.contact-list li a:hover, div#footer-contact input[type="text"]:focus, div#footer-contact input[type="email"]:focus, div#footer-contact textarea:focus, ul.contact-list li a:hover:after, .tp-bullets.simplebullets.round .bullet, .tp-bullets.simplebullets.round .bullet:after, .staf-social li a, .drop-caps > span.icon, blockquote, .sidebar .tagcloud a:hover, .footer-widgets .tagcloud a:hover, .widget_search input[type="search"]:focus, .flex-control-paging li a, .flex-control-paging li a:before, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus, .tag-list li a, .review-box .review-overall, .tmq_button, .tmq_button.light { 
	border-color: #004a98;
}
.main-menu > li > a, a.elemadded { 
	background-color: #004a98;
	background-color: rgba(0,74,152, 0.9);
	color: #ffffff;
}
.main-menu > li > a:after { 
	background-color: #004a98;
}
.content-sections, .flexslider { 
	background-color: #ffffff;
}
footer { 
	background-color: #fdfdfd;
}
.footer-line { 
	background-color: #004a98;
}
.tmq_toggle_bar .tmq_toggle_content { 
	background-color: #303030;
}
.tmq_toggle_bar .tmq_toggle_switch { 
	border-top-color: #303030;
}
.toggle-widgets, .toggle-widgets p { 
	color: #dbdbdb;
}
.toggle-widgets h1, .toggle-widgets h2, .toggle-widgets h3, .toggle-widgets h4, .toggle-widgets h5, .toggle-widgets h6 { 
	color: #ffffff;
}
.top-line { 
	background-color: #ffffff;
	background-color: rgba(255,255,255, 0.8);
}
.top-line p span, .top-line p span a.header-contact-link { 
	color: #253135;
}
ul.drop-down li a { 
	background-color: #828a99;
	background-color: rgba(130,138,153, 0.9);
	color: #000000;
}
ul.drop-down li a:hover { 
	background-color: #828a99;
	color: #000000;
}
.pricing-table.standard li { 
	border-color: rgb(0,27,86);
}
.undernav-sidebar { 
	background-color: rgba(255,255,255, 0.96);
}
/* Logo Positioning */
	.header-logo {
		padding-top: 30px;
		padding-bottom: 30px;
	}
/* Banner Area Dynamic Height Control With Padding */
	#page-banner {
		padding-top: 41px;
		padding-bottom: 41px;
	}
/* Set default font color for all paragraphs */
	p {
		color: #4f4f4f;
	}
/* Banner Area BG Setting */
	#page-banner {

					background: -moz-linear-gradient(left, #ffffff 0%, #004a98 100%);
					background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #004a98));
					background: -webkit-linear-gradient(left, #ffffff 0%, #004a98 100%);
					background: -o-linear-gradient(left, #ffffff 0%, #004a98 100%);
					background: -ms-linear-gradient(left, #ffffff 0%, #004a98 100%);
					background: linear-gradient(to right, #ffffff 0%, #004a98 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#004a98', GradientType=1 );
				
	}
/* Default Paragraph Font Setting */
	* {
		font-family: "roboto", "sans serif";
	}
	p {
		font-family: "roboto", "sans serif";
		font-size: 16px;
		line-height: 22px;
	}
/* Menu Font Setting */
	.main-menu > li > a, .main-menu > li > a span, ul.drop-down li a,  ul.drop-down li a span {
		font-family: "open sans", "sans serif";
	}
	.main-menu > li > a {
		font-size: 16px;
	}
	ul.drop-down li a {
		font-size: 13px;
	}
	ul.drop-down {
		width: 220px;
	}
	header {
		width: 270px;
	}
	.inner-content {
		padding-left: 270px;
	}
	.main-menu > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	ul.drop-down li a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
/* Blog Typography Setting */
	.news-item h2 {
		font-size: 18px;
	}
	.single-post-content h1 {
		font-size: 25px;
	}
/* Banner Area Typography Setting */
	#page-banner h1, #page-banner span {
		font-size: 34px;
	}
	#page-banner p {
		font-size: 16px;
	}
	ul.breadcrumb {
		font-size: 13px;
	}
/* Breadcrumb text format */
	ul.breadcrumb {
		text-transform: lowercase
	}
/* Headings Font Setting */
	h1, h2, h3, h4, h5, h6 {
		font-family: "open sans", "sans serif";
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 12px;
	}

/* END tmq_css */
/* BEGIN tmq_usercss */
.Inscription_regate {display: none;
	visibility: hidden;

}

#page-banner h1 {
	text-shadow: 2px 1px 0px rgba(255,255,255,0.5);
	color: rgba(0, 73, 152, 0.75);
}
#page-banner p {
	color: rgba(0, 73, 152, 0.75);
}
#Iframe {
	background-color: rgba(0, 0, 0,);
}
.blog #page-banner {
	background: linear-gradient(to right, #ffffff 0%, #004a98 100%);
}
ul #navigation {display: none;visibility: hidden;
}
#panel {display: none;visibility: hidden;
}
.fa .fa-cogs {display: none;visibility: hidden;
}
ul.pricing-table li:first-child span{
	display: none;
	visibility: hidden;
}
ul.pricing-table li:first-child{
	background-color: #004a98;
}
ul.pricing-table li a {
	background-color: #004a98;
}
#tribe-events-pg-template {
	background-color: #fff;
	width: 870px;
	margin-left: 270px;
	padding-left: 40px;

}
#tribe-events-content.tribe-events-list {
}

#tribe-bar-form {
	margin-left: -40px;
	width: 870px;
}#tribe-bar-form .tribe-bar-submit input
 {
	margin-left: -30px;
	 width: auto; 
}
.staff-post-gal img {margin-left: auto;
margin-right: auto;
	width: auto;
	height: auto;
	display: block;
}
.single-post-content img.wp-post-image {
	width: auto;
	height: auto;
	display: block;
}
/* Disable sticky menu */
header {
	position: absolute;
}
.header-logo {
background-color: #fff;
}
.promo-button a {
color: #fc03e7;
border: 0px solid;
 border-radius: 10px;}
 
 .promo-button a {
color: #004a98;
border: 0px solid;
 border-radius: 10px;}
 
 .promo-box .promo-text h3 {
	font-weight: bold;
}

.sidebar-widgets {
background-color: #d2d8de;
padding: 15px;
 border: 0px solid;
 border-radius: 10px;
margin-top: 25px;
}
.sidebar-widgets h4 {
	font-weight: bold;
}
.latest-post2{
 border: 0px solid;
 border-radius: 10px;
}
.latest-post2 h3{
	font-weight: bold;
}
.latest-post2 h2 a{
	font-weight: bold;
}

.tribe-events-sub-nav{
display: none;

}
.wpb_row .row{
width: 800px;
	display: block;
	visibility: visible;
	overflow: visible;
	z-index: 1000;
}

.latest-post2
{
width: 800px;
}
code {
    color: rgba(0, 74, 152, 0.9);
}
.wpb_row .row {
    width: auto;
 }
 .news-item .inner-item img {    width: 150px; }
 
 ul.drop-down li a {
	background-color: rgba(0, 73, 152, 0.65);
	font-weight: bold;
	font-size: 1.2em;
    color: #fff;
     }
     
    .paques16 {
	background-color: #004a98;
	font-size: 1.5em;
    color: #fff;
     }
         .paques16 a{
    color: #fff;
     }
        .paques16-event{
	background-color: #004a98;
   	margin: 5px;
	padding: 5px;
 color: #fff ;
	font-weight: bold;
       }
.latest-post h3{ font-size: 2.5em;
 line-height: 0.5em;
}
/* END tmq_usercss */
