.body
{
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Empêche le scroll horizontal sans bloquer le vertical */
}


/*-----------------------------------------------------------------------------------------------------------------*/

/* ############################################################ */
/* #####################  TAMARA HOME  ######################## */
/* ############################################################ */

.Header
{ 
  position: fixed;
  z-index: 40;
  width: 99%;
  margin: 0.30em 0.5em 0.5em 0.5em;
  top:0;
}

.card1 
{
  position: relative;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 2px 5px 12px;
  color: #4040400a;
  margin-left: auto;
  margin-right: auto;
  height: 5em;
}

.card1.closed .contain-navbar-buttons
{
  display:flex;
}

@media screen and (max-width : 884px )
{
  .card1.closed .contain-navbar-buttons
  {
    display:none;
  }
}

.contain-navbar-buttons
{
  padding-top: 1.25em;
  display: flex;
  align-items:center ;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
}

.menuburger
{
  display: none;
}

/* .card1::before 
{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg,  rgba(250, 173, 255, 0.816) 10%, rgba(255, 169, 255, 0.766) 60%, rgba(236, 159, 255, 0.804) 100%);
  border-radius: 10px;
}

.card1::after 
{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(250, 173, 255, 0.816) 10%, rgba(255, 169, 255, 0.766) 60%, rgba(236, 159, 255, 0.804) 100%);
  border-radius: 10px;
  filter: blur(12px);
  transition: 1s;
} */

.card1::before 
{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(82, 82, 82, 0.173) 10%,  rgba(55, 55, 55, 0.229) 60%, rgba(45, 45, 45, 0.19) 100%);
  border-radius: 10px;
}

.card1::after 
{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(82, 82, 82, 0.173) 10%, rgba(55, 55, 55, 0.229) 60%, rgba(45, 45, 45, 0.19) 100%);
  border-radius: 10px;
  filter: blur(12px);
  transition: 1s;
}

.btn 
{
  margin: 0.58em 0.75em 0.5em 0.35em;
  padding: 0.40em 0.44em;
  border-radius: 12px 12px 12px 12px;
  font-size: 0.98em;
  transition: 0.4s ease;
  border: unset;
  border-radius: 12px;
  color: #212121;
  z-index: 1;
  background: #f4f4f4;
  /*-webkit-box-shadow: 4px 8px 10px -3px rgba(0,0,0,0.27);*/
  box-shadow: 2px 4px 6px -2px rgba(0,0,0,0.27);
  transition: all 250ms;
  overflow: hidden;
  font-family: "Oleo Script", system-ui;
  font-weight: 550;
  font-style: normal;
}

.btn:hover,
.btn:focus 
{
  color: rgb(230, 230, 230);
  background: black;
  box-shadow:  0 0 8px #FFAEEB, 0 0 14px #bbaeff;
}

.active
{
  margin: 0.58em 0.75em 0.5em 0.35em;
  padding: 0.40em 0.44em;
  font-family: "Oleo Script", system-ui;
  font-weight: 550;
  font-style: normal;
  border-radius: 12px 12px 12px 12px;
  font-size: 0.95em;
  transition: 0.4s ease;
  border: unset;
  border-radius: 12px;
  color: #ffffff;
  z-index: 1;
  background: #1c1c1c;
  -webkit-box-shadow: 4px 8px 10px -3px rgba(253, 152, 249, 0.912);
  box-shadow:  0 0 8px #FFAEEB, 0 0 14px #bbaeff;
  transition: all 250ms;
  overflow: hidden;
}

.contain-navbar-image
{
  margin-left: 1.5em;
  display: flex;
  justify-content: center;
  flex-direction: row;
  height:3.6em;
  width: 3.8em;
  background-color: #ffffff;
  padding: 0em;
  padding-left: 0.5em;
  padding-top: 0em;
  margin-bottom: 0.50em;
  margin-right: 1em;
  border-radius: 30%;
  animation: shakeIMG_right 2.2s infinite;
}

