@tailwind base;
@tailwind components;
@tailwind utilities;
.rt-Flex a {
  margin: auto;
}

.cardPortfolio {
  padding: 0.5rem;
  padding-top: 0;
  width: 300px;
  height: 300px;
  margin: 0.5rem;
  margin-bottom: 3rem;
}
.cardPortfolio .contain-img-text {
  height: 200px;
}
.cardPortfolio .containImg {
  width: 100%;
  height: 200px;
  opacity: 1;
  overflow: hidden;
}
.cardPortfolio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardPortfolio .hovver {
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 0.5rem;
  opacity: 0;
}
.cardPortfolio .hovver:hover {
  opacity: 0.9;
}

.ulVoir {
  justify-content: space-around;
  margin-top: 1rem;
}

.choice-tekno {
  margin: auto;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.choice-tekno p {
  margin-bottom: 0.2rem;
}
.choice-tekno .input-choice-tekno {
  margin-left: 1rem;
  margin-right: 1rem;
  margin: auto;
  border-radius: 0.5rem;
}
.choice-tekno .checkbox-input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.choice-tekno .checkbox-input:checked + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}
.choice-tekno .checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}
.choice-tekno .checkbox-input:checked + .checkbox-tile .checkbox-icon, .choice-tekno .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #2260ff;
}
.choice-tekno .checkbox-input:focus + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.choice-tekno .checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}
.choice-tekno .checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  min-height: 4rem;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}
.choice-tekno .checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.choice-tekno .checkbox-tile:hover {
  border-color: rgb(236, 105, 195);
}
.choice-tekno .checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}
.choice-tekno .checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}
.choice-tekno .checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}
.choice-tekno .checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}

.cardCheck {
  width: 0.8rem;
  height: 0.8rem;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.cardCheck:checked {
  background-color: rgb(206, 112, 112);
}

.totalCheck {
  padding: 0.5rem;
  border-radius: 15px;
  width: 100px;
}
.totalCheck:hover {
  background-color: aqua;
}
.totalCheck img {
  max-height: 45px;
  margin-top: 0.5rem;
  width: 100%;
}

#reactColor {
  color: white;
}

.navbar {
  background-image: url(/public/images/header/terre.jpg);
  color: aliceblue;
}

.button-circle {
  display: none;
}

.navbar-menu-2 {
  padding: 3px;
}

.navbar-menu {
  display: flex;
  padding-top: 5px;
}

.name {
  font-size: 17px;
}

.text-contact-fin {
  margin: auto;
}

@media screen and (max-width: 800px) {
  .navbar {
    padding: 3rem;
  }
  .navbar-menu {
    width: 100%;
  }
  .navbar-menu-2 {
    width: 100%;
  }
  .menu {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
    justify-content: space-between;
  }
  .navbar-contain {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .total-titre {
    width: 100%;
    text-align: center;
  }
  .navbar {
    position: relative;
  }
  .navbar-contain {
    width: 100%;
  }
}
.competance {
  margin: auto;
}
.competance .text_competence {
  padding: 1rem 1.5rem 1rem 1.5rem;
  text-align: justify;
}

.iconGit {
  left: -25px;
  top: 35%;
}

.iconLinke {
  bottom: 35%;
  left: -25px;
}

.ima {
  min-width: 200px;
  min-height: 200px;
  max-width: 250px;
  max-height: 250px;
  margin: auto;
}

.fa-linkedin:hover, .fa-github:hover {
  color: rgb(94, 89, 89);
}

@media screen and (max-width: 800px) {
  .competance {
    flex-direction: column;
  }
  .competance .text_competence {
    width: 100%;
  }
}
textarea {
  padding-left: 22px;
  padding-right: 10px;
}

.contact-identifiant p input {
  padding-left: 22px;
  width: 80%;
}

.parag {
  width: 80%;
}

.contact-animation {
  background-color: rgb(156, 163, 175);
}

@media screen and (max-width: 800px) {
  .total-contact {
    flex-direction: column;
    width: 100%;
  }
  .total-contact .contact-form {
    margin: auto;
  }
  .total-contact .contact-form form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .total-contact .contact-identifiant, .total-contact .contact-text {
    width: 100%;
  }
}
.footer {
  background-image: url("/public/images/header/terre.jpg");
  color: aliceblue;
  padding: 1rem;
}

.footer-text-social {
  margin: auto;
  margin-bottom: 5rem;
}

.footer-text, .footer-social {
  margin: auto;
  margin-top: 2rem;
}

.footer-menu {
  margin: 0 1rem 0rem 1rem;
  margin-right: 1rem;
}

.foot {
  margin-bottom: 1rem;
}

.social-icon {
  border-left: solid 1px wheat;
  padding-left: 1rem;
}

@media screen and (max-width: 800px) {
  .footer {
    margin: auto;
  }
  .footer-text-social {
    width: 100%;
  }
  .footer-text {
    width: 100%;
    padding: 0.5rem;
  }
  .footer-text p {
    text-align: start;
    width: 100%;
  }
  .social-icon ul li {
    margin-bottom: 3rem;
  }
}
.imgPortfolio {
  width: 250px;
  height: 200px;
  overflow: hidden;
}

.trois-boutons {
  margin-top: 1rem;
}
.trois-boutons .boutons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 50%;
  color: antiquewhite;
  background-color: rgb(74, 71, 71);
}

