/* ################################## */
/* #############  ADD CSS ########### */
/* ############### START ############ */
/* ################################## */

html {
    scroll-behavior: smooth;
}

body {
    background: black;
    background-color: black;
}
.wp-site-blocks > main {
    background-color: black;
}

/* TEXT WITH LINK SANS DECO START */
a,
a:visited,
a:hover,
a:active,
a:focus {
    color: inherit !important;
    text-decoration: none !important;
	outline: none;

}
/* TEXT WITH LINK SANS DECO END */


/* HIDE TITRE DE LA PAGE START */
.wp-block-post-title {
    display: none;
}

.page-header {
    display: none;
}
/* HIDE TITRE DE LA PAGE END */


/* HEADER MENU SIZE START
.wp-block-navigation .wp-block-navigation-item__content {
		@media (max-width: 768px) {
			font-size: 12px;
	}
		@media (min-width: 768px) {
			font-size: 23px;
	}
}
HEADER MENU SIZE END */

@media (max-width: 768px) {
    .mgl-justified .mgl-item img img {
        object-fit: 'cover';
        height: 20px;
        /* Adjust this value as needed */
        width: 20px;
    }
}

@media (max-width: 768px) {
    .mgl-masonry .mgl-item img img {
        object-fit: 'cover';
        height: 20px;
        /* Adjust this value as needed */
        width: 20px;
    }
}

@media (min-width: 768px) {
    .mgl-justified .mgl-item, .mgl-justified::after {
        padding-top: 4em;
    }
}

@media (max-width: 768px) {
    .mgl-justified .mgl-item, .mgl-justified::after {
        padding-top: 0px;
    }
}

.wp-block-navigation ul,.wp-block-navigation ul li {
    list-style: none;
    padding: 0;
    width: max-content;
}

/* ################################## */
/* #############  ROOT  ############# */
/* ################################## */
:root {
    --wp--preset--spacing--60: 0px;
	--mobile-size: 768px;

    --color-Main: #F3F3F3;
    --color-Sub: black;
    --font-Main: 'tenby-eight';
    --font-Sub: 'tenby-six';
    --font-weightMain: 100;
	
	--iconsvgsize: 30px;

    /*########## HEADER START ############*/
    --color-Header: black;
    --color-HeaderMenu: black;
    --color-small: #F3F3F3;
    --color-titleMain: #F3F3F3;
    --color-menuHeader: #F3F3F3;
    --color-menuMain: #F3F3F3;
    --color-SocialIconBG: #808080;
    --color-menuSub: #F3F3F3;

    --font-Header: 'tenby-eight';
    --font-HeaderMenu: 'tenby-eight';
    --font-titlePage: 'tenby-eight';
    --font-titleMain: 'tenby-eight';
    --font-menuHeader: 'tenby-eight';
    --font-menuMain: 'tenby-eight';
    --font-menuSub: 'tenby-eight';
    --font-small: 'tenby-six';
    --font-description: 'tenby-six';

    --font-size-Header: clamp(32px, 10vw, 37px);
    --font-size-HeaderMenu: clamp(50px, 10vw, 50px);
    --font-size-titlePage: clamp(60px, 5vw, 92px);
    --font-size-titleMain: clamp(40px, 1vw, 40px);
    --font-size-menuMain: clamp(60px, 5vw, 92px);
    --font-size-menuSub: clamp(20px, 1vw, 20px);
    --font-size-description: clamp(19px, 2vw, 23px);
    --font-size-StickyTitle: clamp(12px, 2vw, 27px);
	--font-size-fullSetVertical: clamp(2px, 3vw, 20px) !important;

    --font-weightHeader: 100;
    --font-weightHeaderMenu: 100;
    --font-weight: 100;
    --font-weighttitleMain: 100;
    --font-weightmenuHeader: 100;
    --font-weightmenuMain: 100;
    --font-weightmenuSub: 600;
    --font-weight-small: 400;

    --line-height-menuSub: 1,5em;
    --line-height-small: 1,4em;

    --padding-bottommenuSub: 0px; /* Description */ 

}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-Main);
    font-family: var(--font-Main);
    font-weight: var(--font-weightMain);
}

p {
	color: var(--color-Main);
    font-size: var(--font-size-description);
	font-family: var(--font-Sub);
    font-weight: var(--font-weight-small);
    line-height: var(--line-weight-small);
}

h1 {
    font-size: var(--font-size-titlePage);
}

h2 {
    font-size: var(--font-size-titleMain);
}

h3 {
    font-size: var(--font-size-menuMain);
}

h4 {
    font-size: var(--font-size-menuSub);
}


/* ################################## */
/* ############ CLASS ############### */
/* ################################## */

/* ######### HEADER START ########### */
.header-containerRight {
    padding-right: 20px;
}

.title-HeaderFull {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
	
	@media (max-width: 768px) {
        flex-direction: column !important;
        align-items: center !important;
        gap: 5px;
		}
}

/* Header JOHN HREICH*/
.title-Header {
    transform: scaleY(1.2);
    /* font */
    color: var(--color-Sub);
    font-size: var(--font-size-Header);
    font-family: var(--font-Main);
    font-weight: var(--font-weightMain);
    text-decoration: none;
    
    padding: 0px;
    margin: 0px;
    z-index: 9999;
}

