/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

*:not(i) {
    font-family: 'Ubuntu', sans-serif;
}

.menu__item-link--top {
    color: #581d74;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.menu__item-link--top>span {
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.menu__item-link--top>span:hover {
    border-bottom: 2px solid #581d74;
    transition: 0.3s;
    color: #000;
}

.btn-header {
    padding: 0.2rem 1rem;
    background-color: #581d74;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.btn-header:hover {
    background-color: #46175D;
    color: #fff !important;
}

.cat-img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1), 0 4px 8px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin: 16px;
    transition: 0.8s,
}

.cat-img:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16), 0 4px 8px 0 rgba(0, 0, 0, .1);
    transition: 0.8s,
}

.btn-primary {
    background-color: #581d74;
    color: #fff;
    border-radius: 4px;
}

.btn-primary:hover {
    background-color: #46175D;
    color: #fff !important;
}

a:hover {
    color: #581d74 !important;
}

.btn-outline-secondary,
.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #581d74;
    border-radius: 4px;
    color: #581d74;
}

.btn-outline-secondary:hover,
.btn-outline-primary:hover {
    background-color: #EBEBEB;
    color: #581d74;
}

.modal-content {
    border-radius: 8px;
}

.search-widget__group .form-control {
    color: #333;
    background-color: #fff;
    padding: 8px 72px 8px 16px;
    box-shadow: 0 0 0 1px #ccc;
    margin: 0;
    border-radius: 24px;
    border: 0;
    transition: 0.35s;
}

.search-widget__group .form-control:hover {

    box-shadow: 0 0 0 1px #333;

}

.search-widget__group .form-control:focus {

    box-shadow: 0 0 0 2px #333;

}

.search-widget__group .form-control input {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
}

.search-widget__group button {
    border-radius: 0 24px 24px 0;
}

.search-widget__group button:hover {
    background-color: #f5f5f5;
}

.search-widget__group button::before {
    background-color: #ccc;
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 1px;
    opacity: 1;
    transition: .35s;
}

.search-widget__group button:hover::before {
    opacity: 0;
}

*:not(i) {
    font-family: 'Ubuntu', sans-serif;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb a:hover span {
    text-decoration: underline;
}

.l-header {
    box-shadow: none;
}

.text-success {
    color: #581d74 !important;
}

.ui-slider-range {
    background-color: #581d74 !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}


#blockcart-modal .cart-content p.product-total {
    background-color: transparent
}

.quick-view,
.small,
small {
    font-size: .875rem;
    font-weight: 400;
}

.form-group {
    margin-bottom: 1rem;
}

.label,
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


#wrapper {
    padding-top: 1.563rem;
    background: #f1f1f1;
}

body {
    background-color: #f1f1f1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

#custom-text {
    background: #f1f1f1;
}

form .form-control-label {
    text-align: left;
    font-weight: 400;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a {
    color: #581d74;
    background-color: transparent;
}

#main .page-content,
#main .page-footer,
#main .page-header {
    margin-bottom: 0;
}

.page-authentication #content,
.page-registration #content {
    max-width: 1000px;
}

.page-customer-account #content .forgot-password {
    text-align: left;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.header-top__col {
    width: 100%;
}

.search-widget__group .form-control:focus {
    box-shadow: 0 0 0 2px #333;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

.btn-link:hover {
    color: #534464;
}

.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: 0.1875rem solid #534464;
}

.footer-container {
    background-color: #fff;
    margin-top: 1rem;
    padding-top: 1rem;
}

