/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
	font-family: "Roboto", sans-serif;
	color: #666;
	background-color: #f2f2f2;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
}
html, body {
	width:100%;
	padding:0;
	margin:0;
}

::-moz-selection {
background:#000;
color:#fff;
text-shadow:none;
position: fixed;
z-index: 2;
}
::selection {
background:#000;
color:#fff;
text-shadow:none
}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html {
	 -webkit-text-size-adjust: none;
}
.video embed, .video object, .video iframe {
	 width: 100%;
	  height: auto;
}
img {
	max-width:100%;
	height: auto;
	width: auto\9; /* ie8 */
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #111;
}
p {
	margin: 0 0 20px;
}
a {
	color: #7DC314;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.post {
}
.post:after, .post:before, article:after, article:before, section:after, section:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after, .clearfix:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* --Line-- */
hr.line {
	border-color: #ddd;
	width: 100%;
	padding: 0;
	margin:0;
}
/* --Page-- */
body.index-page {
}
body.sub-page {
	padding-top: 30px;
	background-color: #F9F9F9;
}
body.sub-page .logo {
	margin: 110px 0 80px;
	background: url(../images/bg.jpg) fixed;
	padding: 30px 0 50px;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Top------------------------------------ */
/* ---------------------------------------------------------------------------- */
#top {
	background: #fff;
	padding: 10px 0 0;
	color: #000;
	border-bottom: 1px solid #ddd;
}
#top a {
	color: #000;
}
#top a:hover {
	color: #69BF03
}
#top ul.top-link {
}
.link {
	text-align:right
}
.link a {
	display:inline-block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px
}
.link li:after {
	content:'/';
	margin: 0 0 0 12px;
	display:inline-block;
	font-weight: bold;
}
.link li:last-child:after {
	content:'';
	margin-right:0px;
	margin-left:0;
	display:none
}
.link li ul {
	display:none
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Menu------------------------------------ */
/* ---------------------------------------------------------------------------- */
#menu {
	background-color: #666666;
	border-radius: 0;
}
#menu a.navbar-brand:hover {
	color: #fff;
}
#menu .navbar-brand {
	margin: 0;
	padding: 14px 18px;
	background-color: #000000;
	height: auto;
	text-transform: uppercase;
}
#menu .logo {
}
#menu .navbar-collapse {
	padding:0;
}
#menu .dropdown-menu {
	background-color: #fff;
	border:none;
}
#menu ul.nav .dropdown-menu li a {
	color: #000;
	font-weight: bold;
	border-radius: 5px !important;
}
#menu ul.nav .dropdown-menu li a:hover {
	color: #fff;
	background-color: #000;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 14px;
	margin: 0 5px;
}
#menu li.dropdown:hover>a, #menu li.dropdown:focus>a, #menu li.dropdown:active>a {
	background: #fff;
	color: #000;
}
#menu ul.nav li {
	z-index:2;
}

#menu ul.nav li a {
	font-weight:  normal;
	color: #fff;
	/*padding: 10px 6px;*/
	text-transform:uppercase;
    font-size: 14px;
    font-weight: 300;
}
@media (max-width: 992px) {
#menu ul.nav li a {
padding: 10px 6px;
font-size: 11px;
}
.latest-post-title {
	font-size: 15px;
	}

}
@media (min-width: 993px) {
	.latest-post-title {
	font-size: 17px;
	}

}
#menu ul.nav li.dropdown a {
/*	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;*/
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus {
	background-color: #fff;
	color:#000;
}
#menu .top-social {
	background-color:#505052;
	padding: 5px;
	font-size: 20px;
	text-align: center;
}
#menu ul.top-social {
	margin: 0;
}
#menu ul.top-social li {
	height: 38px;
	width: 38px;
}
#menu ul.top-social a i {
	color: #fff;
	line-height: 1.9;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	background-color: #252628;
}
#menu ul.top-social a i:hover {
	background-color:#fff;
	color: #000;
}
#menu .btn-navbar {
	font-size: 20px;
	color: #FFF;
	padding: 5px 15px;
	float: right;
	border: 3px solid #fff;
}
 @media (max-width: 768px) {
#menu {
	background-color: #666666;
	border-radius: 0;
}
}

 @media (max-width: 768px) and (min-width: 600px) {
/*.feature-content-area .feature-title {
    height: 9%;
}*/
}

 @media (min-width: 768px) {
 #menu.navbar {
padding: 0;
height: auto;
}
 #menu .dropdown:hover .dropdown-menu {
