@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	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;
}
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;
}

/************/

body {
    font-family: Raleway;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

#wrapper {
    width: 310px; 
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
    border: 1px solid #dfdfdf;
    background: #fff;
}

#wrapper h2 {
    text-align: center;
    line-height: 1em;
    font-size: 1.5em;
}

#wrapper h2 span {
    font-size: 0.95em;
    font-weight: 700;
}

p {
    line-height: 1.5em;
    font-size: 0.75em;
    text-align: center;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0.5em;
    color: #37568a;
    margin: 0.5em 0;
}

#allContrat {
    margin-top: 1em;
}

#allContrat h3 {
    text-align: center;
    line-height: 1.5em;
    color: #37568a;
}

#allContrat .fonds {
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color: #37568a;
    margin-bottom: 0;
}

#allContrat a {
    text-decoration: none;
}


#lastContrat {
    margin-top: 0.25em;
    padding-top: 1em;
    background: #f2f2f2;
}

#lastContrat h3, #allContrat h3 {
    text-align: center;
    line-height: 1.5em;
    font-weight: 700;
    color: #000;
}

#last {
    border-bottom: 1px solid #000;
    margin: 0.5em 0;
    padding-bottom: 1em;
}

.editeur {
    text-align: center;
    line-height: 1.25em;
    
}

.editeur span{
    display: block;
    font-weight: 700;
}

.nomContrat {
    text-align: center;
    line-height: 1.15em;
    font-size: 1.35em;
    font-weight: 700;
    color: red;
}

.valeur {
    text-align: center;
    line-height: 1em;
    font-size: 3.5em;
    font-weight: 700;
    color: #000;
}

#contGal {
    box-sizing: border-box;
    text-align: center;
}

.fonds {
    display: block;
    padding-bottom: 0.25em;
    line-height: 1.25em;
}

.publie {
    display: block;
    padding-top:0.5em; 
    text-align: center;
    font-size: 2.5em;
}

.avenir {
    display: block;
    padding-top:0.5em; 
    text-align: center;
    color: red;
}

ul {
    position: relative;
    box-sizing: border-box;
    height: 190px;
}

.itemList {
    position: absolute;
    display: inline;
    left: 0;
    line-height: 1em;
    width: 100%;
    height: 190px;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff url(../../images/palme.png) no-repeat center 95%;
}

li {
    line-height: 1em;
}

li strong {
    display: block;
    padding-bottom: 5px;
}