
@font-face {
	font-family: 'DIN';
	src:url('DINPro.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
/*    background-color: #a2c1e6;*/
/*    background: url(../img/background.png)*/
      /** background-size:;**/
	font:13px/20px 'Open Sans', Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h3,h4,h5,h6 {
    margin: 0 0 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-family: 'Open Sans', Arial, sans-serif;
}
h1,h2 {
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
}
.main-title {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	color:#fff;
}
.main-title h1{
	font-size:38px;
	line-height:40px;
	margin-top:60px;
}
.main-title p {
	font-size:26px;
	font-weight:300;
	margin-top:-5px;
	text-align:center;
}
h2 {
    font-size: 32px;
    line-height:30px;
    margin-bottom:45px;
}
h2 span{
    font-size: 24px;
    font-weight:300;
    text-transform:none;
    display:block;
}
h3 {
    font-size: 32px;
    font-weight:600;
    text-align:center;
    line-height:32px;
    margin-bottom:45px;
}
h3 span {
    font-size: 21px;
    font-weight:300;
    display:block;
}
.step h3 {
	text-transform:none;
	font-size:28px;
	line-height:26px;
	font-weight:600;
    margin-bottom:5px;
    margin-top: 15px;
}
.box h3 {
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:5px;
}
footer h3 {
	text-transform:none;
	font-weight:400;
	text-align:left;
	font-size:22px;
	margin-bottom:10px;
}
.question_box h3 {
	font-size:18px;
	text-align:left;
	line-height:22px;
	margin-bottom:10px;
}
h4 {
    font-size: 18px;
    line-height:22px;
}

h5 {
    font-size: 14px;
    line-height:14px;
}
footer h5 {
	color:#555; 
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 20px 0;
}
/** Lists **/
ul,
ol {
    padding: 0;
    margin: 0 0 30px 0;
    list-style:none;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
li {
    line-height: 20px;
}
hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #dfdfdf;
}

/** Links color **/
a {
    color: #00aeef;
    text-decoration: none;
  	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover,
a:focus {
    color: rgb(228, 3, 46);
    text-decoration: none;
}

.propose {
    display: inline-block;
    margin-left: 0px;
    font-family: DIN;
    font-size: 14px;
    text-transform: none;
}

/** Buttons **/
.button_medium {
	border:none;
	background:#282828;
	color:#fff;
	padding:7px 20px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
}

a.button_medium:hover, .button_medium:hover {
    background:#00aeef; color:#fff;
}

.button_medium_2 {
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:2px solid  #282828;
	color:#282828;
	padding:7px 20px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
	background:#fff;
}
a.button_medium_2:hover {
    background:#00aeef; 
    color:#fff; 
    border:2px solid  #00aeef;
}
.select_inscription{
    background-color: rgb(234, 234, 234);
    border: 2px solid rgb(210, 210, 210);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 13px;
    width:100%;
    color: #999;
}
.radio_inscription{
    margin-bottom: 10px;
    display:inline-block;
}
.check_cgu{
    color: #9c9e9f;
    font-style: italic;
    font-size: 13px;
}
.no-disp{
    display: none !important
}
.yes-disp{
    display: block !important
}

/** Wizard Buttons **/
.backward, .forward {
	border:none;
	color:#000;
	padding:7px 20px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
	background:none;
	position:relative;
    width: 140px;
    line-height: 14px;
   } 
   
.backward {
    padding:7px 20px 7px 30px;
} 

 button[disabled].backward, button[disabled].forward {
	border:none;
	background:#fff;
    display: none;
    color: #000;
	outline:none;
}
.fleche-next{
    width: 50px;
}
/*
.backward:before {
    content: "\f053"; 
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
	font-weight:normal;
    top: 8px;
    left: 20px;
	text-transform:none;
	font-size:9px
   } 
 
*/
/*
.forward {
    padding:7px 30px 7px 20px;
    background: #DFD6EA;
    color: #000;
}  
   .forward:before {
	 content: "\f054"; 
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
	font-weight:normal;
    top: 8px;
    right: 20px;
	text-transform:none;
	font-size:9px
   } 
   
.forward:hover {background:#7EC3E3; color:#000;}
*/
#top-area {
	/**background-color:#1ab9a7;**/
	height: 500px;
}
header {
	padding:0px 0;
	width:100%;
/*	background:url(../img/line_header.png) repeat-x left bottom;*/
}



#logo a{
	text-indent:-99999px;
	background: url(../img/logo.png) no-repeat 0 0;
	display:block;
	height:32px;
	width:151px;
}
#top-nav{
    display:none;
}
#top-nav ul a { 
    color:#fff; 
    text-decoration:none;
}
#top-nav ul a:hover, #top-nav ul a#active{ 
    color:rgb(228, 3, 46);
}
#top-nav ul li:first-child{ 
    background:none;
}
#top-nav ul li a#purchase{ 
    color: #8D66A8;
}
#top-nav ul li a#purchase:hover { 
    color:#323232;
}
#top-nav{
    width:100%;float:left; 
    font-weight:700; 
    text-transform:uppercase;
}
#top-nav ul	{
    float: none; 
    padding:5px 0 20px 0; 
    margin:0; 
} 
#top-nav ul li 	{
    float: none; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
    font-size:14px; 
    padding:0; 
    margin:0;
}
#top-nav ul li:last-child{ 
    border-bottom:none;
}
#top-nav ul li a{ 
    display:block; 
    padding:5px; 
    pointer-events: auto;
}
#top-nav ul a#active{ 
    color:#323232; 
    background-color:#ddd;
}

/* Button Responsive Menu*/
.btn-responsive-menu{
    display: block;
    float: right;
    padding:5px;
    cursor:pointer;
    margin:  0px 20px 0 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    pointer-events: auto;
    margin-top: 20px}
.bar {
    display: block;
    width:18px;
    height:4px; 
    margin:4px; 
    background:#E30613; 
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.show{
    display:block!important
}

.span_menu{
    display: inline-block;
    margin-top: 28px;
    font-size: 18px;
    color: #fff;
}

.span_menu_home {
    display: inline-block;
    margin-top: 5px;
    font-size: 19px;
    color: #000;
    max-width: 590px;
    font-family: "DIN";
}


.row_home {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 30px;
}



#main { 
    padding-bottom:80px; 
}
.footer_home{
    color: #333;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 30;
    padding-bottom: 5px;
    padding-top: 5px;
}
footer {
	width:100%;
	padding: 0px 0 0 0;
	color:#fff;
}
footer a{
	color: #FF9;
}
#footer_2 {
	width:100%;
	background:#252525;
}
#footer_2 a {
	color:#888;
}
#footer_2 a:hover {
	color:#fff;
}
ul#footer-nav {
	color:#fff;
	margin: 25px 0 10px 0;
	}
ul#footer-nav li:first-child {
	margin-right:30px;
}
ul#footer-nav li {
	display:inline-block;
	zoom:1;
	margin-right:10px;
}
#copy {
	padding:15px 0;
	background-color:#f8f8f8;
	font-size:11px;
	text-align:center;
}
#contact {
	background:url(../img/contact_map.png) no-repeat 90% 90px;
}
.btn_valide{
    background:none;
    border: none;
    position: absolute;
    top: -35px;
    right: -25px;
}
.inline-block{
    display: inline-block;
}
.logo_valide{
    height: 120px
}
#top-wizard {
	text-align:center;
    color:#fff;
/*    margin-top: 30px;*/
    display:none;
/*
	background-color:#f3f3f3;
	border-bottom:1px solid #e7e7e7;
*/
	position:relative;
	text-transform:uppercase;
	font-size:18px;
    line-height: 30px;
}
.shadow {
	width:100%;
	height:6px;
	left:0;
	margin-bottom:26px;
/*	background:url(../img/shadow_top_form.png) no-repeat center top;*/
}
.ui-widget { 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
}
.ui-widget-content { 
    background: #fff; 
    color: #222222; 
}
.ui-widget-content a { 
    color: #222222; 
}
.ui-widget-header {
    background: #C30025;
}
.ui-widget-header a { 
    color: #222222; 
}
.ui-progressbar { 
    height:0.15em; 
    text-align: left; 
    display: inline-block;
    width: 400px;
    margin-bottom: 5px
}
.ui-progressbar .ui-progressbar-value {
    height:100%;
}
#survey_container {
    margin-top:-440px;
    margin-bottom:80px;
    z-index:9;
    position:relative;
}
.home_bande{
    padding-top: 1.4em;
    padding-bottom: 0.2em;
    border-top: 5px solid #7F7F80;
    border-bottom: 5px solid #7F7F80;
    background: white;
    background: transparent;
    background: rgba(255, 255, 255, 0.6);
}
#login_container {
/*	margin-top:-440px;*/
    margin-bottom:40px;
    z-index:9;
    position:relative;
    background-color: rgba(255, 255, 255, 0.8);
}
.ie8 #survey_container {
    background-color:#fff;
	border:1px solid #ddd;
    margin-top:-300px;
    margin-bottom:60px;
    z-index:9;
    position:relative;
}
.ie8 #login_container {
	background-color:#fff;
	border:1px solid #ddd;
    margin-top:-300px;
    margin-bottom:60px;
    z-index:9;
    position:relative;
}
#middle-wizard {
	padding: 50px 125px 5px 125px;
}
.middle-content{
    padding-top: 10px !important;
}
#bottom-wizard {
	text-align:center;
	padding:15px 120px;
