


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

#wallpaper {
    background: url(../../img/theme/front/banniere-lms.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:top;
    text-align:right;
	padding-top: 140px;

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

#wallpaper .content-b h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight:bold;
    text-transform: none;
	font-variant: small-caps;
    margin: 0;
}

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

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

/********************** newsletters **********************/

#newsletters {
	position: relative;
    display: inline;
    float: left;
    width: 100%;
    padding: 40px 0px;
}

#newsletters table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

#newsletters th,
#newsletters td {
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
	vertical-align: middle;
}

#newsletters th {
    background: #f2f2f2;
    font-weight: bold;
}

#newsletters .col-pdf {
    text-align: center;
}

/* Lignes paires */
table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Lignes impaires */
table tbody tr:nth-child(odd) {
    background: #ffffff;
}

/* Petit effet au survol */
table tbody tr:hover {
    background: #f1f7fc;
    transition: background-color .15s ease;
}

/* bouton */
.btn {
    margin-top: 10px;
}

.btn.btn-primary {
    background: transparent;
    border-color: #00539b;
    color:#00539b;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #00539b;
    border-color: #3e3d40;
    color:#f7f4e5;
}
