/*
* ===========================================
* Styles CSS (mobile)
* ===========================================
*/

body {
  font-size: 4.4vw;
  line-height: 110%;
  line-height: 5vw;
}

/* test */
a.more{
  text-decoration: none;
  border:1px solid #222;
  padding:1vw;
}

#gradient{
  height:48vw;
}

h3 {
    margin-left: 8vw;
}

/* Nav */
nav{
  display:none;
}

header h1{
  font-size: 4.4vw;
  line-height: 5vw;
}
header h1.bas{
  display:none;
}


/* Content */

#content {
	 /* margin: 1vw;*/
	  /*display: grid;
	  grid-template-columns: repeat(1,1fr);
	  grid-gap: 2vw;*/
    display:block;
    margin-left:12vw;
    margin-right:12vw;
}

#content h2{
  top:2.6vw;
}

.news h1{
	/*font-size: 6.4vw;*/
  font-size: 12.8vw;
  line-height: 12.8vw;
  /*line-height: 110%;*/
    /*line-height: 7vw;*/
    margin-top:8vw;
}

.internalPage{
  padding-top: 4.4vw;
}

#content > div.works h2{
  font-size: 4.4vw;
  line-height: 110%;
  margin-left:0vw;
}

#content > div.works > div {
  display:block;
  /*display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 2vw;*/
  font-size: 4.4vw;
  line-height: 5vw;
}

#content > div.works > div .digest{
  padding-left:0vw;
}
#content > div.works > div .digest.colonne {
    /*grid-column: span 9;*/
}
#content > div.works > div .digest.colonne h5.first, h5.first {
    margin-top: 4vw;
}

#content > div.works > div .digest.colonne.colonne2 h5.first {
    margin-top: 4vw;
}
#content > div.works > div .digest.colonne.colonne2 h5.nomargin {
    margin-top: 4vw;
}

#content > div.works > div .digest.description {
    padding-right: 0vw;
    font-size: 4.4vw;
    line-height: 5vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
}

#content > div.works > div .digest.double{
   padding-right: 0vw;
   font-size: 4.4vw;
    line-height: 5vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
}

#content > div.works > div .digest.double ul{
  /*padding-top: 4.4vw;*/
}
#content > div.works > div .digest.double li {
  font-size: 4.4vw;
  line-height: 5vw;
}
#content > div.works > div .digest.double.links li {
  font-size: 4.4vw;
  line-height: 8.4vw;
}


/* span animation style */
#content span.tiny{
  font-size:4.2vw !important;
  transition:all 0.4s !important;
}


svg circle{
  opacity:0.6;
}

/* Listening chamber */

#ferme{
  top: 4vw;
  right: 4vw;
  font-size: 8vw; 
}

#svgAudioCurve text {
  /*font-size: 6.8vw;*/
  font-size: 3vw;
  fill: #777;
  transform:translateY(10.8vw);
}




/* TEMP */
/*
#svgZone{
  border:10px solid pink;
}
#measure{
  height:5699px;
}*/




