@charset "UTF-8";
@font-face {
font-family:'Spezia';
src: url('../fonts2/SpeziaWeb-Regular.woff2') format('woff2'),
   url('../fonts2/SpeziaWeb-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
   font-display: block;
}
@font-face {
			font-family: 'KlavikaBold';
			src: url('../fonts2/KlavikaWebBasicBold.eot');
			src: url('../fonts2/KlavikaWebBasicBold.eot?#iefix') format('embedded-opentype'), url('../fonts2/KlavikaWebBasicBold.woff') format('woff');
			font-weight: bold;
		}
@font-face {
			font-family: 'KlavikaMedium';
			src: url('../fonts2/KlavikaWebBasicMedium.eot');
			src: url('../fonts2/KlavikaWebBasicMedium.eot?#iefix') format('embedded-opentype'), url('../fonts2/KlavikaWebBasicMedium.woff') format('woff');
			font-weight: medium;
		}


h2, h3, h4, p, body {
    font-feature-settings:'kern';        /* turns on kerning */ 
text-rendering: optimizeLegibility;  /* emphasise on legibility when rendering, turns on ligatures and kerning */  
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */  
-moz-osx-font-smoothing: grayscale;  /* apply font anti-aliasing for Firefox on OSX */
    
}    
    


/* STYLES @ HOMEPAGE */  

h1_home{
    font-family: 'KlavikaBold', helvetica, arial, sans-serif;
	font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #DE0066;  
}


h2_home{
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 34px;
    line-height: 36px;
    text-decoration: none;
    color: #000000;
    margin-top: -10px;
    }

h3_home{
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 24px;
    line-height: 27px;
    text-decoration: none;
    color: #000000;
    margin-top: -1px;
    margin-bottom:-1px;
}

/* END STYLES @ HOMEPAGE */ 





* body{
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-weight:normal!important;
    font-size:18px;
    line-height:23px
}

p{
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    
    text-decoration: none;
    color: #000000;
}

.dashboard_submit2{
	text-align: center;
	overflow:hidden;
	width:98%;
		margin-right:1%;
}
.download_pdf2 a{
	background:url("../svg/big_download.svg") no-repeat center center;
	width:115px;
	height:115px;
	display:block;
    margin-top:20px;
}

.download_pdf2 a:hover{
	background:url("../svg/big_download_over.svg") no-repeat center center;
	width:115px;
	height:115px;
	display:block;
}

.h1_2{
	font-size:24px;
	font-family:'Spezia';
	padding:20px 0;
	text-align: center;
	color:black;
	text-transform: none;
	font-weight:normal!important;
}
#fullpage .cycle-slideshow {
	padding-top:0px;
	max-width:11000px;
	width:100%;
	margin:auto;
}
.home_nav_prev{
	background:url("../pics2/arrow_left.png") no-repeat 0 0;
	width:31px;
	height:61px;
	position:absolute;
	left:10px;
	z-index:1000;
	cursor:pointer;
	top: 50%;
    transform: translateY(-50%);
}
.content2 .nav_prev{
	background:url("../pics2/arrow_left.png") no-repeat 0 0;
	width:31px;
	height:61px;
	left:20px;
	z-index:10000;
}
.content2 .nav_next{
	background:url("../pics2/arrow_right.png") no-repeat 0 0;
	width:31px;
	height:61px;
	right:20px;
	z-index:10000;
	
}
.content2.member_archives{
	max-width:10000px;
}
.home_nav_next{
	background:url("../pics2/arrow_right.png") no-repeat 0 0;
	width:31px;
	height:61px;
	position:absolute;
	right:10px;	
	z-index:1000;
	cursor:pointer;
	top: 50%;
    transform: translateY(-50%);
}
.newslide{
	position: relative;
    background: no-repeat center;
    background-size: cover; /* Essayez avec differentes valeurs comme 'contain' */
    height: 500px;
    width: 100%;
}
.newslide a{
	display:block;
}
.newslide_title1{
	position:absolute;
	color:white;
	font-size:63px;
	font-family:'Spezia';
	text-align: center;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	line-height:63px;
	
}
.newslide_title2{
	font-size:32px;
	text-align: center;
	position:absolute;
	bottom:90px;
	color:white;
	font-family:'Spezia';
	margin:auto;
	left: 50%;
  transform: translateX(-50%);
}
.newslide_legend{
	color:white;
	position:absolute;
	bottom:30px;
	left: 50%;
  transform: translateX(-50%);
	font-size:14px;
}
.intro_legend{
	font-size:14px;
	text-align: center;
	padding-bottom:20px;
}
.forheader2{
	padding:18px 40px;
	padding-bottom:0px;
}
.header2{
	width:100%;
	box-sizing: border-box;
	position:relative;
	border-bottom:1px solid #de0066;
	overflow:hidden;
}
.ctitle1{
	color:black;
	font-size:34px;
	text-align: center;
	padding-top:20px;
}
.ctitle2{
	color:#9b9b9b;
	font-size:26px;
    line-height:28px;
	text-align: center;
    padding-top:8px;
	padding-bottom:10px;
}
.collection_about2{
	width:100%;
	margin:auto;
	max-width:100000px;
    margin-top: 40px;
	overflow:hidden;
}
.line_bottom{
	border-bottom:1px solid black;
	margin-top:-20px;
	padding-left:0!important;
	margin-left:0;
}
.collection_about_left2{
	width:30%;
	float:left;
	display:inline;
	margin-right:3%;
	overflow:hidden;
}
.collection_about_right2{
	overflow:hidden;
}
.title_bubble, .title_nobubble{
	font-size:24px;
	padding:15px 0;
	padding-left:35px;
	border-bottom:1px solid black;
	background:url("../pics2/2balls.png") no-repeat center left;
}

