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


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

html {
  color: #000 !important;
}

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

h1, h2 {
  color: #76a934 !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_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 *** */

.title-box {
  background-image: url(https://www.alsarando.fr/wp-content/uploads/2016/04/alsarando_devise.png);
  background-repeat: no-repeat;
  background-position: right 98%;
  background-size: 50%;
}


/*** MENUS ***/

/*** MENU - Principal ***/

.menu-box ul li {
  height: 50px !important;
  line-height: 50px !important;
  margin-left: 0px !important;
  margin-right: 12px !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;
}


/*** DISPLAY POSTS SHORTCODE (Plugin) ***/

/*** [display-posts] ***/

.display-posts-listing {
  margin-top: 10px !important;
}

.display-posts-listing .listing-item {
  margin-bottom: 20px !important;
}

.display-posts-listing .listing-item a {
  display: block !important;
  width: 220px !important;
  overflow: visible !important;
}

.display-posts-listing .listing-item img {
  width: 200px !important;
  max-height: 250px !important;
  border: 2px solid transparent !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 0px !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: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; 
}

.display-posts-listing .listing-item img:hover {
  border: 2px solid #fff !important;;
}

.display-posts-listing .title {
  margin-top: 5px !important;
  line-height: 130% !important;
  font-size: 1em !important;
  color: #666 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.display-posts-listing .title:hover {
  color: #009900 !important;
}

.display-posts-listing .date {
  font-size: 12px !important;
  color: #666 !important;
  text-decoration: none !important;
  line-height: 100% !important;
}


/*** NUAGE DE TAGS ***/

.tagcloud a {
  color: #76a934 !important;
  text-align: justify;
  margin-right: 5px;
}


/*** GALERIE PHOTOS ***/

/*** PAGE ARTICLE ***/

/* 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;
}


/*** WP Lightbox 2 (Widget) ***/

/*** Lightbox 2 ***/

.slb_viewer_overlay {
 background-color: #ffffff !important;
 opacity: 0.3 !important;
}

#slb_viewer_wrap .slb_container {
 padding: 5px !important;
 background-color: #333333 !important;
 background-color: #ffffff !important;
}

#slb_viewer_wrap .slb_data_title {
  margin-top: 5px !important;
  line-height: 1.5em !important;
  font-size: 1.5em !important;
  font-family: inherit !important;
  color: #fff !important;
  color: #666666 !important;
}

#slb_viewer_wrap .slb_data_desc {
  display: none !important;
}

#slb_viewer_wrap .slb_group_status {
 display: none !important;
}

#slb_viewer_wrap #numberDisplay {
  padding-bootom: 0px !important;
  color: #666 !important;
}

#slb_viewer_wrap #bottomNav {
  margin-top: 5px !important;
}

#slb_viewer_wrap #imageDataContainer {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#slb_viewer_wrap #outerImageContainer {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#slb_viewer_wrap #outerImageContainer img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/*** WP Lightbox 2 (Widget) ***/

/*** Lightbox 2 ***/

#lightbox #caption {
  margin-top: 10px !important;
  line-height: 30px;
  font-size: 14px !important;
  color: #666 !important;
}

#lightbox #numberDisplay {
  padding-bootom: 0px !important;
  color: #666 !important;
}

#lightbox #bottomNav {
  margin-top: 5px !important;
}

#lightbox #imageDataContainer {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#lightbox #outerImageContainer {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#lightbox #outerImageContainer img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/*** SIDEBAR ***/

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

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

#sidebar h2 {
 font-size: 16px;
 font-weight: normal;
 margin: 0 !important;
 padding: 6px 10px;
 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;
}

/*** SIDEBAR - INFO DU MOMENT (Widget #text-3) ***/

#sidebar #block-8.sidebar-widget p,
#text-3 .textwidget p {
 font-size: 14px !important;
 font-style: italic !important;
}

#sidebar #block-8.sidebar-widget p::before,
#text-3 .textwidget p::before {
 color: #666 !important;
 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;

 font-size: 1.5em !important;
 padding-right: 3px !important;
 content: "\7b";
}

