/*
Theme Name: Immersion
Text Domain: immersion
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Immersion is a custom theme for Immersion Revue, a magazine about video games founded by Mohamed Megdoul & Angelo Careri. This theme is designed by Encore Studio (Quentin Brachet) and developed by Pan Thera (Pablo Hnatow).
Author: Encore Studio x Pan Thera
Author URI: http://welcometoencore.com/
*/

.soldout-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8); /* Rouge avec transparence */
  color: black;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 2px;
  z-index: 10;
  text-align: center;
}

.columnEpuise {
  position: relative;
}

#main_splide {
    position: relative;
}

.floating-card {
    position: absolute;
    top: 50%; /* Adjust this for vertical alignment */
    right: 100px; /* Center horizontally */
    transform: translateY(-50%);
    width: 300px; /* Adjust width as needed */
   
    background: rgba(255, 255, 255, 1); /* Semi-transparent background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    border-radius: 0px;
    padding: 20px;
    z-index: 10; /* Ensure it appears above other elements */
	animation: floatRandom 20s ease-in-out infinite;}

@keyframes floatRandom {
    0% {
        transform: translateY(-50%); /* Start from the original position */
    }
   
    
    20% {
        transform: translate(-40px, 50px) translateY(-50%);
    }
    
    
    40% {
        transform: translate(-50px, -60px) translateY(-50%);
    }
  
    
    60% {
        transform: translate(-90px, -40px) translateY(-50%);
    }
   
    
    80% {
        transform: translate(-30px, -70px) translateY(-50%);
    }
 
    
    100% {
        transform: translateY(-50%); /* Return to the original position */
    }
}

/* Optional: Adjust button and text alignment */
.floating-card .card-footer {
    text-align: center;
}

@media (max-width: 768px) {
    .floating-card {
        position: static; /* Remove absolute positioning */
        transform: none; /* Remove transformation */
        width: 90%; /* Make it slightly narrower than full width */
        margin: 20px auto 0 auto; /* Center the card with auto margins */
        box-shadow: none; 
		animation: none; /* Remove animation on mobile */

    }
}

//// /*CSS original begin*/


.centered-h6 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100px; /* Adjust the height as needed */
        }


#sticked-image {
			width: 50px;
            position: fixed;
            top: 90%;
          	left : 50%;
            z-index: 1;
	object-fit: contain;
	max-height: 20%;
        }

.wiggle {
    animation: wiggle 1s ease-in-out 5s ;
}

@keyframes wiggle {
    0% { transform: rotate(5deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); }}




