/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.5
Created: September 2014
License URI: http://support.wrapbootstrap.com/
File Description: Purple Skin
*/
/* 1 Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Droid Sans', sans-serif;
	background-color: #011423;
}
a, .text-default {
	color: #343434;
}

.main-content a{
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #343434;
	text-decoration: underline;
}

h1 {
    background-color: #007EA6;
    color: #FFFFFF;
    display: inline;
    font-family: 'Armata', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding: 2px 6px;
    text-transform: uppercase;
}

h2 {
    color: #882C55;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 5px;
}

h3, h3 a, h3 a:hover {
    color: #007EA6;
    display: inline;
    font-weight: 500;
    font-size: 25px;
    margin: 5px 0;
    text-decoration: none !important;
}

h3:before{
	content: "";
	height: 12px;
	width: 15px;
	margin-right: 5px;
	background-color: #007EA6;
	display: inline-block;
}

#rightContent h2 {
    font-family: 'Cuprum', sans-serif !important; 
    font-size: 19px;
    color: #FFF;
    display: inline-block;
    margin: 10px 0;
    padding: 0 10px;
    font-style: italic;
    background-color: #011423;
}

#mainContent{
	background-color: #ffffff;
}

.header, .page-wrapper {
    background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.footer-content a,
.subfooter a,
.footer-content a:hover,
.subfooter a:hover {
	color: #ffffff;
}

mark,
.mark {
	background-color: #007EA6;
	color: #ffffff;
}

.table > thead > tr > th {
	border-bottom: 1px solid #007EA6;
	background-color: #007EA6;
	color: #ffffff;
}

.table-bordered {
	border-color: #007EA6;
}

/* 2 Layout
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #007EA6;
	color: #ffffff;
}

/* Backgrounds
---------------------------------- */
.default-translucent-bg:after {
	background-color: rgba(149, 77, 179, 0.7);
}

/* 3 Pages
----------------------------------------------------------------------------- */
.blogpost .post-info {
	background-color: #007EA6;
	color: #ffffff;
}

.blogpost .side .social-links li a {
	background-color: transparent;
	border-color: transparent;
	color: #007EA6;
}

.blogpost ul.links li a:hover {
	color: #007EA6;
}

/* timeline layout */
.timeline-date-label {
	color: #007EA6;
}

@media (min-width: 768px) {
	.timeline .timeline-item:before {
		background-color: #ffffff;
		border: 1px solid #007EA6;
	}
}

/* 4 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/* Gray Buttons */
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #007EA6;
	border-color: #007EA6;
}

/* Light Gray Buttons */
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #ffffff;
	background-color: #007EA6;
	border-color: #007EA6;
}

/* Default Buttons */
.btn-default {
	background-color: #007EA6;
	color: #ffffff !important;
	border-color: #007EA6;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff !important;
	background-color: #007EA6;
	border-color: #007EA6;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #007EA6;
	border-color: #007EA6;
}

/* Button with transparent bg
---------------------------------- */
.btn-white {
	background-color: transparent;
	color: #007EA6;
	border: 1px solid #007EA6;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #ffffff;
	background-color: #007EA6;
	border-color: #007EA6;
}

/* Button background transitions
---------------------------------- */
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
	background: #007EA6;
}

/* Forms
---------------------------------- */
.default-bg .form-control {
	border-color: #007EA6;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
	color: #ffffff;
}

.default-bg .form-control:focus {
	border-color: #007EA6;
	background-color: rgba(0, 0, 0, 0.25);
}

.default-bg .input-group-addon {
	background-color: #007EA6;
	border-color: #007EA6;
	color: #ffffff;
}

.dropdown .active > a > .badge,
.dropdown a:hover .badge,
.dropdown .open > a > .badge {
	border-color: #007EA6;
}

/* Pager
---------------------------------- */
ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #007EA6;
	border-color: #007EA6;
}

ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #007EA6;
	border-color: #007EA6;
}