@keyframes shakeIMG_right
{
  0% { transform: translateX(0); }
  10% { transform: translateX(-1.2px); }
  20% { transform: translateX(1.2px); }
  30% { transform: translateX(-1.2px); }
  40% { transform: translateX(1.2px); }
  50% { transform: translateX(0); }
  100% { transform: translateX(0); }
}

.input-group-prepend span
{
  padding: 0.55em 0.55em 0.10em 0.55em;
  margin-left: 0.5em;
  background-color: #ffae00;
  border-radius: 20px 20px 0px 0px;
  color: black;
  border:0 !important;
}
  
input:focus
{
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;
}

/*------------------------------------------------------------------------------------------------------*/

.main-content 
{
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height:100%;
}

/*BACKGROUND---------------------------------------------------------------------------------*/

.main-section-background
{
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 100vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/ui/background_effetPeinture.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}

.main-section-background-title
{
  text-align: center;
  margin: 0em;
  padding-top: 1.5em;
  color: white; 
  font-size: 4.2em;
}

.main-section-background-title-titleTamara
{
  text-shadow:  0 0 5px #db4bffdc, 0 0 6px #e682ff;
  animation: bigtitle 1.65s infinite ease-in-out forwards;
  font-family: "Hurricane", cursive;
  font-weight: 700;
}

@keyframes bigtitle 
{
  0% 
  {
    opacity: 2;
  }

  50% 
  {
    opacity: 1;
    text-shadow: rgba(255, 255, 255, 0.089) 0.2em 0.1em 0.1em;
  }

  100% 
  {
    opacity: 2;
  }
}

/*3PHOTOSEXEMPLE---------------------------------------------------------------------------------*/

.main-photoList-cardPhoto
{
  margin-top:1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}

.main-photoList-cardPhoto-img
{
  display: flex;
  height:24em;
  width: 32em;
  padding: 0em;
  margin: 0em;
  margin-top: 3em;
}

.main-photoList-cardPhoto-img-image
{
  border-radius: 25px;
  box-shadow: 4px 4px 13px 4px rgba(118, 118, 118, 0.187), 2px 2px 11px 2px rgba(214, 214, 214, 0.47);
}

/*APROPOS---------------------------------------------------------------------------------*/

.main-aPropos
{
  margin: 0em;
  padding: 0em;
  margin-top: 8em;
}

.main-aPropos-title
{
  margin: 0em;
  padding: 0em;
  text-align: center;
}

.main-aPropos-title-titleApropos
{
  font-size: 4em;
  margin-bottom: 1em;
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
}

.main-aPropos-divPropos
{
  display: flex;
  align-items:center ;
  justify-content: center;
  flex-direction: row;
}

.main-aPropos-divPropos-reFlex
{
  display: flex;
  align-items:left;
  justify-content: flex-start;
  flex-direction: column;
}

.main-aPropos-divPropos-img
{
  margin-top: -1em;
  padding: 0em;
  margin-right: 5em;
  margin-left: -7em;
}

.main-aPropos-divPropos-img-imageLogo
{
  height: 30em;
  width: 34em;
  border-radius: 100em;
  border-color: #000000;
  animation: shakeIMG 2s infinite;
}

