/*
Theme Name: Comm Santé - Plateforme de congrés 
Theme URI: https://comtogether.fr
Author: Com Together pour Comm Santé
Author URI: https://comtogether.fr
Version: 1.1
Text Domain: commsante
*/
body {
	font-family: 'Work Sans', sans-serif;
	letter-spacing: -0.04em;
	line-height: 1;
	height:100vh;
}
#live .notification {
    position: fixed;
    max-width: 200px;
    right: 15px;
    bottom: 15px;
        padding: 20px;
    background: #fafafa;
    border-radius: 15px;
}
.slider-sponsors {
	overflow: hidden;
}
.sponsors-medium .slider__item {
	padding: 15px;
}
.slider-sponsors-nav {
    overflow: hidden;
    border-radius: 10px;
}
header {
	-webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	border-radius:0 0 10px 10px;
	margin: 0 15px;
}
header .nav_top {
	padding-top:15px;
	padding-bottom:15px;
}
header .logo {
	width: auto;
	max-height: 86px;
}
header .user {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
header .user img.avatar {
	max-width:65px;
	border-radius:100%;
	margin-right:15px;
}
header .user span.avatar {
	width:30px;
	border-radius:100%;
	margin-right:5px;
	background-color:var(--color2);
	color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 12px;
}
header .user .user_menu {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    background: white;
    padding:0;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	list-style-type: none;
	display: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-top:20px;
	opacity: 0;
}
header .user .user_menu.active {
	display: block;
	opacity:1;
}
header .user .user_menu li:hover, header .user .user_menu li:active, header .user .user_menu li:focus {
	background:#FAFAFA;
}
header .user .user_menu li a {
	color:#000;
	text-decoration: none;
	display: block;
	padding: 15px;
}
header .user .username {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
header .user .username::after {
	content: url('images/assets/chevron.svg');
	width:12px;
	display: block; 
	margin-left:15px;
}
header .user_actions {
	list-style-type: none;
	padding:0;
	margin:0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .user_actions li {
	margin:7.5px;
}
header .user_actions li:last-child {
	margin-right:0;
}
header .user_actions li > a {
	width:46px;
	height:46px;
	-webkit-filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.16));
	background:white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100%;
}
header .user_actions li {
	position:relative;
}
header .user_actions li .count {
	width: 18px;
    height: 18px;
    background: red;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    font-size: .7rem;
    position: absolute;
    top: 0;
    right: 0;
}
header .user_actions ul.menu_notifications {
	position: fixed;
    background: white;
    max-width: 400px;
    min-width: 300px;
    z-index: 9999;
    list-style-type: none;
    top:0;
    right:0;
    display: none;
    padding:0;
    bottom:0;
    border-radius: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
  	scrollbar-width: none;  
}
header .user_actions ul.menu_notifications::-webkit-scrollbar {
  display: none;
} 
header .user_actions ul.menu_notifications.open {
	display: block;
}
header .user_actions ul.menu_notifications li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin:10px 0;
	padding: 7.5px 15px;
	height: auto;
    background: transparent;
    filter: none;
    text-decoration: none;
    color: #000;

}
header .user_actions ul.menu_notifications li.header {
    width: 100%;
    background-color: var(--color2);
    margin: 0;
    padding: 15px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 9999;

}
header .user_actions ul.menu_notifications button#close_notif {
    width: 30px;
    height: 30px;
    display: block; 
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid white;
    position: relative;
}
header .user_actions ul.menu_notifications button#close_notif:before {
	content:'';
	background-image:url('images/assets/cancel.svg');
    background-size:10px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top:0;left:0;
    right:0;bottom:0;
        -webkit-filter: invert(1);
                filter: invert(1);
}
header .user_actions ul.menu_notifications li.soon {
	display: none;
}
header .user_actions ul.menu_notifications li.read {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
header .user_actions ul.menu_notifications li.read:hover {
	opacity:1;
}
header .user_actions ul.menu_notifications li .avatar {
	width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background:#fafafa;
    background-image: url('images/assets/diffusion.svg');
    background-size:25px;
    background-position: center;
    background-repeat: no-repeat;
}
header .user_actions ul.menu_notifications li .message {
	width:calc(100% - 100px);
	padding:0 15px;
	font-size:0.83rem;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
header .user_actions ul.menu_notifications li .time {
	font-size:0.7rem;
	width:50px;
	text-align: right;
	padding-right:10px;
}
header .user_actions ul.menu_notifications li .time span {
	display: block;
}
header .user_actions ul.menu_notifications li .remove {
	width:10px;
	height:10px;
	cursor: pointer;
	display: block;
	background-image:url('images/assets/cancel.svg');
	background-size:8px;
	background-repeat: no-repeat;
	background-position: center;
}
header #menu {
	background: var(--color2);
	border-radius: 0 0 10px 10px;
	padding: 15px;
}
header #menu ul {
	list-style-type: none;
	padding:0;
	margin:0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: center;
}
header #menu ul > li {
	margin: 5px 10px;
}
header #menu ul > li.menu-item-has-children {
	position: relative;
}
header #menu ul > li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    right: 0;
    width: 250px;
    border-top: 15px solid var(--color2);
    background: var(--color2);
   	z-index: 1119;
   	border-radius: 10px;
    overflow: hidden;
    display: none;
}
header #menu ul > li.menu-item-has-children:hover .sub-menu {
	display: block;
}
header #menu ul > li.menu-item-has-children .sub-menu > li {
	padding: 10px 0;
	border-bottom: 1px solid white;
	width: 100%;
	text-align: left;
}
header #menu ul > li.menu-item-has-children .sub-menu > li:last-child {
	border-bottom: none;
}
header #menu ul li a {
	color:white;
	text-transform: uppercase;
	text-decoration: none;
}
header .hamburger {
	padding:0;
}
header .hamburger-inner, header .hamburger-inner:after, header .hamburger-inner:before {
	height:2px;
	width:30px;
}
header .hamburger-box {
	width:30px;
}
header a.guide {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color1);
    padding: 5px 10px;
    color: white;
    border-radius: 0 0 5px 5px;
    text-decoration: none;
}
.chatbox-plateforme {
	position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 150;
}
.chatbox-plateforme.open {
	width: 350px;
    height: 550px;
}
.chatbox-plateforme a.btn-chat {
	width: 56px;
    height: 56px;
    -webkit-filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.16));
    background: var(--color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.chatbox-plateforme a.btn-chat .count {
	width: 18px;
    height: 18px;
    background: red;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    font-size: .7rem;
    position: absolute;
    top: 0;
    right: 0;
}
.chatbox-plateforme a.btn-chat img {
	filter: invert(1);
}
.chatbox-plateforme .box {
    background: #fafafa;
    -webkit-box-shadow: 0px 3px 50px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 50px rgb(0 0 0 / 10%);
    border-radius: 15px;
    display: none;
    z-index: 10;
    position: absolute;
    bottom: 65px;
    right: 0;
    left: 0;
}
.chatbox-plateforme.open .box {
	display: block;
}
.chatbox-plateforme .box #talkjs-inbox-container {
    width: 100%!important;
    margin: 0!important;
    height: 100%!important;
}
.chatbox-plateforme .box #talkjs-inbox-container .Hub .Panel {
	border-radius: 0!important;
}
.chatbox-plateforme a.btn-chat.close {
	display: none;
}
footer {
	background: var(--color2);
	color:white;
	padding-top:25px;
	padding-bottom:25px;
	position: -webkit-sticky;
	position: sticky;
	top:100%;
}
footer p {
	margin-bottom:0;
}
footer a {
	color:white;
	text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
	color:var(--color1);
	text-decoration: none;
}
#connexion {
	padding-top:100px;
	padding-bottom:100px;
}
#connexion h2 {
	font-size:1.5625rem;
	color:var(--color2);
	font-weight:600;
	text-align: center;
	margin-bottom:30px;
}
#connexion form input, #connexion form label {
	display: block;
	width:100%;
}
#connexion form label {
	margin-bottom:5px;
	color:var(--color2);
}
#connexion form input, #connexion form button[type="submit"] {
	border:2px solid var(--color2);
	border-radius:50px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding:7px;
	outline: none;
}
#connexion form input[type="submit"], #connexion form button[type="submit"] {
	background:var(--color2);
	color:white;
	padding:10px;
	display: block;
	width:100%;
	margin-top:15px;
}
#connexion .container {
	position: relative;
}
#connexion .container .form {
	position: absolute;
    right: 0;
    z-index: 200;
}
#connexion .container .form .box {
	padding:30px;
	background:white;
}
#connexion .rgpd, #connexion .login-remember label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size:0.8125rem;
}
#connexion .rgpd label, #connexion .login-remember label {
	margin-bottom:0;
}
#connexion .rgpd input, #connexion .login-remember input {
	width:15px;
	height:15px;
	border-radius:100%;
	margin-right:10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	--webkit-appearance:none;
	border:2px solid var(--color2);
}
#connexion .rgpd input:checked, #connexion .login-remember input:checked {
	background: var(--color2);
}
#connexion ul.links {
	list-style-type: none;
	padding: 0;
	margin:0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size:0.8125rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
