/* entete */

header {background:#fff url("../images/fond-bg-haut.jpg");background-size:cover;position:relative;padding-top:10px;}
header nav {position:absolute;bottom:0;right:0;}


/* --- slide show de la page accueil --- */
div#slider .cycle-slideshow img {width:100%;height:auto;}
div#slider .cycle-slideshow .cycle-prev,
div#slider .cycle-slideshow .cycle-next
	 {
	cursor: pointer;
	height: 100%;
	//opacity: 0;
	position: absolute;
	top: 0;
	width: 5%;
	z-index: 800;	
	}
.cycle-prev {background: rgba(0, 0, 0, 0) url("../images/fleche_01.png") no-repeat scroll 50% 50%;left:0;}
.cycle-next {background: rgba(0, 0, 0, 0) url("../images/fleche_02.png") no-repeat scroll 50% 50%;right:0;}

div#slider .cycle-slideshow .cycle-pager {position:absolute;text-align:center;bottom:0%;z-index:500;width:100%;}
div#slider .cycle-slideshow .cycle-pager span {font-size:2rem;color:#fff;}
div#slider .cycle-slideshow .cycle-pager span.cycle-pager-active {color:#CC1B5C;}

div#slider .cycle-slideshow .cycle-overlay {
	position:absolute;bottom:8%;z-index:500;width:100%;
	background:rgba(240,240,240,0.5);padding:5px 25px 14px 25px;
	font-family: 'Oswald', sans-serif;}

div#slider .cycle-slideshow .cycle-overlay div:nth-child(1){font-size:3vw; color:#444;}
div#slider .cycle-slideshow .cycle-overlay div:nth-child(2){font-size:2vw; color:#444;}

div#rubriques {margin-top:20px;}
div.rubriques{width:95%;margin:10px auto;}
div.rubrique {float:left;width:33%;padding:0 20px;}
div.rubrique h2 { border-bottom:1px solid #777;text-align:center;font-weight:300;font-size:calc(2vh + 2vw);margin:10px 0; color:#444;}
div.rubrique img {width:100%;height:auto;}
div.rubrique ul li{list-style-image:url(../images/puce-verte.png);}
div.rubrique a:link, div.rubrique a:visited {text-decoration:none;font-weight:bolder;color:#b5be00;}
div.rubrique a:hover, div.rubrique a:active {text-decoration:underline;}

/* --- maincontent ---*/ 
#maincontent { background:#ededed; padding: 2% 0;}

#maincontent h1,
.aside h1 
{color:#fff;background:#E24407;padding:1vh 1vw 1vh 5vw;display:inline-block;margin:5px 0;font-size:calc(1vw + 1vh);} 
#maincontent h2 {color:#E24407;margin-left:5vw;}

body[homepage=oui] #maincontent p {margin:0 5vw;}
body[homepage=oui] #rubriques div.home-arts {width:33%;float:left;}

body[homepage=non] div[itemprop] {width:80%;margin:0 auto;} 

#maincontent  div[itemprop=articleBody] .cycle-slideshow{width:70%;margin:0 auto;}
#maincontent  div[itemprop=articleBody] .cycle-slideshow img{width:100%;height:auto;}
#maincontent  div[itemprop=articleBody] div#adv-custom-pager {text-align:center;margin-top:14px;} 
#maincontent  div[itemprop=articleBody] div#adv-custom-pager a img {display:inline-block;margin:2px 4px;} 
#maincontent  div[itemprop=articleBody] div#adv-custom-pager {text-align:center;margin-top:14px;} 
/* --- maincontent ---*/ 

/* --- aside --- */
.aside {background:#ededed;padding:3vh 0;}
.aside ul.category-module {margin:10px 4%;padding:0;}
.aside ul.category-module li {
	list-style-type:none;display:inline-block;position:relative;
	width:22%;margin:0.5% 1%;background:#fff;
	border-bottom:1px solid #c7c7c7;}
.aside ul.category-module li a:link,
.aside ul.category-module li a:visited {
	display:block;width:96%;margin:0 auto; text-decoration:none;color:#444;
}
.aside ul.category-module .mod-articles-category-introtext {font-size :0.8em; height:44px;overflow:hidden;padding-right:28px;}
.aside ul.category-module li a.zoomplus {background:url(../images/zoom.png);width:61px;height:61px;position:absolute;bottom:0;right:0; }
.aside ul.category-module li img {max-width:100%;height:auto;display:block;border:0;}
.aside p {text-align:justify;}

#maintcontent .aside ul li {list-style-type:none;}

/* --- aside --- */

footer {background: url("../images/fond-bg-bas.jpg");background-size:cover;}
footer #footer_left, footer #footer_right {float:left; padding:1%;}
footer #footer_left { padding-left:4%;}
footer #footer_right {} 
footer #footer_left {width:60%;}
footer #footer_right {width:40%;color:#444;font-size:0.95em;}
footer #footer_sub {background:#444;color:#fff;text-align:center;font-size:smaller;padding:10px; }
footer #footer_sub img {vertical-align:middle;}

/* map */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* formulaire */
input[type="submit"] {
  	cursor: pointer;
    background: #444;
	border:none;
	font-family: 'Oswald', sans-serif;
  	font-weight:400;
  	text-transform : uppercase;
  	color:#EDEDED;
}
input[type="submit"]:hover {
    background: #CFCFCF;
	border:none;
	font-family: 'Oswald', sans-serif;
  	font-weight:400;
  	text-transform : uppercase;
  	color:#464646;
}
p.chrono_credits {display:none;}