@keyframes shakeIMG
{
  0% { transform: translateY(0); }
  10% { transform: translateY(-3px); }
  20% { transform: translateY(3px); }
  30% { transform: translateY(-3px); }
  40% { transform: translateY(3px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.main-aPropos-divPropos-reFlex-name-titleName
{
  text-align: left;
  font-size: 3.5em;
  margin:0em;
  margin-top: -0.1em;
  margin-bottom: 0em;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}

.main-aPropos-divPropos-reFlex-name-sousTitleName
{
  text-align: left;
  font-size: 2.2em;
  margin:0em;
  margin-top: 0em;
  margin-bottom: 0.1em;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}

.main-aPropos-divPropos-reFlex-texte
{
  margin-top: 1em;
  font-size: 1.2em;
  text-align: left;
  width: 30em;
  font-family: "Playwrite HR Lijeva", cursive;
  font-weight: 350;
  font-style: normal;
}

/* .PPPROFIL
{
  border-radius: 100%;
  margin: 0em;
  padding: 0em;
  height: 28em;
  width: 28em;
  animation: rotationIMG 18s infinite linear;
  margin-bottom: 5em;
} */

/* @keyframes rotationIMG 
{
  0% 
  {
    transform: rotate(-25deg);
  }
  50% 
  {
      transform: rotate(25deg);
  }
  100% 
  {
      transform: rotate(-25deg);
  }
} */

/*SERVICESETPRODUITS---------------------------------------------------------------------------------*/

.main-services-title
{
  margin: 0em;
}

.main-services-title-titleServices
{
  margin-top: 2.5em;
  text-align: center;
  font-size: 4em;
  margin-bottom: 1em;
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
}

.main-services-backgroundBox
{
  z-index: -1;
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 83vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/ui/backgroundBoxCardIMG.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}

.main-services-sousTitle1-titlePhotographie
{
  text-align: center;
  font-size: 3.5em;
  margin:0em;
  margin-top: 0.3em;
  margin-bottom: 0em;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}

.main-services-sousTitle1-listePhotographie
{
  margin-top: 2em;
  text-align: center;
  font-size: 1.3em;
  font-family: "Playwrite HR Lijeva", cursive;
}

.main-services-sousTitle1-listePhotographie-secteur
{
  margin-top: 2em;
  text-align: center;
  font-size: 1.3em;
  font-family: "Oleo Script", system-ui;
  text-decoration: underline;
}

.main-services-sousTitle1-button
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.5em;
  margin-top: 2em;
}

.main-services-sousTitle2-titleProduits
{
  text-align: center;
  font-size: 3.5em;
  margin:0em;
  margin-top: 2em;
  margin-bottom: 0em;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}

.main-services-sousTitle2-listeProduits
{
  margin-top: 2em;
  text-align: center;
  font-size: 1.3em;
  font-family: "Playwrite HR Lijeva", cursive;
}

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

.Footer-contain
{
  margin-top: 4em;
  width: 100%;
  height: 17.5em;
  background-color: #ffffff;
  color:white;
  font-size: 1.20em;
  display: flex;
  align-items:center ;
  justify-content: center;
  flex-direction: column;
}

.Footer-contain-list-a
{
  color: black;
  font-family: "Oleo Script", system-ui;
  padding: 0em;
  text-decoration: none;
  transition: 0.25s;
}

.Footer-contain-list-a:hover
{
  color: #f490ff;
   /* text-shadow:  0 0 5px #eb9aff, 0 0 6px #eba0fe; */
}

a 
{
  color: inherit; /* Adopte la couleur du texte environnant */
  text-decoration: none; /* Supprime le soulignement */
}

li
{
  padding: 0.5em;
  list-style: none;
}

.Footer-contain-list
{
  padding: 0.25em 1em 0.25em 1em;
  background-color: #ffffff;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 17em;
  text-align: center;
  box-shadow:  0 0 6px #4b4b4b45, 0 0 10px #47474738;
}

.Footer-contain-copyright
{
  margin-top: 1em;
  font-size: 0.75em;
  margin-bottom: 1em;
}

.wheel-and-hamster 
{
  --dur: 1s;
  position: relative;
  width: 12em;
  height: 12em;
  font-size: 14px;
}

.wheel,
.hamster,
.hamster div,
.spoke 
{
  position: absolute;
}


.hamster 
{
  animation: hamster var(--dur) ease-in-out infinite;
  top: 77%;
  left: calc(50% - 3.5em);
  width: 7em;
  height: 3.75em;
  transform: rotate(4deg) translate(-0.8em,1.85em);
  transform-origin: 50% 0;
  z-index: 1;
  margin-left: 9em;
  margin-top: -3.3em;
}

.hamster__head 
{
  animation: hamsterHead var(--dur) ease-in-out infinite;
  background: hsl(32, 72%, 24%);
  border-radius: 70% 30% 0 100% / 40% 25% 25% 60%;
  box-shadow: 0 -0.25em 0 hsl(30,90%,80%) inset,
        0.75em -1.55em 0 hsl(30,90%,90%) inset;
  top: 0;
  left: -2em;
  width: 2.75em;
  height: 2.5em;
  transform-origin: 100% 50%;
}

.hamster__ear 
{
  animation: hamsterEar var(--dur) ease-in-out infinite;
  background: hsl(0,90%,85%);
  border-radius: 50%;
  box-shadow: -0.25em 0 hsl(32, 72%, 24%);
  top: -0.25em;
  right: -0.25em;
  width: 0.75em;
  height: 0.75em;
  transform-origin: 50% 75%;
}

.hamster__eye 
{
  animation: hamsterEye var(--dur) linear infinite;
  background-color: hsl(0,0%,0%);
  border-radius: 50%;
  top: 0.375em;
  left: 1.25em;
  width: 0.5em;
  height: 0.5em;
}

.hamster__nose 
{
  background: hsl(0,90%,75%);
  border-radius: 35% 65% 85% 15% / 70% 50% 50% 30%;
  top: 0.75em;
  left: 0;
  width: 0.2em;
  height: 0.25em;
}

.hamster__body 
{
  animation: hamsterBody var(--dur) ease-in-out infinite;
  background: hsl(30,90%,90%);
  border-radius: 50% 30% 50% 30% / 15% 60% 40% 40%;
  box-shadow: 0.1em 0.75em 0 hsl(32, 72%, 24%) inset,
        0.15em -0.5em 0 hsl(30,90%,80%) inset;
  top: 0.25em;
  left: 2em;
  width: 4.5em;
  height: 3em;
  transform-origin: 17% 50%;
  transform-style: preserve-3d;
}

.hamster__limb--fr,
.hamster__limb--fl 
{
  clip-path: polygon(0 0,100% 0,70% 80%,60% 100%,0% 100%,40% 80%);
  top: 2em;
  left: 0.5em;
  width: 1em;
  height: 1.5em;
  transform-origin: 50% 0;
}

.hamster__limb--fr 
{
  animation: hamsterFRLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,80%) 80%,hsl(0,90%,75%) 80%);
  transform: rotate(15deg) translateZ(-1px);
}

