@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #303030;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius:10px;
    background: #FFF;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #e4e4e4;
  }

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

body {
    margin:0;
    padding:0;
    font-family:"Poppins", sans-serif;
}

.menu {
    margin-top:0px;
    display:flex;
    justify-content:space-evenly;
    align-items: center;
}

ul {
    padding:0;
}

.links ul li {
    display:inline;
    padding:15px 25px;
}

.links ul li a {
    color:#303030;
    text-decoration: none;
    font-weight:500;
    font-size:16px;
}

.menu-btn a {
    text-decoration: none;
    font-size:16px;
    padding:12px 17px;
    border:2px solid #6441D1;
    border-radius:40px;
    color:#6441d1;
    font-weight:600;
    letter-spacing: 1px;
}

.menu-btn a:hover {
    background:#6441d1;
    color:#FAFAFA;
}

.dropdown-menu {
    list-style: none;
    padding: 0;
}

.dropdown-menu li {
    position: relative;
    display: inline;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #333;
}

.dropdown-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width:250px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1000;
}

.dropdown-menu .sub-menu li {
    display: block;
    padding:10px 10px;
}

.dropdown-menu .sub-menu li a:hover {
    color:#6441D1;
}

.dropdown-menu span {
    font-weight:500;
    font-size:15px;
}

.dropdown-menu li:hover .sub-menu {
    display: block;
}

.burger-menu {
    text-align: center;
    display:none;
}

.main-title {
    background: linear-gradient(135deg, rgba(203,185,255,0.8) 0%, rgba(255,185,203,0.8) 100%);
    width: 80%;
    margin: 50px auto;
    border-radius: 50px;
    padding: 70px 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.main-title::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    transform: rotate(30deg);
    pointer-events: none;
}

.main-title:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.main-title h1 {
    margin: 0;
    line-height: 1.2;
    text-align: center;
    color: #303030;
    font-size: 80px;
    font-weight: 700;
}

.main-title p {
    font-size: 24px;
    color: #4d4d4d;
    text-align: center;
    width: 70%;
    margin: 30px auto 0;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .main-title {
        width: 90%;
        padding: 50px 20px;
    }
    
    .main-title h1 {
        font-size: 60px;
    }
    
    .main-title p {
        font-size: 20px;
        width: 90%;
    }
}

#axiio {
    color:#6441D1;
}

#main-pilote {
    display:flex;
    justify-content: center;
    align-items: center;
    margin:30px auto 0 auto;
    background:#FAFAFA;
    text-align: center;
    border-radius:10px;
    padding:15px;
    font-size:18px;
    width:50%;
    box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#main-pilote svg {
    width:30px;
}

.btn-main {
    margin-top:60px;
    text-align: center;
}

#obtenir-btn {
    text-decoration: none;
    font-size:16px;
    padding:12px 17px;
    border:2px solid #6441D1;
    border-radius:40px;
    color:#6441d1;
    font-weight:600;
    letter-spacing: 1px;
}

#connecter {
    text-decoration: none;
    font-size:16px;
    padding:12px 17px;
    border:2px solid #6441D1;
    border-radius:40px;
    background:#6441d1;
    color:#FAFAFA;
    font-weight:600;
    letter-spacing: 1px;
}

#obtenir-btn:hover {
    background:#6441D1;
    color:#FAFAFA;
}

#connecter:hover {
    background:transparent;
    color:#6441D1;
}

.obtenir-minute {
    margin-top:100px;
}

.obtenir-minute h2, .simple-utilisation h2, .axiio-chiffres h2, .offres h2, .faq h2, .contact h2 {
    text-align: center;
    font-size:45px;
    width:50%;
    margin:auto;
    color:#303030;
}

.offre-an {
    font-family: "Poppins";
    font-size: 19px;
    letter-spacing: 1px;
    max-width: 900px;
    margin: 40px auto 0 auto;
    color: #555555;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    position:relative;
}

.offre-an::before {
    content:"🔥";
    font-size:60px;
    position:absolute;
    top:-55px;
    transform: rotate(10deg);
    right:-25px;
}

@media screen and (max-width:500px) {
    .offre-an::before {
        transform: rotate(360deg);
        right:-20px;
    }
}

@media screen and (max-width:1000px) {
    .offre-an {
        width:80%;
    }
}

.offres p {
    width:90%;
    margin:auto;
    text-align: center;
}

.flex-chemin {
    width:80%;
    margin:80px auto;
    display:flex;
    justify-content: space-evenly;
    text-align: center;
}