.title_nobubble{
	padding-left:0;
	background:none;
}

.title_nobubble_big{
	font-size:32px;
	padding-bottom:15px;
	
	border-bottom:1px solid black;
}


.title_arrow{
	background:url("../pics2/arrow.png") no-repeat center left;
	padding-left:35px;
	box-sizing: border-box;
}
.logo2 h1 {
	font-size:1px;
	color:white;
	text-indent:-10000px;
}
.logo2 a {
	background:url("../pics2/logo_iaccca.png") no-repeat 0 0;
	width:184px;
	height:81px;
	display:block;
	float:left;
	margin-bottom:20px;
}
.baseline2 {
	font-family: 'KlavikaMedium';
	font-size:20px;
	color:#de0066;
	position:absolute;
	right:0;
}
.menu2 {
	list-style-type:none;
	float:right;
	display:inline;
	margin-right:75px;
	margin-top:35px;
}
.menu2 li {
	display:block;
	float:left;
	padding:20px; 
}
.menu2 li a {
	font-family:'Spezia';
	color:#000;
	font-size:18px;
}
.menu2 li a:hover {
	color:#dd0066;
}
.menu2 .active a {
	color:#dd0066;
}
.menu2 .last a {
	padding-right:0;
}
.private2 {
	background:url("../pics2/log.png") no-repeat 0 0;
	width:57px;
	height:30px;
	position:absolute;
	top:45px;
	right:0;
	cursor:pointer;
}
.private2:hover, .private2#active {
	background:url("../pics2/log_hover.png") no-repeat 0 0;
}
.forfooter2{
	padding:0 40px;
	margin-top:100px;
}
.footer2{
	width:100%;
	margin:auto;	
	position:relative;
	overflow:hidden;
}
.fortop2{
	clear:both;
	text-align: center;
}
.fortop2 .rndbtn_container{
	display: inline-block;
}
.fortop2 .top2{
	background:url("../pics2/top.png") no-repeat 0 0;
	width:57px;
	height:57px;
	display:inline-block;
	cursor:pointer;
}
.fortop2 .top2:hover{
	background:url("../pics2/top_hover.png") no-repeat 0 0;
}
.footer_content2{
	border-top: 1px solid black;
	margin-top:20px;
	padding:20px 0;
	position:relative;
	font-family:'Spezia';
		color:black;
}
.footer_content2 .copyright {
	font-size:13px;
	background:url("../pics2/monogram.png") no-repeat 0 0;
	padding-left:52px;
	height:46px;
	line-height:46px;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:18px;
}
.footer_content2 .footer_title {
	text-align:center;
	margin:auto;
	font-size:18px;
	color:black;
	padding:10px 0;
}
.footer_content2 .footer_links {
	position:absolute;
	right:48px;
	top:32px;
	font-size:14px;
}
.footer_content2 .footer_links a {
	padding:20px;
		color:black;
}
.footer_content2 .linkedkin{
	background:url("../pics2/linkedin.png") no-repeat center center;
	width:43px;
	height:43px;
	position:absolute;
	right:0;
	top:20px;
}
.forcontent2{
	margin:0 40px;
	overflow:hidden;
}
.content2{
	width:100%;
	position:relative;
	overflow:hidden;
	color:#000000;
	padding:15px 0;
}
.content2_container{
	width:75%;
	margin:auto;
	padding-bottom:90px;
}
.content2_title1, .content2 h1 {
	font-size:24px;
	font-family: 'KlavikaBold';
	font-weight:normal;
	color:#de0066;
	padding:18px 0;
	padding-top:4px;
	text-transform: uppercase;
}
.content2_title2, .content2 h2 {
	font-size:34px;
    line-height: 36px;
    margin-top: -7px;
	/* padding:20px 9px; */
}
.content2_title3, .content2 h3{
	font-size:24px;
	color:#de0066;
	padding:20px 0;
	font-family: 'KlavikaBold';
	text-transform: uppercase;
}
.content2 p, .content2 ul{
	padding-top:10px;
	padding-bottom:10px;
	/*	font-size:18px;
	line-height:28px; */
}
.content2 ul { 
   list-style-type: disc; 
   list-style-position: inside; 
    list-style-position: outside;
    margin-left: 20px;
		/* font-size:18px;
	line-height:28px; */
}
.content2ol { 
   list-style-type: decimal; 
   list-style-position: inside;
    
}
.content2 ul ul, .content2 ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.content2 ol ol, .content2 ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.content2_intro{
	font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 24px;
    line-height: 27px;
    text-decoration: none;
    color: #000000;
	padding:50px 0;
}
.tem_item{
background-image: url('../pics2/tem_left.png'), url('../pics2/tem_right.png');
background-position: left top, right top;
background-repeat: repeat-y;
overflow:hidden;
	margin-bottom:40px;
	width:100%;
}
.tem_pic{
	float:left;
	display:inline;
	margin-left:70px;
	margin-right:35px;
}
.tem_pic img, .bmember_item img{
	border-radius: 50%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.tem_text{
	font-family:'Spezia';
    font-weight: 400;
	font-style: normal;
    font-size:22px;
    line-height: 27px;
	padding:30px 30px;
	padding-bottom:0;
	position:relative;
	overflow:hidden;
	min-height:300px;
		position:relative;
}
.tem_who{
	font-size:16px;
	padding-top:20px;
}
.temoignages .cycle-slideshow {
	padding-top:0px;
	max-width:100%;
	width:100%;
	margin:auto;
	position:relative;
}
.whatslide_container .cycle-slideshow {
	padding:0;
	max-width:11100px;
	width:84%;
	margin:auto!important;
	text-align: center;
	
}
.whatslide_container .cycle-slideshow .circle_img{
	display:block!important;
	margin-left:50%;
	transform: translateX(-50%);
}

.example-pager { 
	text-align: left; 
	overflow: hidden; 
	height:14px;
	margin-top:40px;
	position:absolute;
	bottom:0;
	left:30px;
	}
.example-pager span { 
	font-size: 50px; 
	width: 14px; 
	height: 14px; 
	display: inline-block; 
	color: transparent; 
	background:url(../pics2/bullet.png) no-repeat center center;
	cursor:pointer;
	margin:0 2px;
	}
.example-pager span.cycle-pager-active { 
	background:url(../pics2/bullet_active.png) no-repeat center center;
	}
.example-pager > * { 
	cursor: pointer;
	}

.numbers,.bmembers,.for_members_items{
	text-align: center;
	font-size: 0px;
}
.number_item{
	display:inline-block;
	width:18%;
	background:url("../pics2/miniarrow.png") no-repeat center top;
	margin:20px 1%;
}
.number_item:first-child {
	margin-left:0%;
	width:19%;
}
.number_item:last-child {
	margin-right:0%;
	width:19%;
}
.number_combien{
	font-size:55px;
	font-family: 'KlavikaBold';
	padding-top:25px;
	padding-bottom:20px;
}
.number_quoi{
	font-size:18px;
	border-top:1px solid black;
	padding:12px 0;
}
.bmember_item{
	display:inline-block;
	width:31%;
	margin:5px 1%;
}
.bmember_item:first-child {
	width:32%;
	margin-left:0%;
}
.bmember_item:last-child {
	width:32%;
	margin-left:0%;
}
.bmtext{
	border-top:1px solid black;
    color: black;
	font-size:18px;
	line-height:22px;
	padding:15px 0;
	margin-top:0px;
}
.pink{
	color:#dd0066;
}

.fmember_title{
	font-size:28px;
	color:#de0066;
	font-family: 'KlavikaBold';
	text-transform:uppercase;
}




.fmember_text{
	font-size:34px;
    line-height:36px;
	padding:10px 0;
}

/*
.fmember_item{
	display:inline-block;
	width:30%;
	margin:2.5%;
	text-align:left;
	vertical-align: top;
}
*/

.fmember_item{
	display:inline-block;
	width:31.25%;
	margin:1.45%;
	text-align:left;
	vertical-align: top;
    margin-top: 40px;
}


.fmember_item:first-child{
	margin-left:0;
}
.fmember_item:last-child{
	margin-right:0;
}
.fmember_item img{
	width:100%;
	height:auto;
}
.fl1{
	font-size:24px;
	padding-top:9px;
	padding-bottom:3px;
}
.fl2{
	font-size:18px;
	color:#868686;
}


.for_members_items{
	width:100%;
	clear:both;
	font-size:0px;
	}

.floatright{
	float:right;
}

.fordo_item{
	clear:both;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.fordo_item img{
	float:right;
	border-radius:50%;
	margin-left:30px;
}
.fordo_item.fd_right img{
	float:left;
	margin-left:0;
	margin-right:30px;
}
.fordo_title,.past_acticites_title{
	font-size:24px;
	color:#de0066;
	border-top:1px solid #de0066;
	padding:10px 0;
	padding-top:30px;
	text-transform: uppercase;
	font-family: 'KlavikaBold';
}
.past_activity_title{
	font-size:24px;
	padding:20px 0;
}
.fordo_content{
	overflow:hidden;
}
.links_symposium, .links_publications2{
	padding:30px 0;
}
.links_symposium a, .links_publications2 a{
	margin-right:20px;
}


/* New symposium */

.sympo_content2 .title {
    font-size: 24px;
    line-height: 28px;
    border-top: none;
    /* border-bottom: 1px solid #e299c3; */   
    padding-bottom: 5px;
    margin-top: 5px;
    display: block;
}

.sympo_submenu {
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
    float: left;
    display: inline;
    width: 280px;
    margin-top: 18px;
    margin-right: 38px;
    margin-left: 0px;
}

.sympo_submenu ul {
    list-style-type: none;
    list-style-position: inside;
    border-top: 1px solid #DE0066;
    margin-top: -8px;
    margin-left: 0px;
    padding-top: 0px;
}

.sympo_submenu li a {
    display: block;
    border-bottom: 1px solid #DE0066;
    padding: 15px 0;
    padding-right: 25px;
    margin-top:0px;
}

.sympo_submenu li a:hover {
    color: #DE0066;   
}

.sympo_submenu #active a {
    color: #DE0066; 
}

.report_item_main{
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
    
}


.conf_slideshow .slide .legend{

       font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 13px;
    line-height: 15px;
    padding: 8px 0;
    font-weight: normal;
    clear: both;
    min-height: 80px;
    text-align: center;
}



.past_activity_item{
	width:30%;
	float:left;
	margin-right:3%;
	display:table-cell;
}
.activity_more .past_activity_item:nth-of-type(3n+4) {
	clear:left;
}

.past_activites{
	overflow:hidden;
}
.more_button_act{
	width:100%;
	clear:both;
	padding:30px 0;
	max-width:200px;
	margin:auto;
}
.activity_more{
	display:none;
}
.submenu2 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  /* margin: auto, auto, 200px, auto; */
  /*  margin-bottom: 60px;*/
    
}
.submenu2.overflowauto{
	overflow:visible;
}
.submenu2_item{
  float: left;
  width:31.3333%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}
