html,
body {
	/* Remouve the white gap to the right of the page in responsive */
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	background-image: url("../img/straws.png");
}

header {
	background-image: url("../img/photo-ML-0.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 100vh;
}

/*.backgroundWt {
	background-color: #FFF;
	margin-bottom: 20px;
}*/

#mission {
	background-color: #FFF;
}

/*Red*/
.mainFontColor {
	color: rgba(178, 17, 56, 1);
}

/*green*/
.mainColor2 {
	color: rgba(17, 178, 139, 1);
}

/*grey - #675c5f */
.mainColor3 {
	color: rgba(103, 92, 95, 1);
}

.whiteFont {
	color: #FFF;
}

/*.titleFont {
	font-family: 'Orbitron', sans-serif;
	font-weight: bold;
}*/

small {
	letter-spacing: -0.07em;
	font-size: 0.7em;
}

.headerText1 {
	color: rgba(178, 17, 56, 1);
}

.headerText1, 
.headerText2 {
	background: none;
	padding: 20px 20px;
	margin: 10px;
	letter-spacing: 1px;
	font-size: 2em;
}

h1,
h2 {
	color: rgba(178, 17, 56, 1);
	font-family: 'Orbitron', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}

h1 {
	font-size: 3em;
}

h3 {
	text-align: center;
}

mark {
	background-color: rgba(178, 17, 56, 1);
	color: #FFF;
}

.centerBlockVertically {
	/* contexte sur le parent */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	/* direction d'affichage verticale */
	flex-direction: column;
	/* alignement vertical */
	justify-content: center;
}

.col-centered {
	float: none;
	margin: auto auto;
}

.sectionBox {
	border: 4px solid rgba(103, 92, 95, 0.2);
	padding: 20px;
	margin-bottom: 10px;
}

.sectionBox:hover {
	border: 4px solid rgba(178, 17, 56, 0.2);
}

.sectionBox2 {
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

iframe {
	width: 100%;
	height: 800px;
}

#logoNeurips {
	padding: 10px;
	height: 200px;
	width: auto;
}

.divLogo0 {
	border: 3px solid rgba(255, 255, 255, 1);
	margin-bottom: 20px;
}

.divLogo1 {
	margin: 7px;
	background-color: #FFF;
	padding: 3px;
	min-height: 6vh;
}

.divLogo1>img {
	max-height: 4.5vh;
}

#slide0,
#slide1,
#slide2,
#logoMl,
.logoNeurips,
h1,
#divHeader1,
#divHeader2 {
	display: none;
}

#keyFacts {
	background-image: url("../img/keyFactsPhoto.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.keyFact,
.btnSection {
	z-index: 3;
	position: relative;
}

.numberKeyFact {
	font-size: 2em;
}

a {
	text-decoration: none;
}

.keyFact {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background: none;
	padding: 25px 35px;
	display: inline-block;
	margin: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.keyFact:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.keyFact {
	border: 3px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

.keyFact {
	overflow: hidden;
}

.keyFact:after {
	width: 150%;
	height: 0;
	top: 50%;
	left: 50%;
	background: rgba(178, 17, 56, 0.5);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	text-decoration: none;
}

.keyFact:hover,
.keyFact:active {
	color: #FFF;
	text-decoration: none;
}

.keyFact:hover:after {
	height: 150%;
	opacity: 1;
	text-decoration: none;
}

.keyFact:active:after {
	height: 400%;
	opacity: 1;
	text-decoration: none;
}

#navJoinUsBtn, .btnD {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

#navJoinUsBtn:after, .btnD:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

#navJoinUsBtn:focus, .btn-1:focus{
	color: rgba(103, 92, 95, 1);
	text-decoration: none !important;
	outline: none !important;
}

.btn-1wt:focus {
	color: white !important;
	text-decoration: none !important;
	outline: none !important;
}

#navJoinUsBtn, .btn-1 {
	border: 3px solid rgba(103, 92, 95, 1);
	color: rgba(103, 92, 95, 1);
	text-decoration: none;
}

.btn-1wt {
	border: 3px solid #FFF;
	color: #FFF;
	text-decoration: none;
}

#navJoinUsBtn, .btn-1e {
	overflow: hidden;
	text-decoration: none;
}

