* {
  font-family: Inter;
  scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,p {
  margin: 0;
  color: #120034;
}

a {
  text-decoration: none;
  color: initial;
}

html,
body{
  width: 100%;
  margin: 0px;
}

html {
  background: #eeecec;
  overflow-x: hidden;
}

/* Text start */

.text-white{
  color: white;
}

.text-black {
  color: black;
}

.text-grey {
  color: grey;
}

.text-violet {
  color: #5800FF;
}

.text-yellow {
  color: #FAAD13;
}

.text-300 {
  font-weight: 300;
}

.text-center {
  text-align: center;
}

.link:hover {
  filter: brightness(55%);
}

/* Text end */

/* Content  */

.content {
  width: 100%;
}

/* Content */

/* Navbar start */

#navbar {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2000;
  margin: 0 auto;
}


#navbar > #navbar-brand-logo img {
  width: 114.6px;
  height: 30px;
  vertical-align: middle;
}

#navbar > #navbar-list-urls li{
  display: inline;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin-left: 42px;
}

#navbar > #navbar-list-urls li:hover{
  filter: brightness(55%);
}

#navbar .btn {
  padding: 15px 24px;
  height: 56px;
  border-radius: 8px;
}

#navbar .btn-violet {
  background-color: #5800FF;
}

#navbar .btn-violet a {
  color: white;
}

#navbar .btn-violet:hover {
  background-color: #4600cc;
  filter: brightness(100%)!important;
}

.active-tab {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding: 20px 0px;
  line-height: 22px;
  min-width: 100px;
  font-size: 20px;
  color: #5800FF!important;
}

.active-tab::before {
  transform: translateX(-50%);
  border-radius: 100%;
  position: absolute;
  background: #5800FF;
  bottom: 6px;
  height: 4px;
  content: '';
  width: 4px;
  left: 50%;
}

#navbar > #navbar-list-urls #se-connecter {
  margin-left: 100px;
}

#navbar > #navbar-list-urls #booker-une-demo {
  margin-left: 42px;
}

#navbar-list-urls-mobile {
  display: none;
}

#navbar-list-urls-mobile > ul {
  list-style-type: none;
  border-top: 1px solid #120034;
  margin-top: 4px;
  margin-bottom: 4px;
}

#hamburger {
  display: none;
}

@media screen and (max-width: 991px) {
  #navbar {
      padding: 10px 20px;
  }
  #navbar-list-urls li {
      margin-left: 10px;
  }
  #navbar > #navbar-list-urls li:nth-child(5) {
      margin-left: 30px;
  }
  #navbar-list-urls > ul {
      padding-left: 0;
  }
  #navbar-list-urls-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #navbar-list-urls {
      display: none;
  }
  /* #navbar {
      justify-content: center;
  } */
  #navbar-list-urls > ul {
      width: 0;
  }
  #navbar-list-urls-mobile {
      display: block;
    }
    #hamburger {
      display: block;
      font-size: 20px;
    }
  }
  
/* Navbar end */

/* Navbar hamburger menu start*/

#hamburger:hover {
  cursor: pointer;
}

#navbar-list-urls-mobile {
  position: absolute;
  top: 65px;
  right: 0;
  background-color:white;
  display: none;
  width: 100vw;
  z-index: 2001;
  border-bottom: 1px solid #120034;
}

#navbar-list-urls-mobile > ul {
  padding: 20px;
}

#navbar-list-urls-mobile > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

#navbar-list-urls-mobile > ul > li > a:hover{
  color: #5800FF;
}

/* Navbar hamburger menu end */

/* Footer start */

footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

#about li:hover,
#resources li:hover {
  color: grey;
}

#about > p,
#resources > p,
#social > p {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

footer ul li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 300;
}

#about > ul > li > img {
  height: 67px;
}

#social li {
  display: inline;
  margin-right: 10px;
}

#social img {
  width: 34px;
  height: 34px;
}

.footer-secured-data {
  padding-top: 10px;
}

@media screen and (max-width: 650px) {
  footer {
      justify-content: space-between;
  }
  footer.block-padding {
      padding: 30px 20px!important;
  }
  footer #about {
      flex-basis: 50%;
      margin-right: 20px;
  }
  footer #resources,
  footer #social {
      flex-basis: 39%;
      margin-right: 20px;
  }
  #social img {
      width: 28px;
      height: 28px;
  }
  #about > ul > li > img {
      width: 50px;
      height: 50px;
  }
}
@media screen and (max-width: 450px) {
  footer {
      justify-content: space-between;
  }
  footer.block-padding {
      padding: 30px 20px!important;
  }
  footer #about {
      flex-basis: 50%;
      margin-right: 10px;
  }
  footer #resources,
  footer #social {
      flex-basis: 39%;
      margin-right: 10px;
  }
}

/* Footer end */

/* Try Milou start */

.section-try-milou {
  padding: 50px 20px;
}

.try-milou {
  background-color: #120034;
  border-radius: 15px;
  padding: 40px 20px;
  max-width: 680px;
  margin: 0 auto;
}

.try-milou p {
  font-size: 36px;
  text-align: center!important;
  font-weight: 600;
  margin-bottom: 30px;
}

.try-milou .btn {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  display:flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
  color: #5800ff;
  border: 1px solid #120034;
}

.try-milou .btn:hover {
  border-color: #5800ff;
}

.try-milou .arrow {
  margin-left: 5px;
}

.try-milou .btn:hover {
  filter: brightness(95%);
}

.try-milou .btn:hover .arrow {
  animation-duration: 0.5s;
  animation-name: translate-right;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media screen and (min-width: 992px) {
  .try-milou {
    max-width: 900px;
    padding: 70px 20px;
  }
  .try-milou p {
    font-size: 56px;
  }
  .try-milou .btn {
    padding: 20px 40px;
    max-width: 230px;
  }
}

/* Try Milou end */

/* Tags start */


.tag {
  display: inline-block;
  margin: 10px 5px;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  background-color: #f2f2f2;
  border-radius: 20px;
  border-color: #f2f2f2;
}


.tag:hover {
  background-color: #e2e2e2;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

#selected-tag {
  background-color: #120034;
  color: #f2f2f2;
  border-color: #120034;

}

 .mobile-tags-dropdown {
   display: none;
 }

 @media screen and (max-width: 768px) {
   .mobile-tags-dropdown {
     display: block;
     width: 100%;
     padding: 18px;
     margin-bottom: 40px;
     font-size: 16px;
   }
 }

 .tag-container {
   text-align: center;
   padding: 10px;
   margin-top: 30px;
   display: none;
 }

 @media screen and (min-width: 769px) {
   .tag-container {
     display: block;
     width: 90vw;
     padding: 18px;
     margin-bottom: 40px;
     font-size: 16px;
   }
 }

/* Tags end */

/* Reviews start */

.stars {
  color: rgb(26, 182, 131);
  font-size: 30px;
  margin: -10px 15px;
  width: 220px;
}

#reviews span, #reviews span a {
  font-size: 18px;
  margin: 0px 0px 25px;
  color:#FAAD13;
  text-decoration: none;
}

#reviews span a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  #reviews {
    display: flex;
    justify-content: center;
    margin: 0px auto 25px;
  }
}

@media screen and (max-width: 992px) {
  #reviews, #reviews span{
    text-align: center;
    justify-content: center;
    margin: 0px auto 25px;
  }

  .stars {
    margin-bottom: 25px;
    margin: 0px auto 25px;
  }

  h1 {
    text-align: center;
  }
}


/* Reviews end */
