/* 
* Création de ce fichier le 5 novembre 2018
* modif a reporter dans style.scss dès que possible

*/

article figure.oembed img {
  width:100%; 
}

.grille_document {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding-bottom: .5rem;
    border-bottom: solid 1px #cf9855;
    margin-bottom: .5rem;
}

.grille_document figcaption {
  justify-self:start;
}

.grille_document a {
  justify-self:end;
}

#revue_presse {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  color: #0F3E5E;
  visibility: hidden;
  overflow: auto;
  padding-top: 150px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.2s cubic-bezier(0.53, 0.03, 0.6, 1.01); }
  #revue_presse.open {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.53, 0.03, 0.6, 1.01); }
  #revue_presse * {
    color: #0F3E5E; }
  #revue_presse .cont {
    position: relative; }
  #revue_presse .revue-de-presse {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5em; }
  #revue_presse .title-quote i {
    border-color: #0F3E5E; }

@media screen and (max-width: 48em) {
  #revue_presse {
    padding-top: 75px; } }

.quote img{
  margin-left:15px;
}

.image_hover_transform img:hover{
  transform: scale(1.04);
}

#menu ul a {
    display: block;
    padding: 16px 6px;
}

/* Gestion des pictos pour les liens  */
a.spip_out::after {
  content: " ➚";
}

/* pagination  */
.pagination-items {
  display:flex;
  justify-content: center;
}

.pagination-item.on {
  padding:12px 6px;
}

/***** Footer ******/
.editer_session_email > label {
  display:none;
}