#connexion ul.links li a {
	color:var(--color2);
	text-decoration: none;
}
#connexion p.login-error, #connexion p.login-info, #connexion div.error p {
    background: #e74c3c;
    padding: 10px;
    border-radius: 15px;
    color: white;
    text-align: center;
    font-size: .9rem;
}
#connexion p.login-error a {
	color:white;
}
#connexion p.login-info {
	background: #f39c12;	
}
#connexion .skip {
	font-style: italic;
	font-size: .9rem;
	text-decoration: none;
	color: var(--color2);
	display: block;
	margin-top: 20px;
	text-align: center;
}
#home {
	padding-top:50px;
	padding-bottom:50px;
}
#home .content {
	padding:40px;
}
#home .content p:last-child {
	margin-bottom:0;
}
#home .content a {
	color:var(--color1);
	text-decoration: none;
}
#home .content a:hover,
#home .content a:active,
#home .content a:focus {
	color:var(--color2);
}
#home .content h1 {
	font-size:1.15rem;
	color:var(--color2);
	text-transform: uppercase;
	font-weight:600;
}
#home .content ul.btns {
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	list-style-type: none;
}
#home .content ul.btns.top {
	margin-bottom: 30px;
}
#home .content ul.btns.bottom {
	margin-top: 30px;
}
#home .content ul.btns li {
	margin: 5px;
}
#home .content ul.btns li a {
	display: inline-flex;
	padding: 15px;
	border-radius: 50px;
	background-color: var(--color2);
	color: white;
	text-align: center;
}
#home .banniere {
	border-radius: 15px;
	overflow: hidden;
}
#programme {
	display: none;
	padding-bottom:50px;
	padding-top:50px;
}
#programme h1.page {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color:var(--color2);
	font-size:1.375rem;
}
#programme h1.page:before {
	content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    background-image: url(images/assets/calendar_w.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
}
#programme #agenda #creneau {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom:10px;
}
#programme #agenda #creneau .creneau {
	position: relative;
}
#programme #agenda #creneau .creneau span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:68px;
	height:68px;
	background: var(--color1);
	color:white;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100%;
}
#programme #agenda #creneau .creneau:after {
    content: '';
    width: 2px;
    height: 100%;
    background: var(--color1);
    margin: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 0;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: -1;
}
#programme #agenda .jour #creneau .creneau.last:after {
	content:none;
}
#programme #agenda #creneau .sessions {
	width:calc(100% - 98px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#programme #agenda #creneau .sessions .session.multiple {
    width: calc(50% - 15px);
}
#programme #agenda #creneau .sessions .session, #calendrier .session {
	padding:25px;
	border-radius:15px;
	-webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	display: block;
	margin-bottom:20px;
	color:#000;
	text-decoration: none;
	position:relative;
	width: 100%;
}
#programme #agenda #creneau .sessions .session ul.users, #calendrier .session ul.users {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 25px;
	width:100%;
}
#programme #agenda #creneau .sessions .session ul.users li, #calendrier .session ul.users li {
	width:calc(100% / 3);
	margin:15px 0;
}
#programme #agenda #creneau .sessions .session.multiple ul.users li {
	width: 50%;
}
#programme #agenda #creneau .sessions .session.multiple ul.users li:first-child {
	margin-left: 0;
}
#programme #agenda #creneau .sessions .session .add, #programme #agenda #creneau .sessions .session .remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--color1);
    border-radius: 0 15px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background-image:url('images/assets/add.svg');
    background-repeat: no-repeat;
    background-size:22px;
    background-position: center;
    z-index:99999;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#programme #agenda #creneau .sessions .session .add.success {
	background-image:url('images/assets/succes-calendar.svg');
	background-color: var(--color2);
}
#programme #agenda #creneau .sessions .session .remove {
	background-image:url('images/assets/remove.svg');
}
#programme #agenda #creneau .sessions .session.in-progress::after, #calendrier .session.in-progress::after {
	content:'';
	display: block;
	width:30px;
	height:30px;
	background-color:var(--color1);
	border-radius: 100%;
	background-image:url('images/assets/live-streaming.svg');
	background-size:13px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	top:calc(50% - 15px);
	left:-15px;
}
#programme #agenda #creneau .sessions .session .header, #calendrier .session .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#programme #agenda #creneau .sessions .session .header .time, #calendrier .session .header .time {
	width:50px;
	text-align: center;
	color:var(--color1);
}
#programme #agenda #creneau .sessions .session .header .time span, #calendrier .session .header .time span {
	display: block;
}
#programme #agenda #creneau .sessions .session .header .time span.start:after, #programme #agenda #creneau .sessions .session .header .time span.end:before, #calendrier .session .header .time span.start:after, #calendrier .session .header .time span.end:before  {
	content:'';
	width:2px;
	background:var(--color1);
	height:14px;
	display: block;
	border-radius:5px;
	margin:auto;
}
#programme #agenda #creneau .sessions .session .header .time span.start:after, #calendrier .session .header .time span.start:after {
	margin-top:10px;
}
 #programme #agenda #creneau .sessions .session .header .time span.end:before, #calendrier .session .header .time span.end:before {
 	margin-bottom:10px;
 }
#programme #agenda #creneau .sessions .session .header .infos, #calendrier .session .header .infos {
	width:calc(100% - 80px);
	padding-right: 25px;
}
#programme #agenda #creneau .sessions .session .header .infos h2, #calendrier .session .header .infos h2 {
	color:var(--color2);
	font-size:18px;
	margin-bottom: 15px;
}
#programme #agenda #creneau .sessions .session .compteur, #calendrier .session .compteur {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:var(--color2);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#programme #agenda #creneau .sessions .session:hover .compteur, #calendrier .session:hover .compteur {
	opacity:.95;
}
#programme #agenda #creneau .sessions .session .compteur span.dynamic, #calendrier .session .compteur span.dynamic {
	display: block;
}
#programme #agenda .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#programme #agenda .header .calendar {
	background: var(--color1);
	color:white;
	padding: 7.5px 15px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
}
#programme #agenda #select_date {
	margin:0;
	padding:0;
	list-style-type: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left:98px;
	padding-top:30px;
	padding-bottom:30px;
	/*width: calc(100% - 248px);*/
	width: calc(100% - 200px);
}
#programme #agenda #select_date li {
	margin:10px;
}
/*#programme #agenda #select_date li:first-child {
	margin-left:0;
}*/
#programme #agenda #select_date li a {
	background: white;
    display: block;
    padding: 7.5px 15px;
    border-radius: 50px;
    color:var(--color2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	opacity: .5;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
#programme #agenda #select_date li a:hover, #programme #agenda #select_date li a.currentday {
	opacity: 1;
	background:var(--color2);
	color:white; 
}
#programme #agenda #select_date li a:before, #programme #agenda .header .calendar:before, #programme #agenda #select_date li a.currentday:before  {
	content: url(images/assets/calendar.svg);
    -webkit-filter: invert(1);
            filter: invert(1);
    display: block;
    width: 22px;
    height:22px;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#programme #agenda #select_date li a:before{
	-webkit-filter:invert(0);
	        filter:invert(0);
}
#programme #agenda #select_date li a:hover:before {
	-webkit-filter: invert(1);
	        filter: invert(1);
}
#programme .box.empty {
	padding:30px;
	margin-top:30px;
}
#programme .box.empty p {
	margin-bottom:0;
	font-size:1.15rem;
	text-align: center;
}
#programme #agenda .session.pause button {
	border: none;
    background: var(--color1);
    padding: 10px;
    border-radius: 20px;
    color: white;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
