<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Montserrat:400,700|Open+Sans:400,700,300);




* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


 /* liens */
a:link {
color: #333;
 text-decoration: none;
 }
a:visited {
 color: #333;
 }
a:hover {
 color: #000;
 text-decoration: underline;
 transition: all 0.5s linear;
}
a:active, a:focus {
 color: #000;
}
/* fin liens */




body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FdddF;
}


.container {
	background-color: white;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container_flex {
	width: 100%;
	margin-left:-20px;
	margin-right:0;
	margin-top: 0px;
	margin-bottom:0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.puce {
	
	color: #00b8e4;
}
.main_int_2col_left {
	width:45%;
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-color: #ccc;
	border-style: solid;
	border-width:0;
	font-size:90%;
}
.main_int_2col_right {
	width:45%;
	padding: 10px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-color: #ccc;
	border-style: solid;
	border-width:0;
	font-size:90%;
}


.main_int_col_left_encadre {
	width:100%;
	background-color:rgba(50,50,50,1); 
	color: #fff;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	float:left;
	font-size:85%;
}

.citation {
	width:100%;
	background-color:rgba(71,50,97,0.0); 
	color: rgba(71,50,97,0.99);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	font-size:85%;
}

.gc {
	width:100%;
	background-color:rgba(0,0,0,1);
	color: #FFF;
}

#main_int_col_left_encadre_book {
	width:100%;
	background-color: #00b8e4;
	color: #fff;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 20px;
	border-radius: 0px;
	float:left;
}
/* PAGE */
/* Primary Header */


.upper_logo {
	width: 200px;
	height: auto;
	margin-left: 6%;
	margin-right: 0px;
	margin-top: -20px;
	padding-left: 0;
	padding-top: 0px;
	float: left;
}

.logo_conference {
	width: 300px;
	height: auto;
	margin-left: 6%;
	margin-right: 0px;
	margin-top: -35px;
	padding-left: 0;
	padding-top: 0px;
	float: left;
}

#logoconference {
	
	display: none;
	
}
.upper_logo_img{
	width: 90%;
	height:90%;
	border:none;
	opacity: 1;
	transition: all 0.9s ease-out;
}
.upper_logo_img:hover{
	cursor: pointer;
	opacity: 0.5;
}






/* Menu*/

#bloc_menu {
	width: 100%;
	height: 90px;
	padding-top:40px;
	margin-top:0px;
	position:fixed;
	z-index:999;
	float:left;
background-color: rgba(51,51,51,0.6); 
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.0) );
	 transition: all 0.5s linear;
}

#bloc_menu:hover {
background-color: rgba(50,50,50,1); 
}



#bloc_menu_interior {
	width:100%;
	height: 90px;
	max-width: 1900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
.menu_position {
	float: right;
	margin-right: 4%;
}



/* FIN Menu*/

/* Secondary Header */

.secondary_header {
	width: 100%;
	height:500px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position:relative;
	float: left;
		background-position: top;
background-color: rgba(0,0,0,0.8);
	z-index: 100;
	background-size:cover;
	background-repeat: no-repeat;
filter: grayscale(0%);
	background-image:url("../images/tetieres/Grandfonds.gif");
	
}
.slider {
position: relative;
	z-index: -1;
	height:500px;
-webkit-filter: brightness(1.0) grayscale(0.80) saturate(1.20);
	background-color: rgba(204,51,53,0.00);

}



.sliderpic {
	position: relative;
	clear: left;
	width: 100%;
	max-width: 707px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	filter: grayscale(0%);
	filter: brightness(120%);
	transition: all 0.5s linear;
	
}

.sliderpic:hover {
	filter: grayscale(0%);
	filter: brightness(100%);
	background-color: rgba(69,60,114,0.8); 
}
.secondary_header_background {
	width: 100%;
	height:500px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:3;

	clear: left;
	margin-top:-500px;
}

.secondary_header_interior {
	width: 100%;
	max-width: 1100px;
	height:500px;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	margin-top:-500px;
	padding: 100px 0 0 0;
	position:relative;
	z-index:3;
}
.baseline_un {
	width: 100%;
	max-width: 1100px;
	padding:0px 10px 10px 10px;
	margin-top:-180px;
	margin-bottom: 160px;
	text-align: right;
	color: rgba(255,255,255,1);
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:180%;
	line-height: normal;
	letter-spacing:0px;
	background-color: rgba(0, 0, 0,0.0);
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6) );
}
	
	

