@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
:root {
    --ion-color-background: #0F253E;
}
body {
    font-family: 'Comfortaa', cursive;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
#installApp {
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

ion-button {
    --background: #0f253e;
    --background-hover: #0f253e;
    --background-activated: #0f253e;
    --background-focused: #0f253e;

    --color: white;

    /*--border-radius: 0;*/
    /*--border-color: #000;*/
    /*--border-style: solid;*/
    /*--border-width: 1px;*/


    --ripple-color: #E1656F;

    --padding-top: 10px;
    --padding-bottom: 10px;
    width: 100%;
}

.content-start ion-button {
    --background: #73B4EE;
    --background-hover: #73B4EE;
    --background-activated: #73B4EE;
    --background-focused: #73B4EE;

    --color: white;

    /*--border-radius: 0;*/
    /*--border-color: #000;*/
    /*--border-style: solid;*/
    /*--border-width: 1px;*/


    --ripple-color: #E1656F;

    --padding-top: 10px;
    --padding-bottom: 10px;
    width: 100%;
}
.title {
    color: #0F253E;
    font-size: 15px !important;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}
.recap h2 {
    font-size: 40px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}
.content-start h1 {
    font-size: 50px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}
.content-start p {
    font-size: 20px;
    font-family: 'Comfortaa', cursive;
}
.content-start {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0F253E;
    color: white;
    font-family: 'Comfortaa', cursive;
}

.content-question {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    font-family: 'Comfortaa', cursive;
}
.voir {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80% !important;
    font-family: 'Comfortaa', cursive;
}
.img-services {
    left: 0;
    bottom: -3%;
    width: 100%;
    height: auto;
    opacity: 0.08;
}