html {
    background-color: #EEE;
    font-family: 'Arial';
}

div {
    position: relative;
}

body {
    background-color: white;
    border: 1px solid #DDD;
    font-family: 'Arial';
    margin: 0 auto;
}

#div_header {
    top: 0;
    background: url('../images/site-web-imprimerie.png');
    height: 189px;
    background-repeat: no-repeat;
    text-align: center;
    width: 1226px;
}

#div_contenu {
    width: 100%;
    height: 630px;
    min-height: 100%;
}

#div_footer {
    background: #000000;
    text-align: center;
    bottom: 0px;
    /*position: fixed;*/
    
    font-size: 1.3em;
    font-family: sans-serif;
    color: #fff;
}

.etoile {
    color: red;
    font-size: 16px;
}

.div_contact {
    width: 65%;
    margin: 0 auto;
    background-color: #EEE;
    border-radius: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-right: 20px;
	float: right;
}

.contact_adresse {
    margin-left: 20px;
	width: 250px;
}

.div_devis {
    width: 65%;
    margin: 0 auto;
    background-color: #EEE;
    border-radius: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-label {
    float: left;
    width: 30%;
    min-height: 34px;
    line-height: 34px;
    text-align: right;
    color: #4E5B60;
    font-family: 'Arial';
    font-size: 14px;
}

.form-input {
    float: left;
    width: 40%;
    margin-left: 5%;
}

.form-input input {
    width: 100%;
}

.form-input textarea {
    width: 100%;
    height: 80px;
}

.form-button {
    clear: both;
    align: center;
    margin-top: 60px;
}

body,
header {
    width: 1228px;
    min-width: 1228px;
    max-width: 1228x;
}

footer {}

.angular-google-map-container {
    height: 400px;
}

.info {
    font-size: 13px;
    font-family: 'Arial';
    color: #8C8C8C;
    text-align: center;
}

.titre {
    text-align: center;
}

.erreur {
    clear: both;
    margin-left: 280px;
    color: #CC0000;
    font-size: 12px;
    font-family: 'Arial';
    text-align: left;
}

.has-error {
    border-color: #A94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.form-row-icone {
    float: left;
    width: 21px;
    min-height: 34px;
    line-height: 34px;
    text-align: left;
    margin-left: 4px;
}

#div_presentation {
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'Arial';
    font-size: 16px;
}

.navbar-nav .accueil:hover {
    background-color: #F5DEB3;
}

.navbar-nav .accueil:active {
    background-color: #F5DEB3;
}

.navbar-nav .produit:hover {
    background-color: #00FF00;
}

.navbar-nav .acces:hover {
    background-color: #00FFFF;
}

.navbar-nav .devis:hover {
    background-color: #F0E68C;
}

.navbar-nav .contact:hover {
    background-color: #FFA500;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.carousel-indicators li {
    border: 1px solid #C0C0C0;
}

.carousel-indicators .active {
    background-color: #bd9b83;
}

.carousel-indicators {
    bottom: -40px;
}

.figcaption {
    position: absolute;
    padding: 20px 20px;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    word-spacing: 0.05em;
    font-family: Georgia, Times, serif;
    background: #000;
    background: rgba(255, 255, 255, 0.7);
    color: #555;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -webkit-animation: figcaptionner 32s infinite;
    -moz-animation: figcaptionner 32s infinite;
    animation: figcaptionner 32s infinite;
}

@-webkit-keyframes timeliner {
    0%, 25%, 50%, 75%, 100% {
        width: 0;
    }
    20%,
    45%,
    70%,
    90% {
        width: 70%;
    }
}

@-moz-keyframes timeliner {
    0%, 25%, 50%, 75%, 100% {
        width: 0;
    }
    20%,
    45%,
    70%,
    90% {
        width: 70%;
    }
}

@keyframes timeliner {
    0%, 25%, 50%, 75%, 100% {
        width: 0;
    }
    20%,
    45%,
    70%,
    90% {
        width: 70%;
    }
}

@-webkit-keyframes figcaptionner {
    0%, 25%, 50%, 75%, 100% {
        bottom: -55px;
    }
    5%,
    20%,
    30%,
    45%,
    55%,
    70%,
    80%,
    95% {
        bottom: 0px;
    }
}

@-moz-keyframes figcaptionner {
    0%, 25%, 50%, 75%, 100% {
        bottom: -55px;
    }
    5%,
    20%,
    30%,
    45%,
    55%,
    70%,
    80%,
    95% {
        bottom: 0px;
    }
}

@keyframes figcaptionner {
    0%, 25%, 50%, 75%, 100% {
        bottom: -55px;
    }
    5%,
    20%,
    30%,
    45%,
    55%,
    70%,
    80%,
    95% {
        bottom: 0px;
    }
}

#timeline {
    position: absolute;
    background: #999;
    bottom: 0px;
    left: 265px;
    height: 1px;
    background: rgb(214, 98, 13);
    background: rgba(214, 98, 13, .8);
    width: 0;
    -webkit-animation: timeliner 25s infinite;
    -moz-animation: timeliner 25s infinite;
    animation: timeliner 25s infinite;
}

.modal {
    top: 232px;
}

.modal-footer {
    text-align: center;
}
.btn {
    width: 100px;
}

.map_titre {
    color: #333;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
}

.map_adresse {
    color: #333;
    font-family: sans-serif;
    font-size: 13px;
}

.map_link {
    color: #427fed;
    font-family: inherit;
    font-size: 13px;
}
