/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial, sans-serif;
}
hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}
hr.light {
    border-color: white;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #ca262e;
}
a:hover,
a:focus {
    color: #ca262e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.no-padding {
    padding: 0;
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background: #ffffff;
    text-align: center;
    color: white;
}
header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}
header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}
header .header-content .header-content-inner hr {
    margin: 30px auto;
}
header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 61%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 75px;
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .display-md { display: block; }
    .display-xs { display: none; }
}
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
img { margin: 0 auto; }
img::selection {
    color: white;
    background: transparent;
}
img::-moz-selection {
    color: white;
    background: transparent;
}

.bandeau {
    background-image: url(../img/bandeau.jpg);
    background-repeat: no-repeat;
    padding: 140px 0;
    background-size: cover;

}
.m {
    width: 650px;
    margin-top: -332px;
    position: absolute;
    right: 25%;
}
.logo { width: 200px; }
.adresse {
    text-align: right;
    color: #333333;
    margin-top: 50px;
    font-size: 17px;
}
.rouge { color: #ca262e; }
.telecharger {
    background: #ca262e;
    margin-top: 20px;
    display: inline-block;
    color: #ffffff;
    padding: 5px 20px;
    width: 156px;
    text-align: center;
    font-size: 15px;
}
.telecharger:hover { color:#ffffff; }

@media (min-width: 768px) and (max-width: 992px) {
    .m {
        width: 600px;
        margin-top: -293px;
        position: absolute;
        right: 0;
        left: 0;
    }  
    .adresse {
        text-align: center;
        color: #333333;
        margin-top: 220px;
        font-size: 17px;
    }
}
@media (max-width: 768px) and (min-width: 0px) {
    .m {
        width: 250px;
        position: absolute;
        right: 0;
        left: 0;
        padding: 0;
        margin-top: -310px;
    }
    header .header-content {
        position: relative;
        text-align: center;
        padding: 250px 0 100px;
        width: 100%;
    }
    .adresse {
        text-align: center;
        color: #333333;
        margin-top: 25px;;
        font-size: 17px;

    }
    .display-md { display: none; }
    .display-xs { display: block; }
    .part {
        text-transform: uppercase;
        font-size: 22px;
    }
    .construction {
        text-transform: uppercase;
        font-size: 18px;
    }
    .bandeau {
        background-image: url(../img/bandeau.jpg);
        background-repeat: no-repeat;
        padding: 80px 0;
        background-size: cover;
    }
}