/*
	border-top:1px solid #e7e7e7;
	background-color:#f3f3f3;
*/
}
#complete{
	text-align:center;
/*	padding: 0 45px 35px 45px;*/
}
#complete h3{
	text-align:center;
	margin-bottom:40px
}
#complete i {
	color:#cacaca;
	margin: 0 0 10px 0;
	font-size:160px;
	padding:0;
}
/*
#complete button{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	border:2px solid  #8dc63f;
	color:#8dc63f;
	padding:15px 30px;
	text-decoration:none; 
	transition: background .5s ease; 
	-moz-transition: background .5s ease; 
	-webkit-transition: background .5s ease; 
	-o-transition: background .5s ease; 
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	text-transform:uppercase;
	outline:none;
	background:#fff;
}
*/
.box {
    text-align:center;
}
.box span {
	font-size:100px;
	color:#1ab9a7;
	font-weight:800;
	display:block;
	margin:40px 0 43px 0 ;
}
.question_box {
	padding-left:40px;
	position:relative;
	margin-bottom:30px;
}
.question_box:before {
    content: "\f059"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;
    position: absolute;
	color:#999;
    top: 5px;
    left: 0;
}
/* Team */
.thumbnail{
	border: none;
	border-radius: 0px;
	box-shadow: none;
	display: block;
	line-height: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: none;
	-moz-transition: all 0.2s ease-in-out;
	o-transition: all 0.2s ease-in-out;
	padding: 0px;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
}
.caption {background: #f2f2f2;}
.transit-to-top {
	height: 60px;
	overflow: hidden;
	width: 100%;
	cursor:pointer;
}
.transit-to-top h4 {
	text-align:center;
	moz-transition: all 0.3s ease-in-out;
	o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin:20px 0 0 0;
	padding:0;
}
.thumbnail:hover h4{
    margin-top: -40px;
}
.p-title {
	display: block;
	height: 40px;
}
.widget_nav_menu {	
	min-height:100%;
	height:100%;
	text-align:center;	
}
.project-item-image-container {
	border: none;
	cursor: pointer;
	height: 100%;
	position: relative;
	width: 100%;
}
.project-item-image-container:hover, .project-item :hover .project-item-image-container {
	filter: alpha(opacity=100);
	-moz-transition: background-color 0.2s ease-out, color 0.1s ease-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-o-transition: background-color 0.2s ease-out, color 0.1s ease-out;
	transition: background-color 0.2s ease-out, color 0.1s ease-out;
	-webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out;
}
.project-item-image-container > img {
    width: 100%!important;
}
.phone-info {
	display: inline-block;
	margin: 5px 0px 0 0;
	width: 100%;
	text-align:center;
}
ul.social-bookmarks.team {
    float:none; 
    margin:0; 
    padding:0; 
    margin:auto; 
    display:inline-block;
}
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.form-control::-moz-placeholder { 
    color: #999; 
    opacity:1;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.large_input{
    height: 40px !important ; 
}

input.form-control, select.form-control {
	background:none;
	background-color:rgb(234,234,234);
	border:2px solid rgb(210,210,210);
	border-radius: 0;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
  	color: #999;
	height:35px;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.428571429;
	padding: 6px 12px;
}
.email_input{	
    height:45px !important;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus  {
    border-color:none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#555;
}
.des_home{
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-family: "Arial", Helvetica, Roboto, sans-serif;
    color: #000;
    padding-top: 10px;
    font-size: 1.2em;
    margin-bottom: 2em;
    width: 65%;
    line-height: 22px;
}
.centre{
    text-align: center;
}
.styled-select select {
    background: transparent;
    width:107%;
    padding: 5px;
    padding-left:15px;
    border: 0;
    border-radius: 0;
    height: 41px;
    margin:0;
    font-weight:400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
}
.styled-select {
    width: 100%;
    overflow:hidden;
    height: 44px;
    background: #fbfbfb url(../img/down_arrow_select.png) no-repeat  98% center ;
    border:2px solid #d5d5d5;
    margin-bottom:-5px;
} 
   
   .styled-select select::-ms-expand, .styled-select-2 select::-ms-expand {
    display: none;
}
ul.floated {
	padding:0;
	margin:0 0 0 0;
}   
ul.floated li {
	float:left;
	margin:0; padding:0;
	width:30%;
} 
 label.label_gender {
    padding-left:50px; 
    line-height:42px;
 }
 
 ul.floated li#age {
    width:100px;
    margin-right:55px;
} 
   
ul.data-list li {
    position:relative; 
} 
ul.data-list-2 li {
    position:relative;
    height:42px;
    margin-bottom:15px;
    width:100%;
}
.data-list-2{
    padding: 0px 40px;
}
ul.data-list-2 li label {
    float:left;
    margin-left:80px;
    font-size:20px;
    font-weight:400;
    margin-top:20px;
    line-height:20px;
}  
ul.data-list#terms  {
	font-weight:400;
	line-height:22px;
	margin:0;
	padding:0;
	text-align:center;
}  
.inscription_form{
    margin-bottom: 20px;
}
.oblg_champs{
    font-weight: bold
}
.boutton_container{
    text-align:center;
    margin-top: 30px;
}
.qty-buttons{ 
    position:relative; 
    width:100px; 
    height:40px;  
}
input.qty { 
    width:70px; 
}
input.qtyminus, input.qtyplus, input.qtyplus:focus  { 
    position:absolute; 
    width:35px; 
    height:23px; 
    border: 2px solid #d5d5d5; 
    outline:none; 
    cursor:pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none; 
}
input.qtyplus { 
    background:#fff url(../img/plus.png) no-repeat center center; 
    right:0; 
    top:0; 
    text-indent:-9999px;  
}
input.qtyminus { 
    background:#fff url(../img/minus.png) no-repeat center center; 
    right:0; 
    top:21px;  
    text-indent:-9999px; 
}
.qty-buttons span { 
    position:absolute; 
    top:10px; 
    display:block; 
    width:220px; 
    left:120px; 
    font-weight:bold;
}
label.error{
	font-size:11px;
	position: absolute;
	top:-28px;
	right:105px;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
} 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
} 
   
.styled-select label.error{
    overflow:visible;
}
ul.floated li#age label.error {
    right:-15px;
} 
ul.floated li label.error{
    right:-50px;
}
ul.data-list#terms li label.error {
	left:45%;
	display:inline-block;
	width:80px;
} 

/** Error styles for survey questions**/   
ul.data-list-2 li label.error {
    font-size:11px;
    position: absolute;
    top:-30px;
    right:-10px;
    margin:0;
    z-index:99;
    height:25px;
    line-height:25px;
    background-color:#e34f4f;
    color:#fff;
    font-weight:normal;
    padding:0 6px;
}  
.tweets-next, .tweets-prev{
	display: inline-block;
	font-size: 28px;
	color: #FFF;
	margin-top:10px;
}
.tweets-prev {
    margin-right:10px;
}
.tweet_avatar {
    float:left;
}
.tweet_time {
    display:block;
    margin-bottom:5px;
}
.tweet-control {
    margin-bottom:30px;
}

/* scroll to top */
#toTop {
    width:100px;
    background:#fff;
    text-align:center;
    padding:5px;
    position:fixed; 
    bottom:10px;
    right:10px;
    cursor:pointer; 
    display:none;
    color:#fff;
    font-size:11px; 
}

/* spacing */
.add_top_30 {
    margin-top:30px;
}
.add_top_15 {
    margin-top:15px;
}
.add_bottom_30 {
    margin-bottom:30px; 
}
.add_bottom_15 {
    margin-bottom:15px;
}
.divider {
    width:100%; 
    background:url(../img/divider.png) no-repeat center top; 
    height:10px;
    margin: 30px 0;
}

