/* @override 
	https://dev.cinemas-du-grutli.ch/sites/all/themes/cdg22/css/styles.css?*
	https://www.cinemas-du-grutli.ch/sites/all/themes/cdg22/css/styles.css?* */

/* +P */

html {
	font-size: 20px;
}

body {
	margin: 0;
	font-family: 'Neue Montreal', sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.2;
	background-color: #E8E8DD;
}

/* @group STRUCTURE =========== */

#page {
	padding-top: 43px;
	overflow: hidden;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#block-views-fiche-film-banner,
.region-footer {
	margin-left: -15px;
	margin-right: -15px;
}
.region-footer .block {
	padding: 0 15px 1rem;
	box-sizing: border-box;
	flex-grow: 1;
}

.region-content {
	flex-grow: 3;
}

#sidebar-first,
#sidebar-second {
	padding-bottom: 2rem;
	width: 100%;
}
@media (min-width: 768px) {
	#page {
		padding-top: 48px;
	}
	.region-footer .block,
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#block-views-fiche-film-banner,
	.region-footer {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	.columns {
		flex-wrap: nowrap;
	}
	#sidebar-first,
	#sidebar-second {
		flex-grow: 1;
		width: 330px;
		max-width: 330px;
		min-width: 330px;
		margin-left: 1.5rem;
	}
	#sidebar-first {
		margin-left: 0;
		margin-right: 1.5rem;
	}
}

@media (min-width:992px) {
	#page {
		padding-top: 57px;
	}
}

main .block {
	margin-bottom: 2rem;
}

.field {
	margin-bottom: 2rem;
}

.field-name-body {
	max-width: 800px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
.field-name-body img {
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

/* @group Header ------- */

.site-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}
.mainnav {
	z-index: 2;
}
.mainnav .row {
	align-items: center;
}
.site-header .container {
	padding-top: .7rem;
	padding-bottom: .7rem;
}
.admin-menu .site-header {
	top: 29px;
}

.logo {
	width: 320px;
	display: block;
}

.region-header {
	display: flex;
	align-items: center;
}

/* Hamburger */

a.reveal {
	width: 26px;
	height: 22px;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999em;
	overflow: hidden;
	line-height: 22px;
	font-size: 1px;
	display: none;
	position: relative;
	z-index: 200;
	outline: 0;
	
	padding: 0 3px 2px;
}

a.reveal span {
	display: block;
	background: #E8E8DD;
	height: 2px;
	margin-top: 5px;
	position: relative;
	
	left: 0;
	top: 0;
	
	transition: 0.6s 0.1s;
}

.menu-on span.bread1 {
  -webkit-transform: rotate(45deg);
  top: 8px;
}
.menu-on span.bread2 {
  -webkit-transform: rotate(-45deg);
  top: -6px;
}
.menu-on span.meat {
  opacity: 0;
}

/* @group SEC NAV */

#secbtn {
	position: relative;
	overflow: hidden;
	text-indent: -100px;
	border: 0 none;
	background-color: #E8E8DD;
	width: 44px;
	height: 30px;
	border-radius: 2rem;
	margin-left: 20px;
	cursor: pointer;
}
#secbtn::before,
#secbtn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 5px;
	width: 1px;
	height: 20px;
	background-color: #363636;
	
	transition: .5s;
}
#secbtn::after {
	transform: rotate(90deg);
}
.sec-on #secbtn::before {
	transform: rotate(45deg);
}
.sec-on #secbtn::after {
	transform: rotate(135deg);
}

#secnav {
	position: absolute;
	top: -150px;
	width: 100%;
	transition: top 1s ease-in-out 0s;
}
/*.site-header:hover #secnav,*/
.sec-on #secnav {
	top: 57px;
}
#secnav .container {
	background-color: #363636;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.region-secnav {
	display: flex;
	justify-content: space-between;
}
#block-block-15 {
	background: url('images/nav-coor.jpg') no-repeat;
	background-size: 200px auto;
	padding-left: 215px;
}

#block-menu-menu-menu-secondaire ul.menu {
	max-width: 600px;
}
#block-menu-menu-menu-secondaire ul.menu li {
	width: 200px;
	margin: 0 0 .5em;
}

/* @end */