.submenu2_item a{
	display:block;
}

.submenu2_item a:hover, .submenu2_item a:active{
	color:#DE0066;
}

.submenu2_item{
	font-size:18px;
	border-top:1px solid black;
	padding:15px 0;
	background:url("../pics2/round.png") no-repeat bottom 20px right 1px;
	cursor:pointer;
}
.submenu2_item:nth-child(3n+2){
	margin-left:3%;
	margin-right:3%;
}
.submenu2_item.active,.submenu2_item:hover{
	background:url("../pics2/round_active.png") no-repeat bottom 20px right 1px;
 
}

.submenu2_item.active a{
	
    color:#DE0066;
}

.member_browse_select2.submenu2_item{
	background:url("../pics2/select.png") no-repeat bottom 20px right;
	padding:0;
	position:relative;
}


.member_browse2.submenu2_item{
	background:url("../pics2/select.png") no-repeat bottom 20px right;
	position:relative;
}
.member_browse2.submenu2_item .calendar{
	position:absolute;
	top:45px;
	left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
	display:block;
	z-index:1000;
}
.member_browse_select2.submenu2_item select{
	width:100%;
}
.member_browse_select2 .select_collection2Inner, .member_browse_select2 .select_country2Inner{
	display:block;
	cursor:pointer;
	padding:15px 0;
}


