html {
    overflow-y: scroll;
}


button {
    margin-left: 15px;
    background-color:#05F409;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    height:40px;
    width:90px;
    text-shadow:
    -1px 0 black,
     1px 0 black,
     0 -1px black,
     0 1px black;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

button:hover {
    background-color:#04B006;
    
}

table {
    border-collapse: collapse;
    margin-top: 10px;
}
body {
    margin: 0;
    padding: 0;
    background: #f6f8fb;
}
th,
td {
    text-align: center;
    padding: 12px;
    border: 1px solid #000;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

#bienvenue{
    padding: 20px;
    font-size : 1.6em;
}

th:nth-child(4),
td:nth-child(4) {
    font-weight: bold;
}

.logo {
     width: 158px;
     height: 93.73px;
    
}
.title-block {
    flex: 1;
    text-align: center;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(5, 244, 9);
    padding: 15px 25px;
    border-radius: 0 0 12px 12px;
    margin:0;
    margin-top:20px;

}

.turpe {
    color: #fd7e14;
    font-weight: bold;
}

.turpe-letter {
    font-size: 1.6em;
    font-weight: bold;
}

.intro{
    font-size: 150%;
}
p, .infos, .exemple {
    margin-bottom: 18px;
}

.header h2 {
    margin: 0;
    line-height: 1;
    font-size : 3em;
    font-weight : 700;
    color: #0f172a;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing : 17px;
}

#resultat {
    display: none; 
    background: linear-gradient(
        90deg,
        #D9FFD9 0%,     /* gauche */
        #87FF87 50%,    /* milieu */
        #D9FFD9 100%    /* droite */
    );
    border: 2px solid #00CC99;
    color: #0070C0;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    border-radius: 50px;
    font-size: 1.4em;
    font-weight: 500;
}

#sim {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    color:rgb(5, 244, 9);
}
.inline-text{
    display : inline;
}
.tarif-table {
    border-collapse: collapse;
    margin: 0 auto;
}
.container {
    width: 100%;
    padding: 20px 8vw; /* espace responsive gauche/droite */
    box-sizing: border-box;
}
.center-box {
    max-width: 900px;
    margin: 0 auto;
}
.infos,
.tarif-table {
    width: 700px; 
    text-align: left;
    display: inline-table;
}


.infos {
    margin-bottom: 15px;
}

.infos p {
    margin: 5px 0;
}

.exemple{
    display:flex;
}

.exemple p{
    margin-left:1.5rem;
}

.questions{
    font-size:1.6em;
}

.item {
    display: flex;
    margin: 0;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}


.arrow {
    min-width: 20px;
    transform: scaleY(1.6);
    position: relative;
    top: -3px;
    font-size: 1.2em;
    color: #0070C0; /* même bleu que ton résultat */
    font-weight: bold;
}

.text {
    flex: 1;
    line-height: 1.5;
    margin-right: 15px;
}

.amep .text{
    text-align:center;
}

.danger .arrow{
    color:red;
}
.danger{
    color:red;
}