/*
TODO : Fusionner avec styles.css
*/

#content {
	background-color: #f9f9f9;
}

.page-actualites .grid-4 ,
.page-guide .grid-4 {
	background-color: white;
	/* box-shadow: 0px 2px 2px #ccc; */
	margin-bottom: 15px;
	padding-bottom: 5px;
	min-height: 337px;
	overflow: hidden;
}

.page-actualites .grid-4 {
	min-height: 390px;
	/* margin-bottom: 10px; */
}

.page-taxonomy .grid-4:hover  ,
.page-actualites .grid-4:hover  ,
.page-guide .grid-4:hover {
	box-shadow: 0 0 5px #ccc;
}

.page-guide .views-field.views-field-title {
	position: relative;
/* 	bottom: 290px;
 */	height: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.page-guide .views-field-name,
.page-guide .views-field-name-1,
.page-guide .views-field-name-2,
.page-guide .views-field-name-3,
.page-guide .views-field-name-4,
.page-guide .views-field-name-5 {
	margin: 0 10px;
}

.page-guide .views-field.views-field-name .field-content,
.page-guide .views-field.views-field-name-1 .field-content,
.page-guide .views-field.views-field-name-2 .field-content,
.page-guide .views-field.views-field-name-3 .field-content,
.page-guide .views-field.views-field-name-4 .field-content,
.page-actualites .views-field.views-field-name-3 .field-content,
.page-actualites .views-field.views-field-name-4 .field-content,
.page-actualites .views-field.views-field-name .field-content,
.page-actualites .views-field.views-field-name-1 .field-content,
.page-actualites .views-field.views-field-name-2 .field-content,
.page-actualites .views-field.views-field-name-2 .field-content > a,
.page-guide .views-field.views-field-name-5 .field-content {
	color: white;
	padding: 1px 5px;
	border-radius: 0;
}

.page-guide .views-field.views-field-name-3 .field-content,
.page-guide .views-field.views-field-name-4 .field-content,
.page-actualites .views-field.views-field-name-3 .field-content,
.page-actualites .views-field.views-field-name .field-content,
.page-guide .views-field.views-field-name-5 .field-content { /* territoire */
	background-color: #3498db;
}

.page-guide .views-field.views-field-name .field-content,
.page-guide .views-field.views-field-name-1 .field-content,
.page-guide .views-field.views-field-name-2 .field-content,
.page-actualites .views-field.views-field-name-1 .field-content,
.page-actualites .views-field.views-field-name-4 .field-content { /* domaine */
	background-color: #f1c40f;
}

.page-actualites .views-field.views-field-title a,
.page-actualites .views-field-type .field-content ,
.page-guide .views-field.views-field-title a,
.page-guide .views-field-type .field-content {
	color: #00000A; /*droth3 #1487d4;*/ 
	background-color: white;
    opacity: 0.85;
	display:block;
	padding:5px;
}

.page-guide .views-field.views-field-title a:hover {
	color: #00000A; /*droth3 #1487d4;*/
}

.page-actualites .views-field-type .field-content ,
.page-guide .views-field-type .field-content {
/* 	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	display: block; */
	height: 0;
	font-size :0;
	padding:0;
	
}

.page-guide-librement .grid-4 {
	min-height: 367px;
}

.page-guide-librement .grid-4 .Fiche-artiste,
.page-guide-librement .grid-4 .Artiste {
	/* background-color: #F8B029; */
	/*border-top:3px solid #F8B029;*/ /*droth3*/
	border-top:3px solid #E0E0E1; /*droth3*/
}

.page-guide-librement .grid-4 .Structure {
	/* background-color: #36B2A4; */
	/*border-top:3px solid #36B2A4;*/ /*droth3*/
	border-top:3px solid #E0E0E1; /*droth3*/
}

.page-guide-librement .grid-4 .Événement, 
.page-guide-librement .grid-4 .Evènement { /* TODO trouver un moyen de retirer les accents */
	/* background-color: #38A9DC; */
	/*border-top:3px solid #38A9DC;*/ /*droth3*/
	border-top:3px solid #E0E0E1; /*droth3*/
}
.page-actualites-librement .grid-4 .Événement,
.page-actualites-librement .grid-4 .Evènement{
	border-bottom:3px solid #38A9DC;
}

.page-actualites-librement .grid-4 .Article,
.page-actualites-librement .grid-4 .Chronologie{
	/* background-color: #bd1f2d; */
	border-bottom:3px solid #bd1f2d;
}

/* Ajout laurent node type a 45degrés page actu */
.page-actualites.page-actualites-librement .grid-4{ position:relative;}
.page-actualites-librement .grid-4 .views-field-type span {
    background: none repeat scroll 0 0 white;
    /* opacity: 0.7; */
    opacity: 0.9;
/*     position: absolute;
    right: -55px;
    top: 35px;
    transform: rotate(45deg); 
    width: 200px;*/
	width:100%;
	height:0;
	font-size:0;
	padding:0;
}

/* CSS Effet description */

.views-field-field-artiste-biographie,
.views-field-field-event-description,
.views-field-field-struct-description {
	display: none; /*droth3*/
	position: relative;
	height: 0;
/* 	top: 20px;
 */	top: 40px;
	-webkit-transition:top 600ms;
   	-moz-transition:top 600ms;
    -o-transition:top 600ms;
    transition:top 600ms;
}

/* .views-field-field-artiste-biographie p,
.views-field-field-event-description p,
.views-field-field-struct-description p, */
.views-field-field-artiste-biographie .field-content ,
.views-field-field-event-description .field-content,
.views-field-field-struct-description  .field-content{
	padding: 5px;
	margin: 0;
	background-color: white;
	opacity: 0.85;
	color: black;
	font-weight: bold;
}

.page-guide .grid-4:hover .views-field-field-artiste-biographie,
.page-guide .grid-4:hover .views-field-field-event-description,
.page-guide .grid-4:hover .views-field-field-struct-description {
	top: -150px;
}

.view-header h2 {
	text-align: center;
	font-weight: bold;
	border: 1px solid #bbb;
	padding: 10px;
	width: 50%;
	margin: 20px auto 10px;
	/*background-color: #e67e22;
	color: white;*/
}

/* tab - droth3: erweitert um page-ressources */
.page-actualites ul.tabs.primary, 
.page-guide ul.tabs.primary,
.page-ressources ul.tabs.primary {
	text-align: center;
}

.page-guide ul.primary li, 
.page-guide ul.tabs li,
.page-actualites ul.primary li, 
.page-actualites ul.tabs li,
.page-ressources ul.tabs li {
	padding: 0;
	width: 24%;
	display: inline-block;
	margin-bottom: -1px;
}

.page-guide ul.primary li a, 
.page-guide ul.tabs li a,
.page-actualites ul.primary li a, 
.page-actualites ul.tabs li a,
.page-ressources ul.primary li a,
.page-ressources ul.tabs li a{
	padding: 5px 0;
}

.page-guide ul.primary li.active a,
.page-actualites ul.primary li.active a, 
.page-ressources ul.primary li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom-color: #fff;
}