@font-face {
    font-family: 'Diatype';
    src: url('assets/fonts/ABCDiatype-Regular.woff2') format('woff2'),
        url('assets/fonts/ABCDiatype-Regular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Diatype Italic';
    src: url('assets/fonts/ABCDiatype-RegularItalic.woff2') format('woff2'),
        url('assets/fonts/ABCDiatype-RegularItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Diatype Bold';
    src: url('assets/fonts/ABCDiatype-Bold.woff2') format('woff2'),
        url('assets/fonts/ABCDiatype-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ---- GENERAL SETTINGS -- */

body {
	background-color: #FAF8F7;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
  color: #191B1C;
	scroll-behavior: smooth;
  font-family: 'Diatype', sans-serif !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

upl { margin: 0; padding: 0px 0; }
ul { margin: 0; padding: 40px 0; }
li { list-style: none; }
li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 150%;
}

li a:hover {
  text-decoration: underline;
  font-size: 18px;
  line-height: 150%;
}

.home-logo {
	margin-top: 20px;
}

.tiles {
  padding: 12px 0;
}

.divider {
	height: 1px;
	background-color: #191B1C;
	width: 100%;
	margin: 40px 0 0 0;
}

.divider-sm {
	height: 1px;
	background-color: #191B1C;
	width: 100%;
	margin: 0 0 10px 0;
}

.divider-null {
	height: 1px;
	background-color: #191B1C;
	width: 100%;
	margin: 0px;
}

.divider-light {
  height: 1px;
  background-color: grey;
  width: 100%;
  margin: 0 0 12px 0;
}

.card-blue {
	height: 94% !important;
	position: relative;
	background-color: blue;
}

.card-body {
	height: 100%;
	position: relative;
	margin-bottom: 16px;
}

.card-body p {
	margin: 12px 0;
}

.sidebar {
  margin-top : 54px;
}


.spacer-md { height: 48px; display: block; }
.spacer-sm { height: 12px; display: block; }

/* ---- HEADINGS AND FONT SETTINGS -- */

h1 { font-family: 'Diatype Bold', sans-serif !important; font-size: 96px; font-weight: normal; }
h2 { font-family: 'Diatype Bold', sans-serif !important; font-size: 72px; font-weight: normal; }
h3 { font-family: 'Diatype Bold', sans-serif !important; font-size: 64px; font-weight: normal; margin: 40px 0; line-height: 110%; }
h4 { font-family: 'Diatype Bold', sans-serif !important; font-size: 48px; font-weight: normal; }
h5 { font-family: 'Diatype Bold', sans-serif !important; font-size: 32px; font-weight: normal; line-height: 120%; margin: 16px 0 0 0; }
h6 { font-family: 'Diatype Bold', sans-serif !important; font-size: 24px; font-weight: normal; line-height: 130%; margin: 18px 0; }
h7 { font-family: 'Diatype Bold', sans-serif !important; font-size: 32px; font-weight: normal; line-height: 120%; margin: 16px 0 0 0; }


p { font-size: 18px; line-height: 130%; margin: 28px 0; }
small { font-size: 14px; line-height: 150%; }
.frontpage-excerpt { margin: 20px 0 !important; }
.textwidget p { font-family: 'Diatype Bold', sans-serif !important; font-size: 32px !important; font-weight: normal !important; line-height: 120% !important; }

.bold { font-family: 'Diatype Bold'; font-weight: 400 !important; }
.regular { font-family: 'Diatype' !important; font-weight: 200 !important; }
.regulartop { font-family: 'Diatype' !important; font-weight: 200 !important; color: white; }
.regulartopblack { font-family: 'Diatype' !important; font-weight: 200 !important; color: black; }

.regular-excerpt { font-family: 'Diatype' !important; font-weight: 200 !important;   
display: -webkit-box;
  -webkit-line-clamp: 15; /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%; }

a, a:visited { color: inherit; }
a:hover { text-decoration: none;}
.unlink a { text-decoration: none !important;}
.card-footer a { text-decoration: none;}
.card-footer a:hover { text-decoration: underline !important;}

.t-b { margin-top: 64px; }
.t-b-xl { padding-top: 96px; }
.t-b-lg { margin-top: 72px; }
.t-b-md { margin-top: 48px; }
.t-b-sm { margin-top: 24px; }
.t-b-xs { margin-top: 18px; }
.b-b-md { padding-bottom: 48px; }
.b-b-lg { margin-bottom: 72px; }

/* ---- COLOR SETTINGS -- */

/* ---- BLUE(s) -- */
.tiles-blue { color: #0034B5 !important; }
.bg-tiles-blue { background-color: rgba(34, 51, 181, 1); }
.opacity-tiles-blue { background-color: rgba(34, 51, 181, 0.3); }
.invert-tiles-blue { color: #F0ECEB !important; }
.bg-invert-tiles-blue { background-color: #F0ECEB !important; }


.tiles-black { color: #000000 !important; }
.bg-tiles-black { background-color: black; }
.opacity-tiles-black { background-color: rgba(0,0,0, 0.3); }
.invert-tiles-black { color: #F0ECEB !important; }
.bg-invert-tiles-black { background-color: #F0ECEB !important; }

.soft-blue { color: #003D47 !important; }
.bg-soft-blue { background-color: rgba(0, 61, 71, 1); }
.opacity-soft-blue { background-color: rgba(0, 61, 71, 0.3); }
.invert-soft-blue { color: #c5e0f9 !important; }
.bg-invert-soft-blue { background-color: #c5e0f9 !important; }

.bright-blue { color: #EEEBD3 !important; }
.bg-bright-blue { background-color: rgba(238, 235, 211, 1); }
.opacity-bright-blue { background-color: rgba(238, 235, 211, 0.3); }
.invert-bright-blue { color: #1568A8 !important; }
.bg-invert-bright-blue { background-color: #1568A8 !important; }

.dark-blue { color: #EDEFF1 !important; }
.bg-dark-blue { background-color: rgba(237, 239, 241, 1); }
.opacity-dark-blue { background-color: rgba(237, 239, 241, 0.3); }
.invert-dark-blue { color: #03283F !important; }
.bg-invert-dark-blue { background-color: #03283F !important; }

.wallpaper-blue { color: #22BD53 !important; }
.bg-wallpaper-blue { background-color: rgba(34, 189, 83, 1) !important; }
.opacity-wallpaper-blue { background-color: rgba(34, 189, 83, 0.3); }
.invert-wallpaper-blue { color: #38448C !important; }
.bg-invert-wallpaper-blue { background-color: #38448C !important; }

/* ---- GREEN(s) -- */
.tiles-green { color: #0A7A5D !important; }
.bg-tiles-green { background-color: rgba(10, 122, 93, 1); }
.opacity-tiles-green { background-color: rgba(10, 122, 93, 0.3); }
.invert-tiles-green { color: #F2ECF1 !important; }
.bg-invert-tiles-green { background-color: #F2ECF1 !important; }

.soft-green { color: #2E314C !important; }
.bg-soft-green { background-color: rgba(46, 49, 76, 1); }
.opacity-soft-green { background-color: rgba(46, 49, 76, 0.3); }
.invert-soft-green { color: #91C6BC !important; }
.bg-invert-soft-green { background-color: #91C6BC !important; }

.bright-green { color: #050517 !important; }
.bg-bright-green { background-color: rgba(5, 5, 23, 1); }
.opacity-bright-green { background-color: rgba(5, 5, 23, 0.3); }
.invert-bright-green { color: #22BD53 !important; }
.bg-invert-bright-green { background-color: #22BD53 !important; }

.dark-green { color: #E1DCE6 !important; }
.bg-dark-green { background-color: rgba(225, 220, 230, 1); }
.opacity-dark-green { background-color: rgba(225, 220, 230, 0.3); }
.invert-dark-green { color: #00331B !important; }
.bg-invert-dark-green { background-color: #00331B !important; }

.wallpaper-green { color: #D9BBF9 !important; }
.bg-wallpaper-green { background-color: rgba(217, 187, 249, 1) !important; }
.opacity-wallpaper-green { background-color: rgba(217, 187, 249, 0.3); }
.invert-wallpaper-green { color: #0F5E51 !important; }
.bg-invert-wallpaper-green { background-color: #0F5E51 !important; }

/* ---- YELLOW(s) -- */
.tiles-yellow { color: #FF6700 !important; }
.bg-tiles-yellow { background-color: rgba(255, 103, 0, 1); }
.opacity-tiles-yellow { background-color: rgba(255, 103, 0, 0.3); }
.invert-tiles-yellow { color: #EBEBEB !important; }
.bg-invert-tiles-yellow { background-color: #EBEBEB !important; }

.soft-yellow { color: #452A06 !important; }
.bg-soft-yellow { background-color: rgba(69, 42, 6, 1) !important; }
.opacity-soft-yellow { background-color: rgba(69, 42, 6, 0.3); }
.invert-soft-yellow { color: #F3D89F !important; }
.bg-invert-soft-yellow { background-color: #F3D89F !important; }

.bright-yellow { color: #26262D !important; }
.bg-bright-yellow { background-color: rgba(38, 38, 45, 1); }
.opacity-bright-yellow { background-color: rgba(38, 38, 45, 0.3); }
.invert-bright-yellow { color: #F9C34B !important; }
.bg-invert-bright-yellow { background-color: #F9C34B !important; }

.dark-yellow { color: #F4B94E !important; }
.bg-dark-yellow { background-color: rgba(244, 185, 78, 1); }
.opacity-dark-yellow { background-color: rgba(244, 185, 78, 0.3); }
.invert-dark-yellow { color: #17161C !important; }
.bg-invert-dark-yellow { background-color: #17161C !important; }

.wallpaper-yellow { color: #F5F7F0 !important; }
.bg-wallpaper-yellow { background-color: rgba(245, 247,	240, 1) !important; }
.opacity-wallpaper-yellow { background-color: rgba(245, 247, 240, 0.3); }
.invert-wallpaper-yellow { color: #B2543F !important; }
.bg-invert-wallpaper-yellow { background-color: #B2543F !important; }

/* ---- RED(s) -- */
.tiles-red { color: #B4030A !important; }
.bg-tiles-red { background-color: rgba(180,3,10, 1); }
.opacity-tiles-red { background-color: rgba(180,3,10, 0.3); }
.invert-tiles-red { color: #FFF5F0 !important; }
.bg-invert-tiles-red { background-color: #FFF5F0 !important; }

.soft-red { color: #7C000F !important; }
.bg-soft-red { background-color: rgba(124,0,15, 1) !important; }
.opacity-soft-red { background-color: rgba(124,0,15, 0.3); }
.invert-soft-red { color: #F5D2D8 !important; }
.bg-invert-soft-red { background-color: #F5D2D8 !important; }

.bright-red { color: #FFEAD0 !important; }
.bg-bright-red { background-color: rgba(255,234,208, 1); }
.opacity-bright-red { background-color: rgba(255,234,208, 0.3); }
.invert-bright-red { color: #F76F8E !important; }
.bg-invert-bright-red { background-color: #F76F8E !important; }

.dark-red { color: #F2D9B8 !important; }
.bg-dark-red { background-color: rgba(242,217,184, 1); }
.opacity-dark-red { background-color: rgba(242,217,184, 0.3); }
.invert-dark-red { color: #44130E !important; }
.bg-invert-dark-red { background-color: #44130E !important; }

.wallpaper-red { color: #E3B23C !important; }
.bg-wallpaper-red { background-color: rgba(227,178,60, 1) !important; }
.opacity-wallpaper-red { background-color: rgba(227,178,60, 0.3); }
.invert-wallpaper-red { color: #A41623 !important; }
.bg-invert-wallpaper-red { background-color: #A41623 !important; }

/* ---- BONUS(s) -- */
.tiles-bonus { color: #8215BD !important; }
.bg-tiles-bonus { background-color: rgba(130,21,189, 1); }
.opacity-tiles-bonus { background-color: rgba(130,21,189, 0.3); }
.invert-tiles-bonus { color: #F2DFD7 !important; }
.bg-invert-tiles-bonus { background-color: #F2DFD7 !important; }

.soft-bonus { color: #500A46 !important; }
.bg-soft-bonus { background-color: rgba(80,10,70, 1) !important; }
.opacity-soft-bonus { background-color: rgba(80,10,70, 0.3); }
.invert-soft-bonus { color: #D6D6B1 !important; }
.bg-invert-soft-bonus { background-color: #D6D6B1 !important; }

.bright-bonus { color: #D6BBC0 !important; }
.bg-bright-bonus { background-color: rgba(214,187,192, 1); }
.opacity-bright-bonus { background-color: rgba(214,187,192, 0.3); }
.invert-bright-bonus { color: #36007C !important; }
.bg-invert-bright-bonus { background-color: #36007C !important; }

.dark-bonus { color: #EFECEA !important; }
.bg-dark-bonus { background-color: rgba(239,236,234, 1); }
.opacity-dark-bonus { background-color: rgba(239,236,234, 0.3); }
.invert-dark-bonus { color: #131516 !important; }
.bg-invert-dark-bonus { background-color: #131516 !important; }

.wallpaper-bonus { color: #FFBE86 !important; }
.bg-wallpaper-bonus { background-color: rgba(255,190,134, 1) !important; }
.opacity-wallpaper-bonus { background-color: rgba(255,190,134, 0.3); }
.invert-wallpaper-bonus { color: #1F487E !important; }
.bg-invert-wallpaper-bonus { background-color: #1F487E !important; }

/* ---- IMAGE SETTINGS -- */

.img-placeholder-xl {
	position: relative;
	display: block;
	background-color: #F1F1F1;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-top: 20px;
}

.img-placeholder-lg {
	position: relative;
	display: block;
	background-color: #F1F1F1;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-top: 20px;
}

.img-placeholder-md {
	position: relative;
	display: block;
	background-color: #F1F1F1;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-top: 20px;
}

.img-placeholder-sm {
	position: relative;
	display: block;
	background-color: #F1F1F1;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-top: 20px;
}

.img-height-auto img {
	position: relative;
	display: block;
	background-color: #F1F1F1;
  width: 100%;
  height: auto;
}

.img-placeholder-full {
	position: relative;
	display: block;
	background-color: #F1F1F1;
  width: 100%;
  padding-top: 110%; /* 16:9 Aspect Ratio */
	margin-top: 20px;
}

.cover-placeholder img {
  width: 400%;
  height: auto;
}

.cover-placeholder-full img {
      max-width: 600%;

}

.color-header {
  height: auto;
  padding-bottom: 64px;
}

.color-header-white {
  height: auto;
  padding-bottom: 64px;
	  color: white;
	
}

/* ---- BUTTONS -- */

.btn {
	font-size: 14px;
	padding: 12px 16px;
	border: none;
	border-radius: 20px;
	margin-top: 20px;
  cursor: pointer;
}

.btn2 {
	font-size: 25px;
	padding: 16px 22px;
	border: none;
	border-radius: 100px;
	margin-top: 50px;
  cursor: pointer;
}

.btn-primary { background-color: #191B1C; color: #FFFFFF; }
.btn-primary:hover { background-color: #000000; color: #E1E1E1; }

/* ---- HEADER NAVIGATION -- */

#navbar {
  background-color: white;
  position: relative;
	float: left;
  width: 100%;
	height: 80px;
	z-index: 9999;
  border-bottom: 1px solid black;
}

#single-navbar {
	position: fixed;
	top: 0px;
	width: 100%;
	display: block;
	z-index: 9999;
	height: 80px;
  -webkit-transition: transform 0.34s ease;
  transition : transform 0.34s ease;
}

.headerup{
transform: translateY(-80px); /*adjust this value to the height of your header*/
}

.main-menu-container {
	position: absolute;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	top: 80px;
	left: 0px;
	padding: 0px 0;
	border-bottom: 1px solid black;
}

#search-bar {
	display: none;
}

.search-bar {
	position: absolute;
	height: 80px;
	width: 100%;
	background-color: #191B1C;
	top: 0px;
	left: 0px;
}

#mega-menu {
	display: none;
	position: absolute;
	height: 80px;
	width: 100%;
	top: 0px;
	left: 0px;
}

.input-navbar {
	width: calc(100% - 80px) !important;
	background: none !important;
	border: none !important;
	color: white !important;
	font-size: 18px !important;
	border-bottom: 1px solid grey !important;
	padding: 28px 0 16px 0 !important;
  border-radius: 0px !important;
}

.search-icon-input {
	position: absolute;
}

#search-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
	z-index: 99;
}

/* ---- FOOTER NAVIGATION -- */

footer { background-color: #191B1C; padding: 40px 0px; }
footer li a { color: #FAF8F7 !important; }
footer small { color: grey !important; }

/* ---- SINGLE POST PAGE -- */

.title-wrapper {
  margin-top: 96px;
  z-index: 2;
}

.magazine-thumbnail {
  margin-left: auto;
margin-right: 0;
  height: 150px;
  width: 120px;
  padding: 0 !important;
}

.pack-thumbnail img {
  max-width: 300px;
  height: auto;
}

.magazine-caption {
  text-align: right;
  color: #FAF8F7;
  font-size: 24px;
  font-family: 'Diatype Bold', sans-serif !important;
  font-weight: normal;
  line-height: 120%;
}

.thumbnail-wrapper {
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  background-color: #A2A2A2;
  z-index: 1;
}

.thumbnail-lg {
	position: relative;
	width: 100%;
  	height: 700px;
 	background-color: #A2A2A2;
	display: block;
  z-index: 1;
}

.wp-block-image {
  width: 100%;
  margin: 0 !important;
  padding: 0px !important;
}

.wp-block-image img {
  margin-top: 20px;
}

.wp-block-columns {
  margin: 0 !important;
	padding: 0 !important;
}

.content-portfolio figure {
    margin-top: 6px !important;
}

.size-full img {
  height: auto;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.size-full figcaption {
  text-align: right !important;
  margin-right: 16px !important;
  font-size: 14px !important;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
  text-align: right !important;
  font-size: 14px !important;
}

.size-large {
  display: block;
  width: 50% !important;
  margin-right: auto;
  margin-left: auto;
}

.size-large img {
  height: auto !important;
  width: 100% !important;
}

.figcaption { font-size: 14px !important; text-align: right !important;}

.content p {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.content h6, .content h5, .content h4,
.content h3, .content h2, .content h1  {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.content ul {
  width: 50% !important;
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 150% !important;
}

.content li {
  list-style: square inside;
}

.content .wp-block-embed {
  width: 50% !important;
  margin-right: auto;
  margin-left: auto;
}

.content .tag-list {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.content .divider {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

/* Progress bar */

#progress-opacity {
  width: 100%;
  height: 10px;
  position: relative;
	float: left;
  z-index: 3;
}

#progress-overlay {
  width: 100%;
  height: 10px;
  position: absolute;
	top: 80px;
  z-index: 2;
}

#progress-bar {
	--scrollAmount: 0%;
	width: var(--scrollAmount);
	height: 10px;
	position: absolute;
	top: 80px;
  z-index: 3;
}

.meta-menu {
    display: none;
    position: relative;
		float: left;
    width: 100%;
    padding: 16px 0;
    z-index: 3;
}



.tag-list {
  padding: 32px 0;
}

.tag-list a {
  font-size: 14px;
  background-color: white;
  border: 1px solid #191B1C;
  padding: 4px 16px;
  border-radius: 0px;
  color: #191B1C;
  text-decoration: none;
  margin-right: 8px;
	margin-top: 8px;
	display: inline-block;
}






.hamburger {
  padding: 1px 0px 0px 4px;
  display: inline-block;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 19px;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white; }


.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before { top: -6px; }
.hamburger-inner::after { bottom: -6px; }

/* Squeeze */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

	.navbar-icon button {
		border: none;
		background: none;
		margin-top: 28px;
		cursor: pointer;
	}


	.wp-block-embed {
		width: 100% !important;
		margin: 0;
		padding: 0;
	}

	.category-insert {
		position: absolute;
		top: 120px;
		padding: 8px 32px;
		font-size: 24px;
		background-color: #FFFFFF;
		border: 1px solid black;
	}


.supplement {
	position: absolute;
		background-color: red;
		border: 1px solid black;
	}

  .cat-tag {
    width: auto !important;
    padding: 8px 32px;
    font-size: 24px;
    background-color: #FFFFFF;
    border: 1px solid black;
    position: relative;
    display: inline-block;
    margin-top: 120px !important;
  }

.aut-tag {
    width: auto !important;
    padding: 8px 32px;
    font-size: 24px;
	background-color: #FFFFFF;
    position: relative;
    display: inline-block;
    margin-top: 120px !important;
	 border: 1px solid black;
  }

/* -- MAIN  CONTACT FORM --*/

#wpcf7-f1348-o2 p { margin: 8px 0 0 0 !important; }
#wpcf7-f1348-o2 { margin-top: 196px; }

.form-label {
  font-size: 14px;
	font-family: 'Diatype', sans-serif;
	padding: 24px 0px 0px 0px !important;
}

::placeholder {
  color: #AAAAAA;
  opacity: 1; /* Firefox */
}

input[type=text] {
  width: 100%;
	padding: 14px 12px;
  margin: 0 !important;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box !important;
  font-size: 14px;
  font-family: 'Diatype', sans-serif;
  font-weight: 400 !important;
  color: #000000;
	background-color: #FAF8F7;
}

input[type=text]:focus, textarea:focus, input[type=email]:focus  {
	background-color: #FFFFFF;
}

textarea {
  width: 100% !important;
	padding: 14px 12px;
  margin: 0 !important;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box !important;
  font-size: 14px;
  font-family: 'Diatype', sans-serif;
  font-weight: 400 !important;
  color: #000000;
	background-color: #FAF8F7;
}

input[type=email] {
  width: 100%;
	padding: 14px 12px;
  margin: 0 !important;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box !important;
  font-size: 14px;
  font-family: 'Diatype', sans-serif;
  font-weight: 400;
  color: #000000;
	background-color: #FAF8F7;
}

input[type=submit] {

  font-size: 14px;
  padding: 12px 16px;
  border: none;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;

  font-family: 'Diatype', sans-serif;
  font-weight: 400;
	margin: 0px;
	text-align: center;
  position: relative;
  float: left;

  background-color: #191B1C;
  color: #FAF8F7;
}

input[type=submit]:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.wpcf7-list-item { margin: 0; /* Checkbox margin */ }
.acceptance-form { margin: 24px 0; /* Checkbox margin */ }


/* -- NEWSLETTER FORM -- */

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  padding: 0 0 0px 0 !important;
  margin: 0 !important;
  font-size: 14px;
  position: relative;
  top: 16px;
}

.ajax-loader { display: none !important; }

.newsletter-container  {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0px;
	margin: 0;
	height: auto;
	display: flex;
    align-items: center;

}

	.newsletter-content p {
		color: black;
		font-weight: bold;
		font-size: 18px;
		margin: 24px 0 !important;
	}

	.email-newsletter input[type="email"] {
	  padding: 8px 0;
	  background: none;
	  border: none;
		border-bottom: 1px solid silver;
	  font-size: 18px;
	  color: black;
	  width: 100% !important;
    border-radius: 0px !important;
    margin-top: 12px !important;
	}

	#newsletter-submit {
	cursor: pointer;
	font-size: 18px;
	width: 100%;
  font-size: 14px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin: 12px 0 !important;
	}

.newsletter-container .columns {
    display: flex;
    align-items: center; /* Aligne verticalement le texte et le formulaire */
}

.newsletter-content p {
    margin: 0; /* Retire toute marge par défaut pour aligner le texte */
	font-size: 18px; /* Ajustez la taille de la police si nécessaire */}

.columnBrevo {
    display: flex;
    align-items: center;
}

.columnBrevo.col-6Brevo {
    flex: 1; /* Assure que chaque colonne occupe un espace égal */
}


#main_splide .splide__slide {
	 height: 1000px !important;
   cursor: pointer !important;
	color: #FAF8F7;
	
}

.splide__slide img {
	width : 100% !important;
	height: auto !important;
  padding: 20px 0px 0px 0px;
}

.splide__content {
  width: 100%;
}

.splide__title {
  position: absolute;
  width: 50%;
  bottom: 96px;
	
}

.splide__title h4 {
  font-family: 'Diatype Bold', sans-serif;
  font-weight: 400;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 !important;
}


.splide__title h5 {
  font-family: 'Diatype Bold', sans-serif;
  font-weight: 400;
	font-size: 20px;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 !important;
}



.cont{
    width: 100%;
    overflow: hidden;
		background-color: #191B1C;
		color: white;
}

.scorri{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
	background-color: white;
	color: black;
}


.scorrid{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
	background-color: #FAF8F7;
}

.tithome{
    animation-name: marquee;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
	
}

.scorri ul {
  padding: 8px !important;
  margin: 0px !important;
}


.scorrid ul {
  padding: 8px !important;
  margin: 0px !important;
}

.tithome li{
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding: 0px;
    font-size: 36px;
	color: black;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* -- COOKIE CONSENT BANNER -- */

.ctcc-inner span {
  font-size: 14px !important;
}

.ctcc-right-side button {
  font-size: 14px !important;
  padding: 12px 16px !important;
  border: none;
  border-radius: 8px !important;
  cursor: pointer;
}

.ctcc-left-side {
  max-width: 60% !important;
}


@media (max-width: 856px) /* col-md */ {
.title-wrapper h3 {
  font-size: 48px;
}
  .content p {
    width: 94%;
  }

  .content ul {
    width: 94% !important;
  }

  .content h6, .content h5, .content h4,
  .content h3, .content h2, .content h1  {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .content .tag-list {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .content .wp-block-embed {
    width: 94% !important;
    margin-right: auto;
    margin-left: auto;
  }

  .content .divider {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .ctcc-left-side {
    max-width: 100% !important;
  }

  #wpcf7-f1348-o2 { margin-top: 0px; }

  .splide__title { width: 80%; }
}

@media (max-width: 640px) /* col-sm */ {
  .sidebar {
    border-top: 1px solid #191B1C;
    margin: 12px 0 0 0;
    padding-top: 12px;
  }

    .splide__title {
      width: 94%;
      bottom: 72px;
    }

    .splide__title h4 {
      font-size: 40px !important;
    }

    .thumbnail-lg {
        height: 500px;
    }

    h1 { font-family: 'Diatype Bold', sans-serif !important; font-size: 96px; font-weight: normal; line-height: 120%; }
    h2 { font-family: 'Diatype Bold', sans-serif !important; font-size: 72px; font-weight: normal; line-height: 120%; }
    h3 { font-family: 'Diatype Bold', sans-serif !important; font-size: 48px; font-weight: normal; line-height: 120%; margin: 40px 0; line-height: 110%; }
    h4 { font-family: 'Diatype Bold', sans-serif !important; font-size: 48px; font-weight: normal; line-height: 100% !important; }
    h5 { font-family: 'Diatype Bold', sans-serif !important; font-size: 32px; font-weight: normal; line-height: 120%; margin: 16px 0 0 0; }
    h6 { font-family: 'Diatype Bold', sans-serif !important; font-size: 24px; font-weight: normal; line-height: 130%; margin: 18px 0; }

}



.fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next {
  border-radius: 0px !important;
}

.fbx-rounded .fbx-inner {
    border-radius: 0px !important;
    border: 0px !important;
}

.fbx-rounded .fbx-close {
  border-radius: 0px !important;
  border: 1px solid white !important;
  background-color: #000000 !important;
  content: "Close" !important;
  color: white !important;
}

.fbx-close:after {
  content: "×" !important;
  color: white !important;
  position: absolute !important;
  left: 10px !important;
}

.fbx-icon {
  display: none;
}

.marquee, .marquee-mobile {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 38px;
  padding: 8px 0px;
  width: 100%;
  overflow: hidden;
  background: white;
}

.marquee a { text-decoration: none !important; }
.marquee a:hover { text-decoration: underline !important; }

.green-score { color: #49D027; }
.orange-score { color: #F48F47; }
.red-score { color: red; }


#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #FF4E00 !important;
  border-top: none !important;
}

#moove_gdpr_cookie_info_bar {
  color: black !important;
}

.mgbutton { border-radius: 8px !important;}


.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
