body{
    background: url('../img/bg_site_blue.jpg') no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.main-header-bloc{
    background-color: #ffd800;
    padding:10px 0;
    min-height:84px;
    align-items: center;
}

.btn-style-two {
    background-color: #ffd800;
    color:#0a2d3f;
}

.btn-style-two:before {
    background-color: rgba(255,255,255,0.3);
}

.btn-style-two:hover {
    color:#1f729b;
}

.btn-style-one {
    background-color: #0a2d3f;
}

.btn-style-one:hover {
    color:#1f729b;
}

.main-header-bloc .clock{
    font-size:2.5em;
    color:#0a2d3f;
}

.main-header-bloc .mobile-nav-toggler{
    font-size:2em;
    color:#0a2d3f;
}

.page_content_home{
    padding-top:120px;
}

.schedule-block-two .inner-box {
    min-height: 100px;
    background-color: #104a68;/*#1f729b;*/
}

.schedule-block-two .time {
    height: 104px;
    padding: 38px 10px 25px 50px;
    font-size: 24px;
    background-color: #0a2d3f;
}

.main-header.fixed-header .main-box {
    background-color: #ffd800;
}

@media only screen and (max-width: 1023px) {
    .main-header, .main-header.fixed-header, .main-header .main-box {
        position: relative !important;
        background-color: #ffd800;
    }
}

.nav-outer .mobile-nav-toggler {
    color: #104a68;
}



.schedule-block-two .event-local {
    position: relative;
    float:left;
    height: 100px;
    padding: 22px 30px 16px;
    max-width: 285px;
    margin-left:10px;
}

.schedule-block-two .event-local h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
    max-height:30px;
}

.schedule-block-two .event-local .info {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #ffd800;
    font-weight: 400;
    text-transform: uppercase;
}

.schedule-block-two .event-nfo {
    position: relative;
    max-width: 350px;
    width: 100%;
    float: right;
    padding: 22px 30px 16px;
}

.schedule-block-two .event-nfo h5{
    max-height:26px;
}

.schedule-block-two .event-nfo .info{
    color: #ffd800;
}

.schedule-block-two .event-nfo:before, .schedule-block-two .event-local:before {
    position: absolute;
    left: 0;
    top: 35px;
    height: 40px;
    width: 1px;
    background-color: #0a2d3f;
    content: "";
}

.schedule-block-two .speaker-info {
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width:270px;
}

.schedule-block-two .speaker-info .name{
    max-height:30px;
}

.schedule-block-two .speaker-info .thumb{
    border:3px solid #0a2d3f;
    background: #0a2d3f;
}

.schedule-block-two .speaker-info .designation {
    font-size: 14px;
    color: #ffd800;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.schedule-block-two {
    margin-bottom: 14px;
}

.site-content .schedule-section-three{
    background: none;
    padding: 40px 0 40px;
}

.schedule-block-two .inner-box:hover {
    border-color: #ffd800;
}

.schedule-block-two .inner-box:hover .time {
    background-color: #ffd800;
    color: #0a2d3f;
}

.schedule-block-two .event-nfo .info .icon {
    color: #ffd800;
}

.schedule-block-two .inner-box {
    border: 4px solid #1f729b;
}

.alerts .alert{
    background: #ffd800;
    padding:5px 10px 0;
    margin-bottom:0;
}

.alerts .alert .message{
    overflow: hidden;
}

.alerts .alert .message div.carousel-cell{
    color:#1f729b;
    font-size:18px;
    line-height: inherit;
    margin-bottom:5px;
    margin-top:10px;
    text-transform: uppercase;
    font-weight: bold;
}

.alerts .alert .icon_area{
    text-align: center;
    padding-top:10px;
}

.alerts .alert .icon{
    font-size:2.5em;
    color:#CC0000;
    margin-left:10px;
}

/* FLICKITY EVENTS */

.carousel-cell {
    width: 100%; /* full width */
    margin-right: 10px;
}

/* position dots in carousel */
.flickity-page-dots {
    z-index:10000;
    bottom: 0;
    width:100%;
    text-align:center;
}
/* white circles */
.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid #ffd800;
    border-radius:50%;
    display: inline-block;
    margin:0 4px;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: #ffd800;
}

.carousel-cell.hidden{
    display:none;
}

.timetable{
    color:#fff;
    margin:0;
    max-height:104px;
}

.timetable .info{
    padding-top:12px;
    padding-bottom:4px;
    color: #ffd800;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.timetable .info .icon{
    display:inline-block;
    margin-right:3px;
}

.timetable h5{
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.1em;
    font-family: 'Roboto', sans-serif;
    font-size:24px;
}

.timetable .bloc-time{
    height: 104px;
    padding: 38px 0 25px 0;
    font-size: 24px;
    background-color: #0a2d3f;
    text-align: center;
}

