/*
Theme Name: NatureSpace - Num-ERIC
Theme URI: https://num-eric.net/naturespace-nei/
Description: Thème enfant de NatureSpace
Author: Num-ERIC
Author URI: https://num-eric.net/
Template: naturespace
Version: 0.1.0
*/

@font-face {
	font-family: 'KristenITC';
	src: url(https://comifetes-smdl.fr/wp-content/themes/naturespace-nei/fonts/itckrist.ttf);
	src: url(https://comifetes-smdl.fr/wp-content/themes/naturespace-nei/fonts/itckrist.woff);
	font-weight: normal;
}


/**
 * 1.0 - Normalize
 *
 * Comments
 */

/*
html {
  color: #000 !important;
}
*/

body {
	color: #333333 !important;
}

h1 {
  color: #76a934 !important;
}

h2 {
	color: #333333 !important;
	margin-bottom: 20px !important;
}

h3, h4 {
  margin-bottom: 15px !important;
  color: #666;
}

h6 {
  margin-bottom: 10px;
}

a {
  color: #009900 !important;
}


.txt_white {
  color: #fff !important;
}

.picture_frame_shadow {
  border: 2px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; 
}

.picture_frame_shadow:hover {
  border: 2px solid #fff;
}

#wrapper-content {
  padding-bottom: 30px !important;
}


.footer-headline {
  margin-bottom: 20px !important;
}


/** STYLES - SPECIFICS **/
/** ------------------ **/

.nei_left {
 float: left !important;
}

.nei_cols-50 label {
 width: 45% !important;
}

.nei_col-50 {
 float: left !important;
 width: 40% !important;
 margin-right: 10% !important;
}

.nei_col-50:after {
 clear: both !important;
}

.nei_display-none {
 display: none !important;
}

.nei_maps_link a {
	font-size: 1.2em;
	content: "\f279" "   ";
	color: #009900 !important;
}

.nei_maps_link::before {
	font-family: "Font Awesome 6 Free";
	font-size: 1.2em;
	content: "\f279" "   ";
	color: #009900 !important;
}

.nei_red-star {
 color: red !important;
}


/*** BACKGROUNDS ***/

#wrapper {
  position: static !important;
  background-repeat: repeat-x !important;
  background-position: center bottom !important;
  -moz-background-size: 100% auto;     /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 100% auto;        /* Opera 9.5 */
  -webkit-background-size: 100% auto;   /* Safari 3.0 */
  background-size: cover !important;
}

#container-boxed {
  background-color: rgba(255, 255, 255, 0) !important;
}

#container-boxed-inner {
  background-color: rgba(255, 255, 255, 0.85) !important;
}


/*** HEADER *** */

.header-image .header-image-container {
	/*
	box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.5);
 -webkit-box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.5);
 -moz-box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.5);
	*/
}


/*** MENUS ***/

/*** MENU - Principal ***/

.menu-box ul li {
	height: 50px !important;
	line-height: 50px !important;
	margin-left: 12px !important;
	margin-right: 0px !important;
}

.menu-box a {
  font-size: 15px !important;
  letter-spacing: 0.5px; 
  height: 35px !important;
  line-height: 35px !important;
  background-color: #999 !important;
  display: inline-block;
  padding: 0 10px;
  color: #FFF !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.menu-box a:hover {
  background-color: #76a934 !important;
}

.current-menu-item a {
  background-color: #76a934 !important;
}

/*** MENU - Menu Footer (Widget Menu) ***/

#nav_menu-2 a {
  color: #333333 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;

  padding: 5px 10px;
  height: 30px;
  line-height: 30px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s; 

}

#nav_menu-2 a:hover {
  color: #fff !important;;
  background-color: #76a934 !important;
  text-decoration: none;
}

#nav_menu-2 .current-menu-item a {
  color: #fff !important;
  background-color: #ccc !important;
}

#nav_menu-2 #menu-menu-footer {
  margin-top: 10px !important;
}


/*** V-SYS FOOTER (Widget Text) ***/

/*** v-sys_footer ***/

.v-sys_footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.v-sys_footer a {
  display: inline-block !important;
  line-height: 50px !important;
  color: #ccc !important;
  text-decoration: none !important;
}

.v-sys_footer a:hover {
  color: #090 !important;
}

.v-sys_footer img {
  vertical-align: middle !important;
}

.v-sys_footer_left {
 float: left;
 width: 33.3333333333%;
 text-align: left;
 visibility: hidden;
}

