/*
Theme Name: Agencia
Text Domain: agencia
Version: 0.1
Requires at least: 5.4
Requires PHP: 7.2
*/

.formatted .blocks-gallery-grid {
    display: flex;
    margin-left: 0;
}

.formatted .blocks-gallery-grid li {
    padding-left: 0;
}

.formatted .blocks-gallery-grid li::before {
    display: none;
}

.formatted .blocks-gallery-grid li:last-child {
    margin-bottom: 16px!important;
}

.formatted .wp-block-buttons {
    margin-bottom: 1.5em;
}
.comment .edit-link,
.comment .reply {
    font-weight: 300;
    font-size: 0.8em;
}
.comment .edit-link::before,
.comment .reply::before {
    content: ' - ';
}

.form-2column .comment-notes,
.form-2column .comment-form-cookies-consent,
.form-2column .form-submit {
    grid-column: 1/-1;
}

.comment .comment {
    margin-top: 1em;
    margin-left: 75px;
}

.current_page_parent {
    color: #FE6748;
}

@media screen and (min-width:320px){
  p{
   /* réglage à partir de 640px et + : corps un peu plus grand et même typo */
    font-size:21px;
  }
  
  .btn {
  display: grid;
    justify-items: center; /*Evite que les éléments prennent tout l'espace dans leur colonne*/
    justify-content: center; /*Permet de centrer dans l'axe horizontal*/
  }
