/* typographie  */

body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: bold;
    color: #3497c4;
}

p {
    text-align: justify;
    font-weight: 100;
}

a {
    color: #3497c4; 
}

a:hover {
    color: #106a89;
    text-decoration: none; 
}

.blue
{
    color: #3497c4;
}

li
{
    padding: 5px;
}

/* Affichage de la navbar */

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 15px;
    /* position: absolute;
    right: 0;
    left: 0; */
}

.navbar-nav {
    margin-top: 10px;
    float: left;
    font-size: 12pt;
}

.navbar-nav a {
    font-weight: bold;
    color: #282828 !important;
    padding: 15px 8px !important;
}

.navbar-nav a .blue {
    color: #3497c4;
}

.navbar-brand
{
    margin-bottom:20px;
}

.navbar-nav a:hover {
    background-color: #3497c4 !important;
    color: white !important;
}

.navbar-nav a:hover .blue {
    color: white !important;
}



.link-social a {
    display: inline-block !important;
    padding: 15px 10px !important;
    color: #3497c4 !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-toggle:focus {
    border-color: #fff !important;
    background-color:#3497c4 !important;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

/* Logo sponsor */

#box-header {
    position: absolute;
    width: 100%;
}

#box-header .sponsor-content {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3) inset;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #box-header .sponsor-content img {
        height: 35px;
    }
}

/* Affichage de l'entête */

.header-index {
   min-height: 400px;
}

.header-page {
   min-height: none; 
}

.header-image {
    text-align: center;
    background: url('../img/background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-index .headline {
    padding-top: 130px;
    color: white;
}

.header-page .headline {
    padding: 60px;
    color: white;
}

.headline h1 {
    font-size: 36pt;
    font-weight: bold;
    color: white;
}

.headline h2 {
    font-weight: 100;
    font-size: 24pt;
    color: #d6effa;
    margin-top: -10px;
}

.headline h3 {
    font-size: 22pt;
}

@media only screen and (max-width: 720px)
{
    .header-index {
        min-height: 250px;
    }

    /* headline */
    .headline h1 {
        font-size: 18pt;
    }

    .headline h2 {
        font-size: 16pt;
    }

    .headline h3 {
        display: none;
    }

    .header-index .headline {
        padding-top: 75px;
    }

    .header-page .headline {
        padding: 30px;
        padding-top: 75px;
    }

    /* navbar */

    .navbar-brand {
        width: 60%;
    }



    /* smart info index page */

    #smart-info {
        text-align: center;

    }

    #smart-info i {
        margin-right: 0px !important;
    }

    #smart-info .item {
        padding: 10px 0px !important;
    }

    #smart-info #item-register {
        padding: 20px !important;
    }

}

@media only screen and (max-width: 920px) {

    #menu-main_menu {
        width: 100%;
    }
}




/* Affichage main content */

#main-content {
    padding-top: 40px;
    padding-bottom: 100px;
}

.background-grey {
    background-color: #f7f7f7;
}

/* INDEX */

.box-info-index {
    background-color: #f7f7f7; 
    padding: 20px;
    text-align: center;
    font-size: 25pt;
    margin-bottom: 50px; 
    border-left: 10px solid #DDDDDD;
}

.box-info-index-blue {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
    font-size: 25pt;
    margin-bottom: 50px;
    border-left: 10px solid #3497c4;
}

/* List sessions */

h1.conference_date {
    background-color: #3497c4;
    color: white;
    margin-bottom: 0px !important;
    margin-top: 50px !important;
    padding: 25px;
    z-index: 1000 !important;
}

.light-white
{
    color:#fff;
    font-weight: 100;
}

.conference-wrapper {
    background-color: white;
    padding: 15px 25px 15px 10px;
    border-left: 10px solid #3497c4;
    margin: 5px 0px;
}
.conference-wrapper-free{
    border-left-color: #DDDDDD !important;
}
.conference-more {
    margin: 0px !important;
}

.highlight {
    margin-bottom: 0px !important;
    font-style: italic;
}

.chair {
    background-color: rgba(52,151,196,0.15);
    font-style: normal !important;
    margin: 5px 0px !important; 
    padding: 3px 25px 3px 10px  !important;
    border-left: 10px solid rgba(52,151,196,0.15) !important;
}

.chair .meeting_date {
    font-size: 10pt;
}

.session_item, .highlight {
    padding-bottom: 15px;
}

.session_content {
    margin: 0px !important;
    display: block !important;
}

.conference-time
{
    color: #797979 !important;
    font-weight: normal !important;
}

/* tickera */

.tickera-checkout, .event_tickets, .order-details {
    background-color: white;
    border-left: 10px solid #3497c4;
    margin:auto;
}

.order-details a
{
    padding:10px;
    background-color:#3497c4;
    color:#fff;
}

.order-details a:hover
{
    background-color:#106a89;
}

.tickera_additional_info{
    background-color: white !important;
}

.tickera_checkout {
    width: 100%;
    margin-top: 50px !important;
    font-size: 13pt;
    font-weight: bold;
}

/* Affichage tableau */

.tickera-button, .button,.wpuf-submit input[type="submit"]{
    background-color: #3497c4 !important;
    border: none !important;
    border-radius: 0px !important;
    color: white !important;
    padding: 12px !important;
    background-image: none;
}

.tickera-button:hover, .button:hover {
    background-color: #106a89 !important;
}

thead {
    background-color: #d6effa;
}

th, td {
    padding: 25px !important;
}

th {
    font-size: 13pt !important;
    font-weight: bold !important;
}


/* Affichage du speaker-slider */

#speaker-slider {
    background-color: #3497c4;
    padding: 50px;
    color: white;
}

#speaker-slider h3 {
    margin-top: 0px;
    font-weight: bold;
}

#speaker-slider h3 small {
    color: #d6effa;
    font-weight: 100;
}

#speaker-slider img {

}

#speaker-slider a {
    color: white;
}

#speaker-slider a:hover {
    color: #106a89;
}

.carousel-control {
    width: 5%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

/* Affichage smart info */

#smart-info {
    margin-top: -40px;
    color: white;
}

#smart-info .items {
    background-color: #3497c4;
}


#smart-info #item-register {
    background-color: #05af51;
    height: 84px;
    padding: 31px;
}

#smart-info #item-register:hover {
    background-color: #04823c !important;
}

#smart-info .button-link {
    padding: 21px;
    color: white;
    display: block;
}

#smart-info .button-link:hover {
    background-color: #106a89 !important;
}

#smart-info i {
    margin-right: 20px;
}

/* Affichage du footer */

footer {
    text-align: center;
    background-color: #282828;
    color: white;
    padding: 25px;
}

.separator-contact-footer {
    color: #3497c4;
    margin-right: 20px;
    margin-left: 20px;
}

#copyright {
    margin-top: 20px;
    color: #8a8a8a;
    font-size: 11pt;
}

.nopadding {
   padding: 0 !important;
}


#loader{
    z-index:999999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url("../img/loader.svg") 50% 50% no-repeat rgba(0,0,0,0.5);
}

.wc_payment_methods.payment_methods.methods{
    display: none;
}

.middle-registration
{
    font-size:18px;
    font-weight: 100;
    color:#777;
}

.middle-registration-small
{
    font-size:14px;
    font-weight: 100;
    color:#777;
}