.first-chemin, .second-chemin, .third-chemin {
    width:30%;
}

#round-first span, #round-second span, #round-third span {
    background:#6441d1;
    padding:10px 25px;
    border-radius:50%;
    font-size:30px;
    font-weight:bold;
    color:#FFF;
}

.first-chemin h3, .second-chemin h3, .third-chemin h3 {
    font-size:30px;
    color:#303030;
}

.first-chemin p, .second-chemin p, .third-chemin p {
    font-size:20px;
    color:#4d4d4d;
}

.simple-utilisation {
    margin-top:100px;
}

.simple-utilisation p {
    text-align: center;
    font-size:22px;
    color:#4d4d4d;
    width:70%;
    margin:10px auto;
}

.video {
    display:flex;
    align-items: center;
    justify-content: center;
  }

  .video video {
    margin-top: 3rem;
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 16px;
    border: none;
    box-shadow: 
      0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border:2px solid #6441D1;
  }
  
  .video video:hover {
    transform: translateY(-5px);
    box-shadow: 
      0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  
  @media (prefers-color-scheme: dark) {
    .video video {
      box-shadow: 
        0 10px 15px -3px rgba(255, 255, 255, 0.1),
        0 4px 6px -2px rgba(255, 255, 255, 0.05);
    }
    
    .video video:hover {
      box-shadow: 
        0 20px 25px -5px rgba(255, 255, 255, 0.1),
        0 10px 10px -5px rgba(255, 255, 255, 0.04);
    }
  }

  .flex-client-agenda, .flex-statistiques {
    display: flex;
    justify-content: center;
    margin:100px auto;
  }

  .client-agenda-text, .statistiques-text {
    width:40%;
  }

  .client-agenda-text span, .statistiques-text span {
    color:#6441D1;
    text-transform: uppercase;
    font-weight:bold;
    letter-spacing: 2px;
  }

  .client-agenda-text h2, .statistiques-text h2 {
    font-size:30px;
    width:80%;
  }

  .client-agenda-text p, .statistiques-text p {
    font-size:22px;
    width:80%;
    font-weight: 300;
  }

  .agenda-list, .statistiques-list {
    margin-top:35px;
  }

  .agenda-list p, .statistiques-list p {
    display:block;
    margin:10px 0;
    color:#303030;
    text-transform: uppercase;
    font-weight:bold;
    letter-spacing: 2px;
    font-size:17px;
  }

  .flex-client-agenda .img, .flex-statistiques .img {
    background:#F5F5F5;
    padding:10px;
    border-radius:20px;
  }

  .flex-client-agenda img, .flex-statistiques img {
    width:500px;
  }

  .axiio-chiffres {
    margin:100px auto;
  }

  .flex-chiffres {
    width:60%;
    margin:auto;
    flex-wrap: wrap;
    display:flex;
    justify-content: space-around;
  }

  .first-chiffre, .second-chiffre, .third-chiffre, .fourth-chiffre {
    width:45%;
    margin:30px 0;
  }

  .flex-chiffres h3 {
    font-size:50px;
    text-align: center;
    color:#6441D1;
  }
  
  .flex-chiffres p {
    color:#4d4d4d;
    width:70%;
    text-align: center;
    margin: auto;
    font-size:25px;
  }

  .flex-offres {
    display:flex;
    width:80%;
    margin:40px auto 80px auto;
    justify-content: center;
    align-items: flex-end;
  }

  .starter, .essentials, .premium {
    width: 450px;
    text-align: center;
    margin: 24px 50px;
    padding: 24px;
    border: none;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(100, 65, 209, 0.08);
    position: relative;
    transition: all 0.3s ease;
}

.starter::before, .essentials::before, .premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6441d1, #8f7de3);
    border-radius: 12px 12px 0 0;
}

.decouverte::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #41d1a6, #7de3c4);
    border-radius: 12px 12px 0 0;
}

.flex-offres, .premium-offre {
    width:50% !important;
}

