/* delegue */
#sb_delegue {
	
}
#sb_delegue .col {
	float:left;
}
#sb_delegue .col_1 {
	width: 30%;
	margin-right: 5%;
}
#sb_delegue .col_2 {
	width: 65%;
	vertical-align: bottom;
}
#sb_delegue .col_2 .qui {
	font-size:16px;
	line-height:20px
}
#sb_delegue .col_3 {
	margin-top:20px;
	width: 100%;
}
#sb_delegue .col_4 .qui {
	margin-bottom:0;
}
#sb_delegue img {
	border-radius: 5px;
}
#sb_delegue .action {
	font-size: 12px;
	cursor:pointer;
	border-radius:15px;
	background:var(--awb-color7);
	padding: 7px 10px 2px 10px;
	color:white;
}
#sb_delegue .action svg {
	width: 15px;
	margin-right: 7px;
	float: left;
}
#sb_delegue .action span {
	margin-top: -4px;
	display: inline-block;
	float: left;
}
#sb_delegue #B_contact {
	float:left;
}
#sb_delegue #B_contact_bio {
	padding:5px 20px !important;
	float:left;
}

#sb_delegue #B_call {
	float: right;
}

#sb_delegue .action:hover {
	background:var(--awb-color2);
}
#z_sidebar .titre {
	font-size:18px;
	color: white;
	padding: 10px;
	margin: 0;
}
#z_sidebar .item {
	float:left;
	clear: both;
	width: 100%;
}
#z_sidebar .item i {
	float:left;
	width: 5%;
	line-height: 27px;
}
#z_sidebar .item span {
	float:left;
	width: 95%;
}

/* coming next */
#sb_coming {
	
}
/* congresses */
#sb_congres .titre {
  float:left;
  width:60%;
  padding: 0;
  margin-bottom: 20px;
}
#B_view_all {
  float:left;
  width:40%;
  background: white;
  text-align: center;
  border: 2px solid var(--awb-color2);
  border-radius: 20px;
}
#B_view_all:hover {
  color:white;
  background: var(--awb-color2);
}
#sb_congres .date {
	float:left;
	cursor:pointer;
	margin-bottom:30px;
	clear: both;
	line-height: 22px;
}
#sb_congres .date:hover {
	color:var(--awb-color3);
}
#sb_congres .date img {
	margin-top:5px;
	width:20px;	
}
#sb_congres .date span {
	margin-left:10px;
	line-height: 16px;
}
#o_fond {
	position:fixed;
	width:100%;
	height:100%;
	background: white;
	opacity:0.5;
	display: block;
	left: 0;
	top: 0;
	z-index: 99999;
}
/* congresses ------- pop up */
#temp_ligne {
	display:none;
}
.o_date {
	position:absolute;
	width:100%;
	padding:10px;
	color:white;
	background: var(--awb-color7);
	border-radius:10px;
	z-index: 999999;
}
.o_date .arrow {
	position:absolute;
	top: 165px;
	right: -20px;
	width: 0;
	height: 0;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent var(--awb-color7);
	border-style: solid;
}
.o_date .B_close {
	cursor:pointer;
	position:absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	color: var(--awb-color7);
}

.o_date .nom {
	float:left;
	width: 100%;
	font-size: 20px;
	color: var(--awb-color7);
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}
.o_date .date {
	float:left;
	width: 100%;
	font-size: 18px;
	color: var(--awb-color8);
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 0;
}
.o_date .lieu {
	float:left;
	width: 100%;
	font-size: 18px;
	color: var(--awb-color8);
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accordian_inactive_color);
}
.o_date .lieu i {
	color: var(--awb-color2);	
}
.o_date .lieu img {
	width: 30px;
	height: auto !important;
	margin-left: 10px;
}
.o_date .bio img {
	height: 50px !important;
}
.o_date .infos {
	width:100%;
	float:left;
	background: var(--awb-color1);
	border-radius:10px;
	padding:10px 20px 50px 20px;
	margin-bottom: 10px;
}
.o_date .infos img {
	margin-bottom: 5px;
	max-width:90%;
}
.o_date .infos ul {
	margin:0;
	padding:0 10px;
	color: var(--awb-color2);
	line-height: 21px;
}
.o_date .B_date {
	text-align:center;
	width:100%;
	float:left;
	color: var(--awb-color2);
	margin-top:-30px;
	margin-bottom:10px;
}
.o_date .B_date .B_out {
	background:white;
	border:2px solid var(--awb-color2);
	padding:5px 0px;
	border-radius:20px;
  cursor:pointer;
	width:50%;
  margin:0 auto;
}
.o_date .B_date .B_out i {
	margin-left:10px;
}
.o_date .B_date .B_out:hover {
	color:white;
	background:var(--awb-color2);
}

.o_date .abstract {
	text-align:center;
	width:100%;
	float:left;
}
/* interest */

#sb_interest .z_site {
	padding-top:10px;
	border-top:1px solid var(--awb-color5);
	margin-top:10px;
	width: 100%;
}
#sb_interest .z_site .logo {
	padding-left:30px;
	padding-right:30px;
}
@media only screen and (min-width:830px){
	.o_date {
		position:absolute;
		width:450px;
		z-index: 999999;
	}
	#sb_delegue .action {
		font-size: 14px;
	}
	#sb_congres .date {
	  	margin-bottom:20px;
	}
	#z_congresses .o_date {
		position:relative;
		width:350px;
		float:left;
	}
	.o_date .nom {
		font-size: 24px;
		line-height: 32px;
	}
	.o_date .date {
		font-size: 21px;
		line-height: 32px;
	}
	.o_date .lieu {
		font-size: 21px;
		line-height: 32px;
	}
	.o_date .lieu img {
		width: 40px;
	}
	.o_date .infos img {
		margin-bottom: 20px;
		max-width:90%;
	}
}
@media only screen and (min-width:1200px){
	#sb_delegue #B_contact {
	}
	#sb_delegue #B_call {
		float:right;
		margin-top:0px;
	}


}