.hamster__limb--fl 
{
  animation: hamsterFLLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,90%) 80%,hsl(0,90%,85%) 80%);
  transform: rotate(15deg);
}

.hamster__limb--br,
.hamster__limb--bl 
{
  border-radius: 0.75em 0.75em 0 0;
  clip-path: polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0% 30%);
  top: 1em;
  left: 2.8em;
  width: 1.5em;
  height: 2.5em;
  transform-origin: 50% 30%;
}

.hamster__limb--br 
{
  animation: hamsterBRLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,80%) 90%,hsl(0,90%,75%) 90%);
  transform: rotate(-25deg) translateZ(-1px);
}

.hamster__limb--bl 
{
  animation: hamsterBLLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,90%) 90%,hsl(0,90%,85%) 90%);
  transform: rotate(-25deg);
}

.hamster__tail 
{
  animation: hamsterTail var(--dur) linear infinite;
  background: hsl(0,90%,85%);
  border-radius: 0.25em 50% 50% 0.25em;
  box-shadow: 0 -0.2em 0 hsl(0,90%,75%) inset;
  top: 1.5em;
  right: -0.5em;
  width: 1em;
  height: 0.5em;
  transform: rotate(30deg) translateZ(-1px);
  transform-origin: 0.25em 0.25em;
}


  /* Animations */
  @keyframes hamster {
    from, to {
      transform: rotate(4deg) translate(-0.8em,1.85em);
    }

    50% {
      transform: rotate(0) translate(-0.8em,1.85em);
    }
  }

  @keyframes hamsterHead {
    from, 25%, 50%, 75%, to {
      transform: rotate(0);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(8deg);
    }
  }

  @keyframes hamsterEye {
    from, 90%, to {
      transform: scaleY(1);
    }

    95% {
      transform: scaleY(0);
    }
  }

  @keyframes hamsterEar {
    from, 25%, 50%, 75%, to {
      transform: rotate(0);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(12deg);
    }
  }

  @keyframes hamsterBody {
    from, 25%, 50%, 75%, to {
      transform: rotate(0);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(-2deg);
    }
  }

  @keyframes hamsterFRLimb {
    from, 25%, 50%, 75%, to {
      transform: rotate(50deg) translateZ(-1px);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(-30deg) translateZ(-1px);
    }
  }

  @keyframes hamsterFLLimb {
    from, 25%, 50%, 75%, to {
      transform: rotate(-30deg);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(50deg);
    }
  }

  @keyframes hamsterBRLimb {
    from, 25%, 50%, 75%, to {
      transform: rotate(-60deg) translateZ(-1px);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(20deg) translateZ(-1px);
    }
  }

  @keyframes hamsterBLLimb {
    from, 25%, 50%, 75%, to {
      transform: rotate(20deg);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(-60deg);
    }
  }

  @keyframes hamsterTail {
    from, 25%, 50%, 75%, to {
      transform: rotate(30deg) translateZ(-1px);
    }

    12.5%, 37.5%, 62.5%, 87.5% {
      transform: rotate(10deg) translateZ(-1px);
    }
  }

