/*
	Ubiquity
*/

body
{
    margin:0;
}
html,body
{
    width: 100%;
}
#ubiquity-conteneur {
    width:100%;
    background-color:#ffffff;
}
#ubiquity-conteneur input {
    margin:0px;
}

#ubiquity-conteneur input.user_creation_input{
    margin-bottom:5px;
}

.vdo_viewer_video {
    /*background-color:#f0f0f0;*/
    border:1px solid #f0f0f0;
}

.vdo_viewer_blocage_acctype {
    /*color:#000000;*/
}

.vdo_viewer_embed_ers_blocage {
    min-height: 360px;
}

.btn, a.btn {
    border-radius:3px;
    font-family: "Avenir", Roboto, Arial, serif;
    text-transform: none;
    letter-spacing: 0.009em;
    line-height:25px;
    border:0;
    padding:5px 8px 5px 8px;
}

.fancybox-skin {
    border-radius:0px;
}

.form-control {
    border-radius: 0px;
}

.form-group {
    margin-bottom:5px;
}

#ubiquity-top-bar {
    clear:both;
}

#ubiquity-top-bar h3 {
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fo-live-chat-connectes-conteneur {
    padding-top:8px;
    display:inline-block;
    font-size:0.5em;
}

#fo-live-chat-connectes {
}

#ubiquity-timeline-click {
    /*cursor: pointer;	*/
}


#ubiquity-timeline-element-conteneur {
    /*transition css*/
    -moz-transition:height 1s;
    -webkit-transition:height 1s;
    -o-transition:height 1s;
    transition:height 1s;

    width:100%;
    height:auto;

    background-color:#f0f0f0;
}

/*
#ubiquity-timeline-element-conteneur.minimized {
	height:0px;
	overflow:hidden;
}
*/

#ubiquity-video-conteneur {
    margin-bottom:10px;
}

#ubiquity-login-infos {
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:5px;
}

.ubiquity-timeline p, .ubiquity-timeline div, .ubiquity-timeline h1, .ubiquity-timeline span {
    color:#ffffff;
}

#ubiquity-timeline h1 {
    padding-left:5px;
}

.ubiquity-timeline-element {
    padding:15px;
    padding-bottom:10px;
    min-height:63px;
    height:auto;
    width:100%;
    background-color: #999999;
    background-color: rgba(0, 0, 0, 0.6);
    clear:both;
    border-bottom:1px solid #ffffff;

    margin-left:205px;/*pour transition*/

    /*padding-left:70px;*/
}

.ubiquity-timeline-element:hover {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 1);
}

.ubiquity-timeline-element.pointer {
    cursor:pointer;
}

.ubiquity-timeline-element h3 {
    font-family:'Roboto', 'Arial';
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 20px;
}

.ubiquity-timeline-element h4 {
    font-family: 'Roboto', 'Arial';
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 100;
    color: #ffffff;
}

/*.ubiquity-timeline-element p {
	font-family:'Roboto', 'Arial';
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:0.9em;
	font-weight:normal;
	clear:both;
}*/

.ubiquity-timeline-element p a {
    text-decoration:underline;
}

/*
.ubiquity-timeline-element img {
	border-radius:2px;
	position:absolute;
	margin-left:-55px;
	margin-top:5px;
}
*/
.ubiquity-timeline-element img {
    position:absolute;
    margin-left:0px;
    margin-top:-2px;
}

