@charset "utf-8";
/* CSS Document */


/* ACCESSIBILITY*/

.screen-reader-text{
    position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}

/* DEFAULT */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: Catamaran,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
}
b {
    font-weight: 700 !important;
}
strong {
    font-weight: 600 !important;
}
sub, sup {
    font-size: 55%;
}
body.bd-scroll {
    padding-top: 0 !important;
}
body{
	transition: max-width .3s ease;
	overflow-x: hidden !important;
}
.intro-fixed-next {
    padding-top: 1px;
}
mb-0 { margin-bottom: 0 !important; }
mt-0 { margin-top: 0 !important; }

.btn {
    letter-spacing: 0;
    white-space: nowrap;
}
.btn, .input-group-btn .btn {
    font-size: 20px;
    text-transform: none;
	border-radius: 5px;
}
.btn.btn-raised.btn-primary, .btn.btn-fab.btn-primary, .btn-group-raised .btn.btn-primary, .input-group-btn .btn.btn-raised.btn-primary, .input-group-btn .btn.btn-fab.btn-primary, .btn-group-raised .input-group-btn .btn.btn-primary {
    color: rgba(255, 255, 255, 1);
}
.chat-action .envoyer i {
    font-size: 16px !important;
}
.btn-fa-font-20 {
    font-size: 20px !important;
    line-height: 45px !important;
}
.btn-fa-font-24 {
    font-size: 24px !important;
    line-height: 55px !important;
}
.btn-back-top.back-show {
    bottom: 110px;
}
.btn-chat-bottom {
    bottom: 110px;
    display: inline-block;
    left: auto;
    position: fixed;
    right: 20px;
    top: auto;
    transition: all 0.5s ease 0s;
    z-index: 9999;
}
.dropdown-toggle {
    padding-left: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #555;
    font-size: 16px;
    padding-left: 1rem;
}

.form-group label.control-label {
    font-size: 14px;
}
a.infos {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #929497;
    border-radius: 50px;
    color: #00abbd;
    padding: 0px 20px;
	margin-right: 10px;
	display: inline-block;
}
a.infos:hover {
    border: 1px solid #000;
    color: #000;
}

a.visio {
    background: #00abbd none repeat scroll 0 0;
    border: 1px solid #00abbd;
    border-radius: 50px;
    color: #ffffff;
    padding: 0px 20px;
	display: inline-block;
}
a.visio:hover {
    background: rgba(0, 171, 189, 0.1) none repeat scroll 0 0;
    border: 1px solid #00abbd;
    color: #00abbd;
}




/* PAGE LOGIN */


.bg-full-image {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.bg-full-image:before {
        content: "";
        position: fixed;
        height: 100%; width: 100%;
        background: url("../img/accueil-background.jpg");
        z-index: -1;
    -webkit-filter: blur(8px);
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
.absolute-center {
	left: 50%;
    margin: 5% 0;
    position: relative;
    top: 0;
    transform: translate(-50%, 0px);
    width: 90%;
    z-index: 2;
}
@media (max-width: 767px) {
	.absolute-center {
		top: 13px;
	}
	.top-link {
		width: 100%;
		left: 0;
		right: 0;
		text-align: center;
	}
}
.mw-400 {
    max-width: 400px !important;
}
.card {
    background-color: #fff;
    border-radius: 10px !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
	border: 0;
	overflow: hidden;
}
.card .card-block, .card.card-block {
    padding: 2rem 4rem;
}
.card-block .form-group {
    margin: 10px 0 0;
    padding-bottom: 7px;
}
.card-block .form-group a:link {
	color: #9c9b9b;
}
.card-block .form-group a:hover {
	color: #000000;
}
.card-hole {
    padding: 2rem;
    width: 100%;
}
.card-hole .hole {
    background-color: #bbd6eb;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.14) inset, 0 3px 1px -2px rgba(0, 0, 0, 0.2) inset, 0 1px 5px 0 rgba(0, 0, 0, 0.12) inset;
    height: 26px;
    margin: 0 auto;
    width: 138px;
}
.presentation-block {
	background-image: url("../img/accueil-background.jpg");
	background-size: cover;
    height: 100%;
    width: 100%;
	color: #fff;
	font-size: 24px;
}
.presentation-background {
	display: block;
    background: rgba(0,0,0,0.6);
}
.presentation-block .logo {

    margin: 0 auto;
}
.presentation-block .logo img {
    max-height: 100%; max-width: 50%;
}
.presentation-block-register {
	background-image: url("../img/accueil-background.jpg");
	background-size: cover;
	background-position: center center;
    height: 100%;
    width: 100%;
	color: #fff;
	font-size: 24px;
}
.presentation-block-register .logo {
    margin: 0 auto;
}
.presentation-block-register .logo img {
    max-height: 100%; max-width: 50%;
}
.partners-block {
	background-color: #fff;
    bottom: 0;
    color: #000;
    position: relative;
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    z-index: 9;
}
.partners-block .mentions-left p, .partners-block .mentions-left a, .partners-block .mentions-right p, .partners-block .mentions-right div, .partners-block .mentions-right a {
    color: #58595b;
	display: inline-block;
	margin: 0 5px;
}
.partners-block a:hover {
    color: #000000;
}
#stand-part .partners-block {
	margin-top: 0 !important;
}

.partners-block {
	margin-top: 0 !important;
}

#conferences, #hall, #inter-conf, #fiche-conf {
    position: static !important;
}
#conferences .partners-block, #hall .partners-block, #inter-conf .partners-block, #fiche-conf .partners-block {
    position: absolute;
}
#conferences section, #inter-conf section, #fiche-conf section {
    padding-bottom: 15rem !important;
}
.mentions-left {
    font-size: 16px;
    margin: 0;
	display: inline-block;
	padding: 1.5rem;
	text-align: center;
}
.mentions-right {
    float: right;
    font-size: 18px;
    margin: 1% 0;
	padding: 1.5rem;
	text-align: center;
}

/* ** PRESENTATION ** */
.presentation p {
	line-height: 2rem;
	color: #555;
}
.presentation h1 {
	font-size: 25px !important;
}
.presentation h2 {
	font-size: 22px !important;
}
.presentation .service-list li {
    margin-bottom: 0 !important;
    padding: 3px 0 10px 30px !important;
	line-height: 2rem;
	color: #555;
}
.presentation .service-list li small {
    font-size: 75%;
	line-height: 1px !important;
}
.presentation .service-list li::before {
    font-size: 1em !important;
    padding: 0px 0px !important;
    border-radius: 50% !important;
    top: 5% !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    line-height: 18px !important;
}
.presentation .checkbox label .checkbox-material {
    margin-right: 0.5rem;
}
.presentation .checkbox .checkbox-material::before {
    left: 2px !important;
    height: 15px !important;
    width: 15px !important;
    top: 0 !important;
}
.presentation .form-group .checkbox label {
    text-align: left !important;
}
.presentation li.selected a::after {
    float: none !important;
	position: absolute;
	right: 20px;
}



/* HOME + STAND */

.logo-home img {
    max-width: 220px;
	box-shadow: 0 40px 180px 80px rgba(95, 111, 125, 0.45);
}

.ms-hero-img-keyboard {
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-color: #dee8ea !important;
	background-image: none !important;
}
#home.ms-hero-img-keyboard {
    background-image: url("../img/accueil-background.jpg");
}

/*#stand.ms-hero-img-keyboard {
    background-image: url("../img/stand-background.jpg");
}*/

#hall.ms-hero-img-keyboard {
    background-image: url("../img/hall-background.jpg");
}
#hall.intro-fixed.intro-fixed-static {
    display: none;
}
.intro-fixed .intro-fixed-content, .intro-full .intro-full-content {
    height: 100%;
	padding-top: 50px;
}
.intro-fixed .intro-fixed-content .block-logo {
	position: relative;
	text-align: center;
	top: 10%;
	transform: translate(0%, -10%);
}
.intro-fixed .intro-fixed-content .block-btn, .intro-full .intro-full-content .block-btn {
	text-align: center;
	bottom: 10%;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 10%);
	position: absolute;
}
.container-full .block-rs {
	margin-top: 15px;
    position: absolute;
    right: 30px;
}
.container-full .block-rs i {
	font-size: 24px;
}

