/*bug affichage prive */

.spip-admin-bloc,
.spip-admin-float {
	z-index: 1000;
	position: fixed;
	right: 20%;
	top: 0;
	white-space: nowrap;
}

body {
	color: #060606;
	background-color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.text-bottom {
	vertical-align: bottom;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #179bd7;
	text-transform: uppercase;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #337ab7;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #d04e18;
}

.blog-post-item h2>a:hover,
.blog-post-item h3>a:hover,
.blog-post-item h4>a:hover,
.blog-post-item h5>a:hover {
	color: #d04e18;
}

a {
	color: #179bd7;
}

a:hover {
	color: #d04e18;
}


/* * Couleurs des liens de Spip */

a.spip_note,
a.spip_in,
a.spip_out,
a.spip_url,
a.spip_glossaire,
.on {
	color: #2f90c9;
	text-decoration: underline;
}

a.spip_note:hover,
a.spip_in:hover,
a.spip_out:hover,
a.spip_url:hover,
a.spip_glossaire:hover {
	color: #d04e18;
	;
	text-decoration: none;
}

.blog-post-item {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #eee 1px solid;
	position: relative;
}

h1 {
	font-size: 28px;
		
		line-height: 2;
	margin: 0 0 50px 0;
}

h2 {
	font-size: 20px;
	margin: 0 0 25px 0;
}

h3 {
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}


/* Tableaux */

table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse;
}

table.spip caption {
	caption-side: top;
	/* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}

table.spip tr.row_first {
	background: #FFC;
}

table.spip tr.row_odd {
	background: #DDD;
}

table.spip tr.row_even {
	background: #EEE;
}

table.spip th,
table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

section {
	padding: 30px 0;
}

section.page-header h1 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 800;
}


/** Top Nav
 **************************************************************** **/

#header {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 90;
	background-color: #337ab7;
	border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
	-webkit-transition: all .800s;
	-moz-transition: all .800s;
	-o-transition: all .800s;
	transition: all .800s;
}

#header.fixed.transparent {
	background-color: #337ab7;
}


/* Sticky 60px */

#header.fixed {
	position: fixed;
	border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
	background-color: #337ab7;
}

#header.fixed.transparent ul.nav-second-main li a,
#header.fixed.transparent ul.nav-second-main li a>i,
#header.fixed.transparent #topMain.nav-pills>li>a {
	color: #ffffff;
	font-size: 110%;
}

#header.transparent+section.page-header.page-header-massorti {
	padding: 20px 0;
	padding-top: 100px;
}

section.page-header .breadcrumb {
	font-size: 14px;
	font-weight: 800;
	background: rgba(0, 0, 0, 0.3);
}


/*#topNav ul.dropdown-menu>li, #topNav ul.dropdown-menu>li a {
   
}*/

#topNav div.submenu-dark ul.dropdown-menu>li a {
	color: #060606;
}

#topNav div.submenu-dark ul.dropdown-menu>li a:hover {
	color: #060606;
	background-color: rgba(255, 255, 255, 0.3);
}

#topMain.nav-pills>li>a {
	font-weight: 800;
	background-color: transparent;
}

#topNav div.submenu-dark ul.dropdown-menu {
	background-color: #8ab8cc;
}

#topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle {
	background-image: url(../images/submenu_dark.png);
	background-color: #4fa8cc;
	/*background-color: #524d4d;*/
}

section.page-header .breadcrumb a {
	color: #fff !important;
	text-decoration: none;
}

section.page-header .breadcrumb a:hover {
	color: #ffb180 !important;
	text-decoration: none;
}


/*	#topNav div.submenu-dark ul.dropdown-menu {
    background-color: #222222;
}
#topNav div.submenu-dark ul.dropdown-menu a{
    background-color: #179BD7;
}*/


/** Blog Small Image ****************** **/

.blog-post-item .blog-item-small-image {
	width: 150px;
	float: left;
}

