/*
Theme Name: acsbox
Theme URI: https://umazuma.com
Author: Yann Gibert
Author URI:https://umazuma.com
Description: thème A Chacun son Box basé sur Bootstrap 5
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: acsbox
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
@import url('/wp-content/themes/acsbox/assets/css/_general.css');
@import url('/wp-content/themes/acsbox/assets/css/_header.css');
@import url('/wp-content/themes/acsbox/assets/css/_footer.css');
@import url('/wp-content/themes/acsbox/assets/css/_bloc-home.css');
@import url('/wp-content/themes/acsbox/assets/css/_boutique.css');
@import url('/wp-content/themes/acsbox/assets/css/_responsive.css');

/** ---------------------------------------------------------- */
/** PAGES
/** ---------------------------------------------------------- */
.entry-header {
    color: #0f1c7d;
    padding: 1rem 0;
    margin-top: 1.5rem;
}

.entry-title.container {
    font-size: 1.9rem;
}

.entry-content {
    min-height: calc(100vh - 280px);
    padding-left: 1.8rem;
}

.calcumate {
    position: relative;
    background: transparent url("data:image/png;base64,UklGRhgBAABXRUJQVlA4TAwBAAAvPgAJEJ8gEEgy2d90hBkZkAlI6DjgsG0jR5rN4dLufP/l3v3Y00BE/xW5bdvEx44sO+0bBMT8aRE/hGP3c1c3a/sIIvl5kovldb/CrfsIdIvX+nIShnayk6ndkAXFkCrldXN8ID1qHB8RYUiYG/cxdAiCdK0MOjmjgCjrskeW7icLAV1nsCqjWSTEC7BvUzJQeRilhJuDcplBDYxGJGLaSUyTxZ30TuKIptd71WtR0scZlyP/buZfbOAql7E2pRD1YtcpS63cKcES1tDBcHKtwpiQ0JzEBYC+d5QnEX7vfAoTz42qAps74aOdNFKkv2SiycGkn/S8qOwjiOD2M0n3yiJdRxAvlPVscIgI") repeat scroll center top;
    height: auto;
    min-height: 640px;
}


.calcumate::before {
    content: "Connexion au service";
    color:#888;
    font-size: .7rem;
    position: absolute;
    left: 0;
    top: 45%;
    text-align: center;
    width: 100%;
    animation-name: blinky;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes blinky {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