.ubiquity-timeline-element.type-chat {
    color:#30373a;
    background: #f7bdee; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f7bdee 0%, #f06ad3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f7bdee), color-stop(100%,#f06ad3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f7bdee 0%,#f06ad3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f7bdee 0%,#f06ad3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f7bdee 0%,#f06ad3 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f7bdee 0%,#f06ad3 100%); /* W3C */
}
.ubiquity-timeline-element img.bgimg-chat {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-commentaire {
    color:#ffffff;
    background: #4fafea; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #4fafea 0%, #50afeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fafea), color-stop(100%,#50afeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #4fafea 0%,#50afeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #4fafea 0%,#50afeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #4fafea 0%,#50afeb 100%); /* IE10+ */
    background: linear-gradient(135deg,  #4fafea 0%,#50afeb 100%); /* W3C */
}
.ubiquity-timeline-element img.bgimg-commentaire {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-twitter {
    color:#ffffff;
    background: #4fafea; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #4fafea 0%, #50afeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fafea), color-stop(100%,#50afeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #4fafea 0%,#50afeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #4fafea 0%,#50afeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #4fafea 0%,#50afeb 100%); /* IE10+ */
    background: linear-gradient(135deg,  #4fafea 0%,#50afeb 100%); /* W3C */
}
.ubiquity-timeline-element img.bgimg-twitter {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-sondage {
    color:#ffffff;
    background: #92a82e; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #92a82e 0%, #95ad2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#92a82e), color-stop(100%,#95ad2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #92a82e 0%,#95ad2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #92a82e 0%,#95ad2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #92a82e 0%,#95ad2a 100%); /* IE10+ */
    background: linear-gradient(135deg,  #92a82e 0%,#95ad2a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a82e', endColorstr='#95ad2a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ubiquity-timeline-element img.bgimg-sondage {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-doc-pho {
    color:#ffffff;
    background: #efcc61; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #efcc61 0%, #d98a22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#efcc61), color-stop(100%,#d98a22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #efcc61 0%,#d98a22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #efcc61 0%,#d98a22 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #efcc61 0%,#d98a22 100%); /* IE10+ */
    background: linear-gradient(135deg,  #efcc61 0%,#d98a22 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcc61', endColorstr='#d98a22',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ubiquity-timeline-element img.bgimg-doc-pho {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-user-pho {
    color:#ffffff;
    background: #efcc61; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #efcc61 0%, #d98a22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#efcc61), color-stop(100%,#d98a22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #efcc61 0%,#d98a22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #efcc61 0%,#d98a22 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #efcc61 0%,#d98a22 100%); /* IE10+ */
    background: linear-gradient(135deg,  #efcc61 0%,#d98a22 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcc61', endColorstr='#d98a22',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ubiquity-timeline-element img.bgimg-user-pho {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-doc-txt {
    color:#ffffff;
    background: #b62f37; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #b62f37 0%, #b52e38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b62f37), color-stop(100%,#b52e38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* IE10+ */
    background: linear-gradient(135deg,  #b62f37 0%,#b52e38 100%); /* W3C */
}
.ubiquity-timeline-element img.bgimg-doc-txt {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-doc-link {
    color:#ffffff;
    background: #b62f37; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #b62f37 0%, #b52e38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b62f37), color-stop(100%,#b52e38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* IE10+ */
    background: linear-gradient(135deg,  #b62f37 0%,#b52e38 100%); /* W3C */
}
.ubiquity-timeline-element img.bgimg-doc-link {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-info {
    color:#30373a;
    background: #c7cac9; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #c7cac9 0%, #abacaf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c7cac9), color-stop(100%,#abacaf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #c7cac9 0%,#abacaf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #c7cac9 0%,#abacaf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #c7cac9 0%,#abacaf 100%); /* IE10+ */
    background: linear-gradient(135deg,  #c7cac9 0%,#abacaf 100%); /* W3C */
}
.ubiquity-timeline-element img.bgimg-info {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-question {
    color:#ffffff;
    background: #8364d0;
    background: -moz-linear-gradient(-45deg,  #8364d0 0%, #5f3abb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8364d0), color-stop(100%,#5f3abb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #8364d0 0%,#5f3abb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #8364d0 0%,#5f3abb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #8364d0 0%,#5f3abb 100%); /* IE10+ */
    background: linear-gradient(135deg,  #8364d0 0%,#5f3abb 100%); /* W3C */
}
.ubiquity-timeline-element:hover {
    opacity: 0.8;
}
.ubiquity-timeline-element img.bgimg-question {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element span.cropimg, .ubiquity-timeline-element img.cropimg {
    float:left;
    margin-right:5px;
}

.ubiquity-timeline-element span.actiontxt {
    clear:both;
    font-size:0.8em;
    text-align:left;
    text-decoration:underline;
    display:block;
    font-weight:bold;
    float:left;
    font-family:'Roboto', 'Arial';
    font-weight:normal;
    text-transform: lowercase;
}

.ubiquity-timeline-element span.author {
    font-size:0.8em;
    text-align:right;
    float:left;
    display:none;
}

.ubiquity-timeline-element h4.timelineUserName {
    font-size:1rem;
}

/*Exception live CMA CGM - Affichage infos ceux qui posent les questions*/
#ubiquity-timeline-element-conteneur[id_vdo='595'] .ubiquity-timeline-element.type-question span.author {
    margin-top:5px;
    font-size:0.8em;
    text-align:right;
    float:right;
    display:inline-block;
}

.ubiquity-timeline-element span.timestamp {
    display:none;

    font-size:0.8em;
    width:50px;
    float:right;
    display:inline-block;
    text-align:right;
    width:50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    font-family:'Roboto', 'Arial';
    font-weight:100;
}

/*formulaire question*/
#askQuestion {
    margin-top:2px;
    margin-bottom:15px;
}

/*contacter un moderateur*/

#fo-live-interface-live-moderateur-contact {
}

/*Resize photo jointe*/
.ubiquity-doc-pho-imagewrapper {
    width: 100%; /* Or whatever width you want */
    height:400px;
}
.ubiquity-doc-pho-imagewrapper img {
    max-width: 100%;
    height: auto;
    width: auto; /* For IE8 */
}

/*Teaser*/
.compte-a-rebours {
    padding:10px;
    font-size:1.5em;
    color:#ffffff;
    background: #b62f37; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #b62f37 0%, #b52e38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b62f37), color-stop(100%,#b52e38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* IE10+ */
    background: linear-gradient(135deg,  #b62f37 0%,#b52e38 100%); /* W3C */

    font-family:'Roboto', 'Arial';
    font-weight:100;
}

.compte-a-rebours .btn {
    float:right;
}

/*Sondages*/
ol, ul { list-style: none; }

.fo_live_internaute_sondage_bloc_btn{
    text-align:center;
    margin-top:30px;
}

.fo_live_internaute_sondage_reponse_bloc{
    margin-top:9px;
    margin-bottom:9px;
}

.fo_live_internaute_sondage_reponse_bloc_reponse_titre{
    /*margin-left:100px;*/
    width:auto;
    display:block;
}

.fo_live_internaute_sondage_prog_bar {
    margin-top:5px;
    display:inline-block;
}

.fo_live_internaute_sondage_prog_bar div {
    padding:5px;
    display:block;
}

.fo_live_internaute_sondage_prog_bar_true {
    border:5px solid #1a391a;
    background-color:green!important;
}

.fo_live_internaute_sondage_prog_bar_true_txt {
    color:green;
    font-weight:bold;
}
.fo_live_internaute_sondage_prog_bar_true_txt i {
}

.fo_live_internaute_sondage_prog_bar .vdopollPrct {
    font-weight:bold;
    font-size:1.2em;
}
.vdoPollNbContainer {
    font-size:0.7em;
    color:#999999;
    padding:0px;
    margin:0px;
    display:inline-block;
}

.fo_live_internaute_sondage_reponse {
    font-size:1.4em;
    border-bottom:1px solid #e1e1e1;
}

.fo_live_internaute_sondage_prog_bar {
    min-width:70px;
}

.fo_live_internaute_sondage_resultat_nbparticipant{
    text-align:right;
    margin-top: 20px;
}

#fo_live_internaute_sondage_reponse_radio{

    width: 100%;
    /*margin-left: 150px;*/
}

#fo_live_internaute_sondage_reponse_radio li{

    margin-bottom: 10px;
    text-align: justify;
}

#fo_live_internaute_sondage_reponse_radio li input{
    margin-top:-3px;
    margin-right:10px;
}


.fo_live_internaute_sondage_tiret{
    background-color: rgba(180, 180, 180, 0.88);
    height: 1px;
    width: 80%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}

.fo_live_internaute_sondage_prog_border {
    width: 250px;
    height: 20px;
    background: #FFF;
    border: 1px solid #DDD;
    float: left;
    margin-right: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.fo_live_internaute_sondage_prog_bar {
    height: 30px;
    background-color: #db0726; /*#ff6600;*/
    padding-left: 2px;
}

.fo_live_internaute_sondage_prog_bar[reponse='1'] {
    background-color: #301A4B; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='2'] {
    background-color: #6DB1BF; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='3'] {
    background-color: #B6CED6; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='4'] {
    background-color: #D8C8CE; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='5'] {
    background-color: #F9C2C5; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='6'] {
    background-color: #F6AEB1; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='7'] {
    background-color: #C68F8A; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='8'] {
    background-color: #998377; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='9'] {
    background-color: #3F6C51; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='10'] {
    background-color: #db0726; /*#ff6600;*/
}

/*Speciale version mobile (pas IO)*/
.ubiquity-mobile-timeline-scrollable {
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    /*height:100vh;*/
    height:auto;
}

/*MediaQueries*/

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

    .showIfSmallScreen {
        display:;
    }
    .showIfBigScreen {
        display:none;
    }

}

/* Medium / big devices (desktops, 992px and up) */
@media (min-width: 768px) {
    .showIfSmallScreen {
        display:none;
    }
}

.ubiquity-question-internaute-pj-status {
    font-size:0.8em;
    text-align:center;
    font-style: italic;
}

.ubiquity-timeline-element div.ubiquity-vignette-miniature {
    position:relative;
    float:right;
}

.ubiquity-timeline-element div.ubiquity-vignette-miniature img {
    height:55px;
    width:auto;
    right:0;
    position:absolute;
    border:3px solid white;
}

.ubiquity-phot-send-cancel {
    background-image: url('http://cdnimg.stream-up.com/DEFAULT/images/ubiquity-cancel-img.png');
    background-repeat: no-repeat;
    padding-left: 13px;
    text-decoration:none;
    color:#a8a8a8;
    margin-left: 20px;
}

.ubiquity-question-internaute-pj-status {
    padding:3px;
}

.ubiquity-phot-send-cancel:hover {
    text-decoration:none;
    color:#a8a8a8;
}

.ubiquity-chat-msg-conteneur {
    padding:3px;
}

.ubiquity-chat-msg-conteneur:nth-child(even) {background: #eeeeee}
.ubiquity-chat-msg-conteneur:nth-child(odd) {background: #FFF}

.ubiquity-chat-msg-time {
    font-size:0.8em;
}

#ubiquity-interactive-conteneur .btn {
    font-size:1em;
}

/*Nb connectes*/
#fo-live-chat-connectes-conteneur {
    display:inline-block;
    position:absolute;
    margin-top:10px;
    margin-left:10px;
    color:white;
    background-color:#333333;
    padding:5px;
    font-size:10px;
    border-radius: 5px;
    z-index:999999999;
    opacity:0.8;
}

.pollAnwserContainerIfNotRegie {
    min-width:40vw;
    max-width:80vw;
}

.pollAnwserContainer .custom-control.poll-to-answer {
    padding-top:5px;
    padding-bottom:5px;

    border-bottom:1px solid #e1e1e1;
}
.pollAnwserContainer .custom-control.poll-to-answer:first-of-type {
    border-top:1px solid #e1e1e1;
    padding-top:10px;
}

.pollAnwserContainer h4 {
    font-size:1.4em;
}

.pollAnwserContainer .custom-control label {
    padding-left:5px;
    font-size:1.2em;
    display:block;
}

.liveProfilePictureModerator {
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.sessionInformationBtn {
    text-transform: none;
}

.liveProfilePicture {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.moderatorName {
    font-size: 14px;
    padding-top: 14px;
    margin-left:10px;
}

.facultieName {
    font-size: 14px;
    padding-top: 14px;
    margin-left:10px;
}

.QA {
    display:none;
}

.iconQA {
    display:none;
}

.titleQA {
    display:none;
}

.textQA {
    display:none;
}

.messageSendInfo {
    display:none;
    margin-left: .8rem;
    margin-right: .8rem;
}

.surveyIcon {
    position: relative!important;
    margin-left: 20px!important;
}

/*NoTimeline settings*/
#ubiquity-conteneur.noTimeline {
    padding-left: 0px;
    border: 0px;
    max-width:1000px;
}
#ubiquity-conteneur.noTimeline #ubiquity-questions-conteneur, #ubiquity-conteneur.noTimeline #ubiquity-questions-conteneur-2 {
    margin-top:15px;
}
#ubiquity-conteneur.noTimeline #askQuestion {
    border-top:0px;
}

.live-like-holder {
    border-radius: 10px;
    border: 1px solid white;
}

.live-like-holder__voted {
    background-color: white;
}

.live-like-holder__voted-question {
    color: #8364d0;
}

.live-like-holder__voted-commentaire {
    color: #4fafea;
}

.live-like-holder:hover {
    cursor:pointer;
}

body
{
    margin:0;
}
html,body
{
    width: 100%;
}
#ubiquity-conteneur {
    width:100%;
    background-color:#ffffff;
}
#ubiquity-conteneur input {
    margin:0px;
}

#ubiquity-conteneur input.user_creation_input{
    margin-bottom:5px;
}

.vdo_viewer_video {
    /*background-color:#f0f0f0;*/
    border:1px solid #f0f0f0;
}

.vdo_viewer_blocage_acctype {
    /*color:#000000;*/
}

.fancybox-skin {
    border-radius:0px;
}

.form-control {
    border-radius: 0px;
}

.form-group {
    margin-bottom:5px;
}

#ubiquity-top-bar {
    clear:both;
}

#ubiquity-top-bar h3 {
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fo-live-chat-connectes-conteneur {
    padding-top:8px;
    display:inline-block;
    font-size:0.5em;
}

#fo-live-chat-connectes {
}

#ubiquity-timeline-click {
    /*cursor: pointer;	*/
}

#ubiquity-timeline-element-conteneur {
    /*transition css*/
    -moz-transition:height 1s;
    -webkit-transition:height 1s;
    -o-transition:height 1s;
    transition:height 1s;

    width:100%;
    height:auto;
}

#ubiquity-video-conteneur {
    margin-bottom:10px;
    padding-right: 7px;
}

#ubiquity-login-infos {
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:5px;
}

.ubiquity-timeline p, .ubiquity-timeline div, .ubiquity-timeline h1, .ubiquity-timeline span {
    color:#ffffff;
}

#ubiquity-timeline h1 {
    padding-left:5px;
}

.ubiquity-timeline-element {
    padding:15px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 8px;
    min-height:70px;
    width:100%;
    background-color: #999999;
    background-color: rgba(0, 0, 0, 0.6);
    clear:both;
    border-radius:0.2rem;
    margin-left:205px;/*pour transition*/
}

.ubiquity-timeline-element:hover {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 1);
}