/* --------------------------------------MEDIASCREEN----------------------------------- */
/* ############################################################ */
/* #####################  TAMARA HOME MEDIASCREEN ############# */
/* ############################################################ */

@media screen AND (max-width:1210px)
{
  .Header
  { 
    width: 98.6%;
  }
}

@media screen AND (max-width:1100px)
{
  .main-aPropos-divPropos-img
  {
    display: none;
  }

  .main-aPropos-divPropos-img-imageLogo
  {
    display: none;
  }
}

@media screen AND (max-width:884px)
{
  .Header
  { 
    width: 97%;
  }

  .contain-navbar-buttons
  {
    margin-top: -1em;
    z-index: -20;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    height: 48vh;
    background-image: url(../images/footer-bg.jpg);
    border-radius: 50em;
    box-shadow:  0 0 12px #ffc7f9, 0 0 15px #ef83ffc5;
  }

  .menuburger
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.7em;
  }

  .menuburger:hover
  {
    background-color: #000000;
  }
}

@media screen AND (max-width:700px)
{
  .Header
  { 
    width: 97%;
  }

  .hamster 
  {
    margin-top: -3.6em;
  }
}

/*-----------------------------------------------------------------------------------------------------------------*/

/* ############################################################ */
/* #####################  MA GALERIE  ######################### */
/* ############################################################ */

.bodyGalerie
{
  margin: 0em;
  padding: 0em;
  background-color: #141414; 
}


.main-section-backgroundGalerie
{
  margin: 0em;
  padding: 0em;
}

.main-section-backgroundGalerie-boxFlex
{
  padding-top: 6.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  padding-left: 1.5em;
}

.main-section-backgroundGalrie-boxFlex-card
{
  margin: 0em;
  margin-top: 2.5em;
  padding: 0em;
  background-color: #4a4a4a;
  height: 25.2em;
  width: 33.6em;
  border-radius: 25px;
  text-align: center;
  /* box-shadow:  0 0 6px #f5f5f5e3, 0 0 10px #232323cb; */
  box-shadow:  0 0 6px #f3f3f3a0, 0 0 10px #8d8d8d78;
}

.card2 
{
  margin:0em;
  margin-left: 0em;
  width: 30em;
  height: 24em;
  transition: all 0.2s;
  position: relative;
}

.clickMe
{
  width: 105px;
  height: 105px;
  border-radius: 2%;
  position: absolute;
  top: 0em;
  left: -2em;
  animation: move-up6 0.8s ease-in infinite alternate-reverse;
  /* transition: transform 0.7s ease-in-out; */
}
/* .clickMe:hover
{
  transform: scale(1.2);
} */

