/*------------------------------------*\
    GLOBALS
\*------------------------------------*/

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

body {
  background: url("../img/header.jpg") no-repeat scroll 0 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #221e41;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*#loader-digilove {
  opacity: 0;
  background: rgb(19, 52, 80);
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#loader-digilove img {
  width: 300px;
  margin: 20% auto;
  display: block;
}

body.is-loading #loader-digilove {
  opacity: 1;
}*/

.thumbnail {
  border-radius: 0;
}

#digilove {
  background: url("../img/digilove.png") no-repeat scroll right 0 transparent;
  height: 180px;
  background-size: contain;
  margin-bottom: 20px;
  margin-top: 40px;
  margin-right: 200px;
}

#digilove span {
  display: none;
}

.button-container {
  display: none;
}

.dark {
    min-height: 515px;
}

.dark .selection {
    margin: 10px 0 0 -50px;
    width: 100%;
    padding-bottom: 20px;
    text-align: right;
}

.dark .selection:after {
  clear: both;
  content: '';
  display: table;
}

.dark {
  margin: 0 100px;
  padding-left: 5px;
}

.dark .selection ul {
    list-style: none;
    color: #fff;
    width: 600px;
    text-align: center;
    display: inline-block;
    padding: 6px 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: lighter;
    line-height: 1.3rem;
}

.dark .selection .by-mobile {
  display: none;
}

.dark .selection ul li {
  font-size: 24px;
  color: #fff;
  padding-right: 10px;
  margin-right: 6px;
    -webkit-transform: scale(1,0.7);
  -moz-transform: scale(1,0.7);
  -ms-transform: scale(1,0.7);
  -o-transform: scale(1,0.7);
}

.dark .selection ul li:last-child {
  border: none;
}

.dark h1 {
  width: 700px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 57px;
  margin: 0 50px 0 0;
  width: 700px;
  letter-spacing: 2px;
  font-weight: 700;
}

.dark p {
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
    padding: 0 220px 20px 10px;
}

.dark p.by-mobile {
  display: none;
}

.dark p #digitick {
  background: url("../img/digitick-small.png") no-repeat scroll center bottom transparent;
  display: inline-block;
  width: 150px;
  height: 50px;
  vertical-align: middle;
  background-size: contain;
  margin: 0 5px;
}

.dark p #infoconcert {
  background: url("../img/infoconcert-small.png") no-repeat scroll 0px 2px transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  height: 50px;
  width: 89px;
  background-size: contain;
}

.dark .button {
  color: #fff;
  width: 250px;
  margin: 25px auto 0;
  text-align: center;
  padding: 8px;
  font-size: 27px;
  background: #EA148D;
  border-left: 1px solid #EA148D;
  border-bottom: 3px solid #B91672;
  border-right: 1px solid #B91672;
  border-top: 1px solid #EA148D;
  border-radius: 8px;
  height: 50px;
  display: none;
    -webkit-transition: all 500ms ease-in-out;
     -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
       -o-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
          text-decoration: none !important;
}

.dark .button:hover {
  transition: all 500ms ease-in-out;
  background: #EA148D;
  border-left: 1px solid #EA148D;
  border-bottom: 3px solid #B91672;
  border-right: 1px solid #B91672;
  border-top: 1px solid #EA148D;
}


.button-container {
  padding: 20px 0;
}


.main {
  margin: 35px 100px 120px;
}

.main:before {
  content: "©robinantoine.com";
  position: absolute;
  top: 70px;
  right: -40px;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);

}

.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0px;
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  height: 470px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: #000;
  -webkit-transition: all 0.3s linear 0s;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}

.post-module .thumbnail {
  background: #000000;
  height: 400px;
  padding: 0px;
  border: none;
  overflow: hidden;
  border: none;
  border-radius: none;
}

.post-module .thumbnail img {     
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module .post-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  background: #2077b5;

}

.post-module .post-content .category {
  position: absolute;
  top: -34px;   
  position: absolute;
  top: -34px;
  left: 0;
  background: #E2047D;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  margin: 0;
  padding: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #A4D5EF;
  font-size: 16px;
  font-weight: bold;
}

.post-module .post-content .description {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
}

.post-module .post-content .description span {
  display: block;
  padding: 10px 0;
  margin-top: 5px;
  font-size: 13px;
  display: block;
  padding: 10px 0;
  color: #ccc;
}


.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.post-content .description a {
  padding: 10px 14px;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  margin-top: 15px;
  font-size: 12px;
  margin-right: 15px;
  cursor: pointer;
  background: #EA148D;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 3px;
}

.post-content .description a:hover {
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: #222;
} 
.post-content .description a.second {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 9px 15px;
  color: #fff;
  margin-top: 10px;
}


.post-content .description a.second:hover {
  background: #EA148D;
  border: 1px solid #EA148D;
  color: #fff;
}

