/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.block-header-page-viizeo {
    background: url(../img/bg-page-authentication.jpg) top center no-repeat;
    background-size: cover;
    margin: 0 -15px 50px;
    position: relative;
    padding: 115px 0;
}
.block-header-page-viizeo .my_account_page_content {
    max-width: 1160px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
}
.block-header-page-viizeo .link-viizeo i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 3.4rem;
    text-align: center;
}
.block-header-page-viizeo .link-item {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
    display: block;
    height: 100%;
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    border: 1px solid #383838;
    text-transform: uppercase;
}
.block-header-page-viizeo .link-item:hover {
    border: 1px solid #af313b;
    color: #af313b;
}
.block-header-page-viizeo .link-item:hover i {
    color: #af313b;
}
.block-header-page-viizeo .item {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
    display: block;
    height: 100%;
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    text-align: left;
}
#viizeo-bloc a {
    font-size: 20px;
}
.block-header-page-viizeo .item p {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}