.list_of_numeros .numero {
    margin-bottom: 20px;
	min-height: 450px;
}

.list_of_numeros .numero .numero-img {
    min-height: 287px;
    width: 100%;
}
.list_of_numeros .numero .numero-img img {
    background: url('../img/empty-numero.png') no-repeat center center;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
}
.list_of_numeros .numero h2,
.list_of_numeros .numero h3 {
    text-align: left;
	font-size: 15px;
    margin: 10px 0;
}
.list_of_numeros .numero .numero-img {
    width: 100%;
    height: auto;
}
.numero-content h2 {
	font-size: 24px;
	margin-bottom: 0;
}

.memo {
	font-size: 1.1em;
	margin-bottom: 30px;
}

.meta {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cdcdcd;
}

.no-picture .numero {
    margin-bottom: 0;
}
.no-picture .numero,
.summary {
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
}

.section {
	text-align: center;
	margin-top: 40px;
	color: #7b7b7a;
}
.no-picture h2,
.no-picture h3,
.summary .summary-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}

.summary .page {
	color: #7b7b7a;
}

.summary blockquote {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	border: none;
	font-size: 14px;
}

.article-section {
	font-size: 16px;
}
.article-titre {
	font-size: 30px;
	margin-top: 0;
}
.article-sous-titre {
	margin-bottom: 10px;
	font-size: 18px;
}
.article-content {
	margin-top: 40px;
}
.search .article-titre {
	font-size: 24px;
}
.search .article-content {
	margin-top: 0;
	margin-bottom: 40px;
}

.article-more {
	margin-top: 20px;
	text-align: right;
}

.fl-content ul.letters {
    width: 415px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0;
}
.fl-content ul.letters li {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 5px 5px 0;
    width: 25px;
    border: 1px solid #eee;
    color: #b5dde5;
}
.fl-content ul.letters li > * {
    padding: 5px;
    display: block;
    color: #b5dde5;
}
.fl-content ul.letters li a {
    background: #b5dde5;
    color: #fff;
}
.fl-content ul.letters li a:hover {
    background: #eee;
    text-decoration: none;
}


/** Widgets **/
.widget_cairn_authors_widget ul.letters {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-top: 0;
    border-bottom: 1px solid #cdcdcd;
}
.widget_cairn_authors_widget ul.letters li {
    display: inline-block;
    color: #afafaf;
    margin: 0 1px;
    padding: 0;
    text-transform: uppercase;
}
.widget_cairn_authors_widget ul.letters li a {
    color: #000;
    padding: 0 2px;
}
.widget_cairn_authors_widget ul.letters li a.active,
.widget_cairn_authors_widget ul.letters li a:hover {
    background: #b5dde5;
    color: #fff;
    text-decoration: none;
}
.widget_cairn_authors_widget ul.letter {
    display: none;
}
.widget_cairn_authors_widget ul.letter.active {
    display: block;
}

.widget_cairn_last_numero_widget .visuel {
	width: 200px;
	height: auto;
	display: block;
	margin: 10px auto;
}
.widget_cairn_last_numero_widget .numero-title {
	font-size: 22px;
	font-weight: bold;
}
.widget_cairn_last_numero_widget .numero-title {
}
.widget_cairn_last_numero_widget .section {
	font-size: 20px;
}
.widget_cairn_last_numero_widget .article {
	margin-bottom: 10px;
}
.widget_cairn_last_numero_widget .meta {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}	


.fl-widget .btn-primary {
	width: 100%;
	}

.fl-sidebar .fl-widget .fl-widget-title {
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}

.glossary {
    border-left: 1px solid #f0f2f6;
    margin-bottom: 50px;
    width: 50%;
}
.glossary:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 30px;
    background: #b5dde5;
}

.glossary .glossary-title {
    text-transform: uppercase;
    color: #b5dde5!important;
    font-size: 40px;
    line-height: 30px;
    margin: 0 20px 15px;
}

.glossary ul {
    list-style: none;
    margin: 0 20px 1.25rem;
    padding: 0;
}

.glossary ul li {
    margin-bottom: 10px;
}


.last-numeros-annee {
}
.last-numeros-annee:hover {
	cursor: pointer;
}

.last-numeros {
	display: none;
}
.fl-widget ul.last-numeros li {
	margin-bottom: 5px;
	margin-left: 10px;
}
.widget_cairn_last_numeros_widget hr {
	margin: 5px 0;
}
.all-issues {
	text-align: right;
}




.native-content {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
    .glossary {
        width: 100%;
    }
    ul.letters {
        width: 100%;
    }
}