#sidebar #block-8.sidebar-widget p::after,
#text-3 .textwidget p::after {
 color: #666 !important;
 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;
 font-size: 1.5em !important;
 padding-left: 3px !important;
 content: "\7b";
}


/*** SIDEBAR - VSEL (plugin) ***/

.vsel-meta-title {
  color: #666 !important;
}

.vsel-content {
  margin: 0 0 10px !important;
}


/*** NOS AMIS ***/


.amis-block {
  width: 100%;
  max-width: 100%;

  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;

  margin: 20px 0 30px 0;
  border: none;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.amis-block .wp-block-media-text__media {
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.amis-block img {
 /*
 height: 70px;
 width: auto;
 max-height: 70px;
 */
 max-width: 90%;
}

.amis-block .wp-block-media-text__content {
 padding: 10px 5%;
 font-size: 0.9em;
 border: none;
}



.amis-table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 30px 0;
  border: none;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.amis-cell-left {
  width: 25%;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.amis-cell-left img {
  max-height: 80px;
}

.amis-cell-right {
  border: none;
  padding-bottom:10px;
  padding-top:10px;
}


/*** 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 p {
  color: #666 !important;
}

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

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


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

.addtoany_share_save_container {
 padding: 10px 5px 5px 5px;
 text-align: right;
 border-radius: 5px;
 background-color: rgba(255,255,255,0.3);
}

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

.a2a_kit .a2a_svg {
 color: #fff !important;
 border-color: rgba(255, 255, 255, 0.5) !important;
 /* opacity: 0.8 !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;
 /* opacity: 0.8 !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";
}


/*
 * -------------------------------------------------------------------------> GESTION DES EVENEMENTS
 */


/*
 *
 PLUGIN : ---------------------------------------------------------------------> The Events Calendar
 The Events Calendar
 Gestion des sorties organisées
 *
 */
 
/*
 Plugin : The Events Calendar
 Calendrier sur la page : https://www.alsarando.fr/rendez-vous/
 */

 .datepicker {
  z-index: 1000 !important;
}

#tribe-events-content a.tribe-events-button {
  display: none !important;
  color: #fff !important;
  background-color: #76a934 !important;
}

#tribe-events-content H3.tribe-events-month-event-title a {
  color: #76a934 !important;
}

#tribe-events-content H3.tribe-events-month-event-title {
  opacity: 1 !important;
  font-weight: bold !important;
}

/*
 Plugin : The Events Calendar
 Liste des "Rendez-vous" dans le widget "Principal Sidebar"
 */

#sidebar .tribe-events-list-widget {
 padding-bottom: 25px;
}

.sidebar-headline {
 color: #FFF !important;
 background-color: #76a934 !important;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.tribe-list-widget {
  margin-left: 0px !important;
}

.tribe-events-list-widget-events {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.tribe-events-list-widget-events H4 {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.tribe-list-widget a {
  color: #666 !important;
}

.tribe-list-widget a:hover {
  color: #009900 !important;
}

.tribe-event-date-start::before {
  content: "Date : " !important;
}

.tribe-event-date-start:before {
  content: "Date : " !important;
}

.tribe-events-widget-link {
  margin-top: 15px !important;
  text-align:  right !important;
}

.tribe-events-widget-link a {
  font-size: 1.1em !important;
  font-style: italic !important;
  text-decoration: underline !important;
}

.tribe-events-widget-link::after {
  content: " ..." !important;
}

.tribe-events-widget-link:after {
  content: " ..." !important;
}

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

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

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

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

.tribe-events-schedule .tribe-events-schedule__datetime .tribe-events-schedule__all-day {
  display: none;
}

.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;
}








/* ------------------------- XXXXX */


/* ------------------------- widget EVENEMENTS */

/* Titre widget */
#sidebar .tribe-common h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	background-color: #f8d00c !important;
	background-color: #003893 !important;
}

