body {

    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
}

.wrap {
    width: 100%;
}

.container {
    width: 735px;
    height: auto;
    margin: 100px auto;
    -webkit-box-shadow: 2px 2px 13px 7px rgba(237, 237, 237, 0.6);
    -moz-box-shadow: 2px 2px 13px 7px rgba(237, 237, 237, 0.6);
    box-shadow: 2px 2px 13px 7px rgba(237, 237, 237, 0.6);
}

.message {
    width: 0 auto;
    background-color: white;
    color: black;
    padding: 20px 75px 0;
    text-align: center;
}

.lead {
    margin: 0px 20px 0;
}

.lead-block {
    margin: 0 auto;
}

.support {
    display: block;
    line-height: 1.1;
    padding: 10px 0 20px;
    font-size: 14px;
    text-align: center;
}

.link-support {
    margin: 0 25px;
    font-size: 16px;
    font-weight: 600;

}

.link-support a {
    color: black;
    text-decoration: underline;
}

.danger {
    color: #D80032;
}

.green {
    color: blue;
}

.text-tarif {
    color: #757575;
}

svg {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    fill: rgb(255, 255, 255)
}

.link {
    color: rgb(0, 0, 238);
}

.col {
    text-align: left;
    display: flex;
    padding: 0 50px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #D80032;
    font-size: 14px;
}

.col1 {
    width: 50%;
    text-align: left;
    text-transform: uppercase;

}

.col2 {
    width: 50%;
    text-align: right;
    font-weight: 600;
}

.comment {
    color: #D80032;
}

.reason {
    text-align: right;
    padding: 20px 50px;
}

.line {
    border-bottom: 1px dotted #C6C6C6;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: blue;
    border-radius: 20px;
    padding: 2px 0 4px 4px;
    margin-right: 5px;
}

.info {
    display: block;
    width: 100%;
    background-color: #F9F9F9;
}

.info-col1 {
    display: inline-block;
    width: 45%;
    height: 43px;
    padding: 0 0 20px 75px;
    float: left;
    text-indent: -5px;
    font-size: 12px;
    line-height: 1.5;
}

.info-col2 {
    display: inline-block;
    width: 35%;
    /*height: 100px;*/
    padding: 0px 44px 0 0;
    font-size: 12px;
    line-height: 1.5;
}