#infos_pratiques {
  border: solid 2px;
  border-radius: 5px 0 5px 0;
  border-color: #10a3f0;
}
#infos_une {
  border: solid 1px;
  border-radius: 2px;
  border-color: #C0C0C0;
  background-color: #ebf2ef;
  /*background-color: #9ec338;*/
}


#parallax3 {
  /* The image used */
  background-image: url("https://mairie-pierres.fr/wp-content/uploads/2015/12/Mairie-p-Vie-municip-adminis.jpg");
  /* Set a specific height */
  height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

#date_agenda{
  text-align:center;
  font-size: 19px;
  font-weight: bold;
border-radius:20px;

  margin-left:auto;
  margin-right:auto;
}
#affiche_agenda {
 margin-left:auto;
  margin-right:auto;
}
#agenda {
 
    border-radius:3px;
    -moz-transition: all .5s;
   
  font-size:14px;
  font-weight: bold;
  text-align: center;
  opacity: 1;
 margin-left: auto;
    margin-right: auto;
  display: block;
  
}
#agenda:hover {
    background: #44bae5;
    border-radius: 30px;
}
#btn_agenda {
 font-size:16px;
  font-weight: bold;
  background: #837E7C;
   
  width: 15%;
margin-left:auto;
  margin-right:auto;
}
#widget_revue_global
{
 	text-align: center;
  border:1px solid #C0C0C0;
  color: #00ccff;
  
}

#widget_revue
{
 
  font-size: 16px;
  font-weight: bold;
 
  
}


#pic_elus{
   border: solid 1px #C0C0C0;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -ms-border-radius:8px;	
    border-radius: 0 30px 0 30px;
}


#elus {
  
  float: left;

}

a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
a.info span{
display: none
}
 
a.info:hover span{
display :block;
position:absolute;
top:2em; left:2em;
border:1px solid #C0C0C0;
background-color:#5CB3FF;
color:#000;
text-align: justify;
border-radius: 5px;

}

#menucantine{
 
text-align: center;
border: solid 1px #000000;  
border-radius: 5px; 
background-color: #ebf2ef;   
}

#cellphone{
    background: URL('https://mairie-pierres.fr/wp-content/uploads/2017/09/cellphone.png') no-repeat;
    height: 600px;
    position: relative;
    width: 295px;
}

#cellphoneBody{
    background: #fff none repeat scroll 0 0;
    height: 439px;
    left: 21px;
    overflow: hidden;
    position: absolute;
    top: 87px;
    width: 253px;
	 
}

/* Slider
-------------------------------------------------------------- */
#slider{
    width:980px;
    position:relative;
    margin:0 auto;
	overflow:hidden;
	margin-bottom:10px;
	color: #999;
}

#slider h2 a {
	color:#999;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;	
}

#slider h2 a:hover {
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;	
}

#slider-window{
    position:relative;
    width:980px;
    height:200px;
    overflow:hidden;
    margin:0 auto;
}

#prevSlide,#nextSlide{
	z-index:2;
    width:30px;
	height:200px;
    position:absolute;
	top:0;
    cursor:pointer;
}
#prevSlide{left:0;background:url(images/previous.png)}
#nextSlide{right:0;background:url(images/next.png)}

.slide{
    float:left;
    position:relative;
    list-style-type:none;
    width:980px;
    height:200px;
}

.slide-content{
	z-index:1;
    position:absolute;
    left:10px;
    top:5;
    background:rgba(0,0,0,0.5);
    /*height:180px;
    width:300px;*/
    padding:10px;
}

#slides{ display:inline-block;margin:0;padding:0;z-index:3; }

/******************************************/
/* Couleur du Bouton "Télécharger"        */
/******************************************/
.wp-block-file a.wp-block-file__button {
		color: #FFFFFF!important;
}
.wp-block-file a.wp-block-file__button:hover{
		color: #000000!important;
		background-color: #E0FFFF!important;
}