display: block;
}
}
@media(max-width:768px) {
 #menu .navbar-brand {
display: block;
color: #fff;
}
 #menu div.dropdown-inner > ul.list-unstyled {
display: block;
}
 #menu .dropdown-inner a {
width: 100%;
color: #fff;
}
 #menu div.dropdown-menu {
margin-left: 0 !important;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
.third-box .wpb_wrapper .themeum-feature-wrapper {
/*    max-width: 360px;*/
    max-width: 100%;
    margin: 0 auto;
}
.img-responsive
 {
    margin: 0 auto;
}
}
/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
header {
}
/* Carousel Styles */
.carousel-inner img {
	width: 100%;
	max-height: 640px;
}
.carousel-control {
	width: 0;
}
.carousel-control.left, .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 30px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 30px;
}
.carousel-control.left span:hover, .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.carousel-indicators .active {
	background-color: #DA251D;
}
.carousel-indicators {
	bottom: 10px;
}
.carousel-inner > .item {
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left:0;
	padding-left: 0;
}
/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 80%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}
.header-text h2 {
	font-size: 20px;
	line-height:25px;
	font-weight:400;
	text-align:left;
	padding: 10px;
	color: #fff;
	background-color: rgba(248, 248, 248, 0.8);
	display:inline-block;
	color:#000000;
}
.header-text h3 {
	color: #fff;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content {
	padding: 0;
}
#page-content.index-page, #page-content.single-page, #page-content.archive-page {
	margin-top: 20px;
	background-color: #fff;
}
#page-content.index-page {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.archive-page {
}
.archive-page .box .zoom-container {
	max-width: 250px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.featured {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* ---MainContent--- */

.box {
	background-color: #fff;
	padding: 20px 20px 10px;
}
.box:last-child {
	/*padding: 20px 20px 5px;*/
	  padding: 20px 5px 10px 5px;
}
.box:after, .box:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.box .info {
	margin: 5px 0 10px 0;
}
.box .info a {
	color: #000;
	border-bottom: 1px solid #000;
	box-shadow: inset 0 -1px 0 #000;
	transition:all ease 150ms;
}
.box .info a:hover {
	color:#FFFFFF;
	text-shadow: none;
	border-bottom: 1px solid #000;
	box-shadow: inset 0 -1.3em 0 #000;
	text-decoration: none;
}
.box h2 {
	font-size: 30px;
	margin:0;
}
.box .box-header.header-photo {
	background: url(../images/title-picture.png) repeat-x center center;
	margin-bottom: 20px;
}
.box .box-header.header-natural {
	background: url(../images/title-natural.png) repeat-x center center;
	margin-bottom: 20px;
}
.box .box-header.header-vimeo {
/*	background: url(../images/title-vimeo.png) repeat-x center center;*/
}
.box .box-header h2:before {
	position: relative;
    content: "";
    width: 4px;
    height: 18px;
    margin-top: 4px;
	margin-right:10px;
    background: #ed1c24;
	float:left;
}
.box .box-header h2 {
	font-size: 22px;
    background-color: #fff;
    display: inline-block;
    color: #333;
/*    float: left;*/
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
}

.box .box-header h3 {
    font-size:15px;
	word-wrap: break-word;
	line-height:24px;
	color:#000000;
	font-weight:500;
	text-transform:uppercase;
}

.box .box-content {
	margin-top: 30px;
}
.box .box-content a {
	font-weight: bold;
	color: #333;
}
.box .box-content a:hover {
	color: #555;
}
.box .box-content h3 {
	font-size: 18px;
	margin: 10px 0 5px;
}
.box .box-content span {
	font-size: 15px;
}
.box .box-content span i {
	font-size: 14px;
	margin-right: 2px;
}
.box .box-content p {
	margin-top: 10px;
}
/* ---Vid-Effect--- */
.wrap-vid {
}
.vid-item {
	position: relative;
}
.vid-name {
	margin: 0;
}
.vid-name a {
	font-size: 19px;
	color: #333;
}
.vid-name a:hover {
	color: #FD0005;
}
.vid-tags {
	margin: 15px 0;
	border: 1px solid #ddd;
	padding: 30px;
}
.vid-tags a {
	background: #FD0005;
	padding: 5px 10px;
	color: #fff;
}
.vid-tags a:hover {
	background: #000;
}
.info {
	margin: 0;
	font-size: 14px;
}
.info i {
	margin-right: 8px;
}
.info span {
	margin-right: 10px;
}
.info h5, .info a {
	font-size: 13px;
	line-height: 1;
	margin: 0 0 5px;
}
.info a {
	color: #006EA0;
}
.info a:hover {
	text-decoration: underline;
}
.rating {
	font-size: 14px;
	line-height: 1.2;
}
ul.pagination {
	margin: 42px auto 25px;
}
ul.pagination li a {
	color: #444;
}
/* ---Sidebar--- */
#sidebar {
}
.widget {
	background: #fff;
	padding:20px 0px 20px 0px;
}
.widget:after, .widget:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.widget ul li {
	list-style:none;
}
.widget .heading {
	background: url(../images/title.png) repeat-x center center;
}
.widget .heading h4 {
	font-size: 22px;
	padding: 0px 8px;
	background-color: #fff;
	display: inline-block;
	margin-left: 15px;
	color: #333;
	text-transform: uppercase;
}
.assemblee-generale .content {
	float:left;
	height: 440px;
	text-align: left;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #d4d3d3;
    padding: 15px 8px 20px 8px!important;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 15px;
}

.mot-president .content {
	float:left;
	height: 440px;
	text-align: left;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #d4d3d3;
    padding: 15px 15px 20px!important;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 15px;
}
.assemblee-generale .content h2{
	font-family: "Roboto", sans-serif!important;
	font-size: 16px;
    background-color: #fff;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-weight: 400!important;
    letter-spacing: -1px;
	line-height: 25px;
}

.assemblee-generale .content h2:before {
    position: relative;
    content: "";
    width: 4px;
    height: 18px;
    margin-top: 4px;
    margin-right: 10px;
    background: #ed1c24;
    float: left;
}

.assemblee-generale .content p{
	margin:0!important;
	height:0px!important;

}

.assemblee-generale .content .img-responsive {
	border: 3px solid #cc162c;
	height: 505px;
}
.widget.wid-vid ul a {
	display:inline;
	margin: 3px 2px;
	float:left;
	color:#333;
	padding:5px;
	border-bottom: 1px solid transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
.widget.wid-vid .tab-content {
	margin-top: 13px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: none;
}
.widget.wid-vid ul a:hover, .widget.wid-vid ul a:focus {
	background: none;
	border-top: none;
	border-right: none;
	border-left: none;
}
.widget.wid-vid ul li {
	border-bottom: 1px solid transparent;
}
.widget.wid-vid ul li:hover {
	border-bottom: 1px solid #FD0005;
}
.widget.wid-vid ul li+:hover {
	border-bottom: 1px solid #7DC314;
}
.widget.wid-vid ul li+li+:hover {
	border-bottom: 1px solid #966B20;
}
.widget.wid-vid .post {
	margin-top: 12px;
}
.widget.wid-vid .post img {
	float: left;
	max-width: 105px;
	display: inline-block;
}
.widget.wid-vid h5 {
	margin-top:0;
	font-size: 18px;
}
/*.widget.wid-vid .wrapper {vertical-align: middle;text-align: left;line-height: 1.4em;padding-bottom: 7px;margin-top: 20px;}*/

.widget.wid-gallery {
}
.widget.wid-gallery img {
	padding: 2px;
}
.widget.wid-new-post {
}
.widget.wid-new-post h6 {
	font-size: 16px;
}
.widget.wid-new-post ul {
	margin: 5px 0;
}
.widget.wid-new-post p:last-child {
	margin: 0;
}
.widget.wid-recent-post {
}
.widget.wid-recent-post span {
	display: block;
	margin-bottom: 7px;
}
.widget.wid-comment {
}
.widget.wid-comment img {
	max-width: 50px;
	border: 1px solid #ddd;
}
.widget.wid-comment .post {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
}
.widget.wid-comment .wrapper {
	margin-left: 5px;
}
@media (min-width: 1100px) {
 .widget.wid-comment .wrapper {
max-width: 175px;
}
}
.widget.wid-categoty {
}
.widget.wid-categoty select {
	padding: 6px 10px;
}
.widget.wid-tweet {
}
.widget.wid-tweet p {
	margin: 0;
}
.widget.wid-tweet span {
	display: block;
	color: #999;
}
.widget.wid-tweet .tweet-item {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.widget.wid-tweet .tweet-item:last-child {
	border-bottom: none;
	padding: 5px 0 0;
}
.widget.wid-tags {
}
.widget.wid-tags a {
	color: #333;
	border: 1px solid #333;
	padding: 1px 10px;
	line-height: 2.2;
	font-size: 14px;
	text-transform: capitalize;
}
.widget.wid-tags a:hover {
	color: #7DC314;
	border: 1px solid #999;
}
.widget.wid-follow {
}
.box-facebook, .box-twitter, .box-google {
	width: 95px;
	height: 95px;
	;
	color: #fff;
	text-align: center;
	padding: 15px;
}
.box-facebook:hover, .box-twitter:hover, .box-google:hover {
	background-color: #000;
}
.box-facebook {
	background-color:#3B5998
}
.box-twitter {
	background-color:#1DCAFF
}
.box-google {
	background-color:#DD4B39
}
.box-facebook span, .box-twitter span, .box-google span {
	display: block;
	line-height: 1;
}
.icon {
	margin-bottom: 10px;
}
.post {
	margin-bottom: 15px;
}
.post:after, .post:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.post:last-child {
	margin-bottom: 0;
}
.post:after, .post:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.post h5 {
	margin:0;
	font-size: 15px;
}
.post img {
	float: left;
	max-width: 125px;
	display: inline-block;
}
.post .zoom-container .zoom-caption p {
	font-size: 15px;
	padding: 4px;
}
.post .wrapper {
	display: inline-block;
	text-align: left;
}
.post .info h6, .post .info a {
	font-size: 13px;
	margin: 1px 0 3px;
}
.post .info {
	font-size: 12px;
	margin-top: 0;
}
.post .info span {
	display: block;
	margin:0;
	line-height: 1.6;
	font-size: 11px;
}
.post .info i {
	font-size: 11px;
	margin-right: 2px;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer {
	color: #ddd;
}
footer .wrap-footer {
    background: #d8d8d8;
	border-bottom: 1px solid #444;
	padding: 20px;
}
footer .wrap-footer-2 {
    background: #000000;
	border-bottom: 1px solid #444;
	padding: 20px;
}
footer .wrap-footer, footer .wrap-footer-2 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
footer .copy-right {
	text-align: center;
	padding-top: 20px;
}
footer .footer-heading h4 {
	color: #4f4e4e;
	font-size: 18px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:-1px;
}
footer .footer-heading-2 h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:-1px;
}
footer .content {
}
footer .col-footer {
}
footer .footer-1, footer .footer-2, footer .footer-3 {
	float:left;
}
footer .footer-1 {
}
footer .footer-1 img {
	max-width: 140px;
	margin-bottom: 10px;
}
footer .footer-1 p {
    color: #999999;
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
footer .footer-1 input[type="text"] {
	border: 2px solid #E7E7E7;
	outline: medium none;
	color: #999999;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.2;
	margin: 10px 0;
	padding: 5px 10px 0;
	width: 100%;
	background-color: transparent;
	border: 2px solid #444444;
}
footer .footer-2 {
}
footer .footer-2 p {
    color: #ffffff;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
footer .footer-2 a {
	color: #919191;
	padding: 1px 10px;
	line-height: 2.2;
	font-size: 14px;
	text-transform: capitalize;
}
footer .footer-2 a:hover {
	text-decoration: underline;
}
footer .footer-3 {
}
footer .footer-3 p {
    color: #999999;
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

footer .footer-2 ul {
	float:left;
	padding: 0 20px;
	margin-bottom: 0px;
}
footer .footer-2 ul li , footer .footer-3 ul li {
	list-style: none;
}
footer .footer-2 ul li:last-child , footer .footer-3 ul li:last-child {
	border-bottom: none;
}
footer .footer-2 ul li a , footer .footer-3 ul li a {
	color: #4f4e4e;
}
footer .footer-3 .content a {
	color: #4f4e4e;
}
footer .footer-2 ul li a:hover , footer .footer-3 ul li a:hover {
	color: #666;
}
footer .footer-bottom p {
	color: #000000;
    padding: 1px 5px;
	line-height: 2.2;
	float:left;
	font-size: 12px;
}
footer .footer-bottom a {
	color: #000000;
	font-size: 12px;
	text-transform: capitalize;
	float:left;
	padding: 2px;
}
footer .footer-bottom a:hover {
	text-decoration: underline;
}
footer .footer-bottom-2 a {
	color: #000000;
	font-size: 12px;
	text-transform: capitalize;
	float:right;
	padding: 2px;
}
footer .footer-bottom-2 a:hover {
	text-decoration: underline;
}
footer .footer-bottom-2 strong {
    color: #000000;
    float: right;
	font-size: 9px;
    line-height: 27px;
}
footer .footer-bottom ul li a {
	color: #4f4e4e;
}
#newshr {
    position: relative;
    height: 16px;
    overflow: hidden;
    margin-top: 10px;
}
.textdefil {
    font-size: 11px;
	font-weight:900;
    text-transform: uppercase;
    color: #FFF;

}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 20px;
	text-align: center;
}
#contact_form {
	padding:25px;
}
#ff label {
	cursor:pointer;
	margin:px 0;
	display:block;
	font-weight:bold;
}
#ff input {
	display:block;
	width:100%;
	color:#000;
	padding:10px;
	margin: 5px 0 25px 0;
}
#ff textarea {
	display:block;
	width:100%;
	height:200px;
	background-color:#fff;
	color:#000;
	padding:10px;
	margin: 5px 0 25px 0;
}
#ff .sendButton {
	border: none;
	cursor:pointer;
	background-color: #FD0005;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	;
	width:100px;
	color:#ffffff;
}
#ff .sendButton:hover {
	background-color: #000;
}
.message {
	text-align: center;
}
.message .wrap {
	padding: 50px;
	background: #ffffff;
	border: 1px solid #333333;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.message .text {
	font-size: 35px;
	margin-bottom: 30px;
}
/* ---------------------------------------------------------------------------- */
/* -----------------------------------Owl-Theme-------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-theme .owl-controls .owl-page span {
	background-color: #999;
	border: 1px solid #666;
}
.owl-theme .owl-controls .owl-page span:hover {
	background-color: #666;
}
#owl-demo-2 .item {
	margin: 1px;
}
#owl-demo-2 .item img {
	margin: 1px;
}
/* ---------------------------------------------------------------------------- */
/* ----------------------------------Button------------------------------------ */
/* ---------------------------------------------------------------------------- */
.btn-facebook, .btn-twitter, .btn-pinterest, .btn-google, .btn-mail {
	color: #fff;
}
.btn-facebook:hover, .btn-twitter:hover, .btn-pinterest:hover, .btn-google:hover, .btn-mail:hover {
	background-color: #000;
	color: #fff;
}
.btn-facebook {
	background-color: #3B5998;
}
.btn-twitter {
	background-color: #00ACED;
}
.btn-pinterest {
	background-color: #CA212A;
}
.btn-google {
	background-color: #EB4026;
}
.btn-mail {
	background-color: #666666;
}
.btn-2 {
	padding: 3px 8px;
}
.btn-3 {
	background-color: #444444;
	color: #FADA1A;
	font-weight: bold;
}
.btn-3:hover {
	background-color: #fff;
	color: #000;
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Zoom-Effect--------------------------------- */
/* ---------------------------------------------------------------------------- */
.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
/*	height: 440px;*/
}
/*.zoom-container a {
	display: block;
	position: absolute;
	top: -100%;
	opacity: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	color: inherit;
}*/
.zoom-container a {
/*	display: block;
	position: absolute;*/
	opacity: 1;
/*	top: -100%;
	left: 0;
	bottom: 0;
	right: 0;*/
	text-align: center;
	color: #ed1c24;
}
.zoom-container:hover a {
	opacity: 1;
	z-index: 500;
	text-decoration:underline;
}
.zoom-container:hover a i {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.zoom-container img {
	display: block;
	height: auto;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
 	-moz-transition: all .5s ease; /* Firefox */
 	-ms-transition: all .5s ease; /* IE 9 */
 	-o-transition: all .5s ease; /* Opera */
 	transition: all .5s ease;
	border: 2px solid #d4d3d3;
	height:auto;
}
.zoom-container .zoom-caption i.icon-play {
	font-size: 22px;
	background-color: rgba(17, 17, 17, 0.8);
	max-width: 60px;
	margin: 0 auto;
	padding: 8px 5px;
	border-radius: 8px;
}
.zoom-container .zoom-caption i.icon-play:hover {
	background-color: rgba(210, 0, 0, 0.9);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
 -webkit-transition: all .5s ease; /* Safari and Chrome */
 -moz-transition: all .5s ease; /* Firefox */
 -ms-transition: all .5s ease; /* IE 9 */
 -o-transition: all .5s ease; /* Opera */
 transition: all .5s ease;
	color: #fff;
}
.zoom-container .zoom-caption span {
	position:absolute;
	top: 0;
	padding: 0px 7px;
	font-weight: bold;
	font-size: 13px;
}
.zoom-container .zoom-caption span.youtube {
	background-color: #FD0005;
}
.zoom-container .zoom-caption span.vimeo {
	background-color: #17B3E8;
}
.zoom-container .zoom-caption p {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: rgba(0, 0, 0, .5);
	margin:0;
	padding: 10px;
}
.zoom-container:hover img {
/*	-webkit-transform:scale(1.25) rotate(5deg); 
	-moz-transform:scale(1.25) rotate(5deg); 
	-ms-transform:scale(1.25) rotate(5deg); 
	-o-transform:scale(1.25) rotate(5deg); 
	transform:scale(1.25) rotate(5deg);*/
}
.zoom-container:hover .zoom-caption {
	background: rgba(0, 0, 0, .5);
}
/*modifs-19-12-2017*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.vc_column_container {
/*	float:left;*/
	padding-left: 0;
	padding-right: 0;
}
.wpb_column .vc_column-inner {
    box-sizing: border-box;
    /*padding-left: 15px;
      padding-right: 15px;*/
    width: 100%;
}

