@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.pagewrapper {
    min-height: 100%;
    position: relative;
}

.last-div {
    padding-bottom: 250px;
    
}

.myfooter {
    width: 100%;
    height: 204px;
    position: absolute;
    bottom: 50px;
    left: 0;

}

#sessions {
    padding: 0;
}

#btnRegister {
    font-size: 22px;
    text-transform: uppercase;
}

input.locationRadioButton {
    margin-top: 5px;
    margin-right : 12px;
    width: 20px;
    height: 20px;
}

.sessionAddress {
    margin-bottom: 10px;
    font-size: 20px;

}

.moderatorName, .speakerName {
  font-size: 14px;
}

.moderatorName small, .speakerName small {
     font-size: 12px;
}



.displayTime {
    margin-top: 7px;
}


.sessionType {
    margin-top: 10px;
}

.boxwrapper {
    position: relative;
}

.boxwrapper .rightcheckbox {
    position: absolute;
    right:4px;
    top:18px;
    display: inline-block;
    width : 50px;
}

.rightcheckbox input:checked[type=checkbox] {
    color:red;
}
.rightcheckbox input {
    border: none;
    
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    
}

.boxsession strong.displayDate,
.boxsession strong.sessionModerateur,  .boxsession strong.sessionSpeaker {
    font-size: 20px;
}



.myfooter .masterClinician {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100px;
    margin-bottom: 20px;

}

a.mylng {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    display: block;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
}

#footerImage {
    width: 100px;
    max-width: 80px;
    margin: 0 auto;
    display: block;
}

.myfooter .footerContainer {
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.head img {
    width: 100%;
}


h1.title {
    font-size: 26px;
    text-align: center;
}

h1.title span.titleSubA {
    font-size: 34px;
    display: block;
    font-weight: 600;
    margin-top:10px;
}

h1.title span.titleSubB {
    /*color: #777;*/
    display: block;
}

.myic {
    font-size: 45px;
    cursor: pointer;
}

div.description {
    /*border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;*/
    padding: 20px 0;
}



div.description.register,
div.description.bydefault {
    border-top: 0px solid #ddd;
    /*border-top: 1px solid #ddd;*/
    padding: 0px 0 5px 0;
}

div.description.register {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 20px 0 5px 0;
}

.bi.myic.secondaryColor {
    display: inline;
    position: absolute;
    top: 10px;
    right: 26px;
}

.langueConference,
.translationSimul {
    margin: 10px 0;
    display: block;
}

div.description p {
    font-size: 18px;
}

.sciTitle {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;

}

.speaker .oneSpeakerAlone.img img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block;

}

.speaker .oneSpeakerAlone {
    text-align: left;
    margin-bottom: 15px;

}

.speaker .oneSpeakerAlone .credentialBold {
    font-weight: bold;
    margin-bottom: 0;
}

.btnBio:hover {
    background-color: #666 !important;
    border-color: #666;

}



.speaker .oneSpeakerAlone h2.speakerName {
    text-align: left;
    font-size: 26px;
    font-weight: 600;


}

body .speaker {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 20px 20px 0px 20px;

}

img.memberImg {
    width: 100%;
    max-width: 220px;
}

.members .oneSpeaker {
    text-align: center;
    margin-bottom: 30px;
}

.members .oneSpeaker h2.speakerName {
    font-size: 26px;
}

.members .oneSpeaker .credentialBold {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;

}

.members .oneSpeaker .credential {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.membersTitle {}

#scientificCommittee {
    margin-top: 3rem !important;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 20px 20px 0px 20px;
}

.objective .BoxObjectives {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 20px;
    padding: 5px 10px 1px 10px;
}

.thankyou {
    font-size: 22px;
    font-weight: 600;
}

