

@font-face {
    font-family: "Manier-Bold";
    src: url("/campagne/screen/custom-brunoy/Manier-Bold-Trial-BF650bbeaf09214.otf");
}

@font-face {
    font-family: "Cerapro-Bold";
    src: url("/campagne/screen/custom-brunoy/Cera Pro Bold.otf");
}


@font-face {
    font-family: "Cerapro-Thin";
    src: url("/campagne/screen/custom-brunoy/Cera Pro Thin.otf");
}

@font-face {
    font-family: "Cerapro-Light";
    src: url("/campagne/screen/custom-brunoy/Fontspring-DEMO-cerapro-light.otf");
}


@font-face {
    font-family: "Gabriela Alt SemiBold";
    src: url("/campagne/screen/custom-bmrdt/Gabriela Alt SemiBold.otf");
}

@font-face {
    font-family: Kage;
    src: url("/campagne/fonts/kage.otf");
}

*{
    font-family: Archivo,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

body{
    margin: 0;
    padding: 0;
}

.-text-primary{
    color:#3B9391;
}

.carousel-hero{
    background-color:#3B9391;
}

.bar{
    background-color:#162127;
}

.bar-text-primary{
    color:#FFF;
}

.bar-text-secondary{
    color:#3B9391;
}


.donation-button{
    color:#FFF;
    background-color:#3B9391;
    padding-left: 3rem;
    padding-right: 3rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border:1px solid #3B9391;
}

.donation-button:hover{
    color:#3B9391;
    background-color:#FFF;
}

.countdown-wrapper {
    max-width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.countdown-box-alert,.countdown-box {
    background-color: #162127;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    border-radius: 5px;
    width: 7rem;
    height: 7rem;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.countdown-box-alert {
    color: #904747;
}

.countdown-legend {
    font-size: 1rem;
    color: #3B9391;
}

.countdown-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #162127;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10%;
}

.modal-submit-title{
    color: #3B9391;
    text-transform: uppercase;
}

.modal-submit-button{
    background-color: #3B9391;
    color:#FFF;
    border-radius: 20px !important;
}

.modal-submit-button:hover{
    background-color: #FFF !important;
    color:#3B9391 !important;
    border-color: #3B9391 !important;
}

.modal-submit-product-card{
    cursor: pointer;
}
.modal-submit-product-card:hover{
    background-color: #DEDEDE;
}

.modal-submit-product-card-title{
    color:#3B9391;
    text-transform: uppercase;
    font-size: .775rem;
    font-weight: 900;
    line-height: 1.25rem;
}

.modal-submit-product-card-quantity-button:hover{
    background-color:#3B9391 !important;
    color: #FFF !important;
}

.modal-submit-product-card-showmore{
    color: #3B9391;
    text-transform: uppercase;
}


/*CUSTOM SECTION*/
.csection{
    background-color: #F2F2F2;
}

.csection h1, .csection h2, .csection h3, .csection h4, .csection h5, .csection h6{
    color: #3B9391 !important;
}

.csection p{
    color: #162127 !important;
    font-size: 1rem;
}



.title{
    border-bottom: 2px solid #3B9391;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.5rem;
    line-height:2rem;
    width: auto;
}

.title-link{
    color:#3B9391;
    text-decoration: none !important;
}

.title-link:hover{
    color:#162127
}

.team-page-button{
    color:#FFF;
    background-color:#3B9391;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    text-decoration: none;
}

.team-page-button:hover{
    color:#3B9391;
    background-color:#FFF;
    border:1px solid #3B9391;
}


.time-ago{
    font-size: 0.75rem;
    line-height: 1rem;
    color:#797979
}

.products-section{
    background-color:#3B9391;
}

/* MOBILE */
@media (max-width:600px){
    body{
        padding-bottom: 3rem;
    }

    .countdown-box-alert, .countdown-box {
        font-size: 1rem;
        width: 5rem;
        height: 5rem;
        margin: 0 4px;
    }

    .countdown-legend {
        font-size: 0.8rem;
    }

    .countdown-title {
        font-size: 1rem;
    }
}


/*SCREEN*/

.screen *{

}

.screen-background{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
}

.screen-content{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}


.screen-count-text{
    font-family: sequel-100-black-96;
    text-align: center;
    background: url("/campagne/screen/custom-brunoy/gold.jpeg");
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    transform: rotateZ(-7deg);
    letter-spacing: 2px;
}


.screen-count-text2{
    color:#FFF;
    font-size:11vh;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:3px;
    text-shadow: rgba(0, 0, 0, 0.325) 0px 4.97711px 21.1527px;
}

.screen-progress-bar{
    border-radius: 50px;
    border:5px solid #CFC380
}

.screen-don-card{
    border-radius: 35px;
    background-color: #FFF;
    height: 18vh;

    min-width: 18vw;
    max-width: 18vw;

    animation-duration: 2s;
    animation-fill-mode: both;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

@keyframes screenDonFadeIn {
    from {
        display: none;
        left:3vw;
        opacity: 0;
    }
    to {
        display: flex;
        left:0vw;
        opacity: 1;
    }
}

.screenDonFadeIn {
    animation-name: screenDonFadeIn;
}

.screenDonFadeOut {
    display:none
}
