/*
 Fonts Raleway:200,300,500,700 Extra-Light light medium bold
 Bleu  #3b5999
 Bleu ON #8ac2ff
*/

/*Import CSS Plugins*/
@import url(plugins/animate.css);
* {
	border-radius: 0 !important;
}
body {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
}
hr {
	margin: 30px 0;
}
h1 {
	font-size: 28px;
	line-height: 35px;
	color: #000000;
	font-weight: 300;
}
h2 {
	font-size: 24px;
	line-height: 33px;
}
h3 {
	font-size: 20px;
	line-height: 27px;
}
h4 {
	line-height: 25px;
}
h5 {
	line-height: 20px;
}
h6 {
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	color: #585f69;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
}
/*Forms
------------------------------------*/
.form-control {
	box-shadow: none;
	border-style: solid;
	border-width: 2px;
	border-color: #3b5999;
}
.form-control:focus {
	border-color: #3b5999;
	box-shadow: 0 0 2px #c9c9c9;
}
/*Button Styles
------------------------------------*/
.btn {
	box-shadow: none;
}
.btn-u {
	white-space: nowrap;
	border: 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	padding: 6px 13px;
	position: relative;
	background: #3b5999;
	display: inline-block;
	text-decoration: none;
}
.btn-u:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 @-moz-document url-prefix() {
 .footer-subsribe .btn-u {
 padding-bottom: 4px;
}
}

@media (max-width: 768px) {
 @-moz-document url-prefix() {
 .btn-u {
 padding-bottom: 6px;
}
}
}

/*Buttons Color*/
.btn-u:hover, .btn-u:focus, .btn-u:active, {
 background: #8ac2ff;
}
/*Social Icons*/
.social-icons {
	margin: 0;
	padding: 0;
}
.social-icons li {
	list-style: none;
	margin-right: 3px;
	margin-bottom: 5px;
	text-indent: -9999px;
	display: inline-block;
}
.social-icons li a {
	width: 28px;
	height: 28px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
	background-position: 0 -38px;
}
.social_facebook {
	background: url(../images/icons/social/facebook.png) no-repeat;
}
.social_googleplus {
	background: url(../images/icons/social/googleplus.png) no-repeat;
}
.social_rss {
	background: url(../images/icons/social/rss.png) no-repeat;
}
.social_twitter {
	background: url(../images/icons/social/twitter.png) no-repeat;
}
.social_plus {
	background: url(../images/icons/social/plus.png) no-repeat;
}
.social_mail {
	background: url(../images/icons/social/mail.png) no-repeat;
}
.addthis_inline_share_toolbox {
	position: absolute;
	height: 30px;
}

