/* filepath: wp-content/themes/riverbank-child/style.css */
/*
Theme Name: riverbank Child
Template: riverbank
Version: 1.0.0
*/

/* Ajoutez vos styles personnalisés ci-dessous */
/* Centrer le texte des titres de la page accueil */
h2.wp-block-heading:nth-child(4){
    display: flex;
    justify-content: center;
}
/* Centrer le texte des titres de la page accueil */
h2.wp-block-heading:nth-child(2){
    display: flex;
    justify-content: center;
}
/* Centrer le texte des titres de la page Merci pour la commande */
p.has-text-align-center > strong:nth-child(1){
    display: flex;
    justify-content: center;
}
/*enlever une partie du début de la page d'accueil*/
.wp-container-core-group-is-layout-8db3226a > div:nth-child(1){
    display: none;
} 
/*div.alignfull:nth-child(2){display: none;}*/
.wp-block-group.alignfull.has-ti-fg-alt-color.has-ti-bg-inv-background-color.has-text-color.has-background.is-layout-constrained.wp-container-core-group-is-layout-1eec4d3c.wp-block-group-is-layout-constrained { display: none;}
div.alignwide:nth-child(2) > div:nth-child(1) > div:nth-child(1){display: none;}
div.alignwide:nth-child(2) > div:nth-child(1) > div:nth-child(2){display: none;}
div.alignwide:nth-child(2) > div:nth-child(1) > div:nth-child(3){display: none;}
/*enlever une partie de la fin de la page d'accueil*/
div.wp-block-group:nth-child(4){
    display: none;
}
/*Centrer le texte des titres de la page 404*/
p.has-text-align-center:nth-child(1){
    display: flex;
    justify-content: center;
}
p.has-text-align-center:nth-child(2){
    display: flex;
    justify-content: center;
}

/*barre menu allongé*/
.wp-block-separator.alignfull.has-alpha-channel-opacity.is-style-wide {
  width: auto !important;
}