.ubiquity-timeline-element.pointer {
    cursor:pointer;
}

.ubiquity-timeline-element h3 {
    font-family:'Montserrat', 'Roboto', 'Arial';
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 20px;
}

.ubiquity-timeline-element h4 {
    font-family: 'Montserrat', 'Roboto', 'Arial';
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 100;
    color: #ffffff;
}


.ubiquity-timeline-element p a {
    text-decoration:underline;
}


.ubiquity-timeline-element.type-chat {
    color:#30373a;
    background: #f7bdee 0% 0% no-repeat padding-box
}
.ubiquity-timeline-element img.bgimg-chat {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-commentaire {
    color: var(--timeline-live-comment-color);
    background: var(--timeline-live-comment-bg-color) 0 0 no-repeat padding-box;
}
.ubiquity-timeline-element img.bgimg-commentaire {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-twitter {
    color:#ffffff;
    background: #4fafea 0% 0% no-repeat padding-box;
}
.ubiquity-timeline-element img.bgimg-twitter {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-sondage {
    color: var(--timeline-live-vote-color);
    background: var(--timeline-live-vote-bg-color) 0 0 no-repeat padding-box;
}
.ubiquity-timeline-element img.bgimg-sondage {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-doc-pho {
    color: var(--timeline-live-file-link-color);
    background: var(--timeline-live-file-link-bg-color) 0 0 no-repeat padding-box;
}

.ubiquity-timeline-element img.bgimg-doc-pho {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-user-pho {
    color: var(--timeline-live-photo-color);
    background: var(--timeline-live-photo-bg-color) 0 0 no-repeat padding-box;
}

.ubiquity-timeline-element img.bgimg-user-pho {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-doc-txt {
    color: var(--timeline-live-file-link-color);
    background: var(--timeline-live-file-link-bg-color) 0 0 no-repeat padding-box;

}
.ubiquity-timeline-element img.bgimg-doc-txt {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-doc-link {
    color: var(--timeline-live-website-link-color);
    background: var(--timeline-live-website-link-bg-color) 0 0 no-repeat padding-box;
}
.ubiquity-timeline-element img.bgimg-doc-link {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-info {
    color: var(--timeline-live-info-color);
    background: var(--timeline-live-info-bg-color) 0 0 no-repeat padding-box;
}
.ubiquity-timeline-element img.bgimg-info {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element.type-question {
    color: var(--timeline-live-question-color);
    background: var(--timeline-live-question-bg-color) 0 0 no-repeat padding-box;
}
.ubiquity-timeline-element:hover {
    opacity: 0.8;
}
.ubiquity-timeline-element img.bgimg-question {
    width:35px;
    height:35px;
}

.ubiquity-timeline-element span.cropimg, .ubiquity-timeline-element img.cropimg {
    float:left;
    margin-right:5px;
}

.ubiquity-timeline-element span.actiontxt {
    clear:both;
    font-size:0.8em;
    text-align:left;
    text-decoration:underline;
    display:block;
    float:left;
    font-family:'Roboto', 'Arial';
    font-weight:normal;
    text-transform: lowercase;
}

.actiontxt {
    text-decoration:underline;
    font-size: 12px;
    font-family: 'Roboto', 'Arial';
}

.ubiquity-timeline-element span.author {
    font-size:0.8em;
    text-align:right;
    float:left;
    display:none;
}

.ubiquity-timeline-element h4.timelineUserName {
    font-size:10px;
    line-height: 13px;
    font-weight: bold;
}

.ubiquity-timeline-element span.timestamp {
    display:none;
    font-size:0.8em;
    width:50px;
    float:right;
    display:inline-block;
    text-align:right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    font-family:'Roboto', 'Arial';
    font-weight:100;
}

/*formulaire question*/
#askQuestion {
    margin-top:2px;
}

/*contacter un moderateur*/

#fo-live-interface-live-moderateur-contact {
}

/*Resize photo jointe*/
.ubiquity-doc-pho-imagewrapper {
    width: 100%; /* Or whatever width you want */
    height:400px;
}
.ubiquity-doc-pho-imagewrapper img {
    max-width: 100%;
    height: auto;
    width: auto; /* For IE8 */
}

/*Teaser*/
.compte-a-rebours {
    padding:10px;
    font-size:1.5em;
    color:#ffffff;
    background: #b62f37; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #b62f37 0%, #b52e38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b62f37), color-stop(100%,#b52e38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #b62f37 0%,#b52e38 100%); /* IE10+ */
    background: linear-gradient(135deg,  #b62f37 0%,#b52e38 100%); /* W3C */

    font-family:'Roboto', 'Arial';
    font-weight:100;
}

.compte-a-rebours .btn {
    float:right;
}

/*Sondages*/
ol, ul { list-style: none; }

.fo_live_internaute_sondage_bloc_btn{
    text-align:center;
    margin-top:30px;
}

.fo_live_internaute_sondage_reponse_bloc{
    margin-top:9px;
    margin-bottom:9px;
}

.fo_live_internaute_sondage_reponse_bloc_reponse_titre{
    /*margin-left:100px;*/
    width:auto;
    display:block;
}

.fo_live_internaute_sondage_prog_bar {
    margin-top:5px;
    display:inline-block;
}

.fo_live_internaute_sondage_prog_bar div {
    padding:5px;
    display:block;
}

.fo_live_internaute_sondage_prog_bar_true {
    border:5px solid #1a391a;
    background-color:green!important;
}

.fo_live_internaute_sondage_prog_bar_true_txt {
    color:green;
    font-weight:bold;
}
.fo_live_internaute_sondage_prog_bar_true_txt i {
}

.fo_live_internaute_sondage_prog_bar .vdopollPrct {
    font-weight:bold;
    font-size:1.2em;
}
.vdoPollNbContainer {
    font-size:0.7em;
    color:#999999;
    padding:0px;
    margin:0px;
    display:inline-block;
}

.fo_live_internaute_sondage_reponse {
    font-size:1.4em;
    border-bottom:1px solid #e1e1e1;
}

.fo_live_internaute_sondage_prog_bar {
    min-width:70px;
}

.fo_live_internaute_sondage_resultat_nbparticipant{
    text-align:right;
    margin-top: 20px;
}

#fo_live_internaute_sondage_reponse_radio{

    width: 100%;
    /*margin-left: 150px;*/
}

#fo_live_internaute_sondage_reponse_radio li{

    margin-bottom: 10px;
    text-align: justify;
}

#fo_live_internaute_sondage_reponse_radio li input{
    margin-top:-3px;
    margin-right:10px;
}


.fo_live_internaute_sondage_tiret{
    background-color: rgba(180, 180, 180, 0.88);
    height: 1px;
    width: 80%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
}

.fo_live_internaute_sondage_prog_border {
    width: 250px;
    height: 20px;
    background: #FFF;
    border: 1px solid #DDD;
    float: left;
    margin-right: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.fo_live_internaute_sondage_prog_bar {
    height: 30px;
    background-color: #db0726; /*#ff6600;*/
    padding-left: 2px;
}

.fo_live_internaute_sondage_prog_bar[reponse='1'] {
    background-color: #301A4B; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='2'] {
    background-color: #6DB1BF; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='3'] {
    background-color: #B6CED6; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='4'] {
    background-color: #D8C8CE; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='5'] {
    background-color: #F9C2C5; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='6'] {
    background-color: #F6AEB1; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='7'] {
    background-color: #C68F8A; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='8'] {
    background-color: #998377; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='9'] {
    background-color: #3F6C51; /*#ff6600;*/
}
.fo_live_internaute_sondage_prog_bar[reponse='10'] {
    background-color: #db0726; /*#ff6600;*/
}

/*Speciale version mobile (pas IO)*/
.ubiquity-mobile-timeline-scrollable {
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    height:auto;
}

/*MediaQueries*/

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

    .showIfSmallScreen {
        display:revert;
    }
    .showIfBigScreen {
        display:none;
    }

}

/* Medium / big devices (desktops, 992px and up) */
@media (min-width: 768px) {

    .showIfSmallScreen {
        display:none;
    }
    .showIfBigScreen {
        display:revert;
    }

}

.ubiquity-question-internaute-pj-status {
    font-size:0.8em;
    text-align:center;
    font-style: italic;
}

.ubiquity-timeline-element div.ubiquity-vignette-miniature img {
    width:auto;
    border-radius: 10px;
    position: static;
}

.ubiquity-phot-send-cancel {
    background-image: url('http://cdnimg.stream-up.com/DEFAULT/images/ubiquity-cancel-img.png');
    background-repeat: no-repeat;
    padding-left: 13px;
    text-decoration:none;
    color:#a8a8a8;
    margin-left: 20px;
}

.ubiquity-question-internaute-pj-status {
    padding:3px;
}

.ubiquity-phot-send-cancel:hover {
    text-decoration:none;
    color:#a8a8a8;
}

.ubiquity-chat-msg-conteneur {
    padding:3px;
}

.ubiquity-chat-msg-conteneur:nth-child(even) {background: #eeeeee}
.ubiquity-chat-msg-conteneur:nth-child(odd) {background: #FFF}

.ubiquity-chat-msg-time {
    font-size:0.8em;
}

#ubiquity-interactive-conteneur .btn {
    font-size:0.9em;
}

/*Nb connectes*/
#fo-live-chat-connectes-conteneur {
    display:inline-block;
    position:absolute;
    margin-top:10px;
    margin-left:10px;
    color:white;
    background-color:#333333;
    padding:5px;
    font-size:10px;
    border-radius: 5px;
    z-index:1;
    opacity:0.8;
}

.pollAnwserContainerIfNotRegie {
    min-width:40vw;
    max-width:80vw;
}

.pollAnwserContainer .custom-control.poll-to-answer {
    padding-top:5px;
    padding-bottom:5px;

    border-bottom:1px solid #e1e1e1;
}
.pollAnwserContainer .custom-control.poll-to-answer:first-of-type {
    border-top:1px solid #e1e1e1;
    padding-top:10px;
}

.pollAnwserContainer h4 {
    font-size:1.4em;
}

.pollAnwserContainer .custom-control label {
    padding-left:5px;
    font-size:1.2em;
    display:block;
}

.liveProfilePictureModerator {
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.sessionInformationBtn {
    text-transform: none;
}

.liveProfilePicture {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.moderatorName {
    font-size: 14px;
    padding-top: 14px;
    margin-left:10px;
}

.facultieName {
    font-size: 14px;
    padding-top: 14px;
    margin-left:10px;
}

.QA {
    display:none;
}

.iconQA {
    display:none;
}

.titleQA {
    display:none;
}

.textQA {
    display:none;
}

.messageSendInfo {
    display:none;
    margin-left: .8rem;
    margin-right: .8rem;
}

.surveyIcon {
    position: relative!important;
    margin-left: 20px!important;
}

/*NoTimeline settings*/
#ubiquity-conteneur.noTimeline {
    padding-left: 0px;
    border: 0px;
    max-width:1000px;
}
#ubiquity-conteneur.noTimeline #ubiquity-questions-conteneur, #ubiquity-conteneur.noTimeline #ubiquity-questions-conteneur-2 {
    margin-top:15px;
}
#ubiquity-conteneur.noTimeline #askQuestion {
    border-top:0px;
}

.timelineElementText {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    display:block;
    margin:0;
    padding:0;
    overflow:hidden;
    clear:both;
    letter-spacing: 0px;
    opacity: 1;
    overflow-wrap: break-word;/*Retour a la ligne auto URLs*/
}

.timelineElementTextFacultyName {
    font-weight:900 !important;
    display: inline;
}

.ubiquity-fullscreen-btn {
    background: #2A3E95 0% 0% no-repeat padding-box;
    border-color: #2A3E95;
    text-transform: none;
    opacity: 1;
}

.send-button {
    background: #20D827 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border-radius: 10px;
    opacity: 1;
    width: 42px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-question-input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000004D;
    border-radius: 10px !important;
    opacity: 1;
}

.timelineElementContent {
    height: 100%;
}

h4.askQuestion, h4.sendPhoto {
    font-size:20px;
    font-weight:bold;
    border:0px;
}

.askQuestionSeparator {
    margin:0px;
    border:0px!important;
}
.sendPhotoRow {
    padding-bottom:10px;
    padding-top:5px;
    border-bottom: 3px solid #2A3E95;
}

.sendPhoto {
    letter-spacing: 0px;
    color: #2A3E95;
    opacity: 1;
}

.upload-btn-ubiquity-photo-send {
    background: #5a7cfc 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color: #FFFFFF;
    font-weight: bolder;
    text-transform: none;
}

.btn-switch-question-to-picture {
    border-radius: 10px!important;
    opacity: 1;
}

.ubiquity-font-weight-normal {
    font-weight: normal;
}

#breakoutRoomModalBody {
    font-size:16px;
}
#breakoutRoomModalBody .list-group-item{
    font-size:18px;
}
#breakoutRoomModalBody .btn {
    color:#ffffff!important;
    text-transform: none;
    width:auto;
}
#breakoutRoomModalBody .wysiwyg-edited {
    max-height:300px;
    overflow-x:auto;
}
.icon-color {
    color:white;
}

