html{
    /*font-family: 'Oxygen', sans-serif;*/
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    width:100%;
    background-color: #ffffff;
    margin:0;
    padding:0;
    font-size: 1.2em;
    color: #333333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
	font-weight: 400;
}

.home strong{
	color: #3e62d7 !important;
}
.egalite strong{
	color: #BF360C !important;
}
.handicap strong{
	color: #70438e !important;
}
.lgbt strong{
	color: #FF8F00 !important;
}
.generations strong{
	color: #00838F !important;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.25em;
    color: #555;
}

h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #555;
    padding: 0.5em 0 0 0;
    margin: 0;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.1em;
	font-weight: 700;
}
h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4em;
    padding: 0.5em 0 0 0;
    margin: 0;
}
a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    text-decoration: underline;
}
p {
    font-size: 1.25em;
    padding: 0 0 0.2em 0;
	color: #2c3e50;
}
th {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}




.page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #F5F5F5;
}

/*--------HEADER---------*/

.page > header{
	display: block;
	background-color: #ffffff;
    padding: 0;
    margin: 0em;
	height: 5.4em;
}
.page .banner{
	display: block;
	height: 20em;
	width: 100%;
	background-size: 110%;
	padding: 0;
	margin: 0 0 4.5em 0;
}
.page .banner.home{
    background: #ffffff url("../img/imgHeader_index.jpg") no-repeat 100% 10% /cover;
}
.page .banner.egalite{
    background: #ffffff url("../img/imgHeader_egalite.jpg") no-repeat 100% 37% /cover;
}
.page .banner.handicap{
    background: #ffffff url("../img/imgHeader_handicap.jpg") no-repeat 100% 37% /cover;
}
.page .banner.lgbt{
    background: #ffffff url("../img/imgHeader_lgbt2.jpg") no-repeat 100% 25% /cover;
}
.page .banner.generations{
    background: #ffffff url("../img/imgHeader_generations.jpg") no-repeat 100% 37% /cover;
}

.page > h1 {
    width: 40%;
    font-size: 1.95em;
    color: #ffffff;
    position: absolute;
    top: 11.25em;
    left: 0;
    padding: .4em 1em .5em 2.5em;
    margin: 0;
}
.page > h1.home{
    background-color: #3e62d7;
    top: 11.9em;
}
.page > h1.egalite{
    background-color: #BF360C;
}
.page > h1.handicap{
    background-color: #70438e;
}
.page > h1.lgbt{
    background-color: #F57C00;
}
.page > h1.generations{
    background-color: #00838F;
}


/*------------navigation----------------*/

.page > header nav {
    width: 92%;
    border-bottom: 0px solid #cdcbb8;
	background-color: #ffffff;
    padding-left: 8%;
    margin:0;
}
.page nav .logo {
	height: 5.0em;
	width: 20%;
	float: left;
    background: #ffffff url("../img/logo_headerAXA.svg") no-repeat 0 60% ;
	background-size: 85%;
    border-bottom: 1px solid #FFFFFF;
    padding: 0 2em 0 0;
	margin: 0 !important;
}

.page > header nav ul {
    padding-top: 1.3em;
    margin: 0;
    list-style-type: none;
	background-color: #ffffff;
}
.page > header nav li a{
    float: left;
    font-size: 0.8em;
	font-weight: 700;
    text-transform: uppercase;
    padding: 1.7em 1em 0.75em 1em;
    text-decoration: none;
    border-bottom: 5px solid #ffffff;
    cursor: pointer;
    color: #6d6a5d;
}

.page > header nav li:nth-child(1) a {
    color:#103184;
}

.page > header nav li a:hover{
    /*background-color: #e8e6db;*/
    transition-duration: 1s;
    border-bottom: 5px solid #FFC107;
    color: #555;
}
.page > header nav li a.set{
    border-bottom: 5px solid #FFC107;
}



/*--------aside---------*/

aside {
	position:static;
	float: right;
	right: .2%;
	margin: 0 0 0 2.5em;
	padding: 10px;
	width: 15%;
	font-size: .8em;
	background-color: #ffffff;
    box-shadow: 0px 10px 70px #ccc;
    -moz-box-shadow: 0px 10px 70px #ccc;
    -webkit-box-shadow: 10px 0px 70px #ccc;
    -o-box-shadow: 0px 10px 70px #ccc;
}
aside a{
	cursor: hand;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	text-decoration: none;
    color: #0288D1;
	padding: 10px 0 0 0;
}
aside p {
	padding: 0;
}
aside span {
	font-size: .9em;
}