/*Icons Color*/
i.icon-color-u, i.icon-color-red, i.icon-color-sea, i.icon-color-dark, i.icon-color-grey, i.icon-color-blue, i.icon-color-green, i.icon-color-yellow, i.icon-color-orange, i.icon-color-purple, i.icon-color-aqua, i.icon-color-brown, i.icon-color-dark-blue, i.icon-color-light-grey, i.icon-color-light-green, {
 background: none;
}
/*Blockquote*/
blockquote {
	padding: 5px 15px;
	border-left-width: 2px;
}
blockquote:hover {
	border-color: #72c02c;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.margin-top-5, .margin-top-10, .margin-top-15, .margin-top-20, .margin-top-25, .margin-top-30, .margin-top-35, .margin-top-40, .margin-top-45, .margin-top-50, .margin-top-55, .margin-top-60 {
	clear: both;
	overflow: auto;
}
.margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55**/, .margin-bottom-60**/ {
 clear:both;
 overflow: auto;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-25 {
	margin-top: 25px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-35 {
	margin-top: 35px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-45 {
	margin-top: 45px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-55 {
	margin-top: 55px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-35 {
	margin-bottom: 35px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-45 {
	margin-bottom: 45px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-55 {
	margin-bottom: 55px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
.sm-margin-bottom-0 {
	margin-bottom: 0px;
}
.sm-margin-bottom-10 {
	margin-bottom: 10px;
}
.sm-margin-bottom-20 {
	margin-bottom: 20px;
}
.sm-margin-bottom-30 {
	margin-bottom: 30px;
}
.sm-margin-bottom-40 {
	margin-bottom: 40px;
}
.sm-margin-bottom-50 {
	margin-bottom: 50px;
}
.sm-margin-bottom-60 {
	margin-bottom: 60px;
}
}

@media (max-width: 992px) {
.md-margin-bottom-0 {
	margin-bottom: 0px;
}
.md-margin-bottom-10 {
	margin-bottom: 10px;
}
.md-margin-bottom-20 {
	margin-bottom: 20px;
}
.md-margin-bottom-30 {
	margin-bottom: 30px;
}
.md-margin-bottom-40 {
	margin-bottom: 40px;
}
.md-margin-bottom-50 {
	margin-bottom: 50px;
}
.md-margin-bottom-60 {
	margin-bottom: 60px;
}
}
.wrapper {
	background: #fff;
}
.topbar {
	z-index: 12;
	padding: 3px 0 0 0;
	position: relative;
}
.topbar .container {
/*width: 1175px;*/
}
/*Header Default
------------------------------------*/
.header {
	z-index: 99;
	position: relative;
	border-bottom: solid 2px #eee;
}
.header .navbar {
	margin: 0;
	min-height: inherit;
}
.header .navbar-default {
	border: none;
	background: #3b5999;
}
.header .navbar-collapse {
	position: relative;/*max-height: inherit;*/
}
/*Brand*/
.header .navbar-brand {
	z-index: 1;
	top: -10px;
	position: relative;
	padding: 0 10px 10px;
}

/*Navbar Brand*/
@media (max-width: 992px) {
.header .navbar-brand {
	top: 0;
	height: 40px;
}
}
.header .navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font: normal normal 23px "Homenaje", Helvetica, Arial, sans-serif;
}
.header .navbar-default .navbar-nav > .active > a {
	color: #8ac2ff;
}

/*Navbar Nav*/
@media (min-width: 992px) {
.header .navbar-nav {
	float: right;
}
}
/*Dropdown*/
.header .navbar-right .dropdown-menu {
	right: inherit;
}
/*Navbar Toggle*/
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #3b5999;
	padding: 6px 10px 2px;
}
.navbar-toggle:hover {
	background: #8ac2ff !important;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .fa {
	color: #fff;
	font-size: 19px;
}

/*Responsive Navbar*/
@media (max-width: 999px) {
/*Dropdown Menu Slide Down Effect*/
.navbar-nav .open .dropdown-menu {
	border: 0;
	float: none;
	width: auto;
	margin-top: 0;
	position: static;
	box-shadow: none;
	background-color: transparent;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #8ac2ff;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
/*Responsive code for max-width: 1000px*/
.header .navbar-header {
	float: none;
}
.header .navbar-toggle {
	display: block;
}
.header .navbar-collapse.collapse {
	display: none !important;
}
.header .navbar-collapse.collapse.in {
	display: block !important;
	overflow-y: auto !important;
}
.header .navbar-nav {
	margin: 7px 0;
	float: none !important;
}
.header .navbar-nav > li {
	float: none;
}
.header .navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 40px;
}
/*Design for max-width: 1200px*/
.header .navbar-collapse, .header .navbar-collapse .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.header .navbar-default .navbar-nav > li > a {
	font-size: 20px;
	padding: 9px 10px;
}
.header .navbar-default .navbar-nav > li a {
	/*margin-bottom: 1px;*/
	border-bottom: solid 1px #eee;
}
.header .navbar-default .navbar-nav > li > a:focus {
	background: none;
	color: #8ac2ff;
}
.header .navbar-default .navbar-nav > li > a:hover {
	color: #8ac2ff;
}
.header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background: #8ac2ff;/*border-bottom: solid 2px #72c02c;*/
}
.header .dropdown-submenu li a {
	font-size: 12px;
}
}

@media (min-width: 1000px) {
/*Navbar Collapse*/
.header .navbar-collapse {
	padding: 0;
}
/*Navbar*/
.header .navbar-nav {
	top: 6px;
	position: relative;
}
.header .navbar-default .navbar-nav > li > a {
	padding: 0px 30px 9px 20px;
}
.header .navbar-default .navbar-nav > li > a, .header .navbar-default .navbar-nav > li > a:focus {
}
.header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > .active > a {
	color: #8abde0;
}
.header .navbar-default .navbar-nav > li > a, .header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > li > a:focus, .header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
	background: none;
}
.header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
	color: #8ac2ff;
}
/*Centrer NAVBAR*/
.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
/*Dropdown Menu*/
.header .dropdown-menu {
	padding: 0;
	border: none;
	min-width: 200px;
	border-radius: 0;
	z-index: 9999 !important;
	margin-top: -2px !important;
	border-top: solid 2px #8ac2ff;
	border-bottom: solid 2px #687074;
}
.header .dropdown-menu .li200 {
	max-width: 200px;
	overflow: hidden;
}
.header .dropdown-menu li a {
	color: #687074;
	font-size: 13px;
	font-weight: 400;
	padding: 6px 15px;
	border-bottom: solid 1px #eee;
}
.header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
	color: #fff;
	filter: none !important;
	background: #687074 !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.header .dropdown-menu li > a:focus {
	background: none;
	filter: none !important;
}
.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.header .open > .dropdown-menu, .header-v1 .open > .dropdown-menu {
	display: none;
}
/*Search*/
.header .navbar .search-open {
	width: 330px;
}
}
/*Search Box*/
.header .navbar .nav > li > .search {
	color: #fff;
	cursor: pointer;
	min-width: 35px;
	font-size: 15px;
	text-align: center;
	background: none;
	padding: 6px 0 17px;
	display: inline-block;
}
.header .navbar .nav > li > .search:hover {
	color: #8ac2ff;
	background: none;
}
.header .navbar .search-open {
	right: 0;
	top: 36px;
	display: none;
	padding: 14px;
	position: absolute;
	background: #fcfcfc;
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd;
}
.header .navbar .search-open form {
	margin: 0;
}

@media (min-width: 767px) and (max-width: 1000px) {
.header .navbar > .container .navbar-brand, .header .navbar > .container-fluid .navbar-brand {
	margin-left: -10px;
}
.header .navbar-toggle {
	margin-right: 0;
}
.header .navbar .search-open {
	width: 93%;
}
}

@media (max-width: 999px) {
.header .navbar .nav > li > .search {
	color: #fff;
	width: 33px;
	height: 34px;
	line-height: 12px;
	text-align: left;
	text-align: center;
	margin: 5px 10px 0;
	background: none;
	border-bottom: none;
}
.header .navbar .nav > li > .search:hover {
	color: #8ac2ff !important;
	background: none;
}
.header .navbar .search-open {
	top: 5px;
	padding: 0;
	left: 48px;
	border-top: none;
	box-shadow: none;
	background: none;
	margin-right: 10px;
}
}

@media (min-width: 992px) and (max-width: 1000px) {
.header .header .navbar-nav {
	margin: 7px 0 !important;
}
}
/*Header v1
------------------------------------*/
.header-v1 {
	border-bottom: none;
}
/*Brand*/
.header-v1 .navbar-brand {
	top: 2px;
	padding: 0 10px 10px;
}
/*Search Box*/
.header-v1 .navbar .search-open {
	background: #f8f8f8;
}

@media (max-width: 767px) {
.header-v1 .navbar .search-open {
	bottom: -6px;
}
}
.header-v1 .navbar .nav > li > .search {
	padding: 11px;
	border: none;
	min-width: 37px;
}
.header-v1 .navbar .nav > li > .search:hover {
	color: #fff;
	background: #72c02c;
}
/*Toggle*/
.header-v1 .navbar-toggle {
	margin-top: 3px;
}

/*Responsive Header v1*/
@media (min-width: 767px) and (max-width: 992px) {
/*Brand*/
.header-v1 .navbar-brand {
	margin-bottom: 15px;
}
}

@media (min-width: 767px) {
/*Navbar*/
.header-v1 .navbar-default .navbar-nav > li {
	margin-left: 1px;
}
.header-v1 .navbar-default .navbar-nav > li > a {
	padding: 9px 30px 6px 20px;
}
.header-v1 .navbar-default .navbar-nav > .active > a, .header-v1 .navbar-default .navbar-nav > li > a:hover, .header-v1 .navbar-default .navbar-nav > li > a:focus {
	color: #fff !important;
	background: #72c02c !important;
}
.header-v1 .navbar-default .navbar-nav > .open > a, .header-v1 .navbar-default .navbar-nav > .open > a:hover, .header-v1 .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background: #72c02c;
}
/*Dropdown Menu*/
.header-v1 .dropdown-menu {
	background: #fafafa;
}
}
/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
	height: 78px;
}
.header-fixed .header.header-fixed-shrink {
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	z-index: 9999;
	position: fixed;
	margin-top: -35px;
	border-bottom-color: #f5f5f5;
	background: rgba(255,255,255, 0.9);
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	transition: height 0.6s;
}
/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand {
	top: 10px;
	z-index: 1;
	position: relative;
	padding: 0 10px 10px;
}
.header-fixed .header.header-fixed-shrink .navbar-brand img {
	width: 90%;
}
.header-fixed .header.header-fixed-shrink .search, .header-fixed .header.header-fixed-shrink .active a {
	border-bottom: none !important;
}
.header-fixed .header.header-fixed-shrink .dropdown > a:after {
	top: 19px;
}
/*Toggle*/
.header-fixed .navbar-toggle {
	margin-top: 5px;
}
/*Search Bar*/
.header-fixed .header.header-fixed-shrink .search {
	margin-top: 12px;
	padding: 8px !important;
	color: #585f69 !important;
	background: none !important;
}
.header-fixed .header.header-fixed-shrink .search-open {
	border-top: none;
	background: rgba(255,255,255, 0.9);
}

