diff --git a/lib/screens/common_elements.dart b/lib/screens/common_elements.dart
index 4056d564275636a7e5f6f85d6667a1b85b18fc99..b9f265458b2de9dc1ff78c5670a0fee6ee559e4c 100644
--- a/lib/screens/common_elements.dart
+++ b/lib/screens/common_elements.dart
@@ -213,6 +213,7 @@ class GeckoSpeechAppBar extends StatelessWidget with PreferredSizeWidget {
   @override
   Widget build(BuildContext context) {
     return AppBar(
+        toolbarHeight: 60 * ratio,
         leading: IconButton(
           icon: SizedBox(
               height: 30,
diff --git a/lib/screens/history.dart b/lib/screens/history.dart
index b5dd1b692182e561fab68a5b25bfa9fb74372dc8..7701a56ba2bb83fd6d2733b0adeb72b9072bd103 100644
--- a/lib/screens/history.dart
+++ b/lib/screens/history.dart
@@ -44,6 +44,7 @@ class HistoryScreen extends StatelessWidget with ChangeNotifier {
     return Scaffold(
         key: _scaffoldKey,
         appBar: AppBar(
+          toolbarHeight: 60 * ratio,
           title: _homeProvider.appBarExplorer,
           actions: [
             Padding(
diff --git a/lib/screens/myWallets/cesium_wallet_options.dart b/lib/screens/myWallets/cesium_wallet_options.dart
index 319bbbe44a2e65d5aacdefa9b3be8b921cd0836d..3a976a9b52d22fa9855994032f129479cd7cfba4 100644
--- a/lib/screens/myWallets/cesium_wallet_options.dart
+++ b/lib/screens/myWallets/cesium_wallet_options.dart
@@ -71,6 +71,7 @@ class CesiumWalletOptions extends StatelessWidget {
         child: Scaffold(
           resizeToAvoidBottomInset: false,
           appBar: AppBar(
+              toolbarHeight: 60 * ratio,
               leading: IconButton(
                   icon: const Icon(Icons.arrow_back, color: Colors.black),
                   onPressed: () {
diff --git a/lib/screens/myWallets/change_pin.dart b/lib/screens/myWallets/change_pin.dart
index 2d51a046299261680fae9e281ed8321423420d0f..477e25cc477a8057dffa12b28dcd8bde624ddb4b 100644
--- a/lib/screens/myWallets/change_pin.dart
+++ b/lib/screens/myWallets/change_pin.dart
@@ -31,6 +31,7 @@ class ChangePinScreen extends StatelessWidget with ChangeNotifier {
         child: Scaffold(
             resizeToAvoidBottomInset: false,
             appBar: AppBar(
+                toolbarHeight: 60 * ratio,
                 leading: IconButton(
                     icon: const Icon(Icons.arrow_back, color: Colors.black),
                     onPressed: () {
diff --git a/lib/screens/myWallets/choose_chest.dart b/lib/screens/myWallets/choose_chest.dart
index 9058d433dd8e01f3673b683b64bf8fa68d6a357c..c6d78a7c7c3ed3407c05f1936ee23ea1dcefb0eb 100644
--- a/lib/screens/myWallets/choose_chest.dart
+++ b/lib/screens/myWallets/choose_chest.dart
@@ -32,10 +32,11 @@ class _ChooseChestState extends State<ChooseChest> {
 
     return Scaffold(
         appBar: AppBar(
+            toolbarHeight: 60 * ratio,
             title: const SizedBox(
-          height: 22,
-          child: Text('Sélectionner mon coffre'),
-        )),
+              height: 22,
+              child: Text('Sélectionner mon coffre'),
+            )),
         body: SafeArea(
           child: Column(children: <Widget>[
             SizedBox(height: 160 * ratio),
diff --git a/lib/screens/myWallets/confirm_wallet_storage.dart b/lib/screens/myWallets/confirm_wallet_storage.dart
index c31bbe7aa0c6c19a152b1697d5e7c5071e78aa02..e822f19bd4374e4f908340f16e5aa785b1f10357 100644
--- a/lib/screens/myWallets/confirm_wallet_storage.dart
+++ b/lib/screens/myWallets/confirm_wallet_storage.dart
@@ -3,6 +3,7 @@ import 'dart:async';
 import 'package:dubp/dubp.dart';
 import 'package:flutter/material.dart';
 import 'package:flutter/services.dart';
+import 'package:gecko/globals.dart';
 import 'package:gecko/models/generate_wallets.dart';
 import 'package:gecko/models/my_wallets.dart';
 import 'package:gecko/models/wallet_options.dart';
@@ -45,6 +46,7 @@ class ConfirmStoreWallet extends StatelessWidget with ChangeNotifier {
         child: Scaffold(
           resizeToAvoidBottomInset: false,
           appBar: AppBar(
+              toolbarHeight: 60 * ratio,
               leading: IconButton(
                   icon: const Icon(Icons.arrow_back, color: Colors.black),
                   onPressed: () {
diff --git a/lib/screens/myWallets/generate_wallets.dart b/lib/screens/myWallets/generate_wallets.dart
index 8b7bd5e6cd842875305eeb0bd7f3889de57d88e1..a4d851e18c9535cb283578ea1ab5bb975a8126e9 100644
--- a/lib/screens/myWallets/generate_wallets.dart
+++ b/lib/screens/myWallets/generate_wallets.dart
@@ -29,10 +29,11 @@ class GenerateWalletsScreen extends StatelessWidget {
 
     return Scaffold(
         appBar: AppBar(
+            toolbarHeight: 60 * ratio,
             title: const SizedBox(
-          height: 22,
-          child: Text('Générer un trousseau'),
-        )),
+              height: 22,
+              child: Text('Générer un trousseau'),
+            )),
         floatingActionButton: SizedBox(
             height: 80.0,
             width: 80.0,
@@ -182,7 +183,9 @@ class PrintWallet extends StatelessWidget {
         Provider.of<GenerateWalletsProvider>(context);
     return MaterialApp(
       home: Scaffold(
-        appBar: AppBar(title: const Text('Imprimer ce trousseau')),
+        appBar: AppBar(
+            toolbarHeight: 60 * ratio,
+            title: const Text('Imprimer ce trousseau')),
         body: PdfPreview(
           build: (format) => _generateWalletProvider.printWallet(sentence),
         ),
diff --git a/lib/screens/myWallets/import_wallet.dart b/lib/screens/myWallets/import_wallet.dart
index ed33ff4a80b5003f0ff782c36dd5c7d92b09405e..5a86fc82d4ef2f906f92653b1bf079fe2672822a 100644
--- a/lib/screens/myWallets/import_wallet.dart
+++ b/lib/screens/myWallets/import_wallet.dart
@@ -29,6 +29,7 @@ class ImportWalletScreen extends StatelessWidget {
         },
         child: Scaffold(
             appBar: AppBar(
+                toolbarHeight: 60 * ratio,
                 leading: IconButton(
                     icon: const Icon(Icons.arrow_back, color: Colors.black),
                     onPressed: () {
diff --git a/lib/screens/myWallets/wallet_options.dart b/lib/screens/myWallets/wallet_options.dart
index 7efbf30f3631170387865768920a1d40844b26eb..009705798aff6be8cdc0f6a8baa9f0420f0901d9 100644
--- a/lib/screens/myWallets/wallet_options.dart
+++ b/lib/screens/myWallets/wallet_options.dart
@@ -71,6 +71,7 @@ class WalletOptions extends StatelessWidget {
         child: Scaffold(
           resizeToAvoidBottomInset: false,
           appBar: AppBar(
+              toolbarHeight: 60 * ratio,
               leading: IconButton(
                   icon: const Icon(Icons.arrow_back, color: Colors.black),
                   onPressed: () {
diff --git a/lib/screens/myWallets/wallets_home.dart b/lib/screens/myWallets/wallets_home.dart
index d72834c7fe8bad33f0fb32b5d1d7aa71401acf5f..af61e18b9f42e1053c37bcf815ec2b53192488f5 100644
--- a/lib/screens/myWallets/wallets_home.dart
+++ b/lib/screens/myWallets/wallets_home.dart
@@ -44,6 +44,7 @@ class WalletsHome extends StatelessWidget {
       },
       child: Scaffold(
         appBar: AppBar(
+          toolbarHeight: 60 * ratio,
           leading: IconButton(
               icon: const Icon(Icons.arrow_back, color: Colors.black),
               onPressed: () {
diff --git a/lib/screens/onBoarding/7.dart b/lib/screens/onBoarding/7.dart
index be94bc45f9f6b06ae24e8a6c05b28db1cd4c4671..756f046d068b4a50e82b0eeef22af982ccf884f7 100644
--- a/lib/screens/onBoarding/7.dart
+++ b/lib/screens/onBoarding/7.dart
@@ -196,7 +196,9 @@ class PrintWallet extends StatelessWidget {
         Provider.of<GenerateWalletsProvider>(context);
     return MaterialApp(
       home: Scaffold(
-        appBar: AppBar(title: const Text('Imprimer ce trousseau')),
+        appBar: AppBar(
+            toolbarHeight: 60 * ratio,
+            title: const Text('Imprimer ce trousseau')),
         body: PdfPreview(
           build: (format) => _generateWalletProvider.printWallet(sentence),
         ),
diff --git a/lib/screens/settings.dart b/lib/screens/settings.dart
index 462c76c83ae9fa2f3849c8d30af0a742abcb0e5d..8551d0952443748ac0070707b3d368ff1cb72dc7 100644
--- a/lib/screens/settings.dart
+++ b/lib/screens/settings.dart
@@ -34,10 +34,11 @@ class SettingsScreen extends StatelessWidget {
     // getAppDirectory();
     return Scaffold(
         appBar: AppBar(
+            toolbarHeight: 60 * ratio,
             title: const SizedBox(
-          height: 22,
-          child: Text('Paramètres'),
-        )),
+              height: 22,
+              child: Text('Paramètres'),
+            )),
         body: Column(children: <Widget>[
           const SizedBox(height: 40),
           SizedBox(
diff --git a/lib/screens/template_screen.dart b/lib/screens/template_screen.dart
index 10b9cf4670f7f4eb08c5e95529c847e50ad07fc1..4759e7baceec8589e6dd1da6732165580989bc15 100644
--- a/lib/screens/template_screen.dart
+++ b/lib/screens/template_screen.dart
@@ -17,10 +17,11 @@ class TemplateScreen extends StatelessWidget {
     // HomeProvider _homeProvider = Provider.of<HomeProvider>(context);
     return Scaffold(
         appBar: AppBar(
+            toolbarHeight: 60 * ratio,
             title: const SizedBox(
-          height: 22,
-          child: Text('Template screen'),
-        )),
+              height: 22,
+              child: Text('Template screen'),
+            )),
         floatingActionButton: SizedBox(
             height: 80.0,
             width: 80.0,