.title {
    color: #155243;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

#recapCoord {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#recapCoord article {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1a8f75;
    color: #fff;
    margin: 0 10px;
    padding: 15px;
    text-align: center;
    width: 45%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#recapCoord article:nth-of-type(even) {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

#recapCoord article h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.titleFact {
    padding: 5px 0;
    color: white;
}

.tunnel_recap_total {
    background-color: #f5e5d8;
    color: #D86018;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 25px;
    font-size: 22px;
    align-items: center;
}

.tunnel_recap_total a, .tunnel_recap_total input[type="submit"] {
    background: #155144;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 22px;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.tunnel_recap_total a:hover, .tunnel_recap_total input[type="submit"]:hover {
    background: #D86018;
}

.tunnel_recap_total a, .tunnel_recap_total input[type="submit"].disabled {
    opacity: 0.7;
    pointer-events: none;
}

.retour_aux_creneaux {
    background: #155144;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 22px;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    display: inline-block;
    margin-bottom: 15px;
}

#reglementCGV {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#reglementCGV input {
    margin-right: 7px;
    filter: sepia(1) brightness(1);
}

#reglementCGV label a, #reglementCGV label a:visited {
    color: #D86018;
}

.recap {
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 10px;
}

.recap_table th {
    color: #155243;
    font-weight: bold;
    text-align: start;
}

.recap_table .align-right {
    text-align: right;
}

#recapPanier table {
    width: 100%;
    padding: 20px;
    border-top: 2px solid #e2c7b2;
    border-bottom: 2px solid #e2c7b2;
}

.confirmation_tunnel_title {
    margin-top: 50px;
}

.confirmation_tunnel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px auto;
    max-width: 650px;
    color: #1a8f75;
    border: 2px solid #1a8f75;
    padding: 25px;
    text-align: center;
}

.confirmation_tunnel p + p {
    margin-top: 12px;
}

.confirmation_tunnel_ko {
    color: #D86018;
    border: 2px solid #D86018;
}

.confirmation_tunnel_btn {
    width: 200px;
    margin: 20px auto;
}

.recap_remise{
    background:#D86018;margin-top:5px
}
.recap_remise td{padding:5px ;color:#fff}

@media all and (max-width: 742px) {
    .cRecapitulatifTunnel {
        flex-direction: column;
    }

    .cRecapitulatifTunnel > span {
        height: 30px;
        width: 8px;
        background-color: #e2c7b2;
    }
}

@media all and (max-width: 663px) {
    .tunnel_recap_total {
        flex-direction: column;
    }

    .tunnel_recap_total a {
        margin-top: 10px;
    }
}

@media all and (max-width: 550px) {
    #recapCoord article {
        width: 100%;
    }

    #recapCoord article + article {
        margin-top: 20px;
    }
}