.intro-fixed-content p {
	font-size: 24px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-home {
    padding: 12px 30px;
    white-space: normal !important;
}
.btn.btn-white.btn-raised:hover, .btn.btn-white.btn-raised:focus, .btn.btn-white.btn-raised:active {
    background-color: #00abbd;
    color: #fff;
}



/* PROFIL */

.bg-profil {
	background: linear-gradient(0deg, #f5f5f5 85%, #00abbd 15%);
}
.form-horizontal .control-label {
    text-align: left;
}
.bg-profil .form-group {
    margin-top: 0;
}
.photo-profil img {
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    max-height: 150px;
    max-width: 150px;
	cursor: pointer;
}
.photo-profil .badge {
    background-color: #00bcd4;
    border-radius: 2px;
    bottom: 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin: 0 0 12px 117px;
    min-width: 25px;
    opacity: 0.8;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}



/* THUMBNAIL HALL */

.ms-thumbnail-container {
    background-color: transparent;
    border: 0 none;
    padding: 0;
	width: 100%;
}
.ms-thumbnail .ms-thumbnail-caption .ms-thumbnail-caption-content {
    backface-visibility: hidden;
    padding: 1rem;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.6s ease 0s;
    width: 100%;
}
.ms-thumbnail img {
    border-radius: 10px;
}
.ms-thumbnail .ms-thumbnail-caption .ms-thumbnail-caption-content .ms-thumbnail-caption-title {
	font-size: 22px;
    height: 56px;
    margin: 0 0 1rem;
    overflow: hidden;
}
.ms-thumbnail .ms-thumbnail-caption {
    background-color: rgba(0, 0, 0, 0.6);
}
.ms-thumbnail:hover .ms-thumbnail-caption::before, .ms-thumbnail:focus .ms-thumbnail-caption::before {
	top: 0 !important;
}
.ms-thumbnail.ms-thumbnail-bottom a {
    color: #fff;
}

.ms-thumbnail .ms-thumbnail-caption::before {
    background-color: rgba(0, 171, 189, 0.6);
}
.ms-thumbnail.ms-thumbnail-bottom .ms-thumbnail-caption {
    top: 79%;
}
.ms-thumbnail.ms-thumbnail-bottom .ms-thumbnail-caption::before {
    top: 35%;
}
.ms-thumbnail.ms-thumbnail-bottom .ms-thumbnail-caption .ms-thumbnail-caption-content {
    transform: translateY(0%);
}
.ms-thumbnail.ms-thumbnail-bottom:hover .ms-thumbnail-caption, .ms-thumbnail.ms-thumbnail-bottom:focus .ms-thumbnail-caption {
    top: 63%;
}
.ms-thumbnail.ms-thumbnail-bottom:hover .ms-thumbnail-caption::before, .ms-thumbnail.ms-thumbnail-bottom:focus .ms-thumbnail-caption::before {
    top: 0;
    transition-delay: 0.05s;
}
.ms-thumbnail.ms-thumbnail-bottom:hover .ms-thumbnail-caption .ms-thumbnail-caption-content, .ms-thumbnail.ms-thumbnail-bottom:focus .ms-thumbnail-caption .ms-thumbnail-caption-content {
    transform: translateY(0%);
}
.ms-thumbnail .ms-thumbnail-capt {
    backface-visibility: hidden;
    bottom: 0;
    color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
	top: 85%;
}
.ms-thumbnail .ms-thumbnail-capt .ms-thumbnail-capt-content {
    backface-visibility: hidden;
    padding: 1rem;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
}
.ms-thumbnail .ms-thumbnail-capt .ms-thumbnail-capt-content .ms-thumbnail-capt-title {
    height: 38px;
    font-size: 100%;
    margin: 0 0 1rem;
    overflow: hidden;
}
.ms-thumbnail.ms-thumbnail-bottom:hover .ms-thumbnail-capt, .ms-thumbnail.ms-thumbnail-bottom:focus .ms-thumbnail-capt {
    background-color: rgba(0, 171, 189, 0.6);
}


/* THUMBNAIL SOUS-HALL */

/*.bg-hall {
	min-height: 800px;
}*/
section.bg-hall {
	padding-top: 40px;
}
.bg-hall .row div, .popup .row div.col-std, #conferences #podcasts div.col-conf, #conferences #confs div.col-conf, #conferences #lateConfs div.col-conf {
    display: inline-block;
    float: none;
    letter-spacing: normal;
    margin-right: -0.25em;
    vertical-align: top;
    word-spacing: normal;
}
#conferences #podcasts div.col-conf, #conferences #confs div.col-conf, #conferences #lateConfs div.col-conf {
	display: flex;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}
a.thumbnail {
    overflow: hidden;
}
a.thumbnail .thumbnail-container {
    display: table-cell;
    height: 200px;
    margin: 0 auto;
    overflow: visible;
    width: 250px;
	vertical-align: middle;
}
.popup a.thumbnail .thumbnail-container {
    display: block;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	vertical-align: middle;
}
a.thumbnail span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #929497;
    border-radius: 50px;
    bottom: -20%;
    color: #929497;
	width: 150px;
    left: 50%;
    padding: 5px 20px;
    position: absolute;
    transform: translate(-50%, 10%);
    transition: all 0.7s ease 0s;
    z-index: 99;
	opacity: 0;
}
a.thumbnail:hover span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #929497;
    border-radius: 50px;
    bottom: 10%;
    color: #929497;
    left: 50%;
    padding: 5px 20px;
    position: absolute;
    transform: translate(-50%, 10%);
    transition: all 0.7s ease 0s;
    z-index: 99;
	opacity: 1;
}
a.thumbnail:hover span:hover {
    border: 1px solid #000;
    color: #000;
}
h3.thumbnail-title {
    margin: 2rem 0 0.5rem;
}
h3.thumbnail-title a {
    color: #757575;
	font-weight: 600;
}
h3.thumbnail-title a:hover {
    color: #000;
	font-weight: 600;
}
p.thumbnail-p {
    color: #757575;
    height: 40px;
    line-height: 18px;
    overflow: hidden;
}
a.thumbnail .indicator {
    background-color: #00b777 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    display: block;
    height: 15px !important;
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    width: 15px !important;
	z-index: 999;
}


/* LISTE CONFERENCES */

#conferences .card .card-block, .card.card-block {
    padding: 0;
	display: flex;
	min-height: 177px;
}
#conferences .ms-icon-feature, #stand .ms-icon-feature {
    display: table;
    margin-bottom: 60px;
    width: 100%;
}
#conferences .ms-icon-feature {
	display: inline-flex;
}
#conferences .ms-icon.ms-img, #stand .ms-icon.ms-img {
	background-color: #fff;
    height: inherit;
    margin: 0;
    width: 150px;
	vertical-align: middle;
}
#conferences .carousel-inner > .item > a > img, #conferences .carousel-inner > .item > img, #conferences .img-responsive, #conferences .thumbnail a > img, #conferences .thumbnail > img {
	padding: 40px 10px;
}
#conferences .card, #stand .card {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
}
#conferences .card {
    width: 100%;
}
#conferences .card p, #stand .card p {
    line-height: 2rem;
	margin: 0px;
}
#conferences .card h3, #stand .card h3 {
    margin: 0;
	font-size: 20px;
}
#conferences .card h3 a, #stand .card h3 a {
	overflow: hidden;
	display: inline-block;
}
#conferences .card a:link, #conferences .card a:visited {
	color: #000000;
}
#conferences .card a:hover{
	color: #00abbd;
}

#conferences .card .block-btn {
	display: inline-block;
	position: absolute;
	margin: 10px 0 10px;
	top: 120px;
}