.d-none {
    display: none !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.address-header,
.card-header,
.page-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.page-header h1 {
    margin-bottom: 0;
}

.address-body,
.block-categories,
.card-block,
.card-body,
.left-column .search_filters,
.page-content {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.address-footer,
.card-footer,
.page-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.h1,
.products-section-title,
h1 {
    text-transform: uppercase;
}

.h1,
.products-section-title,
h1 {
    font-size: 1.375rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.products-section-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}

.h3,
.h4,
h3,
h4 {
    font-size: 1.125rem;
}

.h5,
.h6 {
    font-weight: 400 !important;
}

.product-miniature .product-title a {
    font-size: 1.125rem;
}

.product-miniature .highlighted-informations .quick-view {
    color: #212529;
    font-size: .875rem;
    font-weight: 400;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    border-top: none;
}



.block-categories .category-sub-menu {
    margin-top: 0rem;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.u-link-body,
#products {
    color: #212529;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 99, 146, .25);
}

#menu-icon.btn {
    background-color: #fff;
    margin-left: 5px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.search-widget__group {
    position: relative;
}

.btn-header {
    padding: 0.2rem 1rem;
    background-color: #581d74;
    color: #fff !important;
    transition: 0.3s;
    border-radius: 4px;
}

.search-widget__group .form-control {
    color: #333;
    background-color: #fff;
    padding: 8px 72px 8px 16px;
    box-shadow: 0 0 0 1px #ccc;
    margin: 0;
    border-radius: 24px;
    border: 0;
    transition: 0.35s;
}

.header__search {
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
}

.header__rightitem:not(:last-child) {
    margin-right: 0.5rem;
}

.menu {
    padding-bottom: 1rem;
}

#header .menu,
#header .menu>ul>li {
    display: block;
}

.menu-top {
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
}

.header-nav__right,
.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-column {
    flex-direction: column !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.products,
.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.u-bor-bot {
    border-bottom: 1px solid #f1f1f1;
}

.u-a-i-c {
    align-items: center;
}

.d--flex-between {
    display: flex;
    justify-content: space-between;
}

.header-top {
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.search-widget__group button {
    border-radius: 0 24px 24px 0;
}

.search-widget__btn {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-link {
    font-weight: 400;
    color: #581d74;
    text-decoration: none;
}

.menu__item-link--top {
    color: #581d74 !important;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0.5rem;
}

.category-sub__item--0 {
    border-bottom: 1px solid #f1f1f1;
    padding: 0.25rem 0;
}

.category-sub__item {
    display: block;
    width: 100%;
}

.breadcrumb {
    flex-wrap: wrap;
    padding: 0.75rem 1rem !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
}

.product-title {
    color: #212529;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}

.product-miniature .product-title a {
    color: #212529;
}

.text-success {
    color: #581d74 !important;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 8px;
}

#blockcart-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.page-content.page-cms ul,
p {
    font-size: .9375rem;
    font-weight: 400;
    color: inherit;
}

.product-total {
    font-weight: 700;
}

.product-price {
    color: #581d74;
}


.media {
    display: flex;
    align-items: flex-start;
}

.modal-cart__image {
    margin-right: 1rem;
    max-width: 200px;
    height: auto;
}

.text-center {
    text-align: center !important;
}

#blockcart-modal .modal-title i.material-icons {
    color: #581d74;
}

.modal-cart__name {
    color: #581d74 !important;
    font-weight: 700;
}

#blockcart-modal .cart-content p.cart-products-count {
    font-size: 1rem;
    font-weight: 400;
    color: inherit;
}

.cart-content {
    padding: 1rem;
    background: #f8f9fa;
}

.page-content.page-cms ul,
p {
    font-size: .9375rem;
    font-weight: 400;
    color: inherit;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .5);
    outline: 0;
    border-radius: 8px
}

#blockcart-modal .divide-right {
    border-right: none;
}

#blockcart-modal .modal-dialog {
    width: 100%;
    max-width: 990px;
}

#product #content {
    max-width: 562px;
}

.js-product-container .page-content {
    padding: 0;
}

.product-tabs .nav-tabs {
    font-size: .9rem;
}

.nav-tabs {
    display: flex;
    justify-content: center;
}

.products-sort-order .select-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-left: 0.6rem;
}

.products-sort-order .select-list:hover {
    color: #fff !important;
}

.product-actions .add-to-cart {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    height: 2.75rem;
    display: flex;
    align-items: flex-start;
}


.account-links .link-item {
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
}