.imgPortfolio img {
  z-index: 50;
  width: 100%;
}
.imgPortfolio button {
  color: aliceblue;
  z-index: 99;
}
.imgPortfolio .nextPre {
  font-size: 1.5rem;
}
.imgPortfolio #preview {
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  padding: 0.5rem;
  border: 1px solid white;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgPortfolio #next {
  top: 50%;
  right: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  padding: 0.5rem;
  border: 1px solid white;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voir-portfolio {
  padding: 0.5rem;
}

.carouselImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .total-1 {
    flex-direction: column;
  }
  .carousel-item {
    width: 100%;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  .responsiService {
    width: 100%;
  }
  .responsi3boutons {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .trois-boutons ul {
    flex-direction: row;
  }
  .responsiText-service {
    width: 100%;
    margin: auto;
    margin-left: 0;
    padding-left: 0;
    padding: 1rem;
    text-align: start;
  }
  .responsiTitreDescrip {
    width: 100%;
  }
  .divRealisation {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .competance {
    width: 100%;
  }
  .text_competence {
    width: 100%;
  }
  .text_competence p {
    width: 100%;
  }
  .text_competence div {
    width: 100%;
  }
}
.main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid green;
}

.main h1 {
  text-align: center;
  text-transform: uppercase;
  color: #F1FAEE;
  font-size: 4rem;
}

.main h1 h3 {
  font-size: 4rem;
  text-align: center;
  color: #7489a5;
}

.roller {
  height: 100%;
  border: 3px pink solid;
  line-height: 8rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D3557;
}

#spare-time {
  font-size: 5rem;
  font-style: italic;
  letter-spacing: 1rem;
  margin-top: 0;
  color: #A8DADC;
}

.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 7s infinite;
  left: 1rem;
}

@keyframes slide {
  0% {
    top: 0;
  }
  25% {
    top: -8rem;
  }
  50% {
    top: -15rem;
  }
  72.5% {
    top: -30rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    text-align: center;
    text-transform: uppercase;
    color: #F1FAEE;
    font-size: 2.125rem;
  }
  .roller {
    height: 2.6rem;
    line-height: 2.125rem;
  }
  #spare-time {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .roller #rolltext {
    animation: slide-mob 5s infinite;
  }
  @keyframes slide-mob {
    0% {
      top: 0;
    }
    25% {
      top: -2.125rem;
    }
    50% {
      top: -4.25rem;
    }
    72.5% {
      top: -6.375rem;
    }
  }
}
.total-crea {
  margin: auto;
}

.tot {
  top: 30%;
  margin-left: 2rem;
  width: 70%;
}
.tot h1 {
  color: black;
}
.tot h1:nth-child(2) {
  margin-left: 2rem;
}

.custom-font {
  font-family: "PT Serif", serif;
}

.custom-font-title {
  font-family: "Anton", sans-serif;
}

.auto {
  margin: auto;
}

.vertical {
  top: 40%;
  left: -35%;
}
@media screen and (min-width: 1024px) {
  .vertical {
    left: -39%;
  }
}

.rotate-letter {
  transform: rotate(7deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
  color: wheat;
  opacity: 0.2;
}

.background {
  background-color: #FFECF7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='589' height='70.7' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='5.6' stroke-opacity='0.42'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.2;
}

.fond-crea {
  background-color: rgb(140, 137, 124);
}

.font-titre {
  background-color: rgb(192, 185, 143);
}

.font-titre-fond {
  color: rgb(192, 185, 143) !important;
}

.font-titre-fond-g {
  color: rgb(135, 128, 88) !important;
}

.scrollBar-rigth {
  color: #716a6e;
}

.projet {
  color: #9f989c;
}

.font {
  font-family: "Jost", sans-serif;
}

.light-text {
  color: rgb(129, 137, 153);
}

.move-line {
  border: none;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.move-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(8, 4, 7);
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.move-line:hover::before {
  width: 100%;
  background-color: rgb(224, 112, 178);
}

.home {
  padding: 1rem 2rem 0 2rem;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
}
* {
  box-sizing: border-box;
  font-size: 13px;
}

.home {
  background-color: rgb(201, 199, 196);
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=index.css.map */
