/**
 * @file
 * EDSbase : Feuille de styles dédiée à l'entête de certains contenus (ex. : Conférences, Événements).
 */

article.node {
  padding-top: 110px;
}

/*** LIEN RETOUR ***/

#retour-partage {
  margin-bottom: 20px;
}
a.retour {
  float: left;
  padding-left: 25px;
  line-height: 39px;
  border-right: none;
  background: url('../../images/commun/fleche-retour-noir.svg') left center no-repeat;
  text-decoration: none;
  font-family: 'soleil-light';
  font-size: 1.15em;
  color: #232425;
}
a.retour:hover {
  color: #434445;
}
#retour-partage .partage {
  float: right;
}

/*** TITRE ***/

#titre-page {
  margin-bottom: 40px;
  padding: 0 18.7% 0 22px;
}
h1.titre {
  font-family: 'soleil-extrabold';
  font-size: 4em;
}
#titre-page .sous-titre {
  margin-top: 10px;
  font-family: 'soleil-light';
}

/*** IMAGE - TEXTE ***/

#corps-page {
  margin-bottom: 50px;
}
#image-texte {
  float: left;
  width: 65.8%;
}
#image-texte .image {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
}
#image-texte .credits {
  margin-top: 5px;
  text-align: right;
  font-family: 'soleil-light';
  font-size: .9em;
}
#image-texte .textes {
  padding: 0 7%;
}
#image-texte .chapeau {
  margin-top: 40px;
  font-family: 'georgia-italic';
  font-size: 1.6em;
}
#image-texte .texte {
  margin-top: 40px;
  font-size: 1.15em;
}

/*** INFORMATIONS ***/

#informations-page {
  float: right;
  padding: 40px 30px 30px 30px;
  width: 31.8%;
  min-height: 550px;
}
#infos-generales .info {
  margin-bottom: 40px;
  padding-left: 60px;
  min-height: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 1.15em;
}
#infos-generales .horaires {
  background-image: url('../../../edsbase/images/commun/informations/icone-horaires.svg');
}
#infos-generales .lieu {
  background-image: url('../../../edsbase/images/commun/informations/icone-lieu.svg');
}
#infos-generales .tarifs {
  background-image: url('../../../edsbase/images/commun/informations/icone-tarifs.svg');
}
#infos-generales .complements {
  background-image: url('../../../edsbase/images/commun/informations/icone-infos.svg');
}

/*--------- <= 1488px ---------*/

@media only screen and (max-width: 1488px) {

  #titre-page {
    padding-left: 0px;
  }

}

/*--------- <= 1180px ---------*/

@media only screen and (max-width: 1180px) {

  #titre-page {
    padding: 0;
  }
  #informations-page {
    padding: 30px 20px 20px 20px;
  }

}

/*--------- <= 900px ---------*/

@media only screen and (max-width: 900px) {

  #titre-page h1.titre {
    font-size: 3em;
  }
  #image-texte,
  #informations-page {
    float: none;
    width: 100%;
  }
  #informations-page {
    min-height: unset;
  }
  #image-texte .textes {
    padding: 0;
  }
  #informations-page {
    margin-top: 40px;
  }

}

/*--------- <= 720px ---------*/

@media only screen and (max-width: 720px) {

  #retour-partage .retour,
  #retour-partage .partage {
    display: block;
    float: none;
  }
  #retour-partage .retour {
    margin-bottom: 10px;
  }
  #retour-partage .partage {
    padding-left: 25px;
  }

}

/*--------- <= 560px ---------*/

@media only screen and (max-width: 560px) {

  #entete-page {
    font-size: 80%;
  }

}