.v-sys_informatique_link {
  width: 37px !important;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.8s;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -ms-transition: width 0.8s;
  transition: width 0.8s;
}

.v-sys_informatique_link:hover {
  width: 100% !important;
}

.v-sys_informatique_link a, .v-sys_informatique_link a:hover {
  color: #F90 !important;
  font-style: italic !important;
}

.v-sys_footer_center {
  float: left;
  width: 33.3%;
  text-align: center !important;
}

.v-sys_footer_right {
  float: right;
  width: 33.3333333333%;
  text-align: right !important;
}


.nei_footer {
 text-align: right;
 float: right;
}

.nei_footer img {
 height: 20px;
 width: auto;
}

.v-sys_footer_cloud_link {
 display: none;
 /*
 width: 37px !important;
 overflow: hidden;
 text-align: right;
 white-space: nowrap;
 float: right;
 -webkit-transition: width 0.8s;
 -moz-transition: width 0.8s;
 -o-transition: width 0.8s;
 -ms-transition: width 0.8s;
 transition: width 0.8s;
 */
}

.v-sys_footer_cloud_link:hover {
  width: 100% !important;
}

.v-sys_clear {
  clear: both;
  width: 100%;
  height: 0px;
}



/*** GALERIE PHOTOS ***/




/*** ARTICLE - POST ***/

article#content .post-meta {
	display: none;
}

.single-post hr {
	width: 30%;
	margin: 35px auto 10px auto;
	height: 1px;
	background-color: #fff;
	border: none;
}



/* image principale de l'article */
#content img.wp-post-image {
 border: 2px solid rgba(255,255,255,0.3) !important;
}

/* vignettes */
.gallery-item img,
.wp-block-gallery img {
  border: 2px solid transparent !important;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s; 
}

/* vignettes */
.gallery-item img:hover,
.wp-block-gallery img:hover {
  border: 2px solid #fff !important;
}

.nav-wrapper a {
  font-weight: bold;
}

.wp-caption-text,
.wp-block-gallery figcaption.blocks-gallery-item__caption {
  display: none !important;
}

/*** PAGE LISTE ARTICLES ***/

.post-entry-headline a {
  text-transform: none;
}

.post-info-author {
  display: none;
}

.post-info-date {
  padding-left: 0 !important;
  border-left: none !important;
}

/* vignettes */
.home-latest-posts img {
  border: 2px solid transparent !important;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.5);
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  transition: border-color 0.2s; 
}

.home-latest-posts img:hover {
  border: 2px solid #fff !important;
}



/*** SIDEBAR ***/

#sidebar .sidebar-widget {
	/*
 margin-bottom: 0px;
	*/
}

#sidebar .widget_text {
 padding-bottom: 25px;
}

#sidebar .tribe-events-widget-events-list__header h2,
#sidebar .sidebar-headline {
	margin: 0 0 20px 0;
 padding: 6px 10px;
 font-size: 14px;
 font-weight: normal;
 text-transform: uppercase;
 color: #FFF !important;
 background-color: #76a934 !important;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

#sidebar p {
 font-size: 14px;
}



/*** FOOTER ***/

#wrapper-footer {
	/*
	background-image: url(https://www.alsarando.fr/wp-content/uploads/2016/04/raimbow.png) !important;
	background-repeat: repeat-x !important;
	background-position: center top !important;
	*/
	background: #fff;
	color: #666 !important;
}

#wrapper-footer .footer-widget-area {
	padding-top: 15px !important;
}

#wrapper-footer p {
  color: #666 !important;
}

.footer-headline {
  text-transform: none !important;
}

p.footer-signature {
  color: #fff !important;
}


/* Plugin : The Events Calendar - Nouvelle version */

#sidebar .tribe-events-widget-events-list__event-datetime-wrapper {
	display: none !important;
}

#sidebar .tribe-events-widget-events-list__event-date-tag-month {
	font-size: 0.8em;
	font-weight: 600;
	color: #ffffff;
}

#sidebar .tribe-events-widget-events-list__event-date-tag-daynum {
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: normal;
}

#sidebar .tribe-events-widget-events-list__event-date-tag-datetime {
	max-width: 50px;
	background-image: url(https://comifetes-smdl.fr/wp-content/uploads/2024/06/calendar_bg.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebar .tribe-events-widget-events-list__event-title a {
	/* line-height: 40px; */
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #009900 !important;
}

#sidebar .tribe-events-widget-events-list__view-more {
	display: none !important;
}



/*
 Plugin : The Events Calendar
 Page "Rendez-vous" en détails
 */

