/*
Theme Name: ASDG V.04
Description: Thème enfant pour le thème twenty twelve
Author: devsector.ch
Version: 4.5
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

body {
	background-color: #fff;
	font-size: 13px;
	line-height: 1.4;
}

#main {
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	background-color: #fff;
	margin: 10px 10px 10px 85px;
	padding: 50px 50px 50px 170px;
	min-height: 400px;
	position: relative;
}

.site,
body .site {
	background-color: transparent;
	padding: 0;
	margin: 0 auto !important;
}

.site {
	max-width: 1170px;
}

.vbox-container img {
	max-height: 85vh;
}

#page {
	position: relative;
}

.site-header {
	padding: 1.71429rem 0 0;
}

#site-title a {
	color: #009900;
}

hgroup {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header-widget-area {
	padding: 0 1rem;
}

a,
a:visited,
.entry-content a:visited {
	color: #000;
	text-decoration: underline;
}

.site-header h1 a {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url(images/logo-asdg.svg);
	text-indent: -2000px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
}

h2.site-description {
	display: none;
}

.site-header h1 {
	margin-left: 85px;
}


.cleaner {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.71429em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-align: left;
}


.home-swiper {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.home-slide-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.home-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	color: #fff;
	z-index: 2;
	text-align: center;
}

.multiple-slides .swiper-slide,
.multiple-slides .home-slide-inner,
.multiple-slides .home-slide-inner img {
	width: auto;
}

/* Make navigation arrows white */
.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

/* Make pagination bullets white */
.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.6;
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/* Resize Swiper arrows to 50% */
.swiper-button-next,
.swiper-button-prev {
	transform: scale(0.5);
	transform-origin: center;
}

.home-slide-content {
	text-align: left;
}


.page-id-2378 .home-swiper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.page-id-2378 #main {
	aspect-ratio: 16 / 9;
}


/* CONTENT */
.entry-title {
	text-transform: uppercase;
}

.entry-content h2 {
	text-transform: uppercase;
}

.archive .entry-title,
.expoinfo .entry-title {
	margin-bottom: 5px;
}

.archive .site-content article h2,
h3.expo_artiste,
h3.expo_date {
	margin-bottom: 5px;
}

.archive .site-content article,
.page-id-101 .site-content article {
	margin-bottom: 100px;
}

h3.expo_lieu {
	text-align: left;
}

.author .site-content article {
	margin-bottom: 0px;
}

.archive .site-content .entry-summary {
	margin-top: 5px;
}

.entry-content img {
	margin-bottom: 10px;
}

.expobloc .entry-header {
	margin-bottom: 0;
}

.expo-thumbnail img {
	width: 100%;
	display: block;
}

.expo-thumbnail a {
	display: block;
}

.homecol.first {}

.homecol.last {
	width: 45%;
	float: left;
}

.homecol h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 17px;
}

.homecol.last article {
	margin-bottom: 20px;
}

.site-content article {
	padding-bottom: 0;
}

.site-content article {
	-moz-hyphens: none;
	hyphens: none;
	text-align: justify;
}

h3.project-name {
	text-transform: uppercase;
}

.site-content article {
	border: 0;
	margin-bottom: 1.14286rem;
}

.expobloc article {
	margin-bottom: 0;
}

.entry-meta {
	display: none;
}

.expobloc {
	clear: both;
	padding-bottom: 1.2em;
}

.expo_bloc {
	margin-bottom: 2rem;
}

.expo-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
}

@media screen and (max-width: 768px) {
	.expo-group {
		display: block;
	}

	.home-swiper {
		aspect-ratio: 2 / 3;
	}
}

.only-1-col .expo-group {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3rem;
}

.only-1-col .expo_bloc {
	width: 50%;
	margin: 0 auto;
}

.expoicon {
	margin-bottom: 10px;
}

.expoinfo {
	margin-bottom: 100px;
}

.page .expoinfo,
.single .expoinfo {
	float: none;
	width: auto;
	margin: 5px 0 20px 0;
}

.single .expoinfo h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.expoinfo h2 a,
.expoinfo h2 a:visited {
	color: #000 !important;
	text-decoration: none;
}

.expo-thumbnail {
	margin-bottom: 1rem;
}

.expoinfo h1,
.expoinfo h2,
.expoinfo h3 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
}





.more-link {
	margin: 1em 0 1.714285714rem 0 !important;
	line-height: 1.714285714 !important;
}

.more-link a,
.more-link a:visited {
	display: inline-block;
	background-color: #989898;
	color: #fff;
	transition: all 0.3s ease-in-out;
	padding: 0.4em 1em;
	text-decoration: none;
}

.more-link a:hover {
	background-color: #000;
}

.news_bloc article {
	border-bottom: 1px solid #ccc;
}

.news_bloc .header-group {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 3rem
}

.news_bloc .news-date {
	margin-bottom: 0px !important;
}

