<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************
Theme Name: Autres Mesures 2023
Theme URI: 
Description: Autres Mesures 2023
Version: 1.0
Author: Ben Ben Ben
Author URI: http://www.benbenben.fr
*************************************************/

/************************************************
		FONTS
************************************************/

@font-face {
    font-family: 'apfel_grotezkregular';
    src: url('fonts/apfelgrotezk-regular-webfont.woff2') format('woff2'),
         url('fonts/apfelgrotezk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApfelGrotezk';
    src: url('fonts/ApfelGrotezk-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_eiko_italiclight';
    src: url('fonts/ppeiko-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/ppeiko-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');

/************************************************
		GENERAL
************************************************/

html{
    margin:0!important;
}

body{
	margin: 0;
	padding: 0;
	width:100%;
	float:left;
	background-image: url("https://www.autresmesures.com/wp-content/uploads/2024/11/fond-2025.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    font-family: 'PP Neue Montreal', sans-serif;
	font-size: 1.1em;
}

h1{
	font-size:3em;
	text-transform: uppercase;
}

h1, h2, h3{
    font-family: 'PP Neue Montreal', sans-serif;
	font-weight:normal;
	margin:0;
	overflow-wrap: break-word;
    hyphens: auto;
}

.eiko{
    font-family: 'pp_eiko_italiclight';
}

#content {
    float: left;
    width: 88%;
    margin: 0 4%;
    padding: 2%;
    background-color: rgba(255,255,255,0.9);
}

#content a{
	color:#D9578D;
}

#content a:hover{
	color:#000000;
}

hr.solid{
	border: 1px solid #D9578D;
    margin: 20px 0px;
    width: 50px;
}

.wp-block-button a{
	background-color:#D9578D;
	color:#FFF!important;
	padding: 10px 20px;
	text-decoration:none;
	border-radius: 20px!important;
}

.wp-block-button a:hover{
	background-color:#9494C6;
	color:#FFF!important;
}

.wp-block-image{
	align-items: center;
}

input, textarea{
	border-radius: 10px!important;
    border: 0px!important;
    padding: 10px!important;
}

.grecaptcha-badge { 
visibility: hidden; 
}

/************************************************
		HEADER
************************************************/

#header {
    width: 92%;
    padding: 0% 4%;
    margin: 0%;
    float: left;
}

#logo {
    padding: 0%;
    margin: 20px;
    float: left;
}

/************************************************
		MENU
************************************************/

#menu {
	float: right;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1em;
    text-align: right;
    text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

#menu li {
    display: inline-flex;
    float: left;
    margin: auto;
    padding: 0 10px;
}

#menu li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
	color: #FFF;
}

#menu li a::after {
    content: '';
    display: block;
    width: 0;
	margin: -2px 0px;
    height: 2px;
    background: #FFFFFF;
    transition: width .3s;
}

#menu li a:hover::after {
    width: 100%;
    //transition: width .3s;
}

.current_page_item a {
    border-bottom: 2px solid #FFF;
}

/************************************************
				MENU OVERLAY
************************************************/

.overlay {
	display: flex;
	height: 100%;
	width:0;
	font-size: 2em;
	text-transform:uppercase;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	overflow-x: hidden;
	background-color:#ff6699;
	transition: 1s;
}

.overlay-content {
	position: relative;
	top: 10%;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.overlay-content ul{
	margin:0;
	padding:0;
}

.overlay a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #FFCC00;
}

.overlay .closemenu {
	position: absolute;
	top: 20px;
	right: 45px;
}

#button-menu {
    cursor: pointer;
    float: left;
    text-transform: uppercase;
	display:none;
}

.menu li{
	list-style-type:none;
}

/************************************************
					INDEX
************************************************/


/************************************************
					PAGE CONCERT
************************************************/

.content-image-video{
	float:left;
	width:50%;
}

.content-image{
	float:left;
	width:100%;
}

.credit-photo{
	text-align: right;
    font-size: 0.7em;
}

.content-video{
	float:left;
	width:100%;
	margin:20px 0px;
}

.content-video-mobile{
	display:none;
}

.content-infos{
	background-color:#FFF;
    padding: 20px;
}

.content-texte{
	float:left;
	width:42%;
	padding: 0 4%;	
}

