* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



// Font-face
//==========

@font-face {
    font-family: 'futura-medium';
    src: url('../fonts/Futura_medium.eot');
    src: url('../fonts/Futura_medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Futura_medium.woff') format('woff'),
         url('../fonts/Futura_medium.ttf') format('truetype'),
         url('../fonts/Futura_medium.svg#futura-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}




body {
  background: url('../images/bg.jpg') top left repeat white;
  background-size: cover;
  background-attachment: fixed;
  font: normal 12px/16px Arial, sans-serif;
  text-align: justify;
}


img{
  display: block;
}

ul {
  list-style-type: none;
}



.tree.bottom{
    background: url('../images/tree-bot.png') top center no-repeat transparent;
     background-size: cover;
}
.tree.bottom:before{
  content:"";
  display: block;
  padding-top: 40%;
}
.tree{
  bottom: 0;
  left: 0;
  position: fixed;
  width:100%;
}

.border{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2em solid white;
   -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  transform: rotate(-2deg);
}


.chanmax{
/*  background: url('../images/logo-chx.png') center center no-repeat transparent;
*/  display: inline-block;
  background-size: cover;
  background-color: rgba(255,255,255,.7);
  bottom: 1%;
  left: 1%;
  opacity: .8;
  position: fixed;
  width:14%;
  transform: rotate(-90deg) translate(-40%, 10%);
  transform-origin: top left;
}

.chanmax img{
  display: block;
  width: 100%;
}
/*.chanmax:before{
  content:"";
  display: block;
  padding-top: 43%;
}*/


.master{
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.col{
  background: rgba(255, 255, 255, .85);
  float: left;
  margin: 0 0 20px 0;
  padding: 10px;
  position: relative;
}

.col.left{
  width:30%;
}
.col.center{
  width:45%;
}
.col.right{
  /*padding: 0 0 10px 10px;*/
   width: 25%;
}


.col.right a{
  color: #8e171c;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all, .1s linear;
  -moz-transition: all, .1s linear;
  -ms-transition: all, .1s linear;
  -o-transition: all, .1s linear;
  transition: all, .1s linear;
}

.col.right a:hover{
  background: #8e171c;
  color: white;
}


.bt-presskit{
  background: #8e171c; 
  color: white !important;
  display: block;
  float: left;
  font: normal 18px/25px 'futura-medium';
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
  text-transform: uppercase;
  width: 100%;
  z-index: 3;
  -webkit-transition: all, .1s linear;
  -moz-transition: all, .1s linear;
  -ms-transition: all, .1s linear;
  -o-transition: all, .1s linear;
  transition: all, .1s linear;
}

.bt-presskit:before{
  content:'';
  background-color: black;
  height:100%;
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all, .1s linear;
  -moz-transition: all, .1s linear;
  -ms-transition: all, .1s linear;
  -o-transition: all, .1s linear;
  transition: all, .1s linear;
}

.bt-presskit:hover{
  color: #e0b751 !important;/*#8e171c;*/
}
.bt-presskit:hover:before{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

h1{
  text-indent: -9999999px;
  position: absolute;
  top: 0;
  left: 0;
}

/*.logo{
  background: url('../images/logo.png') top center no-repeat transparent;
  background-size: auto 100%;
  width: 100%;
}
.logo:before{
  content:"";
  display: block;
  padding-top:15%;
}*/

.logo{
  display: block;
  margin: 0 auto;
  width: 50%;
}

.visual{
  display: block;
  width:100%;
}

.description{
  color: black;
  margin: 10px 0;
}

i{
  color: #8e171c;
  font-weight: bold;
}

.title{
  color: #8e171c;
  font: normal 16px/18px 'futura-medium', Arial, sans-serif;
  font-weight: bold;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
}


.player{
  margin: 0 0 10px 0;
  position: relative;
  width: 100%;
}
.player:before{
  content:"";
  display: block;
  padding-top: 100%;
}
.player img{
  border: 2px solid black;
  width: 100%;
}
.player iframe{
  position: absolute;
  top: 0;
  left:0;
}

.col.center .player:before{
  padding-top: 56.5%;
  margin-top: 20px;
}

.tour:first-of-type{
  background-color: rgba(255,255,255,.8);
  border-top: 1px dotted #8e171c;
  border-bottom: 1px dotted #8e171c;
  margin: 10px 0;
}
.tour .title{
  margin-top: 10px;
}

.tour ul{
  margin-bottom: 10px;
  text-align: left;
}
.tour ul li{
  margin: 3px 0;
}

.tour ul li a{
  text-transform: initial !important;
  display: inline-block !important;
}

.date {
  font-weight: bold;
  
}
.nom{
  color: #8e171c;
}
.city{
  font-style: italic;
}
.support{
  color: #8e171c;
  text-transform: uppercase;
}

.separated{
  position: relative;
}
.separated:before{
  content:'';
  background-color: rgba(0,0,0,.3);
  height: 1px;
  width: 70%;
  margin: 20px auto ;
  display: block;
}

@media screen and (max-width: 860px) {
  .master{
    width: 65%;
  }
  
  /*.logo:before{
    padding-top:32%;
  }*/
  .logo{
    width: 100%;
  }
  .col, .bt-presskit {
    float: none;
    width: 100% !important;
  }
  .col.right{
    padding: 10px 0 10px 0;
  }
  .col.right .title{
    padding-left: 10px;
  }
  .col.right a, .col.right ul{
    padding-left: 10px;
    padding-right: 10px;
  }
  .col.right .description{
    padding:0 10px;
  }

  .border{
    border-width: 1em;
  }
}
