@charset "UTF-8";

/* CSS Document */


:root {
	--main-color: #eeeeee;
    --main-color-deg: #ffffff;
    --main-color-deg-dark: #87bb35ff;
    --main-color-border: #aa8761;
    --main-color-lighter: #006837;
    --white-gradient: #ffffff;
    --white-gradient-dark: #fafafa;

	--alt-color: #085995;
	--alt-color-deg-dark: #7fa51b;
	--alt-color_clair: #c2e1f9;
	--alt-color-hover: #063559;
	--alt-color-border: #86ae1c;

	--me_tab-color: var(--main-color-deg-dark);
    --me_tab-text: rgba(0, 0, 0, 0.5);
    --me_tab-color_hover:rgb(177, 186, 154);
    --me_tab-text_hover: #ffffff;
    --me_tab-color_active: var(--main-color-lighter);
    --me_tab-text_active: #ffffff;


}

*:not(#player) {
	outline: 0 !important;
}
body {
    font-size: 15px;
    background: transparent;
}
.navbar .titre {
	color : #fff;
    font-weight: 500;
    padding: 10px;
    font-size: 20px;
}

html {
	background: url(/libs/images/bg_pf.png) no-repeat center fixed; 
	background-position: top center;
	-webkit-background-size: cover;
}


.lang_container {
	height: 35px;
}

.btn-lang,
.btn-program,
.btn-engage {
	color: var(--me_tab-text);
    background-color: var(--main-color) !important;
    border-color: var(--main-color);
    background-image: none;
    border-radius: 10px 10px 0 0;
	border: none;
	transition: all .2s;
	overflow: hidden;
    text-overflow: ellipsis;
	text-shadow: none;
	box-shadow: inset 0 10px 15px rgb(0 0 0 / 20%);
}

.btn-lang>img {
    height: 20px;
}


.btn-lang.active,
.btn-lang:active {
    color: var(--me_tab-text_active) !important;
    background-color: var(--me_tab-color_active) !important;
	border-color: var(--me_tab-color_active);
}

.btn-lang:not(.active):hover,
.btn-lang:not(.active):focus{
    color: var(--me_tab-text_hover) !important;
    background-color: var(--me_tab-color_hover) !important;
	border-color: var(--me_tab-color_hover);
}

.btn-lang.active {
	cursor: default;
}

.b {
	font-weight: bold;
}

.btn-program,
.btn-modal,
.btn-engage {
	transition: background .2s, border-color .2s;
    border-radius: 20px;
}

.btn-program,
.btn-modal,
.btn-questions
{
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color-deg) !important;
    border-color: var(--main-color-deg);
    background-image: none;
}

.btn-program:hover,
.btn-program:active,
.btn-program:focus,
.btn-modal:hover,
.btn-modal:active,
.btn-modal:focus
{
    color: #fff !important;
    background-color: var(--main-color-deg-dark) !important;
	border-color: var(--main-color-deg-dark);

}
textarea {
	resize: none;
}
html,body {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 100%;
}

html:not(.login)>body {
    overflow: hidden;
}

/* CLASS OUTILS */

.mt_30{
	margin-top:30px;
}
.mb_10 {
	margin-bottom:10px;
}
.mt_10 {
	margin-top:10px;
}
.mb_20 {
	margin-bottom:20px;
}
.mb_30 {
	margin-bottom:30px;
}
.mb_40 {
	margin-bottom:40px;
}
.nm {
	margin: 0;
}
.nmt {
	margin-top: 0;
}
.m-10 {
	margin: 10px 0;
}