#tribe-events {
  margin-top: -25px !important;
		padding-top: 0 !important;
}

.tribe-events-schedule {
  margin-top : 0 !important;
  margin-bottom : 0px !important;
}

.tribe-events-schedule H2 {
  margin-bottom : 15px !important;
  margin-top : 20px !important;
  color: #666 !important;
}

.tribe-events-back {
  display: none !important;
}

.tribe-events-single-section {
 background-color: rgba(229,229,229, 0.5) !important;
}

.tribe-events-meta-group-details {
 display: none !important;
}

.tribe-events-sub-nav {
 display: none !important;
}

.tribe-events-cal-links {
  display: none !important;
}

#tribe-events-content {
  margin-bottom: 0px !important;
}

.tribe-events-after-html img {
  margin-bottom: 0px !important;
}

#comments H2 {
  text-transform: none !important;
}

#comments .commentlist {
  padding-bottom: 30px !important;
  background : #f2f2f2 !important;
}

#comments .comment {
  
}

#comments .comment-author {
  color: #999 !important;
}

#comments .comment-author img {
  margin-right: 10px !important;
}

#comments .comment-author .fn {
  font-style: normal !important;
}

#comments .comment-author .fn a {
  margin-right: 5px !important;
}

#comments .comment-content p {
  font-size: 1em !important;
  color: #333 !important;
}

#comments .reply {
  margin-top: 20px !important;
	width: 100% !important;
}

#comments #respond {
  margin-top: 20px !important;
}

#comments #reply-title {
  text-transform: none !important;
}

#comments .byuser {
  padding: 10px 15px !important;
  border-top: 1px solid #fff !important;
}



/* ------------------------- widgets RAPPORTS RECENTS et DOSSIERS (Ultimate Shortcode) */
section.shortcodes-ultimate h4.widget-title {
}

#sidebar .shortcodes-ultimate .su-post {
 margin-bottom: 0.5em !important;
}
#sidebar .shortcodes-ultimate .su-post h2.su-post-title {
 margin-bottom: 5px !important;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar .shortcodes-ultimate .su-post h2.su-post-title a {
	text-decoration: none;
}
#sidebar .shortcodes-ultimate .su-post-thumbnail,
#sidebar .shortcodes-ultimate .su-post-excerpt,
#sidebar .shortcodes-ultimate .su-post-comments-link {
 display: none !important;
}



/*
 *
 PLUGIN : ------------------------------------------------------------------> AddToAny Share Buttons
 *
 */

/* ------------------------- Plugin AddToAny Share Buttons */
/* Icônes de partage sur les réseaux sociaux */

.addtoany_share_save_container {
 margin-top: 50px;
 margin-bottom: 5px;
 padding: 5px;
 text-align: right;
 border-top: 1px solid #e9e9e9;
 border-radius: 5px;
 background-color: rgba(255,255,255,0.5);
}

.addtoany_header {
 display: inline-block;
 margin: 0 10px 0 0 !important;
 line-height: 32px;
 font-size: 0.9em;
 font-style: italic;
 color: #009900;
}

/* Insertion du texte "Partager" */
.addtoany_share_save_container .addtoany_list:before {
 content: "Partager";
	font-size: 0.9em;
 font-weight: lighter;
	color: #666;
}

.addtoany_share_save_container a {
 padding-right: 0px !important;
 padding-bottom: 0px !important;
 padding-left: 10px !important;
 height: 24px;
}
.addtoany_share_save_container a span.a2a_s__default {
 /* background-color: #aaaaaa !important; */
 opacity: 0.7;
 filter: alpha(opacity=70);
}
.addtoany_share_save_container a span.a2a_s__default:hover {
 opacity: 1;
 filter: alpha(opacity=100);
}
/*
.addtoany_share_save_container a span.a2a_s__default.a2a_s_facebook:hover {
 background-color: rgb(24, 119, 242) !important;
}
.addtoany_share_save_container a span.a2a_s__default.a2a_s_twitter:hover {
 background-color: rgb(85, 172, 238) !important;
}
.addtoany_share_save_container a span.a2a_s__default.a2a_s_whatsapp:hover {
 background-color: rgb(18, 175, 10) !important;
}
.addtoany_share_save_container a span.a2a_s__default.a2a_s_pinterest:hover {
 background-color: rgb(189, 8, 28) !important;
}
*/
body.archive #main article div.addtoany_share_save_container {
 display: none;
}



