@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700i');

.cont {
	width: 50%;
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
	font-family: 'Lato', sans-serif;
}

a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}

.table {
  display: table;
  width: 100%;
  height:100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  padding:6.25em;
}

.left-home {
	background: url("/static/media/asiakeo-homepage-new.8ffdf40cfa9d.jpg") left top no-repeat;
  background-size: cover;
  margin-left: unset;
}

.left-home h2 {
  font-size:2.5em;
  font-weight:700;
  color:#fff;
  text-transform:uppercase;
  line-height:1.5em;
  letter-spacing:0.2em;
  margin:-2em 0 0 0;
}


.right-home {
	background:url("/static/media/bck_menu.8c7532387955.jpg") right top no-repeat;
	background-size:cover;
}

.right-home h1 {
  font-size:2.5em;
  font-weight:700;
  color:#000;
  text-transform:uppercase;
  line-height:1.5em;
  letter-spacing:0.2em;
  margin:1em 0 0 0;

}

	.right-home img {
		width:80%;
		height:auto;
	}

	.right-home ul li {
		list-style-type:none;
		font-size:1.875em;
		font-weight:300;
		line-height:1.8em;
		position:relative;
	}

.right-home ul {
	margin-left:0px;
	padding:50px;
}

.right-home ul li:before {
	content: "";
	display:block;
	width:30px;
	background-color:#dd0d1d;
	height:1px;
	position:absolute;
	left:-50px;
	top:0.9em;
}

.right-home ul li a {
	color:#000;
	text-decoration:none;
}

.right-home ul li a:hover {
	color:#dd0d1d;
}

.right-home p {
	font-variant: small-caps;
	font-size:1em;
	font-weight:700;
}

.right-home p span{
	font-size:2.142857142857143em;
	font-weight:300;
}

.commande-ligne {
	color:#fff;
	text-decoration:none;
	font-size:2.25em;
	font-weight:300;
	line-height:90px;
	width:13.88888888888889em;
	display:block;
	text-align:center;
	border-radius:10px;
	border:1px solid #fff;
	margin-top:1em;
	transition:all .3s;
}

.commande-ligne:hover {
	background-color:#fff;
	color:#dd0d1d;
}

.no-show-desktop {
	display:none!important;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI4LjggMTQuNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjguOCAxNC42IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTQuNCwxNC42Yy0wLjgsMC0xLjUtMC4zLTItMC44TDAuMywxLjdjLTAuNC0wLjQtMC40LTEsMC0xLjRzMS0wLjQsMS40LDBsMTIuMSwxMi4xYzAuMywwLjMsMC45LDAuMywxLjIsMEwyNy4xLDAuM2MwLjQtMC40LDEtMC40LDEuNCwwczAuNCwxLDAsMS40TDE2LjQsMTMuOEMxNS45LDE0LjMsMTUuMiwxNC42LDE0LjQsMTQuNnoiLz48L3N2Zz4=);
  display:none;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@media screen and (max-width: 1460px) {
	body {
		font-size:12px;
	}
}


@media screen and (max-width: 900px) {

	body {
		font-size:10px;
	}
}


@media screen and (max-width: 800px) {
	.no-show-mobile {
		display:none;
	}

	.no-show-desktop {
		display:block!important;
	}

	.cont {
		float:none;
		width:100%;
	}

	.left-home h2 {
		margin:1em 0 0 0;
	}

	.left-home img {
		width:80%;
		height:auto;
	}

	.cell {
		padding:4em;
	}

	.commande-ligne {
		width:100%;
	}


.arrow {
	display:block;
}
}
/*************** SPLASHSCREEN ************/
#splashscreen {
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background-color: rgba(50, 50, 50, .5);
z-index: 100000;
}



  #splashcontener {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 80%;
  }



  .splash-inside {
    position: relative;

  }

  .splash-inside:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  .splash-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
  }



.close-splash {
  position: absolute;
  right: -1rem;
  top: -1rem;
  border-radius: 50%;
  width: 2rem;
  height:2rem;
	    padding: 0;
  line-height: 1em;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  background: #fff;
  border: 0;
  font-weight: bold;
  font-size: 1.5em;
  z-index: 10;
}

  .close-splash:hover {
    cursor: pointer;
    background-color: rgb(232, 232, 232);
  }

.info-splash {
  padding:.5em;
  line-height: 2em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
  background-color: #fff;
  font-family: arial;
  font-weight: bold
}

@media screen and (max-width: 640px) {

  .splash-inside:before {
    padding-top: 177.7777777777778%;
  }
  .splash-content {

    background-color: rgb(251, 20, 5);
  }

  .info-splash {
    line-height: 1em;
  }
}

@media screen and (min-width: 1401px) {
	.splash-inside:before {
    display: none;
	}

	.splash-content {
		width:1400px;
		height: 746px;
}

#splashcontener {
	width:1400px;
	height: 746px;
}
}
