.itcverif h2 {
    font-size: 2.6rem;
}

.option_title {
    width:100%;
    margin-top: 3px;
    margin-bottom: 0px;
    cursor:pointer;
    font-weight: 600;
    font-size: 1.65rem;
}
.option_title::after {
    content: "\F078";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: normal;
    color: #333;
    margin-top: 1.5px;
    float: right;
    font-style:normal;
}
.option_title.open::after {
    content: "\F077";
}
    .option_title.option_selected {
        font-style:italic;
    }
    .option_title > span {
        font-size: 0.8em;
        margin-left:15px;
    }
    .option_title > span span {
        margin-left:15px;
        font-weight:bold;
    }
    .option_title > span span.uplift_shop span {
        margin-left: 3px;
    }
        .option_title > span span.uplift_shop span.uplift_tooltip {
            padding-right: 2px;
        }
    .option_title > span span a {
        display: none;
    }

.sub_option_wrapper {
    display: none;
    padding-top: 12px;
}
.sub_option {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #E5E7E9;
}
.sub_option_wrapper .sub_option:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

    .sub_option.declined {
        display:none;
    }

    .sub_option label {
        display:block;
        background-color:#fff;
        border: solid 12px #fff;
    }
        .sub_option [type="checkbox"]:not(:checked) + label, .sub_option [type="checkbox"]:checked + label,
        .sub_option [type="radio"]:not(:checked) + label, .sub_option [type="radio"]:checked + label {
            font-size: 1.6rem;
            padding-left: 2.2em;
        }
        .sub_option label span {
            display: block;
            margin-top: 11px;
            font-size: 0.975em;
        }
            .sub_option label span a {
                color:initial !important;
            }
        
        .sub_option label span.uplift_shop,
        .sub_option label span.uplift_shop span:first-child{
            color:#2980b9;
            text-decoration:underline;
            cursor:pointer;
            font-size: 0.875em;
        }
            .sub_option label span.uplift_shop span {
                display: inline-block;
                margin-top: 0px;
            }

    .sub_option .itinerary {
        margin-top: 0;
        border: none;
        background: #fff;
        padding: 0 0 0 3.4em;
    }
    
.sub_option_grid {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:dashed 1px #E5E7E9;
    background-color:#fff;
}
.sub_option_grid:hover {
    background-color:#f5f5f5;
}

    .sub_option_grid label {
        margin-left:10px;
        box-sizing:border-box;
    }
        .sub_option_grid [type="checkbox"]:not(:checked) + label, .sub_option_grid [type="checkbox"]:checked + label,
        .sub_option_grid [type="radio"]:not(:checked) + label, .sub_option_grid [type="radio"]:checked + label {
            display:block;
            font-size: 1.6rem;
            padding-left: 2.2em;
        }
        .sub_option_grid label > span {
            display: inline-block;
            width:23%;
            text-align:right;
        }
            .sub_option_grid label > span a {
                color:initial !important;
            }
        .sub_option_grid label > span:first-child {
            width:75%;
            text-align:left;
        }
        .sub_option_grid label > span.uplift_shop {
            display: block;
            width:98.5%;
            text-align:right;
            margin-top:6px;
            color:#2980b9;
            text-decoration:underline;
            cursor:pointer;
            font-size: 0.875em;
        }

.decline_insurance {
    margin-left: 42px;
    margin-top: 10px;
}
    .decline_insurance > div {
        margin: 20px 0;
    }
       .decline_insurance .ass_ramq,
       .decline_insurance .ass_credit_card,
       .decline_insurance .ass_employeur {
            margin-left:32px;
        }

.itcverif .tour_op {
    text-align:center;
    float:none;
    padding:0;
}