#programme #agenda .session.pause button:hover,
#programme #agenda .session.pause button:focus,
#programme #agenda .session.pause button:active {
	background: var(--color2);
}
#live {
	padding-bottom:50px;
}
#live .soon, #live .decompte_video {
	padding-top:56.25%;
	background:#fafafa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#live .soon p, #live .decompte_video .compteur {
	margin-bottom: 0;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
}
#live .decompte_video {
	background:var(--color2);
	color:white;
	text-align: center;
	padding-top: 40.25%;
}
#live .decompte_video .compteur {
	top: calc(50% - 24px);
}
#live .decompte_video .compteur .dynamic {
	display: block;
}
#live .top-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top:30px;
	padding-bottom:10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#live .top-header .infos {
	width:69.631578%;
}
#live .top-header .infos h1 {
	font-size:1.5rem;
	color:var(--color2);
	font-weight: 600;
}
#live .top-header .note {
	width:27.368422%;
}
#live .top-header #note {
	width: calc(100% - 69.631578%);
}
#live .top-header #note p {
	font-weight:700;
	color:var(--color1);
}
#live .top-header #note svg {
	fill:var(--color1);
	width:150px;
	height:auto;
}
#live .top-header #note svg #stars path {
	opacity:.4;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#live .top-header #note svg #stars path:hover {
	opacity:1;
}
#live .header .wrap {
	border-radius: 15px;
	-webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background:white;
	position: relative;
	width: 100%;
}
#live .header.full {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 9999;
	margin-bottom:0;
	background:white;
}
#live .header.full .wrap {
	height:calc(100% - 56px);
}
#live .header.full .video {
	height: auto;
}
#live .header .video {
	position: relative;
	width:69.631578%;
}
#live .header .video.full-block {
    width: 100%;
}
#live .header .chat {
	width:30.368422%;
	position:relative;
	margin-top: -1px;
}
#live .header .chat:before {
	content:'';
	display: block;
	width:20px;
	background:white;
	position:absolute;
	top:1px;
	bottom:0;
	right:0;
}
#live .header .chat iframe {
	width: 100%;
	height: 100%;
}
/*#live .header .full-screen {
	width: 60px;
    height: 60px;
    display: block;
    background-color: var(--color1);
    border-radius: 100%;
    text-indent: -9999999999999px;
    overflow: hidden;
    background-image: url('images/assets/full_screen.svg');
    background-repeat: no-repeat;
    background-size:20px;
    background-position: center;
    position:absolute;
    top:5px;
    right:5px;
}*/
#live .header .full-screen {
    display: inline-block;
    background-color: var(--color1);
    border-radius: 50px;
    color: white;
    padding: 10px;
    text-decoration: none;
    float: right;
    margin: 10px auto;
}
/*#live #actions .next_live {
	background: var(--color1);
    color: white;
    padding: 15px 25px;
    border-radius: 500px;
    text-decoration: none;
    display: inline-block;
    margin: 15px;
}*/
#live #actions {
	width: 100%;
}
#live .video.next_sessions_btn {
	display: none;
}
#live .video.next_sessions_btn ul.links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	width: 100%;
	text-align: center;
}
#live .video.next_sessions_btn ul.links li {
    width: 50%;
    height: 300px;
    position: relative;
    padding: 15px;
    transition: all .4s ease-in-out;
}
#live .video.next_sessions_btn ul.links.table_1 li {
	width: 100%;
}
#live .video.next_sessions_btn ul.links.table_2 li {
	width: calc(100% / 2);
}
#live .video.next_sessions_btn ul.links.table_3 li {
	width: calc(100% / 3);
}
#live .video.next_sessions_btn ul.links.table_4 li {
	width: calc(100% / 4);
}
#live .video.next_sessions_btn ul.links li:nth-of-type(odd) {
	background: var(--color1);
}
#live .video.next_sessions_btn ul.links li:nth-of-type(even) {
	background: var(--color2);
}
#live .video.next_sessions_btn ul.links li a {
	display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    align-items: center;
    justify-content: center;
    color: white;
    flex-wrap: wrap;
    flex-direction: column;
    text-decoration: none;
}
#live .video.next_sessions_btn ul.links li a span {
	display: block;
	font-size: 20px;
}
#live .video.next_sessions_btn ul.links li a span:last-child {
	font-weight: bold;
}
@keyframes next_livecolor {
	from {background-color: var(--color1);}
	50% {background-color: var(--color2);}
	to {background-color: var(--color1);}
}
#live #actions .next_live {
	background-color: var(--color1);
    color: white;
    padding: 15px 25px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    animation: next_livecolor 5s infinite;
    font-size: 20px;
    font-weight: 800;
}
#live .content {
	margin-top:50px;
}
#live .description {
	padding:50px 50px 25px 50px;
	position:relative;
	margin-top:30px;
	font-size:.9rem;
	/*height: calc(100% - 30px);*/
}
#live .description h2 {
	font-size: 1.2rem;
    font-weight: 700;
}

#live .description:before {
	content: '';
	width:60px;
	height:60px;
	background-color: var(--color1);
	background-image:url('images/assets/live-streaming.svg');
	background-size:25px;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	border-radius: 100%;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	margin:auto;
}
.box {
	border-radius: 15px;
	-webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
}

