/*===============surcharge styles Flexslider > /html/site/typo3conf/ext/ws_flexslider/Resources/Public/Css ===========*/

.tx-ws-flexslider .caption-text { padding: 0.5em !important; }

  .slides li div.captionwrapper { width: 100% !important; bottom: 1em !important; }
  .slides li div.caption .captiontitle { font-size: 1.5em !important; margin-bottom: 0.5em !important;}
  .slides li div.caption .captiontext { font-size: 1em !important; line-height: 1em !important; }
  
  
  .tx-ws-flexslider .caption-align-left .caption-text { left: 0em !important; }
  .tx-ws-flexslider .caption-align-left .caption-link { left: 0em !important; }
  .tx-ws-flexslider .caption-align-right .caption-text { right: 0em !important; }
  .tx-ws-flexslider .caption-align-right .caption-link { right: 0em !important; }
  .tx-ws-flexslider .caption-link {position: static !important; bottom: 0em !important; }
  .tx-ws-flexslider .caption-text { position: static !important; width: auto !important; bottom: 0em !important;}

.news .footer, .teaser-text .more {
	display:none;
}
.news .article .news-img-wrap a{
border:none;
}
.news .article {

    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 15px;

}

.theme-default .nivo-caption{
	background:#fff;
	width:30%;
}
h4.caption-title {font-weight:bold;}
h4.caption-title:before { content:"";}
.theme-default .nivo-caption a{color: #457b3d;}

.accueil .ce-row-accueil .ce-column{

	float: left;
}

/*======newsslider/Resources/Public/Styles/Nivoslider/nivo-slider.css====*/

/* The Nivo Slider styles */
.theme-default .nivoSlider {
	box-shadow:none !important;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

/*=============travail-nivoslider========*/
.nivoSlider img, .nivoSlider a img  {
	position:absolute;
	top:0;
	left:30%!important;/*=== modification ac-reunion ===*/
	max-width: none;
	width:70% !important; /*=== modification ac-reunion ===*/
	max-height:28em !important; /*=== modification ac-reunion ===*/
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.nivo-box img { display:block; }

/* Caption styles */
/*=== modification ac-reunion : cadre texte à gauche ===*/
.nivo-caption {
    -webkit-box-sizing: border-box; /*Safari/Chrome, other WebKit*/
	-moz-box-sizing: border-box;   /* Firefox, other Gecko*/
	box-sizing: border-box;        /* Opera/IE 8+*/
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    color: #4c4c4c;
    display: none;
	position: absolute;
    left: 0;
	bottom: 0;
    overflow: hidden;
    padding: 3em 4em;
    z-index: 8;
    width: 33.3333%;
	height:100%;
}
.nivo-caption h3 { font-size:1.1em;}

.nivo-caption h3 a {
	text-decoration:none;
	color:#3b8211 !important;
}

.nivo-caption h3 a:hover {
	text-decoration:none;
	color:#0066cd !important;
}

.nivo-caption p {margin:0;}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0;
}
.nivo-nextNav {
	right:0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 1em 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*========== surcharge du style "typo3conf/ext/newsslider/Resources/Public/Styles/Nivoslider/themes/default/default.css"  ========*/
.theme-default .nivoSlider {
    margin-bottom: 0!important;
}
.nivo-caption p.caption span.readmore a {
	color:#3b8211 !important;
}

/*====== adaptation pour tablettes 7 pouces =====*/
@media only screen and (max-width: 640px) {
/*=== modification ac-reunion : cadre texte en bas ===*/
.nivoSlider img, .nivoSlider a img {
	left:0% !important;
	width:100% !important; /*=== modification ac-reunion ===*/
	max-height:none !important; /*=== modification ac-reunion ===*/
}
.nivo-caption {
	background:#fff;
	width:100%;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	height:auto;
	max-height:50%;
}

.nivo-caption h3 {
	font-size:1em;
	margin:0.2em;
}
.nivo-caption p {
	padding:0.3em;
	font-size:0.9em;
}
}