.member_collections2, .for_videos{
	padding:50px 0 0 0;
	width:100%;
		overflow:hidden;
	text-align: center;
	font-size:0px;
}


.member_collection_item2 img{
	width:100%;
	height:auto;
	margin-bottom:11px;
}
.member_collection_item2, .video_item{
	font-size:24px;
    line-height: 26px;
	font-family:'Spezia';
float:left;
	text-align: left;
		margin:30px 0%;
	margin-top:10px;
	width:31.3333%;
	vertical-align: top;
	min-height:430px;
    margin-bottom:0;
   
	
	position:relative;
}
.video_item{
	min-height:330px;
font-size: 18px;
line-height: 22px;
color: #000000;
}
.video_item .title2{
	color:#DE0066;
padding-bottom:10px;
}
.video_item .title1{
	padding-top:10px;
}
#video_catalogs2 .member_collection_item2{
	float:none;
	display:inline-block;
}
.member_collection_item2 .pic2{
	position:relative;
}
.member_collection_item2 .play2, .newslide_play{
	background:url("../pics2/play2.png") no-repeat center center;
	width:60px;
	height:60px;
	top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
	position:absolute;
}
.member_collection_item2:nth-child(3n+2), .video_item:nth-child(3n+2){
	width:31.3333%;
	margin:30px 3%;
	margin-top:10px;
	margin-bottom:0;
}
.video_item img{
	max-width:100%;
	height:auto;
}
.video_item .video_pic{
	position:relative;
	display:block;
}
.video_item .video_pic .play{
	background:url("../pics2/play.svg") no-repeat center center;
	width:60px;
	height:60px;
	top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
	position:absolute;
}