.post-content a.deezer-link {
    display: none;
    color: #fff;
    padding: 8px 10px;
    border: 1px solid #fff;
    border-radius: 6px;
}


.post-content a.deezer-link:hover {
  text-decoration: none;
}

.post-content a.deezer-link i {
  margin-right: 10px;
}



/*------------------------------------*\
    LOSTS CARDS
\*------------------------------------*/

#lostcards div span {
  color: #ffffff;
  font-size: 17px;
  padding-top: 10px;
  text-transform: uppercase;
}

#lostcards div #liens {
  padding: 0px;
  margin: 15px auto 0; 
  height: auto;
}

#lostcards div #liens a i { 
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;  
}

#lostcards div #liens a i:hover {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; 
}

#lostcards div #liens a {
  font-size: 50px;
  margin-right: 20px;
  -webkit-transition: 0.3s padding-top;
  -o-transition: 0.3s padding-top;
  transition: 0.3s padding-top;
}

#lostcards div #liens a:hover {
  margin-top: 8px;
}

#infos-edition {
      margin: 50px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

#lostcards p, #lostcards h3 {
  color: #fff;
}

#lostcards h3 {
  font-size: 32px;
  margin: 20px 0;
}

#lostcards p {
  font-size: 20px;
  text-align: justify;
}



/*---------------------------------------------------*\
  FOOTER DEEZER
\*---------------------------------------------------*/

#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

#footer iframe {
  width:100%;
  height:92px;
  margin-top: 10px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

#footer iframe:hover {
  height: 450px;
}





/*---------------------------------------------------*\
  FRAMES DEEZER
\*---------------------------------------------------*/

.post-content .description iframe {
  height:62px;
  width:100%;
  margin-top:10px;
}



/*---------------------------------------------------*\
  QUERIES
\*---------------------------------------------------*/

@media only screen and (min-width : 1900px) {

  .post-module {
    height: 600px;
  }

  .post-module .thumbnail {
    height: 600px;
  }

  #lostcards {
    height: 600px!important;
  }

  .dark {
      margin: 0 240px;
  }

  #digilove {
    height: 180px;
  }

}

@media screen and (min-width: 1440px) and (max-width: 1800px) {
    .post-module .post-content {
        padding: 20px;
        height: 90px;
    }
}

@media only screen and (min-width: 1025px) and (max-width : 1440px) {

  body {
background: url("../img/header.jpg") no-repeat scroll 0 0;
    background-color: #221e41;
  }

  .main {
      margin: 35px 10px 120px;
  }

  .post-content .description a.second {
      padding: 7px 13px;
  }

  #digilove {
    height: 180px;
  }

  .dark .selection ul li {
    font-size: 21px;
  }


  .post-module .post-content .sub_title {
    font-size: 13px;
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  .post-module .post-content .description span {
    padding: 5px 0;
  }

  .post-module .post-content .title {
    font-size: 18px;
  }

  .dark {
    min-height: 600px;
  }

  .dark p {
    padding-top: 40px;
  }

  #lostcards p {
    font-size: 16px;
  }

  #infos-edition {
    margin: 20px 0;
  }

  #lostcards h3 {
    font-size: 28px;
  }

}

@media screen and (min-width: 1280px) and (max-width: 1440px) {

  .post-content .description a,
  .post-content .description a.second {
    margin-right: 5px;
    padding: 5px 8px;
  }

  .post-content .description a {
    padding: 6px 8px;
  }

  .post-module .post-content .description {
    font-size: 13px;
  }

}


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

    .post-module .post-content .title:after {
      content: "\f106";
      font-family: "Fontawesome";
      position: absolute;
      right: 5px;
      top: -5px;
      font-size: 18px;
      color: #FFF;
      border: 1px solid #FFF;
      padding: 8px 10px 11px 10px;
      border-radius: 8px;
      width: 39px;
      text-align: center;
    }

    #lostcards .socials {
      margin: 20px 0;
    }

    .post-module .post-content .title.mirror:after {
      display: none;
    }

    #lostcards {
      width: 100%
    }

    #infos-edition {
      margin: 30px 0;
    }

}


@media only screen and (min-width: 769px) and (max-width : 1024px) {

  #infos-edition {
    margin-bottom: 50px;
  }

  body {
    background: url("../img/header.jpg") no-repeat scroll 0px 0px;
    background-color: #0097E6;
  }

  .main {
    margin: 0;
  }

  .container-fluid {
    padding: 0;
  }

  .dark {
      margin: 0 40px;
  }

  .dark .selection ul li {
    color: #fff;
  }

}


