
.typography .main-title {

}

.typography .secondary-title {

}

.typography p {
	font-weight: 400;
    font-size: 16px;
	font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
}

.typography pre {

}

.typography hr {

}

.typography a {
	color: #337ab7;
	text-decoration: none;
}
.typography a:hover {
	text-decoration: underline;
}


.typography em {
	font-style: italic;
}

.typography ul li {     list-style-type: disc; }

.typography form ul li {     list-style-type: none !important; }

.typography .cadragerond img{
	border-radius: 50%;
    border: 9px solid #f8f8f8;
}


.typography p.annotation:before {
    content: " ";
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}

.typography p strong {
	font-weight: 600;
}

.typography h2, .typography hr + h2 {
	margin-top:40px;
}

.typography h2:first-child {
	margin-top:0;
}


.typography h2 {
	color:#005391;
	margin-bottom: 40px
}


.typography h3,
.typography h4,
.typography h5 {
	margin-bottom: 20px
}


/*
.typography h3:after,
.typography h4:after,
.typography h5:after,
.typography h6:after {
	content:"";
	height:1px;
	width:50px;
	background-color:#666;
	display:block;
	margin-top:20px;
	margin-bottom: 20px;
}*/
.typography h2.sous-titre,
.typography h3.sous-titre,
.typography h4.sous-titre,
.typography h5.sous-titre,
.typography h6.sous-titre {
	display: inline-block;
	color:#000;
	text-transform: uppercase;
}
.typography h2.sous-titre:after,
.typography h3.sous-titre:after,
.typography h4.sous-titre:after,
.typography h5.sous-titre:after,
.typography h6.sous-titre:after {
	content:"";
	height:1px;
	width:auto;
	background-color:#666;
	display:block;
	margin-top:20px;
	margin-bottom: 20px;
}



.typography h2 {
	font-size:32px;
  margin-bottom: 40px;
}

.typography p + h3 {
	margin-top:50px;
}


.typography h3 {
	font-size:22px;
}

.typography h2 + h4 {
	margin-top:20px;
}
.typography h5 {
	font-size:18px;
}

.typography h6 {
	font-size:16px;
}

.typography pre {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 185%;
}

.typography hr {
	border:0;
	width:100%;
	height:1px;
	background:#ccc;
	margin:40px 0;
}

.typography img.floatleft {
	float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.typography img.floatright {
	float: left;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.typography blockquote {
	padding-left: 100px;
	padding-right: 100px;
	color: #777;
	position:relative;
	border-left: 2px #ccc solid;
}
.typography blockquote:before {
	content : '';
	background-image:url(../images/blockquote.png);
	background-size: contain;
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	top:0;
	left: 20px;
  width: 50px;
  height: 50px;
}



.typography .apres-citation {
	color: #666;
	font-size: 13px;
	padding-bottom: 30px;
}



.content ul, .content ol {
	margin-top: 20px;
	margin-bottom: 20px;
}


@media all and (max-width: 767px) {

	.typography h2 {
    font-size: 28px;
	}
	.content {
    padding: 15px;
	}

	.typography blockquote {
    padding-left: 40px;
    padding-right: 0px;
		border:0;
	}
	.typography blockquote:before {
    left: 5px;
    width: 30px;
    height: 30px;
	}



}
