﻿.main {
    padding-left: 15%;
    padding-right: 15%;
}

.header {
    margin: 0em;
    padding-top: 1em;
    width: 100%;
    height: 200px;
    color: #181819;
    border-bottom: 1px solid white;
    box-shadow: 0px 5px 15px 0px #c0c0c0;
}

.header .h1{
   margin-top: 0em;
}

.header img{
    margin-top: -0.9em;
    width: 14em;
}

.header i{
    font-size: 1.5em;
    padding: 0.5em;
    color: #000;
}

.div-right {
    margin-top: 100px;
    background: linear-gradient(to bottom,#7e8d9e 1%,#8fa4b6 99%);
    padding: 10px 15px;
}

.logo {
    width: 100px;
}

.repere-google-map {
    width: 200px;
}

.infos {
    color: white;
    border-bottom: 1px solid white;
}

body {
    background-color: #fafbfb;
    color: #303c42;
    font-size: 14px;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    line-height: 20px;
    cursor: default;
    -webkit-font-smoothing: antialiased;
}

    body.loaded {
        background-color: #eeeeee;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

#main-wrapper {
    overflow: hidden;
}

#page-content {
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1);
}

@media (min-width: 768px) {
    .multitab {
        float: right;
    }
}

@media (max-width: 1300px) {

    .map
    {
        max-width: 100px;
    }
}


.RWForm {
    padding: 5%;
    margin: 0% 0% 5% 0%;
    background-color: white;
}

s .RWForm div {
    margin-bottom: 0.5%;
}

.title-lines {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
}

    .title-lines h1,
    .title-lines h2,
    .title-lines h3,
    .title-lines h4,
    .title-lines h5,
    .title-lines h6,
    .title-lines h7 {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 30px;
    }

        .title-lines h1:before,
        .title-lines h1:after,
        .title-lines h2:before,
        .title-lines h2:after,
        .title-lines h3:before,
        .title-lines h3:after,
        .title-lines h4:before,
        .title-lines h4:after,
        .title-lines h5:before,
        .title-lines h5:after,
        .title-lines h6:before,
        .title-lines h6:after,
        .title-lines h7:before,
        .title-lines h7:after {
            position: absolute;
            top: 50%;
            display: block;
            margin-top: -3px;
            width: 1000px;
            height: 9px;
            background: url(../img/title-bg.png) repeat 0 0;
            content: '';
            vertical-align: middle;
        }

        .title-lines h1:before,
        .title-lines h2:before,
        .title-lines h3:before,
        .title-lines h4:before,
        .title-lines h5:before,
        .title-lines h6:before {
            left: 100%;
        }

        .title-lines h1:after,
        .title-lines h2:after,
        .title-lines h3:after,
        .title-lines h4:after,
        .title-lines h5:after,
        .title-lines h6:after {
            right: 100%;
        }

.bottom-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

h1.label,
h2.label,
h3.label,
h4.label,
h5.label,
h6.label,
h7.label {
    text-transform: none;
    font-weight: normal;
}

.valid {
    border-color: green;
}

.sg-hack-uiselect {
    line-height: 0.00001;
    height: 0.000001px;
    z-index: -1;
    position: relative;
    bottom: 10px;
    opacity: 0.1;
}

    .sg-hack-uiselect:focus {
        outline: none;
    }

#page-content {
    overflow-x: hidden;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}


.text-success {
    color: #000;
}