@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Borel&display=swap");

/* 
---------------------------------------------
html pre-settings
--------------------------------------------- 
*/

.aos-element {
  margin-right: 0 !important;
}

@media screen AND (max-width: 767px) {
  /* Remplacez ".aos-element" par le sélecteur de l'élément affecté par AOS */
  .aos-element {
    opacity: 1 !important; /* Rétablir l'opacité par défaut si nécessaire */
    transform: none !important; /* Rétablir la transformation par défaut si nécessaire */
  }
}

html,
body {
  display: block !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden !important;
  width: 100% !important;
  scroll-behavior: smooth;
  font-family: "Poppins", serif !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #000 !important;
}

@media only screen and (max-width: 800px) {
  html {
    width: 100% !important;
  }
}

.prendre-rdv {
  padding: 12px 14px 12px 14px;
  background-color: #fff;
  border-radius: 25px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100000000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 10px;
  text-transform: capitalize;
  transition: 0.25s ease-in-out;
  outline: none !important;
  border: none !important;
}

.prendre-rdv:hover {
  background-color: #d3cece;
  color: black;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: black;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 100%;
  max-width: 800px; */
  /* height: 500px; */
  height: 100vh;
  object-fit: cover;
  /* z-index: -1; */
}

.test {
  position: absolute;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  opacity: 0.4;
  filter: blur(15px);
}

.sound-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  /* padding: 10px 20px; */
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

.sound-button:focus {
  outline: none;
}

.main-header {
  /* background-image: url("img/tattoo-header.jpeg"); */
  /* background-position: center left; */
  /* background-size: contain; */
  background-color: transparent;
  position: relative;
  width: 100% !important;
  /* background-repeat: no-repeat; */
  height: 100vh;
}

@media screen AND (max-width: 817px) {
  .main-header {
    background-size: cover;
    background-position: center left -150px;
  }
}

.container-title {
  display: grid;
  place-content: center;
  height: 80vh;
}

.container-title img {
  width: clamp(100px, 30vw, 220px);

  align-self: center;
  margin: auto;
}

.container-title span {
  font-size: 18px;
  text-align: center;
  color: rgba(255, 250, 250, 0.659);
  font-family: "Poppins";
}

.header-title {
  font-size: 60px;
  text-align: center;
  color: white;
  font-family: "Allura";
  margin-bottom: -10px;
}

@import url("https://fonts.googleapis.com/css?family=Mukta:700");

/*body {
	 font-family: 'Mukta', sans-serif;
	 font-size: 1rem;
	 line-height: 1.5;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 0;
	 min-height: 100vh;
	 background: #f3f8fa;
}*/
#container-button {
  display: grid;
  place-content: center;
  height: auto;
  margin-top: 40px;
}

.button-lm {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
  margin: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  transform: rotate(45deg);
}
button.learn-more .button-text a {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #000;
  transform: translate(1rem, 0);
}
button:hover .button-text a {
  color: #000;
}

/* 
---------------------------------------------
navbar
--------------------------------------------- 
*/

/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}
#mainMenu li > a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}
#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: #fff;
  bottom: -6px;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.fixed-nav #mainMenu li > a::before {
  background: #000;

  position: fixed;
  top: 25px;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixed-nav {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}
.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}
.navbar-brand {
  color: #fff;
}
.navbar-brand img {
  /*max-width: 40px;*/
  animation: fadeInLeft 0.4s both 0.4s;
}
.navbar-nav .dropdown-menu {
  background-color: black !important;
}
/* main-header end */
@media (max-width: 991px) {
  /*header starts*/
  /**/
  /*header ends*/
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }
  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }
  .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .navbar-nav {
    margin-top: 70px;
  }

  .navbar-nav .dropdown-menu {
    background-color: black !important;
  }
  .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }
  .navbar-toggler .icon-bar {
    background-color: #fff;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }
  .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }
  .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }
  .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }
  .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }
  .current .icon-bar-1 {
    width: 18px;
    color: white;
  }
  .current .icon-bar-2 {
    width: 30px;
    color: white;
  }
  .current .icon-bar-3 {
    width: 10px;
    color: white;
  }
  .navbar-toggler:hover .icon-bar {
    background-color: #fff;
  }
  .navbar-toggler:focus .icon-bar {
    background-color: #fff;
  }
}

/* .last-child {
  color: #E30B5C !important;
} */