.member_collection_item2 .country2{
	font-size:18px;
    line-height: 22px;
	color:#868686;
}
.member_collections2#filtered{
	display:none;
	padding-top:0;
}
.filter_collection2{
	border-top:1px solid black;
	cursor:pointer;
}
.filter_collection2#active {
	color:#DE0066;
	background:url("../pics2/bullet_new.png") no-repeat center left;
	padding-left:25px;
}
.filter_collection2 p, .filter_collection2 .number {
	font-size:22px;
	/*padding-top:10px;*/
}
.filter_collection2 .number {
	float:right;
	display:inline;
	background:url(../pics2/filter_right.png) no-repeat center right;
	padding-right:60px;
	margin-top:10px;
}
.filter_collection2#active .number {
	background:url(../pics2/filter_right_active.png) no-repeat center right;
}

.for_publications{
	padding:20px 0;
	width:100%;
	overflow:hidden;
	text-align: center;
	font-size:0px;
}
.publication_item2{
	display:inline-block;
	width:18%;
	margin:20px 1%;
	vertical-align: top;
	min-height:380px;
	margin-bottom:0;
}
.publication_item2 .forimg{
	position:relative;
	width:70%;
	margin:auto;
	font-size:16px;
}
.publication_item2 .forimg .corner{
	background:url("../pics2/corner.png") no-repeat center center;
	width:36px;
	height:37px;
	position:absolute;
	top:0;
	right:0;
	z-index:20;
}
.publication_item2 a{
	display:block;
}
.publication_item2 p{
	font-size:16px;
    line-height: 20px;
	margin-top:15px;
	padding-top:22px;
	border-top:1px solid black;
	display:block;
}
.publication_item2 img{
	width:70%;
	height:auto;
	display:block;
	margin:auto;
	position:relative;
	z-index:10;
	
}
.publication_item2 .forimg img{
	width:100%;
}
.publication_item2:hover .forimg .mask2{
	width:100%;
	height:100%;
	background:url("../pics2/white.png") repeat 0 0;
	position:absolute;
	z-index:100;
}
.publication_item2:hover .forimg .mask3{
	width:100%;
	height:100%;
	background:url("../pics2/download_pdf.png") no-repeat center center;
	position:absolute;
	z-index:100;
}
.publication_member_title{
	font-size:34px;
	clear:both;
	padding-top:0px;
}
.pmt_country{
	color:#868686;
	font-size:18px;
}
.nav2{
	width:100%;
	position:relative;
	height:48px;
	clear:both;
}
.nav2 .left2{
	background:url("../pics2/left.png") no-repeat center center;
	width:48px;
	height:48px;
	position:absolute;
	left:0;
	top:0;
	
}
.nav2 .right2{
	background:url("../pics2/right.png") no-repeat center center;
	width:48px;
	height:48px;
	position:absolute;
	right:0;
	top:0;
}
.nav2 .top2{
	background:url("../pics2/close.png") no-repeat center center;
	width:48px;
	height:48px;
	left: 50%;
    transform: translateX(-50%);
	top:0;
	position:absolute;
}
.publication2{
	padding:50px 0;
	width:90%;
	margin:auto;
	text-align: center;
	font-size:0px;
}
.publication2_legend{
	font-size:13px;
    line-height: 15px;
	text-align: center;
	padding-top:10px;
	min-height:100px;
}
.publications2_when{
	color:#9B9B9B;
	font-size:34px;
    line-height: 36px;
    margin-top: 3px;
}
.publication2_left,.publication2_right{
	width:50%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size:18px;
    
}




