/**
 * @file
 * Block Styling
*/


/*
font-family: 'Lato', sans-serif; => tout
font-family: 'Carme', sans-serif; => titrages
font-family: 'Arvo', serif; => onglets histoire
*/


.block /* Block wrapper */ {
    /*margin-bottom: 1.5em;*/
}

.sidebar .block {
    margin-bottom:30px;
}

.sidebar .block.last {
    margin-bottom:0;
}

.block.first /* The first block in the region */ {
	
}

.block.last /* The last block in the region */ {
	
}

.block.odd /* Zebra striping for each block in the region */ {
	
}

.block.even /* Zebra striping for each block in the region */ {
	
}

.sidebar h2.block-title  {
	display:inline-block;
	font-family: 'Carme', sans-serif;
	background:#EEE!important;
    font-size:17px;
    border-radius:20px 20px 0px 0px;
    padding:10px 20px;
    font-weight:bold;
    text-transform:uppercase;   
    color:#6d3e91;
	margin:0px;
}

.sidebar .block > .content {
	background:#EEE;
	border-radius:0px 20px 20px 20px;
	padding:20px;
}

.page-search #main-wrapper .content {
	padding:20px;
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
}

#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}



/* Blocks bt après recherche */

#block-block-1000015,
#block-block-1000009 {
    width: 93px;
}

#block-block-1000009 .content {
	display:flex;
	column-gap:20px;
}

#block-block-1000016 .content a{
	text-decoration:none;
	color: #6e6e6e;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
	    display: block;
    float: left;
    padding: 2px;
}
#block-block-1000046 .content {
	display:flex;
	column-gap:6px;
}
#block-block-1000046 .content a {
	text-decoration:none;
}

#block-block-1000046 .content a img {
	height:22px;
	width:auto;
}


#block-search-form .form-text {
    height:35px;
  
    line-height:19px;
	border:0px;
    border-bottom:1px solid #d1d2d2;
    padding:0 30px 0 0px;

    -o-border-radius:5px;
    -moz-border-radius:5px;	
	font-size:16px;
    background:#fcfcfc url('../images/background_search_input.gif') right top no-repeat;
}

@media (min-width:1000px) {
	#block-search-form .form-text {
		width:235px;
	}
}

#block-search-form .form-submit {
    height:20px;
    line-height:20px;
    border:none;
    padding:0;
    margin:0;
    background:#6d3e91 ;
    width:40px;
    color:#ffffff;
    text-transform:uppercase;
	display:none;
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}

#block-system-main-menu /* "Main menu" block */ {
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

#block-system-user-menu, #block-user-login /* "User menu" block for Drupal user menu + "User login form" block */ {
    float:left;
    position:relative;
    padding:10px;
}

#block-system-user-menu {
    padding-left:20px;
	padding-top:15px;
}

#block-system-user-menu h2.block-title, #block-user-login h2.block-title {
    display:inline;
    color:#6e6e6e ;
    font-weight:normal;
    font-size:14px;
    line-height:20px;
    cursor:pointer;

}

#block-system-user-menu h2.block-title {
    background:url('../images/puce_arrow_down.gif') right center no-repeat;
    padding-right:15px;
}

#block-user-login h2.block-title {
    background:url('../images/button_connexion.gif') left center no-repeat;
    padding-left:30px;
    padding-right:10px;
    line-height:22px;
    height:22px;
    border:1px solid #e9e9e9;

    border-radius:2px;
    -webkit-border-radius:2px;
    -o-border-radius:2px;
    -moz-border-radius:2px;	
}

#block-system-user-menu h2.block-title strong, #block-user-login h2.block-title strong {
    color:#6d3e91;
}

#block-system-user-menu .content {
    position:absolute;
    top:40px;
    left:0px;
    display:none;
}

#block-user-login .content {
	position:absolute;
	top:40px;
	left:0px;
	display:none;
	background:url('../images/loginform_arrow_up.png') 13px 0px no-repeat;
	width:220px;
	z-index: 200;
}

