﻿/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
@font-face {
    font-family: 'stone_harbourregular';
    src: url('../fonts/stoneharbour-regular-webfont.woff2') format('woff2'), url('../fonts/stoneharbour-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dk_crayon_crumbleregular';
    src: url('../fonts/dk_crayon_crumble-webfont.woff2') format('woff2'), url('../fonts/dk_crayon_crumble-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.concept_container p {
    font-family: 'dk_crayon_crumbleregular';
    font-size: 24px;
    color: #fff !important;
}

.bgimg {
    position: relative;
    /*Ajouts 2022*/
    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;
    }

.bgimg div {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 15%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .bgimg div h2 {
        color: #fff;
        font-size: 3rem;
        z-index: 1;
    }

    .bgimg div h3 {
        z-index: 1;
        font-size: 2rem;
    }

#imgbloc1 {
    /*background: url(../images/stock-photo/business-man_hp.jpg);*/
    background-position-x: center !important;
}

#imgbloc4 {
    /*background: url(../images/stock-photo/officielles/087_ETIENNE_RAMOUSSE_INTER_BEAUJOLAIS_BIENVENUE_EN_BEAUJONOMIE_2018.jpg);*/
    background-position-x: right !important;
}

#imgbloc5 {
    /*background: url(../images/stock-photo/officielles/024_ETIENNE_RAMOUSSE_INTER-BEAUJOLAIS_PAYSAGES_2018_HD_INTERNE_2018.jpg);*/
    background-position-x: right !important;
}

/* 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) {
}