#live #banniere1 {
	margin-bottom:35px;
}
#live #banniere1 img,
#live #banniere2 img {
	border-radius: 15px;
}
#live .bloc_perso {
	padding:30px;
	/*height: calc(100% - 35px);*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#live .bloc_perso .content {
	margin-top:0;
}
#live .bloc_perso span.titre {
	display: block;
	color: var(--color2);
	font-weight:600;
	text-align: center;
	font-size:1.15rem;
}
#live .bloc_perso img {
	display: block;
	margin:25px auto;
	max-width: 150px;
}
#live .intervenants:before,
#live .participants:before {
	content: '';
	width:60px;
	height:60px;
	background-color: var(--color1);
	background-image:url('images/assets/team.svg');
	background-size:35px;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	border-radius: 100%;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	margin:auto;
}
#live .intervenants,
#live .participants,
#exposant .equipe {
	padding:50px 35px;
	position: relative;
	margin-top: 60px;
}
#live .participants {
	margin-top:70px;
}
#live .intervenants h2,
#live .participants h2,
#exposant .equipe h2 {
	display: block;
	color: var(--color2);
	font-weight:600;
	font-size:1.15rem;
	margin-bottom:30px;
}
#live #open_users, #live #open_intervenants,
#exposant #open_equipe {
	color: var(--color1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-decoration: none;
}
#live #open_users svg, #live #open_intervenants svg, #exposant #open_equipe svg {
    width: 15px;
    height:15px;
    fill: var(--color1);
    margin-left: 10px;
}
#live #open_users[data-action="close"] svg, #live #open_intervenants[data-action="close"] svg, #exposant #open_equipe[data-action="close"] svg {
	-webkit-transform:rotate(-180deg);
	    -ms-transform:rotate(-180deg);
	        transform:rotate(-180deg);
}
#live #banniere2 {
	margin-top:40px;
}
#live #moderation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
}
#live #moderation .content-chat {
	margin: auto;
	padding: 15px;
	width: 100%;
}
#live #moderation .content-chat .title {
	display: block;
	width: 100%;
	font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--color2);
    text-align: center;
    font-weight: 500;
}
#live #moderation .content-chat .group {
	margin-bottom: 15px;
}
#live #moderation .content-chat .group label {
	display: block;
	margin-bottom: 5px;
}
#live #moderation .content-chat .group input, #live #moderation .content-chat .group textarea {
	width: 100%;
	border-radius: 5px;
    border: 1px solid var(--color1);
    padding: 5px;
}
#live #moderation .content-chat .group textarea {
	height: 100px;
}
#live #moderation .content-chat input[type="submit"] {
	background: var(--color1);
	color: white;
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 50px;
}
#live #moderation .content-chat .response span {
    padding: 10px;
    display: block;
    background: green;
    color: white;
    border-radius: 5px;
    margin-bottom: 25px;
    text-align: center;
}
#live #moderation .content-chat .response span.success {
	background: #6ab04c;
}
#live #moderation .content-chat .response span.error {
	background: #eb4d4b;
}
ul.users {
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.users li {
	margin: 15px auto;
}
ul.users li.hide {
	display: none;
}
ul.users li:first-child {
	margin-top:0;
}
ul.users li:last-child {
	margin-bottom: 0;
}
ul.users li a, ul.users li div.liveprog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color:#000;
	text-decoration: none;
}
ul.users li img {
	width:45px;
	border-radius: 100%;
}
ul.users li .infos {
	width:calc(100% - 45px);
	padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
}
ul.users li .infos > span{
	display: block;
}
ul.users li .infos span.name {
	color:var(--color1);
}
ul.users li .infos span.name,
ul.users li .infos span.entreprise {
	font-weight: 600;
}
ul.users li .infos span.entreprise,
ul.users li .infos span.fonction {
	font-size:.9rem;
}
ul.users li .avatar {
    width: 45px;
    height: 45px;
    background: var(--color2);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: white;
    object-fit: contain;
}
#live .participants ul.users {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#live .participants ul.users li {
	width:50%;
}
#live .participants ul.users li:first-child, #live .participants ul.users li:last-child {
	margin:10px 0;
}
#participants {
	padding-bottom:50px;
}
#participants .box.empty {
    padding: 30px;
    margin-top: 30px;
}
#participants .box.empty p {
    margin-bottom: 0;
    font-size: 1.15rem;
    text-align: center;
}
#participants .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top:35px;
	padding-bottom:35px;
	padding-left:15px;
	padding-right:15px;
}
#participants .header h1, #exposants h1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color:var(--color2);
	width:calc(100% - 260px);
	font-size: 1.375rem;
	font-weight: 600;
}
#participants .header input.search {
	width:260px;
	border: 1px solid #000;
    padding: 8px 10px;
    border-radius: 50px;
    text-align: center;
    outline:none;
}
#participants .header input.search::-webkit-input-placeholder {
	color:#000;
}
#participants .header input.search::-moz-placeholder {
	color:#000;
}
#participants .header input.search:-ms-input-placeholder {
	color:#000;
}
#participants .header input.search::-ms-input-placeholder {
	color:#000;
}
#participants .header input.search::placeholder {
	color:#000;
}
#participants .header h1:before, #exposants h1:before {
	content:'';
	width:60px;
	height:60px;
	background-color: var(--color1);
	background-image:url('images/assets/team.svg');
	background-size:35px;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	border-radius: 100%;
	margin-right:20px;
}
#participants ul.users {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#participants ul.users li {
	width:calc(100% / 3);
	padding:15px;
	margin:0;
}
#participants ul.users li .box {
	padding:30px 10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#participants ul.users li .infos span.entreprise,
#participants ul.users li .infos span.fonction {
	font-size:.8rem;
}
#participants ul.users li .box .chat {
	width:25px;
	border-radius: 0;
}
#participants ul.users li .infos {
	width:calc(100% - 70px);
	line-height: 1.1;
}
#profil, #edit_profil {
	padding-top:50px;
	padding-bottom:50px;
}
#profil h2 {
	font-size:1.25rem;
	color:var(--color2);
	font-weight: 600;
}
#profil .box {
	padding:30px;
	background:white;
}
#profil .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#profil .avatar, #edit_profil .avatar {
	width:178px;
	height:178px;
	background:var(--color2);
	color:white;
	font-weight: 600;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size:2.3rem;
	object-fit: contain;
}
#profil img.avatar, #edit_profil img.avatar {
	background:transparent;
}
#edit_profil span.avatar {
	text-align: center;
	line-height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#profil .infos {
	width: calc(100% - 178px);
	padding-left:40px;
}
#profil .infos span {
	display: block;
}
#profil .infos .name {
	font-size:1.5625rem;
	color:var(--color2);
	font-weight:600;
	margin-bottom: 15px;
}
#profil .infos .entreprise {
	font-weight: 600;
}
#profil .btn-chat {
	background: var(--color1);
    color: white;
    padding: 15px 25px;
    border-radius: 500px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
}
#profil .btn-chat:before {
	content:url('images/assets/mail.svg');
	-webkit-filter: invert(1);
	        filter: invert(1);
	display: block;
	width:25px;
	margin-right:10px;
}
#profil .contacts, #exposant .contacts {
	list-style-type: none;
	padding: 0;
	margin:0;
}
#profil .contacts li, #exposant .contacts li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin:5px 0;
	color:var(--color1);
	font-size: 0.875rem;
	width:100%;
}
#profil .contacts li:before, #exposant .contacts li:before {
	width:18px;
	height:18px;
	margin-right:5px;
	display: block;
}
#profil .contacts li.site:before, #exposant .contacts li.site:before {
	content:url('images/assets/site.svg');
}
#profil .contacts li.telephone:before, #exposant .contacts li.telephone:before {
	content:url('images/assets/telephone.svg');
}
#profil .contacts li.email:before, #exposant .contacts li.email:before {
	content:url('images/assets/mail.svg');
	height: 14px;
}
#profil .contacts li.adresse:before, #exposant .contacts li.adresse:before {
	content:url('images/assets/pin.svg');
	height:26.36px;
}
#profil .contacts li a {
	color:var(--color1);
	text-decoration: none;
}
#profil ul.events, #exposant ul.events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style-type: none;
	margin:0;
	padding:0;
}
#profil ul.events li, #exposant ul.events li {
	width:50%;
	padding:15px;
}
#profil ul.events li a, #exposant ul.events li a {
	text-decoration: none;
	display: block;
	height: 100%;
}
#profil ul.events li a .content .header, #exposant ul.events li a .content .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size:0.75rem;
	color:var(--color2);
	font-weight: 600;
}
#profil ul.events li a .content .header .time, #exposant ul.events li a .content .header .time {
	color:var(--color1);
}
#profil ul.events li a .content .title, #exposant ul.events li a .content .title {
	color:var(--color2);
	font-weight:600;
	margin-top:15px;
	display: block;
	font-size:0.875rem;
}
#profil .questions {
	font-size:0.875rem;
	height:auto;
}
#profil .questions  ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#profil .questions h3 {
	font-size:1rem;
	color:var(--color2);
	font-weight:600;
}
#profil .questions li:last-child p {
	margin-bottom:0;
}
#profil .chat {
	padding:0;
	overflow: hidden;
}
#edit_profil h2 {
	color:var(--color2);
	font-size:1.5625rem;
	font-weight: 600;
	margin-bottom: 25px;
}
#edit_profil .box {
	padding:30px;
	background:white;
}
#edit_profil .avatar {
	display: block;
	margin:auto;
	border-radius: 100%;
}
#edit_profil .infos {
	text-align: center;
	margin:30px auto 15px auto;
}
#edit_profil .infos span {
	display: block;
	font-size: .95rem;
}
#edit_profil .infos .name {
	font-size:1.5625rem;
	color:var(--color2);
	font-weight: 600;
	margin-bottom:10px;
}
#edit_profil .infos .entreprise {
	font-weight:600;
}
#edit_profil input, #edit_profil textarea {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #000;
	outline:none;
	padding-left: 0!important;
}
#edit_profil .acf-field[data-width]+.acf-field[data-width], #edit_profil .acf-fields>.acf-field {
	border:none;
}
#edit_profil i {
	display: none;
}
#edit_profil a {
	text-decoration: none;
}
#edit_profil .acf-field .acf-label label {
	opacity:.5;
	font-weight: 400;
}
#edit_profil .acf-field input[type="file"] {
	width:0;
}
#edit_profil .acf-field .acf-basic-uploader {
	display: block;
}
#edit_profil .acf-field .acf-basic-uploader:before {
    content: 'Sélectionner un fichier';
    border-bottom: 1px solid #000;
    cursor: pointer;
    width: 100%;
    background: var(--color2);
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    color: white;
    display: inline-block;
    text-align: center;
}
#edit_profil .acf-form-submit {
	text-align: right;
}
#edit_profil .acf-form-submit input[type="submit"] {
	background: var(--color1);
    color: white;
    padding: 15px 25px!important;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 25px;
    text-align: center;
    border-bottom:none;
}
#edit_profil #message {
	width:100%;
	padding:15px;
	text-align: center;
	background:var(--color1);
	color:white;
	border-radius: 15px;
	margin-bottom: 30px;
}
#edit_profil #message p {
	margin-bottom:0;
}
#exposant {
	padding-top:50px;
	padding-bottom:50px;
}
#exposant .space {
	margin:30px auto;
}
#exposant .box {
	padding:15px;
	font-size:0.875rem;
}
#exposant .social {
	margin:0;
	padding:0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-item-align: center;
	    align-self: center;
	list-style-type: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width:100%;
}
#exposant .social li {
	margin:2.5px;
}
#exposant .social li a {
	width:30px;
	height:30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background:var(--color2);
	border-radius: 100%;
}
#exposant .social li a svg {
	fill:white;
	width: auto;
	height:13px;
}
#exposant .social li a:hover, #exposant .social li a:focus, #exposant .social li a:active {
	background:var(--color1);
}
#exposant .equipe {
	margin-top:0;
}
#exposant h2 {
	font-size:1.1rem;
	color:var(--color2);
	font-weight: 600;
}
#exposant .banniere {
	overflow: hidden;
	padding:0;
	min-height: 350px;
}
#exposant .banniere .banniere-content {
	width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
}
#exposant .banniere iframe {
	width:100%!important;
	height:auto!important;
	min-height:350px;
}
#exposant .informations p:last-child {
	margin-bottom:0;
}
#exposant .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	color:var(--color2);
}
#exposant .content .col_1 {
	width: 200px;
	margin-left:60px;
}
#exposant .content .col_2 {
	width: calc(100% - 260px);
	padding-left:30px;
	padding-top:30px;
}
#exposant .content .col_2 ul.actions {
	padding:0;
	margin:0;
	list-style-type: none;
	margin-top:25px;
}
#exposant .content .col_2 ul.actions li {
	margin:5px auto;
}
#exposant .content .col_2 ul.actions li a {
	text-decoration: none;
	color:var(--color1);
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#exposant .content .col_2 ul.actions li a svg {
	display: block;
	-webkit-transform:rotate(-90deg);
	    -ms-transform:rotate(-90deg);
	        transform:rotate(-90deg);
	width: 15px;
	height:15px;
	fill: var(--color1);
	margin-right:5px;
}

#exposant .content h1 {
	font-size:1.875rem;
	font-weight: 600;
	color:var(--color2);
	margin-bottom: 0;
}
#exposant .content .picture {
	width:200px;
	height:200px;
	border-radius:10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: -100px;
    z-index: 99;
    position: relative;
    background: white;
}
#exposant .content .picture img {
	display: block;
}
#exposant .no_banner .content .col_1 {
	margin-left: 0;
}
#exposant .no_banner .content .picture {
	margin-top: 0;
}
#exposant ul.events li {
	width:100%;
	padding: 7.5px 0;
}
#exposant ul.events li a .content .header {
	width: 100%;
}
#exposant .fichiers ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
#exposant .fichiers ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	width: 100%;
	margin:7.5px 0;
}
#exposant .fichiers ul li:before {
	content: url('images/assets/file.svg');
	display: block;
	width:17px;
	margin-right:10px;
}
#exposant .fichiers ul li a {
	color:#000;
	text-decoration: none;
	font-weight:600;
}
#exposant .fichiers ul li a:hover, #exposant .fichiers ul li a:focus, #exposant .fichiers ul li a:active {
	color:var(--color1);
}
#exposant .coordonnees ul li a {
	color:var(--color1);
	text-decoration: none;
}
#exposant .wpcf7 input, #exposant .wpcf7 textarea {
	border-radius: 50px;
	border:1px solid var(--color2);
	padding:8px;
	outline:none;
	margin-top:5px;
	width: 100%;
}
#exposant .wpcf7 textarea {
	border-radius: 15px;
}
#exposant .wpcf7 label {
	display: block;
	margin-bottom:5px;
	color:var(--color2);
}
#exposant .wpcf7 .rgpd label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color:var(--color2);
}
#exposant .wpcf7 .rgpd label input {
	width:auto;
	margin-right:10px;
}
#exposant .wpcf7 input[type="submit"] {
	background:var(--color2);
	color: white;
    padding: 15px;
    display: block;
}
#exposant .wpcf7 .rgpd label input[type="checkbox"] {
	--webkit-appearance:none;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	width: 15px;
	height:15px;
	border:1px solid var(--color2);
}
#exposant .wpcf7 .rgpd label input[type="checkbox"]:checked {
	background: var(--color2);
}
#exposant .wpcf7 .wpcf7-not-valid-tip {
	color: #e74c3c;
	display: block;
    margin-top: 2px;
}
#exposant .wpcf7 .wpcf7-response-output {
	background:var(--color1);
	color:white;
	padding:10px;
	border-radius:10px;
	border:none;
	text-align: center;
}
#exposant .wpcf7 .screen-reader-response {
	display: none;
}
#exposant a.btn-edit, #profil a.btn-edit {
    background: var(--color1);
    padding: 10px 15px;
    display: inline-block;
    border-radius: 50px;
    color: white;
    margin-bottom: 30px;
    text-decoration: none;
}
#edit_exposant {
	padding-top:50px;
	padding-bottom:50px;
}
#edit_exposant h1 {
	color:var(--color2);
	font-size:1.5625rem;
	font-weight: 600;
	margin-bottom: 25px;
}
#edit_exposant .box {
	padding:30px;
}
#edit_exposant .avatar {
	display: block;
	margin:auto;
	border-radius: 100%;
}
#edit_exposant .infos {
	text-align: center;
	margin:30px auto 15px auto;
}
#edit_exposant .infos span {
	display: block;
	font-size: .95rem;
}
#edit_exposant .infos .name {
	font-size:1.5625rem;
	color:var(--color2);
	font-weight: 600;
	margin-bottom:10px;
}
#edit_exposant .infos .entreprise {
	font-weight:600;
}
#edit_exposant input:not([type="url"]), #edit_exposant textarea {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #000;
	outline:none;
	padding-left: 0!important;
}
#edit_exposant input[type="url"] {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #000;
	outline:none;
}
#edit_exposant .acf-field[data-width]+.acf-field[data-width], #edit_exposant .acf-fields>.acf-field {
	border:none;
}
#edit_exposant a.button-primary {
	text-decoration: none;
	background:var(--color1);
	padding:10px 15px;
	border-radius:50px;
	display: inline-block;
	color:white;
}
#edit_exposant a.button-primary.disabled {
	opacity:.4;
}
#edit_exposant .acf-field .acf-label label {
	opacity:.5;
	font-weight: 400;
}
#edit_exposant .acf-field input[type="file"] {
	width:0;
}
#edit_exposant .acf-field .acf-basic-uploader {
	display: block;
}
#edit_exposant .acf-field .acf-basic-uploader:before {
    content: 'Sélectionner un fichier';
    border-bottom: 1px solid #000;
    cursor: pointer;
    width: 100%;
    background: var(--color2);
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    color: white;
    display: inline-block;
    text-align: center;
}
#edit_exposant a.button-primary[data-event='add-row']:before {
    content: '+';
    margin-right: 10px;
}
#edit_exposant .acf-form-submit {
	text-align: right;
}
#edit_exposant .acf-form-submit input[type="submit"] {
	background: var(--color1);
    color: white;
    padding: 15px 25px!important;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 25px;
    text-align: center;
    border-bottom:none;
}
#edit_exposant #message {
	width:100%;
	padding:15px;
	text-align: center;
	background:var(--color1);
	color:white;
	border-radius: 15px;
	margin-bottom: 30px;
}
#edit_exposant #message p {
	margin-bottom:0;
}
#edit_exposant .acf-repeater .acf-row-handle.order {
	background:var(--color2);
	color:white;
	text-shadow: none;
}
#edit_exposant .acf-table,
#edit_exposant .acf-repeater .acf-row-handle.order+td,
#edit_exposant .acf-repeater.-row>table>tbody>tr>td, .acf-repeater.-block>table>tbody>tr>td,
#edit_exposant .acf-table>tbody>tr>td {
	border-color:var(--color2);
}
#edit_exposant .acf-repeater .acf-row-handle.remove {
	background:var(--color2);
}
#edit_exposant a.acf-icon {
	color:white;
	background:var(--color1);
	border-color:transparent;
	text-decoration: none!important;
}
#edit_exposant .select2-container--default.select2-container--focus .select2-selection--multiple,
#edit_exposant .acf-relationship {
	border-color:var(--color2);
}
#messagerie #talkjs-chat-container, #profil #talkjs-chat-container {
    margin: 0!important;
    width: 100%!important;
}
body:not(.home) #translateSponsors .slider-sponsors {
	position:-webkit-sticky;
	position: sticky;
	top:50px;
}

#exposants {
	padding-top:50px;
	padding-bottom:50px;
}
#exposants .expo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding:30px;
	height:100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color:var(--color2);
	text-decoration: none;
}
#exposants .exposant h3 {
	font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:0;
    text-align: center;
}
#exposants .step {
	margin-top:50px;
	margin-bottom:50px;
}
#exposants h2 {
	color:var(--color2);
	font-weight:600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-transform: capitalize;
	margin-bottom: 25px;
	font-size: 1.3rem;
}
#exposants h2:before {
	content:'';
	width:60px;
	height:60px;
	background-color: var(--color2);
	background-image:url('images/assets/building.svg');
	background-size:35px;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	border-radius: 100%;
	margin-right:20px;
}
#exposants input.search {
	width:260px;
	border: 1px solid #000;
    padding: 8px 10px;
    border-radius: 50px;
    text-align: center;
    outline:none;
}
#exposants input.search::-webkit-input-placeholder {
	color:#000;
}
#exposants input.search::-moz-placeholder {
	color:#000;
}
#exposants input.search:-ms-input-placeholder {
	color:#000;
}
#exposants input.search::-ms-input-placeholder {
	color:#000;
}
#exposants input.search::placeholder {
	color:#000;
}
#exposants .search-box {
	padding:15px;
	top:50px;
}
#exposants .search-box h2 {
	color:var(--color1);
}
#exposants .search-box h2:before {
	background-color:var(--color1);
}
#exposants .search-box input {
	width:100%;
}
#exposants .pdf {
	overflow: hidden;
	margin-bottom: 50px;
}
#exposants .exposant {
	margin-top:15px;
	margin-bottom:15px;
}
#exposants ul.list {
	list-style-type: none;
	padding:0;
	margin:0;
}
#refus {
	height: calc(100vh - 234px);
	min-height:400px;
}
#refus .box {
	padding:30px;
}
#refus svg {
	margin-bottom:30px;
}
#refus h1 {
	font-weight:600;
	font-size:1.875rem;
	margin-bottom:30px;
}
#messagerie {
	padding-top:50px;
}
#page {
	padding-top: 50px;
	padding-bottom: 50px;
}
#page a {
	color: var(--color1);
	text-decoration: none;
}
#page a:hover,
#page a:focus,
#page a:active {
	color: var(--color2);
}
#page h1 {
	color: var(--color1);
	font-size: 2.3rem;
	font-weight: 600;
	margin-bottom: 30px;
}
#page h2 {
	font-size: 1.5rem;
	color: var(--color2);
	font-weight: 600;
}
/* MCE */