.publication2_left img{
	display:block;
	width:80%;
	height:auto;
	margin:auto;
}
.publications2_who{
	font-size:22px;
}
.publications2_title{
	font-size:34px;
    line-height: 36px;
	padding-top:30px;
}
.publications2_year{
	font-size:22px;
}
.publications2_text{
	font-size:18px;
	padding:30px 0;
}
.publications2_more{
	font-size:16px;
	background:url('../pics2/arrow.png') no-repeat center left;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:15px 0;
	display:block;
	padding-left:37px;
	margin:0px 0;
}
.agenda2_address{
	border-top:1px solid black;
	background:url("../pics2/2balls.png") no-repeat left 23px ;
	padding:20px 0;
	padding-left:40px;
}
.agenda2_more{
	margin-top:0;
}
.press_who_date{
	color:#868686;
	font-size:16px;
    line-height: 18px;
}
#showcalendar2{
	display:none;
}

.calendar_item2{
	/* border-top:1px solid #cccccc; */
	margin-bottom:30px;
}
.calendar_item_when{
	margin-bottom: 15px;
	font-size:24px;
}
.calendar_nav2{
	width:33%;
	margin:auto;
	font-size:34px;
	text-align: center;
	position:relative;
	margin-top:30px;
	padding-top:12px;
}
.calendar_nav2 #calendar_left{
	position:absolute;
	left:0;
	top:0;
}
.calendar_nav2 #calendar_right{
	position:absolute;
	right:0;
	top:0;
}



