/*
Theme Name: Amadeus ECOTIS
Theme URI: http://themeisle.com/themes/amadeus
Author: Themeisle
Author URI: http://themeisle.com
Description: Amadeus is a responsive blog theme that features a modern and clean design. Features include: a parallax header image, Metaslider integration, ability to use Google Fonts, social icons, full color control, custom widgets and much more.
Version: 2.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amadeus
Tags: custom-colors, custom-background, custom-menu, custom-header, featured-images, editor-style, sticky-post, theme-options, threaded-comments, translation-ready
WordPress Available:  yes
Requires License:    no
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Amadeus is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. 
*/
@font-face{
		font-family: 'PFBeauBold Sans';
		src: url('/webfonts/PFBeauSansPro-SeBold.ttf'),
			 url('/webfonts/PFBeauSansPro-SeBoldItal.ttf');	

		src: url('/webfonts/PFBeauSansPro-Bold.ttf'),
		     url('/webfonts/PFBeauSansPro-BoldItalic.ttf');
		     
		src: url('/webfonts/PFBeauSansPro-Black.ttf'),
		     url('/webfonts/PFBeauSansPro-BlackItal.ttf');
}

@font-face{
		font-family: 'PFBeauBook Sans';
		src: url('/webfonts/PFBeauSansPro-Book.ttf'),
			 url('/webfonts/PFBeauSansPro-BookItalic.ttf');		     
}


@font-face{
		font-family: 'PFBeau Sans';

		src: url('/webfonts/PFBeauSansCyrl.otf'),
			 url('/webfonts/PFBeauSansCyrl_0.otf'),
			 url('/webfonts/PFBeauSansCyrl_3.otf');
			 
		src: url('/webfonts/PFBeauSansPro-Italic.ttf');

		src: url('/webfonts/PFBeauSansPro-Thin.ttf');

		src: url('/webfonts/PFBeauSansPro-Reg.ttf');
		     
		src: url('/webfonts/PFBeauSansPro-Light.ttf'),
			 url('/webfonts/PFBeauSansPro-LightItal.ttf');
			 
}
/* @font-face{
		font-family: 'PFBeau Sans';
		src: url('/webfonts/PFBeauSansCyrl.otf'),
			 url('/webfonts/PFBeauSansCyrl_0.otf'),
			 url('/webfonts/PFBeauSansCyrl_3.otf');
} */

body {
	color: #1c1c1c;
	background-color: #fff;
	font-family:PFBeau Sans,arial;
	font-size: 15px;
	line-height: 1.6;
	word-wrap: break-word;
	font-weight:500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1c1c1c;
	font-family:PFBeau Sans !important;
	font-weight: 900;
}
h1 {
	font-size: 38px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}


a{color: #02784A;} 
a:hover ,a:focus,a:active {color: brown;}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f5f5f5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
	width:auto;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #ddd;
	width:auto;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 15px;
	border: 0;
	color: #fff;
	background-color: #618eba;
	font-weight: 700;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="submit"] {
	margin-top: 5px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #17191b;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 14px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	width: 100%;
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.language,.lang-navigation{
	clear:both;
	float:right;
	display:block;
}

.language ul{padding-inline-start: 0 !important;margin: 7px 0;}
.language li{
	display: inline-block;
	float: left;
	margin-left:10px;
	font-weight: 800;
}

#menu-item-wpml-ls-39-fr:before,#menu-item-wpml-ls-39-fr:after,
#menu-item-wpml-ls-13-fr:before,#menu-item-wpml-ls-13-fr:after{
/*     content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 10px;
    padding-right: 0.5em; */
}

.main-navigation{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background-color:transparent;
}

.menu-above {
	border-top: 0;
}

.main-navigation ul {
	margin: 0;
	padding-left: 0;
	text-align: center;
	list-style: none;
	float: right;
	
}

.main-navigation li {
	display: inline-block;
	position: relative;
	padding: 8px;
	font-size: 1.5rem;
	font-weight: 900;
}
.main-navigation ul li:last-of-type {
	border-right: 0;
}
.main-navigation ul  {
	display: inline-block;
	color: #02784A;
/* 	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s; */
}
.main-navigation ul :hover,.main-navigation ul :active {
	color: brown;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	z-index: 99999;
	top: 100%;
	left: -999em;
	width:max-content;
	padding:20px;
	min-width:200px;
}
/*.main-navigation ul li {border-bottom:solid 10px transparent;}
.main-navigation ul li:hover,.main-navigation ul li:focus  ,.main-navigation ul li.active  {border-bottom:solid 10px #3BAF2B;}*/
.main-navigation ul ul::before {
    display:none;
	height: 5px;
	margin-left: 10px;
	color: #3BAF2B;
	background-color: #3BAF2B;
	font-family: Fontawesome;
	font-size: 1.5rem;
	line-height: 1;
	text-align: left;
	content: "\f0de";
}
.main-navigation ul ul ul::before {
	height: 0;
	content: "";
}
.main-navigation ul ul ul {
	top: 0;
	left: -999em;
	display: block !important;
}

.main-navigation ul ul a {
	color: #fff !important;
}

.main-navigation ul ul ul a::after {display:none;}

.main-navigation ul ul li {
	border-right: 0;
	padding:10px  10px;
	text-align: left;
	text-transform: none;
	font-size:1.5rem;
	display:block;
}
.main-navigation ul ul li:last-of-type {
	border-bottom: 0;
}

