@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fnt/RobotoCondensed-Regular-webfont.eot');
    src: url('fnt/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fnt/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg'),
         url('fnt/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fnt/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url(img/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    background-image: url(img/aide-soignante.png), url(img/logistique.png), url(img/background.jpg);
    background-position: left bottom, right bottom, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
	background-attachment: fixed, fixed, scroll;
    color: #fff;
    font-family: 'roboto_condensedregular', sans-serif;
    font-size: 110%;
}

a {
    text-decoration: none;
}

h1 {
    color:inherit;
    font-family: inherit;
}

.logo {
    background: url(img/logo.png) no-repeat center;
    background-size: contain;
    height: 200px;
    padding: 0;
}

.perso {
    background: url(img/aide-soignante.png) no-repeat bottom;
    background-size: contain;
    height: 800px;
}

.content {
    background: rgba(255,255,255,0.20);
    background: rgba(0,0,0,0.80);
    background: rgba(78,47,129,0.85);
    border-radius: 8px 8px 0px 0px;
    text-align: justify;
    text-justify: newspaper
}

.header, .content, .footer1, .footer2, .footer3 {
    max-width: 800px;
}

.android {
    background: url(https://developer.android.com/images/brand/fr_generic_rgb_wo_60.png) no-repeat center;
}
.apple {
    background: url(img/btn-apple.svg) no-repeat center;
}
.fessebouc {
    background: url(img/btn-facebook.png) no-repeat center;
}
.touitteur {
    background: url(img/btn-twitter.png) no-repeat center;
}
.conditions {
    background: url(img/btn-download.png) no-repeat center;
}

.android, .apple, .fessebouc, .touitteur, .conditions {
    background-size: contain;
    height: 3em;
    line-height: 4.5em;
    opacity: 0.85;
    font-size: 1.1em;
    text-align: center;
    color: #fff!important;
    display: block;
}

.fessebouc, .touitteur {

}

.android:hover, .apple:hover, .fessebouc:hover, .touitteur:hover, .conditions:hover, .cccp:hover {
    opacity: 1;
    color: #fff!important;
    text-decoration: underline;
}

a:-webkit-any-link {
    text-decoration: none;
}


.mentions {
    padding-left: 1em;
}
.footer1 {
    background: #fff;
    height: 2.5em;
    opacity: 0.8;
    font-size: 1.5em;
    line-height: 2.5em;
    color: rgba(78,47,129,1);
}
.footer2 {
    background: #fff;
    height: 5em;
    opacity: 0.8;
    border-radius: 8px 8px 0px 0px;
}
.footer3 {
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    height: 6em;
    opacity: 0.8;
}

.cccp {
    background: url(prt/cccp.png) no-repeat top left;
}
.mdeva {
    background: url(prt/mdeva.jpg) no-repeat top left;
}
.valmetro {
    background: url(prt/valmetro.jpg) no-repeat top left;
}
.ecoburotic {
    background: url(prt/ecoburotic.jpg) no-repeat center;
}
.adecco {
    background: url(prt/adecco.jpg) no-repeat center;
}
.transvilles {
    background: url(prt/transvilles.jpg) no-repeat center;
}
.chva {
    background: url(prt/chva.jpg) no-repeat center;
}
.ue {
    background: url(prt/uefse.jpg) no-repeat center;
}
.fse {
    background: url(prt/npdcfse.jpg) no-repeat;
}
.mdehainaut {
    background: url(prt/mdehainaut.png) no-repeat;
}
.pole {
    background: url(prt/poleemploi.jpg) no-repeat;
}

.cccp, .mdeva, .valmetro {
    height: 3em;
    background-size: contain;
    background-position: center;
    display: block;
}

.ecoburotic, .adecco, .transvilles, .chva, .ue, .fse, .mdehainaut, .pole {
    height: 3em;
    background-size: contain;
    background-position: center;
    display: block;
}

.no-padding{
    padding: 0!important;
}