@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;400&family=Chakra+Petch:wght@300;400;500&family=KoHo:wght@300;400&display=swap');

body {
font-family: 'Kanit', sans-serif;
}
h2, header {
font-family: 'Chakra Petch', sans-serif;
}
.leftside, .rightside {
height: 100vh;
width: 100%;
box-sizing: border-box;
}
.leftside {
overflow: hidden;
}
.rightside {
padding: 8% 8% 0;
}
.img_carousel {
width: 100%;
background-size: cover;
}
.img_carousel {
display: block;
top: 0;
left: 0;
}
.backimag {
background-size: cover;
position: absolute;
z-index: -100;
}
.lead_index {
margin: 8% 0 5%;
font-size: 1em;
font-weight: 300;
line-height: 1.5;
letter-spacing: 0.07em;
}
.button_1_img, .button_2_img {
width: 40px;
}
.button_1, .button_2 {
position: relative;
text-decoration: none;
border-radius: 50%;
width: 70px;
height: 70px;
transition: background-color 0.3s ease-in-out;
}

.button_1 { background-color: #eaba64; }
.button_2 { background-color: #e8e8e8; }

.button_1:hover { background-color: #eaba64d9; }
.button_2:hover { background-color: #f0f0f0; }

.squarehover {
position: relative;
display: inline-block;
overflow: hidden;
border-radius: 15px;
}
.squarehover img {
transition: transform 0.9s ease;
border-radius: 15px;
}
.squarehover:hover img {
transform: scale(1.1);
}
.squarehover figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.6s ease, transform 0.6s ease;
text-align: center;
border-radius: 15px;
}

.squarehover:hover figcaption {
opacity: 1;
transform: scale(1.1);
}
.squarehover h2 {
margin: 0;
text-transform: uppercase;
font-weight: 300;
text-align: center;
}
.cross{
font-size: 1.4em;
text-decoration: none;
color:#000;
position : absolute;
top: 0;
right: 0;
}
.arrow_right, .arrow_top {
font-size: 60px;
color:#fff;
display: block;
position: absolute;
text-decoration: none;
box-sizing: border-box;
cursor: pointer;
}
.arrow_right:hover {
transition: all .3s ease-in-out;
transform: translateY(-5px);
color: #797979;
}
.arrow_top:hover {
transition: all .3s ease-in-out;
transform: translateY(-5px);
color:#797979;
}
.cross:hover {
color:#797979;
}
.arrow_right, .arrow_top {
font-size: 60px;
position: absolute;
}
.circle_top, .circle_right {
background-color: #000;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.circle_right {
transform: rotate(90deg);
}
.nametitle {
color: #fff;
text-align: center;
margin-left: 1.4rem;
margin-bottom: 0;
transition: color 0.3s;
}
.nametitle:hover {
color: #797979;
}
.navigation {
display: flex;
justify-content: end;
}
.nav-link {
color: #fff;
text-decoration: none;
}
.nav:hover {
color: #797979;
transition: color 0.3s;
}
.lead {
margin-top: 0;
text-align: justify;
font-size: 1.1em;
}
.text-muted {
font-size: 1.3em;
color: #797979;
}
/* Responsive CSS */
@media (max-width: 992px) {
.leftside, .rightside {
  height: 50vh;
}
.lead_index {
  text-align: justify;
  font-size: medium;
  line-height: 1.6;
}
.circle_top {
  display: none;
}
}
@media (max-width: 768px) {
  /* Taille écran téléphone 720px */
.cross {
  position: fixed;
  margin-top: 94px;
  margin-right: 35px;
  color: #797979;
}
.rightside h1 {
  font-size: 35px;
  letter-spacing: 0.06em;
  margin-bottom: 5%;
}
.nav-link {
  color: #000;
  text-align: center;
}
.lead {
  padding-right: 0;
  margin: 0 1em;
  font-size: medium;
  line-height: 1.6;
}
.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.menu-btn__burger {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2.5px;
  transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before, .menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-8px);
}
.menu-btn__burger::after {
  transform: translateY(8px);
}
.navigation {
  position: relative;
  z-index: 9998;
  font-size: xx-large;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow-y: hidden;
  width: 100%;
  background-color: #fff;
}
.nav-link:focus, .nav-link:hover {
  color: #000;
}
.nametitle {
  font-size: 1.6em;
}
.imagebrand {
  height: 1.9em;
}
.container.py-5, .container.py-3 {
  padding-top: 6rem !important;
}
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  display: block;
}
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.backimag {
  display: none;
}
.circle_right {
  margin: 10% 0;
}
.squarehover figcaption {
  background: rgba(0, 0, 0, 0.455);
  opacity: 1;
}
.squarehover h2 {
  font-size: xx-large;
  line-height: 1.2;
  text-decoration: underline;
}

/* .squarehover img {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(1);
}
.squarehover img.zoomed {
transform: scale(1.2);
} */
/* .squarehover img.scaled {
  transform: scale(1.1);
} */
/* ////// SQUARE HOVER Responsive ? /// */
/* .squarehover img.scaled {
transform: scale(1.1);
transition: transform 0.9s ease;
} */
/* .squarehover.scaled {
transform: scale(1.1);
transition: transform 0.9s ease;
} */
/* .squarehover:hover img.scaled {
transform: scale(1.1);
transition: transform 0.9s ease;
  } */
  /* .col img, .squarehover img {
    transition: transform 0.4s ease;
    transform-origin: center;
}
} */


    /* img.bd-placeholder-img.card-img-top.rounded {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    transform-origin: center;
  }  */

    /* .squarehover img.scaled {
  transform: scale(1.1);
} */
}

@media (max-width: 400px) {
.nametitle {
  margin-left: 0.5em;
}

}
@media (max-width: 394px) {
.nametitle {
  font-size: 1.5em;
}
.imagebrand {
  height: 1.8em;
}
}
@media (max-width: 376px) {
.nametitle {
  margin-left: 10px;
  font-size: 1.4em;
}
.navbar-brand {
  margin-right: 0;
}
.imagebrand {
  height: 1.7em;
}
}
@media (max-width: 340px) {
.nametitle {
  margin-left: 10px;
  font-size: 1.3em;
}
.navbar-brand {
  margin-right: 0;
}
.imagebrand {
  height: 1.5em;
}
}
@media (max-width: 320px) {
.nametitle {
  font-size: 1.2em;
  margin-right: 0;
}
.imagebrand {
  height: 1.5em;
}
}
@media (max-width: 270px) {
.nametitle {
  margin-left: 3%;
}
}
@media (min-width: 1280px) {
.img_carousel {
  height: 100vh;
}
}
@media (min-width: 2160px) {
.text-center.text-lg-end.text-uppercase {
  font-size: 120px;
  margin-bottom: 10%;
}
.fs-3.text-center.text-muted.text-lg-end {
  font-size: 3.5rem !important;
}
.lead_index {
  font-size: 3em;
}
.circle_right, .arrow_right {
  width: 150px;
  height: 150px;
}
.arrow_right {
  font-size: 150px;
}
.navbar {
  height: 148px;
}
.nav-link {
  font-size: 2.5em;
  margin-right: 40px;
}
.nametitle {
  font-size: 5rem;
  margin-left: 40px;
}
.imagebrand {
  height: 96px;
  margin-left: 40px;
}
.container {
  max-width: 2160px;
  height: 100%;
  padding-top: 8rem !important;
}
figcaption h2 {
  font-size: 3.2rem;
}
.fs-1 {
  font-size: 4rem;
}
.lead {
  font-size: 2.2em;
  padding-top: 2rem;
}
.text-muted.text-center.text-sm-start {
  font-size: 2.6em;
}
p {
  font-size: 2.2em;
}
.text-decoration-none.text-black {
  font-size: 2.2em;
}
.backimag {
  height: 100vh;
}
.button_1, .button_2 {
  width: 150px;
  height: 150px;
}
.circle_top {
  display: none;
}
.fs-1.text-uppercase {
  font-size: 4.5rem !important;
}
.fs-4 {
  font-size: 3.5rem !important;
}
.cross {
  font-size: 2.8em;
}
}