.dropdown-menu {
  margin-top: 10px !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
  padding: 0 !important;
  background: none !important;
}

.dropdown-item {
  color: white !important;
  transition: 0.25s ease-in-out;
}

.dropdown-item:first-child {
  border-radius: 20px 20px 0px 0px;
}

.dropdown-item:last-child {
  border-radius: 0px 0px 20px 20px;
}

.dropdown-item:hover {
  transition: 0.25s ease-in-out;
  color: black !important;
}

/* 
---------------------------------------------
about
--------------------------------------------- 
*/

#about {
  height: auto;
  background-position: center center;
  background-image: url("img/about.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  display: block;
}

#about h2 {
  text-transform: uppercase;
  text-align: center;
}

iframe {
  border-radius: 20px;
  height: 330px !important;
  display: block;
  width: 100% !important;
}

.container-about {
  display: block;
  place-content: center;
  margin: 20px;
}

.about-div-infos {
  /*margin: 1rem;*/
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border-radius: 25px;
  margin: auto;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  transition: 0.25s ease-in-out;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
}

.inside-about-left {
  padding: 25px 15px 25px 15px;
  display: block;
  text-align: center;
  color: black;
  background-color: transparent;
  border-radius: 0px 0px 20px 20px !important;
}

.inside-about-left i {
  color: black;
  margin-right: 6px;
}

.inside-about-left span {
  color: black;
  font-size: 20px;
}

.inside-about-left p {
  font-size: 14px;
  color: black;
}

.inside-about-left a {
  display: block;
  color: black;
  text-decoration: none !important;
}

.inside-about-left a:hover {
  color: black;
}

/* 
---------------------------------------------
SPLIDE
--------------------------------------------- 
*/

.splide__pagination {
  visibility: hidden !important;
}

.splide__track {
  background-color: #ededed;
  border-radius: 0px 0px 20px 20px;
}
.splide {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 0px 0px 20px 20px;
}

.my-slider-progress {
  background: #ccc;
  width: 96%;
  margin: auto;
}

.my-slider-progress-bar {
  background: #000;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

/* .splide__slide p {
  color: white;
} */

.container-utilisateur-splide span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 100px;
}

.splide__slide img {
  height: 70px;
  width: 70px;
  margin: 15px;
  float: left;
  border-radius: 50%;
}

.splide__slide {
  padding: 15px 60px 15px 60px;
}

/* 
---------------------------------------------
services
--------------------------------------------- 
*/

#services {
  height: auto;
  min-height: 100vh;
  width: 100% !important;
  background-position: center center;
  background-image: url("img/services.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
}

#services h2 {
  text-transform: uppercase;
  text-align: center;
  color: white;
}

#services h3 {
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.piercing-service {
  width: 100%;
  margin: 40px auto;
  display: flex;
  place-content: center;
}

.piercing-service a img {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
  border-radius: 10px;
  transform: scale(1);
  transition: 0.25s ease-in-out;
}

.piercing-service a img:hover {
  transform: scale(1.015);
  transition: 0.25s ease-in-out;
}

.piercing-service-text {
  display: inline-block;
  color: white;
  width: 60%;
}

.tattoo-service {
  width: 90%;
  margin: auto;
  display: block;
}

.tattoo-service a img {
  display: inline-block;
  width: 200px;
  margin-left: 20px;
  border-radius: 10px;
  transform: scale(1);
  transition: 0.25s ease-in-out;
}

.tattoo-service a img:hover {
  transform: scale(1.015);
  transition: 0.25s ease-in-out;
}

.tattoo-service-text {
  display: inline-block;
  color: white;
  width: 60%;
  text-align: right;
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/

#team {
  height: auto;
  min-height: 100vh;
  width: 100% !important;
  background-position: center center;
  background-image: url("img/services.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
}

#team h2 {
  text-transform: uppercase;
  text-align: center;
  color: white;
}

#team h3 {
  text-transform: uppercase;
  text-align: center;
  color: white;
}

/* 
---------------------------------------------
CARDS
--------------------------------------------- 
*/

.card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin: 10px !important;
  border-radius: 20px !important;
  border: none !important;
  /*transform: scale(1) !important;*/
  transition: 0.25s ease-in-out !important;
  text-align: center;
  min-width: 280px !important;
}
.card:hover {
  transform: scale(1.016) !important;
  transition: 0.25s ease-in-out !important;
}