.timetable .bloc-time .started_info{
    font-size:12px;
}

.timetable:hover .bloc-time, .started .timetable .bloc-time{
    background-color: #ffd800;
    color:#0a2d3f;
}

.schedule-block-two.started .inner-box {
    border-color: #ffd800;
}

.timetable .bloc-classe-icon{
    position:relative;
    text-align: center;
    padding-top:10px;
}

.timetable .bloc-classe-icon .thumb{
    border:3px solid #0a2d3f;
    background: #0a2d3f;
    display:inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.timetable .bloc-local:before, .timetable .bloc-formateur:before {
    position: absolute;
    left: -10px;
    top: 35px;
    height: 40px;
    width: 1px;
    background-color: #0a2d3f;
    content: "";
}

.register-form .form-group {
    margin-bottom: 0;
}

.register-form .theme-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    height: 60px;
    line-height: 40px;
}

.content-alert .alerts{
    display:none;
}

.search-buttons{
    display:flex;
}

.search-buttons > div{
    flex: auto;
}

.search-buttons .search-button{
    flex: 2.5 1 auto;
}

.register-form .search-buttons .reset-button .theme-btn{
    display:block;
    text-align: center;
}

@media (max-width: 990px){
    .timetable{
        max-height:inherit;
        padding-bottom:20px;
    }

    .main-header .alerts{
        display:none;
    }

    .content-alert .alerts{
        display:block;
    }

    .content-alert .alerts .alert{
        padding:10px;
    }
}

@media (max-width: 768px){
    .page_content_home {
        padding-top: 50px;
    }

    .logo{
        text-align:center;
    }

    .alerts{
        padding:20px 0;
    }

    .timetable {
        max-height: inherit;
        padding-bottom: 20px;
    }

    .main-header-bloc .clock{
        padding:10px 0;
    }

    .timetable .bloc-time{
        padding-top:10px;
        padding-bottom:10px;
        height:auto;
    }

    .timetable .bloc-classe-icon{
        padding-top:5px;
    }

    .timetable .bloc-classe-icon .thumb {
        height: 54px;
        width: 54px;
        margin-bottom:0;
    }

    .timetable h5 {
        line-height: 1.1em;
        font-size: 16px;
    }
}

@media (min-width: 300px) and (max-width: 768px){
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .main-header-bloc .clock{
        display:none;
    }
}

.searchArea{
    position: relative;
}

.searchIcon{
    position: absolute;
    left:0;
    top:0;
    background: #0a2d3f;
    height:60px;
    width:60px;
    text-align: center;
}
.searchIcon .icon{
    position: absolute;
    top:10px;
    left:14px;
    font-size:2.2em;
    color: #104a68;
    margin-top:10px;
}

.searchField{
    padding-left:60px;
}

.page-counter{
    position:fixed;
    right:0;
    bottom:0;
    width:100px;
    height: 100px;
}

.page-counter .triangle{
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 0;
    border-bottom: 100px solid #ffd800;

}

.counter{
    position: absolute;
    bottom:7px;
    right:7px;
    text-align: right;
}

.counter .counter-bloc{
    text-align: right;
    font-size:18px;
    color:#0a2d3f;
    width:100px;
    border-radius: 10px;
    padding:5px;
    display:inline-block;
}

.faq-section .inner-column{
    margin-top:20px;
}

.faq-section .accordion-box .accordion .acc-btn{
    background: #104a68;
    color:#fff;
}

.faq-section .accordion-box .accordion .content{
    background: #1f729b;
}

.faq-section .accordion-box .accordion .content p{
    color:#fff;
}

.accordion-box .block .content:before{
    background: transparent;
}

.faq-section .accordion-box .accordion{
    border: 4px solid #1f729b;
}

.faq-section .accordion-box .accordion.active-block{
    border: 4px solid #ffd800;
}

.accordion-box .block .acc-btn.active {
    background-color: #104a68;
    color: #ffd800;
    border-top: none;
}

.accordion-box .block .icon {
    color: #ffd800;
}

.accordion-box .block .acc-btn.active .icon:before {
    color: #ffd800;
}

.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
    color: #104a68;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 3840px) {

    .auto-container {
        max-width: none;
    }
    .schedule-block-two .inner-box {
        min-height: 200px;
        background-color: #104a68;/*#1f729b;*/
    }

    .timetable .bloc-time span{
        margin-bottom:30px;
    }

    .timetable .bloc-time {
        height: 204px;
    }

    .schedule-block-two .time {
        height: 204px;
    }

    .timetable .bloc-classe-icon .thumb {
        height: 160px;
        width: 160px;
    }

    .timetable h5 {
        margin-top: 15px;
    }

    .icon_error-triangle:before {
        font-size: 2em;
    }

    .alerts .alert .message div.carousel-cell {
        font-size: 2.5em;
    }


}