.account-links .link-item,
.address,
.block-categories,
.card,
.card-block,
.left-column .search_filters,
.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.account-links,
.align-items-stretch {
    align-items: stretch !important;
}

.account-links {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.account-links>a {
    margin-bottom: 1rem;
}

.account-links .link-item i {
    margin: 0 auto 1rem;
    font-size: 3rem;
}

.address-footer,
.card-footer,
.page-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f1f1f1;
    border-top: none;
}

section#main.page-wrapper {
    background-color: #fff;
}

.page-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.address-footer,
.card-footer,
.page-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

#footer {
    padding-top: 0;
}

.page-header--my-acount {
    padding: 0;
    margin-bottom: 0;
    background-color: #f1f1f1;
    border-bottom: none;
}

.btn-outline-secondary,
.btn-outline-primary,
.btn-outline-secondary:hover,
.btn-outline-primary:hover {
    border: 1px solid #581d74;
    border-radius: 4px;
    color: #581d74;
}

.btn-outline-secondary,
.btn-outline-primary {
    background-color: transparent;
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 0;
}

.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
    border-top: none;
}

.card-block.checkout {
    padding: 1rem;
    background-color: rgba(0, 0, 0, .03);
}

.product-line-grid-body>.product-line-info>.label {
    font-weight: 400;
    font-size: 1rem;
}

.page-authentication #content {
    margin: 0;
}

@media (min-width: 576px) {

    .container,
    .container-sm,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 540px;
    }

    .container,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 540px;
    }

    .container,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media (min-width: 768px) {
    #blockcart-modal .cart-content {
        padding-left: 1rem;
    }

    .container,
    .container-md,
    .container-sm,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 720px;
    }

    .container,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 720px;
    }

    .search-widget {
        max-width: 450px;
        margin: 0 auto;
    }

    .d-md-flex {
        display: flex !important;
    }
}

@media(min-width: 992px) {
    .menu__item-header {
        height: 100%;
    }

    .visible--mobile {
        display: none;
    }

    .container,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 960px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 960px;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .checkout-form form,
    .page-content form,
    .page-wrapper--order-confirmation form {
        width: 75%;
        max-width: 650px;
        margin: 0 auto;
    }

    .header-top__col {
        width: 30%;
    }
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 1140px;
    }

    .container,
    .l-wrapper,
    .l-wrapper--boxed,
    main>.notifications-container {
        max-width: 1140px;
    }

    .header-top__col {
        width: 25%;
    }

    .search-widget {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .visible--desktop {
        display: none !important;
    }

    .menu__item-header {
        display: flex;
    }

    .header__search {
        width: 100%;
        padding: 0;
        flex: auto;
        order: 10;
        margin-top: 10px;
    }

    #mobile_top_menu_wrapper {
        width: 100%;
    }

    .menu__item {
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }

    .menu-top {
        flex-direction: column;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.box_rse {
    background-color: #d3d3bc;
    padding: 20px 15px 5px 15px;
}

.rse_section .title_box {
    color: #d3d3bc;
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    line-height: 27px;
    letter-spacing: 7px;
    padding-left: 10px;
    font-family: 'Bebas Neue';
}

.rse_section .title_item,
.rse_section .txt_item {
    margin: 0;
    padding: 0;
    text-align: justify;
}

.rse_section .txt_item {
    margin-bottom: 15px;
}




.rse_section {
    margin: 3rem 0;
}

.product-variants .logo_bpce {
    box-shadow: 5px 5px 5px -3px #6161614d;
    border-color: transparent;
}

.product-prices .current-price,
.new_price_block .product-price.h5 {
    margin-bottom: 0;
}

.new_price_block {
    display: flex;
    align-items: center;
}

.product-prices .tax-shipping-delivery-label {
    font-size: 16px;
    font-weight: 600;
    margin-left: 1rem;
    margin-bottom: 0;
}

.price_reference {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    width: fit-content;
}

.typologie_price {
    padding: 5px 10px;
}

#block_myaccount_infos .myaccount-title a,
#header a,
#wrapper .breadcrumb li a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
    color: #581d74;
}

