
/********************** wallpaper **********************/

#wallpaper {
    background: url(../../img/photos/nous-rejoindre/nous-rejoindre.jpg) no-repeat center center;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
	background-attachment: fixed;
}

/* Safari 6.1+ only */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    #wallpaper { 
        background-attachment: scroll; 
    }
}}	

#wallpaper .content-b {
    vertical-align:bottom;
    text-align:right;

    text-shadow: 0 0 7px rgba(0,0,0, 0.5);
    
    padding-right: 35px;
    padding-bottom: 35px;
}

#wallpaper .content-b h2 {
    color: #f7f4e5;
    font-size: 48px;
    font-weight:bold;
    text-transform: uppercase;
    margin: 0;
}

#wallpaper .content-b p {
    color: #f7f4e5;
    font-size: 22px;
    font-weight:600;
    letter-spacing: 1px;
    margin-bottom:0;
}

/* smartphone */
@media only screen and ( max-width: 760px) { 
    #wallpaper .content-b {
        text-align:center;
        padding-right: 0;      
    }
}

/********************** offre-emploi **********************/

.offre-emploi {

}

.offre-emploi .btn.btn-primary {
    background: transparent;
    border-color: #b26558;
    color:#b26558;
}

.offre-emploi .btn.btn-primary:hover,
.offre-emploi .btn.btn-primary:focus {
    background: #b26558;
    border-color: #3e3d40;
    color:#f7f4e5;
}