#navJoinUsBtn:after, .btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: rgba(178, 17, 56, 1);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	text-decoration: none;
}

#navJoinUsBtn:hover,
#navJoinUsBtn:active,
.btn-1e:hover,
.btn-1e:active {
	color: #FFF;
	text-decoration: none;
}

#navJoinUsBtn:hover:after, 
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
	text-decoration: none;
}

#navJoinUsBtn:hover:after {
	height: 360%;
}

#navJoinUsBtn:active:after,
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
	text-decoration: none;
}

.imgLogoHostSponsor {
	max-width: 150px;
	max-height: 100px;
}

fieldset>legend {
	color: rgb(17, 178, 139);
}

.label-1 {
	background-color: rgba(103, 92, 95, 0.5);
}

.label-2 {
	background-color: rgba(103, 92, 95, 0.7);
}

.label-3 {
	background-color: rgba(103, 92, 95, 1);
}

#logo {
	height: 25px;
}

.navbar-inner {
	text-align: center;
}

.navbar .nav {
	float: none;
	display: inline-block;
	/* ie7 fix */
	*display: inline;
	/* hasLayout ie7 trigger */
	*zoom: 1;
	vertical-align: top;
}

.navbar-default {
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: rgba(103, 92, 95, 1);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: rgba(178, 17, 56, 1);
	background-color: rgba(103, 92, 95, 0.1);
	border-bottom: 3px solid rgba(178, 17, 56, 1);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: rgba(178, 17, 56, 1);
	border-bottom: 3px solid rgba(178, 17, 56, 1);
	background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	text-align: center;
}

.navbar-default .navbar-toggle {
	border-color: rgba(178, 17, 56, 1);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(103, 92, 95, 0.1);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(178, 17, 56, 1);
}

footer {
	background-image: url("../img/photo-ML-6.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#sideBarShareBtns {
	position: fixed;
	z-index: 5;
	margin-top: 30vh;
	left: 0;
}

#shareList>li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#shareBtn {
	background-image: url("../img/socialBtns/s-share.svg");
}

#shareTwitterBtn {
	background-image: url("../img/socialBtns/social-Twitter-square.svg");
}

#shareFacebookBtn {
	background-image: url("../img/socialBtns/social-facebook-square.svg");
}

#shareGooglePlusBtn {
	background-image: url("../img/socialBtns/social-square-google-plus.svg");
}

#shareLinkedinBtn {
	background-image: url("../img/socialBtns/social-linkedin-square.svg");
}

#shareMailBtn {
	background-image: url("../img/socialBtns/s-mail-square.svg");
}

.buttonShare {
	width: 30px;
	height: 30px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10%;
}

.buttonShare:hover,
.buttonSectionContact:hover,
.buttonSectionTeam:hover {
	opacity: 0.5;
}

#socialTwitterBtn {
	background-image: url("../img/socialBtns/social-wt-Twitter-square.svg");
}

#socialGooglePlusBtn {
	background-image: url("../img/socialBtns/social-wt-square-google-plus.svg");
}

#socialLinkedinBtn {
	background-image: url("../img/socialBtns/social-wt-linkedin-square.svg");
}

#socialFacebookBtn {
	background-image: url("../img/socialBtns/social-wt-facebook-square.svg");
}

#socialYoutubeBtn {
	background-image: url("../img/socialBtns/social-youtube.svg");
}

#socialMailTo {
	background-image: url("../img/socialBtns/s-wt-mail-square.svg");
}

.buttonSectionContact {
	width: 40px;
	height: 40px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10%;
}

#speakers ul {
	text-align: left;
}

/**/