.main-navigation ul li ul{
	left: 0;
	display:table;
	background-color: #02784A;
	padding-top:20px;
}

.main-navigation ul ul li  ul
{
	left: 0;
	position:relative;
	margin-top:10px;
}
#menu-item-26306 .sub-menu,
#menu-item-25512 .sub-menu,
#menu-item-25587 .sub-menu {   
	margin:0 0 0 -400px;
	width:600px !important;
 	column-count: 4;
 	column-gap: 1rem;
		}


#menu-item-25791,
#menu-item-25792,
#menu-item-25793{ column-span: all;min-width:100%;}

#menu-item-25791 a h2,
#menu-item-25792 a h2,
#menu-item-25793 a h2{color: #fff !important;}

#menu-item-22093 .sub-menu,
#menu-item-24147 .sub-menu,
#menu-item-24151 .sub-menu,
#menu-item-24154 .sub-menu {
		width:300px;
		margin:0 0 0 -100px;
} 

#menu-item-24322 .sub-menu,
#menu-item-25547 .sub-menu,
#menu-item-25606 .sub-menu {   
		float:left;
		margin-left: -300px;
}


#menu-item-26306 .sub-menu ul,
#menu-item-25512 .sub-menu ul,
#menu-item-25587 .sub-menu ul{list-style-type:disc !important;}		

#menu-item-26306 .sub-menu li,
#menu-item-25512 .sub-menu li,
#menu-item-25587 .sub-menu li{    
		float:left;
        width:25% !important;
		} 
	
.sub-menu {
    font-size: 1.5rem;
    font-weight: 500;
    text-align:left;
    line-height: 1.5em;
   	text-decoration: none;
   	border:none;
}
#menu-item-25511, /*** Agreement / Other ****/
#menu-item-24823,
#menu-item-25556,
#menu-item-22095, /*** Trade policy / CTP ****/
#menu-item-22669,
#menu-item-25560{display:none !important;}

#menu-item-26306, /*** Menu Trade monitoring ****/
#menu-item-25512,
#menu-item-25587{display:none !important;max-width: 0!important;}

/* Menu icons */

.main-navigation li::before {
    *margin-right: 5px;
	color: #1e262d;
	font-family: Fontawesome;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.slicknav_nav li:hover {
	background-color: transparent;
}
.slicknav_nav li::before {
	display: none;
}
.main-navigation ul ul a {
	float: none;
}
.main-navigation ul ul li::before {
	content: "";
}




/* Posts nav */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	overflow: hidden;
	margin: 0 0 45px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 46%;
	padding: 2%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	width: 46%;
	padding: 2%;
	text-align: right;

}
.nav-next a,
.nav-previous a {
	color: #026937;
	text-decoration: none;
	font-size: 2rem;
}