.card img {
  height: 250px !important;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px !important;
}

.icon-link span {
  margin-right: 15px;
}
.icon-link {
  margin-bottom: 10px;
  display: flex;
  place-content: center;
}
/*
@media only screen and (max-width:767px) {
  .link-rdv a{
    font-size: 1.4vw !important;
  }  
}

@media only screen and (max-width:620px) {
  .link-rdv a {
    font-size: 1.7vw !important;
  }
}

@media only screen and (max-width:510px) {
  .link-rdv a {
    font-size: 2.2vw !important;
  }
}*/

.link-rdv {
  /*padding: 12px;*/
  margin-bottom: 8px;
}

.link-rdv a {
  background-color: black;
  border-radius: 25px;
  padding: 12px;
  transition: 0.35s ease-in-out;
  text-align: center;
  font-size: 12px;
  width: 100%;
  display: block;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: 1px solid black;
}

.link-rdv a:hover {
  background-color: #fff;
  color: black !important;
  transition: 0.35s ease-in-out;
  border: 1px solid black;
}

.link-rdv a:hover {
  text-decoration: none;
  color: white;
}

.icon-link span a i {
  color: black;
}

/* 

/* 
---------------------------------------------
CREATION
--------------------------------------------- 
*/

.creation-header {
  height: 200px;
  background-image: url("img/header_crea_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}

#profil h2 {
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.no-effect {
  background-color: #000 !important;
}

.no-effect img {
  object-fit: contain !important;
}

.no-effect:hover {
  transform: scale(1) !important;
}

.gradient {
  color: #fff;
  background: linear-gradient(291deg, #a31c1c, #fad5bb);
  background-size: 400% 400%;
  padding: 3.4px;
  border-radius: 9px;
  -webkit-animation: AnimationName 5s ease infinite;
  -moz-animation: AnimationName 5s ease infinite;
  -o-animation: AnimationName 5s ease infinite;
  animation: AnimationName 5s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient2 {
  color: #fff;
  background: linear-gradient(291deg, rgb(255, 175, 123), rgb(0, 145, 255));
  background-size: 400% 400%;
  padding: 3.4px;
  border-radius: 9px;
  -webkit-animation: AnimationName 5s ease infinite;
  -moz-animation: AnimationName 5s ease infinite;
  -o-animation: AnimationName 5s ease infinite;
  animation: AnimationName 5s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* 
---------------------------------------------
modal
--------------------------------------------- 
*/

.body-modal-card {
  background-color: black;
  border-radius: 0px 0px 25px 25px;
  color: white !important;
}

.body-modal-card a {
  text-decoration: none;
}

/* 
---------------------------------------------
admin
--------------------------------------------- 
*/

.body-admin {
  background: #000 !important;
  color: #fff;
  padding: 20px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: lighter !important;
}

/* .body-admin h1,
.body-admin h2 {
  text-align: center;
} */

.body-admin h3 {
  padding-top: 30px;
}

.buttons-profil {
  padding: 20px 20px 20px 0px;
}

.buttons-profil button {
  margin: 15px 15px 15px 0px;
}

.body-admin .modal {
  color: #000 !important;
}

.form__pwmodify__wrapper {
  display: flex;
  justify-content: center;
  width: 300px;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
.form__pwmodify__wrapper input {
  background-color: #fff;
  color: #000;
  outline: none;
  border: none;
}

/* 
---------------------------------------------
testimony
--------------------------------------------- 
*/

#testimony {
  height: auto;
  min-height: 100vh;
  background-position: center center;
  background-image: url("img/testimony.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  padding-bottom: 190px;
  display: block;
}

#testimony h2 {
  text-transform: uppercase;
  text-align: center;
  color: black;
}

.testimonials-container {
  position: relative;

  display: flex;
  flex-direction: column;
}

.testimonials {
  display: flex;
  justify-content: space-evenly;
  align-items: space-evenly;
}

.testimonial: çover {
  -webkit-transform: rotate(1deg) scale(1.02) !important;
  -ms-transform: rotate(1deg) scale(1.02) !important;
  transform: rotate(1deg) scale(1.02) !important;
  transition: 0.25s ease-in-out;
}

.testimonials-container h4 {
  padding: 10px 10px 15px;
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
}

.testimonial {
  width: 25%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 20px;
  background: linear-gradient(
    to right bottom,
    #000000aa,
    #000000ad,
    #0a0201bd,
    #000000d1,
    #000000
  );
  color: white;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.25s ease-in-out;
}

.testimonial:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  right: 50px;
  width: 0;
  border-width: 15px 20px 0;
  border-style: solid;
  border-color: #000000 transparent;
}

.testimonial h3 {
  margin-bottom: 10px;
}

.testimonial p {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.testimonal-author {
  font-size: 1rem;
  position: absolute;
  color: black;
  bottom: -40px;
  right: 0;
}

@media all AND (max-width: 700px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    width: 90%;
    margin-bottom: 60px;
  }
}

.delete_image_p {
  width: fit-content;
  background-color: transparent;
  border: none;
  outline: none;
  color: #c71818;
}

.delete_image_p i {
  float: right;
  position: relative;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.Borel {
  font-family: "Borel", cursive;
  color: white !important;
}

.desc_p {
  color: white !important;
  text-align: center;
  padding-bottom: 18px;
  width: 290px;
  margin: auto;
}

.Borel a {
  color: white !important;
  text-decoration: none !important;
}

#contact {
  height: auto;
  background-color: #000 !important;
  /*min-height: 100vh;
  background-position: top center;
  background-image: url('img/footer.png');
  background-size: cover;
  background-repeat: no-repeat;*/
  padding: 40px;
}

#contact h2 {
  text-transform: uppercase;
  text-align: center;
  color: white;
}

#contact span {
  padding: 20px;
  display: table;
  margin: 0 auto;
  color: white;
}

#contact span a {
  margin: 0px 20px 0px 20px;
}

#contact span a i {
  color: white;
}

