/* ------------------   CSS ---------------------------*/
@import url("style_index_root.css");

/*@import url("../../../css/style_index_base_site.css");*/
@import url("https://www.voltaso.com/css/style_index_base_site.css");

/*@import url("../../../css/style_footer.css");*/
@import url("https://www.voltaso.com/css/style_footer.css");


header {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-style: italic;
    padding: 0px 10px 0px 10px;
    background-color: var(--maincolor1);
}
.header-1, .header-2, .header-3 {
    margin: 0px 5px 0px 5px;
}
.header-image-logo {
    text-align: center;
    align-self: center;
}
.header-image-logo img {
    height: 80px;
    width: 80px;
    border-radius: 40px;
}
.header-2 {
    margin: 0px 10px 0px 10px;
}
.header-texte-1 {
    font-size: 20px;
    font-style: bold;
    text-align: center;
}
.header-texte-2 {
    font-size: 14px;
    text-align: center;
}
.header-3{
    font-size: 40px;
}
.header-3:hover{
    cursor: pointer;
}