.alignnone {
    margin: 0px 00px 20px 0;
    max-width: 100%;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 100%;
    height: auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-smiley {
    height: 20px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Home */ 
.home #programme h2 {
	font-weight: 600;
	color: var(--color1);
	font-size: 1.6rem;
}
.home #programme {
	padding-bottom: 0;
}
.home #programme #agenda #creneau .sessions {
	width: 100%;
}
.home #programme #agenda .sessions .session {
	margin-bottom: 0;
}
.home #programme #agenda .sessions .session .date {
	display: block;
	margin-bottom: 10px;
	color: var(--color1);
}
.home .bloc_dates_cles h2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color:var(--color2);
	font-size:1.375rem;
}
.home .bloc_dates_cles h2:before {
	content: '';
    width: 40px;
    height: 40px;
    background-color: var(--color1);
    background-image: url('images/assets/calendar_w.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin-right: 10px;
}
#home .content.bloc_dates_cles {
	padding: 20px;
}
#home .bloc_actualites .slider-actus {
	padding-bottom: 20px;
}
#home .content.bloc_dates_cles .slider-dates-cles,
#home .bloc_actualites .slider-actus {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#home .content.bloc_dates_cles .slider-dates-cles .slick-prev,
#home .bloc_actualites .slider-actus .slick-prev {
	order: 2;
	transform: rotate(90deg);
}
#home .content.bloc_dates_cles .slider-dates-cles .slick-next,
#home .bloc_actualites .slider-actus .slick-next {
	order: 3;
	transform: rotate(-90deg);
}
#home .content.bloc_dates_cles .slider-dates-cles .slick-next,
#home .content.bloc_dates_cles .slider-dates-cles .slick-prev,
#home .bloc_actualites .slider-actus .slick-next,
#home .bloc_actualites .slider-actus .slick-prev {
    display: block;
    width: 25px;
    height: 25px;
    background: var(--color2);
    border: none;
    border-radius: 100%;
    margin: 0 2.5px;
}
#home .content.bloc_dates_cles .slider-dates-cles .slick-next svg,
#home .content.bloc_dates_cles .slider-dates-cles .slick-prev svg,
#home .bloc_actualites .slider-actus .slick-next svg,
#home .bloc_actualites .slider-actus .slick-prev svg {
	fill: white;
}
#home .content.bloc_dates_cles .slider-dates-cles .slick-list,
#home .bloc_actualites .slider-actus .slick-list {
	order: 1;
	margin-bottom: 15px;
}
#home .bloc_actualites .slider-actus a {
	text-decoration: none;
}
#home .bloc_actualites .slider-actus .content {
	padding: 10px;
}
#home .bloc_actualites .slider-actus .content img {
	height: 150px;
    object-fit: cover;
}
#home .bloc_actualites .slider-actus .content h2 {
	font-size: 16px;
    color: var(--color2);
    margin-bottom: 10px;
    line-height: 1;
}
#home .bloc_actualites .slider-actus .content .date {
    display: block;
    font-size: 14px;
    color: var(--color1);
}
#home .sticky-bloc {
	position: sticky;
	top: 10px;
}
.home .dates-cles li {
	width: 150px;
	text-align: center;
	margin: 10px;
}
.home .dates-cles li:first-child {
	margin-left: 0;
}
.home .bloc_dates_cles span.date {
	display: flex;
    width: 85px;
    height: 85px;
    align-items: center;
    background: var(--color1);
    border-radius: 100%;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin: auto auto 15px auto;
    text-align: center;
}