#conferences .card a.infos, #stand .card a.infos  {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #929497;
    border-radius: 50px;
    color: #00abbd;
    padding: 0px 20px;
	margin-right: 10px;
	margin-top: 5px;
	display: inline-block;
}
#conferences .card a.infos:hover, #stand .card a.infos:hover {
    border: 1px solid #000;
    color: #000;
}

#conferences .card a.visio, #stands .card a.visio {
    background: #00abbd none repeat scroll 0 0;
    border: 1px solid #00abbd;
    border-radius: 50px;
    color: #ffffff;
    padding: 0px 20px;
	margin-top: 5px;
	display: inline-block;
}
#conferences .card a.visio:hover, #stand .card a.visio:hover {
    background: rgba(0, 171, 189, 0.1) none repeat scroll 0 0;
    border: 1px solid #00abbd;
    color: #00abbd;
}
#conferences .bootstrap-select .dropdown-menu ul li.selected a::after, #stand .bootstrap-select .dropdown-menu ul li.selected a::after {
    position: absolute;
    right: 20px;
}
#conferences .ms-icon .ms-icon-play, #stand .ms-icon .ms-icon-play {
    display: block;
    height: 100%;
    line-height: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
}
#conferences .ms-icon .ms-icon-live, #stand .ms-icon .ms-icon-live {
    background: rgba(0, 171, 189, 0.3) none repeat scroll 0 0;
    display: block;
    height: 100%;
    line-height: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
}
#conferences .ms-icon .ms-icon-play span, #conferences .ms-icon .ms-icon-live span, #stand .ms-icon .ms-icon-play span, #stand .ms-icon .ms-icon-live span {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}


#conferences {
  background-image: url("../img/conference-background.jpg");
  background-size: cover !important;
  background-position: center !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}

#conferences h3 {
  color: #fff !important;
}

#conferences .partners-block {
    position: fixed;
}


/* NEW Filtre conferences  */

.filter-conf-container {
  flex: auto;
  display: flex;
  justify-content: center;
}

.filter-conf-content {
  width: 30%;
  margin-left: 2rem;
}

.filter-conf-content .form-group label.control-label {
    color: #fff !important;
}

#confs h2 {
    color: #fff;
}

.filter-conf-content .btn-group.bootstrap-select.form-control {
    background: white;
    border-radius: 5px;
}

/* FIN Filtre conferences  */



/* FICHES CONFERENCES */

#fiche-conf .ms-icon-feature {
    display: table;
    margin-bottom: 60px;
    width: 100%;
}
#fiche-conf .card .card-block, .card.card-block {
    padding: 0;
}
#fiche-conf .card .ms-icon.ms-img {
    height: inherit;
    margin: 0;
	min-height: 100px;
    width: 100px;
	vertical-align: middle;
}
#fiche-conf .card {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 1rem;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}
#fiche-conf .card p {
    line-height: 1.5rem;
    margin: 5px 0 0;
}
#fiche-conf .card h3 {
    font-size: 18px;
    margin: 10px 0 0;
}



/* STAND */

.panel-stand {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}
/*.panel-stand .panel-heading .panel-title {
    margin: 0;
}*/
.panel-stand .panel-body h2 {
    margin-top: 0 !important;
}
.ms-collapse .panel-stand .panel-heading {
    background-color: transparent;
    border-radius: 0;
    padding: 15px;
	margin-bottom: 15px
}
.ms-collapse .panel-stand .panel-heading .card {
    background-color: #00abbd;
	color: #fff !important;
    border: 0 none;
    border-radius: 10px !important;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.14);
	margin: 0;
}
.ms-collapse .panel-stand .panel-heading .card a::after {
    content: none;
}
.ms-collapse .panel .panel-heading .panel-title a {
    color: #fff;
    display: block;
    font-family: Catamaran,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 3rem;
    padding: 1.4rem 0;
    position: relative;
	border-radius: 10px;
}
.ms-collapse .panel-stand .panel-heading .panel-title a i {
    display: block;
    color: #fff;
    font-size: 5.6rem;
    margin: 10px 0;
    transition: all 0.4s ease 0s;
}
.ms-collapse .panel-stand .panel-heading .panel-title a:hover, .ms-collapse .panel .panel-heading .panel-title a:focus {
    text-decoration: none;
}
.ms-collapse .panel-stand .panel-heading .panel-title a.collapsed {
	background-color: #fff;
    color: #00abbd;
}
.ms-collapse .panel-stand .panel-heading .panel-title a.collapsed i {
    color: #424242;
}

.ms-collapse .panel-stand .panel-body {
    color: #424242;
    background-color: #fff;
	margin-bottom: 20px;
}
.collapse.in {
    display: block;
}

#stand .block-btn {
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
}


/* KIOSQUE PARTENAIRE */

#kiosque-partenaire {
    margin-top: 20rem;
}

#kiosque-partenaire .banner-partner {
  background-color: #0E7DC2;
  min-height: 200px;
  padding: 3rem 0;
  color: #fff;
  margin-top: 5rem;
}

#kiosque-partenaire .content-partner {
  padding: 4rem 0;
}

#kiosque-partenaire .navbar-title h1 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;

}

.banner-partner .card {
  padding: 2em 1em;
}

#kiosque-partenaire .banner-partner a {
  color: #fff;
  font-weight: 700;
}

#kiosque-partenaire .content-partner h2 {
  color: #707070;
  font-weight: 700;
}

#kiosque-partenaire .content-partner .container-fluid {
  padding: 0 10%;
}

#kiosque-partenaire .content-partner h3 {
  color: #707070;
  font-size: 1.7rem;
  margin: 1rem 0 0 0;
}

#kiosque-partenaire .card .card-block, #kiosque-partenaire .card.card-block {
    padding: 1rem 0rem;
    min-height: 7rem;
}

#kiosque-partenaire .container-card .card {
  width: 30%;
}


#kiosque-partenaire .document-partner-with-offer {
    width: 75%;
    float: left;
    margin-bottom: 2rem;
}

#kiosque-partenaire .document-partner {
    margin-bottom: 2rem;
}

#kiosque-partenaire .document-partner .container-card .card {
  width: 23%;
}


#kiosque-partenaire .container-card {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin-bottom: 2rem;
  min-width: 100%;
}

#kiosque-partenaire .container-offre {
  display: flex;
  width: 25%;
  margin-top: 2rem;
}

#kiosque-partenaire .container-card .card {
  margin: 0 5px 2rem 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

#kiosque-partenaire .card.special-offer {
  width: 100%;
  min-height: 90px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

#kiosque-partenaire .banner-special-offer {
  background-color: #EDB809;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
}

#kiosque-partenaire .banner-special-offer h3 {
  color: #fff;
  font-weight: 700;
}

#kiosque-partenaire .content-special-offer {
  padding: 2rem;
  text-align: center;
}


#kiosque-partenaire .offer {
  display: flex;
  margin-bottom: 1rem;
  text-align: left !important;
}

#kiosque-partenaire .offer label {
  margin-left: 5px;
}

#kiosque-partenaire .validate-offer {
  text-align: center;
  border: 1px solid #EDB809;
  color: #EDB809;
  padding: 5px 8rem;
  border-radius: 5px;
  background-color: #fff;
}

#kiosque-partenaire .validate-offer:hover {
  background-color: #EDB809;
  color: #fff;
}

#kiosque-partenaire .card .card-block p:last-child, .card.card-block p:last-child {
  line-height: 20px;
}



/*----DEBUT FAQ PROBLEME------*/

.panel-body pre {
    background-color: transparent !important;
    border: 0px solid !important;
    font-family: Catamaran,sans-serif !important;
    word-break: break-word !important;
    white-space: pre-wrap !important;
}

#stand h3.panel-title i {
    float: left !important;
    margin: 1rem;
}

h3.panel-title pre {
  font-size: 20px !important;
}

/*------FIN------*/



/*---TIPS NEW---*/