.l_agenda {
	position: relative;
    bottom: 2px;
	background-color: #e03495;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,

textarea {
  font-size: 16px !important;
}

.sm_alert {
	font-weight: bold;
	color: #c00;
}

a {
    color: var(--main-color);
}

a:hover,a:active,a:focus {
    color: var(--main-color-deg);
}

a.reset_auth {
	color:#fff;
	font-weight:bold;
	text-shadow:0 0 3px #000;
}

/* NAVBAR */

.navbar-fixed-top {
	background: var(--main-color);
    background-image: -moz-linear-gradient(top, var(--main-color) 0%, var(--main-color-deg) 100%);
    background-image: -webkit-linear-gradient(top, var(--main-color) 0%, var(--main-color-deg) 100%);
    background-image: linear-gradient(to bottom, var(--main-color) 0%, var(--main-color-deg) 100%);
    border: none;
	font-size: 14px;
    box-shadow: 0 0 30px rgba(0,0,0,0.7);
    border-bottom: 1px solid var(--main-color-border) ;
}
.navbar-fixed-top .navbar-nav>li>a {
    color: #000
}
.navbar-fixed-top .navbar-nav>li>a:focus, .navbar-fixed-top .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-fixed-top .navbar-nav>li>a:hover {
    background: var(--main-color-deg-dark);
}
.navbar-fixed-top .navbar-nav>.active>a, .navbar-fixed-top .navbar-nav>.active>a:focus, .navbar-fixed-top .navbar-nav>.active>a:hover {
    color: #fff;
    background:var(--main-color-deg-dark) ;
}

.navbar-fixed-top .navbar-nav>.open>a, .navbar-fixed-top .navbar-nav>.open>a:focus, .navbar-fixed-top .navbar-nav>.open>a:hover {
    color: #fff;
    background: #e3a29b;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #000;
}

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

.navbar-fixed-top .navbar-toggle:focus, .navbar-fixed-top .navbar-toggle:hover {
    background-color: var(--main-color-deg-dark);
}

.nav .dropdown-menu {
	 background-color: #fff;
}
.nav .dropdown-menu>li>a {
	color : #000;
}
.nav .dropdown-menu>li>a:focus, .nav .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #ffffff;
    background:var(--main-color-deg-dark) ;
}

.dropdown_form .dropdown-menu {
	max-height: 250px;
	width: 100%; 
    overflow: scroll;
}

.nav .dropdown-menu>.active>a, .nav .dropdown-menu>.active>a:focus, .nav .dropdown-menu>.active>a:hover,.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background:var(--main-color-deg-dark) ;
}
	
.navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}
.navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
    background:var(--main-color-deg-dark) ;
}
.navbar-header img {
    height: 45px;
    margin-top: 5px;
}

.nav-tabs > li > a[data-status=activated], .nav-tabs > li > a[data-status=activated]:hover, .nav-tabs > li > a[data-status=activated]:focus {
    color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: var(--main-color);
    color: #fff;
}
.nav-tabs > li.active > a[data-status=disabled], .nav-tabs > li.active > a[data-status=disabled]:hover, .nav-tabs > li.active > a[data-status=disabled]:focus {
    color: #aaa;
}

.panel_login, .panel_register {
	margin-top: 50px;
	margin-bottom: 50px;
}
.panel_login:not(.fw)>div, .panel_register:not(.fw)>div {
	margin: auto;
}
.panel_login .panel, .panel_register .panel {
	background-color: rgba(255,255,255,0.9);
	border-color: var(--main-color-border);
	box-shadow: 0 0px 30px rgba(0, 0, 0, .8);
}
.panel_login .panel-heading, .panel_register .panel-heading {
    color: #000;
    background: var(--main-color);
    background-image: -moz-radial-gradient(circle, var(--main-color) 0%, var(--main-color-deg) 100%);
    background-image: -webkit-radial-gradient(circle, var(--main-color) 0%, var(--main-color-deg) 100%);
    background-image: radial-gradient(circle, var(--main-color) 0%, var(--main-color-deg) 100%);
	border-color: var(--main-color-border);
}
.panel_login .panel-heading h1, .panel_register .panel-heading h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	margin: 0 0 5px 0;
}
.panel_login .panel-heading img {
	max-height: 200px;
	margin: auto;
}
.panel_register .panel-heading img {
	max-height: 200px;
	margin: auto;
}

.panel_login .panel-body h2,.panel_register .panel-body h2 {
	margin-top: 0;
}

.btn-pfsellerday2025 {
	color: #fff;
	background-color: var(--main-color-deg-dark);
	border-color: var(--main-color-deg-dark);
	transition: all 0.2s;
}

.btn-pfsellerday2025:focus,.btn-pfsellerday2025:active,.btn-pfsellerday2025:hover {
    color: #fff !important;
    background-color: #e3a29b !important;
	border-color: #e3a29b;
}
.config_title {
    color: var(--main-color-deg);
    font-weight: bold;
}
.hr_form {
	margin-top: 0;
	margin-bottom: 10px;
}

