@font-face {
  font-family: "Adelphe";
  src: url("../fonts/Adelphe-FructidorRegular.ttf");
}
@font-face {
  font-family: "ReadyClouded";
  src: url("../fonts/ReadyClouded-Light.otf");
}
@font-face {
  font-family: "PetitFrere";
  src: url("../fonts/VG5000-Regular_web.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "PetitFrere";
  src: url("../fonts/PetitFrereWide-Black.otf");
  font-weight: bold;
}

.espace-editorial{
    border:1px solid black;
    font-weight: normal;
    padding: .7em .6em .4em .6em;
    position:fixed;
    right:4em;
    top:3em;
    padding: .7em .6em .4em .6em;
    text-transform: uppercase;
    font-size: .8rem;
  }

body{
  background-color: rgb(245,245,245);
  padding:3em 5em 5em 5em;
  font-family: "PetitFrere";
  font-size: 1em;
}

.subPart{
  padding-left:10%;
}

form {
    position: absolute;
    right: 1em;
    top: 1em;
}

.prototype{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    width: 100vw;
    background-color: rgb(245,245,245);
    z-index:10000;
}

.imagetitre{
    width: 33vw;
    /*  */
    z-index:100;
}

.about{
    margin:0;
    padding:0.5%;
    padding-right:2%;
    padding-left:1%;
    width: 27%;
    line-height: 1;
    border:1px solid black;
    border-left-width: 1%;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-width:1%;
    /* border-radius:20%; */
    border-top-left-radius: 0;
}

body{
    margin:0;
    padding:0;
}



.flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    margin:0;
    padding:0;
    padding-top:12%;
    padding-bottom:5%;
    justify-content: center;
    align-items:center;
}

.headerProto{
    width: 100%;
    display: flex;
    align-items: center;
}

span{
    width: 50%;
    padding:1%;
}
span p {
    padding:0;
    margin:0;
    line-height: 1.3;
    font-size:0.8rem;
}
.separator{

    border-bottom:solid 1px black;
    align-self: center;
    padding:0;
    padding-right:1%;
    padding-left:1%;
    width: 100%;
  }

h1{
    font-family: "Adelphe";
    font-weight: normal;
    font-size: 5em;
    color:black;
    width: 100%;
    text-align: center;
    margin:0;
    padding-top:1%;
    padding-bottom:1%;
    transition: all 1s;
}


h1:hover{
    /* letter-spacing:2vw; */
    text-align:center;
    width: 100%;

}

img, .couvProto{
    width: 5%;
    right:0;
    padding:1%;
    padding-right:0;
}

img, .couvProto:nth-child(even){
    width: 5%;
    left:0;
    padding:1%;
    padding-right:0;
}

.subFlex h2{
    padding:0.2%;
    padding-left:1%;
    padding-right:1%;
    margin:0;
    font-size:1rem;
    width: 100%;
    color:black;
    border:1px solid black;
    border-left-width: 0;
    border-right-width: 1%;
    border-bottom-width: 0;
    border-top-width:1%;
    /* border-radius:20%; */
    border-top-left-radius: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-self:flex-start;
    transition: all 0.5s;
}

.subFlex h2:nth-child(even){
    border:1px solid black;
    border-left-width:0;
    border-right:1%;
    border-top:0;
    border-bottom:1%;
    align-self:flex-end;

}

.subFlex h2:first-of-type{
    border-left-width:0;
}

.subFlex h2:last-of-type{
    border-right-width:0;
}

.subFlex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height:7vh;
}

h2:hover{
    width:400%;
    font-size:1.5rem;
    transition: all 0.5s;
    transition-timing-function: ease-in-out;
}

a{
    color:black;
    width: inherit;
  }
  a:hover{
      color:black;
  }


