﻿html, body {
    scroll-behavior: smooth;
    clear: both
}

#cookie-bar {
    height: auto !important;
    line-height: 32px;
    color: #eeeeee;
    text-align: center;
    z-index: 1200;
    font-size: small
}
    /* #cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
    #cookie-bar.fixed.bottom {bottom:0; top:auto;}*/
    #cookie-bar.fixed {
        position: fixed;
        float: left;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        overflow: auto;
    }

    #cookie-bar p {
        margin: 0;
        padding: 0px !important;
    }

    #cookie-bar .cb-enable, #cookie-bar .cb-disable, #cookie-bar .cb-policy {
        color: #ffffff;
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 8px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable {
        background: #007700;
    }

        #cookie-bar .cb-enable:hover {
            background: #009900;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: #0033bb;
    }

        #cookie-bar .cb-policy:hover {
            background: #0055dd;
        }

.selectedMenuLink, .selectedSubMenuItem, .selectedMenuSubItem {
    font-weight: bold
}


#SearchBox {
    background-color: rgba(255,255,255,0.8) !important;
}

    #SearchBox input {
        border-radius: 16px
    }

#tbSearchResultString {
    border-radius: 32px
}

.SearchResultLink {
    text-decoration: none
}

.bwx-search {
    position: relative !important
}

#tbSearchString {
    position: absolute;
    left: 0 !important;
    height: 32px !important;
    width: 100% !important;
    border-radius: 16px !important
}

#ibSearch {
    border-radius: 0 16px 16px 0 !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    color: black !important;
    width: 30px;
    height: 30px
}

#ibSearchResult {
    border-radius: 0 32px 32px 0 !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    width: 54px !important;
    height: 54px !important;
    color: black !important
}

#ibSearch .fa-magnifying-glass, .bwx-searchbutton .fa-magnifying-glass {
    color: black !important;
}

.bwx-white {background-color:white!important}

.HeadLineItem .itemHeaderLink, .HeadLineItem .itemDescriptionLink {
    text-decoration: none
}

.HeadLine img {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
}

.gvNewsWire tr:last-child span {
    background-color: #ccc;
    padding: 4px 16px
}

.gvNewsWire tr:last-child a {
    padding: 4px 16px;
}

.divSpeakerThumbs img, #divSpeakerThumbs img, .divAnimatorThumbs img, #divAnimatorThumbs img {
    width: 60px !important;
    max-width: 60px !important
}

.Wizard, #Wizard1, #WebformContainer, .Webform, .StepTitle, .StepSubTitle, .Wizard select, .Wizard input, .Wizard checkbox, .Wizard radio, #YourPhotoUpload1 {
    max-width: 100% !important
}

    .Wizard input[type="text"], .Wizard input[type="number"], .Wizard input[type="date"], .Wizard select, .Wizard textarea, .Wizard ul {
        padding: 8px;
        margin-bottom: 32px;
    }

.Wizard ul li {padding-top: 8px}

input[type="radio"], input[type="checkbox"] {
    margin: 8px;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari & Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    ms-filter: contrast(150%);
    -moz-filter: contrast(150%);
    -webkit-filter: contrast(150%);
    -o-filter: contrast(150%);
    filter: contrast(150%);
} 

.Wizard .RadioButtonList li, .Wizard .CheckBoxList li {
    display: flex;
    width: 100%;
    margin: 4px;
}

    .Wizard .RadioButtonList li input[type='radio'], .Wizard .CheckBoxList li input[type='checkbox'] {
        width: 32px;
    }

    .Wizard .RadioButtonList li label, .CheckBoxList li label {
        width: 100%;
    }

#tbBirthDate {
    display: inline-block !important;
    width: 160px !important
}

input:focus:invalid {
    /*border: 2px solid red;*/
    border-bottom: 4px solid red !important;
    background-color: #b4f909;
    -moz-box-shadow: none;
    transition: 1s;
}

.w3-btn, .w3-tag, .w3-ul li, #PageMenu .MenuItem a, .WizardNavigation, .ripple-effect {
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    outline: none;
}


    .w3-btn .ripple, .w3-tag .ripple, .w3-ul li .ripple, .WizardNavigation .ripple, #PageMenu .MenuItem a .ripple, .ripple-effect .ripple {
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        transform: scale(0);
        animation: rippleEffect 0.6s linear;
        outline: none;
        overflow: hidden;
        display: inline;
        pointer-events: none;
    }

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Document icon that will fly out */
.document-icon, .paper-plane-icon {
    position: fixed;
    width: 40px;
    height: 40px;
    /*
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
}

    .document-icon::before {
        font-size: 32px;
        position: relative;
        font-family: "Font Awesome 6 Free"; /* Ensure Font Awesome is loaded */
        content: "\f56e"; /* Unicode for the document icon */
        font-weight: 900; /* Use 900 for solid icons, 400 for regular */
    }

    .document-icon::after, .paper-plane-icon::after {
        content: "";
        position: absolute;
        top: 5px;
        border-radius: 50%;
    }

    .paper-plane-icon::before {
        font-size: 32px;
        position: relative;
        font-family: "Font Awesome 6 Free"; /* Ensure Font Awesome is loaded */
        content: "\f1d8"; /* Unicode for the document icon */
        font-weight: 900; /* Use 900 for solid icons, 400 for regular */
    }