/* Tabs
---------------------------------- */
.nav-tabs > li.active > a:after {
	background-color: #007EA6;
}

.tab-content:after {
	background-color: #007EA6;
}

@media (max-width: 480px) {
	.nav-tabs > li > a:hover:after {
		background-color: #007EA6;
	}
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #007EA6;
}

.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	border: 1px solid #007EA6;
	background-color: #007EA6;
	color: #ffffff;
}

/* vertical tabs */
.vertical .nav-tabs > li > a:hover:after {
	background-color: #007EA6;
}

/* Nav pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #007EA6;
	background-color: #fafafa;
}

.nav-pills > li.active > a:after {
	color: #007EA6;
}

.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #007EA6;
}

.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
	color: #007EA6;
}

.nav-pills > .active > a > .badge {
	color: #007EA6;
	background-color: #ffffff;
	border-color: #007EA6;
}

/* Collapse
---------------------------------- */
.panel-heading a {
	background-color: #007EA6;
	color: #ffffff;
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	background-color: #007EA6;
	color: #ffffff;
}

/* Progress bars
---------------------------------- */
.progress-bar-default {
	background-color: #007EA6;
}

/* Modals
---------------------------------- */
.modal-content .modal-header {
	background-color: #007EA6;
}

/* Images and Images overlay
---------------------------------- */
.overlay a {
	color: #007EA6;
	background-color: #ffffff;
}

.overlay-links a + a {
	color: #ffffff;
	background-color: #007EA6;
}

a.overlay i {
	color: #007EA6;
}

/* 5 Navigations
----------------------------------------------------------------------------- */


.header-small .navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-family: 'Armata', sans-serif;
	font-size: 19px;
	font-weight: 500;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: transparent;
}

.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #343434 !important;
	background-color: #fafafa !important;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #007EA6;
	border-color: #f1f1f1;
}

#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
	color: #007EA6;
	background-color: #ffffff;
}

.mega-menu .menu > li > a{
	color: #343434;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #007EA6;
	border-color: #f1f1f1;
}

/* arrows for parent menu items */
.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #ffffff;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #e5e5e5;
}

.dropdown .dropdown.open > a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open > a:before {
	color: #007EA6;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #007EA6;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #007EA6;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FDBCDC;
    background-color: transparent;
}


/* Subfooter navigation
---------------------------------- */
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	color: #007EA6;
}

/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Boxes
---------------------------------- */
.box.gray-bg:hover {
	color: #007EA6;
}

.box.default-bg:hover {
	background-color: #ffffff;
	border: 1px solid #007EA6;
}

.box.default-bg:hover * {
	color: #007EA6;
}

.box-style-1:not(.team-member):hover i {
	color: #007EA6;
}

.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}

.box-style-2:hover .default-bg {
	background-color: #ffffff;
	border: 1px solid #007EA6;
}

.box-style-2:hover .default-bg * {
	color: #007EA6;
}

.box-style-2:hover .white-bg * {
	color: #007EA6;
}

.box-style-3:hover .default-bg {
	background-color: #ffffff;
	border: 1px solid #007EA6;
}

.box-style-3:hover .default-bg * {
	color: #007EA6;
}

.box-style-3:hover .white-bg * {
	color: #007EA6;
}

/* Tags cloud block
---------------------------------- */
.tag a:hover {
	color: #ffffff;
	background-color: #007EA6;
	border-color: #007EA6;
}

/* Social icons block
---------------------------------- */
.social-links li a {
	background: #a7c651;
	border: 1px solid #a7c651;
	color: #ffffff;
}

.social-links li a:hover {
	background-color: #0b80ab;
	border-color: #0b80ab;
	color: #ffffff;
}

.social-links .dropdown.open > button > i:before {
	content: "\f00d";
	color: #007EA6;
}

.header-top .social-links li a:hover {
	color: #007EA6;
}