.nav-next a::after{
	content: "\f04e";
	height: 5px;
	margin-left:10px;
	color: #3BAF2B;
	font-family: Fontawesome;
	font-size: 38px;
	line-height: 1;
	text-align: left;
}
.nav-previous a::before {
	content: "\f04a";
	height: 5px;
	margin-right:10px;
	color: #3BAF2B;
	font-family: Fontawesome;
	font-size: 38px;
	line-height: 1;
	text-align: left;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000; /* Above WP toolbar. */
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	border-radius: 3px;
	color: #21759b;
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


/*--------------------------------------------------------------
# Social Menu
--------------------------------------------------------------*/

.social-navigation {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.social-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-navigation li {
	display: inline-block;
	position: relative;
	line-height: 1;
	list-style: none;
}
.menu-social-container {
	overflow: hidden;
}
.social-navigation  {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social-navigation ::before {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #1c1c1c;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 34px;
}
.social-navigation :hover {
	color: #618eba;
}
.social-navigation [href*="twitter.com"]::before {
	content: "\f099";
}
.social-navigation [href*="facebook.com"]::before {
	content: "\f09a";
}
.social-navigation [href*="plus.google.com"]::before {
	content: "\f0d5";
}
.social-navigation [href*="dribbble.com"]::before {
	content: "\f17d";
}
.social-navigation [href*="pinterest.com"]::before {
	content: "\f0d2";
}
.social-navigation [href*="youtube.com"]::before {
	content: "\f167";
}
.social-navigation [href*="flickr.com"]::before {
	content: "\f16e";
}
.social-navigation [href*="vimeo.com"]::before {
	content: "\f194";
}
.social-navigation [href*="instagram.com"]::before {
	content: "\f16d";
}
.social-navigation [href*="linkedin.com"]::before {
	content: "\f0e1";
}
.social-navigation [href*="foursquare.com"]::before {
	content: "\f180";
}
.social-navigation [href*="tumblr.com"]::before {
	content: "\f173";
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area .widget {
	margin: 0 0 10px;
	padding: 30px;
	background-color: #eee;
}
.widget a {
	color: #4c4c4c;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.widget a:hover {
	color: #618eba;;
}
.widget ul {
	padding: 0 0 0 20px;
}
.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.widget .children {
	padding-left: 30px;
}
.widget-area .widget-title {
/* 	position: relative;
	margin: 0;
	padding-bottom: 0; */
}
.widget-area .widget-title::after {
/* 	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #1c1c1c;
	content: ""; */
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Footer widget area */
.footer-widget-area {
	padding: 0;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
}
.footer-widget-area .widget {
	margin: 15px 0;
}
.footer-widget-area .widget-title {
	/* margin: 0 0 5px -25px; */
}

/* Default widgets */
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_categories ul {
	padding: 0;
	list-style: none;
}
.widget_recent_entries li::before,
.widget_archive li::before,
.widget_pages li::before,
.widget_recent_comments li::before,
.widget_categories li::before {
	font-family: Fontawesome;
	font-size: 15px;
}
.widget_recent_entries li::before {
	margin-right: 5px;
	content: "\f040";
}
.widget_archive li::before {
	margin-right: 8px;
	content: "\f133";
}
.widget_pages li::before {
	margin-right: 8px;
	content: "\f016";
}
.widget_recent_comments li::before {
	margin-right: 8px;
	content: "\f0e5";
}
.widget_categories li::before {
	margin-right: 8px;
	content: "\f114";
}
.tagcloud a {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 5px;
	border: 1px solid #41474f;
	font-size: 13px !important;
}
.amadeus_recent_posts_widget ul,
.amadeus_recent_comments ul {
	padding: 0;
	list-style: none;
}
.recent-comment img {
	float: left;
	margin-right: 15px;
}
.amadeus_recent_posts_widget .recent-thumb {
	padding-left: 0;
}
.amadeus_recent_posts_widget .col-md-9,
.amadeus_recent_posts_widget .col-md-12 {
	padding: 0;
}
.amadeus_recent_posts_widget .post-date,
.widget_recent_entries .post-date {
	color: #9d9d9d;
	font-size: 12px;
}
.amadeus_recent_posts_widget h4 {
	margin: 0 0 8px;
}
.amadeus_recent_comments .list-group-item,
.amadeus_recent_posts_widget .list-group-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.amadeus_recent_comments .list-group-item:last-of-type,
.amadeus_recent_posts_widget .list-group-item:last-of-type {
	border-bottom: 0;
}

/* About me widget */
.amadeus_about {
	margin-top: 90px !important;
}
.photo-wrapper {
	display: table;
	margin: -120px auto 30px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background-color: #fff;
}
.photo-wrapper img {
	max-height: 180px;
	border-radius: 50%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 5px;
	background-color: #fff;
}
.post-inner {
	padding: 5px;
}
.updated:not(.published) {
	display: none;
}
.page .hentry {
	padding: 0;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content{margin:0;display:block;font-weight: 400;text-align:justify;}
.entry-content  .image{
	padding: 0;
	display: block;
	width:15%;
	width:50%;
	float:left
}

.entry-content .content{
	margin: 0;
	display: block;
	float:left;
	font-weight: 700;
	text-align:justify;
}
.entry-content .picture{
	margin: -5% 2% 0 4%;
	display: block;
	width:32%;
	float:left;
	display:table;
}
.entry-content .more-link {
	padding: 10px 0;
	display: block;
}
.entry-meta .posted-on:after,
.entry-meta .author:after {
	margin: 0 15px;
	content: "/";
}
.entry-meta .author {
	margin-left: -2px;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
	color: #9d9d9d;
	text-decoration: none;
}
.entry-meta a,
.entry-footer a {
	-webkit-transition: color 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.entry-meta a:hover,
.entry-footer a:hover {
	color: #618eba;
}
.entry-footer {
	clear: left;
	margin-top: 20px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header {
	margin-bottom: 30px;
}
.entry-title {
	margin: 0 0 50px;
}
.entry-title a {
	color: #1c1c1c;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.entry-title a:hover {
	color: #618eba;
}
.single-thumb,
.entry-thumb {
	position: relative;
	text-align: center;
}
.entry-thumb-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #618eba;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.entry-thumb:hover .entry-thumb-inner {
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	opacity: 0.6;
}
.thumb-icon {
	position: absolute;
	top: 42%;
	left: 46%;
	opacity: 0;
	font-size: 56px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.thumb-icon,
.thumb-icon:hover {
	color: #fff;
}
.entry-thumb:hover .thumb-icon {
	opacity: 1;
}
.page-header {
	margin: 0 0 45px;
	padding: 0;
	border: 0;
}
.page-title {
	margin: 0;
	padding: 30px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0;
	padding: 30px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .comment-content ol {
	padding-left: 35px;
	list-style: decimal;
}
.comments-area .children {
	padding-left: 20px;
}

.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	margin-bottom: 30px;
	font-size: 12px;
}
.comment-body {
	margin-bottom: 15px;
	padding: 30px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}
.reply {
	text-align: right;
}
.comment-reply-link {
	padding: 5px;
	background-color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a.comment-reply-link {
	text-decoration: none;
}
a.comment-reply-link:hover {
	color: #000;
	-webkit-box-shadow: 0 0 1px #505050;
	box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
	text-decoration: underline;
}
.comment-metadata a,
.comments-area a.url {
	color: #444;
}

.comment-respond {
	margin-top: 60px;
}
.comment-form .form-submit {
	margin-top: 30px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width: 100%;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Metaslider integration
--------------------------------------------------------------*/

.header-slider {
	overflow: hidden;
}
.flex-direction-nav a {
	overflow: hidden;
	width: 40px !important;
	height: 40px !important;
	color: #fff;
	background: none !important;
	text-decoration: none;
	text-indent: 0 !important;
}
.flex-prev::before {
	margin-left: 20px;
	font-family: Fontawesome;
	font-size: 40px;
	content: "\f104";
}
.flex-next::before {
	margin-right: 20px;
	font-family: Fontawesome;
	font-size: 40px;
	content: "\f105";
}
.metaslider .caption-wrap {
	top: 0;
	bottom: auto !important;
	padding: 25px 15px;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
}


/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/

.slicknav_menu  .slicknav_menutxt {
	display: block;
	font-size: 30px;
}
.slicknav_menu .slicknav_icon {
	display: none;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
	display: block;
	border: 0;
}
.slicknav_nav .slicknav_arrow {
	margin: 0 0 0 0.4em;
	font-size: 0.8em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
	display: table;
	content: " ";
}
.slicknav_menu:after {
	clear: both;
}

/* IE6/7 support */
.slicknav_menu {
	*zoom: 1;
}

.mobile-nav {
	display: none;
}

/* Button */
.slicknav_btn {
	display: block;
	margin: 5px 5px 6px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

/* Button Text */
.slicknav_menu  .slicknav_menutxt {
	color: #fff;
	text-shadow: 0 1px 3px #000;
	font-weight: bold;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
	text-align: center;
}
.slicknav_nav {
	margin: 0;
	padding: 0;
	color: #fff;
}
.slicknav_nav,
.slicknav_nav ul {
	overflow: hidden;
	list-style: none;
}
.slicknav_nav {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	background-color: #0DA3E4;
}
.slicknav_nav ul {
	margin: 0;
	padding: 0;
}
.slicknav_nav .slicknav_row {
	margin: 2px 5px;
	padding: 5px 10px;
}
.slicknav_nav a {
	margin: 2px 5px;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	margin: 0;
	padding: 0;
	color:#fff !important;
}
.slicknav_nav .slicknav_row:hover {
	color: #fff !important;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}


/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
#bande{
	width:100%;
	margin:0;
	height:400px;
	background-color:#eee;
	z-index:-2;
	display	none;
}
#page{
	/*max-width:1620px;*/
	width:100%;
	margin:30px auto 0;
	background-color:transparent;
}
#masthead{
    width: 100%;
    margin: 0 auto;
	clear:both;
	padding: 0 1.5% !important;
}
#masthead .container {	width:100%;}
.site-language img{
	float:right;
    max-width: 30%;
    height: auto;
}
#menu-wrap {height: 0 !important;}
.site-header {
	background-color: #fff;
	text-align: center;
}
.site-branding {
	margin-top: -80px;
	margin-bottom:20px;
	padding: 0 !important;
	float:left;
	background-color: transparent;
    width: 60%;
}
#site-navigation {
	background-color: transparent;
	width: 100%;
    margin-top: -20px;
    float: right;
    height: 60px;
}

.site-title,.site-title a{
	font-family:PFBeau sans !important;
	font-weight:900 !important;
}

.site-language {
	float: right;
    position: relative;
    background-color: transparent;
    width: 30%;
    display: table;
}
}


.site-logo {
	width: 100%;
	max-width: 200px;
}
.site-branding img {
	float:left;
	width:90px !important;
	max-width:30% !important;
}


.show-title {
	margin-bottom: 15px;
}
.site-title {
    margin-left: 5px;
	margin-top: 10px !important;
    font-size: 1.7rem;
    float: left;
    width: 150px;
    text-align: left;
    text-transform: uppercase;
}
.site-title a {
	color: #026937;
	text-decoration: none;
	font-weight: 900;
}
.site-description {
	margin:10px 5px 0;
	color: #026937;
	font-family:PFBeau Sans;
	font-size: 13px;
	font-weight: 400;
	float: left;
    width: 120px;
    text-align: left;
}
.search-box{width:100%;padding:5px;background-color: transparent;display: table;}
.search-form{padding:0;background-color: transparent;float:right;position:relative;}
.search-box input[type="search"], textarea{
	border-radius: 25px;
    background-color: #eee;
	padding: 5px;
	width: 100%;
	margin: -50px -40px 0 0;
}
.search-box input[type="submit"] {
    padding: 0;
    border: 0;
    color: transparent;
    background: url(/wp-content/uploads/2020/02/loupe.jpg) no-repeat bottom right;
	background-size: contain;
	margin-left:-35px;
	border-radius: 30%;
}	


.header-image {
	position: relative;
	height: 300px;
	border-bottom: 1px solid #e0e0e0;
	margin-top:30px;
}
.header-scroll {
	position: absolute;
	top: 35%;
	width: 100%;
	font-size: 90px;
	text-align: center;
	-webkit-animation: scroll-anim 1s infinite;
	animation: scroll-anim 1s infinite;
}



/********************** Slide *******************************/

#slider_842{
	clear:both;
	max-height:400px;
	overflow:hidden;
	padding:0 !important;
}
.sa_hover_container{
	min-height:400px !important;
	max-height:400px !important;
	padding:0 !important;
	background-size:65% 100% !important;
	background-position:right top !important;
}
#slider_842 p{
	margin-left: 0px !important;
	margin-top: -80px !important;
    background: #026937;
    width: 35%;
    padding: 8% 2%;
    color: #fff;
    font-weight: 600;
	float:left !important;
	min-height:400px;
	font-size:1.5em;
}
.owl-item img{
	width: 65% !important;
	float:right !important;
	margin: 0 !important;
}
#sidebar-footer{background-color: #ebebe4;}
#text-4 h4,#media_image-2 h4{
	clear:both;
	color:green;
	background-image:none;
	min-width:100%;
	text-align:left;
	font-size: 2rem !important;
	font-weight:600;
	display:inline;
	line-height: 2.2em;
}	

.multimedia{
    display: table;
    padding: 2%;
    width: 100%;
}
.media{
    display: table;
    padding: 0;
    width: 80%;
    float: right;
}
.gvd{width:40%;height:300px;display:table;}
.pvd{width:40%;height:300px;margin-top:20px;display:table;}


#advps_container1 {
    max-width: 100% !important;
    max-height: 400px !important;
}
#advps_container1  img{
    min-width: 100% !important;
    min-height: 100px !important;
	float:right;
}
#advps_container1 .advps-slide p {
    font-weight: bolder !important;
    font-size: 1.5em !important;
    line-height: 1.5em !important;
	padding:3% 10%;
}
#advps_container1 .bx-pager {
    margin-left: 10% !important;
	margin-bottom: -3.5% !important;
	}
