﻿h2 {
    text-align: center;
    text-transform: uppercase;
}

h3 {
    text-align: center;
}

.jumbotron {
    padding: 0;
}

.modal .modal-header {
    background-color: #eee;
    border-radius: 5px;
}

    .modal .modal-header h2 {
        margin-top: auto;
        padding: 5px 0;
    }

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

.bloc-narrow-mini {
    padding: 10px 15px;
}

.bloc-narrow {
    padding: 10px 35px;
}

    .bloc img, .bloc-narrow img {
        padding-bottom: 15px;
    }

.radius-5 {
    border-radius: 5px;
}

.radius-top-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.radius-bottom-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.border {
    border: 1px solid #dedcdd;
}

.border-top {
    border-top: 1px solid #dedcdd;
}

.border-bottom {
    border-bottom: 1px solid #dedcdd;
}

.border-right {
    border-right: 1px solid #dedcdd;
}

.border-left {
    border-left: 1px solid #dedcdd;
}

.bg-grey.border, .bg-grey.border-top, .bg-grey.border-right .bg-grey .border, .bg-grey .border-top, .bg-grey .border-right {
    border-color: #b0b0b0;
}

.bg-white.border, .bg-white.border-top, .bg-white.border-right, .bg-white .border, .bg-white .border-top, .bg-white .border-right {
    border-color: #dedcdd;
}

.border-blue {
    border: 1px solid #1b399a;
}

.border-bottom-none {
    border-bottom: none;
}

.border-top-none {
    border-top: none;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

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

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-left--35 {
    margin-left: -35px;
}

.margin-right--35 {
    margin-right: -35px;
}

.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

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

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

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

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

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

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

.padding-right-20 {
    padding-right: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

/* 
    FORM GROUP
*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #FF4136;
}

.has-error .form-control {
    border-color: #FF4136;
}

.has-success, .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #26A65B;
}

    .has-success .form-control {
        border-color: #26A65B;
    }

header {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    background-image: linear-gradient(to bottom, #3097d1 0%, #1c73a5 100%);
}

    header .legende {
        font-size: 32px;
        margin-top: 70px;
    }

    header .logo {
        margin-bottom: 10px;
    }

    header .navbar-default {
        background-image: linear-gradient(to bottom, #3097d1 0%, #1c73a5 100%);
        color: white;
    }

        header .navbar-default .navbar-toggle {
            background-image: none;
            background-color: white;
        }

        header .navbar-default .logo {
            text-align: left;
            margin-left: 10px;
        }

        header .navbar-default .navbar-nav > li > a {
            color: white;
            text-transform: uppercase;
        }

            header .navbar-default .navbar-nav > li > a:hover {
                color: white;
                text-decoration: underline;
            }

footer {
    background-color: black;
    color: white;
    padding: 10px 0;
}

main .quiSommesNous h2,
main .quiSommesNous h3 {
    color: #036325;
}

main .quiSommesNous .sousBloc {
    height: 205px;
}

    main .quiSommesNous .sousBloc p {
        text-align: justify;
        margin-left: 5px;
    }

    main .quiSommesNous .sousBloc span {
        float: left;
        margin-right: 10px;
    }


main .nosServices h2 {
    color: #c96500;
    margin: 30px 0 10px 0;
}

main .nosServices h3 {
    color: #c96500;
    padding: 10px 0;
    border-bottom: 1px solid grey;
    margin: 0;
}

main .nosServices .sousBloc .contenu {
    border-radius: 10px;
    border: 1px solid white;
    background-color: white;
    padding: 0;
    height: 220px;
}

    main .nosServices .sousBloc .contenu ul {
        padding-top: 10px;
    }

main .nosImmeubles h2 {
    color: #1c73a5;
    margin: 30px 0 10px 0;
}

main .nosventes h2 {
    color: #1c73a5;
    margin: 0 0 10px 0;
}

@media (min-width:767px) {

    header .navbar-default {
        border: 0;
    }

        header .navbar-default .navbar-nav {
            display: table;
            float: none;
            margin: 0 auto;
            table-layout: fixed;
        }

            header .navbar-default .navbar-nav li {
                border-right: 1px solid white;
                border-left: 1px solid white;
            }
}

@media (max-width:1200px) {
    header .legende {
        font-size: 29px;
    }
}

@media (max-width:992px) {
    header .legende {
        font-size: 21px;
    }

    header .logo img {
        width: 250px;
    }
}


@media (max-width:767px) {
    header .legende {
        margin-top: 5px;
        font-size: 17px;
    }

    header .logo {
        float: none;
        display: block;
        text-align: center;
    }

        header .logo img {
            width: auto;
            height: 100px;
        }
}

.hidden {
    display: none;
}

.portfolio {
    max-width: 1200px;
    margin: 0 auto;
}

    .portfolio .post {
        height: 300px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 1;
        display: inline-block;
        background: #2e5d5a;
    }

        .portfolio .post img {
            position: relative;
            display: block;
            width: -webkit-calc(100% + 60px);
            width: calc(100% + 60px);
            opacity: 1;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
            transform: translate3d(-30px, 0, 0) scale(1.12);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            min-height: 100%;
        }

        .portfolio .post:hover img {
            opacity: 0.5;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
        }

        .portfolio .post .post-content {
            padding: 30px;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .portfolio .post .post-content::before,
            .portfolio .post .post-content::after {
                pointer-events: none;
            }

        .portfolio .post .post-content,
        .portfolio .post a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .portfolio .post a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

        .portfolio .post h2 {
            word-spacing: -0.15em;
            font-weight: 300;
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 1em 1.2em;
        }

        .portfolio .post h2,
        .portfolio .post ul {
            margin: 0;
        }

        .portfolio .post ul {
            letter-spacing: 1px;
            font-size: 68.5%;
            padding: 0 0 0 0;
            width: 100%;
            border-left: 1px solid #fff;
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
        }

        .portfolio .post:hover ul {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            list-style-type: none;
        }

        .portfolio .post ul li label {
            width: 170px;
            text-align: right;
            display: inline-block;
            padding-right: 10px;
        }

.resumeImmeuble table {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}

    .resumeImmeuble table thead tr th,
    .resumeImmeuble table tbody tr td {
        padding: 5px;
        border: 1px solid black;
        text-align: center;
    }

    .resumeImmeuble table thead tr th {
        text-align: center;
    }

@media screen and (max-width: 768px) {
    .portfolio .post {
        height: auto;
        max-height: 300px;
    }
}

.pgwSlideshow {
    display: block;
}

    .pgwSlideshow .ps-current {
        max-height: 400px;
    }

    .pgwSlideshow .ps-next,
    .pgwSlideshow .ps-prev {
        display: block;
    }

    .pgwSlideshow .ps-current ul li {
        display: none;
        opacity: 1;
        z-index: 1;
    }

        .pgwSlideshow .ps-current ul li.actif {
            display: list-item;
        }


    .pgwSlideshow .ps-list ul {
        display: block;
    }

        .pgwSlideshow .ps-list ul li {
            cursor: pointer;
        }