.baseline_deux {
	width: 100%;
	max-width: 1100px;
	padding:0px 10px 0px 2px;
	margin-top: 50px;
	text-align: right;
	color: rgba(255,255,255,1);
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:110%;
	letter-spacing:1px;
	background-color: rgba(0, 174,239,0);	
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6) );
}



.background_logo_left { 
	width:410px;
	margin-top:30px;
	margin-left:0px;
	border:none;
	background-color: rgba(108, 187, 224,0.0);
	transition: all 0.9s ease-out;
	padding:0px 0px 0px 0px;
	filter: blur(0px);
	opacity: 1;
		
}

.background_logo_left:hover{
	cursor: pointer;

}

.conference_logo_img{
	width:100%;
	height: auto;
	margin-top:40px;
	margin-bottom:30px;
	margin-left:10px;
	border:none;
	transition: all 0.9s ease-out;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.4) );
}
.conference_logo_img:hover{
	opacity: 1;
}


.conference_dates{
	width:100%;
	margin-top:0px;
	margin-left:0px;
	border:none;
}
.conference_lieu {
	width:100%;
	margin-top:0px;
	margin-left:0px;
	border:none;
}

.page {
	background-color: #FFF;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom:40px;
	border-bottom-width: 0px;
	padding-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	line-height:0.95em;
	position:relative;
	z-index:3;
}

.left_pleinepage {
	width: 100%;
	max-width: 1100px;
	min-height: 1000px;
	font-family: "Roboto", sans-serif;
	color: #111;
	text-align: left;
	padding: 0px 30px 20px 20px;
	float: left;
	margin-top:30px;
}
.rightspon {
	width: 27%;
	max-width: 332px;
	font-family: "Roboto", sans-serif;
	color: #111;
	text-align: center;
	padding: 20px 10px 20px 10px;
	float:right;
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: 1px;
	;
}
.left_article {
	width: 73%;
	max-width: 768px;
	min-height: 1100px;
	font-family: "Roboto", sans-serif;
	color: #000;
	text-align: left;
	padding: 0px 30px 20px 20px;
	float: left;
}
.left_form {
	width: 73%;
	max-width: 768px;
	min-height: 1000px;
	font-family: "Roboto", sans-serif;
	color: #111;
	text-align: left;
	padding: 0px 20px 20px 20px;
	float: left;
}

	.machform {
	margin-bottom:10px;
	margin-top:20px;
	margin-left:-10px;
}

.right_article {
	width: 27%;
	max-width: 280px;
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
}

.right_sponsors {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	filter: grayscale(0%);
}

.right_sponsors_lastyear {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	text-align: center;
	filter: grayscale(100%);
}

.leftspon {
	width: 73%;
	max-width: 768px;
	font-family: "Roboto", sans-serif;
	color: #111;
	text-align: left;
	padding: 30px 20px 20px 0px;
	float:left;
	border-top-color:#ccc;
	border-top-style: solid;
	border-top-width: 1px;
	;
}

.clear_left {
	clear:left;
}
footer {
	width: 100%;
	background-color:rgba(0,0,0,0.0); 
	padding-top:20px;
	border-top: 1px solid #999;
	padding-bottom:50px;
	
}
.copyright_footer {
	width: 100%;
	max-width: 1100px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	margin-top:0px;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	color:#999;
	opacity:1;
	font-size:80%;
	text-align: left;
}
.footer_interior {
	clear:left;
	width:100%;
	max-width: 1140px;
	padding-right: 0px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-content:flex-start;
	
}

.footer_interior_2 {
	clear:left;
	width:100%;
	max-width: 1150px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	
}

.bloc_footer {
width: 210px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:10px;
	margin-bottom:10px;
	color:#999;
	font-family: 'Roboto', sans-serif;
	line-height:1.20em;
	font-size:80%;
	opacity:0.8;
	transition: all 0.9s ease-out;
}
.bloc_footer:hover {
	opacity:0.9;
}

.upper_logo_img_centre{
	width: 230px;
	height:70px;
	margin-top:60px;
	border:none;
	opacity: 0.8;
	transition: all 0.9s ease-out;
}
.upper_logo_img_centre:hover{
	cursor: pointer;
	opacity: 1;
}

 .video-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:0px;
        height:0;
        overflow:hidden;
    }