#tips-6 {
        top: -190px;
    }

.tips {
  background-color:#fff;
}

.help-tip-top div.tips, .help-tip-top-chat div.tips {    /* tooltip du chat + 3 boutons du milieu*/
    text-align: left;
    width: 281px;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    right: -4px;
    font-size: 13px;
    line-height: 1.4;
    top: -165px;

}

.help-tip-left div.tips {    /* tooltip du menu*/
    text-align: left;
    width: 281px;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    /*right: -4px;*/
    font-size: 13px;
    line-height: 1.4;
    right: 30px; /*right: 115px;*/
    top: 60px; /*top: 15px;*/
}

.help-tip-top div.tips, .help-tip-top-chat div.tips, .help-tip-left div.tips { /* tooltip */
    display:none;
}

.tips div.tips-header p, .tips div.tips-body p {
    text-shadow: none;
}

.help-tip-top div.tips:before, .help-tip-top-chat div.tips:before, .help-tip-left div.tips:before { /* la pointe de la tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    top: 99%;
    transform: rotate(180deg);
}

.help-tip-top div.tips:before { /* la position de la pointe de la tooltip des 3 boutons du milieu */
        right: 50%;
}

.help-tip-top-chat div.tips:before { /* la position de la pointe de la tooltip du chat */
        right: 16%;
}

.help-tip-left div.tips:before { /* la position de la pointe de la tooltip du menu */
    left: 90%; /*left: 100%;*/
    transform: rotate(0deg); /*transform: rotate(90deg);*/
    top: -10%; /*top: 3%;*/
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.tips-header { /* div de la tooltip avec astuces et suivant */
    background-color: #fff;
    padding: 13px 13px 0 13px;
    border-radius: 5px 5px 0 0;
    display:flex;
        justify-content: space-between;

    align-items: center;

}

.tips-title { /* titre (actuellement "astuces") */
    font-weight: 700;
    font-size: 1.7rem !important;
    margin-top:0;
    margin-bottom:0;
    color: #ff2340;

}

.tips-next { /* lien suivant */
    margin-top:0;
        margin-bottom:0;
        font-size: 1.3rem !important;
        cursor: pointer;
            color: #707070;


}

.tips-body {
          background-color: #ffffff;
      border-radius: 0 0 5px 5px;
          padding: 0 13px 13px 13px;
    min-height: 105px;
}

.tips-body p {
    font-size: 1.5rem !important;
    color:#707070;

}

.tips-body .pass-tips {
        font-size: 1.4rem !important;
        margin-bottom: 0;
        cursor: pointer;
        display: inline;
        opacity: 0.5;
}

.tips-body .pass-tips:hover {
 text-decoration: underline;
}

.ms-lead-navbar.navbar-scroll.white-menu {
    background-color: transparent !important;
    box-shadow: none;
}

.ms-lead-navbar.white-menu a {
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ion-ios-lightbulb-outline {
    font-size: 20px;
    margin-right: 0.3rem;
}

.progression { /* div des barre de progression */
    padding: 12.7px;
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
}

.progression-1, .progression-2, .progression-3, .progression-4, .progression-5 { /* barre de progression simple */
    width: 45px;
    height: 1px;
    border-radius: 2px;
    background-color: #e4e4e4;
}

.visited { /* classe à ajouter une fois les étapes affichées */
   background-color: #ff2340;
}

@media (max-width: 767px) {

    #tips-1, #tips-2, #tips-3 {
        right: calc(50% - 140.5px);
    }

    #tips-1, #tips-3, #tips-2 {
        top: -180px;
    }

    #tips-4 {
        right: -40px;
        top: -216px;
    }


    #tips-5 {
        right: 100px;
        top: 10px;
    }

    .help-tip-top div.tips::before, .help-tip-top-chat div.tips::before, .help-tip-left div.tips::before {
        border-bottom-color: #FEFDF0;
    }

    .help-tip-top-chat div.tips::before {
        right: 11%;
    }

    .tips-body, .tips-header, .progression {
        background-color: #FEFDF0;
    }
  }


@media (max-width: 480px) {
  /*#tips-5 {
    right: 50px;
    top: 10px;
  }*/
    
    #tips-1 {
        top: -165px;
    }
    #tips-2 {
        top: -165px;
    }
    #tips-3 {
        top: -165px;
    }
    #tips-4 {
        right: calc(50% - 140.5px);
        top: -165px;
    }
    #tips-5 {
        right: calc(50% - 140.5px);
        top: -165px;
    }
    #tips-6 {
        top: -220px;
        right: -37px;
    }
    #tips-7 {
        right: 10px;
        top: 50px;
    }
}


/*---TIPS FIN---*/


@media (max-width: 767px) {
	.ms-slidebar-menu .collapse {
		display: block !important;
	}
}
.ms-collapse .panel-stand .panel-body .collapse-close {
    display: block;
    position: absolute;
    right: -10px;
    top: -32px;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
.owl-carousel .owl-item .owl-lazy {
    transition: all 0.6s ease 0s;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item.active .card {
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-name: fadeInUp;
}

#stand-doc .card .card-block, #stand-doc .card.card-block, #stand-video .card .card-block, #stand-video .card.card-block {
    padding: 1rem 2rem;
}
#stand-doc .card h4, #stand-video .card h4 {
    font-size: 15px;
    font-weight: 500 !important;
    margin: 0.5rem 10px 0 0 !important;
}
#stand-doc .card p, #stand-video .card p {
    color: #888;
    font-size: 13px;
    line-height: 16px;
}
#stand-doc .card .bloc-visuel {
	background-color: #00abbd;
	font-size: 28px;
	padding: 10px;
}
#stand-doc .card, #stand-video .card, #stand-galerie .card , #stand-tem .card , #stand-faq .card {
    margin: 0 15px 1rem;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}

#stand-doc .btn-card-float {
    box-shadow: none;
    left: 50%;
    position: relative;
    right: auto;
    top: 20%;
    transform: translate(-50%, 0%);
}
#stand-doc .btn-circle.btn-circle-xlg i.zmdi {
    font-size: 40px;
}
#stand-doc .card .bloc-visuel {
    background-color: #00abbd;
}
#stand-doc .card .bloc-visuel a {
	width: 100%;
	display: block;
}

#stand-video .btn-card-float {
    box-shadow: none;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
#stand-video .btn-circle.btn-circle-xlg i.zmdi {
    font-size: 40px;
}
#stand-video .card .bloc-visuel {
    background-color: #00abbd;
	height: 150px;
}
#stand-video .card .bloc-visuel a {
	width: 100%;
	height: 100px;
	display: block;
	cursor: pointer;
}
#stand-galerie .card .bloc-visuel {
	width: 100%;
	max-height: 200px;
	display: block;
	cursor: pointer;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #000;
}
.owl-prev {
    left: -15px;
    position: absolute;
}
.owl-next {
    right: -15px;
    position: absolute;
}