.objective {
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.objective .learningObjectives {
    font-size: 24px;
    text-transform: uppercase;
}

.objective .learningObjectives li {
    font-size: 18px;
}

.objective {
    border-top: 1px solid #ddd;
    /*margin-top: 1rem !important;*/
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.boxsession {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.boxsession .boxwrapper:hover {
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    cursor: pointer;
}

.boxwrapper h3 {
    font-size: 20px;
}

.boxsession .boxwrapper {
    position: relative;
    border: 0px solid #333;
    padding: 10px;
    padding-top: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


.boxsession .boxwrapper label.sessiontitle {
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 5px 10px;
    position: absolute;
    top: -23px;
    background-color: white;
    color: white;
    text-transform: uppercase;
}




/* mobile */


@media screen and (max-width: 600px) {
 
    body.fr #speakersDiv {
        position: relative;
        padding-top: 70px;
    }

}

@media screen and (max-width: 600px) {
    .boxwrapper .displayDate {
        margin-top: 10px;
        display: block;
        text-align: center;
    }

    .boxwrapper .moderatorContainer {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    .boxwrapper .text-end {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .boxwrapper .adminOnly {
        padding: 3px;
        border: 2px dashed lightblue;
        font-size: 11px;
        position: absolute;
        bottom: 0;


        right: 20px;
    }

    .speaker .oneSpeakerAlone h2.speakerName {
        text-align: center;
    }

    .speaker .oneSpeakerAlone {
        text-align: center;
    }

    body .speaker {
        text-align: center;
        max-width: 95%;
        margin: 0 auto;
        display: block;
    }

    div.description.bydefault p {
        font-size: 16px !important;
    }

    div.description.bydefault,
    div.description {
        padding: 15px;
    }

    body .head {
        /*    
    margin-right: -11px;
    margin-left: -11px;
    */
    }

    .box-content .credentialBold {
        text-align: center !important;
        font-weight: bold;
    }

    .box-content img.imageSpeaker {
        display: block;
        margin: 5px auto;
        width: 100%;
        max-width: 220px;
    }

    .box-content h2.speakerName {
        text-align: center !important;

    }

    .box-content {
        overflow-y: scroll;
        height: 90%;

    }

}



.box-content .containerMind {
    max-width: 1140px;

    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


.box-content .container {
    margin-top: 20px;
}

.box-content .credentialBold {
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
}

.box-content img.imageSpeaker {
    display: block;
    margin: 5px auto;
    width: 100%;
    max-width: 220px;
}

.box-content h2.speakerName {
    text-align: left;
    font-weight: bold;

}

.box-content {
    overflow-y: auto;
    height: 90%;

}

#speakersDiv {
    position: relative;
    padding-top: 40px;
}

.spe {
    margin: 5px 0 15px 0;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px 10px;
    position: absolute;
    top: -31px;
    background-color: white;
    color: white!important;
    text-transform: uppercase;
}

.popoverphone {
    


    background-color: #85878b;
    font-size: 17px;
    font-weight: 600;
    padding: 3px 3px;
    margin-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    text-decoration: none;
    line-height: 15px;

}

.cookie .btnCookie {
    float: right;
}

.cookie {
    position: fixed;
    bottom: 0;
    left : 0;
    width: 100%;
    background-color: #eee;
    color:black;
    padding: 15px;

    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    

}


/* ****** */


.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentbio {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 600px; */
    /* ---------------------------------------- */
    height: 258.398px;
    /* Modify if needed */
    /* ---------------------------------------- */
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left : 0;
    right : 0;*/

    width: auto;
    max-width: 100%;
    height: auto;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}

.box-content {
    color: #000000
}

.box-content p {
    margin-bottom: 20px;
}



.PopUpContainerbio {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerbio .PopUpContentbio a.closeThisBoxbio:not([href]):not([tabindex]) {
    position: absolute;
    top: 15px;
    text-decoration: none;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cancelBtnbio {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.cancelBtnbio .btn {
    margin: 0 auto;
}

.adminOnly {
    padding: 3px;
    border: 2px dashed lightblue;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    right: 20px;
}

/* alert */

.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentAlert {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 600px; */
    /* ---------------------------------------- */

    /* ---------------------------------------- */
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left : 0;
    right : 0;*/

    width: 100%;
    max-width: 600px;
    /* ---------------------------------------- */
    height: 158.398px;
    /* Modify if needed */
    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}

.box-content {
    color: #000000
}

.box-content p {
    margin-bottom: 20px;
}


.box-content h2 {
    text-align: center;
}


.box-content p {
    text-align: center;
}

.box-content p.credential.shortBio {
    text-align: left;
}

.PopUpContainerAlert {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerAlert .PopUpContentAlert a.closeThisBoxAlert:not([href]):not([tabindex]) {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cancelBtnAlert {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.cancelBtnAlert .btn {
    margin: 0 auto;
}