/* Animation */
@keyframes flyToCorner {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translate(calc(50vw - 40px), calc(-50vh + 40px)) scale(0.5);
        opacity: 0;
    }
}



.bwx-logmail {
    width: 200px
}

.bwx-logpass {
    width: 100px
}

.bwx-searchtextbox {
    width: 160px;
    padding-left:8px;
}

    .bwx-searchtextbox:focus {
        outline: none
    }

#tbSearchResultString::placeholder {
    font-size: smaller
}

.bwx-searchbutton {
    padding: 8px;
    font-size: larger;
}

.bwx-search {
    width: 220px;
    margin-left: 16px;
}

.bwx-zoom {
    transition: transform 2s;
    margin: 0 auto;
}

    .bwx-zoom:hover {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        overflow: hidden;
    }

.bwx-alert {
    background-color: orangered;
    padding: 4px 8px 4px 8px;
    color: white;
    display: block;
    margin: 4px
}

.bwx-modal-container {
    z-index: 1200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5)
}

#WebSiteMainTemplate, #PageMiddle {
    background-color: rgba(255,255,255,0.6) !important;
}

#PageBottom {
    background-color: rgba(255,255,255,0.6) !important;
    color: black
}

    #PageBottom, #PageBottom a {
        color: black !important
    }

#PageMiddle {
    padding-top: 16px !important
}

#PageCenter {
    background-color: rgba(255,255,255,1) !important;
}

    #PageMiddle img, #PageCenter img, #PageContent img, header img, section img, footer img {
        max-width: 100%
    }

.SponsorWall {
    margin: 8px;
    padding: 8px;
    vertical-align: top
}

.SponsorLogo {
    padding: 8px;
    border: 0.5px solid #ddd;
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: white;
    vertical-align: middle;
    margin: 8px;
}

    .SponsorLogo img {
        max-width: 90%;
        max-height: 90%;
        text-align: center;
        vertical-align: middle;
        margin: 4px;
    }

#CountDown, #CountDownEN {
    display: block;
    padding: 8px;
    margin: auto;
    text-align: center;
    min-height: 60px;
    position: relative;
    text-align: center;
}

    #CountDown div, #CountDownEN div {
        text-align: center;
        font-size: 44px;
        font-weight: normal;
        color: #000;
        margin-top: 16px;
    }

    #CountDown div, #CountDownEN div {
        display: inline-block-block;
        width: 120px;
        line-height: 0.5;
    }

    #CountDown jours, #CountDown heures, #CountDown minutes, #CountDown secondes, #CountDownEN jours, #CountDownEN heures, #CountDownEN minutes, #CountDownEN secondes {
        font-size: 12px;
        font-weight: normal;
    }

#fsMySelection {
    display: none
}

.BreadCrumbContainer {
    width: 100%;
    display: block;
}

.BreadCrumb {
    width: 100%;
    display: block;
    list-style: none;
}

    .BreadCrumb li {
        float: left;
        width: auto;
        padding-left: 30px;
        margin: 0 0;
    }


        .BreadCrumb li:before {
            font-family: 'FontAwesome';
            content: '\f054';
            margin: 0 5px 0 -15px;
        }

        .BreadCrumb li a {
            text-decoration: none;
        }

.LastCrumb a {
    text-decoration: none;
    color: black;
}

.div-fieldinput input[type=checkbox] {
    display: none;
}
    /* to hide the checkbox itself */
    .div-fieldinput input[type=checkbox] + label:before {
        font-family: FontAwesome;
        display: inline-block;
    }

    .div-fieldinput input[type=checkbox] + label:before {
        content: "\f204";
    }
    /* unchecked icon */
    .div-fieldinput input[type=checkbox] + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    .div-fieldinput input[type=checkbox]:checked + label:before {
        content: "\f205";
    }
    /* checked icon */
    .div-fieldinput input[type=checkbox]:checked + label:before {
        letter-spacing: 5px;
    }