/*
.a2a_kit .a2a_svg {
 color: #fff !important;
 border-color: rgba(255, 255, 255, 0.5) !important;
 background-color: rgba(255, 255, 255, 0.3) !important;
}

.addtoany_share_save_container .a2a_kit .a2a_svg {
 color: #fff !important;
 border-color: rgba(255, 255, 255, 0.5) !important;
 background-color: rgba(204, 204, 204, 0.5) !important;
}

.a2a_kit .a2a_s_facebook:hover {
  background-color: rgb(24, 119, 242) !important;
 color: #fff !important;
}

.a2a_kit .a2a_s_email:hover {
  background-color: #009900 !important;
 color: #fff !important;
}
*/



/*
 *
 PLUGIN : --------------------------------------------------------------------------> Contact Form 7
 Contact Form 7
 Formulaire de contact
 *
 */

.wpcf7 {
  color: #666 !important;
}

.wpcf7-textarea {
  resize: vertical !important;
}

.wpcf7-radio label {
  display: inline-block !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-style: normal !important;
  cursor: pointer !important;
}

.wpcf7-radio label input {
  cursor: pointer !important;
}

.wpcf7-quiz-label {
 display: block !important;
}


/*** BT TOP ***/

.scroll-top {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 0.8 !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}


/*** TESTS ***/

.The_Elegant_Icon_Font:before {
  line-height: 1;
  font-family: ElegantIcons !important;
  content: attr(data-icon);
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  /* content: "\e023"; calendar */
  /* content: "\e083"; map */
  /* content: "\e01f"; map 2 */
  /* content: "\7b"; quote fermante */
  content: "\7b";
}



/* ------------------------- Plugin RESPONSIVE LIGHTBOX & GALLERY */

/* Nivo Lightbox
   mise en forme
*/

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
 background: rgba(0,0,0,0.8);
}

div.nivo-lightbox-theme-default .nivo-lightbox-image img {
 border: solid 3px #eeeeee !important;
 background-color: #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
 display: none !important;
}


/**
 * 0000.0 - PLUGIN : -----------------------------------------------------------------> Front End PM
 *
 * Messagerie privée réservéé aux memebres connectés
 *
 */

 
 /**
 * 0000.0 - Plugin : Front End PM
 *
 * Champ ajouté dans les zones de commentaires :
   "Envoyer un message privé à ..."
 */

.private_message_link {
	color: #a0a5aa !important;
	display: inline-block !important;
	font-family: Montserrat, "Helvetica Neue", sans-serif !important;
	font-size: 0.8125rem !important;
	line-height: 1 !important;
	margin-top: 1em !important;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em !important;
	display: block !important;
	text-align: right !important;
}

.private_message_link:hover, .private_message_link:focus {
	border-color: currentColor !important;
	color: #f79232 !important;
	outline: 0 !important;
}

/**
 * 0000.0 - Plugin : Front End PM
 *
 * Messagerie, main container et header
 */

#fep-wrapper  {
	color: #666666 !important;
}

/**
 * header
 */

#fep-header, #fep-menu, #fep-content, #fep-footer  {
	margin: 15px 0 !important;
	padding: 0 !important;
	border: none !important;
}

#fep-header {
	font-size: 0.9em !important;
}

#fep-header  strong {
	display: inline-block !important;
	margin-bottom: 5px !important;
	font-size: 16px !important;
	color: #666666 !important;
	margin-bottom: 5px;
}

/**
 * menu
 */

#fep-menu .fep-button  {
	padding: 5px 10px !important;
	border: none !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #666666 !important;
	background: #eeeeee !important;
}

#fep-menu .fep-button:hover {
	padding: 5px 10px !important;
	border: none !important;
	font-size: 16px !important;
	color: #ffffff !important;
	background: #76a934 !important;
}

#fep-menu .fep-button-active {
	padding: 5px 10px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	border: none !important;
	color: #ffffff !important;
	background: #76a934 !important;
}

.fep-button  {
	letter-spacing: 0.5px !important;
}

.fep-font-red  {
	color: #666666 !important;
	font-size: 1.2em !important;
}

/**
 * new message
 */

.fep-form-field {
	font-size: 14px !important;
}

/**
 * Search form
 */

 .fep-directory-search-form-div {
	display: none !important;
}

/**
 * settings list
 */

#allow_messages, #allow_ann, #settings_token {
	font-size: 14px !important;
}

#fep-directory-search-form input[type=text] {
	width: 100% !important;
}

/**
 * members list
 */

#fep-content .fep-table-caption {
	font-weight: normal !important;
	color: #999999 !important;
}