.content-title {
    font-size: 3em;
    margin: 0px 0px 20px 0px;
}

.content-sous-titre {
    font-size: 1.5em;
    margin: 0px 0px 20px 0px;
}

.content-description{
	font-size:1em;
}

.content-distribution{
	font-size:1em;
}

.content-date {
    font-size: 1.5em;
}

.content-billetterie{
	margin: 30px 0px 10px 0px;
}

.content-billetterie a{
	background-color:#6666FF;
	color:#FFF!important;
	padding: 10px 20px;
	text-decoration:none;
}

.content-billetterie a:hover{
	background-color:#FFCC00;
	color:#FFF!important;
}

.content-facebook{
	margin: 30px 0px 10px 0px;
}

.content-facebook a{
	background-color:#FF6699;
	color:#FFF!important;
	padding: 10px 20px;
	text-decoration:none;
}

.content-facebook a:hover{
	background-color:#FFCC00;
	color:#FFF!important;
}

.content-lien{
	margin: 0px 0px 20px 0px;
    font-size: 0.9em;
    text-align: right;
}

.content-lien a{
	color:#ff6699;
	text-decoration:none;
}

.content-lien a:hover{
	color:#000000;
}

.content-lien a:before {
    content: "\2192";
    margin-right: 5px;
}

/************************************************
				PROGRAMMATION
************************************************/

#programmation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    width: 100%;
}

.item{
	background-color: #FFF;
	margin: 0 0 20px 0;
}

.item-image{
	height: 250px;
	width:100%;
	float:left;
	transition: 1s;
}

.item-image:hover{
	background-color: #EB8C97!important;
    background-blend-mode: overlay;
}

.item-texte {
    width: 88%;
    padding: 6%;
    float: left;
}

.item-texte a{
	color:#000;
	text-decoration:none;
}

.item-titre a{
	font-size:2em;
	transition: 1s;
}

.item-titre a:hover{
	color:#ff6699;
}

.item-sous-titre{
	font-size:1.2em;
	margin: 5px 0px;
}

.item-lieu{
    font-family: 'pp_eiko_italiclight';
}


/************************************************
		ALERT INFO
************************************************/

.alert {
	padding: 0.5% 2%;
    bottom: 0px;
    position: fixed;
    text-align: center;
    width: 96%;
    background-color: #ff6699;
    color: #FFF;
    z-index: 2;
	font-size: 0.9em;
}

.alert a{
	color:#FFFFFF;
}

.alert a:hover{
	color:#f7ad50;
	background-color: #FFFFFF;
}

.closebtn {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: #202457;
}

/************************************************
					FOOTER
************************************************/

#footer{
    width: 100%;
    margin:0;
    padding:0;
    float: left;
}

#item-footer{
    width: 25%;
    padding: 0%;
	margin: 0%;
    float: left;
}

#credit {
    width: 96%;
    padding: 4% 2%;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 0.8em;
}

/************************************************
				VIDEO RESPONSIVE
************************************************/

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* -------------------------------------------------------------- */
/* MOBILE
/* -------------------------------------------------------------- */

@media (max-width: 1025px) {
	
/************************************************
					GENERAL
************************************************/
	
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("https://www.autresmesures.com/wp-content/uploads/2024/11/fond-2025.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}	
	
#content {
    float: left;
    width: 80%;
    margin: 0 4%;
    padding: 6%;
    background-color: rgba(255,255,255,0.9);
}
	
/************************************************
					HEADER
************************************************/
	
#button-menu {
    display: block;
    font-size: 3em;
    color: #FFF;
    position: absolute;
    top: 10px;
}
	
#menu {
	display:none;
}
	
#logo {
    width: 92%;
    margin: 0;
    padding: 4%;
    text-align: center;
}
	
	
/************************************************
				PROGRAMMATION
************************************************/
	
#programmation{
    grid-template-columns: repeat(1, 1fr);
}
	
/************************************************
				PAGE SINGLE CONCERT
************************************************/	
	
.content-image-video{
	float:left;
	width:100%;
}
	
.content-video{
	display:none;
}
	
.content-texte{
	float:left;
	width:92%;
	padding: 0 4%;
}
	
.content-video-mobile{
    width: 92%;
    margin: 4%;
    float: left;
    display: block;
}

}</pre></body></html>