/*
	Theme Name: Le Winston Band 
		Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */



*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* Styling Wide and Full-Width Gutenberg Blocks in WordPress */
body {
     overflow-x:  hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
	background-color: #120d09;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url(img/back-winston-band-bg.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #120d09;
	background-repeat: no-repeat;
}

html.js body {
	animation: page-fade-in 0.2s ease;
}

html.js body.is-page-leaving {
	opacity: 0;
	transition: opacity 0.13s ease;
}

@keyframes page-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	html.js body {
		animation: none;
	}

	html.js body.is-page-leaving {
		opacity: 1;
		transition: none;
	}
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}


.sidenav li.nolink > a {
cursor: default;
}


@media screen and (min-width: 0px) {
   html{font-size: 16px;}
}


@media screen and (min-width: 600px) {
   html{font-size: 16px;}
}


.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color: #0000ff;
	text-decoration:none;
}
a:hover {
	color:#0000ff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}



h1.lowercase{text-transform: lowercase;
	margin-bottom: -10px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/



	.site-bg {
		position: absolute;
		overflow: hidden;
		z-index: -1;
		height: 200%;
		width: 200%;
		top: -50%;
		left: -50%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background-color: #000;
		display: block;
		position: fixed;
	}
	




		.site-bg img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 50%;
			min-width: 55%;
			min-height: 55%;
			margin: auto;
			-webkit-transform: translate3d(-50%,0,0);
			transform: translate3d(-50%,0,0);
			max-width: none;
			-webkit-filter: blur(30px);
			filter: blur(30px);
			opacity: .2;
		}
	



	.site-bg::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}



.mybanner{text-align: center; 
	margin: 30px auto 50px auto}
.mybanner img{max-width: 400px; }

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.wrapper-large {
	max-width:2400px;
	width:95%;
	margin:0 auto;
	position:relative;
}


/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}