.b_pfsellerday2025 {
	border-color:var(--main-color-deg-dark);
}
.btn-atelier{
	background: var(--main-color);
    color: white;
}
.btn-atelier:hover{
	color:white;
	background:var(--main-color-deg);
}

.table-hover > tbody > tr{
background:rgba(255,255,255,0.5);

}
.table-hover > tbody > tr:hover {
	background:#ffd0ea;
}

#alertform {
/*	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #c00; */
}
.modal-header {
	background: var(--main-color-lighter);
    background-image: -moz-linear-gradient(top, var(--main-color-lighter) 0%, var(--main-color-deg-dark) 100%);
    background-image: -webkit-linear-gradient(top, var(--main-color-lighter) 0%, var(--main-color-deg-dark) 100%);
    background-image: linear-gradient(to bottom, var(--main-color-lighter) 0%, var(--main-color-deg-dark) 100%);
    border: none;
    font-size: 14px;
	color: #fff;
}

.modal-backdrop {
	z-index: 16000002;
	backdrop-filter: blur(0px);
	transition: all .15s linear;
}
.modal-backdrop.in {
	backdrop-filter: blur(6px);
    opacity: 1;
	background-color: rgba(0,0,0,.7)
}

.modal-body,.modal-footer {
	background-color:rgb(255, 255, 255);
	color: #000;
}

.modal-footer {
	border-top: 1px solid var(--main-color-deg-dark);
}

.modal {
	z-index: 16000003;
}

.modal a, a.g {
	color: var(--main-color-deg-dark)
}

.modal .m_title {
	background: var(--main-color-deg-dark);
    color: #000;
    font-weight: 900;
    padding: 1px 5px;
	display: inline-block;
}
.modal .c_bio .tbl{
	display: table;
	widht: 100%;
}
.modal .c_bio .tbl>div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.modal .i_bio :not(.m_title), .b_italic {
	font-style: italic;
}
.modal .i_photo {
	border-right: 3px solid #fff;
}

.modal .i_photo img {
    max-width: 150px;
    border-radius: 50%;
    max-height: 150px;
}


.i_underline {
    text-decoration: underline;
	font-weight: 300;
}