/* Icon date */
#sidebar .tribe-events-widget-events-list__event-date-tag-datetime {
	max-width: 50px;
	background-image: url(https://www.alsarando.fr/wp-content/uploads/2024/12/calendar_bg1.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: top left;
}
#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: 8px;
	font-size: 1.2em;
	font-weight: normal;
}


/* --------------------------------------- */
/* DETAILS DATES ET HEURES - OCCULTATION */
#sidebar .tribe-events-widget-events-list__event-datetime-wrapper {
	display: none !important;
}
/* Heures et jours */
#sidebar .tribe-events-widget-events-list__event-datetime {
	text-align: center;
}
#sidebar .tribe-event-time,
#sidebar .tribe-event-date-start,
#sidebar .tribe-event-date-end {
	display: block;
}
/* --------------------------------------- */

/* Event Title */
#sidebar h3.tribe-events-widget-events-list__event-title {
  height: 50px;
	display: flex;
  align-items: center;
	line-height: 1.6em;
	font-weight: 600;
	font-size: 14px;
}

#sidebar h3.tribe-events-widget-events-list__event-title a {
	color: #333 !important;
}

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



/* ------------------------- PAGE EVENEMENT */

/* Titre widget */
#tribe-events .tribe-events-single a {
}

#tribe-events .tribe-common-c-svgicon--cal-export {
	display: none;
}

#tribe-events .tribe-events-c-subscribe-dropdown__button,
#tribe-events .tribe-common-c-svgicon--cal-export {
	padding: 0;
}


/* ORGANISATEUR */
/* Bloc */
#tribe-events .tribe-block__organizer__details {
	padding: 0;
	border-top: none;
}
/* Nom */
#tribe-events .tribe-block__organizer__title h3 {
}
/* Lien */
#tribe-events .tribe-block__organizer__website a {
	text-decoration: underline;
}


/* ADRESSE */
#tribe-events .tribe-block__venue {
	padding: 0;
	border-top: none;
}

#tribe-events .tribe-block__venue .tribe-block__venue__name {
	display: none;
}

/* Lien Google Maps */
#tribe-events .tribe-block__venue__address a.tribe-events-gmap {
	text-decoration: underline;
}

/* Lien site de l'organisateur */
#tribe-events .tribe-block__venue__website {
	display: none;
}

/* MAP */
#tribe-events .tribe-block__venue__map {
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* CALENDRIERS */
/* Bouton "Ajouter au calendrier" */
#tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none;
}

#tribe-events button.tribe-events-c-subscribe-dropdown__button-text {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	background-color: #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#tribe-events button.tribe-events-c-subscribe-dropdown__button-text:hover,
#tribe-events .tribe-common-c-svgicon--caret-down:hover {
	background-color: #003893;
	cursor: pointer;
}

/* Bouton "Flêche bas" */
#tribe-events .tribe-common-c-svgicon--caret-down {
	width: 30px;
	height: 31px;
	padding: 5px;
	color: #fff;
	background-color: #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Liste des calendriers */
#tribe-events .tribe-events-c-subscribe-dropdown__content ul {
	padding: 0;
}
#tribe-events .tribe-events-c-subscribe-dropdown__content li {
	margin-left: 0;
	padding:0;
}
#tribe-events .tribe-events-c-subscribe-dropdown__content li a {
	height: 30px;
	padding: 5px 5px 5px 15px;
	color: #fff;
	background-color: #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tribe-events .tribe-events-c-subscribe-dropdown__content li a:hover {
	background-color: #003893;
}




#tribe-events button.tribe-events-c-subscribe-dropdown__button-text a {
}




























#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;
}


/*
 *
 PLUGIN : ---------------------------------------------------------------------------> Easing Slider
 Easing Slider
 Slider
 *
 */
 
/*
 Plugin : Easing Slider
 "Slider_Nos_Amis" dans le widget "Widget de pied de page droit"
 */
.widget_easingslider_widget {
  
}

/* ------------------------- 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;
  }

}