.panel-stand .ms-icon-feature {
	margin-bottom: 10px !important;
}
.panel-stand .ms-icon-feature h3 {
	font-size: 17px !important;
	margin: 0.7rem 0 1.5rem !important;
}
.panel-stand .card .card-block, .panel-stand .card.card-block {
	padding: 1.5rem !important;
}
.panel-stand .card {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.panel-stand .ms-icon.ms-img {
	width: 80px;
}
.panel-stand .ms-icon-feature-content p {
	line-height: 20px !important;
}
.modal {
    z-index: 9999 !important;
}
.modal .modal-dialog .modal-content .modal-header .close {
	margin: 5px 10px !important;
	float: right;
}



/* HEADER NAVBAR */

.container-full {
	width: 100% !important;
}
.ms-lead-navbar {
    background-color: #fff !important;
    box-shadow: 0 3px 0px -3px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	z-index: 999 !important;
}
.ms-lead-navbar.navbar-scroll {
	opacity: 1;
	z-index: 30;
}
.ms-lead-navbar.navbar-scroll {
    background-color: #fff !important;
    box-shadow: 0 3px 0px -3px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.ms-lead-navbar .navbar-brand {
    color: #00abbd;
    display: none;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    padding: 9px 20px 0 0;
    white-space: nowrap;
    word-spacing: 0;
}
.navbar .navbar-brand {
    line-height: 33px;
    position: relative;
}
.navbar-header {
    float: left;
    position: relative;
    z-index: 1;
}
.navbar-header i {
	font-size: 30px;
	float: left;
}
.ms-lead-navbar .btn-navbar-menu {
    position: relative;
	width: 90px;
}
.ms-lead-navbar .btn-navbar-menu span {
    font-size: 15px;
	font-weight: 500;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
	right: 5px;
	letter-spacing: -1px;
}
/*.navbar-header a:hover, .btn-navbar-menu a:hover {
	color: #000 !important;
}*/
.navbar .navbar-logo {
	display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0%);
    z-index: 0;
}
.navbar .navbar-logo img {
	max-height: 100%;
}

.navbar, .navbar.navbar-default {
    background-color: rgba(0, 171, 189, 0.75);
}
.navbar .navbar-scroll {
    background-color: rgba(0, 171, 189, 1);
	box-shadow: 0 3px 0 -3px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
#navbar-hall .navbar-title {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
#navbar-hall .navbar-title h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 16px;
	color: #fff !important;
}
#navbar-stand {
    height: 80px;
}
#navbar-stand .navbar-title {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
}
#navbar-stand .navbar-title h1 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#navbar-stand .navbar-title h1.title-conf {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 2.5rem;
    text-transform: none;
}
#navbar-stand .navbar-title p {
    color: #fff !important;
    font-size: 16px;
    line-height: 16px;
	padding-right: 15px;
}
#navbar-stand .navbar-title .navbar-logo-stand {
	display: block;
    float: left;
    max-height: 131px;
    margin: 15px;
    padding: 10px;
    max-width: 170px;
	 -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
#navbar-conf .navbar-title {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
#navbar-conf .navbar-title h1 {
    color: #fff !important;
    font-size: 26px;
    font-weight: 600;
    line-height: 16px;
}
.navbar div.navbar-scroll .navbar-logo-stand  {
    height: 50px !important;
    width: 50px !important;
	 -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.ms-lead-navbar .search-form {
    display: inline-block;
    height: 50px;
    margin: 0;
    min-width: 50px;
    padding: 0;
    position: relative;
    transition: width 1s ease 0s;
    vertical-align: top;
    z-index: 9000;
	float: right;
}
.ms-lead-navbar .search-form #search-submit {
    border: 0 none;
    height: 0;
    left: -5000px;
    padding: 0;
    position: relative;
    width: 0;
}
.ms-lead-navbar .search-form label {
    color: inherit;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-delay: 0.2s;
    transition-duration: 0.5s, 0.5s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease, ease;
    width: 50px;
    z-index: 3;
}
.ms-lead-navbar .search-form label::before {
    background-color: inherit;
    border-radius: 0px;
    content: "";
    display: block;
    height: 0;
    left: 25px;
    position: absolute;
    top: 25px;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: -1;
}
.ms-lead-navbar .search-form label:hover {
    color: inherit;
}
.ms-lead-navbar .search-form label:hover::before {
    height: 50px;
    left: 0;
    top: 0;
    width: 50px;
}
.ms-lead-navbar .search-form .search-input {
    background-color: transparent;
    border: 0 none;
    color: #000;
    display: inline-block;
    height: 50px;
    padding: 0 0 0 50px;
    transition: width 0.5s ease 0s;
    vertical-align: top;
    width: 0;
	font-size: 13px;
}
.ms-lead-navbar .search-form #search-result {
    background-color: white;
    border: 0 none;
    display: block;
    padding: 0px;
    max-height:0em;
    transition: 0.2s max-height 0.3s;
    vertical-align: top;
    width: 220px;
    position: absolute;
    overflow: auto;
}
.ms-lead-navbar .search-form:hover #search-result {
    max-height: 33em;
}
.ms-lead-navbar .search-form #search-result a, .ms-slidebar .search-form #search-result-slidebar a {
    border-bottom: 1px #ddd dotted;
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
	font-size: 13px;
    padding: 10px;
    color: #666;
    font-weight: 400;
	line-height: 18px;
}
.ms-lead-navbar .search-form #search-result a:hover, .ms-slidebar .search-form #search-result-slidebar a:hover {
    background: #f5f5f5;
    color: #333;
}
.ms-lead-navbar .search-form #search-result img, .ms-slidebar .search-form #search-result-slidebar img {
    max-height: 40px;
    max-width: 40px;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.ms-lead-navbar .search-form #search-result div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    width: 25%;
    height: 40px;
}
.ms-lead-navbar .search-form #search-result div:last-of-type {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    width: 75%;
    height: 40px;
}
.ms-lead-navbar .search-form .search-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.ms-lead-navbar .search-form .search-input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.ms-lead-navbar .search-form .search-input:focus {
    border-bottom: 3px solid #00abbd;
    border-radius: 0;
    width: 220px;
}
.ms-lead-navbar .search-form .search-input:focus ~ #search-result {
    width: 220px;
    display: block;
}
.ms-lead-navbar .search-form .search-input:focus + label {
    color: inherit;
    transform: scaleX(-1);
}
.ms-lead-navbar .search-form .search-input:focus + label::before {
    display: none;
    transition: none 0s ease 0s ;
}

.ms-slidebar .search-form #search-result-slidebar {
    background-color: white;
    border: 0 none;
    display: block;
    padding: 0px;
    max-height:0em;
    transition: 0.2s max-height 0.3s;
    vertical-align: top;
    width: 300px;
    position: absolute;
    overflow: auto;
}
.ms-slidebar .search-form:hover #search-result-slidebar, .ms-slidebar .search-input:focus #search-result-slidebar {
    max-height: 33em;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    max-width: 300px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	z-index: 9999;
}
@media (max-width: 480px) {
	.ui-widget.ui-widget-content {
		max-height: 200px !important;
		overflow-y: auto !important;
	}
}
.ui-widget.ui-widget-content img {
    max-height: 40px;
    max-width: 40px;
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px #ddd dotted;
    display: block !important;
    vertical-align: top;
    width: 100%;
    padding: 0px;
}
.ui-menu .ui-menu-item-wrapper {
    margin: 0;
    width: 100%;
    display: inline-block !important;
	font-size: 13px;
    padding: 10px !important;
    color: #666;
    font-weight: 400;
	line-height: 18px;
	border: 0 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0 !important;
	font-weight: normal;
	background: #f5f5f5 !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 10px !important;
    display: inline-block !important;
}



/* SNACKBAR */