.cdesplanques_video {
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.navbar-toggle {
    margin-top: 2px;
}


.app_container {
    display: block;
    width: 100%;
	position: absolute;
    top: 50px;
    left: 0;
    bottom: 50px;
    right: 0;
    height: calc(100% - 100px);
    overflow: auto;
}

.app_container>.stream_container {
	display: table;
    width: 100%;
	height: 100%;
}

.app_container>.container {
	min-height: 100%;
	background: #fdfdfdb8;
	color: #000;
    box-shadow: 0 0 4vw #000;
    backdrop-filter: blur(0.2vw);
	-webkit-backdrop-filter: blur(0.2vw);
	padding-top: 20px;
    padding-bottom: 20px;
}



.sequence.at_toselect {
	background: rgb(244 30 150 / 40%);
	border-radius: 4px;
    padding: 10px;
	margin-bottom: 2px;
}

.seq_title {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-weight: 700;
}

.seq_title>.label {
	display: inline-block;
	background: #ffffff;
	color: #000000;
}
.seq_title>small {
	position: relative;
    bottom: 7px;
    color: #000;
}
.ec_conf {
	background: rgb(220 208 42 / 25%);
    border-color: #999;
	color: #888;
	transition: all .2s;
	position: relative;
	cursor: default;
	margin-bottom: 2px;
	transform: scale(.98);
}


.ec_conf:not(.selected):not(.c_default):not(.np) {
	cursor: pointer;
}


.ec_conf.c_default
{
    background: #e3a29b;
    border-color: #b97f79;
	color: #000;
	transform: scale(1);
	padding: 6px;
}

.ec_conf.c_adefault
{
    background: #f7f4d4;
    border-color: #928e6a;
	color: #000;
	transform: scale(1);
	padding: 6px;
}

.onetoone
{
    border-color: #b97f79;
	color: #000;
	transform: scale(1);
	padding: 6px;
}

@media (max-width: 530px) {
  .table-responsive.scroll-hint::after {
  content: '↔ Faites défiler pour voir plus';
  display: block;
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 0.8rem;
  }
}



.nuc {
	text-transform: none;
	font-size: .8em;
}
.ec_conf.selected
{
	background: var(--main-color-deg-dark);
    border-color: #a6c500;
	color: #000;
	transform: scale(1);
}
.ec_conf:not(.selected):not(.complet):not(.desactive):not(.c_default):hover,
.ec_conf:not(.selected):not(.complet):not(.desactive):not(.c_default):active,
.ec_conf:not(.selected):not(.complet):not(.desactive):not(.c_default):focus,
.ec_conf:not(.selected):not(.complet):not(.desactive):not(.c_adefault):hover,
.ec_conf:not(.selected):not(.complet):not(.desactive):not(.c_adefault):active,
.ec_conf:not(.selected):not(.complet):not(.desactive):not(.c_adefault):focus,
{
	background: #eff7c5;
	transform: scale(.99);
}

.ec_conf.complet,
.ec_conf.desactive
{
	cursor: not-allowed !important;
	background: rgb(227 162 155 / 50%);
	color: rgba(0,0,0,.5);
	border-color: rgb(227 162 155 / 80%);
	box-shadow: none;
}

.ec_conf.complet a.btn,
.ec_conf.desactive a.btn
{
	display: none;
}


/*.ec_conf .ecc_title {
	font-weight: 900;
	border-bottom: 1px dotted #000;
} */

.ec_conf.c_default .ecc_title .label,
.onetoone.c_default .ecc_title .label {
	background-color: #fff;
    color: #000;
    bottom: 1px;
    position: relative;
	margin-right: 5px;
}

.ec_conf.c_adefault .ecc_title .label,
.onetoone.c_adefault .ecc_title .label {
	background-color: #59b500;
    color: #000;
    bottom: 1px;
    position: relative;
	margin-right: 5px;
}
 
.ec_conf:not(.c_default):not(.c_adefault) .ecc_title {
	padding-top: 6px;
	padding-bottom: 0px;
}

.ec_conf .ecc_jauge {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: .7em;
    padding: 2px 5px;
    background: #059102;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;

}
.ec_conf.desactive .ecc_jauge {
	background: rgba(5,145,2,.3);
	color: rgba(255,255,255,.3);
}

.ec_conf.complet .ecc_jauge {
	background: rgba(255,0,0,.3);
	color: rgba(255,255,255,.5);
}
.ec_conf .c_desc {
	display: table;
	font-size: .8em;
	width: 100%;
}

.ec_conf .a_desc {
	font-size: .8em;
	font-weight: normal;
}

.ec_conf .c_desc>div {
	display: table-cell;
	vertical-align: bottom;
}
.ec_conf .c_desc>div.c_mi {
    text-align: right;
    width: 1%;
    padding-top: 3px;
}
.intro, .calendrier {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #888;
}



.intro .badge.conf-selected {
	background: var(--main-color-deg-dark);
	color: #000;
}

.intro .badge.conf-available {
	background: rgb(220 208 42 / 50%);
	color: #000;
}

.intro .badge.conf-notavailable {
    background: rgb(255 176 176 / 50%);
    color: rgba(0,0,0,.6);
}

.valid_button {
	padding-bottom: 30px;
}

.app_container>div:not(.container) {
	display: table;
	width: 100%;
	height: 100%;
}
.app_container>div:not(.container)>div {
	display: table-cell;
	vertical-align: middle;
}
.stream_container, .gmeet_container {
    display: table;
    width: 100%;
    height: 100%;
}

.stream_container>div, .gmeet_container>div {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

.stream_container>div.live {
	position: relative;
}

.gm_content {
	padding: 30px;
	background: rgba(255,255,255,.8);
	border-radius: 10px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0px 10px 35px -10px rgba(0,0,0,.4);
}

.gm_content h2>.label {
	position: relative;
    bottom: 3px;
	text-transform: uppercase;
}

.stream_container>div.live>.ttr_container {
	width: 100%;
	max-width: 1000px;
	margin: 5px auto;
	display: table;
}

.stream_container>div.live>.ttr_container>div {
	display:table-cell;
}
.stream_container>div.live>.ttr_container>div>img {
	max-width: 70%;
}

.stream_container>div.live>.livecontainer {
	position: relative;
	max-width: 1000px;
	margin: auto;
}


.stream_container .mod_selector {
	position: absolute;
	top: 0px;
	left: 0;
	height: 41px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.stream_container .mod_selector>a {
	display: table-cell;
	padding: 9px;
	vertical-align: middle;
	background: var(--alt-color_clair);
	color: var(--alt-color_hover);
	transition: all 0.2s;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stream_container .mod_selector>a:hover,
.stream_container .mod_selector>a:active,
.stream_container .mod_selector>a:focus {
	text-decoration: none;
	background: var(--alt-color-hover);
	color: #fff;
}

.stream_container .mod_selector>a.active {
	background: var(--alt-color);
	color: #fff;
}

.stream_container .mod_selector>a:not(.active) {
	box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.5);
}

.stream_container>div.modules {
	position: relative;
    width: 450px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.stream_container .modules>div:not(.mod_selector) {
        height: calc(100% - 41px);
        position: absolute;
        top: 41px;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        transition: opacity 0.2s;
    }

    .stream_container .modules>div.m_hide {
        opacity: 0;
        pointer-events: none;
        height: 0;
    }

    .stream_container .modules>div>iframe {
        height: 100%;
    }


	.stream_container>div.modules iframe {
		position: absolute
	}




#player {
	box-shadow: 0px 5vw 4vw -3vw rgba(0,0,0,0.4);
    outline: solid 1px var(--main-color-border) !important;
	background: #000;
}



#footer {
	display: table;
	table-layout: fixed;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50px;
	color: #000;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
	background: var(--main-color);
    background-image: -moz-linear-gradient(bottom, var(--main-color) 0%, var(--main-color-deg) 100%);
    background-image: -webkit-linear-gradient(bottom, var(--main-color) 0%, var(--main-color-deg) 100%);
    background-image: linear-gradient(to top, var(--main-color) 0%, var(--main-color-deg) 100%);
    border-top: 1px solid var(--main-color-deg);
}

#footer .tbl {
	display: table;
	height: 100%;
}

#footer .tbl>div {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

#footer img {
	max-height: 35px;
}