@media (max-width: 991.98px) {
	
	.logo {
		width: 230px;
	}
	
	a.reveal {
		display: block;
		position: absolute;
		right: 15px;
		top: .55rem;
	}
	
	#block-block-15,
	#secbtn {
		display: none;
	}
	
	#block-system-main-menu {
		position: fixed;
		left: 100%;
		top: 43px;
		width: 60%;
		min-height: 80vh;
		background-color: #1D1D1B;
		padding: 15px;
		box-sizing: border-box;
		transition: left .7s ease-in-out;
	}
	.menu-on #block-system-main-menu {
		left: 40%;
	}
	.region-secnav {
		display: block;
	}
	#secnav,
	.sec-on #secnav,
	.site-header:hover #secnav {
		position: fixed;
		left: -40%;
		top: 43px;
		width: 40%;
		transition: left .7s ease-in-out;
	}
	#secnav .container {
		min-height: 80vh;
		box-sizing: border-box;
	}
	.menu-on #secnav,
	.menu-on .site-header:hover #secnav {
		left: 0;
	}
	#block-system-main-menu ul.menu,
	#secnav ul.menu {
		display: block;
	}
	#block-system-main-menu ul.menu a,
	#secnav ul.menu a {
		display: block;
		padding: 1em 0;
	}
	#block-system-main-menu ul.menu a {
		font-size: 1rem;
	}
	#block-menu-menu-menu-secondaire ul.menu li {
		width: auto;
	}
}

/* @end */

/* @group Footer ------ */

.site-footer {
	padding: 2.5rem 0;
}
.region-footer {
	display: flex;
	flex-wrap: wrap;
}
.region-footer .block .content {
	padding: 1.2rem 0;
	border-top: 1px solid #E8E8DD;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.region-footer .block {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.region-footer .block {
		width: 33.33%;
	}
}

/* Newsletter */
.newsletter form {
	display: flex;
	flex-wrap: wrap;
}
.newsletter label {
	width: 100%;
	font-weight: 400;
	margin-bottom: 1em;
}


/* logo sponsors */
#block-block-3 .content {
	padding-top: .7rem;
	display: flex;
	flex-wrap: wrap;
}
a.sponsor {
	display: block;
	background: transparent url('images/logo-cinematheque.png') no-repeat left center;
	background-size: 100%;
	width: 125px;
	height: 60px;
	margin: 0 20px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.6;
	transition: opacity 0.7s;
}
a.cantonge {
  width: 60px;
  background-image: url('images/logo-cantonge.png');
}
a.villege {
  background-image: url('images/logo-soutien_ville-ge.png');
}
a.loro {
	width: 80px;
  background-image: url('images/logo-loro.png');
}
a.maison {
  width: 40px;
  background-image: url('images/logo-maison.png');
}
a.europa {
  width: 80px;
  background-image: url('images/logo-europa.png');
}
#block-block-3 .content a:hover {
  opacity: 1;
}

/* @end */

/* @group Form */

input {
	background: transparent;
	border: 1px solid #1D1D1B;
	font-size: .75rem;
	padding: .7em 1em;
	border-radius: 2em;
	margin: .2rem .5rem .4rem 0;
	max-width: 100%;
	box-sizing: border-box;
}
input:focus {
	outline: 0;
	box-shadow: 0 0 3px #1D1D1B;
}
input[type=submit]:hover {
	opacity: .5;
	cursor: pointer;
}

.bg-neg input {
	border-color: #E8E8DD;
	color: #E8E8DD;
}
.bg-neg input:focus {
	outline: 0;
	box-shadow: 0 0 4px #E8E8DD;
}

/* @end */

/* @group Divers */

.page-calendrier {
	font-size: .75em;
}
.page-calendrier h1 {
	margin: 0;
	padding: .2em 0 0;
}
.fc-header-title h2 {
	font-size: 1rem;
}
.node-unpublished::before {
	content: "Non publié";
	font-size: 3rem;
	color: red;
}

#messages-wrapper {
	position: fixed;
	font-size: 14px;
	z-index: 200;
	right: 15px;
	bottom: 20px;
	width: 300px;
	
	transition: right 1s ease-in-out 5s;
}
.loaded #messages-wrapper {
	right: -270px;
}
.loaded #messages-wrapper:hover {
	right: 15px;
	transition-delay: 0s;
}
.view-empty {
	padding: 2rem 0;
}