.snackbar-container button {
	color: #00abbd;
	float: right;
}
.snackbar-pos.bottom-right {
    top: auto !important;
    bottom: 0;
    left: 0 !important;
}
.snackbar-container {
    color: #929497 !important;
    font-size: 14px;
    padding: 18px 24px;
	border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.snackbar-container i {
    float: left;
}
.snackbar-container p {
    float: left;
	width: 80%;
}



/* MENU SLIDEBAR */

.ms-slidebar .ms-slidebar-header {
    background-image: none;
	background-color: #f5f5f5;
    min-height: 250px;
    position: relative;
	border-bottom: 1px solid #e5e5e5;
	z-index: 9000;
}

.ms-slidebar .ms-slidebar-header .ms-slidebar-title {
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    height: 50px;
	position: relative;
	z-index: 9000 !important;
	overflow: visible !important;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-title .ms-slidebar-t {
    float: right;
    margin-right: 20px;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-title .search-form {
    float: left;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-title .search-form .search-input {
    color: #000;
	font-size: 13px;
	max-width: 250px;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-title .search-form label {
    color: #00abbd;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-title .search-form .search-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.ms-slidebar .ms-slidebar-header .ms-slidebar-profil {
	position: relative;
	padding: 2rem 2rem 0 2rem;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-profil img {
	border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    max-height: 120px;
    max-width: 120px;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-profil p {
	margin: 0 !important;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-login {
	bottom: 0;
	position: relative;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-login a {
    color: inherit !important;
}
.ms-slidebar .ms-slidebar-menu > li > ul li > a {
    color: #2c2c2c;
    font-size: 14px;
    padding: 6px 20px;
}



/* GLIDE.JS */
/* Slider */
/*.box {
	color: #fff;
	font-size: 3vw;
	display: flex;
    align-items: center;
    justify-content: center;
}*/

.module--horizontal {
	width: 100%;
	overflow: hidden;
}

.module--horizontal .box {
	width: 100%;
	padding: 0 1.5rem;
}

.module--vertical {
	width: 33.333%;
	height: 100vh;
	float: left;
	clear: none;
	overflow: hidden;
}

.module--vertical .box {
	width: 100%;
	height: 100%;
}
.glide {
  position: relative;
  width: 100%;
  height: 100%;
}
.glide__wrapper {
  overflow: hidden;
}
.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0 0 20px;
}
.glide__track.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__arrow {
    cursor: pointer;
	background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #00abbd;
    font-size: 30px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
	z-index: 3;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--horizontal .glide__arrows {
    margin: 0 auto;
    top: 96%;
    width: 100%;
}
.glide--horizontal .glide__arrow.prev {
    left: 35%;
}
.glide--horizontal .glide__arrow.next {
    right: 35%;
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}
.glide--horizontal .glide__bullets {
    bottom: 3%;
    height: 22px;
    left: 0;
    text-align: center;
    width: 100%;
}
.glide__bullets > * {
    background-color: rgba(0, 171, 189, 0.5);
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    padding: 0;
    transition: all 300ms ease-in-out 0s;
    width: 12px;
}
.glide__bullets > .active {
    background-color: #00abbd;
}
.glide__bullets > *:hover, .glide__bullets > *:focus {
    background-color: rgba(0, 171, 189, 0.5);
    border: 2px solid #00abbd;
}


/* JQUERY POPUP STAND */

.bar-access {
	background-color: #00abbd;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9000;
	text-align: center;
}
.bar-access h2 {
	font-size: 24px;
    font-weight: 500;
}

.popup {
  position:fixed; display: flex; flex-direction: column; z-index:9999; bottom:100px; left:50%;
  max-width:950px; height:50%; background:#fff; transform: translate(-50%, 0px);
	text-align: left;
    -moz-box-shadow:4px 4px 6px rgba(0,0,0,0.30);
    -webkit-box-shadow:4px 4px 6px rgba(0,0,0,0.30);
  box-shadow:4px 4px 6px rgba(0,0,0,0.30);
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    -webkit-transition:all 400ms;
  transition:all 400ms;
	opacity: 1;
}

.popup .panel-body {
    padding: 0 2rem !important;
}
.popup .panel-default .panel-heading {
    padding: 1px 15px;
}
.popup .panel-default .panel-body {
    padding: 2rem 2rem 0 !important;
}
.popup .btn-circle.btn-circle-lg {
    font-size: 25px;
    height: 60px;
    line-height: 65px;
    width: 60px;
}
.ms-icon.ms-img {
    width: 125px;
	height: inherit;
	background-color: #fff !important;
}
.popup .ms-icon.ms-img {
	margin: 0;
}
.popup .ms-icon.ms-img img {
	display: inline-block !important;
}

.popup .ms-icon.ms-img.stand-conference img {
  padding: 40px 10px;
}



.popup .card {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    margin-bottom: 2rem !important;
    min-height: 130px;
}

#confs .card {
    height: 180px;
}

#confs .card h3 a {
    color: black;
}

#confs .card h3 a:hover {
    color: red;
}

.popup .card .card-block, .card.card-block {
    padding: 0rem !important;
}
.popup .ms-icon-feature {
    width: 100% !important;
}
.popup .ms-icon-feature .ms-icon-feature-content {
    display: table-cell;
    font-size: 1.4rem;
    vertical-align: middle;
}
.popup h3 {
    font-size: 20px !important;
	margin: 1.5rem 0 1rem !important;
}
.popup p {
    line-height: 2rem !important;
	margin-bottom: 1.5rem !important;
}
.popup .btn-circle-raised {
    box-shadow: none !important;
}

  .p_content { width:100%; height: 100%; overflow: auto; margin-bottom: 20px; color: #333; }
  .p_anch {
    display: inline-block; z-index:1; margin:0; text-align:center;
  }
  .p_anch .tooltip {
    font-size: 16px !important; font-weight: 500;
  }
  .tooltip-light + .tooltip .tooltip-inner {
    color: #00abbd;
 }
.btnact { background-color: #fff; }
  .bar-access span.sep {
    border-right: rgba(0,0,0,0.30) 1px solid; width: 1px; height: 30px; margin: 0 15px;
  }
  .p_anch .btn { font-size: 40px; padding: 2px 18px; color:#fff !important; }
  .p_anch .btn i { margin: 0 !important; }
  .p_anch button:hover { text-decoration:none; }
  .p_close { color: #fff !important;
    font-size: 21px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 25px; }
  /*.p_close span { display:block; width:18px; height:5px; background:#333; }
  .p_close span:first-child {
      -ms-transform:rotate(45deg);
      -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  .p_close span:last-child {
    margin:-5px 0 0;
      -ms-transform:rotate(135deg);
      -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
  }*/
  .p_body {
    position:fixed; top:0; left:0; width:100%; height:100%;
    background:rgba(0, 0, 0, 0.7); opacity:0.7;
      -moz-transition:opacity 800ms;
      -o-transition:opacity 800ms;
      -webkit-transition:opacity 800ms;
    transition:opacity 800ms;
  }

/* JS-styles — declaratively */
.js__popup {}
  .js__p_start {}
  .js__p_close {}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; bottom:50px; opacity:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }




@media (max-width: 480px) {
	.pt-0-xs { padding-top: 0 !important; }
	.partners-block .mentions-left p, .partners-block .mentions-left a:link {
		display: inline-block;
	}
	.partners-block .mentions-right div, .partners-block .mentions-right a {
		display: inline-block;
	}
	.mentions-right {
		float: none;
	}
	.navbar .navbar-logo {
		max-width: 150px;
	}
	.navbar .navbar-logo a {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
	}
	.navbar .navbar-logo img {
		max-width: 100%;
	}
	.logo-home img {
    	max-width: 150px !important;
	}
	.intro-fixed-content p {
		font-size: 18px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	}
	.btn-home {
		padding: 8px 30px;
	}
	.btn-back-top.back-show {
		bottom: 20px;
	}
	.container-full .block-rs {
		bottom: 25px;
		left: 0;
		position: absolute;
		text-align: center;
		width: 190px;
	}
	#navbar-stand {
		height: auto !important;
		overflow: hidden;
	}
	#navbar-stand .navbar-title .navbar-logo-stand {
		max-height: 100px !important;
		max-width: 100px !important;
		margin: 0 15px 15px;
		height: auto !important;
		width: auto !important;
	}
	#navbar-stand .navbar-title {
		position: relative !important;
	}
	.ms-lead-navbar .btn-navbar-menu span {
		display: none;
	}
	.ms-lead-navbar .btn-navbar-menu {
		width: 50px !important;
	}

	a.thumbnail .thumbnail-container {
		height: auto !important;
		/*height: 101px !important;*/
	}
	/*#conferences .card .block-btn {
		bottom: 35px !important;
	}*/
	.ms-thumbnail .ms-thumbnail-capt {
		height: auto !important;
		top: auto !important;
	}
	.ms-thumbnail .ms-thumbnail-capt .ms-thumbnail-capt-content {
		position: relative !important;
	}
	.ms-thumbnail .ms-thumbnail-capt .ms-thumbnail-capt-content .ms-thumbnail-capt-title {
		font-size: 100% !important;
		height: auto !important;
		margin: 0 !important;
		overflow: visible !important;
	}
	.ms-thumbnail:hover img, .ms-thumbnail:focus img {
		transform: none !important;
	}
	.bg-hall {
		min-height: auto;
	}
	.bg-hall .row div, .popup .row div.col-std, #conferences #podcasts div.col-conf, #conferences #confs div.col-conf, #conferences #lateConfs div.col-conf {
		display: block !important;
	}

}

@media (max-width: 767px) {
	.mt-6-sm { margin-top: 60px !important; }
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    	margin-left: 15px;
	}
	/*.navbar .search-form {
		display: none!important;
	}*/
	.intro-fixed .intro-fixed-content .block-btn {
		bottom: 10%;
		left: 0;
		position: relative;
		text-align: center;
		transform: none;
		width: 100%;
	}
	.intro-full .intro-full-content {
		height: 600px;
	}
	.ms-thumbnail .ms-thumbnail-caption .ms-thumbnail-caption-content .ms-thumbnail-caption-title {
		font-size: 100%;
	}
	.ms-thumbnail.ms-thumbnail-bottom .ms-thumbnail-caption {
		top: 85%;
	}
	section.bg-hall {
    /* NEW */
		padding-top: 10rem
	}

  
	/*section.bg-hall {
		background: linear-gradient(0deg, #f5f5f5 50%, #00abbd 50%);
	}
	section.container {
		padding-left: 0;
		padding-right: 0;
    }*/

	/*section.bg-hall {
		background: linear-gradient(0deg, #f5f5f5 50%, #00abbd 50%);
	}
	section.container {
		padding-left: 0;
		padding-right: 0;
	}*/

	.navbar .navbar-title h1 {
		font-size: 22px !important;
		line-height: 25px;
	}
	.ms-collapse .panel-stand .panel-body .collapse-close {
		right: 0px;
	}
	.ms-collapse .panel-stand .panel-heading {
		padding: 15px 15px 0;
		margin: 0;
	}
	.panel .panel-heading .panel-title {
		text-align: left;
	}
	.ms-collapse .panel .panel-heading .panel-title a {
		padding: 1rem 0;
	}
	.ms-collapse .panel-stand .panel-heading .panel-title a i {
		float: left;
		font-size: 2.6rem;
		margin: 0 20px;
	}
	.ms-collapse .panel-stand .panel-body {
		margin-top: 30px;
	}
	.container-full .block-rs {
		bottom: 25px;
		left: 0;
		position: absolute;
		text-align: center;
		width: 150px;
		display: none;
	}
	#intro-next {
		margin-top: 5px !important;
	}
	/*#conferences .card .block-btn {
		bottom: 35px !important;
	}*/
	.bg-hall .row div, .popup .row div.col-std, #conferences #podcasts div.col-conf, #conferences #confs div.col-conf, #conferences #lateConfs div.col-conf {
		display: block !important;
	}
	a.thumbnail .thumbnail-container {
		height: auto !important;
		/*height: 101px !important;*/
	}
	#conferences .partners-block, #inter-conf .partners-block, #fiche-conf .partners-block {
		position: relative !important;
	}
	#conferences section {
		padding-bottom: 6rem !important;
	}

}