#block-user-login .content label {
	padding-top:10px;
	margin:0 10px;
	font-size:12px;
	color:#6e6e6e;
	font-weight:normal;
}

#block-user-login .content .form-text {
    height:18px;
    width:185px;
		margin:0 10px;

		color:#6e6e6e;
    line-height:19px;
    border:1px solid #d1d2d2;
    padding:0 5px;

    border-radius:2px;
    -webkit-border-radius:2px;
    -o-border-radius:2px;
    -moz-border-radius:2px;	

    background:#fcfcfc url('../images/background_input.png') right top no-repeat;
}

#block-user-login .content .form-submit {
    background: none repeat scroll 0 0 #6d3e91;
    border: medium none;
    color: #FFFFFF;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    width: 200px;
		margin:0 10px 10px 10px;
}

#block-user-login .content .item-list {
    margin:10px 0;
}

#block-user-login .content .item-list ul {
    margin:0;
    padding:0;
    border-bottom:1px solid #e5e5e5;
}

#block-user-login .content .item-list ul li {
    list-style-image: none;
    list-style-type: none;
}

#block-user-login .content .item-list ul li a {
    display:block;
    width:220px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-top:1px solid #e5e5e5;
    text-decoration:none;
    color:#000000;
    background:#ffffff;
    font-size:12px;
}


#user-login-form {
    margin-top:8px;
    background:#fff;
    /*box-shadow:3px 3px 5px 6px #000;*/
}

#block-system-user-menu .content {
    width: 200px;
    height: 150px;
}

#block-system-user-menu .content ul.menu {
    margin:0;
    padding:0;
}

#block-system-user-menu .content ul.menu li {
    list-style-image: none;
    list-style-type: none;
}

#block-system-user-menu .content ul.menu li a {
    display:block;
    width:200px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-top:1px solid #e5e5e5;
    text-decoration:none;
    color:#000000;
    background:#ffffff;
    font-size:12px;
}

#block-system-user-menu:hover .content, #block-user-login:hover .content,
#block-system-user-menu.opened .content, #block-user-login.opened .content {
    display:block;
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
    font-size:15px;
    color:#626262; /* color:white; */
}

#block-system-main .node /* "Main page content" block */ {
    margin:0px 20px 0px 0px;
}

@media all and (max-width:700px) {
	#block-system-main .node /* "Main page content" block */ {
    margin:0px;
}
}

#block-system-main .node .links /* "Main page content" block */ {
	display:none;
}

.view-blog-president .node .links {
	display:block !important;
	text-align:right;
}

.view-blog-president .node .links li, ul.pager li {
	background:none transparent !important;
}


#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
}

#block-block-1 .content ul,
.region-sidebar-second .content ul {
    margin:0;
    padding:0;
}

#block-block-1 .content li a {
    font-size:14px;
    color:#626262;
    text-decoration:none;
		font-weight: normal;
}

#block-views-bloc-contextuel-videos ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


/*bloc : partager cette article*/
#block-block-1000002 {
	display:flex;
	position:fixed;
	top:260px;
	right:-60px;
	float:none;
	transition:all 0.3s ease;
	z-index:1000;

}

@media all and (max-width:800px) {
	#block-block-1000002 {
		top:130px;
	}
}

#block-block-1000002.open {
	right:0px
}
#block-block-1000002 > .block-title {
	font-size:0px;
	width:60px;
	height:60px;
	padding:10px;
	border-radius:30px 0px 0px 30px;
	background: url("../images/share-icon.png") center center no-repeat #EEE;
	background-size:40%;
	cursor:pointer;
}



#block-block-1000002 .content {
	float:right;
	background:#EEE;
	padding:0px  10px 0px;
	border-radius:0px 0px 0px 20px;
}

#block-block-1000002 .addthis_default_style .at300b {
	display:block;
	float:none;
	margin:10px 0px;
}
#block-block-1000002 a span {
	border-radius:20px;
}

#block-block-1000002 a,
#block-block-1000002 a span {
	width:30px!important;
	height:auto!important;
}
#block-block-1000002 a span svg {
		width:20px!important;
	height:auto!important;
	    margin: 6px auto;
    display: block;
}