/* search and login
---------------------------------- */
.header-top-dropdown .dropdown.open > button,
.header-top-dropdown .dropdown > button:hover {
	color: #007EA6;
}

/* Pricing tables
---------------------------------- */
.plan .popover-title {
	background-color: #007EA6;
	color: #ffffff;
}

.gray .plan .header h3 {
	color: #007EA6;
}

.white .plan .header {
	color: #ffffff;
	background: #007EA6;
}

.stripped .header {
	background: #007EA6;
	-webkit-box-shadow: 0px 0px 60px #007EA6 inset;
	-moz-box-shadow: 0px 0px 60px #007EA6 inset;
	box-shadow: 0px 0px 60px #007EA6 inset;
	color: #ffffff;
}

/* 7 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution captions */
.default_bg {
	background-color: #007EA6;
	color: #ffffff;
}

/* Revolution Nav Controls */
.tparrows.round:hover {
	color: #ffffff;
	background-color: #007EA6;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #007EA6;
}

.tp-bannertimer {
	background-color: rgba(149, 77, 179, 0.7);
}

/* 8 Owl carousel
----------------------------------------------------------------------------- */
.owl-prev {
	background-color: #007EA6;
	color: #f1f1f1;
}

.owl-next {
	background-color: #f1f1f1;
	color: #007EA6;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	background-color: #007EA6;
	color: #f1f1f1;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #007EA6;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #007EA6;
}

.header, .fixed-header-on .header.fixed {
	border-bottom: none;
}

.header-top {
    background-color: #0b80ab;
}

.header-small {
	padding: 0 !important;
	background: #632a4d; /* Old browsers */
	background: -moz-linear-gradient(top, #632a4d 0%, #822d57 24%, #8a2b55 50%, #822d57 79%, #632a4d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #632a4d 0%,#822d57 24%,#8a2b55 50%,#822d57 79%,#632a4d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #632a4d 0%,#822d57 24%,#8a2b55 50%,#822d57 79%,#632a4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#632a4d', endColorstr='#632a4d',GradientType=0 );
}

.header-small .navbar.navbar-default {
    margin: 0;
    background-color: transparent;
    border-color: transparent;
}

footer {
	position: relative;
	padding: 60px 100px 0 100px;
	color: #ffffff;
}

.footer, .subfooter {
	background-color: transparent;
} 

.subfooter {
	width: 100%;
	position: absolute;
    top: -40px;
	color: #ffffff;
	margin-left: -100px;
}

.subfooter-inner{
	background-color: #0b80ab;
	margin: 0 80px;
	padding: 15px 10px;
}

.subfooter-inner .nav-bar a{
	font-family: 'Cuprum', sans-serif !important; 
}

.scrollToTop{
	background-color: #0b80ab;
	color: #ffffff;
}

.frame ul > li > img {
	display: inline-block;
}

.news {
	margin: 20px 0;
}

.news .newsDate {
    color: #FFF;
    font-family: 'Belgrano', serif;
    font-size: 15px;
    background-color: #A7C651;
    float: left;
    margin: 4px 10px 0 0;
    padding: 1px 5px;
}

.news .newsAuteur {
    font-family: 'Belgrano', serif;
    font-style: italic;
    font-size: 14px;
    color: #AFAFAF;
    float: left;
    margin: 7px 0 0;
}

.news .newsLiens {
	float: right;
    text-decoration: none !important;
    font-family: 'Cuprum', sans-serif !important; 
    font-style: italic;
    font-size: 18px;
}

.basBoiteNews {
    border-bottom: 1px dotted #B4B4B4;
    margin: 8px 0 15px;
    clear: both;
}

.news .newsLiens a {
	text-decoration: none !important;
    padding-left: 14px;
}

.news .newsLiens a:hover {
    color: #A7C651;
    text-decoration: underline;
}

.btn-default, .blogpost .post-info {
    background-color: #007EA6;
    border-color: #007EA6;
}

/*# sourceMappingURL=purple.css.map */