.page-guide ul.primary li a,
.page-actualites ul.primary li a,
.page-ressources ul.primary li a {
	display: inline-block;
	width: 100%;
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	border-radius: 0;
}
/*Anpassung page-ressources bis hier*/

/* form */
.view-actualit-s .views-exposed-widget, 
.view-guide .views-exposed-widget {
	padding: 0;
	width: 33%;
}

.page-actualites-articles .view-actualit-s .views-exposed-widget {
	width: 29%;
}

.page-actualites-articles .view-actualit-s .views-exposed-widget.views-submit-button,
.page-actualites-articles .view-actualit-s .views-exposed-widget.views-reset-button {
	margin-top: 15px;
}

/*.view-actualit-s .views-exposed-widget > label, 
.view-guide .views-exposed-widget > label {
	font-size: 150%;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #bbb;
}*/

.view-actualit-s .views-exposed-widget .bef-select-all-none a.bef-toggle, 
.view-guide .views-exposed-widget .bef-select-all-none a.bef-toggle {
	position: inherit;
	text-align: right;
	background-color: #bdc3c7;
	padding: 0px 10px;
	margin-right: 5px;
	/*border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
	border-radius: 0;
	color: white;
	display: inline-block;
	float: right;
}


.view-actualit-s .views-exposed-widget, .view-guide .views-exposed-widget {
	min-width: inherit;
}

.view-actualit-s .views-exposed-widget .form-item.form-type-bef-checkbox, 
.view-guide .views-exposed-widget .form-item.form-type-bef-checkbox {
	width: 50%;
}

.views-widget-filter-tid {
	float: left;
}

.views-widget-filter-tid_1 {
	float: right;
}

.views-exposed-form label {
	font-weight: normal;
}

.view-actualit-s .views-exposed-widget.views-submit-button, 
.view-guide .views-exposed-widget.views-submit-button, 
.view-actualit-s .views-exposed-widget.views-reset-button, 
.view-guide .views-exposed-widget.views-reset-button {
	/*clear: both;
	width: 50%;*/
	width: 12%;
	margin: 20px 0;
	margin-top: 0;
	text-align: center;
}