.video-container iframe,
.video-container object,
.video-container embed {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.exhibitors_list{
-webkit-columns: 4;
-moz-columns: 4;
columns: 4;
font-size:72%;
line-height:120%;
padding-top:20px;
padding-left:0px;	
	color:#333;
}

.last_sponsors {
	
	filter: grayscale(1);
	filter: drop-shadow(1);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.7;
}

.container_flex_speaker_list {
	width: 720px;
	margin-left:0px;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:0px;
	float:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-content:flex-start;
}

.speaker_list {
	width:20%;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size:75%;
	
}

.speaker_list_bouche {
	width:20%;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right:0px;
	font-size:75%;
	
}
.speaker_list_bouche_speaker {
	width:66%;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right:0px;
	font-size:75%;
	
}
.photo_speaker_list {
	width:100px;
	height:auto;
	margin-left:0px;
	margin-top:10px;
	margin-right:40px;
	margin-bottom:5px;
-webkit-filter: saturate(95%); 
}

.agenda_container_flex {
	width:100%;
	margin-left:0px;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom:0px;
	float:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-content:flex-start;
}
.agenda_button_day {
	width:24%;
	color:rgba(144,144,144,1.00);
	padding: 1px 0px 1px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-size:90%;
	text-align:center;
	font-weight:400;
	background-color:#F4F4F4;
}
.agenda_button_day_reg {
	width:24%;
		color:rgba(144,144,144,1.00);
	padding: 1px 0px 1px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-size:90%;
	text-align:center;
	font-weight:400;
	background-color:#F4F4F4;
}
.agenda_button_day:hover {
	background-color:#444;
	cursor:pointer;
	color:#fff;
 	transition: all 0.2s linear;
}
.agenda_button_day_reg:hover {
	background-color:#444;
	cursor:pointer;
	color:#fff;
 	transition: all 0.2s linear;
}
.agenda_conference_day {
	font-family: "Open Sans", sans-serif;
	font-size:135%;
	opacity:1;
	margin-left:15px;
	display:inline-block;
	line-height:15px;
	padding-top:5px;
}
.encadre_agenda_atg {
	background-color: rgba(0,0,0,0.8);  
	color: #fff;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right:10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:100%;

}

.agenda_chairman {
	color: #000;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: -20px;
	margin-top: -10px;
}


.agenda_fleche_day {
	display:inline-block;
	width:38px;
	margin-right:12px;
	height:25px;
	float:left;
	margin-top: 2px;
}


.agenda_photo_fleche {
	width:38px;
	margin-right:8px;
	height:auto;
}
.agenda_session {
	color: #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: -20px;
	margin-top: -2px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-color: #78C0E6;
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
.agenda_session_tutorial {
	background-color: rgba(50,50,50,0.0);
	color: rgba(0,0,0,1);
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-right:20px;
	border-radius: 0px;
	border-color: rgba(0,0,0,0.9);
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.agenda_session_horaire {
	background-color: rgba(20,10,88,0.0);
	color: rgba(0,0,0,1);
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-right:20px;
	border-radius: 0px;
	border-color: #78C0E6;
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.agenda_opening {
	background-color: rgba(89,73,109,0.8);  
	color: #FFFFFF;
	padding-top: -20px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-right:20px;
}

.agenda_panel {
	background-color: rgba(89,73,109,0.0);  
	color: rgba(0,0,0,1);
	padding-top: -20px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-right:20px;
	border-width: 3px 0 3px 0;
	border-color: rgba(50,50,50,1);
	border-style: solid;
}

.agenda_debate {
	background-color: rgba(20,10,88,0.0);
	color: #000;
	padding-top: -0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right:20px;
	border-color: rgba(78,70,129,1);
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
}

.agenda_keynote {
	background-color: rgba(50,50,50,1);
	color: #FFF;
	padding-top: -20px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right:20px;
}

.agenda_titre_session {
	font-family: "Open sans", sans-serif;
	color:rgba(50,50,50,1); 
	font-size:150%;
	line-height:23px;
	opacity:1;
	margin-top:3px;
	margin-bottom: 20px;
	text-transform:none;
	margin-right:0px;
	display:block;
	
}
.black {
	
	color: #000;
}

	.agenda_speaker_area {
	width:100%;
	margin-left:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-top: 10px;
	overflow:hidden;
	margin-bottom:0px;
	font-size:100%;
}
.agenda_titre_slot {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	line-height:1.0em;
	letter-spacing: -0.03em;
	font-weight:700;
	padding-bottom: 10px;
	color: #000;
}

.agenda_titre_slot_w {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	line-height:1.0em;
	letter-spacing: -0.03em;
	font-weight:700;
	padding-bottom: 10px;
	color: #FFF;
}
.agenda_slot {
	margin-top:0px;
	margin-left:20px;
	padding-left:5px;
	overflow:hidden;
	font-size:100%;
	margin-bottom: 20px;
}
.agenda_slot_panel_participants {
	color: #FFF;
	margin-top:10px;
	margin-left:60px;
	padding-left:5px;
	font-family: 'Open Sans', sans-serif;
	font-size:85%;
}
.agenda_slot_panel {
	color: #FFF;
	margin-top:10px;
	margin-left:20px;
	padding-left:5px;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:85%;
}

.agenda_slot_keynote {
	margin-top:0px;
	margin-left:45px;
	padding-left:15px;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
}

.agenda_titre_horaire {
	font-family: 'Open Sans', sans-serif;
	width:40px;
	font-size: 1.0em;
	line-height:1.0em;
	font-weight:300;
	margin-right:4px;
	margin-left:20px;
	margin-top:2px;
	float:left;
}

.agenda_titre_horaire_enc {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	line-height:1.0em;
	font-weight:500;
	margin-right:0px;
	margin-left:6px;
	margin-top:3px;
	float:left;
}
.agenda_titre_horaire_blanc {
	font-family: 'Exo 2', sans-serif;
	font-size: 1.0em;
	line-height:1.15em;
	color: #fff;
	margin-left:20px;
	margin-top:10px;
	float:left;
}

.agenda_titre_encadre {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	line-height:1.0em;
	letter-spacing: -0.03em;
	font-weight:400;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 50px;
}

.agenda_titre_welcome {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	line-height:1.0em;
	font-weight:300;
	margin-right:0px;
	margin-left:6px;
	margin-top:2px;
	margin-bottom: 15px;
	padding-left: 0px;
	float:left;
	
	width: 90%;
}

.agenda_photo_speaker {
	width:100px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:10px;
	opacity: 1;
	border-radius: 2px;
}
.sponsocial {
	width:100px;
	height:auto;
	float:right;
	margin-left:0px;
	margin-top:5px;
	margin-right:50px;
	margin-bottom:10px;
	opacity: 1;
	border-radius: 2px;
}




.agenda_photo_report {
	display: block;
	width:180px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:10px;
	opacity: 1;
	border-radius: 2px;
box-shadow: 0px 0px 10px 2px #ccc;

border:none;
}

.agenda_speaker {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.96em;
	font-weight:600;
	opacity:1;
	
}
.agenda_company {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight:400;
	text-transform: none;
}
.agenda_moderator {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	line-height:1.1em;
	font-weight:400;
	text-decoration:none;
	opacity:0.8;
}
.agenda_fonction_none {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	font-weight:400;
	opacity:0.8;
}
.agenda_fonction {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight:400;
	opacity:0.8;
}

.booth {
	font-family: "Open Sans", sans-serif;
	color:#888;
	font-size:85%;
	font-weight:400;
	opacity:1;
	padding:2px 2px 2px 2px;
	margin-left:0px;
	margin-top:-25px;
	margin-bottom:3px;
    text-transform: none;
    float:left;
	display: block;
	z-index: 999;
	background-color:#fff;
}

.booth2 {
	font-family: "Open Sans", sans-serif;
	color:#333;
	font-size:80%;
	font-weight:400;
	opacity:1;
	padding:0px 5px 0px 5px;
	margin-left:-6px;
	margin-top:-2px;
	margin-bottom:0px;
    text-transform: none;
    float:right;
}

.container_flex {
	width: 100%;
	min-width: 720px;
	margin-left:0px;
	margin-right:0;
	margin-top: 0px;
	margin-bottom:0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
/* --  media480-- */
@media all and (max-width: 480px)

	{
	.sponsocial {
	width:100px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:10px;
	margin-right:50px;
	margin-bottom:10px;
	opacity: 1;
	border-radius: 2px;
}
		
.encadre_agenda_atg {
	background-color: rgba(89,73,109,0.8);  
}		
		
		
#bloc_menu {
	margin-top:-20px;
	
	background-color: rgba(50,50,50,1);
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.0) );
}
	
	.bloc_menu:hover {

background-color: rgba(50,50,50,1);

}
	
.upper_logo_img{
		display: none;
	}
.bloc_footer {
	display: none;
}
	
.baseline_un {
	display: none;
}
.baseline_deux {
	margin-top: 50px;
	font-weight:400;
	font-size:90%;
	letter-spacing:1px;	
	text-align: center;
}

	.background_logo_left { 
	width:240px;
	height: auto;
	margin-top:-160px;
	margin-left:auto;
		margin-right:auto;
	border:none;
	background-color: rgba(0, 0, 224,0.0);
	display:block;
	transition: all 0.9s ease-out;
	padding:0px 0px 0px 0px;
	
}

.conference_logo_img{
	width:100%;
	height: auto;
	margin-top:200px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right: auto;
	border:none;
	transition: all 0.9s ease-out;
}
	
	
	.secondary_header {
	height:350px;
	overflow:hidden;
margin-top: 0px;
	position: relative;
		background-image:url("../images/tetieres/480Grandfonds.gif");
		background-color: rgba(50,50,50,1);
}

.secondary_header_background {
	height:350px;
	margin-top:0px;
	background-color: rgba(89,73,109,0.2);

}
.secondary_header_interior {
	height:0px;
	margin-top:-350px;

}	
	.left_article {
	width: 100%;
	min-height: inherit;
	max-width: none;
	float: left;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
		margin-top: 0px;
	
}
	
		.left_form {
	width: 100%;
	max-width: none;
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	
}
	

	
.right_article {
	width: 100%;
	max-width: none;
	text-align: center;
	align-items: center;

}
	
	.exhibitors_list{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	font-size:75%;
	line-height:120%;
	padding-top:10px;
	padding-left:0px;
}
	
.agenda_conference_day {
	font-family: "Open Sans", sans-serif;
	font-size:115%;
	opacity:1;
	margin-left:10px;
	display:inline-block;
	line-height:15px;
	padding-top:5px;
}
		.text_none_480 {
		display: none;
	}
	
.rightspon {
	width: 100%;
	max-width: inherit;
	margin-top: 0px;
padding: 0px 50px 10px 50px;
	border-top-width: 0;
}
		.leftspon {
	width: 100%;
	font-size:85%;
	text-align: left;
	padding: 30px 0px 20px 0px;
	}
		
		
		.main_int_col_left_encadre {
	width:110%;

	color: #fff;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: -20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float:left;
	font-size:85%;
}
		
		.citation {
	width:100%;
	background-color:rgba(71,50,97,0.0); 
	color: rgba(71,50,97,0.99);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	font-size:85%;
}
}

/* --  media480768-- */
@media all and (min-width: 480px) and (max-width: 768px)

{
	
	#bloc_menu {
	margin-top:-20px;
	
	background-color: rgba(50,50,50,1);
}
	
	#bloc_menu:hover {

background-color: rgba(0,0,0,1);

}
.baseline_un {
margin-top: 0px;
	font-size:140%;
	color:#FFF;
	display: none;
}

.baseline_deux {
	margin-top: 10px;
	font-weight:400;
	font-size:110%;
	letter-spacing:0px;	
	text-align: center;
	color: #FFF;
}
.background_logo_left { 
	width:340px;
	height: auto;
	margin-top:-90px;
	margin-left:auto;
	margin-right: auto;
	border:none;
	background-color: rgba(0, 0, 224,0.0);
	display:block;
	transition: all 0.9s ease-out;
	padding:0px 0px 0px 0px;
}

.conference_logo_img{
	width:100%;
	height: auto;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right: auto;
	border:none;
	transition: all 0.9s ease-out;
}


	
.left_article {
	width: 100%;
	max-width: none;
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	
}
	.left_form {
	width: 100%;
	max-width: none;
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	
}
.right_article {
	width: 100%;
	max-width: none;
	text-align: center;
	
	
}
	
.secondary_header {
	height:300px;
	overflow:hidden;
	margin-top: 0px;
	position: relative;		background-image:url("../images/tetieres/480Grandfonds.gif");
		background-color: rgba(50,50,50,1);
}

.secondary_header_background {
	height:300px;
	margin-top:0px;
background-color: rgba(89,73,109,0.2);
}
.secondary_header_interior {
	height:0px;
	margin-top:-250px;

}	
	.exhibitors_list{
-webkit-columns: 3;
-moz-columns: 3;
columns: 3;
font-size:75%;
line-height:100%;
padding-top:10px;
padding-left:0px;

}
	.rightspon {
	width: 35%;
	text-align: center;
	padding: 20px 0px 20px 5px;
	
}
		.leftspon {
	width: 65%;
	font-size:80%;
	text-align: left;
	padding: 30px 10px 20px 0px;

	;
}
}