/* modal */
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px c;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.modal-header {
    min-height: 16.428571429px;
    border-bottom: 1px solid #ddd;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #ddd;
}
.modal-title{
	padding-top: 10px;
	margin-left: 10px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #555;
    text-shadow: 0 1px 0 #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    margin-top: 10px !important; 
    margin-right: 10px;
}
.close:hover, .close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.form-signin{
	width: 50%;
    margin: 0 auto;
    background-color: #FD8A8A;
    margin-top: 100px;
    border-radius: 10px;
}
.error-container{
	text-align: center;
    font-size: 18px;
    color: yellow;
}
.text-des{
    display: inline-block;
    font-family: "Arial", Helvetica, Roboto, sans-serif;
    color: white;
    background: #7F7F80;
    font-size: 2em;
    padding: 0.3em 2em;
    border-radius: 15px;
    font-weight: 300;
    line-height: 45px;
    font-family: 'DIN';
}
.row_bande{
    text-align: center
}
.textarea.form-control{
    background:none;
	background-color:#fbfbfb;
	border:2px solid #d5d5d5;
	border-radius: 0;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
  	color: #999;
	height:120px;
	font-size:16px;
	font-weight:400;
	margin-bottom:25px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.428571429;
	padding: 6px 12px;
}
.admin-opt{
    color:#000;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.admin-panel{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    margin-top: 100px;
}
.thematique-content{
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;

}
.thematique{
    margin-top:10px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'DIN';
/*    font-weight: bold; */
    text-transform: uppercase;
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 18px;
}
.titre-question{
/*margin-top: 20px;*/
    color: #000;
    font-size: 15px;
    line-height: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    font-weight: bold;
/*width: 60%;*/
}

.titre-interview{
/*color: #fff;*/
    line-height: 15px;
display: inline-block;
vertical-align: top;
font-family: 'DIN';
font-weight: bold;
font-size: 30px;
margin-top: 15px;
text-transform: uppercase;
float: left;
}

.titre-question-session{
    text-align: center;
    margin-top: 50px;
    text-transform:uppercase;
    color:#fff;
    font-size: 20px;
}
.logo_auteur_container{
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    height: 45px;
    width: 45px;
    vertical-align: top;
    margin-top: 15px;
/*    margin-left: 20px;*/
    overflow: hidden;
}
.auteur_container{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    float: right;
}
.boutton{
    text-transform: uppercase;
    background-color: rgb(226, 226, 226);
    box-shadow: 2.5px 3.062px 1px 0px #182F3B;
    font-weight: bold;
    color: rgb(137, 137, 137);
    border: 0
}
.boutton-poster-valide{
    padding:1px 60px ;
    pointer-events: none;
    text-transform: uppercase;
/*background-color:rgb(0, 144, 183);*/
   box-shadow: 2.5px 3.062px 1px 0px #182F3B;
    font-weight: bold;
    color: #fff;
    border: 0
}
.boutton-poster{
    width: 150px;
    padding:5px 40px ;
    pointer-events: none;
    text-transform: uppercase;
/*background-color:rgb(0, 180, 229);*/
    box-shadow: 2.5px 3.062px 1px 0px #182F3B;
    font-weight: bold;
    color: #fff;
    border: 0
}
.boutton-video{
    width: 150px;
    padding:5px 40px ;
    pointer-events: none;
    text-transform: uppercase;
/*background-color:rgb(0, 144, 183);*/
    box-shadow: 2.5px 3.062px 1px 0px #182F3B;
    font-weight: bold;
    color: #fff;
    border: 0
}
.white-link-mobile{
    display: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.modal-photo{
    text-align: center;
}
.boutton-abstract{
    width: 150px;
    padding:5px 40px ;
    pointer-events: none;
    text-transform: uppercase;
/*background-color:rgb(1, 102, 130);*/
    box-shadow: 2.5px 3.062px 1px 0px #182F3B;
    font-weight: bold;
    color: #fff;
    border: 0
}
.rep_text{
    margin-bottom: 10px;
    font-family: 'DIN';
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.sous-titre-question{
    text-align: center;
    color:#fff;
    font-size: 21px;
}
.sous-titre-question-session{
    text-align: center;
    font-weight: bold;
    color:#fff;
    font-size: 14px;
}
.auteur-name{
display: inline-block;
margin-left: 0px;
font-family: DIN;
font-size: 15px;
padding-top: 5px;
}
.logo{
    height: 80px;
}
.logo_RN17{
    width: 100px;
    margin-top: 5px;
}
}
.logo_acr{
    width: 100px;
}
.logo-containeur{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 200px 0 0;
    border-color: transparent;
}
#close-nav{    
    pointer-events: auto;
}
#logo-container-right{
    position: fixed;
    height: 100%;
/*    background-color: #000;*/
    top:0;
    right: 0;
    z-index: 10;
}
.logo-left{
    height: 70px;
    margin-left: 20px;
}
.partenariat{
    font-family: 'DIN';
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: bold;
    margin-left: 5px;
}
.soutien-genzyme{
    display: inline-block;
    width: 375px;
}
.soutien-genzyme-head{
    text-align: right;
}
.partenariat-neuro{
    display: inline;
    width: 375px;
    
}
.partenariat-neuro-head{
    text-align: left;
}
.logo-neuro{
 /*   width: 70%;
    margin-top: 10px;*/
}
.line2 {
    width: 112px;
    height: 47px;
    border-bottom: 3px solid #333;
    -webkit-transform: translateY(20px)translateX(5px)rotate(-65deg);
    display: inline-block
}
.soutien-content{
    max-width: 760px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-transform: none;
}
.Q1 {
    font-size: 25.198px;
font-family: "DIN";
height: 100%;
vertical-align: middle;
line-height: normal;
text-align: left;
margin-bottom: 0px;
color: #e4032e;
display: inline-block;
margin-right: 5px;
margin-top: -10px;
}

.question{
    display: inline-block;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 15px;
    margin-left: 30px;
    line-height: 30px;
    font-family: "DIN";
}
.question-nb{
    margin-left: 20px;
    padding-top: 30px;
}
.question-container{
    display: -webkit-box;
    display: -moz-inline-grid;
    display: -ms-flexbox;
    color: #000;
    padding-left: 15px;
    padding-right:15px; 
    margin-bottom: 30px;
}
.question-container-session{
    display: -webkit-box;
    display: -moz-inline-grid;
    display: -ms-flexbox;
    color: #000;
    background-color: #fff;
    margin-bottom: 30px;
}
.wizard{
    background: transparent;
}
/*
.wizard-header{
    color: #fff;
}
*/
.white-container{
    margin-bottom: 60px;
}
.white-color{
    color:#fff;
}
.poster{
    font-weight: bold;
    color: #fff;
    height: 104px;
    font-size: 95px;
    line-height: 110px;
    margin-bottom: 10px;
}
.auteur-question{
     /* height: 25px; */
    color: #fff;
    font-size: 14px;
    display: inline-block;
    /*vertical-align: middle;*/
    margin-left: 10px;
    /* margin-top: 25px; */
    /* width: 120px */
    position: absolute;
    top: 25px;
    line-height: 15px;
    padding-right: 15px;
}