@media (max-width: 991px) {

  #kiosque-partenaire .container-card {
    width: 100%;
}

#kiosque-partenaire .container-offre {
    display: flex;
    width: 100%;
}

#kiosque-partenaire .document-partner-with-offer {
    width: 100%;
    float: left;
}

#kiosque-partenaire .document-partner .container-card .card {
  width: 30%;
}

.filter-conf-content {
    width: 40%;
  }

}


@media (max-width: 850px) {
	.p_anch .btn {
		color: #fff;
		font-size: 30px !important;
		padding: 2px 10px !important;
	}
	.popup {
		bottom: 55px !important;
		z-index: 9999 !important;
	}
}

@media (max-width: 480px) {
	.ms-thumbnail.ms-thumbnail-bottom .ms-thumbnail-caption {
		top: 85%;
	}
	.ms-thumbnail .ms-thumbnail-caption .ms-thumbnail-caption-content .ms-thumbnail-caption-title {
		height: 24px;
	}

  #kiosque-partenaire .container-card .card, #kiosque-partenaire .document-partner .container-card .card {
    width: 100%;
  }

  #conferences .card .block-btn {
    display: inline-block;
    margin: 10px 0;
    position: relative;
    top: auto !important;
  }
  #conferences .card .card-block, .card.card-block {
    min-height: auto !important;
  }
  #conferences .ms-icon.ms-img {
    width: 110px !important;
  }
  #conferences .card h3 {
    font-size: 16px !important;
  }
  #conferences .partners-block, #inter-conf .partners-block, #fiche-conf .partners-block {
    position: relative !important;
  }
  #conferences section {
    padding-bottom: 6rem !important;
  }

  .owl-carousel .block-btn a.infos, .owl-carousel .block-btn a.visio  {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }

  .owl-carousel .owl-item img {
    padding: 40px 0;
  }

  .filter-conf-container {
    flex-wrap: wrap;
  }

  .filter-conf-content {
    width: 90%;
  }

}


@media (min-width: 481px) and (max-width: 767px) {
	.ms-thumbnail.ms-thumbnail-bottom .ms-thumbnail-caption {
		top: 88%;
	}
	.ms-thumbnail .ms-thumbnail-caption .ms-thumbnail-caption-content .ms-thumbnail-caption-title {
		height: 38px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ms-thumbnail .ms-thumbnail-caption .ms-thumbnail-caption-content .ms-thumbnail-caption-title {
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ms-thumbnail .ms-thumbnail-caption .ms-thumbnail-caption-content .ms-thumbnail-caption-title {
		font-size: 20px;
	}
}

/*@media (min-width: 481px) {
	.module {
		display: none;
	}
}*/


@media (max-width: 767px) {
    .bg-hall .row div{
        display: inline-block !important;
    }

    a.thumbnail .thumbnail-container{
        width: auto;
        max-width: 250px;
    }
}

@media (max-width: 376px) {
    h3.thumbnail-title a{
        font-size: 1.5rem;
    }

    a.thumbnail span{
        width: 120px;
        font-size: 1.2rem;
    }

    h3.thumbnail-title {
        line-height: 1.4rem;
    }
}

/* Custom stuff */
/*#search-result, #search-result-slidebar {
    width: 100%;
    position: absolute;
    top: 50px;
    background-color: white;
    z-index: 999999;
}*/

.animated{
    animation-fill-mode: none !important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
	position: absolute !important;
	visibility: hidden;
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    width: 100%;
    margin-bottom: 0% !important;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}


.dropzone {
	border: 0px dashed #9fc1ac;
	border-radius: 35px;
	background: white;
	min-height: 70px;
	padding: 10px;
	text-align: center;
}

/*.dropzone .dz-message {
	margin: 1.5em 0;
	text-align: center;
}*/

.dropzone .dz-message {
	margin: 0 0;
	text-align: left;
}

.dropzone .dz-preview {
	width: auto;
	margin: 0;
	min-height: 0;
	padding: 0;
}

.dropzone .dz-preview .dz-details {
	padding: 20px;
	position: relative;
	opacity: 1;
}

.dropzone .dz-preview .dz-details .dz-filename {
	font-size: 1.3em;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: none;
	background-color: inherit;
}

.dropzone .dz-preview .dz-details .dz-message-success {
	font-size: 1.4em;
	color: #1bc41b;
	display: none;
}

.dropzone .dz-preview .dz-details .dz-message-error {
	font-size: 1.2em;
	color: #9d2424;
	display: none;
}

.dropzone .dz-preview.dz-error .dz-details {
	color: #9d2424;
}

/* Wall rs **************************/
.wall-rs {
	width: 400px;
	opacity: 1;
    background-color: rgba(55, 193, 204, 0.75) !important;
	font-size: 14px;
	padding: 15px 15px;
	border-radius: 0px;
	justify-content: space-between;
	align-items: center;
	transition: all .5s ease;
	position: absolute;
    /*position: relative;*/
	z-index: 99;
    right: 30px;
    top: 150px;
}

.wall-rs .wall-rsposition {
    top: 30px !important;
	float: right;
	margin: 100px 30px 0px 0px;
}

.wall-rsblok {
	overflow: auto;
	height: 500px;
	background-color: #fff;
    padding: 0px 0px;
}

.wall-rs .accordion-toggle:after {
    /* symbol for "opening" panels */
    /*font-family: 'Glyphicons Halflings';*/  /* essential for enabling glyphicon */
    content: "Close";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #ffffff;         /* adjust as needed */
    text-decoration: underline;
}
.wall-rs .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "Open";    /* adjust as needed, taken from bootstrap.css */
}

@media (max-width: 480px) {
	
	.wall-rs .wall-rsposition {
    top: 30px !important;
	float: right;
	margin: 180px 10px 10px 10px;
}
	.wall-rs {
	width: 95%;
        background-color: rgba(229, 18, 121, 0.75) !important;
	opacity: 1;
	font-size: 14px;
	padding: 15px 15px;
	border-radius: 0px;
	justify-content: space-between;
	align-items: center;
	transition: all .5s ease;
	position: absolute;
	z-index: 99;
}	
}
/* END Wall rs **************************/

/* Ajout *********************** */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* End Ajout *********************** */

/* HEADER NAVBAR suite ************* */
.ms-lead-navbar .btn-next-exhibitor {
	padding-top: 9px;
}
.ms-lead-navbar .btn-next-exhibitor span {
	line-height: 33px;
	font-size: 19px;
	font-weight: 500;
}
.ms-lead-navbar .btn-next-exhibitor span i {
	font-size: 30px;
	float: right;
}

.ms-lead-navbar .btn-next-exhibitor i {
}

@media (max-width: 640px) {
	.ms-lead-navbar .btn-next-exhibitor span {
		line-height: 1;
		font-size: 15px;
		width: 80px;
		display: inline-block;
		text-align: center;
	}
	.ms-lead-navbar .btn-next-exhibitor i {
		width: 20px;
	}
}
/* END HEADER NAVBAR suite ************* */

/* Modal conseillers chat */
#msg-button .badge {
	height: 15px;
	width: 15px;
	min-width: 15px;
	position: absolute;
}

