.page-list-ext-image img {
	max-height: 150px;
	width: 300px;
	object-fit: cover;
	object-position: 100% 0;
}

.block--floating-img {
	min-height: 340px
}

@media screen and (min-width: 426px) {
	.block--floating-img img {
		float: right;
		margin: 0 0 1rem 1rem;
	}
}
@media screen and (max-width: 426px) {
	.block--floating-img img {
		margin: 0 auto 2rem;
    display: block;
	}
	.page-list .page-list-ext-image,
	img.alignright, img.alignleft{
		display: block;
    float: none;
    margin: 2rem auto;
	}
}

.link--unclickable a[href="#"] {
	pointer-events: none
}

@media screen and (min-width: 1141px) {
	.menu-item .menu-item-has-children > a:after {
		content: ' →';
		display: inline-block; 
		margin-left: 5px; 
	}
}

@media (min-width: 1025px) {
	.footer-subscribe form {
		display: flex;
	}
}
@media screen and (max-width: 940px) {
	.site-footer .footer-connect .subs-button,
	.site-footer .footer-connect .subs_input {
		width: 100%;
	}
}
.site-footer .footer-connect .row {
	align-items: center;
}
.footer-subscribe .subs-button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px
}

.footer-social a {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: black;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,.5);
}

.footer-social a:hover {
	text-decoration: none;
}

.wp-video {
	margin: 0 auto 4rem;
}

.pdfviewer--center {
	border-top: 1px solid #e9e9e9;
	padding-top: 2rem;
	text-align: center;
	
	.pdfemb-viewer {
		margin: 1rem auto 2rem;
	}
}

.contact {
	display: flex;
	align-items: flex-start;
	gap: 10rem;
}

.contact--infos h3 {
	font-size: 1.1rem;
	font-family: "Roboto", sans-serif;
	margin-bottom: .4rem;
}

.contact--infos h3:not(:first-of-type) {
	margin-top: 2rem;
}

.contact--infos h2,
.contact--form h2 {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.contact--form {
	width: 30vw;
}

@media (max-width: 1024px) {
	.contact--form {
		width: 50vw;
	}
	.contact {gap: 5rem;}
}
@media (max-width: 768px) {
	.contact--form {
		width: 100%;
	}
	.contact {display: block;}
}

.contact--form div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label {
	font-size: 1rem;
	text-transform: none;
	font-family: 'Raleway', sans-serif;
	letter-spacing: normal;
}
.contact--form div.wpforms-container .wpforms-form .wpforms-field .wpforms-required-label {
	font-size: 1.5rem;
	font-weight: bold;
	color: red;
}

.contact--form div.wpforms-container .wpforms-form .wpforms-field input[type=text],
.contact--form div.wpforms-container .wpforms-form .wpforms-field input[type=email],
.contact--form div.wpforms-container .wpforms-form .wpforms-field textarea {
	width: 100% !important;
	background: white;
	border: 1px solid #adadad;
	border-radius: 5px;
	box-shadow: none;padding: 5px 10px;
	margin-bottom: 1rem !important;
}

.contact--form div.wpforms-container .wpforms-form .wpforms-field input[type=text]:hover,
.contact--form div.wpforms-container .wpforms-form .wpforms-field input[type=email]:hover,
.contact--form div.wpforms-container .wpforms-form .wpforms-field textarea:hover {
	border-bottom: 1px solid #adadad!important;
	box-shadow: none;
}

.contact--form div.wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
.contact--form div.wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
.contact--form div.wpforms-container .wpforms-form .wpforms-field textarea:focus {
	border-bottom: 1px solid #adadad!important;
	box-shadow: none;
	outline: auto;
}

.contact--form div.wpforms-container .wpforms-form button[type=submit] {
	border-radius: 5px;
	color: white;
	background: #d41217;
	border: none;
	padding: .5rem 1rem;
	width: 30%;
	float: right;
}

.titre--concert {
	border-bottom: 2px solid #d41217;
  padding-bottom: .5rem;
}

.image--programme {
	height: 350px;
    width: 500px;
    object-fit: cover;
    object-position: 0 -20px;
    border-radius: 5px;
    margin: auto;
    display: block;
}

.programme h2 {
	text-align: center;
    margin: 0 0 2rem;
    font-family: 'Raleway';
    font-size: 2.6rem;
}

hr.center-diamond {
  border: 0;
  height: 1px;
  width: 10%;
  position: relative;
  margin: 4rem auto;
  background: black;
}
@media screen and (max-width: 768px) {
	hr.center-diamond {
		width: 50%;
	}
}
hr.center-diamond:before {
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  display: inline-block;
  border: 2px solid black;
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */
}

.link--showmore {
	margin: 0 auto 2rem;
    display: block;
    border: 1px solid;
    border-radius: 5px;
    padding: .5rem 1rem;
    width: fit-content;
}

@media screen and (max-width: 425px) {
	.jarallax-img img {
		top: -15%;
	}
	.hero-content-style1 h2 {
		font-size: 2rem;
	}
}


@media screen and (min-width: 720px) {
	.hero-content-style1 h2 {
		font-size: 3rem;
	}
}

@media screen and (min-width: 940px) {
	.hero-content-style1 h2 {
		font-size: 4rem;
	}
}