                  /*****                          ******
                  ******  LES FILMS DE PLEIN AIR  ******
                  ******                          ******/


/*                                            *
***       APPLICATION AU SITE ENTIER          *****
*****                                         **
*/



/* Mise en forme et styles du document */
html, body{
  font-family: Trebuchet MS, Helvetica, sans-serif !important;
  background-color: #255F85;
}

.main{
  position: relative;
  background-color: white;
  margin: -50px 10px 10px 10px;
  border-radius: 6px;
}

.head{
  display: block;
}

footer{
  background-color: white;
  margin: 10px 10px 0 10px;
  border-radius: 6px 6px 0 0;
}
section{
  padding-top: 25px;
}
h4{
  font-size: 18px;
}
p {
  font-size: 14px;
}
a{
  color: black;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
footer a:hover{
  color: #255F85;
}

/* Style nav */
.navbar .navbar-toggler{
  border: 0px;
} 
.navbar-toggler-icon{
  width: 1em;
}
.navbar-transparent a:hover, .navbar-transparent .navbar-brand:hover, .navbar-light a:hover , .navbar-light .navbar-brand:hover {
  color: #255F85 !important;
}

/* Style pour navbar-transparent */
.navbar-transparent {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-transparent .navbar-brand {
  color: #fff !important;
}

.navbar-transparent .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-transparent a {
  color: #fff;
}
.navbar a {
  text-align: right;
}

/* Style pour navbar-light */
.navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.7);
}

/* Taille police navbar */
.navbar .navbar-brand {
  font-size: 14px;
  font-weight: 500;
}
.navbar .navbar-nav > li > a {
  font-weight: 400;
  font-size: 12px;
}


/* Position et taille de l'image Header */
body, html {
	height: 100%;
}

.img-header{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-header{
  position: absolute;
  z-index: 0;
}

/* Style des titres principaux */
.contents-header{
  width: 100%;
  color: white;
  text-align: center;
  position: absolute;
  height: 100px;
  z-index: 1;
  margin-top: 160px;
}
.sub-title{
	font-size: 18px;
	  display: block;
  margin: 10px 0 0;
}

header h1{
  font-weight: 200 !important;
}

@media (max-width: 576px){
  header h1{              font-size: 32px !important;  }
  header .sub-title {     font-size: 14px !important; }
}
@media (min-width: 577px) and (max-width: 768px){ 
  header h1{              font-size: 38px !important;}
  header .sub-title {     font-size: 16px !important; }
}
@media (min-width: 769px) and (max-width: 992px){
  header h1{              font-size: 52px !important;}
  header .sub-title {     font-size: 22px !important; }
}
@media (min-width: 993px) and (max-width: 1200px){
  header h1{              font-size: 62px !important;}
  header .sub-title {     font-size: 22px !important; }
}
 
/* Style des images */
img {
  text-align: center;
  box-shadow:  0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) ;
  border-radius: 3px; 
}




/*                              *
***       PAGE D'ACCUEIL        *****
*****                           **
*/

.accueil h2{
  width: 100% !important;
  text-align: center;
  font-weight: bold;
}

.accueil .esp {
  margin-top: 40px;
}