.view-actualit-s select,
.view-guide select {
	height: 30px;
	width: 180px;
	margin-left: 10px;
}

.view-actualit-s .views-exposed-widget.views-reset-button, 
.view-guide .views-exposed-widget.views-reset-button {
	/*width: 50%;*/
	width: 18%;
	clear: initial;
}

.page-guide #edit-tid-wrapper {
	margin-right: 6px;
}

.page-actualites #edit-tid-wrapper,
.page-actualites #edit-tid-2-wrapper {
	margin-left: 6px;
}

.bef-checkboxes {
	line-height: 100%;
	float: left;
	width: 100%;
}

.views-submit-button #edit-submit-guide,
.views-reset-button #edit-reset,
.views-submit-button #edit-submit-actualit-s {
	font-size: 18px;
	text-shadow: none;
}

.views-submit-button #edit-submit-guide,
.views-submit-button #edit-submit-actualit-s {
	background: inherit;
	width: 100%;
	border-radius: 0;
	background-color: #4d8f46;
	box-shadow: inherit;
	/* padding: 10px 0; */
	padding: 0;
}

a.more,
a.language-link,
input[type="submit"],
input[type="reset"], 
input[type="button"] {
	border-radius: 0;
	text-shadow: initial;
	box-shadow: initial;
	background-image: initial;
}

#edit-submit {
	background-color: #4d8f46;
}

#edit-submit:hover {
	background-color: #0a6700;
}

#edit-preview {	
	background-color: #0093c5;
}

#edit-preview:hover {
	background-color: #2980b9;
}

#edit-delete {
	background-color: #e74c3c;
}

#edit-delete:hover {
	background-color: #c0392b;
}

.views-reset-button #edit-reset {
	background: inherit;
	/* width: 100%; */
	border-radius: 0;
	/* background-color: #e74c3c; */
	background-color: transparent;
	box-shadow: inherit;
	/* padding: 10px 0; */
	font-size:100%;
	font-weight:normal;
	color:#7a7a7a;
}

.views-submit-button #edit-submit-guide:hover,
.views-submit-button #edit-submit-actualit-s:hover {
	background-color: #0a6700;
}

.views-reset-button #edit-reset:hover {
	/* background-color: #c0392b; */
	background-color: transparent;
}

.page-actualites .view-content .grid-4 .node h2 {
	position: relative;
	top: 50px;
	text-align: center;
	margin: 0 10px;
	height: 0;
	text-shadow: none;
	font-weight: bold;
}

.page-actualites .view-content .grid-4 .node h2 a {
	color: white;
}

/* bouton plus */
.item-list ul,
.item-list ul li {
	margin-left: 0;
}

.pager.pager-load-more {
	margin-right: 7px;
}

.pager-next.first.last {
	display: block;
}

ul.pager li.pager-next.first.last a {
	display: block;
	width: 33%;
	margin: 0 auto;
	border-radius: 0;
	box-shadow: 0 0 0;
	background-color: #3498db;
	text-shadow: none;
}


ul.pager li.pager-next.first.last a:hover {
	background-color: #2980b9;
}