/*Responsive Fixed Header*/
@media (max-width: 992px) {
/*Header*/
.header-fixed .header {
	height: 118px;
}
.header-fixed .header.header-fixed-shrink {
	height: 135px;
}
}

@media (max-width: 767px) {
/*Header*/
.header-fixed .header, .header-fixed .header.header-fixed-shrink {
	height: 88px;
}
/*Navbar*/
.header-fixed .header .navbar-nav {
	background: #fff;
	padding: 6px 0;
	margin-top: 0px;
	border: solid 1px #eee;
}
.header-fixed .header .navbar-default .navbar-collapse, .header-fixed .header .navbar-default .navbar-form {
	border: none;
}
/*Toggle*/
.header-fixed .navbar-toggle {
	margin-top: 9px;
}
/*Search*/
.header-fixed .header.header-fixed-shrink .navbar .nav > li > .search {
	top: 5px;
	position: relative;
}
}

@media (min-width: 767px) {
/*Navbar*/
.header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
	padding: 19px 30px 18px 20px;
	border-bottom: solid 1px transparent !important;
}
/*Search Bar*/
.header-fixed .header.header-fixed-shrink .search-open {
	top: 56px;
}
}
/*Dropdown Submenu for BS3
------------------------------------*/
.dropdown-submenu {
	position: relative;
}
.dropdown > a:after, .dropdown-submenu > a:after {
	top: 8px;
	right: 9px;
	font-size: 11px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}

