#SkypeButton_Call_jeanpierreverjus_1{
  float:right;
}

.contact_header{
  display:inline-block;
  color:#d66000;
  height:75px;
  line-height:75px;
  font-family:"Oswald", sans-serif;
  font-size:1.7em;
}

.contact_header img{
  vertical-align:-15%;
}

#imageContainer .video{
  min-width:100%;
  min-height:100%;
  position:absolute;
  top:0px;
  left:0px; 
}

.tabs{
  background: transparent;
}

.main_title{
  margin-top:5px;
  font-family:"Oswald", sans-serif;
  font-weight:bold;
  font-size:2em;
}

h1,h2,h3,h4,h5,h6{
  font-family:"Oswald", sans-serif;
  font-weight:bold;
}

body{
  margin:0px;
  padding:0px;
}

a,a:hover,a:focus,a:active,a:visited{
  color:#d66000;
  text-decoration:none;
  font-weight:700;
}

#body{
  color:#4b4b4b;
  font-family:"Open Sans", sans-serif;
  font-size:13px;
}

#content{
  margin-top:25px;
  margin-bottom:25px;
  padding:15px;
  background:url('/image/content_bg_80/');
  text-align:justify;
}

#background_block{
}

#background_block #dot_pattern{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:url('/image/dot_pattern/') 0% 0%;
  z-index:-900;
}

#background_block .image{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  overflow:hidden;
  background:url('/image/background01/') 50% 50%;
  background-size:cover;
  z-index:-999;
}

#lang{
  width:100%;
  z-index:999;
}

.lang-block{
  display:inline-block;
  padding-top:10px;
}

#header{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:0px;
  z-index:999;
}

#header_sub img{
  margin-top:16px;
  max-width:570px;
  width:100%;
}

#menu-1 ul{
  padding:0px;
  margin:0px;
}

.navbar{
  top:0px;
  left:0px;
  width:100%;
  min-height:100px;
  background:url('/image/menu_bg/');
  z-index:999;
  color:#ccc;
  padding:0px;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  list-style-type:none;
  font-family:'Oswald';
  font-size:15px;
  text-transform:uppercase;
}

.cell:hover,.nav > li > a:hover, .nav > li > a:focus{
  background:url('/image/menu_bg/');
}

.cell a{
  color:#ccc;
  text-decoration:none;
}

.nav .open > a,.nav .open > a:hover{
  background:#000;
}

.dropdown-menu{
  background:url('/image/menu_bg/');
  padding-top:0px;
  padding-bottom:0px;
}

@media (max-width: 989px) {
  .navbar-nav .open .dropdown-menu {
    padding-top:0px;
    padding-bottom:0px;
  }
  .dropdown-menu > li >a:hover{
    background:url('/image/menu_bg/');
  }
  .dropdown-submenu {
    position: relative;
    left: 15px;
    margin-top: -1px;
  }
}

.dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu > li :hover{
  background:url('/image/menu_bg/');
}

.dropdown-menu > li > a{
  color:#ccc;
  text-decoration:none;
}

.dropdown-menu > li > a:hover{
  color:#fff;
}

#basket_container{
  display:none;
}

#footer{
  position:relative;
  bottom:0px;
  left:0px;
  width:100%;
  height:65px;
  background:url('/image/menu_bg/');
  padding:0px;
  margin:0px;
  z-index:500;
}

#copy{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
  font-size:0.7em;
  font-family:'Oswald';
  text-align:left;
  text-transform:uppercase;
  padding-top:25px;
  padding-left:15px;
}

#copy a{
  color:#d66000;
  text-decoration:none;
}

#social-icons{
  position:absolute;
  top:20px;
  right:15px;
  width:99px;
  text-align:left;
}

.footer-icon{
  display:inline-block;
  opacity:0.7;
  width:25px;
  height:25px;
  margin-left:3px;
}

#icon-facebook{
  background:url('/image/icon_facebook/');
}

#icon-instagram{
  background:url('/image/icon_instagram/');
}

#icon-twitter{
  background:url('/image/icon_twitter/');
}

.footer-icon:hover{
  opacity:1;
  
}

/* CHAT DESIGN */

#chat_block{
  display:block;
  position:fixed;
  bottom:0px;
  right:15%;
  width:20%;
  min-width:250px;
  z-index:9999999999;
}

#chat_header{
  background:#f00;
  color:#fff;
  font-weight:700;
  padding:5px 15px;
}

#chat_container{
  background:#fff;
}

#chat_dialog{
  overflow-y:scroll;
}

.btn-default,.btn-default:hover,.btn-default:focus{
  color:#333;
}
