/* Header */
#head {
    background: #181015 url(../images/collabo.jpeg) no-repeat;
    background-size: cover;
    min-height: 520px;
    text-align: center;
    padding-top: 60px;
    color: white;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
}

#head.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0px;
}

#head .lead {
    font-family: "Open sans", Helvetica, Arial;
    font-size: 44px;
    margin-bottom: 6px;
    color: white;
    line-height: 1.15em;
}

#head .tagline {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
}

#head .tagline a {
    color: #fff;
}

#head .btn {
    margin-bottom: 10px;
}

#head .btn-default {
    text-shadow: none;
    background: transparent;
    color: rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
}

#head .btn-default:hover,
#head .btn-default:focus {
    color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    background: transparent;
}

#head .btn-default:active,
#head .btn-default.active {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
    -moz-box-shadow: inset 0px 0px 0px 3px #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background: transparent;
}

@media (min-width: 767px) {
    body {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }

    #head .lead {
        font-size: 34px;
    }
}


/* Autohide navbar */
.slideUp {
    top: -100px;
}

.headroom {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #FFFFFF;
}


/* Highlights (in jumbotron in most cases) */
.highlight {
    margin-top: 40px;
}

.h-caption {
    text-align: center;
}

.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-body {
}


/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open sans", Helvetica, Arial;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
}

blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0 30px;
}

label {
    color: #777;
}

.thin {
    font-weight: 300;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}

ul.list-spaces li {
    margin-bottom: 10px;
}

/* Helpers */
.container-full {
    margin: 0 auto;
    width: 100%;
}

.top-space {
    margin-top: 60px;
}

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

img {
    max-width: 100%;
}

img.pull-right {
    margin-left: 10px;
}

img.pull-left {
    margin-right: 10px;
}

#map {
    width: 100%;
    height: 280px;
}

#social {
    margin-top: 50px;
    margin-bottom: 50px;
}

#social .wrapper {
    width: 340px;
    margin: 0 auto;
}

/* Main content block */
.maincontent {
}

/* Sidebars */
.sidebar {
    padding-top: 36px;
    padding-bottom: 30px;
}

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

.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
    margin-top: 20px;
}

/* Footer */
.footer1 {
    background: #232323;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}

.footer1 a {
    color: #ccc;
}

.footer1 a:hover {
    color: #fff;
}

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

.footer1 .widget-title {
    font-size: 17px;
    font-weight: bold;
    color: #ccc;
    margin: 0 0 20px;
}

.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px 0;
    padding: 2px 0;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
}

.footer1 .entry-meta a {
    color: #333333;
}

.footer1 .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.follow-me-icons {
    font-size: 30px;
}

.follow-me-icons i {
    float: left;
    margin: 0 10px 0 0;
}

.footer2 {
    background: #191919;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}

.footer2 a {
    color: #aaa;
}

.footer2 a:hover {
    color: #fff;
}

.footer2 p {
    margin: 0;
}

.widget-simplenav {
    margin-left: -5px;
}

.widget-simplenav a {
    margin: 0 5px;
}

/* # Custom CSS */

.header-form {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-shadow: 0 1px 1px #000000;
    z-index: 50;
    padding: 15px;
}

.category-btn {
    margin-bottom: 5px;
}


.form-title {
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    padding: 10px 0 20px;
    margin: 0;
}

.desc {
    padding: 5px 0;
}

.desc-title {
    text-shadow: none;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.desc-detail {
    padding: 10px 0;
    text-shadow: none;
    font-weight: 400;
}

.desc-detail span {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-shadow: none;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.pro-desc {
    cursor: pointer;
    background: rgba(0, 0, 92, .3);
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 10px;
}

.pro-desc span {
    background: #00005c;
}

.par-desc {
    cursor: pointer;
    background: rgba(112, 0, 0, .3);
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 10px
}

.par-desc span {
    background: #700000;
}

.sub-form-title {
    margin: 5px 0 15px;
    font-weight: 700;
    text-align: center;
}

.form-control {
    border-radius: 0 !important;
}

.line {
    border-bottom: 2px dashed #dddddd;
    margin: 30px 0 10px;
}

.btn-pro {
    background-color: #009653;
    color: #FFFFFF !important;
    border-radius: 0;
}

.btn-pro:hover {
    background-color: #ededed;
    color: #009653 !important;
    font-weight: bold;
    transition: .3s;
}

.category-btn img {
    display: inline-block;
    width: 48px;
    height: 48px;
    float: left;
}

.category-btn span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    width: calc(100% - 48px);
    padding: 0 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.metier-bloc a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

@media (min-width: 992px) {
    .col-md-3 .metier-bloc {
        height: 200px;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        background: #000000;
        border-radius: 5px;
    }

    .metier-bloc .metier-link {
        color: white;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Arial, sans-serif;
        font-weight: normal;
        z-index: 1;
        position: relative;
    }

    .metier-bloc img {
        position: absolute;
        left: 0;
        width: auto;
        top: 50%;
        height: 100%;
        min-width: 100%;
        opacity: .4;
        transform: scale(1) translateY(-50%);
        transition: 0.4s all ease;
    }

    .metier-bloc:hover img {
        transform: scale(1.2);
        top: -10%;
    }
}

@media (max-width: 992px) {
    .col-sm-12 .metier-bloc {
        height: 100px;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        background: #000000;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .metier-bloc .metier-link {
        color: white;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Arial, sans-serif;
        font-weight: normal;
        z-index: 1;
        position: relative;
    }

    .metier-bloc img {
        position: absolute;
        left: 0;
        width: auto;
        top: 50%;
        /*transform: translateY(-50%);*/
        height: 100%;
        min-width: 100%;
        opacity: .4;
        transform: scale(1) translateY(-50%);
        transition: 0.4s all ease;
    }

    .metier-bloc:hover img {
        transform: scale(1.2);
        top: -10%;
    }

    .mb5 {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.in {
        overflow-y: auto;
        background: #e5ffed;
    }
}

.metier-bloc .next-btn {
    padding-left: 10px;
}

.fz30 {
    font-size: 30px;
}

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

.py20 {
    padding: 20px 0;
}

.navbar-nav > li > a {
    color: #8C8181;
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
}

.navbar-nav > li:hover > a {
    color: #009653;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
}

.icon-bar {
    background: #0c4128;
}

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-toggle .icon-bar {
    width: 33px;
    height: 5px;
}

footer {
    margin-top: 100px;
    padding: 30px 0;
    background: #000000;
    color: #c5c1c1;
    font-family: 'Century Gothic', sans-serif;
    font-size: 15px;
}

.home-title {
    text-align: center;
    padding: 20px 0;
    color: #61A240;
}

@media (min-width: 768px) {
    .vivo-link {
        text-align: center;
        margin: -10px 30px 0 0;
        border: 3px solid #c7c7c7;
        padding: 0 15px 0 0;
        border-radius: 5px;
    }

    .vivo-link:hover {
        border: 3px solid #82BB25;
    }

    .vivo-link > a {
        font-family: 'Candara', sans-serif !important;
        font-weight: bold;
        color: #82BB25;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 80%;
    }
}

.brs0 {
    border-radius: 0;
}

.mt10{
    margin-top: 10px;
}