@media (max-width: 1000px) {
.dropdown-submenu > a:after {
	content: " ";
}
}
.dropdown > a:after {
	top: 9px;
	right: 15px;
	content: "\f107";
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -5px;
	margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

@media (max-width: 1000px) {
.dropdown-submenu > .dropdown-menu {
	display: block;
	margin-left: 15px;
}
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.dropdown-menu li [class^="fa-"], .dropdown-menu li [class*=" fa-"] {
	left: -3px;
	width: 1.25em;
	margin-right: 1px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.dropdown-menu li [class^="fa-"].fa-lg, .dropdown-menu li [class*=" fa-"].fa-lg {
	/* increased font size for fa-lg */
	width: 1.5625em;
}
/*Menu Icons*/
.menu-icon {
	margin-right: 10px;
	font-weight: 200;
}
/*Dropdown Show*/
.dropdown-show {
	position: relative;
	display: inline-block;
	box-shadow: 0 0 4px #eee;
}
/*Footer*/
.footer {
	color: #000;
	background: #e1e1e1;
	padding: 20px 0 30px;
}
.footer a {
	font-size: 14px;
}
.footer a {
	color: #3b5999;
	font-weight: normal;
}
.footer a:hover {
	color: #2f9afe;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}
.footer img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
/*Social Icons*/
.social-icons {
	margin-top: 5px;
}
.social-icons li {
	margin: 0;
}
.social-icons li a {
	margin: 0 3px;
}
.tp-banner-container {
	position: relative;
}
.revolution-mch-1:after {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	background: rgba(0,0,0,0);
}
.form-control {
	box-shadow: none;
}
.form-control:focus {
	border-color: #bbb;
	box-shadow: 0 0 2px #c9c9c9;
}
/*logo
------------------------------------*/
.logo {
	color: #3b3b3b;
	text-decoration: none;
	float: left;
}

/* Smartphones */
@media (max-width: 480px) {
.logo {
	font: 2em "Raleway", Helvetica, Arial, sans-serif;
}
.slogan {
	font: 0.8em;
}
.news-titre-home{
	font: 1.7em "Raleway", Helvetica, Arial, sans-serif;
	display:block;
	color: #3b3b3b;
}
}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
.logo {
	font: 1.8em "Raleway", Helvetica, Arial, sans-serif;
}
.news-titre-home{
	display:none;
}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
.logo {
	font: 3em "Raleway", Helvetica, Arial, sans-serif;
}
.news-titre-home{
	display:none;
}
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {
.logo {
	font: 3.3em "Raleway", Helvetica, Arial, sans-serif;
}
.news-titre-home{
	display:none;
}
}

/* Large Display */
@media (min-width: 1200px) {
.logo {
	font: 4em "Raleway", Helvetica, Arial, sans-serif;
}
.news-titre-home{
	display:none;
}
}
.logohover a {
	color: #3b3b3b;
	font-weight: 200;
	text-decoration: none;
}
.logohover a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #3b3b3b;
}
.logo2 {
	color: #3b5999;
	font-weight: 700;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.slach {
	position: absolute;
	padding: 5px 0 0 0px;
}
.slogan {
	color: #3b3b3b;
	font: 0.99em "Raleway", Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding-top: 12px;
	margin: 0 0 0 -30px;
}
.slogan .logan1 {
	padding: 0 0 0 15px;
	display: inline;
}
.slogan .logan2 {
	padding: 10px 0 0 8px;
	display: inline;
}
.slogan .logan3 {
	padding: 10px 0 0 0px;
	display: inline;
}

@media (max-width: 480px) {
.logo {
	font: 2.7em "Raleway", Helvetica, Arial, sans-serif;
}
.slogan {
	font: 0.73em "Raleway", Helvetica, Arial, sans-serif;
	margin: 0;
}
.slach {
	display: none;
}
.slogan .logan1 {
	padding: 0 0 0 0px;
	display: inline;
}
.slogan .logan2 {
	padding: 10px 0 0 0px;
	display: inline;
}
.slogan .logan3 {
	padding: 10px 0 0 0px;
	display: inline;
}
}

/* Smartphones \E0 Tablets */
@media (min-width: 480px) and (max-width: 980px) {
.slogan {
	padding-top: 12px;
	margin: 0;
}
.slogan .logan1 {
	padding: 0 0 0 0px;
	display: inline;
}
.slogan .logan2 {
	padding: 10px 0 0 0px;
	display: inline;
}
.slogan .logan3 {
	padding: 10px 0 0 0px;
	display: inline;
}
.slach {
	display: none;
}
}
.logosFooter img {
	padding: 0 35px 15px 0;
	float: left;
	width: auto;
	height: auto;
}
.partage {
	margin-top: 12px;
}
.partage-icons img {
	float: left;
	width: auto;
	height: auto;
	margin-right: 5px
}
.partage-icons img:hover {
	-webkit-box-shadow: 0px 0px 5px #323232;
	box-shadow: 0px 0px 5px #323232;
}
.informer {
	font-weight: 200;
	font: 1.8em "Raleway", Helvetica, Arial, sans-serif;
	margin: 8px 0px 2px 0;
}
.facebook-int {
	margin: 38px 0px 0px 0;
}
/*Choose*/
.choose {
	position: relative;
	margin: 12px auto 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	margin-bottom: 40px
}
.choose figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #3b5999;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	max-height: 194px;
}
.choose figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1;
	background: #fff;
}
.choose figure figcaption {
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.choose figure figcaption::before, .choose figure figcaption::after {
	pointer-events: none;
}
.choose figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.choose figure p {
	margin: 0;
}
.choose .btn-g, .btn-g {
	background-color: transparent;
	border-color: #fff;
	color: #fff !important;
	font-family: "Raleway";
	font-weight: 500;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-khtml-border-radius: 5px!important;
	border-radius: 5px!important;
}
.choose .btn-g:hover, .btn-g:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000!important;
}
/***** effect-val *****/

.effect-val figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	color: #3c4a50;
	opacity: 1;
}
.effect-val .description {
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}
.effect-val .date {
	color: #FFFFFF;
	display: block;
	font-weight: 200;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	line-height: 1.2;
}
.effect-val p {
	display: block;
	color: #FFFFFF;
	font-weight: 500;
	padding: 0 0 10px 0;
	font-size: 1em;
}
.effect-val h2, .voiraussi .effect-val h2 {
	font-size: 1.2em;
	font-family: "Raleway";
	font-weight: bold;
	line-height: 1.053;
	text-align: center;
	color: #585f69;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
.effect-val h2, .voiraussi .effect-val h2 {
	display: none;
}
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
.voiraussi .effect-val h2 {
	display: none;
}
}

/* Large Display */
@media (min-width: 1200px) {
.voiraussi .effect-val h2 {
	display: none;
}
}
.effect-val:hover .description {
	opacity: 1;
}
.effect-val:hover .imgv {
	opacity: 0.1;
}

@media screen and (max-width: 50em) {
.choose figure {
	display: inline-block;
	float: none;
	margin: 10px auto;
	width: 100%;
	max-height: 553px
}
}
.footer .navlist {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.footer .navlist li {
	padding-left: 10px;
	background-image: url(../images/li-footer.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
/*News*/
.media-foto_video {
	margin-bottom: 40px;
}
.media-foto_video-img {
	overflow: hidden;
	position: relative;
}
.media-foto_video-img img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.media-foto_video span.magazine-badge {
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 15px;
	padding: 0px 8px;
	position: absolute;
	font-style: inherit;
	width: 100%;
	text-align: center;
	font-weight: 700;
}
span.badge-ghost {
	background-image: none;
	background-color: rgba(59,89,153,0.90);
}
.media-foto_video a img, .media-foto_video a:hover img {
	background-color: none;
}
/*Slider*/
.tp-banner-container {
	position: relative;
	margin-bottom: 38px
}
.revolution-mch-1:after {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;/*background-image: url(../images/trame/05.png);*/
}
.revolution {
	margin: 0 0 0 10px;
}
.revolution .titre {
	color: #fff;
	font: 800 40px/38px "Raleway", sans-serif;
	text-align: left;
	padding: 0;
	margin: 0 0 12px 0;
	display: block;
	width: 500px;
}
.revolution .txt {
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.2em;
	position: relative;
	text-align: left;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	display: block;
	padding: 5px 0px 10px;
	width: 500px;
}
/*Twitter*/
.tweets {
	text-align: left;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	padding: 5px 5px 5px 8px;
	border: 1px solid #c4c4c4;
	-webkit-box-shadow: 2px 1px 3px #a8a8a8;
	box-shadow: 2px 1px 3px #a8a8a8;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-khtml-border-radius: 4px!important;
	border-radius: 4px!important;
	margin-top: 30px;
	margin-bottom: 10px;
}
.tweets .titre {
	color: #4f88c6;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 1.8em;
}
.voiraussi .titre {
	color: #000000;
	font-weight: 700;
	font-size: 1.4em;
	text-align: left;
	border-bottom: 1px solid #000000;
	margin-bottom: 0.5em;
}
.enimages {
	text-align: left;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	padding: 5px 5px 5px 8px;
	border: 1px solid #c4c4c4;
	-webkit-box-shadow: 2px 1px 3px #a8a8a8;
	box-shadow: 2px 1px 3px #a8a8a8;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	-khtml-border-radius: 4px!important;
	border-radius: 4px!important;
	margin-top: 3px;
	margin-bottom: 3.5em;
}
.enimages .dates {
	color: #b7b7b7;
	display: block;
	font-weight: 200;
	padding: 0 0 8px 0;
	font-size: 1.2em;
	line-height: 1.2;
}
.enimages .titreimage {
	color: #343434 !important;
	display: block;
	font-weight: 500;
	padding: 0 0 8px 0;
	font-size: 1.5em;
	line-height: 1.2;
}
.enimages p {
	margin-bottom: 0.9em;
}
.btn-g2 {
	background-color: transparent;
	border-color: #3b5999;
	color: #3b5999 !important;
	font-family: "Raleway";
	font-weight: 500;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-khtml-border-radius: 5px!important;
	border-radius: 5px!important;
	margin-bottom: 0.7em
}
.btn-g2:hover {
	background-color: #3b5999;
	border-color: #3b5999;
	color: #fff!important;
}
.enimages .nyroModal.btn.btn-g2 {
	margin-bottom: 1.7em;
}
.ghostNB {
	background-color: rgba(0,0,0,0.4);
	padding: 8px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
}
.left-col {
	margin-top: 45px;
}
.right-col {
	margin-top: 30px;
}
.btn-ga {
	background-color: transparent;
	border-color: #455997;
	color: #455997 !important;
	font-family: "Raleway";
	font-weight: 500;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-khtml-border-radius: 5px!important;
	border-radius: 5px!important;
}
.btn-ga:hover {
	background-color: #455997;
	border-color: #455997;
	color: #fff!important;
}
.nyroModalCont {
	border: 4px solid #fff;
}
.nyroModalCont, .nyroModalImg, .nyroModalBg {
	z-index: 9998;
}
.nyroModalClose {
	z-index: 9999;
}
.update {
	color: #B7B7B7;
	display: block;
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	font-size: 1.2em;
	line-height: 1.2;
	font-style: italic;
}
.dates {
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 15px;
}
.diaporama {
	margin: 15px 0px 0px 0px;
}
.carousel-caption .txt {
	display: none;
}
.carousel-caption .titre {
	color: rgba(255,255,255,1.00);
	font-size: 1.85em;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-left: 25%;
	padding-right: 25%;
	text-shadow: none;
	margin: 0 auto 0 auto
}
.revolution .titre02 .noir {
	background-color: rgba(0,0,0,0.55);
	border-radius: 8px !important;
	padding: 2px 10px;
}
