﻿/*Couleurs Peinture élégance*/
/* CSS HEX 
--bs-primary: #e78d97ff;
--bs-primary-light: #e5a7aeff;
--bs-primary-dark: #d7808aff;
--bs-secondary: #273138ff;
--bs-complementary: #78a35eff;
*/

/* CSS RGBA 
--bs-primary-rgb: 231, 141, 151;
--bs-primary-light-rgb: 229, 167, 174;
--bs-primary-dark-rgb: 215, 128, 138;
--bs-secondary-rgb: 39, 49, 56;
--bs-complementary-rgb: 120, 163, 94;
*/

/* CSS HSL 
--jet-black: hsla(205, 18%, 19%, 1);
--cotton-candy: hsla(353, 65%, 73%, 1);
--cherry-blossom: hsla(353, 54%, 78%, 1);
--old-rose: hsla(353, 52%, 67%, 1);
--sage-green: hsla(97, 27%, 50%, 1);
*/
/* SCSS HEX 
$jet-black: #273138ff;
$cotton-candy: #e78d97ff;
$cherry-blossom: #e5a7aeff;
$old-rose: #d7808aff;
$sage-green: #78a35eff;
*/
/* SCSS HSL 
$jet-black: hsla(205, 18%, 19%, 1);
$cotton-candy: hsla(353, 65%, 73%, 1);
$cherry-blossom: hsla(353, 54%, 78%, 1);
$old-rose: hsla(353, 52%, 67%, 1);
$sage-green: hsla(97, 27%, 50%, 1);
*/
/* SCSS RGB
$jet-black: rgba(39, 49, 56, 1);
$cotton-candy: rgba(231, 141, 151, 1);
$cherry-blossom: rgba(229, 167, 174, 1);
$old-rose: rgba(215, 128, 138, 1);
$sage-green: rgba(120, 163, 94, 1); 
*/
/* SCSS Gradient 
$gradient-top: linear-gradient(0deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-right: linear-gradient(90deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-bottom: linear-gradient(180deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-left: linear-gradient(270deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-top-right: linear-gradient(45deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-bottom-right: linear-gradient(135deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-top-left: linear-gradient(225deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-bottom-left: linear-gradient(315deg, #273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
$gradient-radial: radial-gradient(#273138ff, #e78d97ff, #e5a7aeff, #d7808aff, #78a35eff);
*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #d7808a;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    /*PE*/
    --bs-primary: #e78d97ff;
    --bs-primary-light: #e5a7aeff;
    --bs-primary-dark: #d7808aff;
    --bs-secondary: #273138ff;
    --bs-complementary: #78a35eff;
    /*
    --bs-secondary: #273138;
    */
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #d7808a;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    /*PE*/
    --bs-primary-rgb: 231, 141, 151;
    --bs-primary-light-rgb: 229, 167, 174;
    --bs-primary-dark-rgb: 215, 128, 138;
    --bs-secondary-rgb: 39, 49, 56;
    --bs-complementary-rgb: 120, 163, 94;
    /**/
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 200, 0;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #d7808a;
    --bs-link-hover-color: #e5a7ae;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff4cc;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #E78D97;
    --bs-btn-border-color: #d7808a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e5a7ae;
    --bs-btn-hover-border-color: #e5a7ae;
    --bs-btn-focus-shadow-rgb: 255, 208, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e5a7ae;
    --bs-btn-active-border-color: #bf9600;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d7808a;
    --bs-btn-disabled-border-color: #d7808a;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #273138;
    --bs-btn-border-color: #273138;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color #fff : #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.font-speciale {
    font-family: "Italianno", cursive;
    font-size: 3.5rem;
    line-height: 3.5rem;
}