/* Header WELCOME */
.title-HeaderText {
    /* font */
    color: var(--color-Sub);
    font-size: calc(var(--font-size-Header) / 2.4);
    font-family: var(--font-Main);
    font-weight: var(--font-weightMain);
    
    padding: 0px;
    margin: 0px;
    z-index: 9999;
}

/* HeaderMenu */
.title-HeaderMenu {
    /* font-size: 55px; */
    color: var(--color-Sub);
    font-family: var(--font-Main);
    font-weight: var(--font-weightMain);

	@media (max-width: 768px) {
    	font-size: 15px;
    	padding-right: 0px;
	}

	@media (min-width: 768px) {
    	padding-right:50px;
	}

    z-index: 9999;
    gap: 30px;
}

/* HeaderIcon */
.title-HeaderIcon {
    z-index: 9999;
	@media (max-width: 768px) {
			display: none !important;
	}
}
/* HeaderIconColor */
.title-HeaderIconColor {
    background-color: var(--color-SocialIconBG);
    font-size: 18px;
}

/* ######### HEADER END ########### */


/*##################*/
/*### BODY START ###*/
/*##################*/
/* Titre page */
.title-page {
    color: var(--color-Main);
    font-family: var(--font-Main);
    font-size: var(--font-size-titlePage);
    font-weight: var(--font-weightMain);
    padding-bottom: 0px;
}

/* Titre principale */
.title-main {
    color: var(--color-Main);
    font-family: var(--font-Main);
    font-size: var(--font-size-titleMain);
    font-weight: var(--font-weightMain);
    line-height: var(--line-weight-menuSub);
}



/* Menu Main */
.title-menuMain {
    color: var(--color-Main);
    font-family: var(--font-Main);
    font-size: var(--font-size-menuMain);
    font-weight: var(--font-weightMain);

    padding-bottom: var(--padding-bottommenuSub);
    margin-bottom: 0px;
    justify-content: flex-end;
    /* margin-inline-start: auto; */
}

/* Menu Sub */
.title-menuSub {
    color: var(--color-Main);
    font-family: var(--font-Main);
    font-size: var(--font-size-menuSub);
    font-weight: var(--font-weightmenuSub);
    padding-bottom: var(--padding-bottommenuSub);
    margin: 0px;
}

/* Description */
.text-small {
    color: var(--color-Main);
    font-family: var(--font-Sub);
    font-size: var(--font-size-description);
    font-weight: var(--font-weight-small);
    line-height: var(--line-weight-small);
    a,
    a:visited,
    a:hover,
    a:focus {
        color: #DB3E00 !important;
        text-decoration: none !important;
    }
}

/* STICKY HEADER START*/
.title-StickyHeaderPosition {
    background-color: black;
    /* position */
    position: sticky;
	padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0 !important;
	top: 0;
    z-index: 9998;
    flex-wrap: nowrap !important;
    overflow-x: auto;


}

.title-StickyHeader {
    /* police */
    color: var(--color-Main);
    font-family: var(--font-Main);
    font-size: var(--font-size-StickyTitle);
    font-weight: var(--font-weightMain);
}

.separator-small {
    color: var(--color-Main);
    width: 30%;
    margin: 2rem auto;
}

.row-menu-gallery > * {
    align-self: flex-start !important;
}

.menu-fullSetVertical {
    color: var(--color-Main);
    font-family: var(--font-Main);
    font-size: var(--font-size-fullSetVertical);
	a,
    a:visited {
        color: var(--color-Main) !important;
        text-decoration: none !important;
    }
    a:hover,
    a:focus {
        color: #8E02FF !important;
        text-decoration: underline !important;
		text-decoration-color: #08FF00 !important;
    }
	gap: 0;
	padding-top:2em;
	padding-left:1.5em;
	padding-right:1em;

}



.gallery-transition  img {
    filter: brightness(80%);
    transition: filter 0.3s ease; /* effet fluide */
}
.gallery-transition img:hover {
    filter: brightness(100%);
}

/*##################*/
/*### BODY END # ###*/
/*##################*/

/*######################*/
/*### FOOTER START #####*/
/*######################*/

.footer-look {
	padding-top: .5em;
    padding-bottom: .5em;
}



/* FooterIcon */
.title-FooterIcon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* FooterIconColor */
.title-FooterIconColor {
    background-color: var(--color-SocialIconBG);
    font-size: 20px;

}

.title-FooterCopyright {
    color: var(--color-Main);
    font-family: var(--font-Sub);
    font-size: 17px;
	
	margin-left: auto;
    text-align: right;
}

/*
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: black;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 50px;
}
*/

#backToTop {
    position: fixed;
    bottom: 40px;
    right: 30px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 20px;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, transform 1s ease;
}

/* état visible */
#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* petit effet hover */
#backToTop:hover {
    transform: translateY(-4px);
}
/*######################*/
/*### FOOTER END ### ###*/
/*######################*/

.icon-svg {
	width: var(--iconsvgsize);
	height: auto;
	filter: invert(1);
}


/* ################################## */
/* #############  ADD CSS ########### */
/* ################ END ############# */
/* ################################## */


