/************************************/
/*** Billard Club et Bar - au 147 ***/
/*********** Last modified **********/
/************* 17/09/2026 ***********/
/************************************/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  /*font-family: 'Raleway', Open Sans, Arial, Helvetica, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* check -- https://codepen.io/murias/pen/OJKyNdz */

/*------------------------------------------------

	FIRST TEMPLATE

-------------------------------------------------*/

.site-wrapper-1 {
  position: relative;
  border-top: 4px solid #ff0037 !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #000 !important;
  overflow: auto !important; /* IMPORTANT : for responsiveness */
}

.site-wrapper-1::before {
  content: "";
  position: fixed;
  top: 4px; /* pour voir la bordure rouge sans opacity */
  left: 0; 
  right: 0; 
  bottom: 0;
  background: url('img/bg-home.png') center center no-repeat !important;
  opacity: 0.8; /* adoucit l'image sans toucher au reste */
  z-index: 1;
}

/*------------------------------------------------

	HEXAGON MENU 
	https://codepen.io/uiswarup/pen/dyyqaGR 

-------------------------------------------------*/

.pt-table {
  display: table;
  width: 100%;
  height: -webkit-calc(100vh - 4px);
  height: -moz-calc(100vh - 4px);
  height: calc(100vh - 4px);
  z-index: 2;
}

.pt-tablecell {
  display: table-cell;
}

/*------------------------------------------------
	header styling
-------------------------------------------------*/

.page-title {
  position: relative; 
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  z-index: 2;
}

.heading-page {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
    font-size: 3.15em;
    letter-spacing: 3px;
    color: #fff;
}

.sub-heading-page {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #fff;
}

/*------------------------------------------------
    home page
-------------------------------------------------*/

.hexagon-item:first-child {
    margin-left: 0;
}

/* end of container */

.hexagon-item {
  cursor: pointer;
  width: 200px;
  height: 173.20508px;
  float: left;
  margin-left: -29px;
  z-index: 3;
  position: relative;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hexagon-item:first-child {
    margin-left: 0;
}

.hexagon-item:hover {
    z-index: 4;
}

.hexagon-item:hover .hex-item:last-child {
      opacity: 1;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3);
}

.hexagon-item:hover .hex-item:first-child {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
}

.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
        height: 5px;
}

.hexagon-item:hover .hex-item div::before,

.hexagon-item:hover .hex-item div::after {
      background-color: #ff0037;
}

.hexagon-item:hover .hex-content svg {
      -webkit-transform: scale(0.97);
      -moz-transform: scale(0.97);
      -ms-transform: scale(0.97);
      -o-transform: scale(0.97);
      transform: scale(0.97);
}

 .hexagon-item:nth-last-child(1),
 .hexagon-item:nth-last-child(2),
 .hexagon-item:nth-last-child(3) {
  -webkit-transform: rotate(30deg) translate(87px, -80px);
  -moz-transform: rotate(30deg) translate(87px, -80px);
  -ms-transform: rotate(30deg) translate(87px, -80px);
  -o-transform: rotate(30deg) translate(87px, -80px);
  transform: rotate(30deg) translate(87px, -80px);
}

.hex-item {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 173.20508px;
}

.hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

.hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.hex-item div::before, .hex-item div::after {
      background-color: #1e2530;
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-item div:before {
      top: 0;
}

.hex-item div:after {
      bottom: 0;
}

.hex-item div:nth-child(1) {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
}

.hex-item div:nth-child(2) {
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg);
}

.hex-item div:nth-child(3) {
      -webkit-transform: rotate(120deg);
      -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      -o-transform: rotate(120deg);
      transform: rotate(120deg);
}

.hex-content {
  color: #fff;
  display: block;
  height: 180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transform: rotate(-30deg);
  width: 156px;
}

.hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px;
}

.hex-content .title {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}

.hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-content:hover {
    color: #fff;
}

 .hexagon-item:nth-last-child(1),  .hexagon-item:nth-last-child(2),  .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

/*------------------------------------------------
    Welcome Page
-------------------------------------------------*/

.hexagon-menu {
	min-height: 350px;
	color: #000 !important;
  }
  
.hexagon-item:first-child {
    margin-left: 0;
}

.pt-table.desktop-768 .pt-tablecell {
    padding-bottom: 110px;
    padding-top: 60px;
}

.hexagon-item:hover .icon i
{
  color: #ff0037;
  transition:0.6s;
  
}

.hexagon-item:hover .title
{
  -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	      animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/***************************/

@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px)
{
.hexagon-item {
    float: none;
    margin: 0 auto 50px;
}
  .hexagon-item:first-child {
    margin-left: auto;
}
  
 .hexagon-item:nth-last-child(1),  .hexagon-item:nth-last-child(2),  .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(0px, 0px);
    -moz-transform: rotate(30deg) translate(0px, 0px);
    -ms-transform: rotate(30deg) translate(0px, 0px);
    -o-transform: rotate(30deg) translate(0px, 0px);
    transform: rotate(30deg) translate(0px, 0px);
} 
}

/*------------------------------------------------

	SECOND TEMPLATE

-------------------------------------------------*/

/*------------------------------------------------
	Start Carousel 
	
	https://codepen.io/haycuoilennao19/pen/KKdKVwV 

-------------------------------------------------*/
/*
.site-wrapper-2 {
  position: relative;
  border-top: 4px solid #ff0037;
  width: 100vw !important;
  height: 100vh !important;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
*/
section {
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 0;
}

.top-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 10px 50px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 1rem;
  z-index: 100;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background: #fff;
  overflow: hidden;
  padding: 0;
}

.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}

.slide-title {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
  
  font-size: 4rem;
  line-height: 1;
  
  white-space: normal;
  word-break: break-word;
  color: #fff;
  z-index: 100;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
}

.slide-desc {
  position: absolute;
  width: 75%;
  margin: 0 auto;
  margin-bottom: -250px;
  
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  max-width: 75%;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  z-index: 100;
  font-family: 'Oswald', sans-serif !important;
}

@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #fff;
}

.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
  left: 0;
}

.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 0 0;
}

/*------------------------------------*/

/*
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: 'Raleway', Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

:root {
  --color-yellow-light: #ffffc0;
  --color-blue-light: #50b8e7;
  --color-red-light: #f06060;
  --color-pink-light: #f8bac1;
  --color-purple-light: #feb7ff;
  --color-green-light: #a1d3a2;
  --color-black: #333;
  --color-white: #fff;
}
*/