@media only screen and (min-width: 500px) and (max-width : 768px) {

  body {
    background: url("../img/header-tablet.jpg") no-repeat scroll center 0 #221e41;
    background-size: contain;
  }

  #digilove {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 210px 15px -45px 15px;
    height: 190px;
    background-position: center;
  }

  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .button-container {
    display: block!important;
  }

  .dark {
    margin: 0;
    padding-left: 0;
    min-height: 530px;
  }

  .dark .selection ul li {
    font-size: 17px;
    margin: 0 5px;
    color: #fff;
  }

  .dark .selection {
    margin: 40px 100px 0 0;
    width: 100%;
    border: none;
    padding: 10px 20px;
    text-align: center;
  }

  .dark .selection ul {
    width: auto;
  }

  .dark h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    width: 100%;
    margin: 0 20px 0 20px;
    max-width: 100%;
  } 

  .dark p {
    padding: 20px;
    font-size: 16px;
    text-align: center;
  } 

  .dark .button {
    display: block;
    margin: 10px auto 0;
  }

  .main {
    margin: auto;
    margin-bottom: 60px;
  }

  #lostcards div #liens a {
    margin-right: 15px;
  }

  #lostcards p {
    font-size: 15px;
  }

  #lostcards h3 {
      font-size: 24px;
      margin: 10px 0;
  }

  #lostcards div #liens a {
    font-size: 40px;
  }

  #lostcards:before {
    content: "";
    display: table;
    clear: both;
  }

  .main .colon:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  #infos-edition {
    margin: 10px 0;
  }

  #lostscards .socials {
    margin: 20px 0;
  }

}

#lostcards {
  height: auto;
  padding: 50px;
  min-height: 470px;
}



@media only screen and (max-width : 390px) {
    .dark .selection ul li {
    font-size: 16px;
  }
}


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

  .post-module .post-content .description {
    margin-bottom: 20px;
  }

  a:hover, a:active {
    text-decoration: none!important;
    outline: initial;
  }

  .deezer-link {
    display: inline-block!important;
  }

  .main:before {
    font-size: 12px;
  }

  .post-module .post-content .title:after {
    top: -8px;
    right: -15px;
  }

  .post-module .post-content .sub_title {
    font-size: 14px;
  }

  .post-module .post-content .title {
    font-size: 20px;
  }

  .post-content .description a,
  .post-content .description a.second {
    margin-right: 5px;
    padding: 7px 10px;
  }

  .post-content .description a {
    padding: 8px 10px;
  }

  body {
    background: url("../img/header-mobile.jpg") no-repeat scroll center 0px #221e41;
    background-size: contain;
  }

  .dark {
      min-height: 100vh;
  }

  #digilove {
    width: 100%;
    height: 190px
  }

  header {
    padding: 5px;
  }

  .dark h1 {
    font-size: 35px;
  }

  #footer {
    max-width: 375px;
    overflow: hidden;
    bottom: -100px;
  }

  .dark .selection {
    padding-left: 10px;
    display: none;
  }

  .dark .button {
      display: block;
      margin: 0 auto 0;
  }

  .dark p #infoconcert {
    background: url("../img/infoconcert-small.png") no-repeat scroll 0px 10px rgba(0, 0, 0, 0);
    background-size: 80%;
  }

  .dark .selection ul {
    line-height: 1.2rem;
  }

  .dark p.by-mobile {
    display: block!important;
    text-align: center;
    padding-left: 40px;
  }

  .dark .by-desktop {
    display: none;
  }

  .dark h1 {
    font-size: 30px;
  }

  .button-container {
    background-color: transparent;
  }

  #lostcards div #liens a {
    margin-right: 5px;
  }

    #digilove {
      background: url("../img/digilove.png") no-repeat scroll center 0 transparent;
      background-size: contain;
      color: #fff;
      font-size: 50px;
      font-weight: 900;
      text-transform: uppercase;
      margin-top: 180px;
    }

    .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }

    .button-container {
      display: block!important;
    }

    .dark {
      margin: 0;
      padding-left: 0;
    }

    .dark .selection ul li {
      font-size: 17px;
      margin: 0 5px;
      color: #fff;
    }

    .dark .selection {
      margin: 10px 100px 0 0;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      border: none;
    }

    .dark h1 {
      color: #fff;
      font-size: 50px;
      font-weight: 900;
      width: 100%;
      margin: 0 20px 0 20px;
      max-width: 100%;
    } 

    .dark p {
      padding: 20px;
      font-size: 16px;
    } 

    .dark .button {
      display: block;
      margin: 10px auto 0;
    }

    .main {
      margin: auto;
    }

    #lostcards div #liens a {
      margin-right: 10px;
    }

  }

  #lostcards {
    height: auto;
    padding: 50px;
    min-height: 470px;
    background-color: #221e41;

}

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

  #digilove {
    height: 155px;
  }

  .dark p.by-mobile {
    padding: 10px 0 0 0;
  }

  .post-module .post-content .title:after {
      content: "\f106";
      font-family: "Fontawesome";
      position: absolute;
      right: -15px;
      top: -18px;
      color: #FFF;
      border: 1px solid #FFF;
      padding: 8px 10px 11px 10px;
      border-radius: 8px;
  }

  body {
    background-size: contain;
  }

}