#advps_container1 .bx-pager .bx-pager-item a{
	border:solid 2px #fff;
	font-size:1.5rem !important;
	width:1rem !important;
	height:1rem !important;
	border-radius:50% !important;
	background-color: #026937 !important;
	}
#advps_container1 .bx-pager .bx-pager-item a.active{
	background-color:#fff !important;
	}	
	
/***********************# slider **********************************/	
.entry-title, .pentry-title {
    padding: 0;
	font-size:2.5rem !important;
	font-weight:900;
	display:block;
	float:left;
	color:#8b3c4e;
}
 .entry-title { width: 100%;text-transform:uppercase;}

.ne-title{
    text-align: center;
    width: auto;
    width: 40%;
    padding: 10px 60px;
	font-size:2.2em !important;
	font-weight:700;
	display:inline-block;
}
.content {
	margin: 0;
	float:left;
	line-height: 2.5rem;
    font-weight: 700;
	width:100%;
	text-align: justify;
}
h2 >.entry-subtitle{
	margin: 0;
	line-height: 2.5rem;
}
.site-main{width:100%; padding:2% 0 2% 2%;    display: table;}
.site-main2{width:100%; margin:-2% 0;}
.ligne{width:100%;clear:both;display: table;background-color: #fff;}
.ligne2{width:100%;clear:both;display: table;background-color: #fff;padding:2% 5%;}
.ligne3{
	width:100%;
	height:500px;
	clear:both;
	display: table;
	background: url(/wp-content/uploads/2020/02/topics.png) repeat-y;
	background-size: cover;
	color:#fff;
	padding:4% 7% 7% 7%;
	}
.map{width:100%;min-width:100%;max-width:100%;}
.map img{min-width:100%;max-width:100%;}	
#bwg_container1_0 #bwg_container2_0 .image_browser_images_conteiner_0,
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
    background-color: transparent !important;
	border-color:#fff;
}
.topic{background-color: transparent;width:100%;height:100%;display:table;margin:20px 5%;}
.topic h1{color: #fff;text-transform:uppercase;	font-size:2.5rem !important;	font-weight:900;    margin-left: -85px;}
#primary,.primary,.regional{
    padding: 2% 0 5% 0;
    min-width: 58%;
	max-width: 70%;
	float:left;
	height:100%;
	position:relative;	
	display: table;
    min-height: 100%;
	margin:0;
	background-color: transparent;
	}
.primary{ padding:0;}
	
.readmore{
	position: relative;
	padding: 10px 20px;
    background: url(/wp-content/uploads/2020/02/fond_readmore.png) no-repeat center;
    background-size: 100% 100%;
    color: white !important;
    top:10px;
	}
.readmore a{
    color: white !important;
	text-decoration:none;
	font-weight:600;
	}
#news,#event{
	margin:0 0 30px 0;
    background-color: transparent;
	position:relative;
	display: table;
}
#event{	margin-top:20px;}
#news ul,#event ul{list-style-type: none !important;width: 100%;padding-inline-start: 0px;}
#news ul li,#event ul li{margin-top:25px;border-bottom:solid 1px #ccc;}