.socialTwitterBtn2 {
	background-image: url("../img/socialBtns/3-social-grey-Twitter-square.svg");
}

.socialGooglePlusBtn2 {
	background-image: url("../img/socialBtns/3-social-grey-square-google-plus.svg");
}

.socialLinkedinBtn2 {
	background-image: url("../img/socialBtns/3-social-grey-linkedin-square.svg");
}

.socialWebSiteBtn2 {
	background-image: url("../img/socialBtns/3-social-grey-web-site.svg");
}

.socialMailTo2 {
	background-image: url("../img/socialBtns/3-social-grey-mail-square.svg");
}

.buttonSectionTeam {
	width: 25px;
	height: 25px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid rgba(103, 92, 95, 1);
	border-radius: 10%;
}

.tooltip-inner {
	background-color: rgba(103, 92, 95, 1);
}

@media (min-width: 768px) and (max-width: 1024px) {
	h1 {
		font-size: 2.5em;
	}

	.headerText2,
	.headerText1 {
		padding: 20px 20px;
		margin: 10px;
		font-size: 1.5em;
	}
	 
	.btnD {
		padding: 15px 15px;
		margin: 15px 15px;
	}

	#logoNeurips {
		width: 250px;
		height: auto;
	}

	#logoMl {
		width: 300px;
		height: auto;
	}

}

@media (min-width: 500px) and (max-width: 767px) {
	h1 {
		font-size: 2em;
		padding-top: 0.4em;
	}

	.headerText2,
	.headerText1 {
		padding: 10px 10px;
		margin: 10px;
		font-size: 1.5em;
	}

	#shareList {
		display: inline-flex;
		position: fixed;
		bottom: 0;
		z-index: 2;
	}

	.logoNeurips {
		margin-top: 20px;
	}

	#logoNeurips {
		width: 250px;
		height: auto;
	}

	#logoMl {
		width: 160px;
		height: auto;
	}
}

@media (max-width: 499px) {
	h1 {
		font-size: 2em;
		padding-top: 0.6em;
		line-height: 1.3;
	}

	.headerText2,
	.headerText1 {
		padding: 15px 15px;
		margin: 5px;
		font-size: 1em;
	}
	
	#shareList {
		display: inline-flex;
		position: fixed;
		bottom: 0;
		z-index: 2;
	}

	.btnD {
		padding: 15px 15px;
		margin: 10px 0px;
	}
	
	.keyFact {
		padding: 15px 15px;
		margin: 5px;
		font-size: 1em;
	}

	.numberKeyFact {
		font-size: 1.5em;
	}

	.imgLogoHostSponsor {
		max-width: 110px;
		max-height: 60px;
	}

	.sectionBox {
		border: 4px solid #FFF;
		padding: 0px;
		margin-bottom: 10px;
	}

	.sectionBox2 {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		margin: 0;
	}

	section>.container,
	.sectionBox>div,
	.div0padding {
		padding: 0;
		margin: 0;
	}

	.buttonSectionContact {
		width: 30px;
		height: 30px;
	}

	.imgLogoPartnersEvent {
		margin-top: 30px;
	}

	h3 {
		font-size: 20px;
	}

	
	#logoMl {
		width: 150px;
		height: auto;
	}

	.logoNeurips {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#logoNeurips {
		width: 250px;
		height: auto;
	}

}

@media (max-width: 360px) {
	h1 {
		font-size: 1.9em;
		padding-top: 0.6em;
	}

	h2 {
		font-size: 1.7em;
	}

	h3,
	h4 {
		font-size: 1.2em;
	}

	.headerText2, 
	.headerText1 {
		padding: 3px 3px;
		margin: 0px;
		font-size: 1em;
	}

	.btnD {
		padding: 10px 15px;
		margin: 15px 0px;
	}

	#logoMl {
		width: 150px;
		height: auto;
	}

	.logoNeurips {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#logoNeurips {
		width: 250px;
		height: auto;
	}
}