.news_bloc h2 {
	margin: 0px;
	line-height: 1.1;
	text-align: left;
	font-size: 1.285714286rem;
}

.news_bloc h2 a,
.news_bloc h2 a:visited {
	text-decoration: none;
	color: #000;
}


.archive .site-content .news_bloc article {
	margin-bottom: 1.14286rem;
}


.single .site-content nav {
	display: none;
}

.expobloc .entry-header h2.entry-title {
	margin-bottom: 25px;
}

.expobloc h3.expo_date,
.expobloc h3.expo_artiste {
	margin-bottom: 5px;
}

.expo_lieu {
	font-weight: normal;
}

.news_date {
	margin-bottom: 5px;
	font-weight: normal;
}

.news_title {
	margin-bottom: 5px;
}

h4 span {
	font-weight: normal;
}

.home .entry-header {
	display: none;
}

h2.expo-year,
h2.news-year {
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	padding: 0.5em 0;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}


.entry-content .wpcf7-form p {
	margin-bottom: 0;
}

.wpcf7-form-control {
	margin-bottom: 1rem;
}

.grecaptcha-badge {
	opacity: 0;
}

.page-id-38 .grecaptcha-badge {
	opacity: 1;
}

/*PRIVATE*/
#logout_button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100px;
	background-color: red;
	padding: 5px;
	text-align: center;
}

#logout_button a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}

.logged-in li#menu-item-67 {
	visibility: hidden;
}

.login #supersized-loader {
	display: none;
}

/* AUTHOR */

.author_bloc {
	margin-bottom: 80px;
	clear: both;
}

img.author_portait {
	max-width: 100%;
}

img.author_imagette {
	max-width: 90%;
}

.imagette_bloc {
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	width: calc(100% / 3);
}

.imagette_bloc a {
	display: block;
}

.imagette_bloc.first {
	text-align: left;
}

.imagette_bloc.last {
	text-align: right;
}

.author_bloc h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.inscrits ul,
.inscrits li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inscrits li {
	padding: 0 0 10px 0;
}

.inscrits li a {
	text-decoration: none;
	text-transform: uppercase;
}


/* MENU */

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
	border-bottom: 0px solid #EDEDED;
	border-top: 0px solid #EDEDED;
	display: block !important;
	text-align: center;
}

.main-navigation {
	position: absolute;
}

.main-navigation li {
	margin: 0;
	position: relative;
	display: block;
}

.main-navigation {
	line-height: 3em;
	position: fixed;
	top: 175px;
	z-index: 10000;
	width: 180px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 10px;
	-moz-box-shadow: 2px 2px 5px 0px #353535;
	-webkit-box-shadow: 2px 2px 5px 0px #353535;
	-o-box-shadow: 2px 2px 5px 0px #353535;
	box-shadow: 2px 2px 5px 0px #353535;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#353535, Direction=224, Strength=2);
}

.main-navigation li a,
.main-navigation li a:active,
.main-navigation li a:focus {
	line-height: 2.5rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #5e5e5e;
	text-decoration: none;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current-post-ancestor>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_ancestor>a {
	color: #fff;
	font-weight: bold;
}

.main-navigation li a:hover {
	color: #fff;
}

/* TYPO */
.entry-header .entry-title {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #646464;
	text-align: left;
}

.archive-title,
.page-title {
	font-size: 17px;
	line-height: 1;
}

.entry-header .entry-title a {
	color: #646464;
}

/* FOOTER */
footer[role="contentinfo"] {
	border: 0;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	text-shadow: 1px 1px 1px #000;
}

footer[role="contentinfo"] a {
	text-decoration: none;
	color: #fff;
}

footer[role="contentinfo"] a:hover {
	color: #fff;
}

.cleaner {
	clear: both;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: none !important;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	body .site {
		padding: 0;
		padding: 0;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 0 0 rgba(100, 100, 100, 0.3);
	}

	ul.inscrits {
		column-count: 3;
	}

	.inscrits li {}

	.inscrits li a {
		text-decoration: none;
		text-transform: uppercase;
	}

}


/* iPhone [portrait + landscape] */
@media screen and (max-width: 767px) {

	/* NAVIGATION */
	.main-navigation {
		position: static;
		margin: 10px;
		width: auto;
	}

	.site-header h1 a {
		margin: 0 auto;
	}

	.site-header h1 {
		margin-left: 0px;
	}

	#main {
		margin: 10px;
		padding: 20px;
	}

	footer[role="contentinfo"] {
		margin-left: 10px;
		margin-right: 10px;
	}

	.homecol.first {
		float: none;
		margin-right: 0;
		width: auto;
	}

	.homecol.last {
		float: left;
		width: auto;
	}

	.imagette_bloc,
	.imagette_bloc.first,
	.imagette_bloc.last {
		width: auto;
		text-align: center;
	}

	.imagette_bloc img {
		max-width: 75%;
	}
}

#supersized-loader {
	display: none;
}