ul.pager {
	padding: 2rem 0;
}
.item-list ul li {
	margin-left: 0;
}
.pager-current {
	font-weight: 400;
}
ul.primary li a {
	padding: .5em 1em;
	display: inline-block;
	margin-bottom: -1px;
	font-size: 14px;
}
ul.primary li.active a {
	background-color: #E8E8DD;
	border-bottom-color: #E8E8DD;
}

/* @end */

/* @end */

/* @group LINKS + COLORS ===== */

a,
li a.active {
	color: #1D1D1B;
}
a:hover {
	opacity: .8;
}

h2 a,
h3 a,
h4 a {
	text-decoration: none;
}

.bg-neg a {
	color: #E8E8DD;
}
.bg-neg ul.menu a {
	color: #82827C;
}
.bg-neg ul.menu a:hover,
.bg-neg ul.menu a.active {
	color: #E8E8DD;
	opacity: 1;
}

/* CTA -----------*/

.cta a,
.views-field-view-node a {
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	border: 1px solid #1D1D1B;
	border-radius: 2em;
	font-size: 0.75rem;
	padding: .6em 1.5em .7em;
	line-height: 1;
}

.bg-neg .cta a {
	background-color: #E8E8DD;
	border-color: #E8E8DD;
	color: #1D1D1B;
}
.bg-neg .cta a:hover {
	opacity: .8;
}

/* Service links / social ----- */

.service-links ul {
	display: flex;
}
.service-links ul li {
	list-style-type: none;
	margin: 0 .3em .3em 0;
}

/* Colors -------- */

.bg-neg {
	color: #E8E8DD;
}

.bg1 {
	background-color: #1D1D1B;
}

/* @end */

/* @group NAV ============= */

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
ul li.leaf {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0 .5em;
}
ul.menu a {
	text-decoration: none;
}

/* @end */

/* @group TYPO ============ */

.font1,
input,
.views-field-field-tag a,
.seances-grp .view-grouping h2,
.seances-grp .view-grouping h3,
#block-views-programme-seances h3 {
	font-family: 'Neue Montreal', sans-serif;
}

.font2,
h1,
h2,
h3,
.field-name-field-sous-titre,
.field .field-label {
	font-family: 'Floren sans', serif;
	font-weight: 400;
	margin: .2em 0 .9em;
	line-height: .95;
	
	font-variant-ligatures: no-common-ligatures;
}

h1 {
	font-size: 2.9rem;
	max-width: 1200px;
}
.page-node-7089 .block-quicktabs,
h1 {
	padding-top: 6rem;
	margin-top: 0;
}

h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 1.7rem;
}

.field-name-body h2,
.field-name-body h3,
.views-field-body h2,
.views-field-body h3 {
	margin: 1.5em 0 .5em;
}



.view-page-liee .views-field-title h2,
.block > h2 {
	border-bottom: 1px solid #1D1D1B;
	margin-bottom: 1em;
	padding-bottom: .05em;
}
#sidebar-first .block > h2,
#sidebar-second .block > h2 {
	font-size: 1.5em;
}

p {
	margin-top: 0;
}

.field .field-label {
	font-size: 1.5rem;
}

.small-text {
	font-size: 0.75rem;
}

label,
strong,
.medium {
	font-weight: 500;
}

hr {
	border: 0 none;
	border-bottom: 1px solid #1D1D1B;
	margin: 1.5rem 0;
}

/* @end */


/* @group FRONT ======= */

/* @group Dia v3 */

.front .region-highlighted {
	padding-top: 2rem;
}
#block-views-v3-block {
	position: relative;
}
#block-views-v3-block h2 {
	margin-bottom: .4em;
}

#block-views-v3-block .swiper-pag {
	position: absolute;
	bottom: auto;
	top: .1rem;
	left: auto;
	right: 0;
	width: auto;
	font-size: 1.5rem;
}