#news p,#event p{
	color: #0e6937 !important;
    font-weight: 900 !important;
}

.listp ul li ::before{
	height: 1px;
	margin-right: 15px;
	color: #02784A;
	font-family: Fontawesome;
	font-size: 8px;
	line-height: 1;
	text-align: left;
	content: "\f068";
}

.list-content,.list,
.list-content,.listp{
	clear: both;
	display: table;
    margin-top: 0;
	}
.list-content{ margin: 20px 0;}
.texte{	
	margin-left: 20px !important;
	padding-bottom:0 !important;
	float:left;
	display:table;
	}
.list li,.listp li{	
	font-size:1.5rem !important;
	font-weight:900;
	margin:10px 0 !important;
	/* color:#02784A; */
	/*line-height:1rem !important;*/
	}

.list ul,.listp ul  {color:#02784A;}

	
.list p,.listp p{	
	margin-top:5px;
	}
.list .pic,.listp .pic{
	width: 80px;
	height:auto;
	float: left;
	margin-top:-1%;
	margin-right:20px;
		}
.cadre{
		width: 28%;
		float: left;
		margin:10px 2%;
		min-height: 180px;
    	max-height: 180px;
		-webkit-border-radius: 8% 10%;
		-moz-border-radius: 8% 10%;
		border-radius:8% 10%;
		background:url(/wp-content/uploads/2020/02/bfcadre.png) repeat;
		border:solid 2px #fff;
		}	

.cadre img {
    height: 150px;
    max-width: 40%;
    margin: 5px 1%;
    float: left;
		-webkit-border-radius: 30%;
		-moz-border-radius: 30%;
		border-radius:30%;	
}		
.cadre div{
    padding: 0;
    margin: 25px 1%;
    height: auto;
	max-width: 55%;
    float: left;
	display:block;
	color:#fff;	
	font-weight:800;
	font-size:2rem;
	line-height: 2.5rem;
}


.left{float:left !important;}
.right{float:right !important;}
.cboth{clear:both;}
.cleft{clear:left;}
.cright{clear:right;}
.vert{color:#02784A !important;}
.top30{margin-top:30px !important;}
.top50{margin-top:50px !important;}		
.bottom30{margin-bottom:30px !important;}
.bottom50{margin-bottom:50px !important;}
.brown{color: #d66a2a  !important; font-weight: bolder;}		
	


.col1,.col2,.col3{display:table;margin:0 5%;}
.col1{width:40%;padding-left:5%;float:left;}
.col2{width:20%;float:left;}
.col3{width:30%;float:right;}
.col1 img{min-width:30px;max-width:30px;margin-right:10px;}
.col2 img,.col3 img{min-height:30px !important;max-height:30px !important;width:auto !important;}
.col3 h2{font-size:25px;}
.col50{width:50%; padding: 3%;}
.container-fluid,.container{max-width: 100% !important;}
.TM_embedded{width:100% !important;}
.posttitre{
	font-size:1.5em;
}


/*********************************************************/
@-webkit-keyframes scroll-anim {
	0% {
		top: 35%;
	}
	100% {
		top: 40%;
	}
}
@keyframes scroll-anim {
	0% {
		top: 35%;
	}
	100% {
		top: 40%;
	}
}
.scroll-icon,
.scroll-icon:hover {
	color: #fff;
}
.scroll-icon {
	text-shadow: 0 0 1px #1c1c1c;
}

.container {
	width:100%;
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.content-area {
	width: 90%;
	margin:0 auto;
}

.bandeau{ margin: -19% 0 0 5%; position: absolute;color:#fff;font-weight:700 !important;}
.bandeau h1{color:#fff;font-weight:700 !important;}
.entry-header h3{color:#0e6937;font-weight:700 !important;}

.fullwidth {
	width: 100%;
}
#secondary{
	margin:0;
	padding:0;	
	float:right;
	width:28%;
	height:100%;
	position:relative;
	display: table;
    min-height: 100%;
	background-color: transparent;
}
#subpage{
    margin: 6% 0 2% 0;
    padding:0 1%;
    float: right;
    min-width: 30%;
	max-width: 30%;
	position:relative;
	display: table;
	background-color: transparent;
}

#secondary  .widget-area {
	margin:0;
	width:100%;
    background-color: #EBEBE4;
	position:relative;
	display: table;
	padding: 10%;
}
#secondary h6 a,#secondary {color:#333 !important;font-weight:400 !important;font-size: 15px;line-height: 1.6;}
#secondary p{color:#0e6937 !important;font-weight:900 !important;}

.site-content {
	margin-top: 0;
	background-color: #fff;
	width:97%;
}
.site-footer {
	position: relative;
	padding: 40px 0 30px;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
}
.site-footer,
.site-footer a {
	color: #4c4c4c;
}
.scroll-container {
	position: absolute;
	top: -25px;
	width: 100%;
	text-align: center;
}
.scroll-container a {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 10px;
	border: 1px solid #1c1c1c;
	border-radius: 50%;
	background-color: #fff;
	font-size: 24px;
	line-height: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.scroll-container a:hover {
	color: #fff;
	background-color: #1c1c1c;
}

/* 404 page */
.error404 .content-area {
	width: 100%;
	margin-bottom: 45px;
	text-align: center;
}
/****************************** FAQs *****************************/
.qa-faq-anchor{
	font-size: 1.8rem;
	font-weight:800;
    display: table;
    background-color: #02784A;
    padding-top: 10px;
	width:100%;
	color:#fff;
	border-bottom:solid 5px #fff;
}
.qa-faq-anchor .fleche::after{
		-webkit-font-smoothing: antialiased;
		content: "\f078";
		display: inline-block;
		font: normal 20px/1 Genericons;
		position: absolute;
		right: 10px;
		top: 4px;
		vertical-align: text-bottom;
		color:red;		
		font-size:40px;
		font-weight:900;
}
.qa-faq-anchor .fleche{float:right;}
.qa-brown{color: #d66a2a  !important; font-weight: bolder;margin-right:2%;}	
.qa-faq-title{
    display: block;
    padding: 10px;
	width:30%;
	float:left;
}
.qa-faq-titleg{
    display: block;
    padding: 10px;
	width:100%;
	float:left;
}
 .qa-faq-anchor a{
	color:#fff !important;
}
.signed{
    display: block;
    padding: 10px 20px;
	width:22%;
	float:left;
}
.signedg{
    display: block;
    padding: 10px 20px;
	width:100%;
	float:left;
}
.agreement{
    display: block;
    padding: 0;
	width:25%;
	float:left;
}
.docs{
    display: block;
    padding: 0;
	width:75%;
	float:left;
}
.agreementg{
    display: block;
    padding: 0;
	width:100%;
	float:left;
}
.agreehead {
	border: solid 2px #fff;
    background-color: #eee8cf;
    padding: 10px 20px;
	font-weight:900;
	font-size:2rem;
}
.agreehead,.agreebody {
	border: solid 2px #fff;
    padding: 10px 20px;
}
.qa-faq-answer{width:100%;padding:0;}

.cf:before, .cf:after {
    display: none !important;
}

/****************************** PAYS *****************************/
		
.country{
	clear: both;
	float: left;
	width: 96%;
	margin: 10px auto 20px auto;
	padding: 0 10px;
	background: transparent;
	box-shadow: 0 2px 5px #777;
	-moz-box-shadow: 0 2px 5px #777;
	-webkit-box-shadow: 0 2px 5px #777;
}
.country-list{
	clear: both;
	float: left;
	width: 96%;
	margin: 10px auto 20px auto;
	padding: 0 10px;
	background: transparent;
}
.country h2{
	margin: 20px -10px !important;
	background: #70AD47;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border: solid 1px #222;
	box-shadow: 0 2px 5px #777;
	-moz-box-shadow: 0 2px 5px #777;
	-webkit-box-shadow: 0 2px 5px #777;
	z-index:9999;
	text-transform:uppercase;
	}
.countryl{clear:both;float:left;width:auto;margin-right:10px;border-bottom:solid 1px #ccc;}
.countryl::after{float:left;width:20px;background-color:#555;}
.countryf{float:left;width:auto;margin-left:0;font-weight:bold;}
.countryf img{
		max-height:50px;
		float:right;
		box-shadow: 0 3px 10px #777;
		-moz-border-box-shadow: 0 3px 10px #777;
		-webkit-box-shadow: 0 3px 10px #777;
		border-radius:5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}	


.entry-content table{min-width: 98% !important;}
.list ul,.listp ul {
		padding-inline-start: 0 !important;
		margin-block-start: 0 !important;
		margin-block-end: 0 !important;
		}	


.entry-content tr:first-child{
	background-color: #57a40a !important;
    color: #fff !important;
}
.entry-content tr:nth-child(even){background-color:#FFF4E7;}
.entry-content tr:nth-child(odd){background-color:#f1f8e9;}

/****************************************************************/

/*--------------------------------------------------------------
## The Nivo Slider styles
--------------------------------------------------------------*/

.nivoSlider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.nivoSlider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none !important;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	display: none;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	background: white;

	filter: alpha(opacity=0);
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	height: 100%;
}
.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {
	display: block;
}

/* Caption styles */
.nivo-caption {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 8;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	padding: 5px 10px;
	opacity: 0.8;
	color: #fff;
	background: #000;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=8);
	-moz-opacity: 0.8;
}
.nivo-caption p {
	margin: 0;
	padding: 5px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	z-index: 9;
	top: 45%;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	padding: 15px 0;
	text-align: center;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}


/*--------------------------------------------------------------
## The Nivo Slider Plugin
--------------------------------------------------------------*/

.nivo-caption {
	display: block !important;
	top: 0 !important;
	bottom: auto !important;
	left: 0 !important;
	width: 100% !important;
	padding: 25px 15px !important;
	opacity: 0.7 !important;
	font-family:PFBeau Sans;
	font-size: 18px !important;
	line-height: 1.4em !important;
	text-align: center !important;
}

.theme-default .nivoSlider {
	margin-bottom: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.nivo-controlNav a {
	display: inline-block !important;
	width: 11px !important;
	height: 11px !important;
	margin: 0 6px !important;
	border-radius: 20px !important;
	background: #666 !important;
	background: rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3) !important;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3) !important;
	text-indent: -9999px !important;
	cursor: pointer !important;
}

.nivo-controlNav a.active {
	background: rgba(0,0,0,0.9) !important;
}

.nivo-directionNav a {
	width: 45px;
	height: 45px;
	padding: 0;
	border: 1px solid #1c1c1c;
	border-radius: 50%;
	color: #1c1c1c;
	background: #fff;
	font-size: 12px;
	line-height: 45px;
	text-align: center;
}

.nivo-directionNav a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.nivo-directionNav a.nivo-prevNav {
	margin-left: 20px;
}

.nivo-directionNav a.nivo-nextNav {
	margin-right: 20px;
}

.theme-default .nivo-directionNav a,
.theme-light .nivo-directionNav a,
.theme-dark .nivo-directionNav a {
	color: transparent !important;
	background: none !important;
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

.theme-light .nivo-directionNav a,
.theme-dark .nivo-directionNav a {
	height: 25px !important;
}

.theme-default .nivo-directionNav a:before {
	color: #fff !important;
	font-family: Fontawesome !important;
	font-size: 40px !important;
}

.theme-default .nivo-directionNav a.nivo-prevNav:before,
.theme-light .nivo-directionNav a.nivo-prevNav:before {
	float: left !important;
	text-indent: 0;
	content: "\f104" !important;
}

.theme-default .nivo-directionNav a.nivo-prevNav {
	left: -40px;
}

.theme-default:hover .nivo-directionNav a.nivo-prevNav {
	left: 20px;
	margin-left: 0;
}

.theme-default .nivo-directionNav a.nivo-nextNav:before {
	float: right !important;
	text-indent: 0;
	content: "\f105" !important;
}

.theme-default .nivo-directionNav a.nivo-nextNav {
	right: -40px;
}

.theme-default:hover .nivo-directionNav a.nivo-nextNav {
	right: 20px;
	margin-right: 0;
}

.theme-light .nivo-directionNav a:before,
.theme-dark .nivo-directionNav a:before {
	color: rgba(0,0,0,0.5) !important;
	font-family: Fontawesome !important;
	font-size: 35px !important;
	line-height: 30px;
	

.theme-dark .nivo-directionNav a:before {
	color: #fff !important;
}

.theme-light .nivo-directionNav a.nivo-prevNav:before,
.theme-dark .nivo-directionNav a.nivo-prevNav:before {
	float: left !important;
	width: 100%;
	text-align: center;
	text-indent: 0;
	content: "\f104" !important;
}

.theme-light .nivo-directionNav a.nivo-nextNav:before,
.theme-dark .nivo-directionNav a.nivo-nextNav:before {
	float: right !important;
	width: 100%;
	text-align: center;
	text-indent: 0;
	content: "\f105" !important;
}

.theme-light .nivo-controlNav a {
	margin-top: 10px !important;
}

.theme-dark .nivo-controlNav a {
	margin-top: 12px !important;
	background: rgba(255, 255, 255, 0.5) !important;
}

.theme-dark a.nivo-prevNav,
.theme-dark a.nivo-nextNav,
.theme-light a.nivo-prevNav,
.theme-light a.nivo-nextNav {
	margin: 0 !important;
}

.theme-bar .nivo-controlNav {
	padding-top: 10px;
	border: none;
	background: #565656;
}

.theme-bar .nivo-directionNav a {
	width: auto;
	height: auto;
	margin: 0;
	margin-bottom: 0 !important;
	background: none !important;
	line-height: 5px !important;
	text-decoration: none !important;
}

.theme-bar .nivo-controlNav {
	padding: 10px !important;
	border: none !important;
	background: rgba(0, 0, 0, 0.5) !important;
}

.theme-bar .nivo-controlNav a {
	background: rgba(255, 255, 255, 0.5) !important;
}

.theme-bar .nivo-controlNav a.active {
	background: #fff !important;
}

}






/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
	.content-area {
		float: left;
		width: 540px;
	}
}

@media (max-width: 1024px) {

	.main-navigation {
		display: none;
	}
	
	.mobile-nav {
		display: block;
		background-color: #16578e;
	}
}

@media only screen and (max-width: 1024px) {

	.header-image {
		background-attachment: scroll !important;
		background-position: center !important;
	}
	
	.national .columns{
		width: 90%;
		margin: 0 auto;
		float:none;
		}	
.col1{width:100% !important;}	
.col2{width:20% !important;margin-left:10%;}	
.col3{width:60% !important;}
}

@media only screen and (max-width: 991px) {

	.content-area,.widget-area {width: 100%;}

	
	#subpage,
	#news,
	#event,
	#primary,
	#secondary,
	.primary,
	.regional,
	.topic div,
	.cadre,
	.gvd,
	.col3,
	.entry-content,
	.pentry-content,
	.pentry-title,
	.pvd{clear:both !important;max-width:98% !important;min-width:88% !important;}
	.main-navigation a {color:#fff !important;}
	.site-language {
    width: 38%;
    display: inline-block;
	}
.lign3{padding: 0 !important;}
.national .columns{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		}
		
#menu-item-wpml-ls-13-fr:before,#menu-item-wpml-ls-13-fr:after{	display: none;}	

}

@media only screen and (max-width: 800px) {
	.nivo-caption {
		display: none !important;
	}
	.nivo-directionNav a {
		top: 30%;
	}
	.theme-default .nivo-directionNav a.nivo-nextNav {
		right: 0;
		opacity: 1;
	}
	.theme-default .nivo-directionNav a.nivo-prevNav {
		left: 0;
		opacity: 1;
	}
	#advps_container1  img{
	float:none !important;
	clear:both !important;
	width:100% !important;
	display:table;
	}

#advps_container1 .advps-excerpt-one,
#advps_container1 .advps-excerpt-one p,
#advps_container1 .advps-excerpt-one h2{
	width:100% !important;
	clear:both !important;
	max-height:30% !important;
	display:flex;
	}	
}



@media only screen and (max-width: 600px) {
	.post-inner {
		padding: 15px;
	}
	h1 {
		font-size: 28px;
	}
	.entry-header {
		margin-bottom: 15px;
	}
/* 	.site-title {
		font-size: 42px !important;
	} */
/* 	.site-description {
		font-size: 16px !important;
	} */
	.entry-meta,
	.entry-footer {
		font-size: 13px;
	}
	.entry-meta .posted-on:after,
	.entry-meta .author:after {
		margin: 0 5px;
	}
	.entry-meta span {
		display: inline-block;
	}

	.national .columns{
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		}

		
	

}

@media only screen and (max-width: 400px) {
	.site-content,
	.footer-widget-area .container {
		padding: 0;
	}
	.hentry,
	.widget-area .widget {
		margin-bottom: 30px;
	}
/* 	.site-title {
		font-size: 32px !important;
	} */
/* 	.site-description {
		font-size: 14px !important;
	} */

}