html{
  scroll-behavior: smooth;
}

body{
  font-family: Rajdhani;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1a1a1a;
  overflow-X: hidden;
  font-weight: 400;
  width: 100%;
}
main{
  font-family: Rajdhani;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1a1a1a;
  overflow-X: hidden;
  font-weight: 400;
  width: 100%;
}
a:hover {
  text-decoration: none;
  
}
a{
  text-decoration: none;
  font-weight: 700;
  z-index: 1;
}
.mention-link:visited {
  text-decoration: none;
  color: white;
  font-size: 5px;
}

.mention-link {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
}


.intro-container {
  width: 100%;
  padding-top: 100px;
  background-color: rgb(29, 147, 220);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-bottom: 220px;
}
.intro-tarif{
  padding-bottom: 70px;
}

h3 {
  font-size: 35px;
  margin: 0;
  font-weight: 600;
}
h1,h2,h3,h4,h5,div {
  cursor: default;
}

h4{
  width: 60%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
h5{
  font-size: 24px;
  font-weight: 500;
  width: 75%;
}
.focus{
  color: #5BE9B9;
  font-size: 26px;
  font-weight: 700;
}
.focus:hover{
  text-decoration: none;
  cursor: default;
}

.section-1-container {
  position: relative;
  top: -120px;
  width: 70%;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.section {
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: center;
  background-color: white;
}

.section-right{
  border-left: solid 1px rgba(0, 0, 0, 0.201);
}

.section-logo{
  height: 80px;
  width: 80px;
  border-radius: 45px;
  background-color: #5BE9B9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.section-title{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.section-info{
  font-size: 20px;
  width: 90%;
}

.section-tools-title{
  margin-top: 50px;
  margin-bottom: 20px;
  color: rgb(29, 147, 220);
  font-weight: 600;
}

.section-tools{
  margin-bottom: 7px;
}

.project-container{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-title{
  margin-top: 20px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: center;
}

.grid-container{
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-bottom: 100px;
}

.grid{
  border-radius: 15px;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.grid:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.grid:hover .img-grid{
  filter: opacity(0);
}

.grid:active{
  box-shadow: 0px 4px 10px rgba(176, 176, 176, 0.25)
}

.grid1 {
  background: linear-gradient(45deg, rgb(175, 252, 193),
  rgb(95, 153, 7));
}

.img-grid{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: opacity(0.4) sepia(1);
  position: absolute;
}

.grid2{
  background: linear-gradient(45deg, rgb(119, 119, 119),
  rgb(55, 55, 42));
}

.grid3{
  background: linear-gradient(45deg, rgb(47, 62, 94),
  rgb(39, 99, 229));
}

.grid3:hover{
  background: linear-gradient(75deg, rgb(47, 62, 94),
  rgb(39, 99, 229));
}

.grid4{
  background: linear-gradient(45deg, rgb(207, 232, 245),
  rgb(130, 207, 255));
  font-size: 20px;
  color: white;
}

.grid4:hover{
  box-shadow: none;
}

.website-name1{
  position: relative;
  font-family: Dancing script;
  font-weight: 700;
  color: white;
  font-size: 60px;
  cursor: pointer;
}

.website-name2{
  position: relative;
  color: rgb(255, 255, 255);
  letter-spacing: 3px;
  border: solid 2px white;
  display: inline-block;
  padding: 5px;
  font-size: 25px;
  font-family: Roboto;
  cursor: pointer;
}

.logo-grid{
  width: 250px;
}

.ligne{
  margin-bottom: 100px;
}

.grid-container-tools{
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-bottom: 100px;
}

.grid-tools{
  height: 100px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.logo-grid{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.section-2-container{
  width: 80%;
  position: relative;
  top: -120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 40px;
}

.grid-startup{
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  justify-content: center;
  height: fit-content;
  width: fit-content;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 60px 40px;
  gap: 20px;
}

.contact-section{
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.6;
}

.contact-title{
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-info{
  margin-bottom: 50px;
}

.body-button{
  padding: 14px 20px;
  font-size: 22px;
  border: solid 2px rgb(29, 147, 220);
  border-radius: 30px;
  background-color: transparent;
  color: rgb(29, 147, 220);
  letter-spacing: 0.8px;
  transition: 0.3s;
  cursor: pointer;
}

.body-button:active {
  background-color: rgb(12, 31, 42)
}

.startup-name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  gap: 10px;
  font-family: Rajdhani;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

.startup-info {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
}

.logo-startup{
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.logo{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.startup-link{
  background-color: rgba(168, 233, 255, 0.46);
  width: fit-content;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 18px;
  color: #013349;
  cursor: pointer;
  transition: ease 0.3s;
}

.startup-link:hover{
  color: rgb(9, 28, 41);
  font-weight: 500;
  padding: 8px 25px;
}


.draw{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#btn-up{
  position: fixed;
  overflow: hidden;
  display: flex;
  transform: scaleY(-1);
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: rgba(109, 109, 109, 0.395);
  border-radius: 50%;
  z-index: 50;
  bottom: 70px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#btn-up:hover{
  background-color: rgba(109, 109, 109, 0.915);
}
#btn-up.show{
  opacity: 1;
  visibility: visible;
  transition: opacity 3s ease, visibility 3s ease;
}
.up-btn{
  width: 30px;
  height: 30px;
}

.tarif-container{
  width: 90%;
  max-width: 1200px;
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.tarifs{
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: #013349;
  padding: 20px;
}
.tarifs-up{
  position: relative;
  top: -80px;
  height: fit-content;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-top: solid #5BE9B9 20px;
  border-bottom: solid #5BE9B9 20px; 
}

.title-tarif{
  font-size: 25px;
  font-weight: 600;
  text-align: start;
  margin: 0;
  margin-top: 50px;
  padding: 0;
  

}
.title-tarif-2{
  font-size: 40px;
  font-weight: 600;
  text-align: start;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.info-tarif{
  font-size: 18px;
  text-align: start;
  margin-top: 10px;
  font-weight: 300;
  padding: 0;
}

.price{
  font-size: 55px;
  font-weight: 700;
  margin-top: 40px;
}
.price-devis{
  font-size: 40px;
  font-weight: 700;
  margin-top: 40px;
}

.services-tarifs{
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  text-align: start;
  margin-bottom: 15px;
}

.service-ligne {
  text-align: start;
  display: flex;
  align-items: center;
  height: fit-content;
  margin-bottom: 20px;
}
.service-detail{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.check-logo{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.logo-tarif{
  text-align: center;
  width: 50px;
  height: 50px;
}
.logo-tarifs{
  text-align: end;
}

.tarif-btn{
  margin-top: 20px;
  margin-bottom: 30px;
}
.tarif-btn-2{
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #5BE9B9;
  color: white;
  padding: 14px 20px;
  font-size: 22px;
  border: solid 2px #5BE9B9;
  border-radius: 30px;
  letter-spacing: 0.8px;
  transition: 0.3s;
  cursor: pointer;
}
.tarif-btn-2:hover {
  background-color: #44df8f;
  border-color: #44df8f;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 196, 113, 0.3);
}