#ubiquity-interactive-conteneur {
    padding-left: 7px;
}

#select-question-type {
    border-bottom: 3px solid #2A3E95;
}

#select-question-type .nav-item {
    margin-bottom: 0px;
}

#select-question-type .nav-item .active{
    color: #ffffff;
    background-color: #2a3e95;
}

#select-question-type .nav-item .active .askQuestion{
    color: #ffffff;
}

#select-question-type .nav-item .active .sendPhoto{
    color: #ffffff;
}

.no-background {
    background-color: #ffffff!important;
}

.live-like-holder {
    border-radius: 10px;
    border: 1px solid white;
}

.live-like-holder__voted {
    background-color: white;
}

.live-like-holder__voted-question {
    color: #2A3E95;
}

.live-like-holder__voted-commentaire {
    color: #24A2B7;
}

.live-like-holder:hover {
    cursor:pointer;
}
select.faculty-selector,
#askQuestion .live-question-input {
    height:40px;
    border-radius:0px!important;
    border-color:#e1e1e1!important;
    box-shadow: none!important;
}

#askQuestion .send-button {
    height:40px;
    border-radius:0.2rem!important;
}
#liveSessionInfo {
    font-size:15px;
}
#liveSessionInfo .liveSessionType {
    white-space: nowrap;
}
#liveSessionInfo hr.noDisplay, #liveSessionInfo #img-cotype-label {
    display:none;
}