.home .bloc_dates_cles .texte {
	display: block;
	padding: 0 10px;
	text-align: center;
}
/* Appel à communications */
#jury h1 {
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color:var(--color2);
	font-size:1.375rem;
	margin-bottom: 30px;
}
#jury h1:before {
	content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    background-image: url('images/assets/promotion.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
}
#jury #jury_form h1:before {
	content: none;
}
#jury #jury_form h1 {
	text-align: center;
	width: 100%;
    display: block;
}
#jury {
	padding-top: 35px;
	padding-bottom: 35px; 
}
#jury .instructions,
#deposer_projet .instructions {
	border: 1px solid var(--color2);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
#jury .instructions p:last-child,
#deposer_projet .instructions p:last-child {
	margin-bottom: 0;
}
#jury .instructions a,
#deposer_projet .instructions a {
	color: var(--color1);
}
#deposer_projet .projets {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#deposer_projet .projets li,
#deposer_projet .projets li ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#deposer_projet .projets > li {
	justify-content: space-between;
	background: #fafafa;
	padding: 10px;
}
#deposer_projet .projets > li:nth-of-type(even) {
	background: white;
}
#deposer_projet .projets li ul a {
	color: var(--color1);
	text-decoration: none;
}
#deposer_projet .notif {
	background: #fafafa;
    color: var(--color2);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
}
#deposer_projet .notif p:last-child {
	margin-bottom: 0;
}
#deposer_projet .connexion {
	padding: 35px 15px;
}
#deposer_projet .connexion h3 {
	padding: 0 35px;
	font-size: 20px;
	text-align: center;
	color: var(--color1);
}
#deposer_projet .connexion ul {
	list-style-type: none;
	padding: 0;
	margin: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#deposer_projet .connexion ul li:not(:first-child) {
	margin: 0 5px;
}
#deposer_projet .connexion ul li a {
	display: inline-flex;
    padding: 15px;
    border-radius: 50px;
    background-color: var(--color2);
    color: white;
    text-align: center;
    text-decoration: none;
}
#deposer_projet .connexion ul li a:hover,
#deposer_projet .connexion ul li a:focus,
#deposer_projet .connexion ul li a:active {
	background-color: var(--color1);
}
#deposer_projet .acf-form div[data-type="accordion"] .acf-label.acf-accordion-title {
	background-color:var(--color2);
	transition:all .4s ease-in-out;
}
#deposer_projet .acf-form div[data-type="accordion"] .acf-label.acf-accordion-title:hover {
	background-color:var(--color1);
	cursor: pointer;
}
#deposer_projet .acf-form div[data-type="accordion"] .acf-label.acf-accordion-title label {
	font-size:18px;
	color:white;
}
#deposer_projet .acf-form div[data-type="accordion"] .acf-label.acf-accordion-title .acf-accordion-icon {
	font-size:25px;
	color:white;
}
#deposer_projet .acf-form div[data-type="accordion"] .acf-input.acf-accordion-content {
	border:1px solid var(--color2);
}
#jury .statut_bar {
	margin: 0;
    list-style: none;
    background: var(--color1);
    padding: 15px;
    border-radius: 10px;
    top: 10px;
    position: sticky;
    margin-top: 15px;
}
#jury .statut_bar li.moyenne-item {
	border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    background: white;
    color: var(--color2);
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
#jury .statut_bar li.moyenne-item.error {
    background: #e74c3c!important;
    color: white!important;
    border-color: #e74c3c!important;
}
#jury .statut_bar li.notes-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#jury .statut_bar li.notes-item ul li {
	margin: 5px 0;
}
#jury .statut_bar li.notes-item ul li a {
	display: flex;
    align-items: center;
    width: 100%;
    color: white;
    text-decoration: none;
    opacity: 1;
}
#jury .statut_bar li.notes-item ul li a .etat {
	background: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    color: var(--color2);
}
#jury .statut_bar li.send_note input,
#jury form#jury_form .submit_form {
	background: var(--color2);
    display: block;
    width: 100%;
    color: white;
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    font-weight: bold;
}
#jury form#jury_form .delete_dossier a {
	background: white;
    display: block;
    width: 100%;
    color: var(--color2);
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#jury form#jury_form .send_email a {
	background: white;
    display: block;
    width: 100%;
    color: var(--color2);
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#jury .statut_bar li.n_dossier h1 {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px; 
}
#jury table {
	border-color: var(--color1);
}
#jury table tr th,
#jury table tr td {
	padding: 5px;
}
#jury table tr th {
	background: var(--color1);
	color: white;
    padding: 10px;
    text-transform: uppercase;
}
#jury table tr td a {
	color: var(--color2);
}
#jury table input[type="number"] {
	width: 100%;
}
#jury textarea {
	width: 100%;
	border-color: var(--color1);
	min-height: 150px;
}
#jury input.btn__submit {
    background: #db4372;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    margin-top: 30px;
    font-weight: bold;
}
#jury form input {
	border-color: var(--color1);
}
#jury form#jury_form .item .input_note {
	width: 60px;
}
#jury form#jury_form .item {
	border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 15px;
}
#jury form#jury_form .item h2 {
	text-transform: uppercase;
    font-size: 18px;
    color: var(--color1);
}
#jury form#jury_form .item label { 
	display: block;
    color: #624365;
    font-weight: bold;
    margin-bottom: 5px;
}
#jury form#jury_form .item .commentaire {
	margin-top: 15px;
}
#jury form#jury_form .statut_bar .note,
#jury form#jury_form .item .commentaire {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #624365;
    margin-top: 10px;
    background: white;
    display: inline-block;
}
#jury form#jury_form .statut_bar .note.error,
#jury form#jury_form .statut_bar .note.error label {
    background: #e74c3c;
    color: white!important;
    border-color: #e74c3c;
}
#jury form#jury_form .statut_bar .note.error span.error {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}
#jury form#jury_form .statut_bar .send_comment label {
	font-weight: bold;
	color: white;
	display: block;
	margin-top: 15px;
}
#jury form#jury_form .statut_bar .send_comment textarea {
	    min-height: 100px;
}
#jury span.response {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
}
#jury span.response.success {
	background: #27ae60;
}
#jury span.response.error {
	background: #e74c3c;
}
#jury .jury-infos,
#deposer_projet .jury-infos,
#appel_comm .jury-infos {
	margin: 0;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    color: var(--color1);
    border: 2px solid var(--color1);
}
#jury .jury-infos ul,
#deposer_projet .jury-infos ul,
#appel_comm .jury-infos ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#jury .jury-infos ul li,
#deposer_projet .jury-infos ul li,
#appel_comm .jury-infos ul li {
	margin: 15px 0;
}
#jury .jury-infos ul li:first-child,
#deposer_projet .jury-infos ul li:first-child,
#appel_comm .jury-infos ul li:first-child {
	margin-top: 0;
}
#jury .jury-infos ul li:last-child,
#deposer_projet .jury-infos ul li:last-child,
#appel_comm .jury-infos ul li:last-child {
	margin-bottom: 0;
}
#jury .jury-infos ul li span,
#deposer_projet .jury-infos ul li span,
#appel_comm .jury-infos ul li span {
	display: block;
}
#jury .jury-infos ul li span.cloture {
    background: #e74c3c;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}
