/*------------------------------------*\
    PAGE BLOG
\*------------------------------------*/
#globe {
    background: #F6F6F6;
}
#globe .s-actu {
    padding-top: 2em;
    padding-bottom: 3em;
}
#globe p {
    color: #5B5A54;
}
#globe span{
    vertical-align: inherit;
}
#breadcrumbs .breadcrumb_last span{
    vertical-align: super;
}
#intro-page h1 a{
    color: #fff;
}
.article-actu.bloc-3 {
    margin-top: 2em;
    background: transparent;
    box-shadow: none;
}
.article-actu.bloc-3 a>img {
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.04);
}
.artaeb {
    padding: 1em 1em 0.5em;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.04);
    background: #fff;
	margin-bottom: 2em;
}
.artaeb h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
.artaeb h3 a{
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #09234A;
}
.imgcat {
    position: relative;
}
.categorie-accueil {
    position: absolute;
    bottom: 0;
    right: 0;
}
.categorie-accueil a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #09234A;
    padding: 0.3em 1em;
    display: inline-block;
}
.excerpt-accueil p {
    font-weight: 400;
    line-height: 20px;
    /*color:#09234A;*/
    padding: 1em 0;
}

/* SINGLE ACTU */
.actubread #breadcrumbs {
    padding-left: 0;
    padding-right: 0;
} 
#globe #away {
    background: #fff;
    /*margin: 4em 0;
    padding: 0;*/
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.04);
}
#globe #article #away{
    padding: 0;
}
#globe #away article, #globe #away .cat-date{
    padding-left: .9375em;
    padding-right: .9375em; 
}
#globe #away article{
    padding-top: 1em;
    padding-bottom: 1em;
}
#globe #away .cat-date{
    background: #09234A;
    color: #fff;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#globe #away .cat-date a, #globe #away .cat-date time{
	color: #fff;
    font-size: 14px;
}
#globe #away article {
	margin-bottom: 1.875em;
	text-align: left;
}
#globe #away article img {
	display: block;
	font-weight: 700;
}
#globe #away article h2, #globe #away article h3, #globe #away article h4 {
	color:#09234A;
	font-weight:700;
	margin-bottom:0.3em;
	margin-top:1em;
}
/*#globe #away article h2 {
	font-size: 1.5em;
}
#globe #away article h3{
	font-size: 1.25em;
}
#globe #away article h4 {
	font-size: 1.15em;
}
#globe #away article p {
	font-weight: 300;
	line-height: 1.5;
	margin: 0.5em 0;
}*/
#globe #away > div.cats-date > img{
	width:100%;
	max-height:320px;
	object-fit: cover;
}
#globe #away .cats-date{
	background:#fff;
	color:#5B5A54;
}
#globe #away .ico-date, #globe #away .ico-cat{
	float:left;
	padding:15px 20px;
}
#globe #away #pad{
	margin-right:10px;
}
/*#globe #away p {
    color: #5B5A54;
    font-weight: 500;
}*/
/*#globe #away li {
    color: #5B5A54;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0.5em 0;
}*/
/*#globe #away ul {
    list-style-type: disc;
	margin-left:1.5em;
}*/
/* Barre laterale 
#globe #downAway {
    margin: 4em 0;
}*/
/*
#globe #downAway #ac-actu{
    background:#fff;
}
*/
#globe #downAway h2 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
#globe .article-actu img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
#globe .btn-art-hover img {
    width: 40px;
    height:inherit;
    object-fit: inherit;
}
#globe #downAway .article-actu {
    padding:0;
}
#globe #downAway .article-actu:nth-child(1) {
    margin-top:0;
}
#globe #downAway .imgcat {
    padding:0;
}
/* ARCHIVE*/
#intro-page > div > div > h1 > a{
	color:#fff;
}

/* STYLE DEFAUT WORDPRESS */

img {
	margin: 0;
	height: auto;
	width: auto;
}
.attachment img {
	max-width: 675px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	/*margin-top: 4px;*/
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 12px;
	margin-bottom : 15px;
	padding: 4px;
	text-align: center;
	max-width : 720px;
	border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wp-caption img {
	margin: 5px 5px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-top-left-radius: 3px;
 	 border-top-right-radius: 3px;
  	border-bottom-right-radius: 3px;
  	border-bottom-left-radius: 3px;
	 box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption p.wp-caption-text {
	color: #ffffff;
	background-color : #596D1B;
	font-size: 12px;
	margin: 5px;
	text-align :center;
	font-family: 'Lato', sans-serif;
	font-weight : 300;
	margin-top : -5px;
	padding : 3px;
}
.wp-caption p.wp-caption-text a {
	color: #ffffff;
	font-weight : 300;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width : 50%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.gallery img {
	/*border: 2px solid #E1E1E1;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.gallery .gallery-caption {
	color: #333333;
	font-size: 10px;
	/*margin: 0 0 12px;*/
	/*background-color : #8DAF3B;*/
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #E1E1E1;
}
.gallery br+br {
	display: none;
}
.attachment img {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
#globe #downAway h2 {
    font-size: 1em;
}
}
@media only screen and (max-width: 599px) {
#globe .s-actu {
    padding: 1.5em 0;
}
#globe .s-actu .row > * {
    padding-left: 0;
    padding-right: 0;
}
div.article-actu .artaeb{
	margin-bottom: 0;
}
}