/*
 Theme Name:   Twenty Twenty Five Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty Five Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
.album-wrapper-in-list {
	width:25%;
	max-width:500px;
	line-height:0;
	position:relative;
}
.face-a {
	box-sizing: border-box;
}
.face-a img {
	pointer-events: none; 
}
.face-b {
	background-color:rgba(0,0,0,.68);
	position:absolute;
	height:100%;
	width:100%;
	overflow:scroll;
	top:0;
	left:0;
	color:rgba(127,127,127,0.8);
	transition-duration:0.6s;
	line-height:1;
	transform:rotate3d(0,1,0,180deg);
	opacity:0;
	padding:1em;
	backdrop-filter: blur(5px);
	box-sizing: border-box;
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}
.face-b p {
	margin-top:0;
	padding-top:0;
}
.alfbum-wrapper-in-list:active:hover .fface-b{
	opacity:1;
	color:rgba(256,256,256,0.95);
	transform:rotate3d(0,1,0,0deg)
}
.face-b-active {
	opacity:1;
	color:rgba(256,256,256,0.95);
	transform:rotate3d(0,1,0,0deg)
}
.track {
	font-size:0.8em
}
.album-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
/* Petits écrans (mobiles) */
@media (max-width: 600px) {
  .album-wrapper-in-list {
    width: 100%;
  }
}

/* Tablettes */
@media (min-width: 601px) and (max-width: 900px) {
  .album-wrapper-in-list {
    width: 50%;
  }
}

/* Écrans moyens (laptops) */
@media (min-width: 901px) and (max-width: 1200px) {
  .album-wrapper-in-list {
    width: 33%;
  }
}

/* Grands écrans */
@media (min-width: 1201px) and (max-width: 1600px) {
  .album-wrapper-in-list {
    max-width: 25%;
  }
}

.menu button {
	background-color:#FFF !important;
	color:#000;
}

.menu>div>div {
	padding:2rem
}
#credits-trigger {
	cursor:pointer;
}
#credits-trigger:active {
	transform:scale(0.9);
	transition-duration:0.2s;
}
#credits {
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.87);
	backdrop-filter: blur(5px);
	position:fixed;
	height:100vh;
	width:100vw;
	padding:2rem;
	top:0;
	left:0;
	transition-duration:0.3s;
	opacity:0;
	display:none;
	z-index:12;
	color:#FFF;
}
#credits-close {
	position:absolute;
	top:2rem;
	right:2rem;
}
#credits-close svg {
	fill:#FFF;
	height:2em;
	width:2em
}
#credits-close-back {
	cursor:pointer;
	text-decoration:underline;
	font-size:0.7em;
}
.vertical-text {
	writing-mode:sideways-lr !important
}
#credits .name {
	font-size:2rem;
	font-family:Manrope;
	font-weight:bold;
}
#credits .email {
	font-style:italic;
}

#credits .management {
	margin-bottom:2em;
}
#site-credits {
	position:absolute;
	box-sizing:border-box;
	bottom:0.5em;
	color:#FFF;
	font-size:0.8em;
	right:0.2em;
	padding:1em 0;
	text-align:right;
	writing-mode:sideways-lr;
}
/* Petits écrans (mobiles) */
@media (max-width: 600px) {
  #site-credits {
    bottom:6em;
  }
}
#toInstagram:focus {
	fill:#EEE;
	color:#EEE;
	text-decoration:none;
	outline:0
}
.overflow-hidden {
	overflow:hidden;
}