/* Zone de présentation */
.presentation {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.accueil h3 {
  font-size: 16px;
  font-weight: 600 !important;
}

/* Zone du programme */
.home-programme img {
  height: 280px;
  width: auto;
}
.home-programme {
  text-align: center;
}
.home-programme h4{
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.home-programme p {
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: 550;
}


/* Zone dernières news */
.last-news h2{
  margin-bottom: 20px;
}
.last-news img {
  width: 100%;
  height: auto;
}
.last-news h4{
  word-wrap: break-word;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.last-news article {
  margin-bottom: 50px;
}
.last-news .badge {
  margin-top: 15px;
}
.last-news p {
  font-size: 12px;
  text-align: justify;
  color: #999999;
}
.last-news a {
  color: #23527c;
}
.last-news a:hover{
  font-weight: bold;
  color: #255F85;
}




/*                              *
***          FOOTER             *****
*****                           **
*/



footer{
  font-size: 0.8em !important;
}
footer p {
  font-size:0.8em;
}
footer .copyright div {
  font-size: 0.8em;
}
footer .footer-title {
  color: black;
  font-size: 1em;
  margin-top: 5px;
  font-weight: bold;
}
footer p {
  margin-bottom: 0px;
}

footer #adress {
  color: black;
}
footer .plan {
  text-align: center;
}
footer svg .fa-w-14{
  height: 20px !important;
  width: 20px !importan;t
}

@media all and (min-width: 750px) 
{
  footer .plan .col-md-4 {
    padding: 0px !important;
  }
}

footer .copyright {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  padding-bottom: 5px;
}

@media all and (max-width: 768px) {
  footer  {
    text-align: center !important;
  }
}
@media all and (min-width: 769px) {
  footer .copyright .right {
    text-align: left;
  }
  footer .copyright .mentions {
    text-align: right;
  }
}



/*                              *
***       PAGE DU PROGRAMME     *****
*****                           **
*/




/* Centre et limite la largeur de la section infos */
.festival-infos{
  max-width: 700px;
  margin: auto;
  text-align: center;
}
/* Style du premier paragraphe de la section infos */
.festival-infos p:nth-child(1) {
  color: #255F85;
  font-size: 16px;
}
/* Style du deuxième paragraphe de la section infos */
.festival-infos p:nth-child(2) {
  color: #C5283D;
  font-size: 16px;
  font-weight: bold;
}
/* Style des divs des films */
.film-programme{
  border-top: 3px solid #255F85;
  padding-top: 20px;
  padding-bottom: 30px;
  max-width: 700px;
  margin: auto;
}
/* Dimension de l'image */
.film-programme img {
  width: 225px;
  height: 300px;
}
/* Style du titre des films */
.film-programme h4{
  font-size: 18px;
  font-weight: 600;
  color: #3C4858;
  text-decoration: none;
  word-wrap: break-word;
}
/* Style du text de synopsis */
.film-programme .synopsis {
  text-align: justify;
  font-size: 14px !important;
  color: #999999;
}

/* Style du bouton de réservation */
.film-programme button, .presentation-film .reserver button, .presentation-film .reserver input[type="submit"] {
  background-color: #C5283D;
  margin-top: 0px !important;
  box-shadow: 0 2px 2px 0 rgba(37,95,133,0.14), 0 3px 1px -2px rgba(37,95,133,0.2), 0 1px 5px 0 rgba(37,95,133,0.12);
  padding: 4px 12px;
  border-radius: 3px;
  border: none;
  white-space: normal;
  will-change: box-shadow,transform;
  letter-spacing: 0;
  text-transform: uppercase;
  float: right;
  font-size: 0.8em;
}
.film-programme button:hover, .presentation-film button:hover, .presentation-film .reserver input[type="submit"]:hover {
  box-shadow: 0 2px 2px 2px rgba(37,95,133,0.14), 0 3px 1px 0px rgba(37,95,133,0.2), 0 1px 5px 3px rgba(37,95,133,0.12);
}
.film-programme button a {
  color: #fff;
}

/* Style du texte de synopsis */
.film-programme .synopsis {
  margin-top: 60px;
}
.film-programme .synopsis a {
  font-size: 12px;
  font-weight: bold;
}
.film-programme .synopsis a:hover {
  color: #255F85;
}

/* Espace à la fin de la section */
.end-programme{
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .film-programme h4, .film-programme p {
    text-align: center !important;
  }
  .film-programme button, .film-programme img {
    float: none;
    display: block;
    margin: auto;
  }
  .film-programme p {
    margin-top: 20px;
  }
  .film-programme button {
    margin-bottom: 15px;
  }
  .film-programme .synopsis {
    margin-top: 0px;
  }
}


/*                                  *
***    PAGE PRESENTATION FILM       *****
*****                               **
*/




/* Taille de l'image */
@media all and (max-width: 768px){
  .presentation-film .img-film {
    margin-top: 20px !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    width: 250px;
  }
  .presentation-film img {
    max-width: 100%;
  }
}
.presentation-film .img-film {
  margin-top: 44px;
  margin-bottom: 30px;
  max-width: 250px;
}
.presentation-film img {
  max-width: 100%;
}

/* Style des textes */
.presentation-film h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #3C4858;
  text-decoration: none;
  word-wrap: break-word;
}
.presentation-film h3 {
  color: #3C4858;
  font-size: 28px;
  font-weight: 300;
}
.presentation-film .date {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #999999;
  font-weight: 300;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.presentation-film .synopsis {
  text-align: justify;
}
.presentation-film .description-film {
  margin-bottom: 30px;
}
.presentation-film .description-film p {
  font-size: 12px;
  margin-bottom: 0px;
}
.presentation-film .bande-annonce h3 {
  margin-bottom: 30px;
}
/* Video bande-annonce */
.presentation-film .bande-annonce .bande-annonce-video {
  text-align: center;
}
.presentation-film .bande-annonce iframe {
  box-shadow:  0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) ;
  border-radius: 6px;
  max-width: 100%;
}

/* Formulaire */
.presentation-film .reserver table {
  width: 100%;  
  background-color: #ededed;
  padding: 20px;
}
.presentation-film .reserver table tr {
  height: 50px;
}
.presentation-film .reserver table td {
  padding: 15px;
}
.presentation-film .reserver input[type="number"]{
  width: 60px;
}
.presentation-film .reserver table input[type="text"], .presentation-film .reserver table input[type="email"]{
  width: 100%;
}
.presentation-film .reserver table input[type="submit"]{
  height: 30px;
}
.presentation-film .reserver input{
  border: none;
  border-radius: 3px;
  height: 35px;
} 
.presentation-film .booking {
  display: none;
}

/* Liens films suivant et précédent */
.presentation-film .film-links {
  width: 100%;
}
.presentation-film .film-links td:nth-child(1) {
  text-align: left;
  font-size: 14px;
}
.presentation-film .film-links td:nth-child(2) {
  text-align: right;
  font-size: 14px;
}
.presentation-film section:nth-child(4){
  padding: 30px 20px 10px 20px;
}



/*                                      *
***       PAGE LISTES ACTUALITES       *****
*****                                   **
*/
/******  VOIR AUSSI PAGE D'ACCUEIL  ******/

/* Titre secondaire */
.list-actualites h2 {
  margin-bottom: 30px; 
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.list-actualites img{
  max-width: 100%;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto
}
aside h3{
  font-family: Trebuchet MS, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
}
aside a, {
  font-weight: 500;
  line-height: 1.8;
  padding-left: 20px;
}
aside p {
  margin-bottom: 0px;
}

/* Inscription aux newsletters */
#newsletters-inscription{
  margin-top: 40px;
}
aside label, aside input {
  font-size: 12px;
}
aside input[type="submit"]{
  background-color: #C5283D;
  margin-top: 0px !important;
  box-shadow: 0 2px 2px 0 rgba(37,95,133,0.14), 0 3px 1px -2px rgba(37,95,133,0.2), 0 1px 5px 0 rgba(37,95,133,0.12);
  padding: 4px 12px;
  border-radius: 3px;
  border: none;
  white-space: normal;
  will-change: box-shadow,transform;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
aside input[type="submit"]:hover{
  box-shadow: 0 2px 2px 2px rgba(37,95,133,0.14), 0 3px 1px 0px rgba(37,95,133,0.2), 0 1px 5px 3px rgba(37,95,133,0.12);
}

/*                                      *
***       PAGE ACTUALITES               *****
*****                                   **
*/

.actualite h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.actualite .news-article p {
  text-align: justify;
}
.actualite .news-article #signature {
  font-size: 12px;
  text-align: right;
  color: #515151;
}
.actualite img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
  margin-bottom: 20px;  
}
@media all and (max-width: 768px){
  .actualite img {
    width: 75%;
  }
}


/*                                      *
***    PAGE PRESENCTATION ASSOCIATION   *****
*****                                   **
*/

.association section {
  padding-bottom: 40px;
}
.association h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #3C4858;
  text-decoration: none;
  word-wrap: break-word;
}
.association .main p {
  text-align: justify;
}

.association img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  margin-bottom: 20px;  
}
@media all and (max-width: 768px){
  .association img {
    width: 75%;
    margin-top: 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 992px){
  .association img {
    margin-top: 25%;
  }
}