.list-border li {
    padding: 8px 0;
}

.thumbnail {
    border: 0px solid #ddd;
}

.text-corps {
    margin-bottom: 14px;
    line-height: 30px;
}

.ul-corps {
    margin-bottom: 20px;
    padding-left: 50px;
}

.ul-corps>li {
    padding-left: 16px;
    line-height: 30px;
}

.ul-corps>li>i {
    color: #cf0036;
    margin-right: 15px;
}

.big-title {
    color: #693048;
    font-weight: bold;
}

.center-bloc {
    background-color: #d31133 !important;
    color: #fff !important;
}

.fa-center {
    background-color: #fff;
}

.fa-center>i {
    color: #d31133 !important;
}


/* The container-radio */

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}


/* Hide the browser's default radio button */

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #bdbdbd;
}


/* On mouse-over, add a grey background color */

.container-radio:hover input~.checkmark {
    background-color: #fff;
}


/* When the radio button is checked, add a blue background */

.container-radio input:checked~.checkmark {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container-radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1d4a82;
}

.btn-send {
    font-size: 16px;
    width: 15%;
    margin: auto;
}

.btn-insc,
.btn-insc-center {
    position: absolute;
    left: 36%;
    bottom: 20px;
}

.btn-subscribe.btn-car-center {
    background: #fff !important;
    color: #d31133 !important;
    font-weight: 600 !important;
}

.tp-bullet.selected {
    display: none !important;
}

.inscri-vous {
    margin: auto;
    width: 80%;
    margin-bottom: 50px;
}

.fa-check {
    margin-right: 10px;
    color: #d01033;
    font-size: 18px;
}

@media (max-width: 991px) {
    .btn-insc,
    .btn-insc-center {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 40px;
    }
    .btn-send {
        width: 30%;
    }
}

#MereInfo,
#EleveInfo {
    display: none;
}

.btn-dark.btn-theme-colored {
    background-color: #693048;
    border: 1px solid #693048;
}