#msg-button .badge.badge-mobile {
	right: 15px;
}

#guide-container > div.inactive .discut-btn:not(.ms-img):not(.stand-name),
#guide-container-mobile > div.inactive .discut-btn:not(.ms-img):not(.stand-name) {
	display: none;
}
#guide-container .card,
#guide-container-mobile .card {
	min-height: 110px;
}
#guide-container .card .card-block,
#guide-container-mobile .card .card-block {
	position: relative;
}
#guide-container .card .ms-icon-feature-icon .ms-icon.ms-img,
#guide-container-mobile .card .ms-icon-feature-icon .ms-icon.ms-img {
	width: 110px;
}
#guide-container .card .ms-icon-feature-icon .ms-icon.ms-img img,
#guide-container-mobile .card .ms-icon-feature-icon .ms-icon.ms-img img {
	height: 110px;
}
#guide-container .card .ms-icon-feature-content h3,
#guide-container-mobile .card .ms-icon-feature-content h3 {
	margin: 0 !important;
	font-weight: bold;
}
#guide-container .card .ms-icon-feature-content p,
#guide-container-mobile .card .ms-icon-feature-content p {
	margin: 0 !important;
}

#guide-container .card .ms-icon-feature-content .btn-dark,
#guide-container-mobile .card .ms-icon-feature-content .btn-dark {
	background-color: #333F4F;
	color: white;
}

#guide-container .card .ms-icon-feature-content .btn-dark:hover,
#guide-container-mobile .card .ms-icon-feature-content .btn-dark:hover {
	background-color: #2F2E2E;
}

#guide-container > div:not(.inactive):not(.networking) .card:after,
#guide-container-mobile > div:not(.inactive):not(.networking) .card:after {
	content: "";
	height: 15px;
	width: 15px;
	background-color: #4caf50;
	position: absolute;
	border-radius: 100px;
	right: 23px;
	top: 18px;
}

#guide-container .card .ms-icon-feature-icons,
#guide-container-mobile .card .ms-icon-feature-icons {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 10px;
}
#guide-container .card .ms-icon-feature-icons > a,
#guide-container-mobile .card .ms-icon-feature-icons > a {
	padding: 0;
	margin: 0 5px;
	text-align: center;
}
#guide-container .card .ms-icon-feature-icons > a > i,
#guide-container-mobile .card .ms-icon-feature-icons > a > i {
	margin: 0;
}

/* megaphone ****/

.snackbar-container .snack-ncontfont {
    color: #929497 !important; 
    font-size: 14px; 
}

.snackbar-container .snack-nimage {
    margin-top: -18px;
    margin-left: -24px; 
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    height: auto;
    width: 140%;
    max-width: 568px;
}

.snackbar-container .snack-nimage .snack-nimageb {
    width: auto;
    max-height: none !important;
    max-width: 100%;
    height: auto;
    /*border-radius: 10px 10px 0px 0px;*/
}

.snackbar-container .action {
    padding: 5px 8px;
    border-radius: 100rem;
    /*border-radius: 10px 10px 0px 0px;*/
}

@media (min-width: 640px) {
    .snackbar-container {
        display: block !important;
    }
}

/* END megaphone ****/

/* megaphone bouton fermeture ******/
.snackbar-container .action {
    /*border: 1px #929497 solid !important;*/
    border: 1px #ffffff solid !important;
}
/* END megaphone bouton fermeture ******/

/* NETWORKING ************************ */
#networking-stands .filter-hall-container {
	flex: auto;
	display: flex;
	justify-content: center;
}
#networking-stands .filter-hall-container .filter-hall-content {
	width: 100%;
	margin-left: 2rem;
}
#networking-stands .filter-hall-container .filter-hall-content > div {
	width: 100%;
	margin-top: 0;
}
#networking-stands .filter-hall-container .filter-hall-content .form-control {
	margin-top: 0;
}
#networking-stands .inactive .thumbnail {
	opacity: .4;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#networking-stands .inactive .thumbnail-title a {
	color: #ccc;
}

@media (min-width: 640px) {
	#networking-stands .pt-md-0 {
		padding-top: 0 !important;
	}
}
/* END NETWORKING ************************ */

/*global-picto*/
@media (max-width: 480px) {
    
    #global-picto {
        position: fixed; 
        z-index: 9998;
        bottom: 100px !important; 
        right: 16px !important;
    }	
}
/*global-picto end*/


.no-float-inside * {
	float: none !important;
}


/* START Countdown ******************************* */
ul.countdowncontent {
    position: relative;
    top: 50%;
    /*transform: translateY(-50%);*/
    width: 70%;
    margin: 0 auto;
    padding: 15px 0 20px 0;
    color: #666666;
    border-width: 1px 0;
    /*overflow: hidden;*/
    font-weight: bold;
}
        
ul.countdowncontent li {
    margin: 0 -3px 0 0;
    padding: 0;
    display: inline-block;
    width: 25%;
    /*font-size: 72px;*/
    /*font-size: 6vw;*/
    text-align: center;
}

ul.countdowncontent .cdnumber {
font-size: 55px;
line-height: 100%;
}

ul.countdowncontent .cdlabel {
    color: #666666;
    font-size: 14px;
    /*font-size: 1.5vw;*/
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    ul.countdowncontent .cdnumber {
    font-size: 40px;
    line-height: 100%;
    }

    ul.countdowncontent .cdlabel {
    color: #666666;
    font-size: 10px;
    /*font-size: 1.5vw;*/
    text-transform: uppercase;
    }
}
/* END Countdown ******************************* */