.wpb_column .vc_column-inner-2 {
    box-sizing: border-box;
    width: 100%;
}
.primary-box {
	float: left;
}
.second-box, .third-box, .fourth-box, .fifth-box, .sixth-box {
	padding-top: 20px;
    padding-bottom: 10px;
}

.second-box {
	background-color:#f4f4f4;
}
.fifth-box{
	background-color:#f3f8fb;
}
.sixth-box .widget-image .content{
	background: url(../images/boite-idee.jpg) #fff;
    background-position: 50% !important;
    background-repeat: no-repeat;
	height:220px;
	cursor:pointer;
}
.sixth-box h3.action-titlecustomstyle {
    font-size: 23px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.sixth-box p.action-paragraphe {
	font-size: 23px;
    color: #ffffff;
    font-weight: 300;
	font-style:italic;
    text-align: center;
    position: relative;
    top: 105px;
    line-height: 25px;
}
.third-box .wpb_wrapper .themeum-feature-wrapper {
    text-align: left;
    background: #ffffff;
    border: 1px solid #d6d6d6;
}

.sixth-box .wpb_wrapper .themeum-feature-wrapper {
    text-align: left;
    background: #ffffff;
    border: 1px solid #d6d6d6;
}

.third-box .wpb_wrapper .themeum-feature-wrapper .feature-img-area-default img{
	width:100%;

}
.third-box .wpb_wrapper .themeum-feature-wrapper .feature-content-area {
    padding: 10px 30px 10px;
	height: 190px;
}
.sixth-box .wpb_wrapper .themeum-feature-wrapper .feature-content-area {
    padding: 10px 30px 10px;
}
.third-box .wpb_wrapper .themeum-feature-wrapper .feature-content-area-image {
    padding: 10px;
}
.sixth-box .wpb_wrapper .themeum-feature-wrapper .feature-content-area-image {
    padding: 10px;
}
.fourth-box h3.action-titlecustomstyle {
    font-size: 23px;
    line-height: 40px;
    color: #6d6d6d;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.fourth-box p.action-paragraphe {
    font-size: 23px;
    color: #6d6d6d;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 125px;
    line-height: 25px;
}
.fifth-box .widget-image-4 .content{
	background: url(../images/decouvrez-anysetiers.jpg) #f0f5f7;
    background-position: 50% !important;
    background-repeat: no-repeat;
	height:170px;
}
.fifth-box .wpb_wrapper .themeum-feature-wrapper {
    text-align: left;
    background: #f3f8fb;
    border: 1px solid #007b30;
}
.fifth-box .wpb_wrapper .themeum-feature-wrapper .feature-content-area{
	padding:0px;
	cursor:pointer;
}
.themeum-latest-post-wrap {
	padding: 0 30px 0;
	background: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.latest-post-title {
	color: #fff;
	padding: 15px 30px;
	margin: 0 -30px;
	/*font-size: 17px;*/
	font-weight: 500;
	text-transform: uppercase;
	background: #ed1c24;
}
.themeum-latest-post-list {
	padding: 12px 30px 12px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -30px;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.themeum-latest-post-list:hover {
	background: #f9f9f9;
}

.themeum-latest-post-list:hover .post-list-title a{
	color: #ed1c24;
	text-decoration:underline;
}
.post-list-meta-date {
	color: #959595;
	font-size: 14px;
}
.post-list-meta-date i {
	margin-right: 10px;
}
.post-list-title {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.post-list-title a {
	color: #ed1c24;
}

.post-listing-btn {
	margin: 15px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #ed1c24;
}
.post-listing-btn i {
	margin-left: 8px;
}
.vid-name:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 18px;
	margin-top: 3px;
	background: #ed1c24;
	top: 0%;
}
.box p {
    float: left;
/*    font-size: 15px;*/
    text-align: justify;
    font-weight: 300;
}

.feature-btn {
    font-weight: 600;
    font-size: 14px;
	color: #ed1c24;
}
.feature-btn i {
    margin-left: 5px;
}
.home-features-heading {
    font-size: 25px;
    line-height: 55px;
    color: #000000;
    font-weight: 400;
	text-transform:uppercase;
}
.u-text-centered {
    text-align: center!important;
}
.feature-content-area .feature-title {
    font-size:18px;
	word-wrap: break-word;
	line-height:24px;
	color:#017b34;
	font-weight:500;
	margin:11px 0 11px 0;
	text-transform:uppercase;
	height: 7%;
}
.feature-content-area .feature-title-2 {
    font-size:18px;
	word-wrap: break-word;
	line-height:24px;
	color:#000000;
	font-weight:500;
	margin:11px 0 11px 0;
	text-transform:uppercase;
	height: 7%;
}
.feature-content-area .feature-subtitle {
    font-size: 14px;
    word-wrap: break-word;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 5px 0;
	text-align: justify;
}
.wpb_wrapper .themeum-feature-wrapper{
    text-align: left;
    background: #ffffff;
	margin-bottom: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4d3d3;
}
.addon-themeum-title{
	text-align:left;
}
.feature-content-area{
	padding:20px 30px 30px;
}
.feature-content-area .themeum-title {
    position: relative;
}
.feature-content-area .themeum-title .thm-titlecustomstyle {
 	font-size:14px;
	word-wrap: break-word;
	color:#000000;
	font-weight:700;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
	margin-top: 10px;
}
.fifth-box h3.action-titlecustomstyle {
	font-size:26px;
    line-height: 30px;
	color:#007935;
	font-weight:400;
	text-transform:uppercase;
	position: relative;
	top: 95px;
    left: 15px;

}
/*modifs-19-12-2017*/
/*modifs-20-12-2017*/
.wrap-horizontal-news {

}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
h2.rs-title-box {
    text-transform: uppercase;
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -1px;
    margin-bottom: 5px;

}
.ub-vertical .horizontal-news {
	padding-top: 0;
	padding-bottom:10px;  
}
.list-item-horizontal-news .item-horizontal-news {
	margin:0 15px 0 15px;
	border-bottom: 1px solid #dbdbdb;
}
.last-child{
	border-bottom: none;
}

.list-item-horizontal-news .item-horizontal-news .thumbnail {
	float: left;
    margin-right:15px;
	margin-bottom: 0;
	width: 95px;
	height: 65px;
	background-color: none!important;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    margin-bottom: 15px;
}

.list-item-horizontal-news .item-horizontal-news .thumbnail img{
	max-height:100%;
}

.ub-blog-post a img {
	max-width: 100%;
	height: auto;
}
.list-item-horizontal-news h4, 
.list-item-horizontal-news h4 a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.list-item-horizontal-news .item-horizontal-news .ub-post-infor {
	margin-bottom: 0;
}

.fifth-box .widget-image .content{
	background: url(../images/boite-idee.jpg) #fff;
    background-position: 50% !important;
    background-repeat: no-repeat;
    width: 372px;
    height: 235px;
    padding: 8px;
	border: 1px solid #b1b0b0;
}
.sixth-box .widget-image-1{
    padding: 0px 7px;
}
.fourth-box{
	background-color:#f4f4f4;
}
.fourth-box .wpb_wrapper .themeum-feature-wrapper{
    text-align: left;
    border: 1px solid #afafaf;
}
.fourth-box .content-1{
	background:#fff;
}
.fourth-box .content-2{
	background:#e4e4e4;
}
.fourth-box .content-3{
	background:#d8d8d8;
}
.fourth-box .content-1 .feature-content-area{
	padding:10px 28px 10px;
	height: 255px;
}

.fourth-box .content-2 .feature-content-area,.fourth-box .content-3 .feature-content-area{
	padding:10px;
	cursor:pointer;
	height:255px;
}
.fourth-box .widget-image-1 .content{
	position:relative;
	top:71px;
}
.fourth-box .widget-image-1 .content h2{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    position: relative;
}
.fourth-box .widget-image-1 .content p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
	margin:	0px;
}
.fourth-box .widget-image-1 .content p {
	font-family: "Roboto", sans-serif!important;
}
.fourth-box .widget-image-1 .content .lireplus a{
	font-family: "Roboto", sans-serif!important;
    margin-bottom: 0cm;
    text-align: center!important;
    color: #ed1c24!important;
	display:block;
	font-weight:400!important;
}
.fourth-box .widget-image-1 .content .lireplus a:hover{
	text-decoration:underline;
}
.fourth-box .widget-image-1 .content img{
    margin: 0 auto;
}

.fourth-box .widget-image-2 .content{
	background: url(../images/fleur-anys.jpg) #e4e4e4;
    background-position: 50% !important;
    background-repeat: no-repeat;
    height: 235px;
}

.fourth-box .widget-image-3 .content{
	background: url(../images/logo-anys.jpg) #d8d8d8;
    background-position: 50% !important;
    background-repeat: no-repeat;
    height: 235px;
}

.fourth-box .widget-image-2 .content-1{
    height: 235px;
}

.fourth-box .widget-image-3 .content-1{
    height: 235px;
}
.navbar{
    min-height: 50px;
    margin-bottom: 0px;
}
/*modifs-20-12-2017*/
/*modifs-22-12-2017*/
#header .top-header {
    background-color: #ffffff;
    background-position: top left;
}
.top-header {
    position: relative;
    padding: 0px 25px 0px 25px;
}
.rst-logo {
    padding: 30px 0 20px 5px;
}
.rst-logo img {
    height: auto;
  /*  max-width: 320px;*/
}
.rst-navigation {	
	padding: 0 0 0 10px;
/*    background-image: url(../images/fleur-anis.png);*/
    height: 185px;
    background-position-x: 95px;
    background-position-y: 10px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
    right: 2%;
    width: 33%;
}
.rst-navigation img.fleur-anis{	
    float: right;
    position: relative;
    top: 10px;

}
.top-header .widget {
    margin: 0;
}
#menu.navbar {
	border-bottom: 2px solid #ed1c24;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/*modifs-22-12-2017*/
/*modifs-20-02-2018*/
#defile {
position : absolute;}