#liveSessionInfo h4.interventionTitle {
    display: none;
}


.ubiquity-timeline-element {
    border-radius: 4px;
    border: 1px solid #0F589A;
    outline: 5px solid #CFDEEB;
    outline-offset:-6px;
    height:100%;
    padding:unset;
}

.ubiquity-timeline-element.type-commentaire {
    outline: unset;
    background-color:var(--timeline-live-comment-bg-color);
    color:var(--timeline-live-comment-color);
}
.ubiquity-timeline-element.type-question {
    outline: unset;
    background-color:var(--timeline-live-question-bg-color);
    color:var(--timeline-live-question-color);
}
.ubiquity-timeline-element.type-doc-txt {
    outline: unset;
    background-color:var(--timeline-live-file-link-bg-color);
    color:var(--timeline-live-file-link-color);
}
.ubiquity-timeline-element.type-doc-link {
    outline: unset;
    background-color:var(--timeline-live-website-link-bg-color);
    color:var(--timeline-live-website-link-color);
}
.ubiquity-timeline-element.type-doc-pho {
    outline: unset;
    background-color:var(--timeline-live-file-link-bg-color);
    color:var(--timeline-live-file-link-color);
}
.ubiquity-timeline-element.type-info,
.ubiquity-timeline-element.type-sondage,
.ubiquity-timeline-element.type-user-pho {
    background-color: white;
}
.ubiquity-timeline-element.type-commentaire .timeline-element__icon-holder {
    background-color: var(--timeline-live-comment-bg-color);
}
.ubiquity-timeline-element.type-commentaire .timelineElementText,
.ubiquity-timeline-element.type-commentaire .timelineUserName {
    color: var(--timeline-live-comment-color)!important;
}
.ubiquity-timeline-element.type-question .timeline-element__icon-holder {
    background-color:var(--timeline-live-question-bg-color);
}
.ubiquity-timeline-element.type-question .timelineElementText,
.ubiquity-timeline-element.type-question .timelineUserName {
    color: var(--timeline-live-question-color)!important;
}
.ubiquity-timeline-element.type-doc-txt .timeline-element__icon-holder {
    background-color: var(--timeline-live-file-link-bg-color);
}
.ubiquity-timeline-element.type-doc-txt .timelineElementText,
.ubiquity-timeline-element.type-doc-txt .timelineUserName {
    color: var(--timeline-live-file-link-color)!important;
}
.ubiquity-timeline-element.type-doc-link .timeline-element__icon-holder {
    background-color: var(--timeline-live-website-link-bg-color);
}
.ubiquity-timeline-element.type-doc-link .timelineElementText,
.ubiquity-timeline-element.type-doc-link .timelineUserName {
    color: var(--timeline-live-website-link-color)!important;
}
.ubiquity-timeline-element.type-info .timeline-element__icon-holder {
    background-color: var(--timeline-live-info-bg-color);
    color: var(--timeline-live-info-color);
}
.ubiquity-timeline-element.type-sondage .timeline-element__icon-holder {
    background-color: var(--timeline-live-vote-bg-color);
    color: var(--timeline-live-vote-color);
}
.ubiquity-timeline-element.type-user-pho .timeline-element__icon-holder {
    background-color: var(--timeline-live-photo-bg-color);
    color: var(--timeline-live-photo-color);
}
.ubiquity-timeline-element.type-doc-pho .timeline-element__icon-holder {
    background-color: var(--timeline-live-file-link-bg-color);
}
.ubiquity-timeline-element.type-doc-pho .timelineElementText,
.ubiquity-timeline-element.type-doc-pho .timelineUserName {
    color: var(--timeline-live-file-link-color)!important;
}
.timeline-element__icon-holder {
    background-color:#0F589A;
    height:unset;
}
.ubiquity-timeline-element.type-doc-txt p,
.ubiquity-timeline-element.type-doc-link p,
.ubiquity-timeline-element.type-info p,
.ubiquity-timeline-element.type-question p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ubiquity-fullscreen-btn {
    background-color:white !important;
    border: none;
    font-size:20px;
    color:#0F589A;
}
.ubiquity-mobile-timeline-scrollable{
    box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.5);
}
.timelineUserName {
    color:white !important;
    font-size:12px;
    font-weight:bold;
}
.ubiquity-timeline-element.type-commentaire.timelineUserName {
    color:#0F589A !important;
    font-size:12px;
    font-weight:bold;
}
.progress-bar{
    background-color:#0F589A!important;
    border-radius: 10px;
}
.send-button,
.breakoutbtn,
.ubiquity-embed-fullscreen-btn{
    color:white;
    background-color:#0F589A!important;
}
.live-like-holder {
    border:none;
}
.timelineElementContent{
    padding-top: 10px;
    padding-bottom:10px;
}
h2.liveSessionName{
    margin-bottom:15px;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 52px;
    color:#333 !important;
}
.liveSessionType {
    color: #C50000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}
h4.moderatorTitle {
    margin-top:25px;
    margin-bottom:10px;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color:#333 !important;
}
#liveSessionInfo h4.interventionTitle {
    margin-top:25px;
    margin-bottom:10px;
    display:block;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color:#333 !important;
}
.moderatorName,
.facultieName{
    padding-top:10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color:#0F589A;
}
.interventionName{
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}
.interventionHour{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
h4.askQuestion{
    margin-bottom:10px;
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
}
.interventionHour i.fas.fa-clock{
    display:none;
}
#select-question-type .nav-item .active {
    background-color: #0F589A;
}
#select-question-type .nav-item .active h4{
    color:white!important;
}
#ubiquity-video-conteneur {
    padding-right:15px;
}
#ubiquity-interactive-conteneur {
    padding-left: 15px;
}
.fo_live_internaute_sondage_bloc_btn a,
.fo_live_internaute_sondage_bloc_btn a:visited,
.fo_live_internaute_sondage_bloc_btn a:hover {
    color:white !important;
}