.swiper-dot {
	display: flex;
	justify-content: space-between;
	padding-top: .4rem;
}
.swiper-front .swiper-dot span {
	display: block;
	margin: 0!important;
	flex-grow: 1;
	height: .8rem;
	border-radius: 0;
	outline: 0;
	border-top: 4px solid #1D1D1B;
	background: transparent;
}
.swiper-front .swiper-dot span:hover {
	border-top-color: #1D1D1B;
	opacity: .4;
}
.swiper-front .swiper-dot .swiper-pagination-bullet-active,
.swiper-front .swiper-dot .swiper-pagination-bullet-active:hover {
	border-top-color: #1D1D1B;
	background: transparent;
	opacity: 1;
}

#block-views-v3-block .view-footer {
	padding-top: 2rem;
}

.dia::before {
	content: "";
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10rem;
	pointer-events: none;
	z-index: 1;
}

.dia-img {
	overflow: hidden;
}

.dia-img img {
	position: relative;
	width: 100%;
	height: 50vh;
	max-height: 650px;
	object-fit: cover;
	
	transition: .8s ease-in-out;
}
.dia-img a:hover {
	opacity: 1;
}
.dia:hover img {
	transform: scale(1.15);
}

.dia .views-field-field-tag {
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 2;
}
.dia h3 {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 2.1rem;
	font-size: 1.3rem;
	border-bottom: 1px solid #E8E8DD;
	z-index: 2;
}
.dia h3 a {
	display: block;
	padding-top: .2em;
	color: #E8E8DD;
}
.dia-date {
	position: absolute;
	left: 1rem;
	bottom: 1.8rem;
	z-index: 2;
}
.dia-cta {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
}

/* aujourd'hui */

#block-views-a-l-affiche-front-aujour h2 {
	font-size: 1.5rem;
	margin: 1.5rem 0 .6em;
}
.aujour .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aujour .views-rows-wrapper {
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: .2rem;
	margin-bottom: .9rem;
	
	box-sizing: border-box;
	
	width: 47%;
}

.aujour .attach-pdf .views-rows-wrapper {
    width: 100%;
    padding-top: 1rem;
    border-bottom: 0 none;
}

.aujour .views-rows-title {
	margin-bottom: .2rem;
	font-size: .85rem;
}
.aujour a {
	text-decoration: none;
}

@media (min-width:768px) and (max-width:991.98px) {
	.aujour .views-rows-wrapper {
		width: 100%;
	}
}

@media (min-width:768px) {
	.front .region-highlighted {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#block-views-v3-block {
		width: 70%;
	}
	
	#block-views-v3-block .swiper-pag {
		top: 1.15rem;
	}
	
	#block-views-a-l-affiche-front-aujour {
		width: 28%;
	}
	.dia h3 {
		font-size: 2rem;
	}
	.dia-img img {
		height: 60vh;
	}
}

/* @end */



/* @group à l'affiche - old */

.alaa .view-content {
	display: flex;
	flex-wrap: wrap;
}
.alaa .view-grouping {
	width: 100%;
	margin-bottom: 2rem;
}

.alaa .view-grouping-header {
	position: relative;
}
.alaa .cdg-infos {
	position: absolute;
	padding: 1rem;
	background-color: rgba(231, 231, 221, 0.95);
	opacity: 0;
	left: 0;
	bottom: 1px;
	right: 0;
	z-index: 1;
	font-size: .75rem;
	pointer-events: none;
	
	transition: .7s;
}
.alaa .cdg-infos h3 {
	font-size: 1.2rem;
	margin: 0;
}
.alaa .cdg-affiche img {
	width: 100%;
}
.alaa .view-grouping:hover .cdg-infos {
	opacity: 1;
	bottom: 25px;
}
@media (min-width: 576px) {
	.alaa .view-grouping {
		width: 48%;
		margin-right: 2%;
	}
}
@media (min-width: 768px) {
	.alaa .view-grouping {
		width: 23%;
	}
}
@media (min-width: 992px) {
	.alaa .view-grouping {
		width: 18%;
	}
}

/* @end */

/* @end */

/* @group PAGE ======== */

.node-type-page h1 {
	margin-bottom: 0;
	border-bottom: 1px solid #1D1D1B;
}
.node-type-page .field-name-body {
	padding-top: 2rem;
}
.quicktabs_main .field-name-body {
	padding-top: 0;
}
.node-type-page #sidebar-second {
	padding-top: 2rem;
}

/*quicktabs*/

#quicktabs-container-programme {
	min-height: 400px;
}