/* footer */
#footer h2 {
	text-shadow: none;
	color: white;
	font-weight: bold;
	text-align: left; /*droth3 vorher: center;*/
}

#footer .content h3 {
	text-align: left; /*droth3 vorher: center;*/
}

#footer a.more,
#navigation a.more {
	display: block;
	border-radius: 0;
	box-shadow: 0 0 0;
	background-color: #3498db;
	text-shadow: none;
	background-image: none;
}

#footer a.more:hover,
#navigation a.more:hover {
	color: white;
	background-color: #2980b9;
}



/* Couleur footer */
#footer-bottom {
	border-top: 0;
}

/* Rouge */
.node-type-page-d-accueil #footer,
.node-type-page-d-accueil #footer-bottom,
.node-type-chronologie #footer,
.node-type-chronologie #footer-bottom,
.node-type-article #footer,
.node-type-article #footer-bottom,
.page-actualites-articles #footer, 
.page-actualites-articles #footer-bottom,
.page-actualites-chronologies #footer,
.page-actualites-chronologies #footer-bottom {
	/*R:189 V:31 B:45*/
	background: #BD1F2D;
}

/* Bleu turquoise */
.page-guide-structure #footer,
.page-guide-structure #footer-bottom,
.node-type-structure #footer,
.node-type-structure #footer-bottom {
	/*R:54 V:178 B:164*/
	background: #36B2A4;
}

/* Bleu */
.page-guide-evenement #footer,
.page-guide-evenement #footer-bottom,
.node-type-evenement #footer,
.node-type-evenement #footer-bottom,
.page-actualites-evenements #footer,
.page-actualites-evenements #footer-bottom {
	/*R:56 V:169 B:220*/
	background: #38A9DC;
}

/* Jaune */
.page-guide-artiste #footer,
.page-guide-artiste #footer-bottom,
.node-type-fiche-artiste #footer,
.node-type-fiche-artiste #footer-bottom,
.page-guide-librement #footer,
.page-guide-librement #footer-bottom,
.page-actualites-librement #footer,
.page-actualites-librement #footer-bottom {
	/*R:248 V:176 B:41*/
	background: #F8B029;
}

/* Page de base ? */

/* Homepage */
.front #content h2 {
	position: relative;
	text-align: center;
	margin: 10px 0;
}

.front #content .node .node h2 {
	margin-bottom: 0;
	top: 0;
	color: white;
	text-shadow: none;
	font-weight: bold;
	position: absolute;
	width: 87%;
}

.flexslider h2 {
	position: absolute;
}

.front #block-system-main .node .field-type-atom-reference {
	margin-bottom: -7px;
}

.front .field.field-name-field-art-generique-type-article {
	/* font-size: 16px;
	border-bottom: 1px solid #bbb;*/
	font-weight: bold; 
	padding: 3px 5px;
	color: #38A9DC;
}
.front .field.field-name-field-art-generique-introduction{
	padding:3px 5px;
}
.front .field.field-name-field-art-generique-introduction p{
	margin:0;
}

.front #content .group-block-over-img {
	bottom: inherit;
	position: relative;
	/* border: 1px solid #bbb; */
	border-top: 0;
	padding: 3px 0;
	background-color: inherit;
}

.group-block-over-img .field-label-inline {
	margin: 3px 5px;
}

.front .ds-header {	
	border-top: 0px solid #E0E0E0; /*droth3 5px solid #F8B029;*/
	border-bottom: 1px solid #E0E0E0; /*droth3 5px solid #F8B029;*/
}

.front .ds-middle {	
	border-top: 1px solid #E0E0E0; /*droth3 5px solid #F8B029;*/
	border-bottom: 0px solid #E0E0E0; /*droth3 5px solid #F8B029;*/
}

.front .ds-footer {	
	border-top: 1px solid #E0E0E0; /*droth3 5px solid #F8B029;*/
	border-bottom: 0px solid #E0E0E0; /*droth3 5px solid #F8B029;*/
}

.ds-below-right {
	margin-bottom: 15px;
}

.fb-like.fb_iframe_widget {
	top: -5px;
}