.dashboard_container label {
    
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
    display: block;
    vertical-align: middle;
    padding-top: 15px;
}


.contact2_container{
	background:none;
	border:none;
}
.contact2_container label{
	font-weight:normal;
}
.contact2_container .contact_zone{
	border:none!important;
	padding:0!important;
	margin:0!important;
}
.contact2_container .content2_intro{
	width:94%;
	margin:auto;
}
.contact_message2, .contact2_container .regbtn{
	width:98%!important;
	margin:auto;
}
.contact_message2#field {
	margin-top:-30px!important;
}
.contact2_container .regbtn{
	width:90%!important;
}
.select_new2  {
	background:url("../pics2/select.png") no-repeat top 15px right 15px;
	padding-top:12px;
	box-sizing: border-box;
	width:100%;
    font-family: 'Spezia', helvetica, arial, sans-serif;
    font-weight: 400;
	font-style: normal;
    font-size: 14px;
    color: black;   
}
.select_new2 select, .select_new2 select option, #contact_type{
	width:100%!important;
}



.address2_title{
	background:url("../pics2/2balls.png") no-repeat center left;
	font-size:22px;
	border-top:1px solid black;
	margin-top:25px;
	padding:20px 0;
	padding-left:35px;
}
.address2{
	width:94%;
	margin:auto;
}
.contact_footer{
    width:94%;
	margin:auto;
	font-size:0px;
	/* border-top:1px solid black; */
	padding-top:30px;
}
.contact_footer_left{
	width:33.33%;
	display:inline-block;
	text-align: left;
    
}
.contact_footer_center{
    width:33.33%;
	display:inline-block;
	text-align: center;
    margin: auto;
}
.contact_footer_right{
    width:33.33%;
	display:inline-block;
	text-align: right;
}
	
.contact_footer_ctn{
    display: inline-block;
    width:160px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: black;
    text-decoration: none;    
}
.for_thanks{
	text-align: center;
}
.contact_footer_thanks{
	display:inline-block;
	margin:30px;
}



@media screen and (max-width: 960px) {
	.footer_content2 .footer_title{
		padding-top:60px;
	}
	.tem_pic{
		clear:both;
		margin:auto;
		text-align: center;
		float:none;
		display:block;
	}
	.tem_pic img{
		max-width:100%;
		height:auto;
		display: inline-block;
		margin:auto;
		margin-top:20px;
	}
	.tem_text{
		padding:20px 30px;
	}
	.number_item,.fmember_item,.bmember_item,.member_collection_item2, .video_item{
		width:100%!important;
		margin-left:0;
		margin-right:0;
        
	}
	.fmember_item,.bmember_item{
		margin:30px 0;
	}
	.member_collection_item2, .video_item{
		min-height:0px!important;
		margin-bottom:20px!important;
	}
	.publication2_left,.publication2_right{
		width:100%;
        
		padding-bottom:40px;
	
	}
	.submenu2 {
	display:block;
		}
	.submenu2_item, .publication_item2{
		float:none;
		margin:0!important;
		width:100%;
		display:block;
	}
	.publication_item2{
		margin:30px 0;	
	}
	.contact_footer_left, .contact_footer_center, .contact_footer_right{
		width:100%;
		text-align: center;
		padding:20px 0;
	}

.fordo_item img, .fordo_item.fd_right img{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	margin:auto;
	padding-bottom:20px;
}
	.past_activity_item{
		width:100%;
		margin:auto;
	}
	
.publication2_legend{
	min-height:200px;
}
	.sympo_submenu{
		clear:both;
		width:100%;
		float:none;
		display:block;
		padding-bottom:30px;
	}
}


@media screen and (max-width: 420px) {
	.baseline2 {
	font-size:14px;
}
}
@media screen and (max-width: 350px) {
	.baseline2 {
	display:none;
}
}