.blog-post-item .blog-item-small-image+.blog-item-small-content {
	padding-left: 230px;
}


/** Aside
 **************************************************************** **/

.tab-post {
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}

.tab-post a {
	color: #666;
	text-decoration: none;
	font-weight: 700;
}

.tab-post a p {
	margin: 0px;
	padding: 0px;
}

.tab-post small {
	display: block;
	font-size: 12px;
}

.col-md-4,
.col-sm-4,
.col-xs-4 {
	padding-right: 10px;
	padding-left: 5px;
}

.col-md-8,
.col-sm-8,
.col-xs-8 {
	padding-right: 0px;
	padding-left: 10px;
}


/*** ARTICLE ***/

.chapo {
	font-size: 18px;
}

.chapo:first-letter {
	float: left;
	font-size: 70px;
	line-height: 60px;
	padding: 4px 8px 4px 4px;
	margin-right: 6px;
	margin-top: -3px;
	display: inline-block;
	color: #333;
}

.fltlft {
	display: block;
	float: left;
	width: 40%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

/* barre des forums */

.comments {
	margin-top: 2em;
	padding: 1em 0;
	border-top: 3px dashed #CCC;
}

.forum-titre {
	margin-top: 2em;
	padding: 1em 0;
	border-top: 3px dashed #CCC;
}

.fltlft {
	display: block;
	float: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	width: 500px;
}
.img_sens{
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 8px;
    background-color: #ccc;
};
.image_article {
	float: left;
	display: block;
	width: 40%;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

div.side-nav ul>li>a {
	color: #179bd7;
	text-decoration: none;
}

div.side-nav ul>li>a:visited {
	color: #337ab7;
	text-decoration: none;
}

div.side-nav ul.list-group-bordered>li>a:hover {
	color: #d04e18 !important;
}


/* footer contact text */

#footer a {
    color: #FFF;
    text-decoration: none;
}
#footer a:hover {
    color: #d04e18;
    text-decoration: none;
}

#footer address {
	background: url('../images/world-map.png') no-repeat center;
	padding-bottom: 1em;
}

#footer address .footer-sprite {
	margin-bottom: 20px;
	padding-left: 30px;
	background: url('../images/footer_sprite.png') no-repeat 0 0;
}

#footer address .footer-sprite:last-child {
	margin-bottom: 0;
}

#footer p {
	line-height: 18px;
}

#footer p.contact-desc {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: #403E44 1px dashed;
}

#footer address .footer-sprite.address {
	background-position: 0 0;
}

#footer address .footer-sprite.phone {
	background-position: 0 -138px;
	line-height: 30px;
}

#footer address .footer-sprite.email {
	background-position: 0 -247px;
}

#footer address .footer-sprite.web {
	background-position: 0 -327px;
}

#footer>.container {
	padding-top: 20px;
	margin-bottom: 20px;
}

.caractencadre-spip {
	display: block;
	margin-top: 1em;
	color: #000;
	padding: 1em;
	font-weight: bold;
	font-size: 120%;
	border: #d04e18 2px solid;
}

.texteencadre-spip {
	display: block;
	margin-top: 1em;
	color: #000;
	padding: 1em;
	font-weight: bold;
	font-size: 120%;
	border: #d04e18 2px solid;
}


/* sommaire */