#fep-content .fep-column {
	vertical-align: middle !important;
}

#fep-content .fep-column img {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

/**
 * main content
 */

#fep-content  {
	margin: 20px 0 !important;
	overflow-x: hidden !important;
}

#fep-content .fep-button  {
	border: none !important;
	font-size: 14px !important;
	color: #666666 !important;
	background: #ffffff !important;
}

#fep-content .fep-button:hover {
	border: none !important;
	font-size: 14px !important;
	color: #ffffff !important;
	background:#76a934 !important;
}

/**
 * message detail
 */

#fep-content .fep-per-message {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #666666 !important;
	background: none !important;
}

#fep-content .fep-message-title-heading,  .participants {
	display: none !important;
}

#fep-content .fep-message-toggle-all {
	display: none !important;
}

#fep-content .fep-message-title {
	padding: 5px 10px !important;
	border: none !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	font-size: 14px !important;
	background: #eeeeee !important;
}

#fep-content .date {
	text-align: left !important;
	padding-left: 0 !important;
}

#fep-content .fep-message-content {
	display: block !important;
	color: 	#333333 !important;
}

/**
 * message textarea
 */

#fep-content .front-end-pm-form {
	padding: 10px !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	background: #eeeeee !important;
}

#fep-content .fep-field {
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	background: #eeeeee !important;
}

#fep-content #message-content {
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	background: #ffffff !important;
}

#fep-content #fep-message-to,
#fep-content #fep-message-top,
#fep-content input[type="text"],
#fep-content textarea {
	width: 98% !important;
}

/**
 * main form
 */

#fep-content form {
	margin: 0 !important;
}

/**
 * form header (actions buttons)
 */

#fep-content form.fep-message-table  {
	margin: 0 !important;
}

#fep-content form.fep-message-table  .fep-button {
	padding: 7px 10px !important;
}

#fep-table  {
	background-color: transparent !important;
	font-size: 14px !important;
}

#fep-content .fep-action-table  {
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}

#fep-content .fep-filter  {
	text-align: right !important;
}

.fep-action-table select  {
	width: 98% !important;
}

/**
 * messages list
 */

#fep-table .fep-table-row  {
	background-color: transparent !important;
}

.fep-table-row  {
	background-color: transparent !important;
}

#fep-table .fep-column-fep-cb, #fep-table .fep-column-author, #fep-table .fep-column-title {
	vertical-align: top !important;
}

#fep-table .fep-column-fep-cb input {
	margin-top: 3px !important;
}

#fep-table .fep-column-avatar {
	vertical-align: top !important;
}

#fep-table .fep-column-avatar img {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#fep-table .fep-table-row .fep-message-date  {
	margin-bottom: 20px !important;
	font-size: 13px !important;
	color: #666666 !important;
}

#fep-table .fep-table-row .fep-strong  {
	font-weight: normal !important;
}

#fep-table .fep-column a {
	font-size: 14px !important;
}

#fep-result {
	margin-top: -72px !important;
	background: #f44336 !important;
}

#fep-table .fep-unread-class  {
	left: 5px !important;
	padding: 1px 5px !important;
}

#fep-table .fep-message-excerpt  {
	margin-bottom: 20px !important;
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important; /* For IE8 and earlier */
	/* SAFARI TRES VIELLE VERSION < 2.1 */
	-khtml-opacity:0.5; 
	/* FIREFOX TRES VIELLE VERSION <= 0.9*/
	-moz-opacity : 0.5; 
	/* IE 8 ET COMPRIS PAR IE 10*/
	-ms-filter: "alpha(opacity=50)"; 
	/* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
	/* IE 4 */
	filter : alpha(opacity=50); 
}






/**
 * 0000.0 - Plugin : Front End PM
 *
 * Mise en forme du widget FEP Text Widget
 */

.widget_fep_text_widget .sidebar-headline  {
	background-color: #999999 !important;
}


/*
 *
 PLUGIN : ---------------------------------------------------------------------> Cookie Notice
 Gestion cookies
 *
 */

#cookie-notice {
 background-color: rgba(102, 102, 102, 0.9) !important;
}

#cookie-notice .cn-button {
 color: #ffffff !important;
 background: #76a934 !important;
}


/* media queries
-------------------------------------------------------------- */
@media screen and (max-width: 500px) {

  #wrapper {
    background-image: none !important;
    background-color: #ccc;
  }

  #container-boxed {
    width: 100% !important;
  }

  #container-boxed-inner {
    width: 100% !important;
  }

}













