.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.modern-text-red {
    font-family: 'SourceSansPro Black';
    font-weight: 900;
    text-transform: uppercase;
    white-space: normal;
	color: #3f48cc;
}

.menu-steps {
    background-color:#3f48cc;
    color:white;
    float:left;
    position:relative;
    width:100%;
}
.menu-steps ul {
    display:block;
    font-family:'SourceSansPro Regular';
    font-weight:bold;
    margin:0 auto;
    position:relative;
    z-index:99;
}
.menu-steps li {
    border-left:1px solid #fff;
    /* cursor:pointer; */  /* removed PCE */
    list-style-type:none;
    min-height: 65px;  /* was 130px PCE */
    margin:0;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-steps li span{
    color:#fff;
    font-size:18px;
}
.menu-steps li.selected { background-color:#9097f2; }
.menu-steps li:last-child {
    border-right:1px solid #fff;
}
.menu-steps li span {
    text-decoration:none;
}

.bg-color-red {
    background-color:#3f48cc;
    z-index:1;
	width:350%;
}

.container-steps { padding:0; }
.container-cart { text-align:right; }


.table-list {
    margin-left:15px;
}
.bg-gray { background-color:#f0f1f5; }
.table-list .table-header {
    background-color:#3f48cc;
    height:auto;
    margin-top:30px;
}
.table-list .row {
    display:inline-block;
    margin-bottom:15px;
    padding-left:15px;
    position:relative;
    width:100%;
}
.table-list .table-header .head {
     color:#fff;
     display:block;
     font-size:18px;
     height:50px;
     line-height: 48px;
}

.table-list.table-txt .row.table-footer {
    margin-top: 5px;
    padding-top: 10px;
}

.table-list .row .content .input strong {
    font-size: 18px;
    font-family: 'SourceSansPro Black';
}

.table-list .row .content { padding:0; }
.table-list .row .content input,
.table-list .row .content .input {
    color:#000;
    display: block;
    font-size:15px;
    line-height: 1.3;
    padding-left:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
    width:95%;
}
/*.table-list .row .content:first-child .input { padding-left:15px; }*/
.table-list .row .content .input {
    padding-left: 15px;
    padding-right: 15px;
}

/* Cart */
.container-cart {
    padding-bottom:0;
    padding-top:30px;
}
.cart-btn {
    background-color:#9097f2;
    color:#fff;
    font-family: 'SourceSansPro Black';
    font-size:15px;
    font-weight: 900;
    line-height:45px;
    margin-right:15px;
    padding-left:30px;
    text-transform:uppercase;
}
.cart-btn span {
    background-color:#3f48cc;
    height:100%;
    font-size:17px;
    line-height:45px;
    margin-left:20px;
    text-align:center;
    width:50px;
}

.cart-btn:focus {
	background-color: #9097f2;
    color:#fff;
}

/*
.session-cart-circle {
	border-radius: 25%;
    width: 42px !important;
    line-height: 36px;
    padding: 8px;
    background: #ffffff !important;
    color: #9097f2;
    text-align: center;
	font-family: 'SourceSansPro Black';
    font-size: 17px;
}
*/

/* btn */
.back-btn {
    border:1px solid #3f48cc;
    background-color:#fff;
    color:#3f48cc;
}
.back-btn:hover {
    color: #FFF;
    background-color: #3f48cc;
}

.content-registration p {
    font-size:18px;
    line-height: 1.3;
}
.content-registration .page-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Step1 */
.content-registration input,
.content-registration select {
    /*float:left;*/
    display: inline-block;
    width:515px;
}
.content-registration select.small,
.content-registration input.small { max-width:300px; }
.content-registration select.xsmall { max-width:150px; }
.content-registration input[type="radio"],
.content-registration input[type="checkbox"] {
    float:left;
    /* margin-left:15px; */
    margin-right:10px;
    margin-top:4px;
    width:20px;
}
.content-registration input[type="checkbox"] { margin-top: 5px; }

.content-registration form .bg-color { left:0; }
.content-registration .form-group {
    float:left;
    margin-bottom:20px;
    position:relative;
    width:100%;
}
.form-group.btn-group {
    text-align:center;
    /*margin-top:80px; removed PCE */
}
.content-registration label {
    /*clear:left;
    float:left;*/
    display: inline-block;
    font-family:'SourceSansPro Regular';
    font-weight:normal;
    margin-top: 10px;
    min-width:215px;    /* field prompt min width PCE */
}
.content-registration.step2 label {
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
    width:100%;
}
.content-registration.step2 label.lower {
    text-transform:none;
}
.content-registration label.radio-label {
    clear:none;
    float:left;
    font-weight:normal;
    margin-top: 10px;	/* was zero PCE */
    margin-bottom:0;
    text-transform:none;
    width:80%;
    line-height: 1.3;
    text-align: left;
}
.content-registration label.checkbox-label {
	margin-left: 10px;    /* was 30 - push checkbox label to right so it doesn't overlap checkbox PCE */
}

.content-registration.step2 h3 { margin-bottom:50px; }
.content-registration.step3 h3 { margin-bottom:40px; }
.content-registration.step4 h3,
.content-registration.step6 h3 { margin-bottom:30px; }
.content-registration .btn {
    float:none;
    margin-bottom:10px;
    min-width:200px;   /* was 264px PCE */
}
.content-registration .form {
    padding:40px 0;   /* was 90px 0 */
    padding-left:40px;
    position: relative;
}
.content-registration .form:after {
  content: "";
  display: table;
  clear: both;
}

/* step3 */
.table-list.table-txt .row {
    display:block;
    margin-bottom:0;
    margin-top:0;
}
.table-list.table-txt .row:last-child { padding-bottom:10px; }
.table-list.table-txt span {
    text-decoration:none;
}

/* step4 */
.container-step-info { text-align:center; }
.container-step-info h3,
.container-step-info .left { text-align:left; }
.container-step-info h2 { text-align:center; }
.container-step-info p { margin-bottom:50px; }

.box-date {
    background-color: #3f48cc;
    padding: 45px 15px;
    text-align: center;
}
.box-date p {
    color: #FFF;
    margin-bottom: 35px;
}
.box-date .title-date {
    color: #f6af79;
    font-size: 30px;
    text-transform: uppercase;
}
.box-date .title-date strong { color: #FFF; }
.box-date ul { padding-left: 0; }
.box-date ul li {
    display: inline-block;
    color: #FFF;
    font-size: 34px;
    margin: 0 5px 5px 5px;
	cursor: pointer;
}
.box-date ul li button a {
    border: 1px solid #FFF;
    font-weight: 300;
    padding: 15px;
}
.box-date ul li.active {
    background-color: #FFF;
    color: #9097f2;
}
.box-date ul li.active button {
    font-family: 'SourceSansPro Bold';
}

.box-conference {
    border: 1px solid #b3b2b2;
    padding: 40px;
    text-align: left;
}
.box-conference p { margin-bottom: 10px; }
.box-conference:not(:first-child) { margin-top: -1px; }
.box-conference span {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}
.box-conference .checkbox-field { min-width: 200px; }
.infos-conference {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}
.infos-conference li {
    display: inline-block;
    border: 1px solid #000;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 5px;
}
.main-info-conference {
    margin-top: 10px;
    margin-bottom: 30px;
}
.main-info-conference img {
    margin-right: 15px;
    margin-bottom: 10px;
}
.title-conference {
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
}
.title-conference h4 {
    color: #000;
    font-family: 'SourceSansPro Bold';
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.subtitle-conference {
    color: #939598;
    text-transform: uppercase;
}
.title-conference .red-link {
    font-size: 16px;
    font-family: 'SourceSansPro Black';
    margin-top: 10px;
    margin-bottom: 0;
}
.box-conference .btn {
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 10px;
    padding-left: 40px;
    padding-right: 40px;
}
.box-conference input[type="checkbox"] { margin-left: 0; }
.checkbox-field {
    display: inline-block;
    line-height: 48px;
    vertical-align: middle;
}
.checkbox-field label { margin-top: 8px; }

.box-conference.interest {
    position: relative;
}
.box-conference.interest::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/ico-star.svg') center center no-repeat #9097f2;
    background-size: 50% auto;
    width: 40px;
    height: 40px;
}

.box-conference.briefcase {
    position: relative;
}
.box-conference.briefcase::before {
	font-family: "Glyphicons Halflings";
    position: absolute;
    top: 0;
    right: 0;
	content:"\e084";	
    /*background: url('../images/ico-star.svg') center center no-repeat #00ff00;*/
	color: #699154;
	font-size: 2.3em;
    background-size: 50% auto;
    width: 40px;
    height: 40px;
}

/* step5 */
.checkbox-list .form-group {
    margin-bottom:10px;
    margin-top:10px;
}
.checkbox-list .form-group.line {
    background-color:#f0f1f5;
    border-left:7px solid #3f48cc;
    color:#747474;
    padding: 20px 0;
}
.form-goup-list {
    clear: left;
    display: block;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
.red-circle {
    -webkit-border-radius:75px;
       -moz-border-radius:75px;
            border-radius:75px;
    background-color:#3f48cc;
    color:#fff;
    height:150px;
    line-height:20px;
    margin:0 auto 50px;
    padding: 45px 20px;
    width:150px;
}

/* step6 */
.content-registration select.xsmall#input-expiration-month { margin-right:10px; }
.content-registration.step6 p { margin-bottom:40px; }
.content-registration.step6 .msg-box p { margin-bottom:10px;margin-top:30px; }
.content-registration.step6 .intro-container h2 { text-transform:uppercase; }

.summary-title-box {
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}
.summary-title-box h4 {
    color: #FFF;
    font-family: 'SourceSansPro Regular';
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}
.summary-title-box .glyphicon {
    color: #FFF;
    font-size: 35px;
    margin-bottom: 10px;
}

.table-summary { padding-right: 0; }
.table-summary .table-list { margin-bottom: 0; }
.table-summary .table-list .row .content .input { width: 100%; }
.table-summary .table-list .row .content .input.red { color: #3f48cc; }


/* Confirmation */
.registration-confirmation .table-summary {
    padding-right: 15px;
    margin-bottom: 30px;
}
.registration-confirmation .border-box { margin-bottom: 80px; }
.icon-calendar {
    display: inline-block;
    margin: 0 auto 40px;
    width: 60px;
    height: 60px;
    background: url('../images/icon-calendar.svg') 0 0 no-repeat;
    background-size: 100% auto;
}

/* Login */
.content-registration .fields-bottom { margin-top: 20px; }  /* was 50px PCE */
.content-registration .fields-bottom .form-group {
    margin-bottom: 20px;  /* was 60px PCE */
    text-align: left;
}
.content-registration .fields-bottom label {
    width: 250px;
    margin-right: 30px;
}

/* General */
.noMarginBottom { margin-bottom:0!important; }
.caps { text-transform:uppercase; }
.input-error {
    color: #3f48cc;
    display: block;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    margin-left: 220px;
    margin-top: 5px;
}

.grey-box-list {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}
.grey-box-list .form-group.line {
    background-color: #f0f1f5;
    color: #747474;
    padding: 10px;
    text-align: left;
    width: 100%;
}
.grey-box-list .form-group.line p {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    margin-bottom: 0;
    max-width: 80%;
    text-align: left;
}
.grey-box-list .icon-star {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url('../images/ico-star.svg') center center no-repeat #a8a8ab;
    background-size: 50% auto;
}

.simple-box-text {
    padding: 45px;
}
.simple-box-text p {
    color: #FFF;
    line-height: 1.3;
}

/* BOX ORANGE */
.box-orange {
    background-color: #3f48cc;
    display: inline-block;
    margin: 40px auto;
    padding: 35px 100px;
    min-width: 500px;
}
.box-orange .icon {
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px;
}
.box-orange .icon-hotel {
    background: url('../images/icon-hotel.svg') 0 0 no-repeat;
    background-size: 100% auto;
}
.box-orange h4 {
    color: #FFF;
    font-size: 36px;
    font-family: 'SourceSansPro Regular';
    font-weight: lighter;
    margin-top: 0;
    text-transform: none;
}
.box-orange p {
    color: #FFF;
    line-height: 1.2;
    margin-bottom: 30px;
}
.box-orange .back-btn {
    border: 0;
}
/* END BOX ORANGE */


.content-dashboard .container-slider .slider {
    max-width: 1050px;
}

/* Responsive Visiteur */
@media (max-width: 1199px) {
    /* Step 4 */
     .box-date ul li {font-size: 25px; }
     .box-date ul li button { padding: 10px; }
}

@media (max-width: 991px) {
    .menu-steps li:nth-child(3) { border-right:1px solid #fff; }
    .menu-steps li:nth-child(-n+3) { border-bottom:1px solid #fff; }

    .content-registration input,
    .content-registration select {
        width:400px;
    }

    /* Step 4 */
    .box-date .title-date { font-size: 22px; }
    .box-conference { padding: 40px 30px; }
    .box-conference .btn { margin-bottom: 10px; }
}

@media (max-width: 767px) {
    .menu-steps li { min-height: 80px; }
    .menu-steps li:nth-child(3) { border-right:0; }
    .menu-steps li:nth-child(2n) { border-right:1px solid #fff; }
    .menu-steps li:nth-child(-n+4) { border-bottom:1px solid #fff; }
    .menu-steps li:last-child { border-right:1px solid #fff; }

    .content-registration select.xsmall { width:45%;max-width:100%; }
    .content-registration select.xsmall#input-expiration-month { clear:left; }
    .content-registration input,
    .content-registration select {
        width:100%;
    }
    .content-registration select.small,
    .content-registration input.small,
    .content-registration select.xsmall {
        margin-bottom: 10px;
        max-width: none;
        width: 100%;
    }
    .form-group.btn-group { margin-top: 40px; }

    .box-orange {
        min-width: 10px;
        padding: 30px 50px;
    }
    .box-orange h4 { font-size: 25px; }

    .table-list .table-header .head,
    .table-list .row .content .input {
        padding-left: 5px;
    }

    .input-error { margin-left: 0; }

    /* Step 6 */
    .step6 .table-summary { padding-left: 0; }
}

@media (max-width: 480px) {
    .content-registration .page-container {
        padding-left: 0;
        padding-right: 0;
    }

    .content-registration .form {
        padding: 40px 0 40px 20px;
    }

    .box-orange {
        padding: 30px 20px;
        width: 100%;
    }

    /* Step 4 */
    .title-conference { max-width: 100%; }

    /* Step 6 */
    .summary-title-box h4 { font-size: 20px; }
}