/* Page evenement */
body:not(.page-node-edit).node-type-evenement .field-name-field-event-territoire {
	text-align: center;
	border-bottom: 5px solid #38A9DC;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}

.field-name-field-event-description p {
	margin: 12px 0;
	font-style: italic;
}

.field-name-field-event-date-debut {
	width: 50%;
	float: left;
	text-align: center;
}

.node-type-evenement  .field-name-field-event-date-fin {
	border-bottom: 5px solid #38A9DC;
	margin-bottom: 10px;
}

.field-name-field-event-date-debut .field-items,
.field-name-field-event-date-fin .field-items {
	text-align: center;
}

.field-name-field-event-notre-avis {
	margin-top: 15px;
}

.field-name-field-artiste-partage,
.field-name-field-event-partage {
	text-align: center;
	margin-top: 20px;
}

.ds-left {
	width: 65%;
	margin-right: 10px;
}

body:not(.page-node-edit).node-type-evenement .field-name-field-event-domaines .field-items {
	margin-top: 5px;
}

body:not(.page-node-edit).node-type-evenement .field-name-field-event-domaines .field-item {
	background-color: #f1c40f;
	display: inline;
	padding: 2px 3px;
	margin-top: 30px;
	font-weight: bold;
	color: white;
}

.node-type-evenement .field-name-devenir-membre p {
	clear:both;
}

/* fiche artiste */
body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-prenom {
	display: inline;
	float: left;
	padding-right: 5px;
	text-transform: capitalize;
}

body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-nom {
	border-bottom: 5px solid #F8B029;
	padding-bottom: 5px;
}


body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-nom,
body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-prenom {
	font-size: 24px;
	color: #00000A; /*droth3 #1487d4;*/
	font-weight: bold;
}

body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-territoire,
body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-domaine-activite,
body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-activite-principal .field-item {
	display: inline-block;
	margin-top: 5px;
	padding: 1px 5px;
	color: white;
	font-weight: bold;
	float: right;
}

body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-territoire {
	background-color: #3498db;
}

body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-domaine-activite {
	background-color: #f1c40f;
	margin-right: 5px;
}

.node-type-fiche-artiste .field-name-field-artiste-activite-principal {
	margin-top: 5px;
}

body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-activite-principal .field-item {
	float: initial;
	background-color: #BD1F2D;
	margin-top: 0;
}

.node-type-fiche-artiste .field-name-field-artiste-biographie {
	margin-top: 20px;
}

body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-code-postal,
body:not(.page-node-edit).node-type-fiche-artiste .field-name-field-artiste-autres-activites {
	float: left;
	width: 50%;
}

.node-type-fiche-artiste .field-name-field-artiste-autres-activites,
.node-type-fiche-artiste .field-name-field-artiste-langues-utilisees {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 50%;
	float: left;
}

.node-type-fiche-artiste .group-display-artiste-adresse {
	clear: both;
}

.node-type-fiche-artiste .group-display-artiste-identite,
.node-type-fiche-artiste .group-display-artiste-contact {
	padding-left: 7px;
}

.node-type-fiche-artiste .group-display-artiste-identite {
	border-left: 5px solid #36B2A4;
}

.node-type-fiche-artiste .group-display-artiste-contact {
	border-left: 5px solid #f1c40f;
}

.group-display-nous-contacter > h3,
.group-display-structure-details > h3,
#title-group-identity-artist > h3,
.group-display-artiste-contact > h3 {
	background-color: white;
	margin-left: -13px;
	padding-bottom: 2px;
}

.group-display-artiste-contact {
	margin-bottom: 10px;
}

.node-type-fiche-artiste .field-name-field-artiste-organisme-pro {
	margin-top: 10px;
}

.node-type-fiche-artiste #cke_1_contents {
	max-height: 200px;
}

/* Chronologie */

.node-type-chronologie .ds-header {
	margin-bottom: 10px;
}

.node-type-chronologie .field-name-field-chrono-texte-introduction {
	margin: 5px 0 15px;
	font-style: italic;
}

/* Structure */

.node-type-structure .field-name-field-struct-statut-juridique,
.node-type-structure .field-name-field-struct-domaine-activite {
	margin-bottom: 3px;
}