.live-timeline__filter__display-polls .ubiquity-timeline-element,
.live-timeline__filter__display-questions .ubiquity-timeline-element,
.live-timeline__filter__display-documents .ubiquity-timeline-element {
    display:none !important;
}

.live-timeline__filter__display-questions .ubiquity-timeline-element.type-question,
.live-timeline__filter__display-questions .ubiquity-timeline-element.type-commentaire,
.live-timeline__filter__display-questions .ubiquity-timeline-element.type-user-pho,
.live-timeline__filter__display-questions .ubiquity-timeline-element.type-twitter,
.live-timeline__filter__display-polls .ubiquity-timeline-element.type-sondage,
.live-timeline__filter__display-documents .ubiquity-timeline-element.type-doc-pho,
.live-timeline__filter__display-documents .ubiquity-timeline-element.type-doc,
.live-timeline__filter__display-documents .ubiquity-timeline-element.type-doc-txt,
.live-timeline__filter__display-documents .ubiquity-timeline-element.type-doc-link
{
    display: flex !important;
}

.custom-checkbox .fo-live__timeline-filter__checkbox-label.custom-control-label::before{
    border-radius: unset!important;
    height: 16px;
    width: 16px;
}

.custom-checkbox .fo-live__timeline-filter__checkbox-label.custom-control-label::after{
    box-shadow: none;
}

.fo-live__timeline-filter__checkbox-label {
    font-size: 15px;
    line-height: 20px;
}

.custom-control-label::before,
.custom-control-label::after,
.custom-control-input {
    vertical-align: middle;
}

#ubiquity-video-conteneur {
    margin-bottom:0!important;
    padding-right:15px!important;
}

#askQuestion .js-live-send-btn:disabled,
#sendPhoto .js-live-send-btn:disabled {
    background-color: var(--ers-dark-grey-color)!important;
}