#block-views-evenements-block-2 {
	padding-top: 2rem;
}

/* onglets */

.view-news .attachment,
ul.quicktabs-tabs {
	margin: 0;
	overflow: hidden;
	display: flex;
}
ul.quicktabs-tabs li {
	display: block;
	padding: 0;
	margin: 0;
}
.view-news .attachment .view,
ul.quicktabs-tabs li a {
  display: block;
  line-height: 1em;
  color: #999;
  padding: .6em 1em;
  border-left: 1px solid #1D1D1B;
}
.view-news .attachment .view a {
	color: #999;
}
.view-news .attachment .view-display-id-attachment_1,
ul.quicktabs-tabs li.first a {
	padding-left: 0;
	border: 0;
}
.view-news .attachment .view a:hover,
.view-news .attachment .view a.active,
ul.quicktabs-tabs li a:hover,
ul.quicktabs-tabs li.active a {
  color: #222;
}

@media (max-width: 767.98px) {
	.view-news .attachment .view,
	ul.quicktabs-tabs li a {
		padding: 5px;
		font-size: 15px;
	}
}

/* @end */

/* @group FILMS ======== */

.node-type-film h1 {
	padding-top: .2em;
	margin-bottom: .2em;
}
.film-banner img {
	width: 100%;
	height: 68vh;
	max-height: 650px;
	object-fit: cover;
}

#block-views-fiche-film-infos-courtes {
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: .5em;
	margin-bottom: 2rem;
}

.views-field-field-film-affiche {
	max-width: 200px;
}

/*#block-views-fiche-film-avis,*/
.field-name-field-film-avis {
	background-color: #1D1D1B;
	color: #E8E8DD;
	padding: 2rem;
	border-radius: 1.25rem;
	margin: 4rem 0;
	max-width: 800px;
}

@media (max-width: 991.98px) {
	/*#block-views-fiche-film-avis,*/
	.field-name-field-film-avis {
		padding: 15px;
	}
	.film-banner img {
		height: 50vh;
	}
}

/* tooltip*/
.tooltip {
	/*display: none;*/
	position: absolute;
	z-index: 1;
	left: -20px;
	top: -50px;
	width: 265px;
	box-sizing: border-box;
	background-color: rgba(29, 29, 26, 0.96);
	color: #E8E8DD;
	padding: 5px;
	font-size: 12px;
	pointer-events: none;
	opacity: 0;
	transition: .5s ease-in-out .1s;
}
.tooltip-img {
	width: 90px;
	float: left;
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: 8px;
}
.tooltip-txt {
	float: right;
	width: 155px;
}
.tooltip-txt h3 {
	font-size: 1rem !important;
	margin-bottom: 0;
	border: 0 none !important;
}

@media (min-width: 768px) {
	#block-views-programme-block-1 .views-row:hover .tooltip,
	.view-programme .view-grouping .views-rows-wrapper:hover .tooltip {
		/*display: block;*/
		top: -100px;
		opacity: 1;
	}
	#sidebar-second .tooltip {
		left: -180px;
		top: -110px;
	}
	#block-views-programme-block-1 .views-row:hover .tooltip {
		top: -160px;
	}
}

.tip-twitter {
	opacity: 0.95;
	z-index: 1000;
	padding: 8px;
	max-width: 250px;
	color: #E8E8DD;
	background-color: #1D1D1B;
}
.tip-twitter .tip-inner {
	font-size: 13px;
}

/* Billetterie / séances */

#block-views-programme-seances .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#block-views-programme-seances .views-rows-wrapper {
	width: 48%;
}
#block-views-programme-seances .views-rows-title {
	font-size: .75rem;
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: .5em;
	margin: .6em 0 .5em;
}

/* infos */

#block-views-fiche-film-block .content {
	font-size: .75rem;
}
#block-views-fiche-film-block .views-field {
	display: flex;
}
#block-views-fiche-film-block .views-label {
	display: block;
	font-weight: 500;
	width: 40%;
	max-width: 140px;
	color: #82827C;
}
#block-views-fiche-film-block .field-content {
	width: 60%;
}

/* @end */

/* @group PROGRAMME ===== */

#quicktabs-container-programme {
	padding-top: 2rem;
}
.view-programme .view-grouping-content {
	display: flex;
	flex-wrap: wrap;
}

