.site-branding{
    height: auto !important;
}
#crmJettyGuillemot{
	border: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#accordionSidebar{
	display:none;
}

#content-wrapper .container-fluid{
	width: 100%;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.menu-item {
	list-style-type: none !important;
	list-style: none;
}
.btn-deconnexion{
	margin:0 !important;
}

.btn-crm{
	background: black !important;
	text-transform: uppercase !important;
}

#fullwidth-wrapper .login-main-section .login-section {
    padding-top: 150px !important;
}
/* Compte à rebours */
.comptearebours li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  background: #d9d9d9;
  border-radius: 5px;
  width: 7rem;
  height: 5rem;
}

.comptearebours li span {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.comptearebours .emoji {
  display: none;
  padding: 1rem;
}

.comptearebours .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

.comptearebours .text ul {
    margin-left: 0 !important;
}

@media all and (max-width: 768px) {
  .comptearebours li {
    /*font-size: calc(1.125rem * var(--smaller));*/
  }
  
  .comptearebours li span {
    /*font-size: calc(3.375rem * var(--smaller));*/
  }
}