.tm-nav-logo {
	top: 60%;
  width: 190px;
  height: 60px;
}



.tm-fullscreen {
  background: #2d3135 url("../../../../../images/fullscreen/welove.jpg") 50% 50% no-repeat;
  background-size: cover;
}


  /* Fullscreen Hoehe */

@media (min-width: 768px) {
  .tm-navbar-fixed .tm-toolbar + .tm-navbar + .tm-fullscreen-container {
    height: 80%;
  }
}


@media (min-width: 768px) {
  /* Setting the height of the fullscreen container */


  .tm-fullscreen-container .tm-fullscreen {
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: #2b3034;
    /* Content style */
  }

	

  

  /* Simple Border */

  
  .tm-block-top-a.tm-block-primary {
  border-image: none;
}
.tm-block-bottom-b.tm-block-primary-dark {
  border-image: none;
}

.tm-block-bottom-a.tm-block-primary {
  border-image: none;
  border-width: 15px 0 0 0;
  border-style: solid;
  border-color: transparent;
}


/* Only phones */
@media (max-width: 767px) {
  .uk-heading-large {
    font-size: 26px;
    line-height: 29px;
  }
}

/* CSS pour rendre les vidéos reponsive */  
.embed-container {  
    position: relative;  
    padding-bottom: 56.25%; /* 16/9 ratio */  
    padding-top: 30px; /* IE6 workaround*/  
    height: 0;  
    overflow: hidden;  
}  

.embed-container iframe,  
.embed-container object,  
.embed-container embed {  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
}