:root {
	--text-color: #020404;
	--text-h1: #F04923;
	--text-h2: #455657;
	--text-h3: #007EC4;
	--text-h4: #0C0702;
	--boothman-color: #414042;
	--alt-color: #FFFFFF;
	--booth-color: #2B6FAA;
	--blue: #2B6FAA;
	--indigo: #7A4F7F;
	--purple: #7A4F7F;
	--pink: #e83e8c;
	--red: #FE3300;
	--orange: #EE5B21;
	--yellow: #FFC90E;
	--green: rgb(50,177,138);
	--teal: #20c997;
	--cyan: rgb(48,186,208);
	--white: #fff;
	--gray: #717071;
	--gray-dark: #414042;
	--primary: #455657;
	--secondary: #414042;
	--success: #567F42;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #C12A1E;
	--light: #f8f9fa;
	--dark: #343a40;
	--menu-hover: #ECFAF7;
	--menu: #2E2F2F;
}
@font-face {
	font-family: 'Besom';
	src: url('Besom.eot'); /* IE9 Compat Modes */
	src: url('Besom.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('Besom.woff') format('woff'), /* Modern Browsers */
		 url('Besom.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('Besom.svg#Besom') format('svg'); /* Legacy iOS */
}
.loginmenu{display: none !important;}
h1{
	font-family: Besom;
	font-size: 60px;
}
h2{
	font-family: Besom;
	font-size: 50px;
}
.item .column.time.sametime, .item .column.time.sametime .end {
    color: #52575f !important;
}
a{
	color:var(--primary);
}
#sidebar {
    background: #A8CBCC;
    color: #020404;
}
#sidebar ul li a{
	color: var(--menu);
}


.mainpage:not(.menucollapse) .img.bg-wrap{
	padding: 0 5rem;
}
.banner{
	margin: 0 auto;
	text-align: center;
	color: var(--primary);
}
.countdowndiv {
	max-width: 700px;
	margin: 0 auto;
}
.subtitle{
	font-weight: 400;
	font-size: 2em;
	margin: 20px auto;
	color: var(--primary);
}
.subtitle2{
	margin: 30px auto;
	font-weight: 400;
	font-size: 1.5em;
	text-align: center;
}
.whitebanner{
	padding:40px;
	background-color: #FFF;
	margin: 40px -3rem;
}
.inlineblock { display: inline-block;}
.red {
	color: var(--red);
}
.primary{
	color: var(--primary);
}
.menutop{
    color: #FFF;
    background-color: #A8CBCC;
}
.iconconflr-twitter-square, .iconconflr-linkedin-square, .iconconflr-instagram-square, .iconconflr-facebook-square{
	color: var(--primary)
}
.hashtag{
	background-color:var(--primary);
	padding:3px 5px;
	display: inline-block;
}
.e-c-base {
  stroke: #99b2b3;
  stroke-width: 3px;
}

.e-c-progress {
  stroke: white;
	stroke-width: 3px;
}

.e-c-base-hours {
  stroke: #99b2b3;
}
.e-c-hours{
  stroke: white;
}
.e-c-base-minutes {
  stroke: #99b2b3;
}
.e-c-minutes{
  stroke: white;
}
.e-c-base-days {
  stroke: #99b2b3;
}
.e-c-days{
  stroke: white;
}
.display-remain-name, .display-remain-time{
	color: var(--primary);
}
h1 span.color{
	font-weight: 700;
	color: var(--primary);
}

.maxwidth1100 p, .maxwidth1100 ul{
	max-width: 900px;
	margin: 10px auto;
}
.maxwidth1100 ul li:before{
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: var(--primary); /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.highlights{
	background-color:var(--red);
	color: var(--alt-color);
	padding: 5px 10px;
}
.highlights.red{
	background-color:var(--red);
}
.champ {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}
div#partenaireform label {
    font-weight: 600;
    text-transform: uppercase;
}

div#partenaireform button.form-control.submit, .subtitle2 a.button {
    background-color: var(--primary);
    border-radius: 0;
    border: 1px solid ;
    border-color: var(--primary);
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 20px 40px;
    margin-top: 35px;
    transition: all 0.6s ease;
    display: inline-block;
	width: auto;
	height: auto;
}
.padding-5{
	padding: 5rem;
}
.padding-left-5{
	padding-left: 5rem;
}
.padding-right-5{
	padding-right: 5rem;
}


#allnews .asocial {
	width: 100% !important;
}

#allnews .asocial img{
	max-width: 45%;
	margin: 1%;
	float: left;
}
#allnews .asocial p {
    margin-bottom: 0px;
    text-align: left;
}
.crt-widget.crt-widget-branded .crt-logo {
	color: transparent !important;
}
.crt-post-username{
	display: none;
}
.listline ul{display: inline-flex;}



.section1 {
	background-color: #FFFFFF;
	height: calc(100vh - 55px);
	overflow: scroll;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (min-width: 1000px){
	.mainpage .section1{
		width: calc(100vw - 300px);
	}
}

.mainpage.menucollapse .section1{
	width: calc(100vw - 100px);
}

#sidebar.active {
  margin-left: 0px;
}
.mainpage.menucollapse #sidebar ul li a span{
	display: none;
}

