/* !Typographies */
/* ----------------------------- */

body{
	color:#333;
	font-size:14px;
	font-family: "Open Sans";
	color: #303030;
	line-height: 1.3;
	letter-spacing: 0.04em;
	
}

h1,h2,h3,h4,h5,h6{
	color:#303030;
	font-weight: normal;
}

h1{
	font-size:2.5em;
	margin:10px 0px 20px 0px;
	font-weight: bold;
  
}
h2{
	font-size:2em;
	margin:5px 0px 10px 0px;

}
h3{
	font-size:1.5em;
	margin:5px 0px 10px 0px;
}

h4{
	font-size:1.2em;
	margin:5px 0px 10px 0px;
	font-weight: bold;
}

h5{
	font-size:1.1em;
	margin:5px 0px 10px 0px;
	font-style: italic;
}

p{
	margin:4px 0px 10px 0px;
}

strong,b{
	font-weight: bold;
}

em,i{
	font-style: italic;
}

ul,ol{
	padding-left:30px;
}

ul li, ol li{
	margin:2px 0px 8px 0px;
	list-style: circle;
}

ol li{
	list-style: decimal;
}

blockquote{
	padding:5px 0px 5px 20px;
	border-left:4px solid #eee;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	margin:5px 0px 20px 10px;
}

a,a:link {color: #2a3e6b;text-decoration: none} 
a:visited {color: #2a3e6b;}
a:active,a:hover,a:focus {color: #1d2c50;text-decoration: none;}

.title_underligne{
	border-bottom:2px solid #000;
	padding:10px;
	margin-bottom:30px;
}


/* End > Typographies */

.titre-s1{
  font-size: 1.8em;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  font-weight: 200;
}

.titre-s2{
	border-bottom:1px solid #727272;
	margin-top:30px;
	margin-bottom:20px;
}

.btn-s1,a.btn-s1{
	display: inline-block;
	min-width:85px;
	padding:12px;
	font-weight: bold;
	color:#000;
	border:1px solid #000;
	-webkit-transition : all 350ms;
	-moz-transition    : all 350ms;
	-ms-transition     : all 350ms;
	-o-transition      : all 350ms;
	transition         : all 350ms;
}
	.btn-s1:hover,
	.btn-s1:focus,
	.btn-s1:active,
	.btn-s1.active{
		background: #000;
		color:#fff;
	}


.btn-s2{
	background: #e90c5c !important;
	padding: 5px !important;
	display: inline-block;
	margin: auto;
}
	.btn-s2 span.bordure{
		display: block;
		border: 1px solid #fff !important;
		line-height: 40px !important;
		height: 40px !important;
		color:#fff;
		padding:0px 15px;
		font-weight: bold;
		text-transform: uppercase;
	}

.bold{
	font-weight: bold;
}


/* !WordPress Core */
/* ----------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* End > WordPress Core */