.node-type-structure .field-name-field-struct-annee-creation .field-item,
.node-type-structure .field-name-field-struct-statut-juridique .field-item,
.node-type-structure .field-name-field-struct-domaine-activite .field-item a,
.node-type-structure .field-name-field-struct-activite-principale .field-item {
	color: white;
	font-weight: bold;
	padding: 1px 3px;
}

.node-type-structure .field-name-field-struct-domaine-activite .field-item a{
	background-color: #f1c40f;
}

.node-type-structure .field-name-field-struct-statut-juridique .field-item {
	display: inline;
	background-color: #3498db;
}

.node-type-structure .field-name-field-struct-annee-creation .field-item,
.node-type-structure .field-name-field-struct-activite-principale .field-item {
	background-color: #BD1F2D;
}

.node-type-structure .field-name-field-struct-description {
	margin-top: 10px;
}

.node-type-structure .group-display-structure-details,
.node-type-structure .group-display-nous-contacter {
	padding-left: 7px;
}

.node-type-structure .group-display-structure-details {
	border-left: 5px solid #36B2A4;
}

.node-type-structure .group-display-nous-contacter {
	border-left: 5px solid #f1c40f;
	margin-bottom: 10px;
}

.node-type-structure .field-name-field-struct-langues-utilisees,
.node-type-structure .field-name-field-struct-autres-activites {
	width: 33% !important;
	display: inline-table;
	margin-top: 10px;
}

.node-type-structure .field-name-field-struct-nombre-salaries {
	margin-bottom: 15px;
}

.node-type-structure .field-name-field-struct-organigramme {
	margin-top: 15px;
	clear: both;
}

.node-type-structure .group-display-struct-charge-com {
	margin-bottom: 20px;
}

/* Article */
.node-type-article .field-name-field-art-generique-introduction {
	font-style: italic;
}

body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-domaine,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-territoire {
	width: 33%;
	float: left;
	margin-bottom: 10px;
}

body:not(.page-node-edit) .field-name-field-structure-territoire .field-item a,
body:not(.page-node-edit) .field-name-field-event-territoire .field-item a,
body:not(.page-node-edit) .field-name-field-chrono-territoire .field-item a,
body:not(.page-node-edit) .field-name-field-chrono-domaine .field-item a,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-domaine .field-item a,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-type-article .field-item a,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-territoire .field-item a {
	padding: 2px 3px;
	font-weight: bold;
}

body:not(.page-node-edit) .field-name-field-structure-territoire .field-item a,
body:not(.page-node-edit) .field-name-field-event-territoire .field-item a,
body:not(.page-node-edit) .field-name-field-chrono-territoire .field-item a,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-territoire .field-item a {
	background-color: #3498db;
}

/* .page-actualites-articles .views-field.views-field-name-2 .field-content,
 */.page-actualites-articles .views-field.views-field-name-2 .field-content a,
.page-actualites-librement .views-field.views-field-name-1 .field-content,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-type-article .field-item a {
	background-color: green;
}

body:not(.page-node-edit) .field-name-field-chrono-domaine .field-item a,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-domaine .field-item a {
	background-color: #f1c40f;
	margin-bottom: 2px;
}

body:not(.page-node-edit) .field-name-field-chrono-domaine .field-item,
body.node-type-article:not(.page-node-edit) .field-name-field-art-generique-domaine .field-item {
	margin-bottom: 2px;
}

/*.page-node-edit.node-type-article .field-name-field-art-generique-domaine,
.page-node-edit.node-type-article .field-name-field-art-generique-territoire {
	width: 100%;
}*/

.node-type-article .ds-left {
	clear: both;
}

.node-evenement.node-teaser .ds-left,
.node-fiche-artiste.node-teaser .ds-left,
.node-structure.node-teaser .ds-left,
.node-article.node-teaser .ds-left {
	float: left;
	padding-right: 10px;
	margin-right: 0;
}

/* #block-search-form input.form-submit#edit-submit--3 {
 */#block-search-form input.form-submit#edit-submit--2 {
	margin-top: 6px;
}