.detail_preorder {
    font-size: 18px;
    color: #46175D;
}

.notice_user {
    font-size: .875rem;
    font-weight: 400;
    margin-top: 0.9375rem;
}

.product-discounts>.table-product-discounts tbody tr td {
    border: none;
}

#pop_notice_choice ul li {
    list-style: inside;
    margin-left: 15px;
}
#pop_notice_choice p{
    font-size: 16px;
}
#pop_notice_choice .middle-btn {
    display: flex;
    justify-content: center;
}
#pop_notice_choice {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1), 0 4px 8px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 2.5rem;
    margin-top: 10vh;
    text-align: left;
}

#notice_home {
    color: #fff;
}
#search_filters .facet .collapse.picto_filter {
    display: flex;
    flex-wrap: wrap;
}

#search_filters .facet .collapse.picto_filter img {
    max-width: 70px;
    height: auto;
    margin-bottom: 10px;
}

#search_filters .facet .collapse.picto_filter .facet-label a {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-quantity #quantity_wanted{
    width: 5rem;
}
#search_widget form input{
    background-color: #fff;
    border-radius: 23px;
    border: 1px solid #ccc;
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 5px;

}
#search_widget form input:focus{
    border: 2px solid #581d74;

}
#search_widget{
    min-width: 80%;
}
#search_widget form i{
    right: 17px;
    padding: 0;
    top: 50%;
    color: #581d74;
    transform: translateY(-50%);
}
#search_widget form i::before{
    content: "";
    height: 20px;
    width: 1px;
    border-left: #ccc 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
}
/* #product_size{
    display: flex;
    flex-wrap: wrap;
}
#product_size .product-customization-item{
    display: flex;
    flex-direction: column;
} */

#product_size {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
}

#product_size .product-customization-item {
    flex: 1 1 10%;
    text-align: center; 
    box-sizing: border-box; 
    border: 1px solid #ccc;
}

#product_size .product-customization-item input[type="number"],#product_size .product-customization-item input[type="number"]:focus {
    width: 100%;
    text-align: center; 
    background-color: #fff;
    padding: 0;
    border-top: 1px solid #ccc;
    outline: none;
}


#product_size .product-customization-item div {
    font-weight: bold; 
}
.btn_hidden{
    display: none;
}
.row_customization{
    display: flex;
    justify-content: end;
}
.product-customization{
    width: 50%;
    padding-left: 15px;
    margin-top: -5px;
}
.product-actions{
    margin-top: 10px;
}


#product_size .product-customization-item  .item_label{
    background-color: #581d74;
    color: #fff;
}
.pre_header .btn-header{
    display: flex;
    align-items: center;
}
.pre_header .btn-header i{
    font-size: 18px;
    margin-right: 5px;
    transform: translateY(-3px);
}
.pre_header{
    padding: 5px 0;
    align-items: center;
}

#header .header-nav{
    max-height: none;
    border: none;
}
#header .header-nav #_desktop_contact_link #contact-link{
    margin-top: 0;
}

.d-flex{
    display: flex !important;
}
.header__container {
    padding-right: 0;
}
.header_auth a:first-child{
    margin-bottom: 20px;
}
.header_auth a.classic{
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    text-transform: none;
}
.header_auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
}
.page-footer--authentication,
.page-content--authentication{
    display: none;
}
.page-content--authentication.active,
#authentication .login-form.active{
    display: block;
}
#authentication #wrapper .form-footer{
    text-align: center;
}
#authentication #wrapper{
    padding-top: 10%;
}
#clock_header{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    z-index: 999999;
    box-sizing: border-box;
    overflow:  hidden;
    padding-bottom: 2rem ;
}
#clock_header .clock_title{
    background-color: #581d74;
    margin-right: auto 20px;
    font-size: 12px;
    color: #fff;
    padding: 0.5rem;
}
#clock_header #clock{
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
}