#jury .jury-infos ul li span:first-child,
#deposer_projet .jury-infos ul li span:first-child,
#appel_comm .jury-infos ul li span:first-child {
	font-weight: bold;
    color: var(--color2);
    margin-bottom: 15px;
    background: white;
    border-radius: 5px;
}
#jury .projets {
	width: 100%;
	border-color: var(--color1);
	border-radius: 10px;
}
#jury .projets th, #jury .projets td {
	padding: 10px;
}
#jury .projets thead tr th {
	background: var(--color1);
	color: white;
}
#jury .projets tbody tr:nth-of-type(odd) {
	background: #eee;
}
#jury .projets ul.actions {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#jury .projets ul.actions li a,
#jury .actions_bar li a {
	display: block;
    width: 100%;
    background: var(--color2);
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}
#jury .projets ul.actions li a {
	font-size: 14px;
}
#jury .projets ul.actions li {
	margin-right: 5px;
}
#jury .projets ul.actions li:last-child {
	margin-right: 0;
}
#jury .actions_bar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	margin-bottom: 15px;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
}
#jury .actions_bar li {
	margin: 5px;
}
#jury .actions_bar span.found {
	display: block;
    width: 100%;
    background: #eee;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
}
#jury a.return,
#jury .download {
	display: inline-block;
    background: var(--color2);
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
}
#deposer_projet .jury-infos {
	top: 20px;
}
#deposer_projet .acf-field input[type=text], 
#deposer_projet .acf-field input[type=password], 
#deposer_projet .acf-field input[type=date], 
#deposer_projet .acf-field input[type=datetime], 
#deposer_projet .acf-field input[type=datetime-local], 
#deposer_projet .acf-field input[type=email], 
#deposer_projet .acf-field input[type=month], 
#deposer_projet .acf-field input[type=number], 
#deposer_projet .acf-field input[type=search], 
#deposer_projet .acf-field input[type=tel], 
#deposer_projet .acf-field input[type=time], 
#deposer_projet .acf-field input[type=url], 
#deposer_projet .acf-field input[type=week], 
#deposer_projet .acf-field textarea, 
#deposer_projet .acf-field select {
    border-radius: 5px;
    border: 1px solid #624365;
}