.mainpage.menucollapse #sidebar {
  min-width: 100px;
  max-width: 100px;
}

#footer{
	margin: 100px -3rem 0 -3rem;
	background-color: #FFFFFF;
}



.mainpage.menucollapse .thankssponsors, .mainpage.menucollapse .sponsorsslide{
	display: none;
}
.mainpage.menucollapse .menusocial{
	display: flex;
	flex-direction: column;
}

.mainpage.menucollapse .copyrightmenu span{
	display: none;
}

.menutop a.button {
    display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #FFFFFF;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    background-color: #FFF;
    color: #00A19E;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
}
.welcome{
	padding: 0 !important;
	background: #A8CBCC; 
}
.welcomesponsors{
	padding:0 2rem;
}
.welcomesponsors img {
    max-height: 100px;
    display: inline-block;
    margin: 10px 20px;
    max-width: 200px;
}
.welcomesponsors a{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.allpresenters{
	display: flex;
	flex-wrap: wrap;
}

.apresenter {
	cursor: pointer;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    font-weight: bold;
    font-size: 1.3em;
    background: #FFF;
    padding-bottom: 15px;
    text-align: center;
}

.apresenter img{
	width: 200px;
	height: 200px;
	margin-bottom: 10px; 
}

.card__sponsor {
    padding: 10px 0;
    font-size: 1.5em;
    font-weight: bold;
    width: 400px;
    margin: 0 auto;
    position: absolute;
    top: -45px;
    left: calc(50% - 200px);
    line-height: 1;
}
.boothresource {
    max-height: 140px;
}
.listline h4{
	text-align: center;
}

#sidebar ul li a .iconconflr {
    color: #020404;
    cursor: pointer;
}
.demo__header {
    padding: 0px;
    background-position: 0px 0px, 50% 50%;
    background-size: cover;
    background-attachment: scroll, scroll;
    background-color: #fff;
    min-height: calc(100vh - 10rem);
    background-image: url("/events/CyberSecurite2021/images/fond-showcase.jpg");
}

span.room{
	max-width: 270px;
}

.slick-slide{
	height: inherit !important;
}

.footer-line{
	text-align: center;
	padding: 2rem;
	background-color: white;
}

.btn-ca{
	background-color: #E94452 !important;
	border-color: #E94452 !important;
}

.btn-fr{
	background-color: #CC007F !important;
	border-color: #CC007F !important;
}

.btn-se{
	background-color: #19A5B8 !important;
	border-color: #19A5B8 !important;
}

.btn-cs{
	background-color: #3BB396 !important;
	border-color: #3BB396 !important;
}

.btn-eh{
	background-color: #EB5D28 !important;
	border-color: #EB5D28 !important;
}
.ca{
	color: #E94452 !important;
}
.fr{
	color: #CC007F !important;
}
.se{
	color: #19A5B8 !important;
}
.cs{
	color: #3BB396 !important;
}
.eh{
	color: #EB5D28 !important;
}

.ulcs li, .ulca li, .ulfr li, .ulse li, .uleh li{
	margin-left: 1em;
}
.ulcs li:before{
	color: #3BB396 !important;
}

.ulcs li:before{
	color: #E94452 !important;
}

.ulcs li:before{
	color: #CC007F !important;
}

.ulcs li:before{
	color: #19A5B8 !important;
}

.uleh li:before{
	color: #EB5D28 !important;
}

.ulfleche li:before{
	content: '\2799' !important;	
}

.intervenants{
	display: flex;
	flex-wrap: wrap;
}

.intervenants .keynote-picturediv{
	justify-content: start;
	flex-basis: 25%;
	flex-direction: column;
	margin-bottom: 2rem;
}
.intervenants .keynote-picturediv .keynote-picture{
	width: 250px;
	height: 250px;
}

.intervenants .keynote-picturediv .name{
	font-size: 1.3rem;
	text-align:center;
}
.intervenants .keynote-picturediv .affiliation{
	color: black;
}


@media (max-width: 1200px){
	#sidebar {
	  margin-left: 0px;
	}
}

@media (max-width: 999px){
	#sidebar .bg-wrap{
		max-height: 15rem;
	}
	.mainpage.menucollapse .section1{
		width: calc(100vw);
	}
	.mainpage.menucollapse #sidebar {
	  min-width: 100%;
	  max-width: 100%;
	}
	#sidebar ul li a{
		padding: 18px 5px 18px 10px
	}
	.whitebanner{
		margin: 40px -1rem;
	}
	.footer{
		margin: 100px -1rem 0 -1rem;
	}
	.welcomesponsors{
		padding: 0 0.1rem;
	}
	.highlights{
		display: block;
	}
	.mainpage.menucollapse #sidebar ul li a span{
		display: block;
		font-size:0.7em;
	}
	.padding-5{
		padding: 1.5rem;
	}
	.padding-left-5{
		padding-left: 1.5rem;
	}
	.padding-right-5{
		padding-right: 1.5rem;
	}
	.mainpage.menucollapse .menusocial{
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
}