.wp-block-button__link.has-white-color.has-black-background-color.has-text-color.has-background{border: #000000}
.black-border{border: #000000 !important}



/* nav */







/* Styling Wide and Full-Width Gutenberg Blocks in WordPress */

.alignwide, .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.page-template-template-accueil article > .wp-block-image.alignfull:last-child {
	margin-bottom: 0;
}

.page-template-template-accueil article > .wp-block-image.alignfull:last-child img {
	display: block;
	width: 100%;
}

@media only screen and (max-width:600px) {
	.page-template-template-accueil article > .wp-block-image.alignfull:last-child {
		margin-top: 24px;
	}
}




hr.wp-block-separator
   {border-top: 1px solid rgba(205, 205, 205, 1) !important;
	height: 0px !important;
	overflow: hidden !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	width: 200px;
	padding-bottom: 20px;
}



nav{background-color: rgba(0, 0, 0, 0.85)}

nav ul a{
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 15px;
	letter-spacing: 0px;
	cursor: pointer;
}

nav ul a:hover{color: #f0cc62;}


nav ul a.dropdown-trigger {padding: 0 4px 0 12px}


nav ul a i.right{margin-left: 0;}







img.nav-logo{vertical-align: middle}

@media screen and (max-width: 600px) {
	
	img.nav-logo{vertical-align: middle;
		width: 60px
	}

}

.nav-logo {
	position: static;
	display: inline-flex;
	align-items: center;
	padding: 0;
}

.nav-logo img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
}



nav{box-shadow: none;
	-webkit-box-shadow: none;
}








ul.topmenu{margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;}


.topmenu-extra a .fab{font-size: 18px;
	margin-left: 6px;
	margin-right: 6px;
	color: #f0cc62;
	margin-top: 0;
	padding-top: 0;
}

nav i.material-icons.mysearch{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	}

.topmenu-extra{
	color: #f0cc62;
	margin-left: 10px;
}

.topmenu-extra a{color: #f0cc62;}



.nav-inner-wrapper{max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 18px;
}

.nav-sep{font-size: 19px;
	display: inline-block;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
	margin-right: 10px;
}


/* Sous menu */



ul.dropdown-content{background-color: #fcfcfc;
	padding: 0;
	margin: 0;
}



.dropdown-content li > a, .dropdown-content li > span{ font-size: 14px;
	color: #3b3c41
}

/* Menu nav side responsive */

.sidenav li > a{
	font-size: 16px;
	padding: 0;
	text-transform: uppercase;
	height: 36px;
	line-height: 36px;
	color: #5F5553;
}

.sidenav li > a:hover{background-color: transparent;}

.sidenav-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px;
	padding-left: 0;
	border-bottom: 0 !important;
}

.sidenav-head > a {
	border-bottom: 0 !important;
}

.sidenav-mini-logo {
	display: inline-flex;
	align-items: center;
	padding: 0 !important;
	height: auto !important;
	line-height: 1 !important;
	margin-left: 0;
}

.sidenav-mini-logo img {
	display: block;
	width: 130px;
	height: auto;
}


ul.children{margin-left: 10px;
	padding-left: 0;
}

.sidenav ul.children li > a{text-transform: none; padding-left: 10px;}

a.sidenav-close{color: #111111;
	padding-left: 0;}

.sidenav{
	background-color: #1f1712;
	width: 100%;
	max-width: 340px;
	padding: 18px 22px 26px;
	box-shadow: 12px 0 32px rgba(0,0,0,0.28);
}


@media only screen and (min-width:530px) {
	.sidenav{max-width: 480px;}
	
}


ul.sub-menu li > a{
/* 	padding-left: 70px; */
	text-transform: none;
	height: 36px;
	line-height: 36px;
	}


ul.sub-menu {margin-bottom: 20px;}

.wrapper-logo-menu{padding: 0px 0 15px 26px;}

.social-side{
	padding-left: 0;
	margin-top: 18px;
}



.sidenav li.nolink > a{cursor: default}

.social-side.nopad{padding-left: 0;}



.social-side a:hover{background-color: initial;}

ul.social-sidemenu{padding-left: 0;}

ul.social-sidemenu li > a > i{
	color: #111111;
	margin: 0 16px 0 0;
	}

ul.social-sidemenu{line-height: 12px;}


ul.social-sidemenu li{display: inline-block;
/* 	padding: inherit; */
	line-height: inherit;
	font-size: inherit;
}

.courriel-menu{ padding: 0 0 0 22px;}
.courriel-menu a:hover{background-color: initial;}
.courriel-menu a{color: #3b3c41; font-size: 12px;}
.courriel-menu a:hover{color: #3b3c41;}

a.icon-footer{font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 4px;
}

i.fab.fa-facebook-f.fa-stack-1x{font-size: 0.95em;}
i.fab.fa-instagram.fa-stack-1x{font-size: 1.1em;}
i.fab.fa-twitter.fa-stack-1x{font-size: 95%;}
i.far.fa-envelope.fa-stack-1x{font-size: 1.1em;}
i.fas.fa-paper-plane.fa-stack-1x{font-size: 0.9em; margin-left: -1px;}
i.fab.fa-linkedin-in.fa-stack-1x{
	margin-top: -1px;
font-size: 1em;
}

a.icon-footer span.fa-stack.fa-2x{font-size: 1.9em}

.fa-stack{width: 2em !important}




nav {
    
    height: initial;
}


nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i { 
	height: initial;
}





/* sidebar */
.sidebar {

}
/* footer */


.footer {
	background: rgb(0,0,0);
	/* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(22, 23, 17, 1) 100%); */
	color: #efecec;
	padding: 30px 0px 20px 0px;
	
}


.mylogos{max-width: 600px; margin: 0 auto; text-align: center;}

.footer a{color: inherit;}


.social-footer{font-size: 18px;}
.social-footer a{margin-left: 4px;
	margin-right: 4px;
}


@media only screen and (min-width:680px) {
	.footer {padding: 80px 0px 30px 0px}
}



.contact-footer{font-size: 12px;
	font-weight: 300;
	margin-top: 40px;
	color: #6d6665;
}


.btn-large:hover{color: #fff;}

/*------------------------------------*\
    Parallax
\*------------------------------------*/

 .parallax-container {
      height: 110px;
    }

@media only screen and (min-width:321px) {

  .parallax-container {
      height: 150px;
    }
    
}





@media only screen and (min-width:680px) {

  .parallax-container {
      height: 250px;
    }
    
}



@media only screen and (min-width:880px) {

  .parallax-container {
      height: 460px;
    }
    
}




/*------------------------------------*\
    Materialize modifications
\*------------------------------------*/


input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
	border-bottom: 1px solid #2a2b30;
-webkit-box-shadow: 0 1px 0 0 #2a2b30;
box-shadow: 0 1px 0 0 #2a2b30;
}




.tg-search-holder input:not([type]):focus:not([readonly]), 
.tg-search-holder input[type=text]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=password]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=email]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=url]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=time]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=date]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=datetime]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=datetime-local]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=tel]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=number]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder input[type=search]:not(.browser-default):focus:not([readonly]), 
.tg-search-holder textarea.materialize-textarea:focus:not([readonly]){
	border-bottom: 0px solid #2a2b30;
-webkit-box-shadow: 0 0px 0 0 #2a2b30;
box-shadow: 0 0px 0 0 #2a2b30;
}





