/* Styles généraux pour s'assurer que tout s'adapte bien */
body {
    font-size: 16px;
    line-height: 1.5;
    
    box-sizing: border-box;
}

/* Assurer que les images ne dépassent pas leur conteneur */
img {
    max-width: 100%;
    height: auto;
}

/* Responsive Design */
@media screen and (max-width: 1024px) { /* Tablettes */
   /* .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
*/
    .logo {
        display: none; /* MASQUER */
    }
.separator { display: none;

}

    .securite {
        margin-top: 10px;
    }

    .main {
    
        padding: 0rem 7rem 0rem 7rem; /* Ajoute de l'espace intérieur */
    }

    .guarantee {
      /*   display: flex;
       flex-direction: column;*/
        align-items: center;
    }

    .guarantee-option {
        width: 90%; /* Réduire la largeur pour éviter les débordements */
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 800px) { /* Smartphones */
  

    .logo {
        display: none; /* masquer */
    }
.separator { display: none;

}

    
        .main {
    
            padding: 0rem 1.5rem 0rem 1.5rem; /* Ajoute de l'espace intérieur */
    }

    .intro {
        text-align: left;
    }

    .avatar img {
        width: 100px; /* Ajustement de l'avatar */
    align-items: left;
    }

    .guarantee {
       /*  flex-direction: column;*/
        align-items: center;
    }

    .guarantee-option {
        width: 95%; /* Meilleure adaptabilité */
        padding: 10px;
    }

    .guarantee-header {
        display: flex;
       /* flex-direction: column;*/
        align-items: center;
        text-align: center;
    }

    .price {
        font-size: 1.2em;
    }

    .container {
        padding: 15px;
    }


  

    .info-box img {
        width: 50px;
        margin-bottom: 10px;
    }

.welcome-message  {
    font-size: 14px;
   
}



.secure-textP2 {
    color: #161616;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: none;
}


    .info-box {
        background-color: #d9dadbde;
        padding: 6px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        gap: 7px;
        font-size: 12px;
        border: #b1b1b1;
        text-align: left;
    }
    
    .info-box img {
        width: 25px;
        height: 25px;
        position: relative;
        top: -5px;
    }

    .button {
        display: inline-block;
        background-color: #ff6200;
        color: white;
        padding: 4px 8px 4px 8px;
        text-align: center;
        border-radius: 10px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
    }


    .bouton2{
        display: flex;
        justify-content: center; /* Centre horizontalement */
        align-items: center; /* Centre verticalement */
        
    }

        .links a, .condition {
            display: block;
            color:#8f8d8d;
            text-decoration: none;
            margin-bottom: 2px;
            font-weight: bold;
            font-size: 8px;
            line-height: 1;



    .button {
        
        text-align: center;
        padding: 15px;
        font-size: 1.1em;
    }

    footer {
        background-color: #1f2937;
        
        color: white;
        padding: 0rem 5rem 0rem 5rem;


        display: flex;
    align-items: center !important;
    justify-content: center;
    width: 100vw;  /* Assurez-vous que le parent prend toute la largeur */
    height: 100vh; /* Prend toute la hauteur de l'écran */
    overflow: visible !important; /* Empêche la coupure */
    }
 
    

    
   
    

}
}

@media screen and (max-width: 800px) {
    .footer-container .rating {
        display: none !important;
    }

    .footer-container .copyright {
        text-align: left;
        font-style: 56px;
    }



 
.trustpilot-container {
    display: none  !important; 
  
    text-decoration: none !important;
   
    
    
    gap: 0px;
    
}

/* Style du texte Trustpilot */
.trustpilot-label {
    font-weight: bold;
    background-color: #009c59;
    color: white;
    padding: 2px 2px 2px 10px;
    text-decoration: none !important;
   
    border-top-left-radius: 5px;  /* Arrondi en haut à droite */
    border-bottom-left-radius: 5px; /* Arrondi en bas à droite */

}

/* Style du nombre d'avis */
.trustpilot-reviews {
    background-color: white;
    color: #1e2428;
    text-decoration: none !important;
    align-items: center;
    justify-items: center;
    padding: 2px 2px;
    border-top-right-radius: 5px;  /* Arrondi en haut à droite */
    border-bottom-right-radius: 5px; /* Arrondi en bas à droite */

    font-weight: bold;
}

/* Afficher Trustpilot SEULEMENT sur mobile */
@media screen and (max-width: 800px) {
    .trustpilot-container {
        display: flex !important;
        font-size: 12px;
    }

    span.trustpilot-label { 
        text-decoration: underline !important;
  text-decoration-color: #009c59 !important;
        
    }

    span.trustpilot-reviews  { 
        text-decoration: underline !important;
  text-decoration-color: #ffff !important;
        
    }

    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 0;
        width: 2px;
        height: 65%;
        background-color: #f9f9f9; /* Cache une partie de la ligne */
        z-index: 1;
    }



}

@media screen and (min-width: 801px) {
    .trustpilot-container {
        display: none !important;
       
    }}
}