.view-programme .view-grouping-header {
	font-size: 1.5rem;
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: .3em;
	margin: 1em 0 .8em;
}

.view-programme .view-grouping .views-rows-wrapper {
	width: 130px;
	margin: 0 14px 2rem 0;
	position: relative;
}

.view-programme .views-rows-title h3 {
	border-top: 1px solid #1D1D1B;
	padding: .4rem 0 0;
	margin: .6rem 0;
	font-size: .75rem;
	font-weight: 500;
}
.view-programme .views-rows-title a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.view-programme .view-grouping .views-rows-wrapper {
		width: 175px;
		margin-right: 25px;
	}
	.view-programme .views-rows-title h3 {
		/*min-height: 30px;*/
	}
}

/* A l'affiche */
#block-views-a-l-affiche-block .views-rows {
	display: flex;
	flex-wrap: wrap;
}
#block-views-a-l-affiche-block .views-row {
	width: 130px;
	margin: 0 15px 15px 0;
}

.view-groupes-semaine .view-content {
	display: flex;
}
.view-groupes-semaine .view-content a {
	display: block; 
}

/* @end */

/* @group GROUPES DE FILMS ======== */

/* @group View */

.page-agenda h1 {
	border-bottom: 1px solid #1D1D1B;
}

.view-evenements .views-rows {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.view-evenements .views-row {
	position: relative;
	border-bottom: 1px solid #1D1D1B;
	margin-bottom: 2.5rem;
	padding-bottom: 3rem;
	flex-grow: 1;
	width: 100%;
}
.view-evenements .views-row .views-field-field-tag {
	position: absolute;
	z-index: 1;
	left: 1rem;
	top: .7rem;
}
.view-evenements .views-field-field-event-img {
	margin-bottom: .8rem;
	overflow: hidden;
	min-height: 100px;
	background-color: #1D1D1B;
}
.view-evenements .views-field-field-event-img img {
	width: 100%;
	transition: transform .8s ease-in-out;
}
.view-evenements .views-field-field-event-img a:hover {
	opacity: 1;
}
.view-evenements .views-field-field-event-img:hover img {
	transform: scale(1.15);
}
.view-evenements h2 {
	border-top: 1px solid #1D1D1B;
	padding-top: .8rem;
	margin-bottom: 0;
	font-size: 1.5rem;
}
.view-evenements .views-field-field-sous-titre strong {
	font-weight: 500;
	font-size: .75rem;
}
.view-evenements .views-field-field-event-date {
	position: absolute;
	left: 0;
	bottom: .6rem;
	font-size: .75rem;
	max-width: 120px;
}
.view-evenements .views-field-view-node {
	position: absolute;
	right: 0;
	bottom: .6rem;
}

@media (min-width: 768px) {
	.view-evenements .views-field-field-event-date {
		max-width: none;
	}
}


@media (min-width: 992px) {
	.view-evenements .views-row {
		width: 49%;
		flex-grow: 0;
	}
}

/* @end */

/* @group Focus */

.focus .views-row {
	width: 100%;
	border: 0 none;
	padding: 0;
}

.focus-infos h3 {
	font-size: 2.5rem;
	/*text-shadow: 0 0 15px #E8E8DD;*/
}

.focus-txt {
	margin-bottom: 2.5rem;
	font-size: 1.4rem;
}
.view-footer .cta a,
.focus-infos .cta a {
	font-size: 1rem;
}

@media (min-width: 768px) {
	.focus-img {
		margin-left: 10%;
		width: 50%;
	}
	
	.focus-infos {
		margin-top: -1.1rem;
		width: 50%;
		margin-left: 40%;
	}
}

/* @end */

/* @group Node */

.view-image-event {
	margin: 1.5rem 0 2rem;
}
.view-image-event img {
	width: 100%;
	height: 50vh;
	max-height: 600px;
	object-fit: cover;
}
#block-views-champs-dates-grp {
	margin-bottom: 0;
}
#block-views-champs-dates-grp .views-field-field-event-date {
	border-bottom: 1px solid #1D1D1B;
	margin-bottom: 1rem;
	padding-bottom: .4em;
	font-weight: 500;
}
.node-type-evenement h1 {
	margin-bottom: 0;
	padding-top: 0;
}
.field-name-field-sous-titre {
	font-size: 1.25rem;
	margin-bottom: 0;
}
.node-type-evenement .field-name-body {
	padding-top: 2rem;
}
/* films d'un groupe */
#block-views-programme-block-1 .views-rows {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
	padding-top: 3.65rem;
}
#block-views-programme-block-1 .views-row {
	width: 100px;
	margin: 0 10px 1rem 0;
	position: relative;
}