/*------------------------------------*\
   collapsible
\*------------------------------------*/



ul.collapsible{list-style-type: none;
	padding-left: 0;
}


.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header:focus{outline: none;}

.collapsible-header i {
  width: 1.5rem;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
}


.collapsible {
border: none;
box-shadow: none;
-webkit-box-shadow: none;}


.collapsible-header {
font-size: 32px;
font-weight: 600 !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: transparent;
color: #202124}





.collapsible-header.small {font-size: 24px;
	line-height: 1.2;
}


@media only screen and (max-width: 680px) { 
	.collapsible-header {font-size: 20px;
		padding: 1rem 0rem;
	}
	.collapsible-header i{margin-right: 0.8rem;}
	.collapsible-body img{display: none}
	.collapsible-body{padding: 1rem 0rem;}
	
}


.liens-ext a.btn{margin-bottom: 10px;}


.iconadd{
  display:inline-block ;
}
.iconremove{
  display:none !important;
}

li.active .collapsible-header .material-icons.iconadd{
  display: none;
}

li.active .collapsible-header .material-icons.iconremove{
  display: inline-block !important;
}


.collapsible li.disabled .collapsible-body {
    display: none !important; /*or using id of the app to avoid the use of !important*/
}

.collapsible li.disabled .collapsible-header {
    color: rgba(175, 175, 175, .7);
    
    pointer-events: none;
}




.collapsible li.disabled:hover{cursor: default;}

.collapsible-header small{font-size: 70%}






/*------------------------------------*\
    
\*------------------------------------*/


@media only screen and (min-width: 993px), all{
	
	.container{width: 80%;
		max-width: 980px;
	}
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


.small{font-size: 80%}

p.lead{font-size: 24px;}



h1.hero-title{text-transform: none;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	text-transform: none;
	margin: 0;
	margin-top: 30px;

}

@media only screen and (min-width:1px) {
	h1.hero-title{font-size: 80px}
}


@media only screen and (min-width:321px) {
	h1.hero-title{font-size: 80px}
}



@media only screen and (min-width:680px) {
	h1.hero-title{font-size: 80px}
}

@media only screen and (min-width:880px) {
	h1.hero-title{font-size: 90px}
}







h1{
	color: #000000;
	font-size: 26px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 1px;
	
}

@media only screen and (min-width:600px) {
	h1{font-size: 48px;}
}



h1 a, h1 a:hover {color: #000000}
h2 a, h2 a:hover {color: #000000}
h3 a, h3 a:hover {color: #000000}

.contact-page-content {
	padding-bottom: 32px;
}

.contact-page-content .page-title {
	margin-top: 0;
	margin-bottom: 36px;
}

.contact-page-content .wp-block-columns {
	gap: clamp(32px, 6vw, 96px);
	align-items: flex-start;
	margin-bottom: 0;
}

.contact-page-content .wp-block-column {
	min-width: 0;
	padding: 18px 0 0;
	background: transparent;
	border: 0;
	border-top: 2px solid rgba(17,17,17,0.14);
	border-radius: 0;
}

.contact-page-content .wp-block-column > *:first-child {
	margin-top: 0;
}

.contact-page-content .wp-block-column h2,
.contact-page-content .wp-block-column h3 {
	margin: 0 0 18px;
}

.contact-page-content .wp-block-column p {
	margin: 0 0 18px;
	line-height: 1.65;
}

.contact-page-content a {
	color: #7a4b36;
	text-decoration: none;
	border-bottom: 1px solid rgba(122,75,54,0.25);
}

.contact-page-content a:hover {
	color: #5d3526;
	border-bottom-color: rgba(93,53,38,0.45);
}

.footer h3{color: #ffffff; font-weight: 400; font-size: 21px; margin: 0; padding: 0;}

.fb-widget-wrap {
	max-width: 460px;
	margin: 40px auto;
	padding: 20px;
	background: rgba(255,255,255,0.18);
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 6px;
	text-align: center;
}

.fb-widget-wrap h3 {
	margin: 0 0 16px;
	font-size: 18px;
}

.fb-widget-wrap .fb-page,
.fb-widget-wrap .fb-page span,
.fb-widget-wrap .fb-page iframe {
	max-width: 100% !important;
}

@media only screen and (max-width:600px) {
	.fb-widget-wrap {
		margin: 24px 0;
		padding: 12px;
		max-width: 100%;
	}

	.fb-widget-wrap h3 {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.fb-widget-wrap .fb-page,
	.fb-widget-wrap .fb-page span,
	.fb-widget-wrap .fb-page iframe {
		width: 100% !important;
	}

	.contact-page-content {
		padding-bottom: 20px;
	}

	.contact-page-content .page-title {
		margin-bottom: 24px;
	}

	.contact-page-content .wp-block-columns {
		gap: 20px;
	}

	.contact-page-content .wp-block-column {
		padding: 14px 0 0;
	}
}

h2{
	color: #000000;
	font-size: 32px;
/* 	text-transform: uppercase; */
	font-weight: 400;
}


@media only screen and (min-width:600px) {
	h2{font-size: 28px;}
}

@media only screen and (max-width:600px) {
	h2{margin-top: 1rem;}
}


@media only screen and (max-width:600px) {
   .wp-block-spacer{height: 20px !important}
}





h3{
	color: #5F5553;
	font-size: 28px;
/* 	text-transform: uppercase; */
	font-weight: 600;
	line-height: 130%;
}




h1,h2,h3{font-family: 'Anton', sans-serif;
color: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}

h1{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	
}


#flex-hero {
    height: 90%; 
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



.wp-block-embed-youtube{margin-bottom: 30px;}


/* Container for the image and play button */
.wp-block-group {
  position: relative;

}

/* Style for the play button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000; /* Black background color */
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 20px 20px; /* Adjust the padding as desired */
  z-index: 1;
}




.play-button .material-icons {
  font-size: 32px; /* Adjust the font size as desired */
  vertical-align: middle;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.7); /* Adjust the background color and opacity as desired */
}


.nav-wrapper {
	width: 100%;
}

.nav-inner-wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.topmenu {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

@media screen and (min-width: 993px) {
	.nav-inner-wrapper {
		min-height: 78px;
	}

	.nav-logo {
		display: inline-flex;
		align-items: center;
		line-height: 1;
	}

	.topmenu {
		align-items: center;
	}

	.topmenu > li {
		display: flex;
		align-items: center;
	}

	nav ul.topmenu > li > a {
		display: inline-flex;
		align-items: center;
		min-height: 78px;
		transition: text-shadow 0.18s ease, opacity 0.18s ease;
	}
}




nav .sidenav-trigger{
	color: #ffffff;
}
	  
a.sidenav-trigger{
		color: #ffffff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		margin-left: auto;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

@media screen and (max-width: 992px) {
	.nav-inner-wrapper {
		gap: 12px;
	}

	.nav-logo {
		height: auto;
		display: inline-flex;
		align-items: center;
		line-height: 1;
	}

	.nav-logo img {
		max-width: 200px;
	}
}

@media only screen and (max-width:600px) {
	.sidenav {
		max-width: min(86vw, 360px);
		padding: 16px 18px 22px;
	}

	.sidenav li > a {
		font-family: 'Anton', sans-serif;
		font-size: 22px;
		line-height: 1.2;
		height: auto;
		padding: 10px 0;
		letter-spacing: 0px;
		color: #ffffff !important;
		border-bottom: 1px solid rgba(245,237,228,0.10);
		cursor: pointer;
	}

	.sidenav ul.children li > a,
	ul.sub-menu li > a {
		font-size: 16px;
		line-height: 1.35;
		padding: 8px 0 8px 10px;
		border-bottom: 0;
	}

	a.sidenav-close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		margin: 0;
		border-radius: 0;
		background: transparent;
		padding: 0;
		color: #ffffff !important;
	}

	a.sidenav-close i {
		color: #ffffff !important;
		font-size: 30px;
		line-height: 1;
	}

	nav .sidenav-trigger {
		top: 0px;
		left: auto;
		right: 0px;
	}

	a.sidenav-trigger {
		width: 40px;
		height: 40px;
	}

	.sidenav-head {
		margin-left: 28px;
		margin-bottom: 14px;
		padding-left: 8px;
	}

	.sidenav-mini-logo img {
		width: 200px;
	}

	.social-side {
		margin-top: 24px;
		padding-top: 0;
	}

	ul.social-sidemenu {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 18px;
		padding-left: 0;
		margin: 0;
	}

	ul.social-sidemenu li,
	ul.social-sidemenu li > a {
		border-bottom: 0 !important;
	}

	ul.social-sidemenu li:first-child {
		margin-right: -6px;
	}

	ul.social-sidemenu li > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		height: auto;
		line-height: 1;
		cursor: pointer;
	}

	ul.social-sidemenu li > a > i {
		color: #ffffff !important;
		margin: 0;
	}

	.sidenav li > a:hover,
	.sidenav li > a:focus,
	.sidenav li.current-menu-item > a,
	.sidenav li.current_page_item > a,
	.sidenav li.current-menu-ancestor > a,
	.sidenav li.current-menu-parent > a {
		color: #ffffff !important;
	}

	.sidenav > ul > li > a[target="_blank"]::after{
		color: #ffffff;
		opacity: 0.9;
	}
}


.topmenu .current-menu-item a {
		text-decoration: none;
		color: inherit;
	  }
	  
	  nav ul a{
		  font-family: 'Anton', sans-serif;
		  font-weight: 400;
		  color: #ffffff;
		  text-transform: uppercase;
		  font-size: 16px;
		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;
		  padding: 0 15px;
		  letter-spacing: 0px;
	  }
	  
	  
	  /* NAV — couleurs */
	  nav ul a{
		  color: #ffffff !important; /* default */
		  text-decoration: none !important;
	  }
	  
	  /* HOVER */
	  nav ul a:hover{
		  color: #ffffff !important;
	  }
	  
	  /* ACTIVE */
	  .topmenu .current-menu-item > a,
	  .topmenu .current_page_item > a,
	  .topmenu .current-menu-ancestor > a{
		  color: #ffffff !important;
		  text-decoration: none !important;
	  }
	  
	  /* Garde l’active au hover */
	  .topmenu .current-menu-item > a:hover,
	  .topmenu .current_page_item > a:hover,
	  .topmenu .current-menu-ancestor > a:hover{
		  color: #ffffff !important;
	  }
	  
	  
	  /* Reset: enlève ton vieux "underline rouge" */
	  .topmenu .current-menu-item a{
		  text-decoration: none !important;
		  color: inherit !important;
	  }
	  
	  /* ACTIVE (peu importe le menu) */
	  li.current-menu-item > a,
	  li.current_page_item > a,
	  li.current-menu-ancestor > a,
	  li.current-menu-parent > a{
		  color: #ffffff !important;
		  text-decoration: none !important;
	  }
	  
	  /* HOVER */
	  nav ul li > a:hover{
		  color: #ffffff !important;
	  }
	  
	  /* Active garde sa couleur au hover */
	  li.current-menu-item > a:hover,
	  li.current_page_item > a:hover,
	  li.current-menu-ancestor > a:hover,
	  li.current-menu-parent > a:hover{
		  color: #ffffff !important;
	  }

	  .nav-inner-wrapper > .topmenu{
		  margin-left: auto !important;
	  }
	  
	  nav ul.topmenu > li > a{
		  padding: 0px 12px !important;
	  }

	  nav ul.topmenu > li > a:hover,
	  nav ul.topmenu > li > a:focus{
		  text-shadow: 0 0 12px rgba(255,255,255,0.45);
		  opacity: 0.88;
	  }
	  
	  
/* Icône lien externe — seulement si target="_blank" (menu principal seulement) */
	  nav ul.topmenu > li > a[target="_blank"]::after{
		  content: "\f35d"; /* FA external-link-alt */
		  font-family: "Font Awesome 5 Free";
		  font-weight: 900;
		  font-size: 0.7em;
		  margin-left: 6px;
		  vertical-align: middle;
	  }
	  
	  /* Jamais d'icône sur les icônes sociales */
	  .social-icons a::after,
	  .topmenu-extra a::after{
		  content: none !important;
	  }

	  /* Icône lien externe dans le menu mobile */
	  .sidenav > ul > li > a[target="_blank"]::after{
		  content: "\f35d";
		  font-family: "Font Awesome 5 Free";
		  font-weight: 900;
		  font-size: 0.58em;
		  margin-left: 10px;
		  vertical-align: middle;
		  opacity: 0.75;
	  }
	  
	  /* Social icons — footer en blanc */
	  .footer .social-icons a,
	  .footer .social-icons a i{
		  color: #ffffff !important;
		  margin-left: 6px;
		  margin-right: 6px;
	  }
	  
	  /* Optionnel : hover (reste blanc ou légèrement atténué) */
	  .footer .social-icons a:hover,
	  .footer .social-icons a:hover i{
		  color: #ffffff !important;
		  opacity: 0.8;
	  }
	  
	  
	  
#materialbox-container img.materialbox-image {
		width: auto !important;
		height: auto !important;
		max-width: 95vw !important;
		max-height: 95vh !important;
		object-fit: contain !important;
	  }


/*------------------------------------*\
    HERO BACKGROUND ACCUEIL
\*------------------------------------*/

.hero-background-accueil {
	position: fixed;
	top: 400px;
	left: 0;
	width: 100%;
	height: calc(100vh - 400px);
	background-image: url('https://simonerecords.net/dev/wp-content/uploads/2026/01/lewinstonband-scaled.avif');
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

/*------------------------------------*\
    CONTENT OVERLAY / COLORS
\*------------------------------------*/

main > .container > article,
main > .container > .contact-page-content {
	background: rgba(0, 0, 0, 0.72);
	color: #ffffff;
	padding: clamp(24px, 4vw, 48px);
	margin-top: 28px;
	margin-bottom: 28px;
}

.page-template-template-accueil main > .container > article {
	position: relative;
	z-index: 0;
	background: transparent;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-template-accueil main > .container > article::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.72);
	z-index: -1;
}

main > .container > article p,
main > .container > article li,
main > .container > article td,
main > .container > article th,
main > .container > article span,
main > .container > article label,
main > .container > article blockquote,
main > .container > article .date,
main > .container > .contact-page-content p,
main > .container > .contact-page-content li,
main > .container > .contact-page-content span,
main > .container > .contact-page-content label {
	color: #ffffff;
}

main > .container > article h1,
main > .container > article h2,
main > .container > article h3,
main > .container > article h4,
main > .container > article h5,
main > .container > article h6,
main > .container > .contact-page-content h1,
main > .container > .contact-page-content h2,
main > .container > .contact-page-content h3,
main > .container > .contact-page-content h4,
main > .container > .contact-page-content h5,
main > .container > .contact-page-content h6 {
	color: #ffffff;
}

main > .container > article a,
main > .container > .contact-page-content a {
	color: #f0cc62;
}

main > .container > article a:hover,
main > .container > .contact-page-content a:hover {
	color: #ffe38a;
}

main > .container > article .page-title,
main > .container > article .singletitle,
main > .container > .contact-page-content .page-title {
	color: #ffffff;
}

main > .container > article .collapsible-header,
main > .container > .contact-page-content .collapsible-header,
main > .container > article .tabs .tab a,
main > .container > .contact-page-content .tabs .tab a {
	color: #f0cc62;
}

main > .container > article .collapsible-header:hover,
main > .container > article .collapsible-header:focus,
main > .container > .contact-page-content .collapsible-header:hover,
main > .container > .contact-page-content .collapsible-header:focus,
main > .container > article .tabs .tab a:hover,
main > .container > article .tabs .tab a.active,
main > .container > .contact-page-content .tabs .tab a:hover,
main > .container > .contact-page-content .tabs .tab a.active {
	color: #ffe38a;
}

main > .container > article .tabs .indicator,
main > .container > .contact-page-content .tabs .indicator {
	background-color: #f0cc62;
}
