
body {
    font-family: 'Lato';
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v11/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v11/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.fa-btn {
    margin-right: 6px;
}

#app-layout-middle {
    min-height: 100vh;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

a.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* ----------------------------------------------------------*/
/* TOP GRID                                                  */
/* ----------------------------------------------------------*/

.padding-bottom-15 {
    padding-bottom: 15px;
}

.display-none {
    display: none !important;
}

.display-contents {
    display: contents !important;
}

.container-color {
    background-color: #f8f8f8;
    margin-bottom: 25px;
}

.col-title {
    padding-top:15px;
    padding-bottom:10px;
    font-size: calc(1rem + 1.0vw);
    color: #868e96;
}

/* ------------------------------------------------------ */
/* prepainted projects                                    */
/* ------------------------------------------------------ */

.img-fluid-height {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

#container-prepainted-projects {
    padding-bottom: 15px;
}

.sample-project-parent {
    cursor: pointer;
}

.sample-project-parent div:hover {
    outline: 2px solid #4c566a;
}

.sample-project-parent > div > img {
    filter: brightness(100%);
}

.sample-project-parent > div > img:hover {
    filter: brightness(105%);
}

.sample-project-child-back:hover {
    background-color: #4c566a !important;
    color: white !important;
    cursor: pointer;
}

.item-name-project {
    color: black;
    padding-top: 5px;
    font-size: 14px;
    background-color: #e3e3e3;
    padding-bottom: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { 
    .item-name-project {
        font-size: 12px;
    }
}

.imgcarousel-sample {
    cursor: pointer;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* Mettre cadre blanc en hover */
.imgcarousel-sample:hover {
    outline: 2px solid #4c566a;
}

.description {
    color: #fff;
}

/* ----------------------------------------------------------*/
/* WELCOME PAGE                                              */
/* ----------------------------------------------------------*/

.card-welcome-container {
    border-radius: 5px;
    flex: 1 0 300px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
}

.card-welcome-container img {
    border-radius: 5px;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    border: 5px solid transparent;
}

.card-homepage:hover {
    box-shadow: 0px 0px 4px #505050;
}

.card-colorcatch:not(:last-child) {
    padding-bottom: 10px;
}

.card-colorcatch>img {
    width: 16px;
    margin-right: 10px;
    float: left;
    padding-top: 2px;
}

.card-colorcatch-text {
    margin-left: 26px;
}

.card-colorcatch>p {
    font-size: 12px;
    margin-left: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0rem;
}


/* rows */
/* Columns */
div.dropdown-multicol {
    width: 25em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    div.dropdown-multicol {
        width: 20em;
    }
}
div.dropdown-multicol > div.dropdown-col {
    display: inline-block;
    width: 32%;
}