#footer img.center {
	margin: auto;
}

#footer img.right, #footer a.right {
	float: right;
}

#footer ul {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	color: #fff;
}

#footer ul>li {
	display: inline-block;
	padding: 12px 15px;
	position: relative;
}

#footer ul>li:after,
#footer ul>li:before {
	content: "\00a0";
	display: inline-block;
}

#footer ul>li small {
	font-size: 70%;
	font-style: italic;
}


#footer>a,
#footer>div {
	padding-left:10px;
    display: table-cell;
	vertical-align: middle;
}

#footer>div>a:hover {
    text-decoration: none;
    color: var(--main-color-lighter);
}

#footer>.link {
    padding: 11px;
    color: #fff;
    font-size: 18px;
}

#footer>.link>a {
    color: #fff;
}

#footer>.link>a>i {
    font-size: 1.2em;
    vertical-align: text-bottom;
}
#footer .logo {
    width: 130px;
    height: 40px;
    padding-right: 10px;
	transition: background-image 0.1s ease-in-out;
    background-image: url(../images/logo_myevent.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-origin: content-box;
}
#footer>.logo {
    padding: 23px;
    height: 100%;
    transition: background-image 0.3s ease-in-out;
    background-image: url(../images/logo_myevent.png);
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: right;
    background-origin: content-box;
}

#footer .logo:hover {
    background-image: url(../images/logo_myevent_h.png);
}




@media (max-width: 991px) {

	.stream_container {
		display: table;
		width: 100%;
		height: 100%;
		min-height: 700px;
	}

	.stream_container>div.live {
		width: 100%;
		height: auto;
	}

	.stream_container>div.modules {
		width:100%;
		height: calc(100% - 56.35vw);
		display: inherit;
		box-shadow: none;
	}


	.stream_container>div {
		position: absolute;
		padding: 0px;
		display: block;
		width: 100%;
		vertical-align: top;
		float:left;
	}

	.stream_container>div {
		width: 100%;
	}

	#footer>.link {
		font-size: 15px;
	}
	#me_player>div {
		padding: 0;
	}


	.navbar .titre {
		padding: 15px;
  	  font-size: 15px;
	}


}
	