@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marhey:wght@300..700&display=swap');

/* General styles */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#logo {
    max-width: 150px;
    transition: transform 0.5s ease-in-out;
}

footer{
	padding-top:30px;
}

.logo-footer {
    max-width: 100px;
}

/* Fixed Header */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* To prevent content overlap */
main {
    margin-top: 140px; /* Adjust based on header height */
}

/* Main content box */
.content-box {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.brand-name {
    color: #ff5722;
    font-weight: bold;
}

/* Navigation menu styles - .nav-item:not(:last-child) */
.navbar-nav  .menu-item {
    border-right: 1px solid #ddd; /* Add a thin vertical line */
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1; /* Ensures consistent spacing */
}

.navbar-nav  .menu-item:last-child {
    border-right: none; /* Add a thin vertical line */
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1; /* Ensures consistent spacing */
}

.navbar-nav .nav-item .menu-item {
    color: #000;
    transition: color 0.3s ease-in-out;
    display: inline-block;
    padding: 10px 0; /* Control vertical padding for better alignment */
    height: auto; /* Prevent height from stretching */
}

.navbar-nav .nav-item .menu-item:hover {
    color: #ff5722; /* Change color on hover */
}

/* To reduce the height of the border - .nav-item:not(:last-child) */
.navbar-nav .menu-item::after {
    content: "";
    display: inline-block;
    height: 50%; /* Adjust the height of the line */
    border-right: 1px solid #ddd; /* Add the line */
    vertical-align: middle;
    margin-left: 10px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* Container style for the logo */
.logo-container {
    width: 150px; /* Adjust the size as needed */
    height: 150px;
    border-radius: 50%; /* Makes it circular */
    overflow: hidden; /* Ensures the content stays within the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #efefef; /* Optional border color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: #fff; /* Background color behind the image */
}

/* Logo style */
.logo {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image fills the container without distortion */
}

/* Hover effect */
.logo-container:hover {
    transform: scale(1.1); /* Slight zoom on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

    .patchwork img, 
    .patchwork .text-box {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .patchwork img:hover, 
    .patchwork .text-box:hover {
      transform: scale(1.05); /* Slight enlargement */
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
    }

    .patchwork img {
      object-fit: cover; /* Ensures images cover their space */
      width: 100%;
      height: 100%;
	  transform: rotate(calc(10deg * var(--random-rotation))) 
      scale(calc(1.2 + var(--random-scale)));
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }

    .patchwork .row {
      margin: 0; /* Remove margins between rows */
	  display: flex; /* Use flexbox for equal height */
      flex-wrap: wrap; /* Ensure wrapping for smaller screens */
    }

    .patchwork .text-box {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background-color: #f8f9fa;
      /* height: 100%; */
      color: #333;
      font-size: 1.2rem;
      font-weight: bold;
      padding: 10px;
      /* border: 1px solid #ddd; */
	  transition: transform 0.3s ease, z-index 0.3s ease;
	  z-index:1;
    }

.patchwork .col,  .patchwork .col-12{
      padding: 0; /* Remove padding from columns */
	  display: flex; /* Make columns flex containers */
      align-items: stretch; /* Ensure content stretches to */
	  position: relative; /* Enable z-index manipulation */
}

.patchwork img.animate {
      /* Random animation effects */
      transform: rotate(calc(5deg * var(--random-rotation))) 
                 scale(calc(1.2 + var(--random-scale)));
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.patchwork .text-box:hover {
      z-index: 10; /* Bring to the front */
      transform: scale(1.05); /* Slight enlargement */
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Subtle shadow */
}

.texte-intro{
	padding: 30px 10px 10px 10px;
}

body div.text-box{
	background-color: #018d8c !important; /* vert */
	display: flex;              /* Active flexbox */
    align-items: center;        /* Aligne verticalement */
}

.texte-intro p, .texte-intro li{
  font-family: "Marhey", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align:left;
  font-size:20px;
  color:#fff;
}

.texte-intro p .brand-name{
	font-weight: 500;
}

footer#footer-anime{
	padding-top: 150px !important
}

p.texte-h4{
	text-align:center;
	font-weight:700 !important
}

@media screen and (min-width: 920px) {
	div#texte-un{
		position: relative;
		top:-5px;
	}
}