/* Tablette */
@media (max-width: 980px) and (min-width: 760px) {

	.view-actualit-s .views-exposed-widget, 
	.view-guide .views-exposed-widget {
		width: 49%;
	}

	.view-actualit-s .views-exposed-widget .form-item.form-type-bef-checkbox, 
	.view-guide .views-exposed-widget .form-item.form-type-bef-checkbox {
		width: 50%;
	}

	.bef-checkboxes {
		line-height: 200%;
	}

	.page-actualites .view-content .grid-4 .node h2 {
		top: 20px;
		font-size: 18px;
	}

	#main {
		/* background-image: none !important; */
	}

	#main h1 {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		margin: 25px 0px 25px;
	}

	.container_12 .footer-area.grid_4 {
		width: 30%;
	}
}


/* Mobile */
@media all and (max-width: 760px) {

	.view-actualit-s .views-exposed-widget, 
	.view-guide .views-exposed-widget {
		width: 100%;
	}

	.view-actualit-s .views-exposed-widget .form-item.form-type-bef-checkbox, 
	.view-guide .views-exposed-widget .form-item.form-type-bef-checkbox {
		width: 33%;
	}

	.bef-checkboxes {
		line-height: 200%;
	}
	
	#main {
		background-image: none !important;
	}

	#main h1 {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		margin: 25px 0px 25px;
	}

	.page-guide .grid-4,
	.page-actualites .grid-4 {
		float: left;
		/* width: 48%; */
		width: 45%;
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media all and (max-width: 980px) {

	.page-guide .grid-4 {
		min-height: 330px;
	}

	#header-menu-inside .grid_12 {
		width: 100% !important;
	}

	.container_12 {
		width: 100%;
	}

	.container_12 .grid_12 {
		width: initial;
	}

	.page-guide .views-field.views-field-title {
/* 		bottom: 280px;
 */	}

	.page-guide .grid-4 .views-field-field-artiste-biographie,
	.page-guide .grid-4 .views-field-field-event-description,
	.page-guide .grid-4 .views-field-field-struct-description {
		top: -150px;
	}
	
	.page-guide .grid-4 .views-field-field-artiste-biographie .field-content ,
	.page-guide .grid-4 .views-field-field-event-description .field-content,
	.page-guide .grid-4 .views-field-field-struct-description  .field-content{
		font-weight: normal;
		line-height:130%
	}

	.ds-left {
		width: 65%;
		/*margin-right: 10px;*/
	}

	.ds-right {
		width: 30%;
	}

	.view-actualit-s .views-exposed-widget.views-submit-button, 
	.view-guide .views-exposed-widget.views-submit-button, 
	.view-actualit-s .views-exposed-widget.views-reset-button, 
	.view-guide .views-exposed-widget.views-reset-button {
		width: 40%;
	}
	
	/*ajout laurent */
	.page-guide .grid-4 img,
	.page-actualites .grid-4 img{
		height: auto;
		width: 100%;
	}
}


/*ajout laurent */
@media all and (max-width: 644px) {
	.page-guide .grid-4 ,
	.page-actualites .grid-4 {
		width:46%;
	}

	.node-type-page-d-accueil .ds-above-left,
	.node-type-page-d-accueil .ds-above-middle,
	.node-type-page-d-accueil .ds-above-right,
	.node-type-page-d-accueil .ds-below-left,
	.node-type-page-d-accueil .ds-below-middle,
	.node-type-page-d-accueil .ds-below-right {
		width: 100%;
	}

	.front #content .node .node h2 {
		width: 94%;
	}

	.front #content .field .field-items .field-item .node {
		text-align: center;
	}

	.front #content .field .field-items .field-item .node .group-block-over-img .field .field-label,
	.front #content .field .field-items .field-item .node .group-block-over-img .field .field-items {
		width: 50%;
	}
}	
/*ajout laurent */	
@media all and (max-width: 420px) {
	.page-guide .grid-4 ,
	.page-actualites .grid-4 {
		width:100%; 
	}
}

/* Join us */
#tb-megamenu-main-menu .nav-collapse .tb-megamenu-nav li[data-id="1031"] {
	float: right;
}