p {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.pad {
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 10px 20px;
    
}

.gros_titre {
	font-size: 110%;
	margin-top: -30px;
	border-bottom: 3px solid lightgray;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}
.image_grande_une{
	float: left;
	display: block;
	width: 20%;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	};
.images_nos_amis {
	width: 80%;
	height: auto;
}

.spip_logos {
	padding-right: 20px;
	padding-bottom: 10px;
}

.text_coup_de_coeur .spip_logos {
	padding-right: 20px;
	padding-bottom: 10px;
}

.coup_de_coeur {
	border-radius: 5px;
	/*border: 2px solid #73AD21;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/*.titre_coup_de_coeur {
    background-color: #179bd7;
    color: white;
    text-align: center;
    border-radius: 20,20,0,0;
    border-radius: 20px 20px 0px 0px;*/

.titre_coup_de_coeur {
	border-radius: 5px 5px 0px 0px;
	background-color: #179bd7;
	color: white;
	text-align: center;
}

.text_coup_de_coeur {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.image_coup_de_coeur {
	float: left;
	display: block;
	width: 40%;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.image_petite_une {
	float: left;
	display: block;
	width: 50%;
	border-width: 20px;
	border-color: #666;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}



.encadre_bandeau {
	border-radius: 5px;
	box-shadow: 1px 1px 6px 0 #ab9a9a;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.titre_encadre_bandeau {
	border-radius: 5px 5px 0px 0px;
	background-color: #179bd7;
	color: white;
	text-align: center;
	padding-right: 20px;
    
    padding-left: 20px;
}


.text_encadre_bandeau {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.text_encadre_bandeau hr{
	
	margin: 5px;
}
.text_encadre_bandeau p{
	padding: 0px;
	margin: 0px;
}

img .img-titre {
	width: 30%;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px
}

.logos_sites {
	width: 80%;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px
}

@media only screen and (max-width: 991px) {
	#header #topNav #topMain> {
		text-transform: uppercase;
	}
	#header #topNav #topMain>li>a {
		height: 40px !important;
		line-height: 40px !important;
		padding-top: 0;
		background-color: #524d4d;
		color: #ffffff;
		text-transform: uppercase;
	}
	#header #topNav #topMain>li a:hover {
		background-color: #666;
	}
	.image_article {
		float: left;
		display: block;
		width: 50%;
		height: auto;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 5px;
	}
	.image_grande_une, .image_coup_de_coeur,.image_petite_une {
	float: left;
	display: block;
	width: 20%;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 28px;
		margin: 0 0 20px 0;
		line-height: 2;
	}
	h2 {
		font-size: 20px;
		margin: 0 0 15px 0;
	}
	h3 {
		font-size: 18px;
		letter-spacing: normal;
		margin: 0 0 10px 0;
	}
	/* sommaire */

p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.image_grande_une, .image_coup_de_coeur,.image_petite_une{
	float: left;
	display: block;
	width: 40%;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	};

	.image_petite_une {
		float: left;
		display: block;
		width: 50%;
		border-width: 20px;
		border-color: #666;
		height: auto;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 5px;
	}

.pad {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    
}
	section div.row>div {
		margin-bottom: 10px;
	}
	.blog-post-item .blog-item-small-image {
		width: 50px;
		float: left;
	}
	.blog-post-item .blog-item-small-image+.blog-item-small-content {
		padding-left: 70px;
	}
	.blog-post-item {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: #eee 1px solid;
		position: relative;
	}
	.tab-post {
		padding-bottom: 5px;
		margin: 0 0 5px 0;
		border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
	}
	ul.blog-post-info {
		display: block;
		border-bottom: #eaeaea 1px dotted;
		padding-bottom: 0px;
	}
	p,
	pre,
	ul,
	ol,
	dl,
	dd,
	blockquote,
	address,
	table,
	fieldset,
	form {
		margin-bottom: 5px;
	}
	section page-header page-header-massorti parallax parallax-2 {
		display: none;
	}
	.header section {
		display: none;
	}
	.image_article {
		float: none;
		display: block;
		width: 100%;
	}
	#footer address {
		/*background: url('../images/world-map.png') no-repeat center;*/
		padding-bottom: 0.5em;
		border-bottom: #b6b7ba 1px dotted;
	}
	#footer .row>div {
		margin-bottom: 10px;
	}
	#footer h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#footer address .footer-sprite {
		margin-bottom: 0px;
		padding-left: 30px;
		background: url(../images/footer_sprite.png) no-repeat 0 0;
	}
}


/* Article */