.starter:hover, .essentials:hover, .premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(100, 65, 209, 0.12);
}

  .premium {
    margin:0 auto 50px auto;
  }

  .starter h3, .essentials h3, .premium h3 {
    font-size:23px;
    margin:15px auto 10px auto;
    color:#303030;
  }

  .starter p:first-child, .essentials p:first-child, .premium p:first-child {
    margin-bottom:10px;
    font-size:22px;
    font-weight: bold;
  }

  .starter p, .essentials p, .premium p {
    margin:10px auto 30px auto;
    color:#2c2c2c;
    width:100% !important;
  }

  .text-offre {
    text-align: left;
    width:90% !important;
  }

  .starter ul li, .essentials ul li, .premium ul li {
    list-style-type: none;
    padding:10px 0;
    width:90%;
    margin:auto;
    font-size:18px;
    color:#303030;
  }

  .faq {
    margin-top:100px;
  }

  .faq #little-faq {
    display: block;
    text-align: center;
    color:#6441D1;
    font-size:20px;
    letter-spacing: 5px;
    font-weight: bold;
  }

  .accordion {
    display: flex;
    flex-direction: column;
    max-width: 991px;
    min-width: 320px;
    padding: 0 50px;
    margin:50px auto;
}

.accordion-item {
    margin-top: 16px;
    border: 2px solid #6441d1;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    color: #303030;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 30px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 30px;
    color:#6441D1;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

.contact {
    margin-top:100px;
}

.img-world img {
    width:700px;
    display: block;
    margin: 30px auto;
}

.contact p {
    text-align: center;
    font-size:22px;
    color:#4d4d4d;
    margin:50px 0;
}

footer {
    margin-top:100px;
    padding-top:50px;
    background:#f5f5f5;
}

.footer-flex {
    width:80%;
    margin:auto;
    display:flex;
    justify-content: space-around;
}

.infos-footer p {
    font-size:20px;
    text-align: center;
}

.footer-flex img {
    width:100px;
    display:block;
    margin:auto;
}

.footer-liens h3, .footer-modules h3, .footer-propos h3 {
    font-size:20px;
    letter-spacing:3px;
    font-weight:600;
    text-align: center;
}

.footer-propos ul li, .footer-liens ul li, .footer-modules ul li {
    list-style-type: none;
    padding:8px 0;
    text-align: center;
}

.footer-propos a, .footer-modules a, .footer-liens a {
    font-size:17px;
    text-decoration:none;
    color:#4d4d4d;
}

.footer-propos a:hover, .footer-liens a:hover, .footer-modules a:hover {
    color:#6441D1;
    text-decoration: underline;
}

.liens-importants {
    padding:30px 0; 
    text-align: center;
}

.liens-importants a {
    color:#303030;
    font-size:17px;
}

.page {
    background:#6541d160;
}

.option {
    margin:0 15px;
}

.button-74 {
  background-color: #906ff5;
  border: 2px solid #6441d1;
  border-radius: 30px;
  box-shadow: #6441d1 4px 4px 0 0;
  color: #FAFAFA;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
  color:#6441D1;
}

.button-74:active {
  box-shadow: #6441d1 2px 2px 0 0;
  transform: translate(2px, 2px);
}

.mentions {
    text-align: center;
    width:80%;
    margin:auto;
}

.mentions h3 {
    font-size:30px;
}

.mentions a {
    color:#6441D1;
    font-weight: bold;
    font-size:22px;
}

.mentions ul li {
    padding:10px 0;
    list-style-type: none;
}

.circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(to top left, #6441d1, #8c69f7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 10;
  }

@media screen and (max-width:1190px) {
    .main-title h1 {
        font-size:50px;
    }

    .main-title p {
        width:80%;
    }

    #main-pilote {
        width:80%;
    }

    .obtenir-minute h2, .simple-utilisation h2, .axiio-chiffres h2, .offres h2, .faq h2, .contact h2 {
        font-size:35px;
        width:60%;
    }
}

@media screen and (max-width:1095px) {
    .footer-flex {
        width:100%;
    }
}

@media screen and (max-width:1080px) {
    .flex-offres {
        width:100%;
    }
    #circle {
        display:none;
    }
}
  
@media screen and (max-width:1050px) {
    .flex-client-agenda, .flex-statistiques {
        flex-direction:column;
    }
    .client-agenda-text, .statistiques-text {
        width:90%;
        margin: auto;
        text-align: center;
    }

    .client-agenda-text h2, .client-agenda-text p, .statistiques-text h2, .statistiques-text p {
        width:100%;
    }

    .img {
        margin-top:50px;
        border-radius: 0%;
    }
    .img img {
        display:block;
        margin:auto;
    }
    .flex-chiffres p {
        width:100%;
    }

    .liens-importants a {
        display:block;
    }
}

@media screen and (max-width:920px) {
    .burger-menu {
        display:block;
    }
    .dropdown-menu, .menu-btn {
        display:none;
    }

    .burger-menu:hover {
        cursor:pointer;
    }
}

