/**************************/
/*  PAGE - FULL DIAPO
/**************************/

#full_diapo{
  padding: 0;
  position: relative;
  z-index: 0;
}

#full_diapo .carousel img{
  width: 100%;
}


/**************************/
/*  PAGE - TITRE
/**************************/

#page_titre{
  text-align: center;
  padding: 2em 1em 0;
}

#page_titre h1{
  font-family: 'Kalam', cursive;
  font-size: 300%;
}

#page_titre h2{
  font-weight: 300;
  font-size: 200%;
}


/**************************/
/*  PAGE - DIAPO
/**************************/

#page_diapo{
  padding: 2em 1em 0;
}



/**************************/
/*  PAGE - IMAGE
/**************************/

#page_image{
  text-align: center;
}

#page_image img{
  width: 100%;
  max-width: 2000px;
}


/**************************/
/*  PAGE - DESCRIPTION
/**************************/

#page_description{
  font-weight: 300;
  font-size: 100%;
  padding: 2em 1em 0;
}

#page_description h1{
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 210% !important;
}

#page_description h2, #page_description h3{
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 140% !important;;
  margin: 0.5em 0;
}

#page_description strong,
#page_description b{
  font-weight: 500;
}

#page_description .page_description_btn{
  text-align: center;
  margin-top: 2em;
}

#page_description .page_description_btn a{
  text-align: center;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

#page_description .page_description_btn a:hover{
  text-decoration: none;
  background-color: #333;
}

#page_description .page_description_btn a span{
  font-size: 80%;
  font-style: italic;
}

#page_description .marees{
  text-align: center;
}

#page_description img{
  width: 100%;
  max-width: 700px;
  margin: 0.5em;
}


/**************************/
/*  PAGE - ALBUM
/**************************/

#page_album{
  padding: 0 0 4em;
}

#page_album .grid figure{
  margin: 1em 0 0;
}




/**************************/
/*  PAGE - VIGNETTES
/**************************/

#page_vignettes{
  padding: 0 1em 4em;
}

#page_vignettes .page_vignettes_titre{
  font-size: 130%;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: solid 1px #333;
  padding-top: 1.5em;
}

#page_vignettes .grid figure{
  margin: 1em 0 0;
}

#page_vignettes .galerie_photo{
  padding:0 0.5em;
}



/**************************/
/*  PAGE - PROGRAMME
/**************************/

#page_programme{
  padding: 0 1em 4em;
}

#page_programme .page_programme_titre{
  font-size: 130%;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: solid 1px #333;
  padding-top: 1.5em;
  margin-bottom: 1em;
}

#page_programme .page_programme_texte{
  font-weight: 300;
  font-size: 100%
}

#page_programme .page_programme_texte h2{
  font-size: 120%;
  padding: 5px 0 5px 25px;
  margin-top: 30px;
  font-weight: 400;
  background-image: url(../img/croixbasque_rouge.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: left center;
  border-bottom: dashed 1px #ccc;
  color: #A40B0C;
}

#page_programme .page_programme_texte strong{
  font-weight: 500;
}



/**************************/
/*  PAGE - MAPS
/**************************/

#page_maps{
  
}

#page_maps .maps_titre{
  font-size: 130%;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: solid 1px #333;
}

#page_maps .maps_plan{
  padding: 1em 0;
}

#page_maps .maps_plan iframe{
  width: 100%;
  height: 500px;
}



/**************************/
/*  NEWSLETTER FORM
/**************************/

#newsletter_form{
  text-align: center;
  padding: 1em 0 3em;
}

#newsletter_form form{
  display: inline-block;
}

#newsletter_form input{
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

#newsletter_form button{
  width: 100%;
  max-width: 300px;
  border: none;
  padding: 8px 0 5px;
  border-radius: 5px;
  color: #fff;
}

#newsletter_form button:hover{
  background-color: #333;
}



/**************************/
/*  PAGE - CONTACT
/**************************/

#contact{
  text-align: center;
  padding: 2em 1em;
}

#contact form{
  max-width: 800px;
  display: inline-block;
}

#contact .captcha{
  text-align: center;
}

#contact .g-recaptcha{
  display: inline-block;
}



/**************************/
/*  LISTE FETES
/**************************/

#liste_fetes{
  text-align: center;
}

#liste_fetes .liste_fetes_bloc{
margin-bottom: 2em;
}

#liste_fetes .liste_fetes_bloc a{
  color: #333;
  border: solid 1px #ccc;
  border-radius: 5px;
  display: inline-block;
  height: 100%;
}

#liste_fetes .liste_fetes_bloc a:hover{
  background-color: #eee;
  text-decoration: none;
  cursor: pointer;
}

#liste_fetes .listes_fetes_bloc{
  margin-bottom: 2em;
}

#liste_fetes .liste_fetes_photo img{
  width: 100%;
  max-width: 300px;
}

#liste_fetes .liste_fetes_titre{
  font-weight: 500;
  font-size: 90%;
  padding: 0.5em 0 0;
}

#liste_fetes .liste_fetes_date{
  font-size: 80%;
  padding: 0 0 0.5em;
}

@media (max-width: 768px){

  #liste_fetes{
    padding: 0 2em;
  }

}



/**************************/
/*  PAGE PUB
/**************************/

#pub .pub_coord{
  background-color: #ddd;
  text-align: center;
  padding: 2em 1em;
}

#pub .pub_logo img{
  width: 100%;
  max-width: 150px;
}

#pub .pub_nom{
  font-size: 150%;
  margin: 1em 0 0.5em;
}

#pub .pub_tel{
  font-size: 130%;
  font-weight: 600;
  margin: 1em 0;
}

#pub .pub_links{
  margin-top: 2em;
}

#pub .pub_links i{
  font-size: 200%;
  margin: 0 0.3em;
}

#pub .pub_links i:hover{
  color: #333;
}

#pub .pub_content{
  padding: 0 3em;
}

#pub .pub_texte{
  margin-top: 1em;
}

@media(max-width: 768px){

  #pub .pub_content{
    padding: 0;
  }

  #pub .pub_diapo{
    margin-top: 2em;
  }

}