.auteur-question-session{
    height: 25px;
    color:#fff;;
    text-align: center;
    font-size:16px;
}
.filet {
    background-color: #8D66A8;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
}
.filet-session {
    background-color: #8D66A8;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}
.filet-first{
    background-color: #8E66A9;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}
.filet-first-small{
    background-color: #000;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}
.filet-container{
    height: 3px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.filet-container-small{
    height: 3px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 29px;
    margin-left: auto;
    margin-right: auto;
}
.text-cicrle-content{
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.disp-table{
    display: table;
}
.btn-soluce-poster{
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
}
.btn-soluce{
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
}
.margin_plus{
    margin-top:130px;
}
.for-back{
    display: none;
    margin-top: 20px;
}
.background1{
    background-color: #e4032e;
    height: 30px
}
.color1{
    color: #ea621c;
}
.btn1-color1{
    background-color: #c30025;
}
.btn2-color1{
    background-color: #92001c;
}
.btn3-color1{
    background-color:#760117;
}
.txt1-color1{
    color: #252836;
}
.txt2-color1{
    color: #252836;
}
.txt3-color1{
    color: #252836;
}
.lire-1-suite1{
    padding: 7px 30px 7px 30px;
    background-color: #c30025;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite1{
    padding: 7px 30px 7px 30px;
    background-color: #760117;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background2{
    background-color: #3bbeef;
    height: 30px
}
.color2{
    color: #3bbeef;
}
.btn1-color2{
    background-color:#c30025;
}
.btn2-color2{
    background-color: #92001c;
}
.btn3-color2{
    background-color:#760117;
}
.txt1-color2{
    color:#252836;
}
.txt2-color2{
    color: #252836;
}
.txt3-color2{
    color: #252836;
}
.lire-1-suite2{
    padding: 7px 30px 7px 30px;
    background-color: #00b3e5;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite2{
    padding: 7px 30px 7px 30px;
    background-color:#006782;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}



.background3{
    background-color: #88bd3e;
    height: 30px
}
.color3{
    color: #88bd3e;
}
.btn1-color3{
    background-color:#c30025;
}
.btn2-color3{
    background-color: #92001c;
}
.btn3-color3{
    background-color: #760117;
}
.txt1-color3{
    color: #252836;
}
.txt2-color3{
    color: #252836;
}
.txt3-color3{
    color: #252836;
}
.lire-1-suite3{
    padding: 7px 30px 7px 30px;
    background-color: #78a530;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite3{
    padding: 7px 30px 7px 30px;
    background-color: #4c6727;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.background4{
    background-color: #ff43a1;
    height: 30px
}
.color4{
    color: #ff43a1;
}
.btn1-color4{
    background-color:#c30025;
}
.btn2-color4{
    background-color:#92001c;
}
.btn3-color4{
    background-color: #760117;
}
.txt1-color4{
    color: #252836;
}
.txt2-color4{
    color: #252836;
}
.txt3-color4{
    color: #252836;
}
.lire-1-suite4{
    padding: 7px 30px 7px 30px;
    background-color: #e62886;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite4{
    padding: 7px 30px 7px 30px;
    background-color: #aa0467;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background5{
    background-color: #00cfd1;
    height: 30px
}
.color5{
    color: #00cfd1;
}
.btn1-color5{
    background-color:#c30025;
}
.btn2-color5{
    background-color: #92001c;
}
.btn3-color5{
    background-color: #760117;
}
.txt1-color5{
    color: #252836;
}
.txt2-color5{
    color: #252836;
}
.txt3-color5{
    color: #252836;
}
.lire-1-suite5{
    padding: 7px 30px 7px 30px;
    background-color: #00aeb2;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite5{
    padding: 7px 30px 7px 30px;
    background-color: #01767c;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}


.background6{
    background-color: #e49ef8;
    height: 30px
}
.color6{
    color: #e49ef8;
}
.btn1-color6{
    background-color:#c30025;
}
.btn2-color6{
    background-color: #92001c;
}
.btn3-color6{
    background-color: #760117;
}
.txt1-color6{
    color: #252836;
}
.txt2-color6{
    color: #252836;
}
.txt3-color6{
    color: #252836;
}
.lire-1-suite6{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite6{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background7{
    background-color: #e49ef8;
    height: 30px
}
.color7{
    color: #e49ef8;
}
.btn1-color7{
    background-color:#c30025;
}
.btn2-color7{
    background-color: #92001c;
}
.btn3-color7{
    background-color: #760117;
}
.txt1-color7{
    color: #252836;
}
.txt2-color7{
    color: #252836;
}
.txt3-color7{
    color: #252836;
}
.lire-1-suite7{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite7{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}


.background8{
    background-color: #e49ef8;
    height: 30px
}
.color8{
    color: #e49ef8;
}
.btn1-color8{
    background-color:#c30025;
}
.btn2-color8{
    background-color: #92001c;
}
.btn3-color8{
    background-color: #760117;
}
.txt1-color8{
    color: #252836;
}
.txt2-color8{
    color: #252836;
}
.txt3-color8{
    color: #252836;
}
.lire-1-suite8{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite8{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background9{
    background-color: #e49ef8;
    height: 30px
}
.color9{
    color: #e49ef8;
}
.btn1-color9{
    background-color:#c30025;
}
.btn2-color9{
    background-color: #92001c;
}
.btn3-color9{
    background-color: #760117;
}
.txt1-color9{
    color: #252836;
}
.txt2-color9{
    color: #252836;
}
.txt3-color9{
    color: #252836;
}
.lire-1-suite9{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite9{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background10{
    background-color: #e49ef8;
    height: 30px
}
.color10{
    color: #e49ef8;
}
.btn1-color10{
    background-color:#c30025;
}
.btn2-color10{
    background-color: #92001c;
}
.btn3-color10{
    background-color: #760117;
}
.txt1-color10{
    color: #252836;
}
.txt2-color10{
    color: #252836;
}
.txt3-color10{
    color: #252836;
}
.lire-1-suite10{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite10{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}



.background11{
    background-color: #e49ef8;
    height: 30px
}
.color11{
    color: #e49ef8;
}
.btn1-color11{
    background-color:#c30025;
}
.btn2-color11{
    background-color: #92001c;
}
.btn3-color11{
    background-color: #760117;
}
.txt1-color11{
    color: #252836;
}
.txt2-color11{
    color: #252836;
}
.txt3-color11{
    color: #252836;
}
.lire-1-suite11{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite11{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background12{
    background-color: #e49ef8;
    height: 30px
}
.color12{
    color: #e49ef8;
}
.btn1-color12{
    background-color:#c30025;
}
.btn2-color12{
    background-color: #92001c;
}
.btn3-color12{
    background-color: #760117;
}
.txt1-color12{
    color: #252836;
}
.txt2-color12{
    color: #252836;
}
.txt3-color12{
    color: #252836;
}
.lire-1-suite12{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite12{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background13{
    background-color: #e49ef8;
    height: 30px
}
.color13{
    color: #e49ef8;
}
.btn1-color13{
    background-color:#c30025;
}
.btn2-color13{
    background-color: #92001c;
}
.btn3-color13{
    background-color: #760117;
}
.txt1-color13{
    color: #252836;
}
.txt2-color13{
    color: #252836;
}
.txt3-color13{
    color: #252836;
}
.lire-1-suite13{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite13{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.background14{
    background-color: #e49ef8;
    height: 30px
}
.color14{
    color: #e49ef8;
}
.btn1-color14{
    background-color:#c30025;
}
.btn2-color14{
    background-color: #92001c;
}
.btn3-color14{
    background-color: #760117;
}
.txt1-color14{
    color: #252836;
}
.txt2-color14{
    color: #252836;
}
.txt3-color14{
    color: #252836;
}
.lire-1-suite14{
    padding: 7px 30px 7px 30px;
    background-color: #c785dd;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.lire-3-suite14{
    padding: 7px 30px 7px 30px;
    background-color: #8a46aa;
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.head-question{
    margin-bottom:20px;
    background-color: #252836;
    height:80px;
/*    box-shadow: 3.5px 5.062px 1px 0px #182F3B;*/
}
.head-interview{
    margin-bottom:20px;
    padding-left:10px;
/*    background-color: rgb(0, 144, 183);*/
    height:75px;
/*      box-shadow: 3.5px 6.062px 1px 0px rgb(91, 91, 91);*/
}
.btn-reponse{
    display: inline-block;
    width: 170px;
    cursor: pointer;
}
.btn-reponse-content{
    display: none;
    text-align: center;
}
.title-abstract{
    font-size: 48.112px;
    color:#000;
    text-transform: uppercase;
    line-height: 0.628;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}
.auteur-abstract{
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 2px;
    margin-bottom: 2px;
}
.visible-rep{
    display: block;
    margin-top: 80px;
}
.invisible-rep{
    display:none;
}
.title-iner{
    font-size: 48.112px;
    color:#000;
    text-transform: uppercase;
    line-height: 0.628;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.auteur-iner{
    text-align: center;
/*    border-top: 1px solid #8D66A8;
    border-bottom: 1px solid #8D66A8;*/
    padding: 2px;
/*    color: #fff;*/
/*    max-width: 240px;*/
/*    margin-left: auto;
    margin-right: auto;*/
/*  font-weight: bold;
    margin-bottom: 20px;
    margin-top:10px;*/
    display: inline-block;
    float: right;
    vertical-align: bottom;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 16px;
}
.text-abstract-iner{
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family:'DIN';
    display: inline;
    margin: 0px 20px;
    line-height: 30px;
}
.text-abstract-iner-modal{
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    /*font-weight: bold;*/
    font-family:'DIN';
    display: inline;
    margin: 0px 20px;
}
.link-abstract-iner{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display:block;
    margin-bottom: 30px;
    margin-top: 20px;
}
.circle-lire{
    border-radius: 50%;
    width: 65px;
    background-color: #DFD6EA;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    line-height: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.text-cicrle-content-lire{
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.lire-la-suite{
    padding-top: 20px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.youtube-content{
    width: 100%;
    max-width: 400px;
    display: inline-block;
        background-image: url("http://www.rhumatos-congres.fr/img/fond2.png");
}
.extract-video{
    display: inline-block;
    width: 45%;
    height: 100%;
    float: right;
    margin-top: 50px;
}
.guillemets{
/*    color: rgb(0, 144, 183);*/
    font-size: 55px;
    font-weight: bold;
    margin-top: -8px;
    display: inline-block;
}
.extract{
    color: #000;
    font-family: 'DIN';
    text-align: center;
/*   padding-left:50px;
    padding-right: 50px;*/
    display: inline;
    margin-bottom: -20px;
    margin-top: -20px;
    font-weight: bold;
    min-width: 115px;
    font-size: 18px;
    line-height: 30px;
}
.interview-content{
    margin-bottom: 50px;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #a4a4a4;
    text-align: center;
}
.poster-content{
    margin-bottom: 50px;
    padding: 30px 20px;
    height: 300px;
    background-position: top center;
    background-size: 100%;
    box-shadow: 3.5px 6.062px 1px 0px #a4a4a4;
}
.sun-logo{
    width:400px;
}
.rond-bravo{
    border-radius: 50%;
    background-color: #fff;
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative;
    float: left;
}
.rond-bravo-small{
    display: none;
    border-radius: 50%;
    background-color: #fff;
    width: 200px;
    height: 200px;
    /*display: inline-block;*/
    position: relative;
    float: left;
}
.rond-point{
    border-radius: 50%;
    background-color: rgb(242, 242, 242);
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative;
    margin-top: -200px;
    float: right;
}
.point-content{
    margin-top: -320px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
}
.bravo{
    font-size: 45px;
    font-family: 'DIN';
    color: rgb(228, 7, 47);
    margin-bottom: 5px;
    position: absolute;
    top: 60px;
    left:20px;
}
.filet-container-libre{
    width: 30px;
    position: absolute;
    top: 110px;
    left: 85px;
}
.congre-final{
    width: 150px;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 120px;
    left: 20px;
}
.point-text{    
    font-size: 70px;
    display: inline-block;
    font-weight: bold;
    font-family: 'DIN';
}
.point-text-final{    
    font-size: 70px;
    display: inline-block;
    font-weight: bold;
    font-family: 'DIN';
}
.btn-submit{
    margin-top: 200px;
}
.footer-hide{
    display: none;
    text-align: center;
}
.logo-center{
    margin-left:350px;
}
.point-container{
    display: inline-block;
/*    margin-left: 30px;*/
}
.bon-point-content{
    display: inline-block;
    margin-right:15px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #e21d40;
    color: #000;
    width: 40px;
    height: 40px;
}
.faux-point-content{
    display: inline-block;
    margin-left:15px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #858585;
    color: #000;
    width: 40px;
    height: 40px;
}
.bon-point-text{
    color: #e21d40;
    width: 70px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.faux-point-text{
    width: 70px;
    text-align: center;
    font-size: 14px;
    color: #858585;
    line-height: 20px;
    margin-bottom: 10px;
}
.bon-point{
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.faux-point{
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.info-title{
    font-size: 39px;
    font-family: 'DIN';
    color: #000;
    padding-top: 20px;
    text-align: center;
    line-height: 45px
}
.service{
    text-align:center;
    color:#09d1ff;
    font-size: 17px;
}
.service-session{
    text-align:center;
    color: #09d1ff;
}
.titre-poster{
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}
.nb-rond{
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    letter-spacing: 2px;
    padding-left: 3px;
}
.progression{
    display: inline-block; 
    color: #C30025;
}
.rond{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0;
    padding: 0;
    /* background-color: #2F2; */
    /* border: medium; */
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    /* border-radius: 50%; */
    margin-top: 5px;
    border-color: #000;
    border-width: 2px;
    border-style: solid
}
.lettre-rond{
    color: transparent;
    font-weight: bold;
    text-align: center;
    height: 100%;
    font-size: 24px;
    line-height: 62px;
}
.ligne-rond{
    height: 2px;
    width: 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 100%;
}
.ok{
    width: 50px;
    height: 50px;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 19px;
}

.selectedfalse{
    background-color: #0090b7;
}
.wrong{
    background-color: #000;
    background: #000 
}
.selectedtrue{
    background-color:#26ff96;
}
.logo-responsive{
    width: 80px;
    height: 80px;
    background-color: #C2C4D1;
    display: inline-block;
    float: left;
}
.logo-resp{
    height: 100%;
}
.point-border-content{
/*
    border-style: solid;
    border-color: #8D66A8;
    border-width:3px; 
*/
    width: 300px;
    margin-left: auto;
    margin-right: auto;
/*    border-radius:7px;*/
    margin-bottom: -50px;
}
.score-tittle{
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}
.score-content{
    display: inline-block;
    vertical-align: top;
    padding-top: 35px;
    margin-left: 10px;
    margin-right: 10px;
}
.rond-point-content{
    display: inline-block;
    margin-top: 10px;
    margin-right: 9px;
}
.rep-content{
    display: inline-block;
    padding-right: 20px;
}
.scrore-final{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    width: 160px;
    position: absolute;
    top: 40px;
    left: 20px;
}
.score-text-content{
    position: absolute;
    top: 100px;
    left: 47px;
}
.sur20{
    font-size: 35px;
    display: inline-block;
    font-weight: bold;
}
.savoir-plus-content{
    margin-top: 100px;
}
.savoir-plus{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 20px
}
.neuro-link{
    font-weight: bold;
    text-transform: uppercase;
}
.neuro-link:hover{
    color: #8D66A8;
}
.text-attention{
    color:#fff;
    margin-bottom: 2px;
}
.content-attention{
    margin-bottom: 30px;
}
.image-abstract-content{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.image-abstract{
    width: 200px;
}
.image-abstract-modal{
    width: 250px;
}
.zoomContainer{ 
    z-index: 9999;
}
.zoomWindow{ 
    z-index: 9999;
}
.ques-content{
    margin-left: auto;
    margin-right: auto; 
    float: none;
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
/*   box-shadow: 3.5px 5.062px 1px 0px #182F3B;*/
}
.img-abstract{
    cursor:pointer;
}
.img-interview{
    cursor:pointer;
}
.img-poster{
    cursor:pointer;
}
.btn-demi{
    text-align: center;
    width: 49%;
}
.btn-zero{
    width: 0% !important ;
    padding: 0px !important ;
}
#inscription_container{
    margin-top: -350px;
    margin-bottom: 50px;
    background-color:#fff;
    padding: 20px 50px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.inscription_title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: 'DIN';
}
.acceder{
    color:rgb(227,3,45);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 23px;
    font-family: 'DIN';
}
.logo-contain{
    text-align: center;
}
.attention{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
    font-family: 'DIN';
}
.genre_text{
    display: inline-block;
    font-size: 15px;
}
.img_container_footer{
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
}
.text_container_footer{
    font-size: 11px;
    display: inline-block;
    width: 59%;
    text-align: center;
    line-height: 15px;
}
.fleche_form{
    width: 40px;
    height: 35px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    background-color: rgb(130, 130, 130);
    padding:  10px 5px;
}
.refuse_text{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'DIN';
}
.arrow_down {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}
.img_footer{
    /*width: 30%;
    height: auto;*/
    margin-right: 10px;
}
.link-logo-corner{
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;

}

.link-logo{
    display: inline-block;
    width: 250px;
    height: 140px;
}
.link-content{
    line-height: 20px;
    width: 660px;
    margin-left: -150px;
    font-weight: bold;
}
.logo_cercle{
    width: 100px;
    margin-top: 30px;
}
.rond_logo{
    border-radius: 50%;
    width: 250px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.rond_acr {
    border-radius: 50%;
    background-color: #dedede;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3.5px 6.062px 1px 0px rgb(91, 91, 91);
    position: absolute;
    top: 57px;
    left: 220px;
    right: 0;
}

.logo_poster{
    height: 75px;
}
.logo_auteur{
    width: 40px;
    margin-left: 3px;
    margin-top: 3px;
}
.container_demi_home{
    width: 45%;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}
.container_demi{
    width: 45%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #182F3B;
    margin-left: 2%;
    margin-right: 2%;
}
.ectrims-rond{
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'DIN';
    color: rgb(228, 3, 46);
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 55px;
    padding: 0px 10px;
}

.ectrims-acr{
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'DIN';
    color: rgb(228, 3, 46);
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 20px;
    padding: 0px 10px;
}

.londres{
    font-size: 10px;
    margin-top: 5px;
    color:#000;
}
.date-rond{
    color:#000;
}
.ectrims-rond-small{
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'DIN';
    color: rgb(228, 3, 46);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-top: -5px;
    padding: 0px 40px;
}
.rond-noir{
    background-color: #ffe500;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 400px;
    margin-top: -210px;
    margin-left: 40px;
    box-shadow: -3.5px 4.06px 1px 0px rgba(161, 161, 161,0.5);
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    padding-top: 16px;
    padding-left: 5px;
    padding-right: 5px;
}
.rond-noir-small {
    background-color: #ffe500;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 420px;
    margin-top: -160px;
    margin-left: -35px;
    box-shadow: -3.5px 4.06px 1px 0px rgba(161, 161, 161,0.5);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    padding-top: 20px;
}
.filet-container-logo{
    width: 30px;
    position: absolute;
    top: 40px;
    left: 35px;
}
.filet-first-logo{
    background-color: rgb(228, 3, 46);
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}
.logo_home{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px
}
.logo-content{
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 230px;
    margin-top: 0px;
}
.logo-content-small{
    display: none;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 200px;
}
.logo_pic{
    height: 190px;
    margin-top: 20px;
    }



.logo_pic_small{
    height: 60px;
    margin-top: 17px;
/*margin-right: 10px*/
}
.container_duo{
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 1px 100px
}
.title_theme_container{
    padding:30px 30px 0px 30px;
}
.title_theme{
    font-family: 'DIN';
    font-size: 20px;
    margin-bottom: 0px;
/*    display: inline-block;*/
    text-align: center;
    vertical-align:top;
    margin-top: 20px;
    height: 45px;
}
.title_theme1{
    color: rgb(228, 3, 46);
}
.rond_logo1{
    width: 40px;
    height: 40px;
    /*display: inline-block;*/
    border-radius: 50%;
    background-color:#bd0216;
/*    margin-right: 10px;*/
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: -60px;
}
.rond_logo2{
    width: 40px;
    height: 40px;
    /*display: inline-block;*/
    border-radius: 50%;
/*background-color: rgb(228, 3, 46);*/
/*    margin-right: 10px;*/
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: -40px;
}
.forward-rouge{
    padding: 7px 30px 7px 30px;
    background:  rgb(228, 3, 46);
    color: #fff;
    box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.text_theme{
    font-family: 'DIN';
    padding: 0px 30px 0px 30px;
    text-align: left;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 20px;
}
.link_theme{
    text-align: center;
    margin-bottom:20px;
}
.title_index_container{
    margin-top: 120px;
    text-align: center;
    margin-bottom: 30px;
}
.title_index{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'DIN'
}
.text_index_container{
    text-align: center;
    margin-top: 20px;
    color: #ffe500;
    font-weight: bold;
    font-size:15px;
}
.title_index_temp{
	color:#fff;
	font-size: 24px;
	padding:30px;
	line-height: 20px;
}
.link_button{
    display: block;
    height: 100%;
    color: rgb(117,117,117);
    text-transform: uppercase;
    font-weight: bold;
}
.mentions-element{
    margin-bottom: 0px;
}
.double_email{
    position: fixed;
    top: 20px;
    left: 25%;
}
.Q_container{
    font-family: 'DIN';
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.title_ecrims{
    display: inline-block;
    color: #E30613
}
.title_ecrims_rouge{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(228,4,47)
}
.final-forward{
    border: none;
    background: none; 
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 15px 0px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    width: 140px;
    line-height: 14px;
}
.margin-submit{
    margin-top:350px;
}
.small-point{
    display: inline-block;
/*    color: rgb(228, 3, 46);*/
    font-size: 50px;
    margin-bottom: 12px;
}
.small-point1{
    display: inline-block;
    color: rgb(228, 3, 46);
    font-size: 50px;
    margin-bottom: 12px;
}
.question-prev{
    display: inline;
}
.comite-name-content{
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 15px
}
.comite-name{
    margin-bottom: -3px;
    font-weight: bold
}
.photo-comite-content{
    width: 80px;
    display: inline-block;
    border-radius: 50%;
    border: solid;
    height: 80px;
    background-image: url('/img/auteur.png');
    background-size: 100%;
}
comite-content{
    margin-left:20px;
    margin-bottom: 10px;
}
.inscri-photo{
    width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
}
.etudiant{
 display: inline-block;
/* width: 100%; */
font-weight: bold;
margin-left: 80px;
margin-top: -60px;
vertical-align: top;
}
.etudiant-text{
display: inline-block;
margin-right: 100px;
margin-top: 0px;
color: #fff
}
.etudiant-boutton{
top: -50px;
position: relative;
display: inline;
float: right;
/* margin-top: -50px; */
margin-right: 15px;
    padding: 3px;
background-color: #E30613;
box-shadow: 2.5px 3.062px 1px 0px #182F3B;
font-weight: bold;
color: #fff;
}
.etudiant-container{
    margin-top: -350px;
    margin-bottom: 50px;
    padding: 20px 50px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    background: #252836; 
    padding:0px;
    height: 80px
}






/*============================================================================================*/
/*   MEDIA QUERIES */
/*============================================================================================*/


@media (min-width: 768px) and (max-width: 1200px) {
    #middle-wizard {
        padding: 40px 60px 35px 60px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #middle-wizard {
        padding: 40px 60px 35px 60px;
    }
    #contact { 
        background:none;
    }

    #footer_2 {
        text-align:center;
    }
    #contact { 
        background:none;
    }
    ul.social-bookmarks {
        padding: 0;
        list-style-type: none;
        float:none;
        display:inline-block;
    }
}

@media only screen and (max-width: 1500px) {
    .logo-center{
        margin-left:300px;
    }
}

@media only screen and (max-width: 1400px) {
    .logo-center{
        margin-left:250px;
    }
}

@media only screen and (max-width: 1300px) {
    .logo-center{
        margin-left:180px;
    }
}

@media only screen and (max-width: 1200px) {
    .logo-center{
        margin-left:140px;
    }
     .etudiant-container{
        height: 100px;}
    .etudiant-boutton{
       top: -60px;
    }
}

@media only screen and (max-width: 1100px) {
    .logo-center{
        margin-left:100px;
    }
}

@media only screen and (max-width: 992px) {
    #main{
        margin-left: 10px;
        margin-right: 10px;
/*    text-align: center;*/
        max-width: 100%;
        margin-bottom: 20px;
    }
    .poster{
        margin-bottom: 0px;
        font-size: 70px;
    }
    .logo_auteur_container{
        margin-left: 0px;
    }
    .thematique-content {
        width: 50%
    }
    .titre-question{
        font-size: 14px;
    }
    .auteur_container{
        width: 33%;
    }
/*
    .auteur-question{
        line-height: 0px;
    }
     .auteur-question-session{
        line-height: 0px;
    }
*/
    .youtube-content{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .extract-video{
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        max-width: 400px;
        min-width: 200px;
    }
    .interview-content{
        margin-bottom: 80px;
        margin-top: 50px;
    }
    .soutien-genzyme-head{
        display:block;
        float: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .partenariat-neuro-head{
        display:block;
        float: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .partenariat-neuro{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 866px) {
    .logo_auteur_container {
        display: none;
    }
    .head-question {
        height: 85px;
    }
    .logo-responsive{
        height: 85px;
    }
    .logo_poster{
        height: 85px;
    }
    .point-container {
/*        margin-top: 30px;*/
        margin-left: 0px;
    }
    .title_index{
        display: none;
    }
    .title_theme_container {
        padding: 
            30px 10px 10px 20px;
    }   
    .title_theme{
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: center;
    }
        .etudiant-text{
    font-size: 12px;
    }
    .inscri-photo{
    display: none;
    }
    .etudiant{
    margin-left: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 770px) {	
    #top-nav{
        width:100%;
        float:left;
    }
    #top-nav{
        display:none;
    }
    #top-nav ul	{
        float: none; 
        padding:20px 0 20px 0; 
        margin:0; 
    } 
    #top-nav ul li {
        float: none; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
        font-size:14px; 
        padding:0; 
        margin:0;
    }
    #top-nav ul li:last-child{ 
        border-bottom:none;
    }
    #top-nav ul li a{ 
        display:block; 
        padding:5px;
    }
    #top-nav ul a#active{ 
        color:#323232; 
        background-color:#ddd;
    }
    .main-title h1{
        font-size:23px;
        line-height:30px;
    }
    .main-title p {
        font-size:16px;
    }
    h2, h3 {
        font-size: 26px;
        line-height:26px;
        margin-bottom:30px;
    }
    h2 span, h3 span{
        font-size: 16px; 
        line-height:18px
    }
    #middle-wizard {
        padding: 20px 0 20px 0px;
    }
    ul.floated li#age {
        margin-bottom:-10px;
    } 
    ul.floated li {
        float:none;
        margin:0; padding:0;
        width:50%;
        padding-bottom:10px;
       }
    #footer_2 {
        text-align:center;
    }
    #contact {
        background:none;
    }
    ul.social-bookmarks {
        padding: 0;
        list-style-type: none;
        float:none;
        display:inline-block;
    }
    .partenariat{
        font-size: 9px;
    }
    #inscription_container{
        width: 80%;
        margin-bottom: 100px;
    }
    .text_container_footer {
        font-size: 9px;
        line-height: 9px;
    }
    #span_menu{
        display: none;
    }
    .soutien-genzyme-head{
        display:block;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .partenariat-neuro-head{
        display:block;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
/*
    .ques-content{
        width: 90%;
    }
*/
    .titre-question {
        text-align: left;
        margin-top: 5px;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }
    .sous-titre-question {
        text-align: left;
        color: #fff;
        font-size: 13px;
    }
    .logo-responsive{
        display: none;
    }
    .thematique-content{
        width: 100%;
    }
    .head-question{
        height: 115px;
    }
    .auteur-question{
        position: initial;
    }
    .auteur-name{
        margin-bottom: 0px;
    }
        .etudiant-container{
        width: 80%;
        margin-bottom: 100px;
        height: 60px;
    }
}

@media only screen and (max-width: 720px) {
    .container_demi{
        margin-left: 0px;
        margin-right: 0px;
    }
     .container_demi_home{
        margin-left: 0px;
        margin-right: 0px;
    }
    .text_container_footer {
        width: 100%;
        padding-bottom: 20px;
    }
    .img_container_footer {
        position: absolute;
        bottom: 0px;
        left: 30px;
        padding-bottom: 5px;
        width: 70%;
        text-align: left;
        height: 20px;
    }
    .img_footer{
        vertical-align: top;
        width: auto;
        height: 20px;
    }

    .logo-containeur {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 200px 0 0;
    border-color: transparent;
    display: none;
}


header {
    padding: 0px 0;
    width: 0;
    background: url(../img/line_header.png) repeat-x left bottom;
}



    .logo-neuro{
        height: 18px;
        width: auto;
        vertical-align: top;
        margin-top: -10px;
        float: right;
        margin-right: 35px;
    }
    .container_logo_neuro{
        width: 30%;
        margin-left: 70%;
        height: 20px;
    }

    .question-container {
    display: -webkit-box;
    display: -moz-inline-grid;
    display: -ms-flexbox;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
}
    .partenariat{
        font-size: 7px;
        line-height: 7px;
        top: -30px;
        vertical-align: middle;
    }
    .attention{
        margin: 0;
        margin-bottom: 20px;
    }
    .container_duo{
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: center;
    }
    .container_demi {
        width: 80%;
        margin-bottom: 40px;
    }
    .text_index_container {
        margin-bottom: 30px;
    }
    .propose{
        display: none;
    }
    .auteur-name{
        margin-bottom: 0px;
        display: none;
    }
    .span_menu_home {
    display: inline-block;
    margin-top: 5px;
    font-size: 19px;
    color: #000;
    max-width: 300px;
    font-family: "DIN";
}


}

@media only screen and (max-width: 650px) {
    .title_ecrims{
        display: none;
    }
    .point-content{
        margin-top: -220px;
    }
    input.form-control{
        font-size: 0.8em;
    }
    #survey_container {
        margin-top: -500px;
    }
    .logo-center{
        display: none;
    }
    .question{
        width: 100%;
        font-size: 15px;
        padding-left: 0px;
        margin-bottom: 15px;
        margin-top: 2px;
        margin-left: 0;
        padding-right: 5px;
    }  
    ul.data-list-2 li label {
        float:left;
        margin-left:50px;
        font-size:15px;
        font-weight:600;
        margin-top:10px;
        line-height:22px;
   }   
   #logo{
        display: none;
    }  
    .logo-contain{
    	display: none;
    }
    #button_nav{
/*        background-color: rgb(121, 121, 121);*/
        margin-top: 19px;
/*        box-shadow: 3.5px 6.062px 1px 0px #b4b4b3;*/
    }
    .rond {
        width: 30px;
        height: 30px;
    }
/*
    .titre-question-session {
    margin-top: 0;
    font-size: 13px
    }
*/
/*
    .head-question {
    margin-bottom: 5px;
    }
*/
    .filet-container {
        display: none;
    }
/*
    .titre-question-session {
    font-size: 13px;
    }
*/
   .Q1 {
    font-size: 18px;
    vertical-align: inherit;	
    }
    .logo-responsive{
        margin-top: -15px;
        height: 90px;
        display: none;
    }
    .logo-responsive-main{
        margin-top: -15px;
        margin-bottom: 40px;
        height: 90px;
        display: none;
    }
     #top-area {
    	height: 450px;
    }	
/*
    .auteur-question-session {
    	font-size: 13px;
    	height: 10px;
    }	
*/
    .titre-poster {
    	margin-bottom: 0px;
    }	
    p {
    	margin: 0 0 15px 0
    }
    .ques-content {
        padding-bottom: 2px;
    }	
    .question-container-session {
    	margin-bottom: 5px;
    }
    .point-border-content {
    	width: 270px;
    }
    .span_menu_home {
    display: inline-block;
    margin-top: 5px;
    font-size: 19px;
    color: #000;
    max-width: 300px;
    font-family: "DIN";
}
    .neuro-link {
        font-size: 12px;
    }
    .img-interview {
        cursor: pointer;
        width: 80px;
    }
    .img-poster {
        cursor: pointer;
        width: 80px;
    }
    .img-abstract {
        cursor: pointer;
        width: 80px;
    }
    .btn-reponse{
        padding-left: 20px;
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
    }

/*
.titre-question {
    text-align: center;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
}
*/

    .sous-titre-question {
        text-align: center;
        color: #fff;
        font-size: 13px;
    }


/*
.auteur-question {
    height: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
*/
    .logo-content{
       width: 156px;
margin-left: auto;
margin-right: auto;
text-align: center;
height: 100px;
margin-top: 0px;
    }



.logo_pic {
    height: 80px;
    margin-top: 10px;
}


    .logo-content-small{
        margin-top: 50px;
        display: block
    }  
    .rond-bravo-small{ 
        display: inline-block
    } 
    .info-title{
        margin-top: 0px;
        font-size: 20px;
        line-height: 25px;
        padding-top: 5px
}
    }
    .des_home{
        line-height: 19px;
        font-size: 13px;
    }
    .logo_valide {
        height: 80px;
        margin-top: 20px;
    }
    .filet-container-small{
        height: 3px;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 40px;
        margin-left: 80px;
    }
    .head-interview {
        margin-bottom: 50px;
        height: 50px;
    }
    .titre-interview{
        text-align: left;
        width: 100%;
    }
    .select_inscription{
        font-size: 0.8em;
    }
      .etudiant-container{
        height: 80px;
    }
}

@media only screen and (max-width: 580px) {
    .container_demi {
        width: 100%;
    }
/*
    .point-text{
        font-size: 55px;
    }
    .point-text-final{
        font-size: 55px;
    }
*/
    .btn-submit{
        margin-top: 100px;
    }
    .rond{
        margin-top:10px
    }
    .btn-reponse{
        padding-left: 30px;
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
    }
    .btn-demi{
        width:auto;
    }
     #top-area {
    	height: 450px;
    }
    .titre-poster {
    	margin-bottom: 0px;
    }	
    .titre-question-session {
        font-size: 13px;
    }	
    p {
    	margin: 0 0 15px 0
    }
    .ques-content {
        padding-bottom: 2px;
    }
    .question-container-session {
    	margin-bottom: 5px;
    }
    .point-border-content {
    	width: 270px;
    }
    .neuro-link {
        font-size: 12px;
    }	
    .img-poster {
        cursor: pointer;
        width: 80px;
    }
    .img-abstract {
        cursor: pointer;
        width: 80px;
    }	
    .btn-reponse{
        padding-left: 10px;
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
    }
    .img-interview {
        cursor: pointer;
        width: 80px;
    }	
/*
.titre-question {
    text-align: center;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
}	
*/
    .sous-titre-question {
        text-align: center;
        color: #fff;
        font-size: 13px;
    }
    .auteur_container {
        width: 40%;
    }
/*
.auteur-question {
    height: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
*/
    #bottom-wizard {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .Q1{
        font-size: 19px;
    }
    .attention{
        margin-bottom: 25px;
    }
    .text_container_footer {
        padding: 0px 20px;
    }
    .title-iner{
        font-size: 35.112px;
    }
    .title-abstract {
        font-size: 35.112px;
    }
    .logo-center{
        margin-left:50px;
    }
    .question-nb{
        top: 20%;
    }
    .sun-logo{
        width: 350px;
    }
    .point-content {
        margin-top: -290px;
    }
     #top-area {
    	height: 450px;
    }
    .titre-poster {
    	margin-bottom: 0px;
    }	
    .titre-question-session {
        font-size: 13px;
    }
    p {
    	margin: 0 0 15px 0
    }
    .ques-content {
        padding-bottom: 2px;
    }
    .question-container-session {
    	margin-bottom: 5px;
    }	
    .point-border-content {
    	width: 270px;
    }	
    .neuro-link {
        font-size: 12px;
    }		
    .img-abstract {
        cursor: pointer;
        width: 80px;
    }
    .btn-reponse{
        padding-left: 10px;
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
    }
    .img-interview {
        cursor: pointer;
        width: 80px;
    }
    .span_menu_home {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    color: #000;
    max-width: 200px;
    font-family: "DIN";
}
/*
.titre-question {
    text-align: center;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
}
*/

/*
.sous-titre-question {
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.auteur-question {
    height: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
*/
    .container_duo{
        padding: 1px 0px;
    }
    .auteur_container {
        width: 100%;
        text-align: right;
        position: absolute;
        bottom: 6px;
        line-height: 13px;
        padding-right: 28px;
        display: block;
    }
    .auteur-question{
        padding-right: 10px;
    }
    .propose{
        display: none;
    }
    .Q_container {
        margin-top: 50px;
    }
    .thematique{
        margin-bottom: 5px;
    }
    .auteur-question {
        margin-top: 10px;
    }
     .etudiant-container{
        height: 100px;
    }
}

@media (max-width: 480px) {
    .main-title h1{
        font-size:24px;
        line-height:26px; 
        margin-top:30px;
    }
    .main-title p {
        font-size:14px; 
        line-height:16px; 
    }
    #top-nav ul	{
        float: none; 
        padding:20px 0 40px 0;
        margin:0; 
    } 
    #top-wizard {
        padding:15px 30px;
    }
    #bottom-wizard {
        padding:15px 30px;
    }
/*
.backward, .forward, button[disabled].backward, button[disabled].forward  {
	text-indent:-9999px;
	width:50px;
	padding:0;
	height:40px;
   } 
*/
    .backward:before, .forward:before, button[disabled].backward:before, button[disabled].forward:before {
	   text-indent:0;
	   top:12px;
	   font-size:16px;
    } 
    .qty-buttons span { 
        top:10px; 
        display:block; 
        width:100px; 
        left:120px; 
        font-weight:bold; 
        line-height:12px;
    }
/*#complete{padding: 0 25px 15px 25px;}*/
    #complete h3{  
        font-size:18px; 
        margin-bottom:20px
    }
    #complete i {
        font-size:80px;
        padding:0;
    }
    .ui-progressbar { 
        width: 100%
    }
}

@media only screen and (max-width: 440px) {
    .congre-final{
        margin-bottom: 15px;
    }
    .score-final{
        margin-bottom: 10px;
    }
    .point-content{
        margin-top: -250px;
    }
    .sun-logo{
        width: 300px;
    }
    #inscription_container {
        width: 100%;
        padding: 20px 20px;
    }
    .white-link-mobile{
        display: block;
    }
    .nodisp{
        display: none;
    }
        .etudiant-container {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .img_container_footer{
        height: 30px;
    }
    .logo-neuro {
        margin-top: 0px;
    }
    .attention{
        margin-bottom: 35px;
    }
    .rond-point{
        margin-top: -50px;
        float: none;
    }
     .rond-bravo{
        float: none;
    }
    .margin-submit{
        margin-top:300px;
    }
    .savoir-plus{
        padding-top: 20px;
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .auteur-iner {
        font-size: 14px;
    }
    .bravo{
        left:30px;
    }
    .congre-final {
        left:30px;
    }
    .extract{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        display: inline;
    }
    .soutien-content{
        font-size: 13px;
    }
    .soutien-genzyme{
        width: auto;
    }
    .partenariat-neuro{
        width: auto;
    }
    .logo-left{
        height: 48px;
    }
    .btn-responsive-menu {
        margin-top: 0px;
    }
    .logo-responsive-main, .logo-responsive{
        margin-top: -35px;
    }
    .question{
        padding-left: 0;
        font-size: 15px;
    }
    .titre-poster {
    	margin-bottom: 0px;
    }	
    #top-area {
    	height: 450px;
    }	
    .titre-question-session {
        font-size: 13px;
    }
    p {
    	margin: 0 0 15px 0
    }	
    .ques-content {
        padding-bottom: 2px;
    }	
    .question-container-session {
    	margin-bottom: 5px;
    }
    .point-border-content {
    	width: 270px;
    }	
    .neuro-link {
        font-size: 12px;
    }	
    .img-poster {
        cursor: pointer;
        width: 80px;
    }
    .img-abstract {
        cursor: pointer;
        width: 80px;
    }
    .titre-question {
    /*    text-align: center;*/
        margin-top: 5px;
    /*    color: #fff;*/
        font-size: 13px;
    }
    ul.data-list-2 li label{
        font-size: 16px;
    }
    .zoomContainer{ 
        display: none;
    }
    .zoomWindow{ 
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .photo-comite-content{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .comite-name-content{
        margin-left: auto;
    }
    .comite-content{
        text-align: center;
    }
    .titre-interview{
        font-size: 30px;
    }
    .auteur-question {
        font-size: 10px;
    }
    .logo-center{
        margin-left:110px;
    }
    .logo-containeur{
        width: 40%;
        padding-left: 0px;
    }
     .container_duo{
        padding: 1px 0px;
    }
      ul.data-list-2 li label {
        font-size: 13px
    }
    .boutton-poster-valide {
        padding: 1px 30px;
    }
    .btn-soluce {
        width: 250px;
        font-size: 12px;
    }
    .point-content{
        width: auto;
    }
}

@media only screen and (max-width: 390px) {
    .sun-logo{
        width: 250px;
    }
    .point-content {
        margin-top: -215px;
    }
/*
    .bravo {
        font-size: 25px;
    }
*/
    .congre-final{
        font-size: 15px; 
        margin-bottom: 10px;
    }
    .scrore-final{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .link_button{
        font-size: 12px;
    }
/*
    .auteur-question{
    line-height: 12px;
    }
*/
    #bottom-wizard {
        padding: 15px 0px;
    }
    .title_ecrims {
        line-height: 30px;
    }
    .Q_container {
        margin-top: 0px; 
    }
}

@media only screen and (max-width: 350px) {
    .btn-reponse{
        padding-left: 0px;
    }
    .margin-submit{
        margin-top:250px;
    }
}

@media only screen and (max-width: 340px) {
    .logo-content-small{
        margin-left: 20px;
        margin-right: auto;
    }
    .link_button{
        font-size: 10px;
    }
    .partenariat{
        margin-right: 5px;
    }
    .poster{
        font-size: 52px;
    }
    .sun-logo {
        width: 230px;
    }
    .point-content {
        margin-top: -200px;
    }
     .scrore-final{
        margin-bottom: 3px;
    }
    .titre-question{
        font-size: 12px;
    }
    .backward, .forward {
        padding: 0px;
        width: 110px;
    }
        .etudiant-text{
    line-height: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .main-title h1{
        font-size:24px;
        line-height:26px; 
        margin-top:25px;
    }
    #survey_container {
        margin-bottom:30px;
    }
    #login_container {
        margin-bottom:50px;
    }
    #top-nav ul	{
        float: none; 
        padding:20px 0 10px 0; 
        margin:0; 
    } 
    ul#footer-nav li {
        display:block;
        margin-right:0;
    }
    ul#footer-nav li:first-child {
        margin-right:0;
    }
    .step h3 {
        font-size:18px;
        line-height:22px; 
        margin-bottom:20px;
    }
    #complete h3{ 
        font-size:18px; 
        margin-bottom:20px;
    }
    /*#complete{
        padding: 0 15px 15px 15px;
    }*/
    .titre-question{
        margin-bottom: 0px;
    }
/*
    .auteur-question{
        font-size: 10px;
    }
*/
}