.QuoteUp {
    padding-top: 9px;
    background: url('../Images/quoteUp.gif') no-repeat left top;
    margin-left: auto;
    max-width: 375px;
}

    .QuoteUp .QuoteText {
        color: black;
        padding: 8px 10px 6px;
        background: #FFFFF6;
        border: 1px solid #D5D5D5;
        border-color: #E5E5E5 #DDD #D5D5D5 #E0E0E0;
        border-top: none;
    }

.QuoteDown {
    padding-bottom: 9px;
    background: url('../Images/quoteDown.gif') no-repeat left bottom;
    margin-left: auto;
    max-width: 500px;
    float: left;
}

    .QuoteDown .QuoteText {
        color: black;
        padding: 8px 10px 6px;
        background: #FFFFF6;
        border: 1px solid #D5D5D5;
        border-color: #E5E5E5 #DDD #D5D5D5 #E0E0E0;
        border-bottom: none;
    }

summary {
    margin-bottom: 4px;
    font-size: large;
    font-weight: bold;
    cursor: pointer;
}

details summary > * {
    display: inline;
}

summary {
    display: block;
}

    summary::after {
        margin-left: 1ch;
        display: inline-block;
        transition: 0.2s;
        content: '\203A'; /* chevron */
        font-size: x-large;
        float: right;
    }

.Conferences summary {
    display: block !important;
    max-width: 90%
}

details[open] summary::after {
    transform: rotate(90deg);
}

#answerForm .rblStatus label {
    margin-left: 8px !important;
}


.timeline * {
    box-sizing: border-box;
}

.timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 0;
}

    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: white;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
        z-index: 1 !important;
    }

    .timeline .container {
        padding: 10px 40px;
        position: relative;
        background-color: transparent;
        width: 50%;
        z-index: 2 !important;
    }

        .timeline .container::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            right: -12.5px;
            background-color: white;
            border: 4px solid #FF9F55;
            top: 15px;
            border-radius: 50%;
            z-index: 3 !important;
        }

    .timeline .left {
        left: 0;
    }

    .timeline .right {
        left: 50%;
    }

    .timeline .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent white;
    }

    .timeline .right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    .timeline .right::after {
        left: -12.5px;
    }

    .timeline .content {
        padding: 20px 30px;
        background-color: white;
        position: relative;
        border-radius: 8px;
    }

/* ----- image with overlay ----- */
.image-with-overlay-container {
    position: relative;
    width: 100%;
}

.image-with-overlay {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

#tinymce .overlay {
    margin: 16px !important
}

.image-with-overlay-container:hover .overlay {
    opacity: 0.9;
}

.overlaylink {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.overlaytext {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#divAnswerForm input[type=radio] {
    margin-right: 8px !important
}

.badge {
    width: 32px;
    height: 32px;
    background-color: #ddd;
    color: white;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    .timeline::after {
        left: 31px;
    }

    .timeline .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        .timeline .container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
            z-index: -1;
        }

    .timeline .left::after, .timeline .right::after {
        left: 18px;
    }

    .timeline .right {
        left: 0%;
    }
}

@media all and (min-width:1001px) {
    .desktop {
        display: block !important
    }

    .tablet {
        display: block !important
    }

    .mobile {
        display: none !important
    }
}

@media all and (max-width:1000px) {

    #cookie-bar {
        height: 200px;
    }

    .desktop {
        display: none !important
    }

    .tablet {
        display: block !important
    }

    .mobile {
        display: block !important
    }
}

@media all and (max-width:798px) {

    #PageMiddle {
        margin: 0 !important;
        padding: 0 !important
    }

    .tablet {
        display: none !important
    }

    #WebSiteMainTemplate {
        overflow-x: hidden
    }

    .bwx-logmail, .bwx-logpass, .bwx-logbutton, .bwx-search {
        width: 100%;
        margin-bottom: 4px;
        display: block;
    }

    .bwx-search {
        width: 100%;
        margin-top: 8px;
    }

    /*    .bwx-searchtextbox {
        width: calc(100% - 48px);
        padding: 8px
    }

    .bwx-searchbutton {
        padding: 8px;
        font-size: larger;
        max-width: 250px;
    }*/

    #cookie-bar {
        height: 250px !important;
        line-height: 24px !important;
        padding: 8px !important;
    }

        #cookie-bar.fixed {
            height: 100vh !important;
            width: 100vw !important;
        }

    .SponsorWall {
        margin: 4px;
        padding: 4px;
        vertical-align: top
    }

    .SponsorLogo {
        padding: 4px;
        border: 0.5px solid #ddd;
        display: inline-block;
        width: 100px;
        height: 100px;
        background-color: white;
        vertical-align: middle;
        margin: 4px;
    }
}