.cdg-affiche,
#block-views-programme-block-1 .views-field-field-film-affiche {
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid #1D1D1B;
}

/* Programmation d'un groupe */

.seances-grp .view-content {
	display: flex;
	flex-wrap: wrap;
}
.seances-grp .view-grouping {
	width: 175px;
	font-size: .75rem;
	margin: 0 1rem 1rem 0;
}
.sidebar .seances-grp .view-grouping {
	width: 145px;
}
.seances-grp .view-grouping h2,
.seances-grp .view-grouping h3 {
	font-size: .75rem;
}
.seances-grp .view-grouping .views-rows-title {
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: .25em;
	margin: .4em 0;
}

@media (max-width: 767.98px) {
	.seances-grp .view-grouping {
		width: 120px;
	}
}

/* @end */

/* @group Tags */

.view-tags-agenda .views-rows {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

.views-field-field-tag h3 {
	margin: 0;
}

.view-tags-agenda .views-row a,
.views-field-field-tag a {
	display: inline-block;
	font-size: .75rem;
	color: #E8E8DD;
	margin: 0 .5em .5em 0;
	padding: .6em 1.5em .7em;
	border-radius: 2em;
	text-decoration: none;
	background-color: #1d1d1d;
}

/* Rencontres */
.view-tags-agenda .tag-3882-bg a,
.tag-3882-bg a,
.tag-3882-bgimg a {
	background-color: #B88932;
}
/* Ciné-club */
.view-tags-agenda .tag-3883-bg a,
.tag-3883-bg a,
.tag-3883-bgimg a {
	background-color: #8D729F;
}
/* Rétrospective */
.view-tags-agenda .tag-3884-bg a,
.tag-3884-bg a,
.tag-3884-bgimg a {
	background-color: #719f9e;
}
/* Festival */
.view-tags-agenda .tag-3885-bg a,
.tag-3885-bg a,
.tag-3885-bgimg a {
	background-color: #818144;
}
/* Nouveauté */
.view-tags-agenda .tag-3886-bg a,
.tag-3886-bg a,
.tag-3886-bgimg a {
	background-color: #B44445;
}
/* Séance spéciale */
.view-tags-agenda .tag-8887-bg a,
.tag-8887-bg a,
.tag-8887-bgimg a {
	background-color: #EA8058;
}
/* Focus */
.view-tags-agenda .tag-23043-bg a,
.tag-23043-bg a,
.tag-23043-bgimg a {
	background-color: #EA8058;
}
/* Jeune public */
.view-tags-agenda .tag-23044-bg a,
.tag-23044-bg a,
.tag-23044-bgimg a {
	background-color: #EA8058;
}

/* @end */

/* @end */

/* @group SEANCES ======== */

.cdg-ticket {
	display: inline-block;
	margin: 0 .2em .3em 0;
}
.cdg-ticket a {
	display: block;
	text-decoration: none;
}
.cdg-ticket .views-field span {
	display: block;
	background-color: #1D1D1B;
	color: #E8E8DD;
	font-size: .75rem;
	padding: .5em 1.1em;
	border-radius: 2rem;
	font-weight: 500;
}
.cdg-ticket .views-field a span {
	background-color: #EB5D05;
}
.cdg-ticket a:hover {
	opacity: 1;
}
.cdg-ticket a:hover span {
	background-color: #1D1D1B;
}

.sc-edit a {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.sc-edit a:hover {
	background-color: #666;
}

@media (min-width: 768px) {
	.cdg-ticket .views-field span {
		font-size: .7rem;
	}
}

/* @end */

/* @group GALERIE ====== */

/* Catégories de news (début) */
.view-news .attachment {
	margin: 0 0 3rem;
}


.gals .views-row {
    max-width: 700px;
    margin: 0 auto 3rem;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.view-news .views-field-field-galerie-news {
	width: 100%;
}

.view-news .mt-oeil .views-field-field-galerie-news {
	background: #000 url('images/oeil_1.png') no-repeat center center;
	background-size: cover;
}
.view-news .mt-oeil .views-field-field-galerie-news img {
	opacity: .4;
	filter: grayscale(1) contrast(2);
}

.view-news .views-field-field-galerie-news {
	border-bottom: 1px solid #1D1D1B;
	padding-bottom: .55rem;
	margin-bottom: .6rem;
}
.attachment .view-news .views-field-field-galerie-news {
	border: 0 none;
	padding: 0;
}

.view-news .views-field-title {
	max-width: 550px;
}
.view-news .views-field-title h2 {
	font-size: 1.7rem;
	margin: .1em 0;
}
.view-news .views-field-title a {
    display: block;
}
.view-news .mt-oeil .views-field-title a {
	background-color: #F6F99A;
	text-shadow: none;
}

/* Node Galerie */
.gal-banner {
	margin: 1.5rem 0 3rem;
}
.gal-banner img {
	height: 55vh;
	object-fit: cover;
	
}
.node-type-news h1 {
	padding-top: 0;
}
.field-name-field-galerie-news {
  margin: 1rem 0;
}
.field-name-field-galerie-news .field-items {
    display: flex;
	flex-wrap: wrap;
}
.field-name-field-galerie-news .field-item {
  width: 100px;
  height: 100px;
  background-color: #000;
  margin: 0 1px 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field-name-field-galerie-news .field-item a {
  opacity: .8;
}
.field-name-field-galerie-news .field-item:hover a {
  opacity: 1;
}

/* photoswipe */

.pswp__top-bar {
	background-image: url('../logo.svg');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	background-size: 200px auto;
}

.pswp__button--share,
.pswp--zoom-allowed .pswp__button--zoom {
	display: none;
}
.pswp__counter {
	left: 47%;
	top: calc(100vh - 35px);
}

/* Galerie liée */

.view-galerie-liee {
  overflow: hidden;
}

.view-galerie-liee .views-field-field-galerie-news {
  float: left;
}
.view-galerie-liee h3 {
  padding-left: 110px;
}


/* @end */

/* @group ARCHIVES ===== */

.view-les-films .views-rows {
	display: flex;
	flex-wrap: wrap;
}
.view-les-films .views-row {
	width: 125px;
	margin: 0 15px 15px 0;
	font-size: .6rem;
}
.view-les-films h2 {
	font-size: .75rem;
	margin: .5em 0 .5em;
	padding-top: .5em;
	border-top: 1px solid #1D1D1B;
}
@media (min-width: 768px) {
	.view-les-films .views-row {
		width: 150px;
		margin: 0 1.5rem 1.5rem 0;
	}
}

/* @end */

/* @group VIEW MEMENTO EXPORT */


.view-display-id-mem2 .view-grouping {
  font-weight: bold;
  padding: .5em 0;
}
.view-display-id-mem2 .view-grouping .view-grouping {
  font-weight: normal;
}


/* Export grille hebdo */
.page-export-grille #page {
	background: #fff;
}
.page-export-grille .container {
	max-width: none;
}
.grille-hebdo .view-grouping {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.grille-hebdo .views-table {
	float: left;
	width: 12%;
	margin: 0 1%;
}
.grille-hebdo caption {
    padding: 1em 0;
}
.grille-hebdo-col td {
    padding-bottom: 3rem;
    font-size: .7em;
    border-top: 3px solid #000;
}
.grille-hebdo h2 {
    font-size: 2rem;
    margin: 0;
}
.grille-hebdo h3 {
    font-size: 1rem;
    padding: .5em 0;
    margin: 0;
}
@media print {
	.page-export-grille .site-header,
	.page-export-grille #main-content-header,
	.page-export-grille .site-footer,
	.page-export-grille .view-header,
	.page-export-grille .view-filters {
		display: none;
	}
}

/* @end */

@media (max-width:767.98px) {
	html {
		font-size: 16px;
	}
	h1 {
		font-size: 2.3rem;
	}
	.page-node-7089 .block-quicktabs,
	h1 {
		padding-top: 2.5rem;
	}
	.block > h2 {
		font-size: 2rem;
	}
}