/* --  media7681024-- */
@media all and (min-width: 768px) and (max-width: 1024px)

{
	
	#bloc_menu {
	margin-top:-20px;
	
	background-color: rgba(50,50,50,1); 
}
	
	#bloc_menu:hover {

background-color: rgba(0,0,0,1); 
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.0) );
}
	.baseline_un {
	margin-right: 10%;
	margin-top:-100px;
	color: #FFF;
	font-size:190%;
		display: none;
}

.baseline_deux {
	margin-top: 50px;
	font-weight:400;
	font-size:110%;
	letter-spacing:1px;	
}
.background_logo_left { 
	width:380px;
	height: auto;
	margin-top:-70px;
	margin-left:20px;
	border:none;
	background-color: rgba(0, 0, 224,0.0);
	display:block;
	transition: all 0.9s ease-out;
	padding:0px 0px 0px 0px;

}

.background_logo_left:hover{
	cursor: pointer;
}

.conference_logo_img{
	width:100%;
	height: auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	border:none;
	transition: all 0.9s ease-out;
}
.conference_logo_img:hover{
	-webkit-filter: blur(3px); 
}
	
.secondary_header {
	height:400px;
	margin-top: 0px;
	overflow:hidden;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
background-image:url("../images/tetieres/480Grandfonds.gif");
		background-color: rgba(50,50,50,1);
	
}