#deposer_projet .statut {
	display: block;
    text-align: center;
    background: #e55039;
    margin-top: 30px;
    padding: 15px;
    border-radius: 10px;
    color: white;
}
#deposer_projet .acf-form-submit {
	margin: 30px 10px;
}
#deposer_projet .acf-form-submit .acf-button,
#deposer_projet .acf-form-submit #draft_btn {
	display: inline-block;
    background: var(--color2);
    width: calc(50% - 10px);
    padding: 15px;
    border: none;
    border-radius: 5px;
    color: white;
}
#deposer_projet .acf-form-submit #draft_btn {
	background: var(--color1);
}
#deposer_projet h1,
#appel_comm h1 {
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color:var(--color2);
	font-size:1.375rem;
	margin-bottom: 30px;
}
#deposer_projet h1:before,
#appel_comm h1:before {
	content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    background-image: url('images/assets/promotion.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
}
#deposer_projet #message.updated {
	width: 100%;
    padding: 15px;
    text-align: center;
    background: #b8e994;
    color: #000;
    border-radius: 15px;
    margin-bottom: 30px;
}
#deposer_projet #message.updated p {
	margin-bottom: 0;
}
section#appel_comm .box {
    padding: 30px;
}
section#appel_comm .box p:last-child {
	margin-bottom: 0;
}
/* E-poster */
#e_posters .e_pos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 15px;
	color: var(--color2);
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
}
#e_posters .e_pos svg {
	width: 50px;
	opacity: .1;
	margin: auto;
}
#e_posters .e_pos span.title {
	display: block;
	text-align: center;
	margin-top: 15px;
}
#e_poster h1,
#e_posters h1 {
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color:var(--color2);
	font-size:1.375rem;
	margin-bottom: 30px;
}
#e_poster h1:before,
#e_posters h1:before {
	content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    background-image: url('images/assets/poster.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
}
#e_poster .poster a {
    display: inline-block;
    background: var(--color1);
    padding: 10px 15px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
}
#e_poster .content h1,
#e_poster .content h2,
#e_poster .content h3,
#e_poster .content h4,
#e_poster .content h5,
#appel_comm h1,
#appel_comm h2,
#appel_comm h3,
#appel_comm h4,
#appel_comm h5,
#e_poster .content a {
	color: var(--color2);
}
#e_poster .boutons {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
	display: inline-flex;
}
#e_poster .boutons li {
	margin: 2.5px;
}
#e_poster .boutons li a {
	display: block;
	background: var(--color1);
	color: white;
	text-decoration: none;
	padding: 10px 15px;
    border-radius: 20px;
}
#appel_comm .btns {
	margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    list-style-type: none;
    margin-bottom: 15px;
}
#appel_comm .btns li {
	margin: 5px;
}
#appel_comm .btns li a {
	display: inline-flex;
    padding: 15px;
    border-radius: 50px;
    background-color: var(--color2);
    color: white;
    text-align: center;
    text-decoration: none;
}
/** ACTUALITES */ 
#actualites h1 {
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color:var(--color2);
	font-size:1.375rem;
	margin-bottom: 30px;
}
#actualites h1:before {
	content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    background-image: url('images/assets/news.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
}
#actualites a.post {
	text-decoration: none;
	margin-bottom: 30px;
}
#actualites a.post img {
	height: 200px;
	object-fit: cover;
}
#actualites a.post .no-picture {
	display: block;
	width: 100%;
	height: 200px;
	background-image: url('images/assets/no-picture.svg');
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: center;
	opacity: .2;
}
#actualites a.post .content {
	padding: 15px;
}
#actualites a.post .content h2 {
	font-size: 16px;
    color: var(--color2);
    margin-bottom: 10px;
    line-height: 1;
}
#actualites a.post .content .date {
	display: block;
	font-size: 14px;
	color: var(--color1);
}
#actualites .pagination .page-numbers {
    border: 1px solid var(--color1);
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    color: var(--color1);
    text-decoration: none;
    margin: 0 2.5px;
    transition: all .5s ease-in-out;
}
#actualites .pagination .page-numbers.current,
#actualites .pagination .page-numbers:hover,
#actualites .pagination .page-numbers:focus,
#actualites .pagination .page-numbers:active {
	background: var(--color1);
	color: white;
}
.single-post #actualite {
	font-size: 15px;
	line-height: 15px;
}
.single-post #actualite .image {
	overflow: hidden;
	border-radius: 10px;
}
.single-post #actualite .post-infos {
	padding: 30px;
	top: 30px;
}
.single-post #actualite .post-infos span.title {
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--color2);
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
.single-post #actualite .post-infos span.title:first-child {
	margin-top: 0;
}
.single-post #actualite .post-infos span.title svg {
	width: 20px;
    height: 20px;
    fill: var(--color2);
    margin-right: 5px;
}
.single-post #actualite .post-infos ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 5px;
}
.single-post #actualite .post-infos ul li a {
	color: var(--color1);
	text-decoration: none;
}
.single-post #actualite .post-infos .post-btn {
	display: block;
    background: var(--color2);
    padding: 10px;
    color: white;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
}
.single-post #actualite .image.no-image {
	display: block;
	width: 100%;
	height: 450px;
	background-image: url('images/assets/no-picture.svg');
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: center;
	opacity: .2;
}
.single-post #actualite h1 {
	line-height: 1;
    font-size: 25px;
    color: var(--color1);
    margin-bottom: 30px;
}
.single-post #actualite h2 {
	font-size: 20px;
	color: var(--color1);
}
.single-post #actualite h3 {
	font-size: 18px;
	color: var(--color1);
}
.single-post #actualite .post-content {
	padding: 30px;
}
.single-post #actualite .post-content p:last-child {
	margin-bottom: 0;
}
.single-post #actualite .post-content blockquote {
	background: var(--color2);
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}
.single-post #actualite .post-content a {
	color: var(--color1);
}
#archive_site h1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color2);
    font-size: 1.375rem;
    margin-bottom: 25px;
}
#archive_site h1:before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    background-image: url(images/assets/calendar_w.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin-right: 20px;
}
#archive_site .archive-box {
	display: flex;
	height: 100%;
	padding: 30px;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-decoration: none;
}
#archive_site .archive-box span.picto {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: var(--color2);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
#archive_site .archive-box span.picto img {
	width: 50px;
}
#archive_site .archive-box h2 {
	display: block;
	color: var(--color1);
	text-align: center;
	font-size: 25px;
	line-height: 1;
	margin-top: 25px;
}
#archive_site .archive-box.edito h2 {
	font-size: 30px;
	text-align: left;
	margin-bottom: 30px;
}
#archive_site .archive-box.edito {
	font-size: 15px;
}
#archive_site .archive-box.edito a {
	color: var(--color1);
}
#archive_site a.btn-archive {
    display: inline-block;
    background: var(--color1);
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
}
.bloc-custom {
	padding: 20px;
}
.bloc-custom p:last-child, .bloc-custom ul:last-child, .bloc-custom a:last-child {
	margin-bottom: 0;
}
.bloc-custom a {
	display: block;
	margin-bottom: 0;
	color: var(--color1);
}
.bloc-custom a[href^="tel:"]:before {
	content: url(images/assets/telephone.svg);
	width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.bloc-custom a[href^="mailto:"]:before {
	content: url(images/assets/mail.svg);
	width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.bloc-custom a[href^="https:"]:before {
	content: url(images/assets/site.svg);
	width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
	header .user_actions li > a {
		width: 36px;
		height: 36px;
	}
	header .user .username {
		display: none;
	}
}
@media only screen and (max-width:992px) {
	#live .header .full-screen {
		display: none;
	}
	header .user_actions ul.menu_notifications button#close_notif {
		border: none;
	}
	#translateSponsors {
		position: fixed;
		top:0;
		left:0;
		right:0;
		height:100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background:rgba(255,255,255,.9);
		margin:auto;
		z-index: 999999;
		padding-top:0;
	}
	#translateSponsors .slider-sponsors {
		width:280px;
	}
	#translateSponsors .slider-sponsors, #translateSponsors .slider-sponsors a {
		-webkit-filter: none;
		        filter: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	#translateSponsors .slider-sponsors .slider__item img {
		height:500px;
		width:auto;
		margin: auto;
	}
	header .user {
		text-align: right;
		overflow: hidden;
	}
	header .user .username {
    	/*text-indent: -99999px;*/
    	overflow: hidden;
    	margin-top: 5px;
	}
	header .user .username::after {
		text-indent: 0;
		margin-left:5px;
	}
	header .user_menu {
		left:initial;
		min-width:0;
		background:var(--color2);
		list-style-type: none;
		margin-bottom:0;
		text-align: center;
		display: none;
	}
	header .user_menu.active {
		display: block;
		left:15px;
		right:15px;
	}
	body header .user {
		position: static;
	}
	.user_menu.active {
		left:15px;
		right:15px;
	}
	header .user_menu li {
		margin:10px;
	}
	header .user_menu li a {
		color:white;
	}
	
	header #menu button, header #menu button:hover, header #menu button:focus, header #menu button:active {
		outline:none;
	}
	header #menu .hamburger-inner, header #menu .hamburger-inner:after, header #menu .hamburger-inner:before {
		background:white;
	}
	header #menu .hamburger.is-active:hover, header #menu .hamburger:hover {
		opacity: 1;
	}
	header #menu .mobile_menu {
		display: none;
	}
	header #menu .mobile_menu ul li {
		width:100%;
	}
	header #menu .mobile_menu.active {
		display: block;
	}
	header .user_actions li {
		width:auto; 
	}
	header .user_actions li a {
		-webkit-filter:none;
		        filter:none;
		background:transparent;
	}
	header #menu {
		padding-top:15px;
		padding-bottom:15px;
	}
	header .user_actions ul.menu_notifications {
		bottom:0;
		position: fixed;
		z-index: 999;
		left:0;
		right:0;
		min-width: auto;
		width: 100%;
		max-width: 100%;
	}
	#connexion {
		padding-top:35px;
		padding-bottom:35px;
	}
	#connexion .container .form {
		position: initial;
		margin-top:30px;
	} 
	#live .header .video, 
	#live .header .chat,
	#live .top-header .infos, 
	#live .top-header .note {
		width:100%;
	}
	#live .top-header .infos {
		text-align: center;
	}
	#live .header .chat {
		height:500px;
	}
	#edit_profil h2 {
		margin:25px auto;
		text-align: center;
	}
	#edit_profil .acf-field {
		width:100%!important;
	}
	#edit_profil .acf-form-submit input[type="submit"] {
		display: block;
		width:100%;
	}
	#live .soon p, #live .decompte .compteur {
		text-align: center;
	}
	#live .intervenants {
		margin-top:70px;
	}
	#live .top-header #note {
	    width: 100%;
	    text-align: center;
	    margin-top: 30px;
	} 
	#profil .box {
		margin-bottom:35px;
		height:auto;
	}
}
@media only screen and (max-width:768px) {
	header .user img.avatar {
		max-width:45px;
		margin-right: 0;
	}
	header .user_actions {
		justify-content: center;
	}
	#programme #agenda .header {
		margin-top:30px;
	}
	#programme #agenda #select_date {
		width: 100%;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
		padding-left:0;
	}
	#programme #agenda #select_date li {
		margin:5px;
	}
	#programme #agenda #creneau .sessions .session.multiple {
		width: 100%;
	}
	#participants ul.users li, #programme #agenda #creneau .sessions .session ul.users li {
		width:calc(100% / 2);
	}
	#exposant .content .col_1 {
		margin-left:0;
	}
	#exposant .content .col_2 {
		padding-left: 0;
		text-align: center;
		padding-bottom: 30px;
	}
	#exposant .content .col_1, #exposant .content .col_2 {
		width:100%;
	} 
	#exposant .content .picture {
		margin:-75px auto 0 auto;
		width: 150px;
		height: 150px;
	}
	#profil .infos {
		width: 100%;
		padding-left:0;
		text-align: center;
		margin-top:15px;
	}
	#profil .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media only screen and (max-width:600px) {
	header {
		margin: 0;
		border-radius: 0;
	}
	header .nav_top {
		padding-top: 0;

	}
	header .user_actions {
		background: var(--color2);
		justify-content: flex-end;
    	padding-right: 15px;
    	margin-bottom: 15px;
	}
	header .user_actions li a {
		width:40px;
		height:40px;
	}
	header .user_actions li a img {
		width:20px;
		filter: invert(1);
	}
	header #menu ul li {
		margin:10px;
	}
	header #menu {
		padding-top:10px;
		padding-bottom:10px;
	}
	header .user_menu.active {
		left: 0;
		right: 0;
	}
	header a.guide {
		left: 0;
		right: auto;
	}
	#programme #agenda #creneau .creneau {
		width:100%;
	}
	#programme #agenda #creneau .creneau span {
		margin:auto;
	}
	#programme #agenda .jour #creneau .creneau.last:after {
		content:'';
	}
	#programme #agenda #creneau .creneau:after {
		height:20px;
		bottom:0;
		position: initial;
		display: block;
	}
	#programme #agenda #creneau .sessions,
	#programme #agenda #creneau .sessions .session ul.users li {
		width:100%;
	}
	#programme #agenda .header .calendar, #programme #agenda #select_date li a {
		width:100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#programme #agenda #select_date li {
		width:100%;
	}
	#programme #agenda #creneau .sessions.multiple .session {
		width: 100%;
	}
	#programme #agenda #creneau .sessions .session .header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#programme #agenda #creneau .sessions .session .header .time,
	#programme #agenda #creneau .sessions .session .header .infos {
		width: 100%;
	}
	#programme #agenda #creneau .sessions .session .header .infos {
		padding-right:0;
		margin-top: 15px;
	}
	#programme #agenda #creneau .sessions .session .header .time {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#programme #agenda #creneau .sessions .session .header .time span {
		width:50%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	#programme #agenda #creneau .sessions .session .header .time span.start:after {
		width:14px;
		height:2px;
		margin-left: 10px;
   		margin-right: 0;
   		margin-top: auto;
	}
	#programme #agenda #creneau .sessions .session .header .time span.end:before {
		margin-bottom:0;
		width: 14px;
    	height: 2px;
    	margin-top: 0;
	    margin-left: 0;
	    margin-right: 10px;
	}
	#programme #agenda #creneau .sessions .session .header .time span.end {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	#programme #agenda .session.pause button {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#programme #agenda .session.pause button:last-child {
		margin-bottom: 0;
	}
	#live .participants ul.users li {
		width:100%;
	}
	#participants .header {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#participants .header h1, 
	#participants .header .search,
	#participants .header input.search {
		width:100%;
	}
	#participants .header h1 {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom:15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#participants .header h1:before {
		margin-right:0;
		margin-bottom:15px;
	}
	#participants ul.users li {
		width:100%;
	}
	
	#profil .avatar {
		width:100px;
		height:100px;
	}
	
	#profil ul.events li {
		width: 100%;
	}
	
	#profil ul.events li a.box {
		margin-bottom:0;
	}
	#profil ul.events li {
		padding:7.5px 0;
	}
}
@media only screen and (max-width:500px) {
	header .user span.avatar {
		width: 35px;
		height: 35px;
	}
}