/* bloc contextuel actus */
.view--bloc-actus {
	
}


.view--bloc-actus .views-field-title a {
	font-style: normal;
	font-weight: bold;
	
	color:#3a3a3a;
	font-size:14px;
	
	text-decoration: none;
}

.view--bloc-actus .views-field-title a:hover {
	text-decoration:underline
}

.view--bloc-actus .views-field-created {
	margin:0;
	
	/*font-family: Arvo;*/
	font-style: normal;
	font-weight: normal;
	
	color: #3a3a3a;
	font-size: 14px;
	
	text-decoration: none;
}

.view--bloc-actus .views-row {
	margin-bottom:10px;
}

.view--bloc-actus .views-row-last {
	margin-bottom:0px;
}

/* bloc contextuel elu */
#block-views-bloc-contextuel-elu .picture,
#block-views-bloc-contextuel-commune .picture,
#block-views-bloc-contextuel-le-president .picture {
	float:left;
	margin-right:10px;
}

#block-views-bloc-contextuel-elu .name,
#block-views-bloc-contextuel-commune .name,
#block-views-bloc-contextuel-le-president .name {
	margin-bottom:40px
}

#block-views-bloc-contextuel-elu .name a,
#block-views-bloc-contextuel-commune .name a,
#block-views-bloc-contextuel-le-president .name a {
	font-style: normal;
	font-weight: bold;
	
	color:#3a3a3a;
	font-size:14px;
	
	text-decoration: none;
}

/* bloc contextuel documents à telecharger */
#block-views-bloc-contextuel-downloads .picture {
	float:left;
	margin-right:10px;
}

#block-views-bloc-contextuel-downloads .titre {
	margin-bottom:40px
}

#block-views-bloc-contextuel-downloads .titre a {
	font-style: normal;
	font-weight: bold;
	
	color:#3a3a3a;
	font-size:14px;
	
	text-decoration: none;
}

#block-views-bloc-contextuel-downloads .views-row {
	margin-bottom:10px;
}

#block-views-bloc-contextuel-downloads .views-row-last {
	margin-bottom:0px;
}

/* bloc contextuel voir aussi */
#block-views-bloc-contextuel-voir-aussi .views-row{
	margin-top:20px;
}
#block-views-bloc-contextuel-voir-aussi .views-row-first{
	margin-top:0px;
}

#block-views-bloc-contextuel-voir-aussi .picture,
#block-views-bloc-contextuel-pass-agglo .picture {
	float:left;
	margin-right:10px;
}

#block-views-bloc-contextuel-voir-aussi .titre,
#block-views-bloc-contextuel-pass-agglo .titre {
	min-height:60px
}

#block-views-bloc-contextuel-voir-aussi .titre a,
#block-views-bloc-contextuel-pass-agglo .titre a {
	font-style: normal;
	font-weight: bold;
	
	color:#3a3a3a;
	font-size:14px;
	
	text-decoration: none;
}

#block-views-bloc-contextuel-voir-aussi .buttonLink,
#block-views-bloc-contextuel-pass-agglo .buttonLink {
	margin-left:160px;
}



.block-hidden {
	display:none;
}

.block_more {
	border-top: 1px solid #EEEEEE;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
	font-weight:bold !important;
	text-decoration:none !important;
}

#block-block-1000020 .block-title {
	    height: 130px;
}
#block-block-1000028 .block-title {
	    height: 90px;
}

#block-block-1 .content li{
	background: none!important;
	padding-left:0px!important;
}
#block-block-1 .content li a{
	color:white;
	background:#e77c1b;
	padding:6px 10px 6px 15px;
	border-radius:20px;
	margin-bottom:10px;
	display:block;
	transform:scale(1);
	transition:all 0.2s ease;
}
#block-block-1 .content li a:hover {
	transform:scale(1.1);
}

.view-display-id-downloads .views-row{
	display: flow-root;
}
.view-display-id-downloads img{
	max-width: 130px;
}
.view-display-id-downloads .buttonLink a{
	padding-left: 25px;
}