html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background-color: #ffffff;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.row{
    padding: 30px 0;
    font-family: arial, sans-serif;
    font-size: 13px;


}
.blocEntreprise{
    margin-top: 75px;
}
.blocEntreprise h1{
    font-size: 30px;
    color:#1b1b1b;
    text-align: center;
    margin-bottom: 15px;
}
.addressEntreprise{
    text-align: center;
}
.phone{
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
    color: #1b1b1b;
    font-size: 23px;
}
.blocDetails {
    font-size: 15px;
    color: #1b1b1b;
    line-height: 1.5;
    padding: 15px 50px;
}
.blocDetails span{
    width: 120px;
    display: inline-block;
    color: #818181;
}
.siteWeb{
    text-align: center;
    margin: 30px 0;
}
.siteWeb a {
    color: #1b1b1b;
    font-weight: bold;
    font-size: 23px;
}
.social{
    text-align: center;

}
.social a{
    display: inline-block;
    margin: 0 5px;
}
.cover{
    position: relative;
    margin-bottom: 30px;
    /*text-align:center;*/
    overflow: hidden;
    height: 600px;
}
.cover > img{
    width: 100%;
    position: absolute;
    top: -25%;
}
.cover .thumbsContainer{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.cover .thumbsContainer .item{
    float: left;
    width: 15%;
    border: 1px solid #fff;
    margin: 7.5px;
}
.cover .thumbsContainer .item img{
    width: 100%;
    max-height: 100px;
}
h2{
    font-weight: bold;
    margin-bottom: 15px;
}
hr {
    width:80%;
}

.logo {
    text-align: center;
    padding-top:80px;
}
.img-rounded {
    max-width: 70%;
}
.headerEntreprise {
    float: right;
    margin:0 40px;
    padding-top:10px;
    height: 50px;
    font-family: pt-sans,sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 23px;
    color: #80649e;
}
.headerConnect {
    background-color: transparent;
    border-color: #80649e;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    margin-right: 50px;
   padding: 10px 15px;
}
.main-panel {
    background-color: #ffffff;
}



/* recherche entreprise */
.appEntreprise {
    background: url(/Design/images/liste-emploi.png) no-repeat center;
    background-size: cover;
}


.bandeauAnnonce{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    padding: 1.25rem;
}

.imgAnnonce {
    text-align: left;
}
.imgAnnonce img {
    max-width: 100%;
    max-height: 300px;
}

.detailsAnnonce a{
    font-size: 20px;
}
.detailsAnnonce a:hover{
    color: #ccc;
}

.annonceSecteur {
    margin: 8px 0;
}

.btn-retour {
    border:solid 1px #8165a2;
    border-radius: 5px;
}

.frontAnnuaireMenu {
    font-size: 19px;
    padding: 0.75rem 1.25rem;
}

.footerFront {
    padding-left:50px;
    padding-right: 50px;
    margin-top: 81px;
    padding-top:50px;
    padding-bottom: 17px;
    position: relative;
    width: 100%;
    z-index: 279;
    background-color: #27292f;
    min-height:200px;
}

/* Offres d'emploi */
.blocOffre {
    font-size: 15px;
    color: #1b1b1b;
    line-height: 1.5;
    padding: 15px 50px;
}

.title {
    text-align: center;
    font-size: 23px;
    color: #1b1b1b;
    line-height: 1.5;
    font-weight: bold;
}

.unBienEntreprise {
    /*width: 300px;*/
    float:left;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    padding:20px;

}

.unBienEntreprise img{
    width: 100%;
}

.detailUnBienEntreprise {
    text-align: center;
    font-size:12px;
    padding-top:10px;
}

.detailUnBienEntreprise .titreBien {
    font-size:14px;
    color: #000;
    font-weight:bold;
}


@media screen and (max-width: 990px){
    .col-lg-4{
        margin-bottom: 30px;
    }
    .cover .thumbsContainer{
        padding: 5px;
    }
    .cover .thumbsContainer .item{
        margin: 3px;
    }
}