@font-face {
    font-family: police1;
    src:url(fonts/Faune-DisplayBoldItalic.otf);
}

@font-face {
    font-family: police2;
    src:url(fonts/Faune-TextRegular.otf);
}

body {
    background-color: #f7f5ee;

}

#news {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 5s;
  
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
  }
  
  @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

.bureau {
    background-color: #f7f5ee;
    font-family: police1;
    font-size: 2vw;

}

#atelier {
    max-width: 100%;
    float:right;
    padding-right: 45px;
    margin-top: 40px;
}

#atelier2 {
    display: none;
    max-width: 100%;
}


#presentation  {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  
}

#presentation2  {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.5vw;


}

iframe {
    max-width: 100%;
}


#presentation2 p {
    width: 80%;
}

#presentation2 a {
    color: black;

}

#presentation h1{
font-size: 12vw;
color: black;
text-decoration: none;
text-align: right;
line-height: 0.8;
margin-left: 0px;
padding-right: 50px;
}

#lien_retour {
    color: black;
    text-decoration: none;

}

iframe {
    border: solid 6px black;
    margin-top: 50px;
}

#profil {
    font-family: police2;
    margin: 0 auto;
    width:100%;


}



.bloc {
opacity: 0;
}

#modal01 {
    position: fixed;
  
    width: 35%;
    height: auto;
    top: -4px;
    left: 25%;

}

.pop img {
    border-radius: 10px;
}


#content {
    width:100%;
    text-align: justify;
    margin: 0 auto;
 
}

div.cell {
    width:280px;
    height:480px;
    overflow: hidden;

    display: inline-block;
    border-radius: 10px;
    margin: 8px;

    -webkit-transition: width 1s;
    transition: width 1s;
    vertical-align: top;
}

.expanded {
    /* width:30% !important;*/
    /*
    width:380px !important;
    height:580px !important;
    */

    transform: scale(1.1, 1.1);
    position: relative;
    z-index: 100;
}

.normal {
    width:280px !important;
    height:480px !important;

}
    

div.vignettes {
    width:100%;
    height: 100%;
    background-size: cover;
	background-position: 50% 50%;
    transition: all 1s;

   

}

.vignettes:hover {
    transform: scale(1.2);
}

#menu a{
    font-family: police2;
    font-size: 2vw;
    color:black;
    text-decoration: none;
    display: block;
}

#menu p{
    font-family: police2;
    font-size: 2vw;
    color:black;
    text-align: left;
    line-height: 1;
    padding-left: 4px;
}

#contact  {
    color:blue;
}

#v_00 {
    background-image:url("000.jpg");
}

h1 {
    font-family: police1;
    font-size: 2.7vw;
    margin: 0px;
    margin-bottom: 50px;
}

.cell p {
    font-family: police2;
    font-size: 1.1vw;
    color:black;
    text-align: left;
    line-height: 1;
    margin-top: 0px;
    padding: 2px;
}

.cell h2 {
    font-family: police1;
    font-size: 1.5vw;
    margin-top: 0px;
}

#fb {
    width: 10%;  
    position: relative;
    top: 4px;
}









/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {
    div.cell {
        width:150px;
        height:250px;
        overflow: hidden;
    
        display: inline-block;
        border-radius: 10px;
        margin: 8px;
    }


    #menu a{
        font-family: police2;
        font-size: 16px;
        color:black;
        text-decoration: none;
        display: block;
        margin-left: 4px;
    }
    
    h1 {
        font-size: 38px;
        margin: 0px;
        margin-bottom: 20px;
        line-height: 0.8;
    }

    #content {
        width:100%;
        text-align: center;
        margin: 0 auto;
    }
    

    #menu {

        text-align: left;
    }

    #menu h1 {
        margin-bottom: 20px;

    }

    
    #menu p {
        font-size : 14px;
    }

    .cell h2 {
        font-family: police1;
        font-size: 12px;
        margin-top: 0px;
        text-align: left;
      }

      .cell p {
        font-family: police2;
        font-size: 11px;
    text-align: left;
          margin-top:2px;
          margin-bottom:2px;
      }


    #presentation  {
        width: 90%;
        display: inline-block;
        vertical-align: top;
      
    }
    
    #presentation2  {
        width: 90%;
        display: inline-block;
        vertical-align: top;
        font-size: 1.5vw;
        margin-left: 4%;
        margin-top: 0px;
    }


    #presentation2 p {
        font-size: 20px;
        width: 100%;

    }
    #presentation h1 {

        font-size: 100px;

        padding-right: 0px;
    }

    #atelier{
        display: none;
    }

    #atelier2{
        display: block;
    }


    #jaja {
        display: none;
    }
   

}