aside .date::after{
	content: " | ";
}

/*--------main---------*/

.page > main h1{
    padding: 0;
}
.page > main {
	display: block;
    width: 75%;
    margin: 0 auto;
    text-align: left;
}
.page > main > article {
    width: 100%;
    margin: 0 auto;
}
.page > main > article p, .page > main > article h2, .page > main > article h3, .page > main > article h4, .page > main > article ul {
    padding: 0 7%;
}
.page > main > article h4{
    padding-top: 1em !important;
}
.page > article a {
    display: inline;
    width: 50%;
}
.page ul{
	margin-left: 2em;
	font-size: 1.2em;
}
article a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.35;
    transition-duration: .5s;
}
article .infog, article .illustration{
	float: left;
	width: 22%;
	height: auto;
	margin: 2em 2em 2em 0;
	padding: 0;
}
.egalite > article .infog{
	margin: 1em 2em 1em 0;
	width: 30%;
}
article .illustration{
	width: 10%;
	margin: 0 1em 0 0;
}




/*-------news-------*

article .box {
	display: block;
    width: 65%;
    margin: 5em auto;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px #ccc;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    -o-box-shadow: 5px 5px 10px #ccc;
}
article .box a{
	cursor: hand;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	text-decoration: none;
    color: #0288D1;
}
article .box .news {
	display: inline-block;
	float: left;
	width: 90%;
    font-size: .8em;
    font-weight:700;
    text-transform: uppercase;
	padding: 0;
}
article .box .news p{
	padding-left: 1em;
    color: #0288D1;
}
article .box .news span{
    font-weight:400;
    color: #333333;
}
article .box .date::after{
	content: " | ";
}
article .box .arrow {
    font-size: 1.5em;
    font-weight:700;
	padding: .5em 0 0 0;
}




/*-------temoignage------*/

article .temoignage {
	display: inline-block;
    margin: 1em auto 0 auto;
    padding: 0;
    background-color: #F5F5F5;
    text-align: left;
}
article .personne {
	width: 160px;
	float: left;
    margin: 0 1.75em 5em 0;
	padding: 0;
	font-size: .85em;
	text-transform: uppercase;
}
article .personne strong {
	font-size: 1.10em;
}
article .personne img {
	display: block;
	width: 156px;
	height: 156px;
	margin: 1em 0;
	border-radius: 50%;
	  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 50%;

  	/* Firefox 1-3.6 */
 	 -moz-border-radius: 50%;

 	 /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 50%;
}
article .temoignage .citation {
	font-family: "Adobe Garamond Pro", "Times Roman", "Times New Roman";
    font-weight: 100;
	font-size: 1.35em;
	font-style: italic;
	line-height: 1.35em;
	width: 85%;
	padding: 0.5em 0 1em 0;
	margin: 0;
}


.book{
	width: 50%;
}
.pdf{
	width: 35%;
}



/*-------footer------*/

footer{
    width: 100%;
	height: 11em;
    padding: 0;
    margin: 0;
    background-color: #eeeeee;
	background: #eeeeee url(../img/background_footer.png) no-repeat 80% 100% /cover;
    display: inline-block;
    text-align: left;
}
footer main h4 {
    color: #DDDDDD;
}
footer main{
    width: 100%;
    float: left;
    padding: 2.5em 0;
    color: #000;
}

footer main a{
    color: #cccccc;
}

footer main ul{
    list-style-type: none;
    /*padding: 1em 0 0 10em;
    margin: 1em 0 0 10em;
    font-size: .85em;
	display: inline-block;*/
}
footer main li:before {
    content: "";
}
/*footer main .left {
	width: 80%;
	display: inline-block;
}*/
footer main .right a {
    width: 100px;
	height: auto;
	display: block;
	float: right;
	margin-right: 12.5%;
	padding: 3em 0;
	background-color: #FF8E00;
	background: url(../img/icon-axacom.gif) no-repeat 100% 100% ;
}
