﻿/*@import url("https://use.typekit.net/bvw7roa.css");*/

.concept_container p {
    font-family: 'dk_crayon_crumbleregular';
    font-size: 24px;
    color: #fff !important;
}

/* Compatibilité IE 9 et Supp */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .effect-16 ~ label, .effect-16-white ~ label {
        top: 0px !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

.bgimg {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/stock-photo/officielles/2022/2021-07-02-baujonomie-jonas-jacquel-306_crop-min.jpg");
    background-attachment: fixed;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bgimg h2 {
    color: #fff;
    font-size: 3rem;
    z-index: 1;
}
.bgimg h3 {
    z-index: 1;
    font-size: 2rem;
}

#img1 {
    /*background-image: url('../images/stock-photo/IG_Blanquette-de-veau-a-la-thai.jpg');*/
}

#img2 {
    /*background-image: url('../images/stock-photo/IG_Roti-de-porc-aux-pommes-et-aux-chataignes.jpg');*/
}

#img3 {
    /*background-image: url('../images/stock-photo/IG_Saumon-aux-herbes-en-croute-depices.jpg');*/
}

#img4 {
    /*background-image: url('../images/stock-photo/IG_Poulet-de-Bresse-aux-morilles.jpg');*/
}

/* Partie texte */
.box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    min-height: 86px;
    overflow: initial;
}

.titre {
    text-align: center;
    padding-left: 0 !important;
}
.soustitre {
    text-align: center;
    color: #83b81a;
    font-family: 'dk_crayon_crumbleregular';
    font-size: 2rem;
}

.informations {
    position: absolute;
    bottom: 95px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.box p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.625rem;
}

    .box p .fa-calendar, .box p .fa-eur, .box p .fa-users {
        font-size: 2rem;
        color: #83b81a;
    }

    .box p span {
        vertical-align: middle;
    }

.box h2 {
    margin-bottom: 1rem;
}

.box p, .box h2 {
    color: #fff;
}

.header-button {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #83b81a;
    background: rgba(131, 184, 26, .3);
    color: #fff;
    /*height: 34px;*/
    min-width: 171px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
}

.scroll-text {
    text-align: center;
    margin-top: 28px;
    color: #fff;
    font-size: 0.6875rem;
    font-family: sans-serif;
    text-transform: uppercase;
}

.line {
    width: 2px;
    height: 25px;
    background: #fff;
}

.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.bounce {
    animation-name: bounce;
}

/* ~~~~~~~~~~~~~~~~ */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