.circle
{
  width: 65px;
  height: 65px;
  background: radial-gradient( #ffffffde, #f29aff );
  border-radius: 60%;
  position: absolute;
  animation: move-up6 0.8s ease-in infinite alternate-reverse;
}

  .circle:nth-child(1) 
  {
    top: 25px;
    left: -20px;
  }
  
  .circle:nth-child(2) 
  {
    bottom: -20px;
    right: -25px;
    animation-name: move-down1;
  }
  
  @keyframes move-up6 {
    to {
      transform: translateY(-10px);
    }
  }

  @keyframes move-right6 {
    to {
      transform: translateX(20px);
    }
  }
  
  @keyframes move-down1 {
    to {
      transform: translateY(10px);
    }
  }

  .main-section-backgroundGalrie-boxFlex-card-img
  {
    display: flex;
    height:25em;
    padding: 0em;
    margin:0em;
  }
  
  .main-section-backgroundGalrie-boxFlex-card-img-image
  {
    margin-top: 0em;
    border-radius: 25px;
    transition: transform 0.5s ease-in-out;
  }

  .main-section-backgroundGalrie-boxFlex-card-title
  {
    margin-top: -7em;
  }
  
/* ############################################################ */
/* ##################### GALERIE_Pays  ######################## */
/* ############################################################ */

.main-section-background-GalPay
{
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 100vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/gallery/paysages/background_Galerie_Paysages.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}

.main-section-background-title2-titleTamara2
{
  text-align: center;
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: #FFAEEB;
  margin: 0em;
  padding: 0em;
  margin-top: -4.2em;
  text-shadow: rgba(0, 0, 0, 0.374) 0.1em 0.1em 0.1em;
}

/*------------------------------------------------------------------------------*/

.main-photoListGalPay
{
  margin: 0em;
  padding: 0em;

  margin-top: 2em;
}

.main-photoListGalPay-flexRow
{
  margin: 0em;
  padding: 0em;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
}

.main-photoListGalPay-flexRow-HightImg
{
  display: flex;
  height: 47em;
  border-radius: 20px;
  margin: 1em;
  margin-bottom: 3em;
  box-shadow: 4px 4px 13px 4px rgba(118, 118, 118, 0.187), 2px 2px 11px 2px rgba(214, 214, 214, 0.47);
}

.main-photoListGalPay-flexRow-cadreImage
{
  margin: 0em;
  padding: 0em;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
}

.main-photoListGalPay-flexRow-cadreImage-flexColumn
{
  margin: 0em;
  padding: 0em;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.main-photoListGalPay-flexRow-cadreImage-flexColumn-img
{
  display: flex;
  height: 21.5em;
  border-radius: 20px;
  box-shadow: 4px 4px 13px 4px rgba(118, 118, 118, 0.187), 2px 2px 11px 2px rgba(214, 214, 214, 0.47);
  margin: 1em;
  margin-bottom: 3em;
}

/* ############################################################ */
/* ##################### GALERIE_Trad  ######################## */
/* ############################################################ */

.main-section-background-GalTrad
{
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 100vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/gallery/traditions/background_Galerie_Traditions.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}

.main-section-background-title2-titleTamara2trad
{
  text-align: center;
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: #FFAEEB;
  margin: 0em;
  padding: 0em;
  margin-top: -2em;
  text-shadow: rgba(0, 0, 0, 0.374) 0.1em 0.1em 0.1em;
}

/* ############################################################ */
/* ##################### GALERIE_Animaux  ##################### */
/* ############################################################ */

.main-section-background-GalAnim
{
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 100vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/gallery/animaux/background_Galerie_Animaux.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}

.main-section-background-title2-titleTamara2Animal
{
  text-align: center;
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: #FFAEEB;
  margin: 0em;
  padding: 0em;
  margin-top: -4.2em;
  text-shadow: rgba(0, 0, 0, 0.374) 0.1em 0.1em 0.1em;
}

/* ############################################################ */
/* ################### GALERIE_Evenements  #################### */
/* ############################################################ */

.main-section-background-GalEvent
{
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 100vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/gallery/evenements/background_Galerie_Evenements.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}

.main-section-background-title2-titleTamara2Event
{
  text-align: center;
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: #FFAEEB;
  margin: 0em;
  padding: 0em;
  margin-top: -4.2em;
  text-shadow: rgba(0, 0, 0, 0.374) 0.1em 0.1em 0.1em;
}

/* ############################################################ */
/* ################### GALERIE_Shootings  ##################### */
/* ############################################################ */

.main-section-background-GalShootings
{
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 100vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/gallery/shootings/background_Galerie_Shootings.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}

.main-section-background-title2-titleTamara2Event
{
  text-align: center;
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: #FFAEEB;
  margin: 0em;
  padding: 0em;
  margin-top: -4.2em;
  text-shadow: rgba(0, 0, 0, 0.374) 0.1em 0.1em 0.1em;
}

/* ############################################################ */
/* ################### GALERIE_Sports  ######################## */
/* ############################################################ */

.main-section-background-GalSports
{
  width: 100vw; /* 100% de la largeur de la fenêtre */
  height: 100vh; /* 100% de la hauteur de la fenêtre */
  margin: 0em;
  padding: 0em;

  background-image: url(../images/gallery/sports/background_Galerie_Sports.png);
  background-repeat: no-repeat;
  background-size: cover; /* Adapte l'image à l'écran */
  background-position: center; /* Centre l'image */
}


/* ############################################################ */
/* ##################### MeContacter  ######################### */
/* ############################################################ */

.main-section-backgroundContact
{
  margin: 0em;
  padding: 0em;
}

.main-section-backgroundContact-boxFlex
{
  padding-top: 7em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  padding-left: 0em;
} 

.main-section-backgroundContact-boxFlex-card
{
  display: block;
  margin: 2em;
  margin-top: 4.5em;
  padding: 0em;
  background-image: url(../images/footer-bg.jpg);
  height: 40em;
  max-width: 40em;
  border-radius: 25px;
  text-align: center;
  /* box-shadow:  0 0 6px #f5f5f5e3, 0 0 10px #232323cb; */
  box-shadow:  0 0 6px #3a3a3aa0, 0 0 10px #8d8d8d78;
  
}

.card2Contact
{
  display: block;
  margin:0em;
  margin-left: 0em;
  height: 40em;
  width: 40em;
  transition: all 0.2s;
  position: relative;
}

.contactMe
{
  width: 295px;
  height: 295px;
  border-radius: 2%;
  position: absolute;
  top: -2.8em;
  left: -3.8em;
  animation: move-up6 0.8s ease-in infinite alternate-reverse;
}

.main-section-backgroundContact-boxFlex-card-formulaireContact
{
  margin: 0em;
  padding: 0em;
  padding-top: 1.3em;
}

.form-control
{
  margin-top: 1.2em;
  width: 83%;
  height: 2.6em;
  border-radius: 10px;
  border-color:#ffffff ;
  box-shadow:  0 0 6px #6b6b6b77, 0 0 10px #8d8d8d5f;
  color: #000000;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05em;
  background-color: #ffffff;
  /* animation: lightShadow 6s infinite ease-in-out forwards; */
}

.form-control2
{
  width: 83%;
  height: 13em;
}

@keyframes lightShadow 
{
  0% 
  {
    opacity: 2;
  }

  50% 
  {
    opacity: 2;
    box-shadow:  0 0 6px #FFAEEB, 0 0 10px #ffaeeb46;
  }

  100% 
  {
    opacity: 2;
  }
}

.form-checkbox
{
  margin-top: 0.5em;
  display: flex;
  align-items: flex-start;
  margin-left: 2.6em;
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

.validBtn
{
  font-size: 1.2em;
}