#Header-BlocLogo {
    float: right;
    position: relative;
    top: 105px;
}
/*.mot-president, .assemblee-generale {	
	height: 450px;
	padding:0;
}*/
/*.assemblee-generale img{	
    text-align: left;
    background: #ffffff;
	margin-bottom: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #d4d3d3;
	padding:20px 15px 15px!important;
	margin-left:0!important;
	margin-right:0!important;
}*/
/*modifs-20-02-2018*/

/*modifs-20-02-2018*/
.fourth-box .service-box a.item-link {
    display: block;
    position: relative;
/*	height:235px;*/
}

.fourth-box .service-box a.item-link img {
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	margin: 0 auto;
}

.fourth-box .service-box .item-html {
    height: 100%;
    left: 5px;
    padding: 5px 0 0 20px;
    position: absolute;
    top: 0px;
    width: 95%;
    text-align: left;
    cursor: pointer;
}

.fourth-box .service-box .item-html h4 {
    margin-bottom: -9px;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 17px;
    margin-top: 4px;
    font-weight: 300;
    text-transform: none;
    height: 49%;
}

@media (max-width: 1279px) {
.feature-content-area .feature-title {
    height: 2%;
}

.feature-content-area .feature-title-2 {
    height: 2%;
}
}

@media (min-width: 768px) {
	.fourth-box .service-box .item-html {
    width: 95%;
}
	
}
/*modifs-20-02-2018*/