.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.column_button {
  width: 100%;
  display: block;
  padding: 0 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin: 0 -5px;
}

@media screen and (max-width: 670px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.column div {
  padding-top: 22px;
  color: white;
}

.column div:first-child {
  padding-top: 0px !important;
}

.column label {
  color: white;
}

.column div input {
  width: 100%;
  border-radius: 22px;
  padding: 8px;
  border: none;
  outline: none;
}

.column textarea {
  width: 100%;
  padding: 8px;
  border-radius: 22px;
  height: 228px;
  border: none;
  outline: none;
}

.column_button button {
  width: 100% !important;
  margin-top: 22px;
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 22px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.copyright {
  opacity: 0.6;
  color: white;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}

/* 
---------------------------------------------
admin
--------------------------------------------- 
*/

.custom-upload-file {
  border: 2px dotted rgb(158, 158, 158);
  height: 100%;
  min-height: 100px;
  /*border-radius: 10px;*/
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.custom-upload-file span {
  color: #fff;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-upload-file input[type="file"]::file-selector-button {
  /*display: none;*/
  visibility: hidden;
  margin-left: -45px;
}

.NO-OBJECT-COVER {
  object-fit: contain !important;
}

.no-shadow {
  box-shadow: none !important;
}

#upload_p {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 8px 12px 8px 12px;
  margin-top: 10px;
}

.upload__wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

/* 
---------------------------------------------
login
--------------------------------------------- 
*/

.login_admin h2 {
  color: white;
  text-align: center;
  display: block;
}

.container-login {
  padding-top: 90px;
  height: 100vh;
}

.login_admin {
  width: 40vw;
  margin: auto;
  display: block;
  background-color: #000000;
  border-radius: 16px;
  padding: 25px;
}

.login_admin label {
  font-family: "Poppins" !important;
  color: white;
  padding-left: 4px;
}

.login_admin input {
  display: block;
  width: 99%;
  margin-bottom: 16px;
  height: 32px;
  border-radius: 16px;
  outline: none;
  border: none;
  padding-left: 8px;
  font-family: "Poppins" !important;
}

.login_admin button {
  display: block;
  width: 100%;
  height: 32px;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 16px;
  outline: none;
  transition: 0.5s;
  color: white;
  font-family: "Poppins" !important;
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px;
  margin-top: 25px;
}

.login_admin button:hover {
  background-color: white;
  color: black;
}

.mentions {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.mentions a {
  color: white;
  text-decoration: none;
  text-align: center;
}

.mentions-legales-title {
  font-size: 22px;
  color: white;
}
.mentions__wrapper {
  color: white;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* align-items: center; */
}

.grecaptcha-badge {
  visibility: hidden !important;
  display: none !important;
}
