/***********************************************
Theme Name: La Nouvelle Lune
Theme URI: 
Description: La Nouvelle Lune
Version: 1.0
Author: Ben Ben Ben
Author URI: http://www.benbenben.fr
*************************************************/

/*

BLEU : #34108F
JAUNE : #b48e46

*/

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Kaushan+Script&family=Open+Sans:wght@400;700&display=swap');

/************************************************
		HACKS
************************************************/

.wp-block-separator{
	border:none!important;
}

ul{
	list-style-type: "\263E";
}

#content ul li {
	padding-left: 10px;
}

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

body{
	margin: 0;
	padding: 0;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	color:#34108F;
	background-color: rgba(244,243,248,1);
}

h1{
	font-family: "Noto Sans JP", sans-serif;
	text-transform:uppercase;
	font-weight:100;
}

h2{
	font-family: 'Kaushan Script', cursive;
}

hr {
    width: 193px;
    height: 25px;
	margin: 0px auto 50px auto;
    border: 0;
    background-image: url(http://dev.benbenben.fr/nouvellelune/wp-content/uploads/2024/02/vagues-small.png);
    background-repeat: no-repeat;
}

.clear {
	clear: both;
}

#content{
	float:left;
	width: 90%;
	margin:0%;
	padding: 2% 5%;
}

.blue-grid{
	float:left;
	width: 100%!important;
	margin:0%;
	padding: 0%!important;
	background-color:#34108F;
}

#content a{
	color:#b48e46;
}

#content a:hover{
	color:#34108F;
}

#content-left, #content-evt-left{
	float:left;
	width: 40%;
	margin:0%;
	padding:5%;
}

#content-right img{
	width: 100%;
    height: auto;
}

#content-evt-left img{
	width: 100%;
    height: auto;
}

#content-right img:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 200px;
  height: 200px;
  pointer-events: none;
}

#contact{
	background-color: #FFF;
    padding: 5px 20px 30px 10px;
    margin: 30px 0px 0px 0px;
    text-align: center;
    border-radius: 20px;
}

#price{
	padding: 5px 20px 30px 10px;
	margin: 30px 0px 0px 0px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid;
}

#presence{
	padding: 5px 20px 30px 10px;
	margin: 30px 0px 0px 0px;
	text-align: center;
	border-radius: 20px;
	color:#FFF;
	background-color:#34108F;
}

#content-right{
	float:left;
	width: 40%;
	margin:0%;
	padding:5%;
}

b, strong{
	font-weight:700;
}

.center{
	text-align:center;
}

.fa{
	margin: 3px 0px;
}

/************************************************
		HACKS
************************************************/

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control, .wpcf7-textarea {
    padding: 10px;
    border: 1px solid #34108F;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.emoji{
	filter: invert(60%) sepia(42%) saturate(564%) hue-rotate(1deg) brightness(88%) contrast(83%);
}

.wp-block-button a{
	transition: transform 1s;
}

.wp-block-button a:hover{
	transform: scale(1.1);
}

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

#header {
    width: 100%;
    padding: 0px;
    margin: 0%;
    float: left;
    z-index: 1;
    background-color: #FFF;
}

#logo {
    padding: 0%;
    float: left;
    text-align: center;
    width: 100%;
	margin: 0px 0px 20px 0px;
}

#logo img{
	width: 25%;
	height: auto;
}

#logo a{
	color:#34108F;
	text-decoration:none;
}

#logo a:hover{
	color:#BCAE00;
}

.sticky {
	position: fixed!important;
    background-color: #FFFFFF;
	z-index:1;
	-moz-box-shadow: 0px 0px 15px 5px rgba(30,30,30,0.05);
    -webkit-box-shadow: 0px 0px 15px 5px rgb(30 30 30 / 5%);
    -o-box-shadow: 0px 0px 15px 5px rgba(30,30,30,0.05);
    box-shadow: 0px 0px 15px 5px rgb(30 30 30 / 5%);
}

#reseaux{
	position: fixed;
    right: 0px;
	bottom:0px;
    z-index: 2;
    padding: 20px;
	font-size:1.5em;
}

#reseaux a{
	color:#34108F;
}

#reseaux a:hover{
	color:#b48e46;
}

#pro{
	width: 98%;
    padding: 1%;
    float: left;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: right;
}

#pro a{
	background-color: #34108F;
    color: #FFF;
    text-decoration: none;
    padding: 0px 10px;
    border-radius: 15px;
}

#pro a:hover{
	background-color:#b48e46;
	color:#FFF;
}

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

#menu {
    float: left;
    width: 100%;
    text-align: center;
	position:relative;
	z-index: 3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:300;
}

.sub-menu{
	background-color:#34108F;
	font-size: 0.9em;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.sub-menu li a{
	color:#FFF!important;
}

.sub-menu li a:hover{
	color:#B48E45!important;
}

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

#menu li {
	float:left;
	margin:auto;
	padding:0;
}

.menu li > a:after { margin-left: 5px; content: '\25be'; }
.menu > li > a:after { margin-left: 5px; content: '\25be'; }
.menu li > a:only-child:after { margin-left: 0; content: ''; }

#menu li a {
    display: block;
	text-transform:uppercase;
    color: #34108F;
    text-decoration: none;
    padding: 8px 6px;
    cursor: pointer;
}

.current_page_item a {
	color: #B48E45!important;
}

#menu li a:hover {
	color:#B48E45;
}
#menu ul li ul {
	display:none;
	position:absolute;
	text-align:left;
}
#menu ul li:hover ul {
	display:block;
}
#menu li:hover ul li {
	float:none;
}

#menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #b48e46;
    transition: width .3s;
}

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


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

.overlay {
	height: 100%;
	width:0;
	font-size: 1em;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	overflow-x: hidden;
	background-color:#FFFFFF;
	transition: 1s;
}

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

.overlay-content img{
	max-width:60%;
	height:auto;
}

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

.overlay a {
	text-decoration: none;
	color: #34108F;
	display: block;
	transition: 0.3s;
	text-transform:uppercase;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:300;
}

.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;
}

#myNav .sub-menu{
	margin: 0;
    padding: 0;
	font-size:1.2em;
	background-color:#FFF;
}

#myNav .menu li ul {
	display:none;
 }

#myNav .menu li:hover ul {
	display:block;
}

#myNav ul li a{
	font-size:1.5em;
	color:#34108F!important;
}

#myNav ul li ul li a{
	font-size:1em;
	color:#34108F!important;
}

#myNav ul li a:hover, #myNav ul li ul li a:hover{
	color:#b48e46!important;
}

/************************************************
					ITEM
************************************************/

.item{
	position:relative;
}

.item-img, .item-evt-img{
	transition: transform 1s;
}

.item-img:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://dev.benbenben.fr/nouvellelune/wp-content/themes/nouvellelune/images/lune.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.item-img img{
	padding: 1%;
    width: 98%;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.item-evt-txt {
	background-color: #FFF;
    padding: 10px;
}

.item-evt-txt h2{
	margin:0;
	padding:0;
}

.item-evt-img img{
	padding: 1%;
    width: 98%;
    height: auto;
}

.item-img:hover, .item-evt-img:hover{
	transform: scale(1.1);
}

.item-txt h1{
	margin:10px 0 0 0;
}

.item-txt h2{
	margin:0;
	font-size:1.25em;
}

.item-txt h3{
	margin:0;
	font-family: "Noto Sans JP", sans-serif;
	text-transform:uppercase;
	font-weight:100;
	font-size:1em;
}

.grid-item, .grid-item-evt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 90%;
	padding:5%;
}

.grid-item a, .grid-item-evt a{
	text-decoration:none;
	color:#34108F;
}

.grid-item-evt a{
	overflow: hidden;
}

.grid-item a:hover{
	text-decoration:none;
	color:#FFFFFF!important;
}

.grid-item-evt a:hover{
	text-decoration:none;
	color:#34108F!important;	
}

#retour{
	padding: 0% 5%;
}

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

#cover-video {
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: -60px;
    z-index: -1;
	    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#cover-txt{
	height: 300px;
	width: 300px;
	padding: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background-color: rgb(255,255,255,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
}

#cover-video video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#cover-video h1, #cover-video h2{
	color:#34108F;
}

#stories{
	width: 80%;
    padding: 0% 10%;
    float: left;
    display: flex;
    max-width: 100%;
    font-size: 0.9em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

#stories div{
	width: 8%;
    margin: 1%;
    text-align: center;
	transition: transform 1s;
}

#stories div:hover{
	transform:scale(1.1);
}

#stories div a{
	text-decoration:none;
	color:#34108F;
	text-transform:uppercase;
}

#stories div img{
	width:100%;
	height:auto;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/************************************************
					PAGE
************************************************/

#cover{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	height: 100vh;
    background-repeat: no-repeat!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: center!important;
}

#cover-text{
	width: 40%;
	padding: 20px;
    background-color: #FFF;
    bottom: 10vh;
	right:10%;
    position: absolute;
}

/************************************************
				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%;
}

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

#footer{
    width: 100%;
    margin:0;
    padding:0;
    float: left;
	background-color:#FFF;
	color:#34108F;
	text-align:center;
	display: flex;
}

#footer a{
	color:#34108F;
}

#footer a:hover{
	color:#b48e46;
}

.item-footer{
	flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-footer img{
	max-width:50%;
}

.item-footer a{
	flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration:none;
}

#credit{
	width:98%;
	padding: 5% 1% 1% 1%;
	text-align: center;
	float:left;
	background-color:#FFF;
	color:#34108F;
}

/************************************************
					REVEAL
************************************************/

.reveal{
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateX(0);
  opacity: 1;
}

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

@media (max-width: 767px) {
	
#content{
	padding: 10% 5%;
}	
	
#content-left, #content-evt-left{
	float:left;
	width: 90%;
	margin:0%;
	padding:5%;
}
	
#content-right{
	float:left;
	width: 90%;
	margin:0%;
	padding:5%;
}
	
/************************************************
					GRID
************************************************/
	
#stories{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    float: left;
}

#stories div img {
    width: 100%;
    height: auto;
}	
	
#stories div {
    width: 100%;
    margin: 0%;
    text-align: center;
}

/************************************************
					GRID
************************************************/	
	
.grid-item, .grid-item-evt {
    grid-template-columns: repeat(1, 1fr);
}
	
/************************************************
					MENU
************************************************/	
	
#button-menu {
    display: block;
    font-size: 3em;
    color: #34108F;
    position: absolute;
    top: 0px;
}
	
#menu {
	display:none;
}
	
#logo{
	position: fixed;
	z-index: 1;
	background-color: #FFF;
	margin: 0;
	padding: 10px;
}
	
#logo img{
	width: 60%;
	height: auto;
}
	
/************************************************
					FOOTER
************************************************/

#footer{
	display:block;
}	
	
.item-footer{
		display:block;
}
	
.item-footer img{
	max-width:50%;
	height:auto;
}

}