@media screen and (max-width:875px) {
    .flex-offres {
        flex-direction: column;
        align-items: center;
    }

    .flex-chiffres {
        width:90%;
    }
    .flex-chemin {
        width:90%;
    }

    .main-title h1 {
        font-size:40px;
        line-height: 70px;
        margin-bottom:15px;
    }

    .main-title p {
        width:90%;
    }

    .footer-flex {
        flex-direction: column;
    }
    .img-world img {
        width:90%;
    }

    .essentials, .starter, .premium {
        width:90%;
        margin:30px auto;
    }
    .flex-offres {
        margin:30px auto 30px auto;
    }
}

@media (min-width: 768px) {
    .button-74 {
      min-width: 120px;
      padding: 0 25px;
    }
  }

@media screen and (max-width:670px) {
    .main-title h1 {
        font-size:35px;
        line-height: 50px;
    }
    .flex-chemin {
        flex-direction: column;
    }
    .first-chemin, .second-chemin, .third-chemin {
        width:90%;
        text-align: center;
        margin:30px auto;
    }
    h2 {
        width:100% !important;
        text-align: center;
        margin:auto;
    }
    .flex-chiffres {
        flex-direction: column;
    }

    .first-chiffre, .second-chiffre, .third-chiffre, .fourth-chiffre {
        text-align: center;
        margin:10px auto;
        width:90%;
    }
    .contact p {
        width:90%;
        margin:40px auto;
    }
}

@media screen and (max-width:570px) {
    .main-title {
        width:inherit;
        padding:30px;
    }

    .btn-main a {
        display:block;
    }
    .img img {
        width:350px;
    }
    .accordion {
        min-width: 0px;
        width:90%;
        padding:0;
    }

    .main-title p {
        width:100%;
        font-size:20px;
    }
    #main-pilote {
        flex-direction: column;
        width:90%;
    }
    h2 {
        font-size:30px !important;
    }
    .simple-utilisation p {
        width:90%;
    }
}

@media screen and (max-width:414px) {
    .button-74 {
        padding:0 10px;
    }
}

.google-avis {
    position:absolute;
    display: flex;
    align-items: center;
    bottom:20px;
    right:20px;
    background-color: #f8f9fa;
    justify-content: space-evenly;
    border-radius: 20px;
    padding: 8px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    max-width: 300px;
    margin: 10px 0;
    margin:80px auto 0px auto;
}

@media screen and (max-width: 1300px) {
    .google-avis {
        position: static; /* Supprime tout positionnement spécial */
        margin: 50px auto 0px auto; /* Centre horizontalement et ajoute un espace vertical */
        bottom: auto; /* Supprime le positionnement bottom */
        left: 0; /* Assure que l'élément n'est pas décalé vers la gauche */
        right: 0; /* Assure que l'élément n'est pas décalé vers la droite */
        transform: none; /* Supprime toute transformation qui pourrait affecter le centrage */
    }
}

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

.rating {
    display: flex;
    align-items: center;
}

.stars {
    color: #fbbc05;
    font-size: 20px;
    margin-right: 8px;
}

.star {
    margin: 0 1px;
}

@media screen and (max-width:600px) {
    .flex-offres {
        width:90% !important;
    }
    .essentials, .starter, .premium {
        width:90%;
        padding:20px;
    }
}

.toggle-container {
    margin: 40px auto 10px auto;
    font-family: 'Poppins', sans-serif;
    display:block;
    text-align: center;
    display:flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .toggle-container b {
    color:#6441d1;
    font-size:20px;
    letter-spacing: 1px;
  }
  
  .toggle-switch {
    position: relative;
    width: 80px;
    height: 40px;
    margin: 0 15px;
  }
  
  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .toggle-switch label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    transition: .4s;
    border-radius: 40px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  }
  
  .toggle-switch label:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .toggle-switch input:checked + label {
    background-color: #6441D1;
  }
  
  .toggle-switch input:checked + label:before {
    transform: translateX(40px);
  }
  
  .toggle-label {
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
  }
  
  .toggle-label.monthly {
    color: #333;
  }
  
  .toggle-label.annual {
    color: #888;
  }
  
  .toggle-switch input:checked ~ .toggle-label.monthly {
    color: #888;
  }
  
  .toggle-switch input:checked ~ .toggle-label.annual {
    color: #333;
  }
  
  /* Effet hover */
  .toggle-switch label:hover {
    background-color: #d0d0d0;
  }
  
  .toggle-switch input:checked + label:hover {
    background-color: #6441d1;
  }