/**** CSS VARIABLES ****/
:root {
--color-primary: #000;
--color-secondary: #e62237;
--color-tertiary: #FFFF50;
--color-white: #ffffff;
--font-mobile: 1.3rem;
--font-desktop: 1.8rem;
--header-height-mobile: 15rem;
--header-height-desktop: 30rem;
}

/**** ANIMATIONS ****/
@keyframes moveIt {
	/* from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	} */
}

/**** GLOBAL ****/
html {
	font-size: 62.5%;
}

body {
	margin-top:-20px;
	font-family: 'Inter', sans-serif;
	font-size: 1.6rem;
	color: var(--color-primary);
}

a,
p {
	font-size: var(--font-mobile);
}

a {
	color: var(--color-primary);
	text-underline-offset: 4px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a:hover,
a:active {
	color: var(--color-primary);
	filter: brightness(95%);
	text-underline-offset: 6px;
}

a:focus,
:focus-visible {
	outline: 2px solid var(--color-secondary);
}

img {
	max-width: 100%;
}

form {
	padding: 5rem 0;
}

form label {
	color: var(--color-primary);
}

input,
select,
textarea {
	border: 3px solid var(--color-primary);
}

.overflow-hidden {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	font-size: 1.2rem !important;
	color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: red !important;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 1.2rem !important;
	color: red !important;
    margin: 4em 0.5em 1em !important;
}

/**** MENU ****/
.menu-opener {
	text-align-last: left;
	padding: 0;
	background: none;
    border: 0;
}

.menu {
	background-color: var(--color-primary);
	color:#fff;
	z-index: 999;
	position: fixed;
	overflow: scroll;
    height: 104vh;
	display: none;
}

.menu.open {
	display: block;
}

.menu_left{
	padding-top:80px;
	padding-bottom:100px;
}
.menu_icon{
	text-align:center;
}
.menu_page_last{
	border-bottom: 3px solid #fff;
	cursor: hand;
	cursor: pointer;	
}
.menu_page{
	display: flex;
	width: 100%;
	border-top: 3px solid #fff;
	font-size: 1.7rem;
	padding: 14px;
	font-weight:bold;
	padding-left:0px;
	color: white;
	cursor: hand;
	cursor: pointer;
}
.menu_page:focus, .menu_page:hover {
    color: white;
    text-decoration: underline;
}
.menu_page_sub_festival a {
	font-size: 1.7rem;
}
.menu_bottom{
	padding:5em 0 0 0;
	
}
.menu_bottom_icon{
	padding:0;
	cursor: hand;
	cursor: pointer;
}
.menu_bottom_icon img {
	aspect-ratio: 1;
    max-width: 44px;
	margin: 0 auto;
}
.menu_bottom_left{
		padding:5em 0 0 0;
		font-size: 14pt;
		font-weight: bold;

}
.menu_bottom_right{
		padding:0 0 0 0;
				cursor: hand;
	cursor: pointer;


}
.menu_fermer{
	position: absolute;
	top: 1rem;
	right: 5rem;
	padding:20px;
	font-size: 24pt;
	text-align: right;
	cursor: hand;
	cursor: pointer;
}
.menu_suivez{
	padding:0;
	margin-bottom:20px;
}
.menu_page_sub{
	display: none;
	border-top: 3px solid var(--color-secondary);
	color:var(--color-secondary);
	font-size: 18pt;
	padding: 14px;
	font-weight:bold;
	padding-left:0px;
	cursor: hand;
	cursor: pointer;
}
.menu_page_sub_festival{
	float: left;
	margin-right: 15px;
}
.menu_page_sub_festival a{
	color: var(--color-secondary);
}

/**** HEADER *****/
.header_container{
	position: fixed;
	padding:0;
	z-index: 2;
	height: 5rem;
}
.menu-header-sun{
	text-align:right;
	padding:0;
	  pointer-events:none;        
}
.menu-header-sun img{
	max-width: 150px;
	cursor: hand;
	cursor: pointer;
	animation: moveIt 30s linear infinite;
	  pointer-events:auto;
}
.header_logo {
	align-items: baseline;
	margin-top: 3.5rem;
	flex-direction: column;
}
.header_logo-img{
	max-width: 120px;
}
.breadcrumb img{
	max-width: 1.5rem;
	margin-right: 1rem;
}
.breadcrumb {
	display: flex;
    align-items: center;
	color:var(--color-primary);
	font-size: 1.3rem;
	font-weight: 700;
	background-color: transparent;
    border-radius: 0;
}



/**** FOOTER ****/
.footer_logo {
	padding: 0 0 3rem 0;
}
.footer_logo img{
	max-width: 12rem;
}
.footer {
	background-color: #f2f1f9;
	padding: 2.3rem 2rem;
}
.footer_page {
	text-transform: uppercase;
	color:var(--color-primary);
	font-size: 1.2rem;
	font-weight: 600;
	padding: 1.2rem 0;
}
.footer_menu1, .footer_menu2, .footer_suivez{
	padding: 0;
}
.footer_adherez{
	padding: 50px 30px 30px;
}
.footer_adherez img{
	max-width: 160px;
}
.footer_suivez {
	padding: 1.2rem 0;
	color:var(--color-primary);
	max-width: 32rem;
}
.footer_suivez_titre {
	margin-bottom: 50px;
	padding:0;
	font-size: 1.2rem;
	font-weight: 600;
}
.footer_copy {
	color:var(--color-primary);
	font-size: 1rem;
	text-align: right;
}
.footer_last {
	width: 100%;
	justify-content: center;
	align-items: center;
}
.footer_legal {
	font-size: 1rem;
	text-align: center;
}
.footer_cgu {
	font-size: 1rem;
	text-align: left;
}

/**** SLIDER HP ****/
.slider_main{
	position: relative;
	padding:0;
	z-index:0;
}
.slider_main img{
	min-height: 96vh; /* A revoir */
    object-fit: cover;
}
.header-banner-text {
	position: absolute;
	top: 51%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.header-banner-text a,
.header-banner-text h3,
.header-banner-text h1 {
	background-color: #ffffff;
	padding: 1rem;
	font-weight: 600;
}
.header-banner-text h1 {
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--color-primary);
	border:3px solid var(--color-primary);
	width: fit-content;
    margin: 0 auto 5rem;
    padding: 1rem 5rem;
}
.header-banner-text h3 {
	width: fit-content;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: var(--color-primary);
	border:3px solid var(--color-primary);
	border-bottom: 0;
}
.header-banner-text a {
	margin: 0;
	padding: 1rem 2rem;
	font-size: 1.1rem;
	color: var(--color-secondary);
	border:3px solid var(--color-secondary);
}


/**** SIDEBAR ****/
.sidebar ul{
	list-style: none;
	font-size: 1.1rem;
	font-weight: bold;
}
.sidebar a{
	color: var(--color-secondary);
}
.sidebar li{
	padding-top:5rem;
}
.sidebar li.production_selection a{
	border-bottom: 3px solid  var(--color-primary);
	color: var(--color-primary);
}


/**** BANDEAU ****/
.bandeau_alaune{
	border-top:3px solid var(--color-primary);
	border-bottom:3px solid var(--color-primary);
	width: 100%;
	height: unset;
}
.bandeau_alaune img {
	width: 100%;
	height: unset;
}
.bandeau_home{
	background-color: #f2f1f9;
	padding:0;
	font-size: 1.7rem;
	border-bottom: 3px solid var(--color-primary);
	color:var(--color-primary);
	padding: 8rem 1.5rem;
	font-weight:bold;			
}
.bandeau_home_content{
	max-width: 730px;
	margin:0px auto;			
	text-align: center;
}
h2 {
	font-size: 2.5rem;
	color:var(--color-secondary);
	margin-bottom: 5rem;
	font-weight: 700;
	padding: 0;
}


/**** EVENEMENTS ****/
.zone_evenement{
}
.un_evenement{
	max-width: 32rem;
	color:var(--color-primary);
	margin: 0 auto 2rem;
}
.un_evenement_left{
	text-align: center;	
	width: 200px;

}
.un_evenement_right{
	text-align: center;	
}
.un_evenement_jour{
	font-size: 4rem;
	color: var(--color-secondary);
	max-height: 4rem;
	font-family: 'BebasNeuewebfont' !important;
	margin-right: 1rem;
}
.un_evenement_jour_multiple{
	font-size: 4rem;
	color: var(--color-secondary);
	max-height: 4rem;
	font-family: 'BebasNeuewebfont' !important;
	margin-right: 1rem;
}
.un_evenement_mois{
	font-size: 4rem;
	color:var(--color-primary);
	font-family: 'BebasNeuewebfont' !important;
}
.un_evenement_heure{
	color:var(--color-primary);
	font-weight: bold;
}
.un_evenement_titre{
	padding: 1rem;
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0;
}
.un_evenement_resume{
	padding:10px;
	font-size: 12pt;
}
.un_evenement_adresse{
	padding: 0 1rem;
	font-weight: bold;
}
.fleche{
	height: 40px;
	width: 70px;
	padding:0px !important;
	text-align: center;
}
.fleche img{
	width: 45px;
}
.table_evenement td{	
	border:5px solid var(--color-primary);	
	color:var(--color-primary);
	padding:10px;
}

/**** BANDEAU PRODUCTION ****/
.bandeau_production{
	background-color: #f2f1f9;
	border-bottom:3px solid var(--color-primary);
	border-top:3px solid var(--color-primary);
	color:var(--color-primary);
	font-size:16pt;
	font-weight:bold;
	overflow: scroll;		
}
.bandeau_production_content{
	max-width: 730px;
	margin:0px auto;
	text-align: center;
	overflow: hidden;
}
.une-production {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	border: 3px solid var(--color-primary);
	padding: 2rem;
	min-width: 345px;
}

/**** BANDEAU PRESSE ****/
.liste_presse{
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	border-top: 3px solid var(--color-primary);
	color: var(--color-primary);
	padding: 16px 0 16px 0;
	vertical-align: middle;
}
.presse-titre {
	height: 50px;
	width: 20%;
}
.presse-img {
	height: 50px;
	width: 150px;
}
.liste_presse img{
	max-width: 150px;
	max-height: 50px;
}
.liste_presse div {
	padding: 0;
}
.liste_presse div:last-child {
	margin-right: 0;
	width: 100%;
}
.liste_presse a{
	color: var(--color-primary);
	text-decoration: underline;
}
.bandeau_liste_presse{
	max-width: 1000px;
	margin:0px auto;
}
.liste_presse_last{
	border-bottom: 3px solid var(--color-primary);
}
.icon-bg {
	display: none;
    background-position: center;
	background-repeat: no-repeat;
    width: 32rem;
}
.waves-bg {
	background-image: url(https://www.va-jouer-dehors.fr/wp-content/themes/vajouerdehors/images/waves-pink.png);
}
.quotes-bg {
	background-image: url(https://www.va-jouer-dehors.fr/wp-content/themes/vajouerdehors/images/quotes-pink.png);
}

/**** VOIR TOUS ****/
.voir_tous{
	margin: 65px auto 45px;
	border: 3px solid  var(--color-secondary);
	padding: 4px 8px;
	font-size: 11pt;
	color: var(--color-secondary);
	clear:both;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
}
.voir_tous:hover,
.voir_tous:focus,
.voir_tous:active {
	color: var(--color-secondary);
}
.voir_tous_option{
	margin: 15px auto 15px;
	border: 3px solid  var(--color-secondary);
	padding: 4px 8px;
	font-size: 11pt;
	color: var(--color-secondary);
	clear:both;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
}
.bouton_option{
	margin: 25px 0 25px 0;
}
.tous_container{
	text-align: center;
}

/**** BLOC INSTA ****/
.zone_instagram{
	border-top: 3px solid var(--color-primary);
}
.liste_instagram {	
	height: 250px;
	background-color: #fafafa;
	padding-top:100px;
	border:1px solid #fff;
}
.bandeau_liste_instagram{
	margin:50px 25px;
	text-align: center;
}
.sbi_load_btn {
	background-color: var(--color-primary) !important;
	font-family: 'Inter', sans-serif !important;
	text-transform: uppercase;
}
.sbi_follow_btn a {
	background-color: var(--color-secondary) !important;
	font-family: 'Inter', sans-serif !important;
	text-transform: uppercase;
}
.sbi_load_btn:hover,
.sbi_load_btn:focus,
.sbi_load_btn:active {
	background-color: var(--color-primary) !important;
	filter: brightness(85%);
}
#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
	background-color: var(--color-secondary) !important;
	filter: brightness(85%);
	box-shadow: none !important;
}


/**** FESTIVAL ****/
.festival_header{
	margin-top: var(--header-height-mobile); 
}
.festival_header-banner img {
	max-width: 100%;
	height: 225px;
	margin-bottom: 2rem;
	object-fit: cover;
	width: 100%;
}
.combo {
	margin-bottom: 2rem;
    border-bottom: 3px solid var(--color-primary);
    padding-bottom: 2rem;
}
.festival_titre,
.festival_titre h1, 
.titre{
	font-size: 4.5rem;
	color:var(--color-primary);
	line-height: 4.5rem;
	font-family: 'BebasNeuewebfont' !important;
}
.festival_titre{
	margin: 4rem 0;
}
.festival_date{
	font-size: 1.7rem;
	color:var(--color-primary);
	font-weight: bold;
	margin-bottom: 4rem;
}
.festival_description{
	color:var(--color-primary);
}
.festival_bouton{
	
}
.festival_edito{
	background-color: var(--color-primary);
	color:#fff;
}
.festival_edito div.festival_edito_left{
	padding: 5rem 0 0;
}
.festival_edito div.festival_edito_right{
	padding: 5rem 0 0;
}
.festival_equipe{
	background-color: var(--color-primary);
	color:#fff;
	padding:30px 0px 30px 0; 
}
.festival_equipe_liste{
	margin: 30px 0 20px 0;
}
.bandeau_photo_festival{
	background-color: #f2f1f9;
	color:var(--color-primary);
	font-size:16pt;
	font-weight:bold;
}
.bandeau_photo_festival .galerie_extrait img {
    object-fit: cover;
}
/* .bandeau_photo_festival .galerie_extrait li {
    height: 500px;
} */
/**** PARTENAIRES ****/
.festival_partenaire{
	padding: 60px 0;
	text-align: center;
}
.festival_partenaire h3{
	font-size:14pt;
	color:var(--color-primary);
	margin-bottom: 40px;
}
.partenaire_liste {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;	
}
.partenaire_liste div{
	margin-bottom: 1rem;	
}
.partenaire {
	height: 10rem;
	padding: 1.5rem 0rem;
}
.partenaire img{
	height: 60px;
	max-width: 300px;
}

/**** SELECT FESTIVAL ****/
.select_festival{
	border: 3px solid var(--color-secondary);
	border-bottom:  0;
	color:var(--color-primary);
	padding:3px 35px 3px 12px;
	font-size: 14pt;
	display: inline-block;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	width: 166px;
}
span.select_festival:last-of-type {
	border-bottom: 3px solid var(--color-secondary);
}
/* .select_festival:nth-child(2) {
	border-bottom: 3px solid var(--color-secondary);
} */

.select_festival:last-child {
	border-bottom: 3px solid var(--color-secondary);
}

.select_festival.select-main{
	border: 3px solid var(--color-primary);
	color: var(--color-secondary); 
	position: relative;
}

.select_festival.select-main::after{
	content:"";
	position: absolute;
	right: 7px;
    top: 9px;
	background: url('https://www.va-jouer-dehors.fr/wp-content/themes/vajouerdehors/images/chevron-down.png') no-repeat;
	width: 2rem;
	height: 2rem;
	display: inline-block;
}

/**** PAGE - GLOBAL ****
.page_titre{
    font-size: 4.5rem;
    color:var(--color-primary);
    line-height: 110px;
    font-family: 'BebasNeuewebfont' !important;
    margin-top: var(--header-height-mobile); 
}
.page_content{
    font-size: 1.3rem;
    color:var(--color-primary);
    text-align: justify;
}

/**** PAGE BUREAU ****/
.page_bureau{
    color:var(--color-primary);
    border-top: 3px solid var(--color-primary);
    padding:30px;   
}
.page_bureau .photo_1{
    background-color: #eee;
    text-align: center;
    width: 100%;
    aspect-ratio : 1 / 1;
    margin: 2rem 0;
}
.bureau-evenement-liste {
    flex-wrap: wrap;
    gap:2%
}
.bureau-evenement {
    width: 100%;
    padding: 1%;
}

/**** PAGE HONNEUR ****/
.page_honneur {
    color:var(--color-primary);
    border-top: 3px solid var(--color-primary);
    padding:30px;
}
.page_honneur .photo_large{
    background-color: #eee;
    text-align: center;
    width: 100%;
    /* aspect-ratio : 2 / 1; A remettre */
    margin-bottom: 0px;
    margin-top: 20px;
	padding: 0;
}
.page_honneur-text {
    padding: 1rem 0;
}

/**** PAGE EQUIPE ****/
.page_equipe {
	margin-top: 50px;
	color:var(--color-primary);
	border-top: 3px solid var(--color-primary);
	padding:30px;
}
.page_equipe_liste{
    color:var(--color-primary);
    padding: 0;
    padding-top: 20px;
}

.banniere_adherer img{
	max-width: 700px;
	margin: 100px auto;
}
.page_content_img{
	margin-top: 50px;
	color:var(--color-primary);
	border-top: 3px solid var(--color-primary);
	padding:30px;
	text-align: center;
}
/*** PAGE UN EVENEMENT ***/

.bg_evenement .un_evenement{
	margin-top: var(--header-height-mobile);
	margin-bottom: 15rem;
}
.table_evenement {
	background:white;
}
.un_evenement_content{
	text-align: center;
	color: var(--color-primary);
	max-width: 1000px;
	margin:50px auto ;
}
/*** PAGE PROUCTIONS ***/
.productions-pages {
	margin-top: var(--header-height-mobile);
}
.productions-pages .sidebar ul {
	padding-left: 0;
}
.sidebar {
	margin-bottom: 2rem;
	border-bottom: 3px solid var(--color-primary);
	padding-bottom: 1rem !important;
}
.sidebar ul {
	display: flex;
}
.sidebar li {
	margin-right: 2rem;
	padding-top: 0;
}
.productions-pages .page-title {
    margin-top: 0;
	font-weight: 400;
}
.productions-pages .un_evenement {
	max-width: 100%;
}
.productions-pages .col-xs-12,
.productions-pages .col-xs-6 {
    padding: 0;
}
.bandeau_production_liste .une-production.edition {
	margin-bottom: 0;
}
.bandeau_production_liste .production {
	margin-bottom: 2rem;
}
.bandeau_production_liste.edition {
	flex-wrap: wrap;
}
.bandeau_production_liste.edition .une-production {
	margin-bottom: 4rem;
}
.une-production.edition {
	padding: 0;
	min-width: 0;
	margin-bottom: 3rem;
}
.une-production_text {
	padding: 1rem 2rem;
	border-top: 3px solid var(--color-primary);
	background: white;
}
.une-production_img {
	padding: 2rem;
}
.une-production_titre {
	padding: 0 1rem;
	background: white;
}
.une-production_titre h3 {
	font-size: 1.3rem;
	margin: 0;
    padding: 1rem 0;
	height: 55px;
    display: flex;
    align-items: center;
}
.production_podcast{
	border: 3px solid var(--color-primary);
	color: var(--color-primary);
}
.production_liste img{
	width: 100%;
}
.production_podcast{
	border: 3px solid var(--color-primary);
	color: var(--color-primary);
}
.production_podcast a{
	text-decoration: underline;
}
.production_plus{
	font-size: 4rem;
	color:var(--color-primary);
	cursor:pointer;
	text-align: center;
	border-left: 3px solid var(--color-primary);
	background: white;
}
.production_plus + .col-xs-12 {
	border-top: 3px solid var(--color-primary);
	padding: 1rem;
	background: white;
	z-index: 1;
}
.video_container{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.video_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.production_podcast.video {
		margin-bottom: 4rem;
	}
/*** PAGE ADHERER ***/
.adherent-bandeau{
	background-color: #eee;
	padding: 5rem;
	margin-bottom: 7rem;
}
.adherent-content {
    margin: 4rem 0 7rem;
}
.adherent-point {
    align-items: end;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.adherent-table {
	max-width: 32rem;
	margin: 0 auto;
}
.adherent-bandeau .compte{
	font-size: 10rem;
	max-height: 10rem;
	color: var(--color-primary);
	font-family: 'BebasNeuewebfont' !important;
}
.adherent-bandeau .details{
	font-size: 1.3rem;
	max-width: 12rem;
	font-weight: 600;
	color: var(--color-primary);
	vertical-align: bottom;
}
.arrows-bg {
	background: url(https://www.va-jouer-dehors.fr/wp-content/themes/vajouerdehors/images/arrow-yellow.png) repeat;
    position: relative;
    width: 32rem;
    margin: 0 auto;
    height: 174px;
    background-size: 33.3%;
}
.cotisations{
	border-top:3px solid var(--color-primary);
	padding: 1.5rem 0;
	font-size: 1.7rem;
    font-weight: 700;
}
.cotisations:last-child {
	border-bottom:3px solid var(--color-primary);
	margin-bottom: 8rem;
}
.cotisations .col-xs-9,
.cotisations .col-xs-3 {
	padding: 0;
}
.cotisations .cout{
	text-align: right;
	white-space: nowrap;
}
.cotisations:last-child .cout {
	margin-left: -4rem;
}
.bouton_helloasso{
	width: fit-content;
	max-width: 500px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding: 1rem 2rem;
	border: 3px solid var(--color-secondary);
	color: var(--color-secondary);
	font-weight: 700;
	font-size: 4.5rem;
}
.autre_texte{
	max-width: 500px;
	margin:40px auto;
}
/*** PAGE SINGLE EDITION ***/
.single-edition-img {
	margin-bottom: 7rem;
}
.single-edition-table {
	width: fit-content;
	margin: 0 auto;
}
.single-edition-titre {
	text-transform: uppercase;
	text-align: center;
}
.single-edition-img {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.une-edition {
	margin: 20rem auto;
}
.galerie_extrait{
	padding: 0;
	overflow-x: hidden;
	max-height: 200px;
}
.extrait {
	min-width: 40%;
	margin-right: 2rem;
}
.galerie_extrait li{
	list-style: none;
}
.galerie_extrait img{	
	padding:5px;
	border: 0px solid #aaa;
	width: 100%;	
}
.bandeau-extraits {
	margin-bottom: .5rem;
}
.bandeau-extraits h2{ 
	margin-bottom: 3rem;
}
.single-edition-content {
	margin: 0 0 5rem;
}
/*** PAGE CONTACT ***/
.contact-form {
	position: relative;
}
.contact-form.col-xs-12 {
    padding: 0 2rem 5rem;
}
.contact-form .col-xs-3,
.contact-form .col-xs-6,
.contact-form .col-xs-12 {
    padding: 0 0.1rem;
}
.contact-form input, 
.contact-form textarea {
	padding:6px;
	color: var(--color-primary);
	width: 100%;
    margin: 0;
}
.wp-block-contact-form-7-contact-form-selector form {
	padding: 5rem 0;
}
.wp-block-contact-form-7-contact-form-selector label {
	color: var(--color-primary);
	font-family: 'Inter', sans-serif !important;
}
input,
select,
textarea {
	font-family: 'Inter', sans-serif !important;
	border: 3px solid var(--color-primary);
	font-size: 1.1rem;
}
input::placeholder,
select::placeholder,
select option,
textarea::placeholder {
	color: var(--color-primary);	
	font-family: 'Inter', sans-serif !important;
}

.zone-contact .has-text-align-center  {
	font-family: 'Inter', sans-serif !important;
	color: var(--color-primary);
	font-size: 1.1rem;
	font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 3rem auto;
	padding: 4px 8px;
	width: fit-content;
	border: 3px solid  var(--color-secondary);
	background: white;
	font-size: 1.1rem;
	color: var(--color-secondary);
	text-align: center;
	text-transform: uppercase;
}
/*** QUI SOMMES NOUS ***/
.who-banner-img {
	width: 100%;
	height: unset;
}

/**** HELPERS ****/
.zone {
	padding: 0 1.5rem 5rem;
}
.zone-title {
	font-size: 2.5rem;
	color:var(--color-secondary);
	margin-bottom: 1.5rem;
	font-weight: 700;
	padding: 0;
}
.page-title {
	font-size: 4.5rem;
	color:var(--color-primary);
	line-height: 4.5rem;
	font-family: 'BebasNeuewebfont' !important;
	margin-bottom: 3rem;
	padding: 0 1.5rem;
}
.page-header {
	margin-top: var(--header-height-mobile);
	padding: 0;
}
.content-max-width {
	max-width: 110rem;
	margin: 0 auto;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.desktop-only {
	display: none;
}

.mobile-only {
	display: block;
}

.flex {
	display: flex;
}

@media (min-width: 1024px) {
	.mobile-only {
		display: none;
	}
	.page-header {
		margin-top: var(--header-height-desktop);
	}
	.page-title {
		font-size: 15rem;
		margin-bottom: 10rem;
		margin-bottom: 3rem;
		line-height: 135px;
	}
	.page-title h2 {
		font-size: 4.5rem;
		color:var(--color-primary);
		line-height: 4.5rem;
		font-family: 'BebasNeuewebfont' !important;
	}
	.desktop-only {
		display: block;
	}
	.liste_presse div {
	padding: 0;
	margin-right: 2rem;
	}
}


/**** MEDIA QUERIES ****/
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
	.header_logo {
		flex-direction: row;
	}
	.header_logo-img{
		max-width: 220px;
	}
	.breadcrumb {
		font-size: 2.5rem;
		color:var(--color-secondary);
	}
	.menu-header-sun img{
		max-width: 200px;
	}
	.menu_pages{
		padding-left:50px;
		padding-right:50px;
	}
	.menu_page{
		font-size: 3rem;
	}
	.menu_page a,
	.menu_page_sub_festival a {
		font-size: 3rem;
	}
	.menu_fermer {
		right: 0;
	}
	.bandeau_home{
		font-size: 2.2rem;		
	}
	.un_evenement {
		max-width: 700px;
	}
	.footer_page,
	.footer_suivez_titre {
		font-size: 1.4rem;
	}
	.footer_adherez img {
		max-width: 205px;
	}
	.galerie_extrait{
		padding: 0;
		overflow-x: hidden;
		max-height: 100%;
	}
}

@media (min-width: 992px) {
	a,
	p {
		font-size: var(--font-desktop);
	}
	.col-md-5ths {
        width: 20%;
        float: left;
    }
	.slider_main img{
		min-height: 81vh; /* A revoir */
	}
	h2 {
		font-size: 4.5rem;
		margin-bottom: 7rem;
	}
	.zone {
		padding: 5rem 6.5rem 8rem;
	}
	.adherent-title {
		padding: 0 6.5rem;
	}
	.header-banner-text {
		width: 100%;
		max-width: 719px;
	}
	.header-banner-text h1 {
		font-size: 4.5rem;
	}
	.header-banner-text h3,
	.header-banner-text a {
		font-size: 2.5rem;
	}
	.bandeau_home{
		padding: 12rem 0;			
	}
	.un_evenement{
		max-width: 100rem;
		color:var(--color-primary);
		margin: 3rem auto;
	}

	.un_evenement_adresse{
		height: 35px;
		padding: 1rem;
	}
	.un_evenement_titre{
		font-size: 2.5rem;
	}
	.une-production {
		max-width: 100%;
	}
	.une-production:nth-child(even) {
		margin-right: 0;
	}
	/*** PAGE EQUIPE ***/
	.equipe_titre h2 {
		max-width: 230px;
	}
	/*** PAGE FESTIVAL ***/
	.festival_header{
		margin-top: var(--header-height-mobile); 
	}
	.festival_edito div.festival_edito_left{
		padding: 8rem 8rem 0 0;
	}
	.festival_description{
		margin-right: 15rem;
	}
	.combo {
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.festival_titre,
	.festival_titre h1 {
		font-size: 15rem;
		line-height: 136px;
	}
	.festival_date{
		font-size: 2.5rem;
	}
	.partenaire {
		height: 140px;
		padding: 2rem 3rem;
	}
	.partenaire img {
		max-width: 100%;
	}
	/**** PAGE - GLOBAL ****/
	.page_titre {
		font-size: 15rem;
		margin-top: var(--header-height-desktop);
	}
	.page_content {
		font-size: 1.8rem;
		padding-top: 0;
	}
	.bandeau_production_liste {
		display: flex;
	}
	.bandeau_production_liste .production {
		margin-bottom: 0;
	}
	.une-production_img {
		padding: 3rem;
	}
	/*** BUREAU ***/
	.bureau-evenement {
        width: 32%;
        padding: 1%;
    }
	.bureau-evenement img {
        aspect-ratio: 1/1;
    	object-fit: cover;
    }
	/*** PAGE EQUIPE ***/
	.equipe_titre h2 {
		max-width: 230px;
	}
	/*** PAGE PRODUCTIONS ***/
	.bandeau_production_liste.edition .une-production {
		width: 40%;
	}
	.productions-pages {
		margin-top: var(--header-height-desktop);
	}
	.production_liste {
		margin-top: -8rem;
	}
	.sidebar {
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 0 !important;
		height: 100%;
	}
	.sidebar ul {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
	}
	.sidebar li {
		margin-right: 0;
		padding-bottom: 5rem;
		padding-top: 0;
	}
	.une-production_titre h3 {
		font-size: 1.8rem;
		height: 60px;
	}
	.une-production {
		max-width: 511px;
		margin-right: 13rem;
	}
	.production_plus {
		font-size: 4.2rem;
		padding: 0;
	}
	.col-xs-12.col-md-6.production_podcast.video {
		width: 48%;
	}
	.production_podcast.video {
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 0;
	}
	/*** PAGE UN EVENEMENT ***/
	.bg_evenement .un_evenement{
		margin-top: var(--header-height-desktop);
		margin-bottom: 30rem;
	}
	/*** PRESSE ***/
	.page-presse,
	.zone-contact {
		margin-top: -8rem;
	}
	.liste_presse {
		align-items: center;
		flex-wrap: nowrap;
	}
	.liste_presse div:last-child {
		flex: 1;
	}
	.presse-date {
		width: 10%;
	}
	.presse-title {
		flex: 1;
	}
	.presse-title.desktop-only {
	/* text-align: center; */
	margin-left: 2rem;
}
	/*** PAGE ADHERER ***/
	.adherent-table {
		max-width: 100rem;
	}
	.arrows-bg {
		width: 400px;
		height: 217px;
	}
	.adherent-bandeau .compte{
		font-size: 12.3rem;
		max-height: 12.3rem;
	}
	.adherent-content {
		margin: 7rem 0 11rem;
	}
	.cotisations{
		padding: 2rem 0;
		font-size: 2.5rem;
	}
	.cotisations:last-child .cout {
		margin-left: 0;
	}
	/*** PAGE CONTACT ***/
	.zone-contact {
		max-width: 120rem;
	}
	.contact-form.col-xs-12 {
		padding: 0 0 8rem 0;
	}
	.contact-form .col-xs-3,
	.contact-form .col-xs-6,
	.contact-form .col-xs-12 {
		padding: 0 0.5rem;
	}
	input,
	select,
	textarea,
	.zone-contact .has-text-align-center  {
		font-size: 1.4rem;
	}
	input.wpcf7-form-control.wpcf7-submit {
		right: 0.5rem;
		left: unset;
		transform: none;
	}
	/*** FOOTER ***/
	.footer {
		padding: 6rem 3rem;
	}
	.footer_logo {
		padding: 0;
	}
	.footer_logo img{
		max-width: 16rem ;
	}
	.footer_adherez {
		padding: 0rem;
	}
	.footer_copy {
		font-size: 1.3rem;
	}
	.footer_legal {
		font-size: 1.3rem;
	}
	.footer_cgu {
		font-size: 1.3rem;
	}
}

@media (min-width: 1024px) {
	.menu-header-sun img{
		max-width: 30rem;
	}
	.un_evenement_jour{
		font-size: 17rem;
		max-height: 17rem;
		margin-top: -15px;
		margin-right: 0;
	}
	.un_evenement_jour_multiple{
		font-size: 8rem;
		max-height: 11rem;
		margin-top: -15px;
		margin-right: 0;
	}
	.un_evenement_mois{
		font-size: 4.5rem;
	}
	.festival_header-banner img {
		height: 370px;
	}
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
	.footer_last {
		width: 50%;
		margin: 0 auto;
	}
	/*** PAGE ADHERER ***/
	.adherent-point {
		justify-content: center;
		margin-bottom: 7rem;
	}
	.adherent-bandeau .details{
		font-size: 1.8rem;
		max-width: 18rem;
	}
	/*** PAGE PRESSE ***/
	.icon-bg {
		display: block;
	}
	/*** SINGLE_EDITION ***/
	.bandeau-extraits h2{ 
		margin-bottom: 11rem;
	}
	.single-edition-content {
		margin: 5rem auto 10rem;
	}
	.une-edition {
		margin: 40rem auto;
	}
	/*** FOOTER ***/
	.footer {
		padding: 11.3rem 6.7rem;
	}
	.footer_logo img{
		max-width: 22rem;
	}
}

@media (max-width: 991px) {
    .footer_adherez{
		position: absolute;
	    top: 17rem;
    	right: 5rem;
		text-align: right;
		padding: 0;
    }
	.footer_suivez {
		max-width: 13rem;
		position: absolute;
		top: 2.3rem;
		right: 2rem;
		text-align: right;
	}
}

/**** FONTS & TYPOGRAPHY ****/
@font-face {
    font-family: 'BebasNeuewebfont';
    src:  url('font/BebasNeuewebfont.ttf') format('truetype');
	/* src: local('BebasNeuewebfont'), url('font/BebasNeuewebfont.woff') format('woff'), url('font/BebasNeuewebfont.ttf') format('truetype'); */
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1962">Text with this font applied</p> */
.bebas {
	font-family: 'BebasNeuewebfont' !important;
}
	





