.secondary_header_background {
	width: 100%;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-color: rgba(89,73,109,0.2);
}
.secondary_header_interior {
	width: 100%;
	height:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-300px;
}
	
	.speaker_list {
	width:33%;
	font-size:75%;
}

.speaker_list_bouche {
	width:33%;
}
	
}

/* --  media1024-- */
@media all and (min-width: 1024px)

{
		.sponsocial2 {
	display: none;
}
	}
	
/* --  media1024-- */
@media all and (max-width: 1024px)

{
	.sponsocial2 {
	width:100px;
	height:auto;
	clear: both;
	
	margin-left:0px;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:10px;
	opacity: 1;
	border-radius: 2px;
}
	
	.agenda_titre_welcome {
	width: 70%;
}

	.container_flex {

			min-width: inherit;
	margin:-10px 10px 10px 0;
			display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.upper_logo {
width: 0px;
}

.logo_conference {
width: 0px;
}
	
#logoconference {
display: none;
}


.slider {
	display:none;
}
	
.menu_position {
	width:100%;
	clear: both;
	margin-right: 0%;
}
.bloc_social {
	display:none;
}
	
	
	.page {
		width: 100%;

	margin-top:20px;
		background-color: white;
}

.left_article {
	padding-left:10px;
	font-family: "Roboto", sans-serif;
	min-height: inherit;
	color: #111;
	text-align: left;

}
	
	.left_form {
	padding-left:20px;

	font-family: "Roboto", sans-serif;
	color: #111;
	text-align: left;

}
	
	
	.copyright_footer {
		text-align: center;

	}
	
	.text_none_1024 {
	display:none;
	}
	
	.container_flex_speaker_list {
	width:100%;
}
}

/* --  media768- */
@media all and (max-width: 768px)

{
	.right_sponsors {
		width: 100%;
		max-width: none;
		display: inline-block;
	}
	
	.right_sponsors_lastyear {
		
		width: 100%;
		max-width: none;
		display: inline-block;
	}
	.last_sponsors {
		
		display: none;
	}
	.container_flex {
	width:100%;
	margin:-10px 10px 10px 0;
}
.main_int_2col_left {
	width:100%;
	margin: 0 0 0px 0;
}
.main_int_2col_right {
	width:100%;
	margin: 0 0 0px 0;
}
	
	.text_none_768 {
		display: none;
	}
	.agenda_fleche_day {
	display:inline-block;
	width:34px;
	margin-right:10px;
	height:auto;
	float:left;
	margin-top: 3px;
		margin-bottom: 0px;
}
	.agenda_photo_speaker {
	width:80px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
	opacity: 1;
	border-radius: 2px;
}
	.speaker_list {
	width:50%;
	font-size:75%;
}

.speaker_list_bouche {
	width:100%;
}
}


	</pre></body></html>