.page-section {
    padding: 6rem 0;
}

    .page-section h2.section-heading, .page-section .section-heading.h2 {
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .page-section h3.section-subheading, .page-section .section-subheading.h3 {
        font-size: 1.75rem;
        font-weight: 500;
        margin-bottom: 4rem;
    }

@media (max-width: 768px) {
    .page-section h2.section-heading, .page-section .section-heading.h2 {
        font-size: 1.9rem;
    }


}
a {
    color: #e78d97ff;
    font-weight: 600;
    text-decoration: none;
}
    a:hover {
        color: #d7808aff;
    }

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
/*bloc infos-1*/
section.bloc-infos-1 p {
    margin-bottom:0;
}
section.bloc-infos-1 p span {
    font-size:0.6rem;
    letter-spacing:0.05rem;
}
/*large*/
@media (min-width: 992px) {
    section.bloc-infos-1 p span {
        font-size: 0.8rem;
    }
}

    /* services ------------------------- */
    .service h4 {
        font-weight: 600;
    }

    .icon-circle_lg {
        width: 2em;
        height: 2em;
    }

    .icon-circle {
        font-size: 4rem;
    }

    .icon-circle_lg i {
        text-align: center;
    }

    @media (min-width: 768px) {
        section {
            padding: 9rem 0;
        }
    }

    .btn-xl {
        padding: 1.25rem 2.5rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.125rem;
        font-weight: 400;
    }

    .btn-social {
        height: 2.5rem;
        width: 2.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 100%;
    }
    /* main nav */
    /*cell*/
    #mainNav {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #3f3f3f; /*#94999c*/
    }

        #mainNav .navbar-toggler {
            padding: 0.75rem;
            font-size: 0.75rem;
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            text-transform: uppercase;
            font-weight: 700;
            margin-right: 40px;
        }

        #mainNav .navbar-brand {
            color: #ffffff; /*#932a48;*/
            font-family: "Urbanist", sans-serif;
            font-size: 1.5em;
            font-weight: 700;
            /*text-transform: uppercase;*/
        }

            #mainNav .navbar-brand span {
                font-weight: 300;
                /*text-transform: uppercase;*/
            }

            #mainNav .navbar-brand img {
                height: 1.5rem;
            }

        #mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link-soumission {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 0.95rem;
            color: #fff;
            letter-spacing: 0.0625em;
        }
        #mainNav .navbar-nav .nav-item .nav-link-soumission {
            padding:0.5rem;
        }
            #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
                color: #932a48;
            }
    /*large*/
    @media (min-width: 992px) {
        #mainNav {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            border: none;
            background-color: transparent;
            transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        }

            #mainNav .navbar-brand {
                font-size: 1.9em;
                transition: font-size 0.3s ease-in-out;
            }

                #mainNav .navbar-brand img {
                    height: 2rem;
                    transition: height 0.3s ease-in-out;
                }

            #mainNav.navbar-shrink {
                padding-top: 1rem;
                padding-bottom: 1rem;
                background-color: #94999c;
            }
                /*lorsqu'on scroll vers le bas*/
                #mainNav.navbar-shrink .navbar-brand {
                    font-size: 1.6em;
                }

                    #mainNav.navbar-shrink .navbar-brand svg,
                    #mainNav.navbar-shrink .navbar-brand img {
                        height: 1.5rem;
                    }

            #mainNav .navbar-nav .nav-item {
                margin-right: 1rem;
            }

                #mainNav .navbar-nav .nav-item:last-child {
                    margin-right: 0;
                }
    }
    /*Socials top*/
    .socials-top {
        position: fixed;
        z-index: 100;
        top: 90px;
        left: 0px;
        padding: 3px 15px;
        background-color: rgba(231,141,151,0.7);
        border-radius: 0 20px 20px 0;
    }
    /*large*/
    @media (min-width: 768px) {
        .socials-top {
            padding: 5px 20px;
            background-color: rgba(231,141,151,0.7);
            border-radius: 0 20px 20px 0;
        }
    }
    /* header */
    /*cell*/
    header.masthead {
        padding-top: 5rem;
        padding-bottom: 2rem;
        text-align: right;
        color: #fff;
        background-image: url("../assets/img/header-bg1.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

        header.masthead .masthead-subheading {
            font-size: 1rem;
            line-height: 1.5rem;
            font-family: "Urbanist", sans-serif;
            font-weight: 400;
        }

            header.masthead .masthead-subheading .masthead-logo {
                width: 220px;
                height: 200px;
            }

                header.masthead .masthead-subheading .masthead-logo img {
                    width: 100%;
                    height: auto;
                }

        header.masthead .masthead-heading {
            font-size: 2.25rem; /* 2.25rem*/
            line-height: 2.25rem;
            margin-bottom: 1rem;
            font-family: "Italianno", cursive;
            /*font-family: "Urbanist", sans-serif;*/
            font-weight: 400;
            text-shadow: 1px 1px 5px #932a48;
        }

            header.masthead .masthead-heading span {
                font-size: 0.7rem;
                color: #3f3f3f;
                font-weight: 600;
                text-shadow: 0px 0px 5px #ffffff;
            }
    /*large*/
    @media (min-width: 768px) {
        header.masthead {
            padding-top: 10rem;
            padding-bottom: 12.5rem;
        }

            header.masthead .masthead-subheading {
                font-size: 1rem;
                line-height: 2.25rem;
                margin-bottom: 0rem;
                padding-top: 2rem;
                display: block;
                width: 25%;
                height: auto;
            }

                header.masthead .masthead-subheading .masthead-logo {
                    width: 400px;
                    height: 400px;
                }

                    header.masthead .masthead-subheading .masthead-logo img {
                        width: 100%;
                        height: auto;
                    }

            header.masthead .masthead-heading {
                font-size: 8rem; /*5rem*/
                font-weight: 400;
                line-height: 5.75rem; /*4.75rem*/
                margin-bottom: 0rem;
                letter-spacing: 0.05rem;
            }

                header.masthead .masthead-heading span {
                    font-size: 0.8rem;
                    color: #ffffff;
                    font-weight: 600;
                }
    }

    /* portfolio /////////////////////////// */

    /*outil filter*/

.portfolio_card {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

    .portfolio_card.hide {
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none;
    }

    .portfolio_card.show {
        opacity: 1;
        transform: scale(1);
    }

button.current {
    background-color: #273138;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.3);
}

.portfolio-grid.masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 10px;
    gap: 1.5rem;
}

.portfolio_card {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

    .portfolio_card.hide {
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none;
    }

    .portfolio_card.show {
        opacity: 1;
        transform: scale(1);
    }


    /**/



    section#portfolio {
        padding: 10rem 0 !important;
        background-image: url("../assets/img/top-gradient_2.png");
        background-repeat: repeat-x;
        background-position: top left;
    }

    #portfolio .portfolio-item {
        max-width: 26rem;
        margin-left: auto;
        margin-right: auto;
    }

        #portfolio .portfolio-item .portfolio-link {
            position: relative;
            display: block;
            margin: 0 auto;
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover {
                display: flex;
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(229, 167, 174, 0.9);
                align-items: center;
                justify-content: center;
                opacity: 0;
                transition: opacity ease-in-out 0.25s;
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                    font-size: 1.25rem;
                    color: white;
                }

            #portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
                opacity: 1;
            }

        #portfolio .portfolio-item .portfolio-caption {
            padding: 1.5rem;
            text-align: center;
            background-color: #fff;
        }

            #portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
                font-size: 1.5rem;
                font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                font-weight: 700;
                margin-bottom: 0;
            }

            #portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
                /*font-style: italic;*/
                font-family: "Roboto", sans-serif;
            }

    .portfolio-modal .modal-dialog {
        margin: 1rem;
        max-width: 100vw;
    }

    .portfolio-modal .modal-content {
        padding-top: 6rem;
        padding-bottom: 6rem;
        text-align: center;
    }

        .portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
            font-size: 3rem;
            line-height: 3rem;
        }

        .portfolio-modal .modal-content p.item-intro {
            /*font-style: italic;*/
            margin-bottom: 2rem;
            font-family: "Roboto", sans-serif;
        }

        .portfolio-modal .modal-content p {
            margin-bottom: 2rem;
        }

        .portfolio-modal .modal-content ul.list-inline {
            margin-bottom: 2rem;
        }

        .portfolio-modal .modal-content img {
            margin-bottom: 2rem;
        }

    .portfolio-modal .close-modal {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
        cursor: pointer;
        background-color: transparent;
    }

        .portfolio-modal .close-modal:hover {
            opacity: 0.3;
        }

    /* à propos -------------------------------------------------------------------------- */
    section#about.page-section.a-propos {
        padding: 10rem 0 !important;
        background-image: url("../assets/img/top-gradient_02.png");
        background-repeat: repeat-x;
        background-position: top left;
    }

    .timeline {
        position: relative;
        padding: 0;
        list-style: none;
    }

        .timeline:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 40px;
            width: 2px;
            margin-left: -1.5px;
            content: "";
            background-color: #e9ecef;
        }

        .timeline > li {
            position: relative;
            min-height: 50px;
            margin-bottom: 50px;
        }

            .timeline > li:after, .timeline > li:before {
                display: table;
                content: " ";
            }

            .timeline > li:after {
                clear: both;
            }

            .timeline > li .timeline-panel {
                position: relative;
                float: right;
                width: 100%;
                padding: 0 20px 0 100px;
                text-align: left;
            }

                .timeline > li .timeline-panel:before {
                    right: auto;
                    left: -15px;
                    border-right-width: 15px;
                    border-left-width: 0;
                }

                .timeline > li .timeline-panel:after {
                    right: auto;
                    left: -14px;
                    border-right-width: 14px;
                    border-left-width: 0;
                }

            .timeline > li .timeline-image {
                position: absolute;
                z-index: 100;
                left: 0;
                width: 80px;
                height: 80px;
                margin-left: 0;
                text-align: center;
                color: white;
                border: 3px solid #e9ecef;
                border-radius: 100%;
                background-color: #d7808a;
            }

                .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                    font-size: 10px;
                    line-height: 14px;
                    margin-top: 12px;
                    font-weight: 700;
                }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
                padding: 0 20px 0 100px;
                text-align: left;
            }

                .timeline > li.timeline-inverted > .timeline-panel:before {
                    right: auto;
                    left: -15px;
                    border-right-width: 15px;
                    border-left-width: 0;
                }

                .timeline > li.timeline-inverted > .timeline-panel:after {
                    right: auto;
                    left: -14px;
                    border-right-width: 14px;
                    border-left-width: 0;
                }

            .timeline > li:last-child {
                margin-bottom: 0;
            }

        .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
            margin-top: 0;
            color: inherit;
            font-weight: 700;
        }

            .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
                text-transform: none;
            }


        .timeline .timeline-body > ul,
        .timeline .timeline-body > p {
            margin-bottom: 0;
        }

    /*large*/

    @media (min-width: 768px) {
        section#about.page-section.a-propos {
            padding: 10rem 0 !important;
            background-image: url("../assets/img/top-gradient_2.png");
            background-repeat: repeat-x;
            background-position: top left;
        }

        .timeline {
            position: relative;
            padding: 0;
            list-style: none;
        }

            .timeline:before {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 100px;
                width: 2px;
                margin-left: -1.5px;
                content: "";
                background-color: #e9ecef;
            }

            .timeline > li {
                position: relative;
                min-height: 200px;
                margin-bottom: 50px;
            }

                .timeline > li:after, .timeline > li:before {
                    display: table;
                    content: " ";
                }

                .timeline > li:after {
                    clear: both;
                }

                .timeline > li .timeline-panel {
                    position: relative;
                    float: right;
                    width: 100%;
                    padding: 30px 20px 0 300px;
                    text-align: left;
                }

                    .timeline > li .timeline-panel:before {
                        right: auto;
                        left: -15px;
                        border-right-width: 15px;
                        border-left-width: 0;
                    }

                    .timeline > li .timeline-panel:after {
                        right: auto;
                        left: -14px;
                        border-right-width: 14px;
                        border-left-width: 0;
                    }

                .timeline > li .timeline-image {
                    position: absolute;
                    z-index: 100;
                    left: 0;
                    width: 200px;
                    height: 200px;
                    margin-left: 0;
                    text-align: center;
                    color: white;
                    border: 7px solid #e9ecef;
                    border-radius: 100%;
                    background-color: #d7808a;
                }

                    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                        font-size: 10px;
                        line-height: 14px;
                        margin-top: 12px;
                        font-weight: 700;
                    }

                .timeline > li.timeline-inverted > .timeline-panel {
                    float: right;
                    padding: 0 20px 0 100px;
                    text-align: left;
                }

                    .timeline > li.timeline-inverted > .timeline-panel:before {
                        right: auto;
                        left: -15px;
                        border-right-width: 15px;
                        border-left-width: 0;
                    }

                    .timeline > li.timeline-inverted > .timeline-panel:after {
                        right: auto;
                        left: -14px;
                        border-right-width: 14px;
                        border-left-width: 0;
                    }

                .timeline > li:last-child {
                    margin-bottom: 0;
                }

            .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
                margin-top: 0;
                color: inherit;
                font-weight: 700;
            }

                .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
                    text-transform: none;
                }


            .timeline .timeline-body > ul,
            .timeline .timeline-body > p {
                margin-bottom: 0;
            }
    }
    /*original
    @media (min-width: 768px) {
        .timeline:before {
            left: 50%;
        }

        .timeline > li {
            min-height: 100px;
            margin-bottom: 100px;
        }

            .timeline > li .timeline-panel {
                float: left;
                width: 41%;
                padding: 0 20px 20px 30px;
                text-align: right;
            }

            .timeline > li .timeline-image {
                left: 50%;
                width: 100px;
                height: 100px;
                margin-left: -50px;
            }

                .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                    font-size: 13px;
                    line-height: 18px;
                    margin-top: 16px;
                }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
                padding: 0 30px 20px 20px;
                text-align: left;
            }
    }

    @media (min-width: 992px) {
        .timeline > li {
            min-height: 150px;
        }

            .timeline > li .timeline-panel {
                padding: 0 20px 20px;
            }

            .timeline > li .timeline-image {
                width: 150px;
                height: 150px;
                margin-left: -75px;
            }

                .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                    font-size: 18px;
                    line-height: 26px;
                    margin-top: 30px;
                }

            .timeline > li.timeline-inverted > .timeline-panel {
                padding: 0 20px 20px;
            }
    }

    @media (min-width: 1200px) {
        .timeline > li {
            min-height: 170px;
        }

            .timeline > li .timeline-panel {
                padding: 0 20px 20px 100px;
            }

            .timeline > li .timeline-image {
                width: 170px;
                height: 170px;
                margin-left: -85px;
            }

                .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                    margin-top: 40px;
                }

            .timeline > li.timeline-inverted > .timeline-panel {
                padding: 0 100px 20px 20px;
            }
    }
    */
    /* team */
    .team-member {
        margin-bottom: 3rem;
        text-align: center;
    }

        .team-member img {
            width: 14rem;
            height: 14rem;
            border: 0.5rem solid rgba(0, 0, 0, 0.1);
        }

        .team-member h4, .team-member .h4 {
            margin-top: 1.5rem;
            margin-bottom: 0;
            font-weight: 600;
        }

    .img-brand {
        height: 2.75rem;
    }

    /* contact */

    section#contact {
        padding: 14rem 0 !important;
        background-image: url("../assets/img/top-gradient_02.png");
        background-repeat: repeat-x;
        background-position: top left;
    }

        section#contact .section-heading {
            color: #3f3f3f;
        }

        section#contact form#contactForm .form-group {
            margin-bottom: 1.5rem;
        }

            section#contact form#contactForm .form-group input,
            section#contact form#contactForm .form-group textarea {
                padding: 1.25rem;
            }

                section#contact form#contactForm .form-group input.form-control {
                    height: auto;
                }

        section#contact form#contactForm .form-group-textarea {
            height: 100%;
        }

            section#contact form#contactForm .form-group-textarea textarea {
                height: 100%;
                min-height: 10rem;
            }

        section#contact form#contactForm p.help-block {
            margin: 0;
        }

        section#contact form#contactForm .form-control:focus {
            border-color: #d7808a;
            box-shadow: none;
        }

        section#contact form#contactForm ::-webkit-input-placeholder {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-weight: 700;
            color: #ced4da;
        }

        section#contact form#contactForm :-moz-placeholder {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-weight: 700;
            color: #ced4da;
        }

        section#contact form#contactForm ::-moz-placeholder {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-weight: 700;
            color: #ced4da;
        }

        section#contact form#contactForm :-ms-input-placeholder {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-weight: 700;
            color: #ced4da;
        }

        .text-label {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-weight: 600;
            color: #3f3f3f;
            line-height:1.4rem;
        }

    .footer {
        text-align: center;
        font-size: 0.9rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }







