@charset "utf-8";





/* -------------- conteneurs ---------------- */	


html{
height:100%;
cursor: url(../images/mini-curseur.cur), pointer; 
}

body {
margin: 0 auto;
padding:0;
font-family: 'Libre Baskerville', serif;
font-family:'hkgrotesk-regular', sans-serif;
width:100vw;
background: #F5F5F5;
}


a{
cursor: url(../images/curseur-petit.cur), pointer;
}


button{
  outline: none;
}


/* ------loader------ */

#loader{
            height: 100vh;
            width:100%;
            background-color:#e5d6cc;
            z-index: 200;
            position: fixed;
            top: 0;
            left: 0;
}
	

/* ------fin du loader------ */

.descriptif{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}

#wrapper{
width:100%;
height:auto;
max-height:100vh;
}

#contenant{
width:auto;
}



.header_down{
    position: fixed;
    display: inline;
    width: calc(100% - 100px);
    height: 90px;
    background: #F5F5F5;
    top: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    z-index: 104;
    font-size: 15px;
    line-height: 19px;
    transition: all 300ms ease-in-out;
}

.nav-up {
position: fixed;
display:inline;
width: calc(100% - 100px);
height: 90px;
background:#F5F5F5;
top:0;
padding-left: 50px;
padding-right: 50px;
padding-top: 30px;
z-index: 104;
font-size: 15px;
line-height: 19px;
transition: all 300ms ease-in-out;
top:-120px;
}


#navigation{
position: relative;
width: auto;
height: auto;
list-style: none;
text-decoration: none ;
margin-right: 100px;
margin-top: 0;
padding: 0;
float:left;
display : inline;
transition: all 200ms ease-in;
}


#navigation2{
position: relative;
width: auto;
height: auto;
list-style: none;
text-decoration: none ;
margin: 0;
padding: 0;
float:right;
display : inline;
}



#logo{
position: relative;
margin: 0 auto;
width: 150px;
margin-top: 16px;
text-align: center;
opacity:1.0;
-webkit-transition: all 200ms ease-out;
transition: all 200ms ease-out;
overflow:show;
}

#logo svg{
	fill: #2d2d2d;
  transition: all 200ms ease-out;
}

#logo svg:hover{
  transform: scale(0.95);;
}

#logo-mobile{
	display:none;
}

#logo-mobile svg{
	fill: #2d2d2d;
}

#contact{
list-style: none;
float: left;
position: relative;
display : inline;
}




#menu_icone {
  position: fixed;
  right: 3px;
    left: auto;
    top: 8px;
    width: 61px;
    z-index: 109;
    display: none;
}

#menu_icone svg{
position:relative;
float:right;
margin-right:10px;
width:25px;
height:25px;
}

.menu{
background: #e5d6cc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 106vh;
    z-index: 100;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}



.menu li{
color:#2d2d2d;
}

.menu a{
color:#2d2d2d;
}

.menu li a:hover{
color:#2d2d2d;
}

.menu li > a:before {
background-color:#2d2d2d;
}

.apparition .menu{
display:flex;
}


#navigation_menu{
position: relative;
width: auto;
height: auto;
list-style: none;
text-decoration: none ;
padding: 0;
display : block;
transition: all 200ms ease-in;
z-index:99;
margin:0 auto;
font-family: 'Libre Baskerville', serif;
font-size: 30px;
line-height: 60px;
}


#logo_menu{
position: relative;
margin: 0 auto;
  width: 150px;
  margin-top: 8px;
  text-align: center;
}

#contact_menu{
list-style: none;
position: relative;
display : block;
}


/*_________________________________ HOMEPAGE ___________________________*/

.header_homepage{
position: absolute;
display:inline;
width:calc(100% - 100px);
height: 90px;
background: #F5F5F5;
top:0;
padding-left:50px;
padding-right:50px;
padding-top:30px;
z-index: 104;
font-size: 15px;
line-height: 19px;
}

.home-structure{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  margin-top:120px;
  height:calc(100vh - 120px);
  width:100%;
  padding:0;
}

.home-etage-1{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin:0 auto;
  width:100%;
  height:60%;
  overflow:hidden;
  background: #2D2D2D;
}

.home-etage-3{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin:0 auto;
  width:100vw;
  padding:0;
  height:40%;
}

.home-etage-3-gauche{
	flex-grow: 1;
	background:#c16a4f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display:flex;
	align-items: center;
	justify-content: center;
  transition: all 400ms ease-in-out;
}


.home-etage-3-droite{
	flex-grow: 1;
	background:#e5d6cc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display:flex;
	align-items: center;
	justify-content: center;
  transition: all 400ms ease-in-out;
}


.bouton-accueil{
text-align: center;
    font: 2.8vw 'Libre Baskerville';
    color: #2d2d2d;
    width: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    align-items: center;
	justify-content: center;

}
/*
.home-etage-3 div:hover{
  box-shadow: inset 0px 0px 20px 0px #2D2D2D;
}
*/
.texte-accueil {
  position:absolute;
  width:100%;
  height:58vh;
color:#ffffff;
  margin:0 auto;
  text-align:center;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    flex-direction:column;
    align-items: center;
  justify-content: center;
}

.texte-accueil h1{
font:80px 'Libre Baskerville', serif;
line-height: 90px;
width:80%;
margin-bottom:30px;
}

.texte-accueil h2{
font:30px 'hkgrotesk-regular', serif;
}



/*
.hover-bouton {
  position:absolute;
    width: 0vw;
    height: 0vw;
    border-radius: 12.5vw;
    border:solid 1px #2D2D2D;
    transition: all 400ms ease-in-out;
}

.home-etage-3 div:hover .hover-bouton{
  width: 15vw;
    height: 15vw;
    border-radius: 12.5vw;
}

.home-etage-3-gauche:hover{
  flex-grow: 3;
}

.home-etage-3-droite:hover{
  flex-grow: 3;
}
*/

/*----------------------- PAGE TRAVAUX --------------------*/

.grille{
position:relative;
margin-top: 120px;
z-index: 97;
width: 100%;
height: auto;
cursor: url(../images/mini-curseur.cur), pointer;
}

.colonne1{
height: auto;	
position: relative;
width: 50%;
float: left;
transition: all 250ms ease-out;
}

.colonne2{
height: auto;	
position: relative;
width: 50%;
float: right;
transition: all 250ms ease-out;
}


.titre_vignette{
font-family: 'Libre Baskerville', serif;
font-size:2vw;
}



.hover_vignettes{
z-index:90;
width:100%;
height:100%;
left:0;
right:0;
z-index:100;
position: absolute;
margin: 0 auto;
opacity: 0;
text-align:center;
-webkit-transition: opacity 250ms ease-in-out;
transition:opacity 250ms ease-in-out;
}

.hover_blanc{
	background:#ffffff;
}

.hover_beige{
	background:#e5d6cc;
}

.hover_rose{
	background:#e9bfaf;
}

.hover_orange{
	background:#c16a4f;
}

.texte_vignette{
margin-top:30%;
opacity:0;
color:#2d2d2d;
-webkit-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}

.informations_vignette{
font-size:1.3vw;
margin-top:1.5vw;
-webkit-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}

.vignette_horizontale:hover .hover_vignettes{
opacity:1;
-ms-transform: opacity(1); 
-webkit-transform: opacity(1);
transform: opacity(1);
}

.vignette_horizontale:hover .texte_vignette{
opacity:1;
margin-top:26%;
}

.vignette_horizontale:hover .informations_vignette{
	margin-top:0.5vw;
}



.hover_vignettes_vertical{
z-index:90;
width:100%;
height:100%;
left:0;
right:0;
z-index:100;
position: absolute;
margin: 0 auto;
opacity: 0;
text-align:center;
transform: opacity(0);
-webkit-transition: opacity 250ms ease-in-out;
transition:opacity 250ms ease-in-out;
}

.hover_vignettes_vertical video{
z-index:90;
width:100%;
height:100%;
left:0;
right:0;
z-index:100;
position: absolute;
margin: 0 auto;
opacity: 0;
text-align:center;
transform: opacity(0);
-webkit-transition: opacity 250ms ease-in-out;
transition:opacity 250ms ease-in-out;
}

.texte_vignette_verticale{
margin-top:60%;
opacity:0;
color:#2d2d2d;
font-size:1.5vw;
-webkit-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}


.vignette_verticale:hover .hover_vignettes_vertical{
opacity:1;
-ms-transform: opacity(1); 
-webkit-transform: opacity(1);
transform: opacity(1);
}


.vignette_verticale:hover .texte_vignette_verticale{
opacity:1;
margin-top:55%;
}


.vignette_verticale:hover .informations_vignette{
	margin-top:0.5vw;
}



.vignette_horizontale{
position:relative;
width:100%;
z-index:95;
opacity:1;
}

.vignette_horizontale img{
position:relative;
width: 100%;
margin: 0 auto;
height: auto;
display:block;
}

.vignette_horizontale video{
position:relative;
width: 100%;
margin: 0 auto;
height: auto;
display:block;
}

.vignette_verticale{
position:relative;
width:100%;
z-index:95;
opacity:1;
}

.vignette_verticale img{
position:relative;
width: 100%;
margin: 0 auto;
height: auto;
display:block;
}

.vignette_verticale video{
position:relative;
width: 100%;
margin: 0 auto;
height: auto;
display:block;
}


.description{
height: 35px;
padding-top: 14px;
font-size: 15px;
}


.image-fixe img{
height: auto;
width: 100%;
background: #aaaaaa;
margin : 0 auto;
text-align: center;
}

.image-gif img{
height: auto;
width: 100%;
margin : 0 auto;
text-align: center;
}

.image-fixe{
z-index:98;
position:absolute;
left:0;
top:0;
width:100%;
display:block;
}


.image-gif{
z-index:96;
position:relative;
width:100%;
display:block;
}

#prez{
width:350px;
font-size: 15px;
float: right;
position: relative;
text-align: left;
}


/* ------------------- PAGES PROJETS ---------------------*/


.projet-description-contenu{
position: fixed;
width: 100%;
top:0;
z-index:10;
overflow:hidden;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
height: 70vh;
padding-top: 120px;
flex-direction: column;
}

.fleche-scroll{
    position: absolute;
    bottom: 80px;
    display:none;
}

.down {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.projet-description-contenant{
position: relative;
height:70vh;
width: 100%;
overflow:hidden;
z-index:10;
background-color: #2D2D2D;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
display:flex;
}

.texte_projet{
position:relative;
margin: 0 auto;
width: 60%;
text-align:center;
}

.projet-photos{
  position:relative;
  width:100%;
  z-index:100;
  background: #f5f5f5;
  float: left;
  padding-bottom:6vw;
}

.projet-fond-blanc{
  background: #ffffff;
}

.image-projet-full {
  position:relative;
  margin:0 auto;
  margin-top:6vw;
  width:100%;
  height:auto;
  float:left;
}

.image-projet-full img{
  width:100%;
  height:auto;
  display:block;
}

.entete{
  margin:0 auto;
}

.image-projet-marge-full{
  position:relative;
  margin-top:6vw;
  margin-left:6vw;
  width:88vw;
  float:left;
}

.image-projet-marge-full img{
  width:100%;
  height:auto;
  display:block;
}

.image-projet-marge-demi{
position:relative;
  margin-top:6vw;
  margin-left:6vw;
  width:41vw;
  float:left;
}

.image-projet-marge-demi img{
  width:100%;
  height:auto;
  display:block;
}

.image-projet-marge-quart{
position:relative;
  margin-top:6vw;
  margin-left:6vw;
  width:41vw;
  float:left;
}

.image-projet-marge-quart img{
  width:100%;
  height:auto;
  display:block;
}


.image-projet-marge-demi video{
  width:100%;
  height:auto;
  display:block;
}

.image-projet-marge-full video{
  width:100%;
  height:auto;
  display:block;
}

.image-projet-full video{
  width:100%;
  height:auto;
  display:block;
}

.projet-navigation{
position: relative;
background-color: #2D2D2D;
height: auto;
width: calc(100vw - 6vw);
display:flex;
flex-direction: column;
padding:3vw;
z-index: 120;
}

.projet-navigation p{
  width:100%;
  display:block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  color:#ffffff;
}

.projet-navigation-contenant{
  position:relative;
  width:100%;
  display:flex;
}

.projet-navigation-contenant img{
    position:relative;
    width: calc(100% - 50px);
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.vignette-navigation{
position:relative;
z-index:95;
opacity:1;
margin:3vw;
}

.vignette-navigation img{
position:relative;
width: 100%;
height: auto;
display:block;
}

.vignette-navigation video{
position:relative;
width: 100%;
height: auto;
display:block;
}


.hover_navigation{
z-index:90;
width:100%;
height:100%;
left:0;
right:0;
z-index:100;
position: absolute;
margin: 0 auto;
opacity: 0;
text-align:center;
-webkit-transition: opacity 250ms ease-in-out;
transition:opacity 250ms ease-in-out;
}

.texte_navigation{
margin-top:29%;
opacity:0;
color:#2d2d2d;
-webkit-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}

.informations_navigation{
font-size:1vw;
margin-top:1.5vw;
-webkit-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}


.vignette-navigation:hover .hover_navigation{
opacity:1;
-ms-transform: opacity(1); 
-webkit-transform: opacity(1);
transform: opacity(1);
}

.vignette-navigation:hover .texte_navigation{
opacity:1;
margin-top:24%;
}

.vignette-navigation:hover .informations_navigation{
  margin-top:0.5vw;
}

.font_blanc a{
  color:#ffffff;
}


/* ----------------------- PARTIE LE STUDIO -----------------------*/

#image_studio{
width:100%;
height:56vw;
position:relative;
z-index:80;
overflow: hidden;
transition: opacity 300ms ease-in;
}


#image_studio img{
	height:auto;
	width:100%;
}


.etage_1{
width:100%;
z-index:20;
}

.espace_contact{
	position:relative;
	text-align:center;
	width:50%;
	margin: 0 auto;
}

#texte_presentation{
	position:relative;
	float:left;
	width:41%;
	margin-left:5%;

}


.contact_perso{
text-align:center;
line-height: 1.4em;
margin-top: 90px;
}

.contact1, .contact2{
	position:relative;
	min-width:210px;
}

.partie-presentation{
position:relative;
    width: 100%;
    height: calc(100vh - 120px);
overflow:hidden;
	background-size: cover;
	background:#e5d6cc;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
flex-direction: column;
align-items: center;
justify-content:center;
}

.partie-presentation p{
  position:absolute;
font:70px 'Libre Baskerville', serif;
width:700px;
color:#2D2D2D;
  margin:0 auto;
  text-align:center;
}


#animation-intro{
	margin:0 auto;
	width:85%;
	object-position: center;
	object-fit: cover;
	text-align: center;
}

#animation-accueil{
  margin:0 auto;
  width:100%;
  object-position: center;
  object-fit: cover;
  text-align: center;
}

.partie-notre-metier{
position:relative;
width:100%;
height:auto;
background-color: #e5d6cc;
padding-bottom:9vw;
padding-top:3vw;
}

.titre-studio{
margin-bottom:4vw;
margin-left:0;
margin-right:0;
position: relative;
text-align:center;
}



.trait-separation{
	position: relative;
    width: 11vw;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #2d2d2d;
}

.trait-separation-projet{
    position: relative;
    width: 7vw;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ffffff;
}

.trait-separation-menu{
	position: relative;
    width: 11vw;
    margin: 0 auto;
    margin-bottom: 2.5vw;
    border-bottom: 1px solid #2d2d2d;
    margin-top: 3.5vw;
}

    

.notre-metier-texte{
	position:relative;
	width:60vw;
	height:auto;
	z-index:98;
	text-align: center;
	margin:0 auto;
}

.partie-services{
position:relative;
width:calc(100% - 4vw);
background-color: #2d2d2d;
padding-top:7vw;
padding-bottom:7vw;
display:flex;
flex-direction: row;
align-items:center;
justify-content:center;
padding-left:2vw;
padding-right:2vw;
}

.partie-services a{
	color:#ffffff;
	text-align:center;
}

.partie-services h2{
	margin-bottom:20px;
  position:relative;
  width:auto;
}



.services-colonne-gauche{
	flex-grow:1;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.services-colonne-gauche div{
	width:20vw;
	margin:0 auto;
}

#service-animation{
	margin-top:6vw;
	margin-bottom:6vw;
}

#service-illu{
	margin-top:6vw;
	margin-bottom:6vw;
}

.services-colonne-milieu{
	flex-grow:1;
	width:20vw;
	height:40vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display:flex;
	align-items: center;
	justify-content: center;
}


.services-colonne-droite{
	flex-grow:1;
    text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.services-colonne-droite div{
	width:20vw;
	margin:0 auto;
}

.notre-metier-illustration{
	position: relative;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display:flex;
	align-items: center;
	justify-content: center;
    width: 85%;
    height: 100%;
    z-index: 98;
    overflow: hidden;
}

.notre-metier-illustration div{
	width:auto;
	height:100%;
	}



.notre-metier-illustration img{
	width:auto;
	height:100%;
	margin:0 auto;
}

.notre-metier-illustration video{
  width:auto;
  height:100%;
  margin:0 auto;
}


.partie-services h2:before {
content: "";
position: absolute;
width: 20%;
height: 1px;
bottom: -8px;
left:0;
right:0;
margin:0 auto;
text-align:center;
background-color: #ffffff;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

.services-colonne-gauche > div:hover h2:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.services-colonne-droite > div:hover h2:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

#services-top{
	position:absolute;
	top:0;
	visibility:visible;
	z-index:97;
}


#animation{
	position:absolute;
	top:0;
	display:none;
	z-index:100;
}

#illustration{
	position:absolute;
	top:0;
	display:none;
	z-index:101;
}

#webdesign{
	position:absolute;
	top:0;
	display:none;
	z-index:102;
}

#photo{
	position:absolute;
	top:0;
	display:none;
	z-index:103;
}

#editorial{
	position:absolute;
	top:0;
	display:none;
	z-index:104;
}

#identite{
	position:absolute;
	top:0;
	display:none;
	z-index:105;
}

#da{
	position:absolute;
	top:0;
	display:none;
	z-index:106;
}

#concept{
	position:absolute;
	top:0;
	display:none;
	z-index:107;
}


.partie-methodologie{
position:relative;
width:calc(100% - 4vw);
height:auto;
background-color: #e9bfaf;
padding-top:8vw;
padding-bottom:6vw;
padding-left:2vw;
padding-right:2vw;
}

.animation img{
width:50px;
height:50px;
}

.animation{
width: 50px;
position: relative;
display: block;
margin: 0 auto;
margin-bottom:10px;
}

.contenant_bloc{
    position: relative;
    overflow: hidden;
     display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    margin-top:7vw;
}

.bloc-methodologie{
flex: 1 1 auto;
margin-bottom: 6vw;
min-width:30vw;
}


.etape{
display: block;
width: 300px;
text-align: center;
margin: 0 auto;
}


.etape h2{
	margin-bottom:20px;
}

.etape h1{
line-height: 16px;
}


.partie-contact{
position:relative;
width:100%;
background-color: #c16a4f;
padding-top:10vw;
padding-bottom:10vw;
}



.hide_header #header{
opacity:0;
}

#copyright{
position:fixed;
margin:0 auto;
text-align:center;
font-size: 11px;
width:auto;
height:20px;
bottom:17px;
left: 0;
right:0;
z-index:999;
color: #2D2D2D;
}



.st1{
	fill:#2d2d2d;
}

#logo:hover .svg{
	fill:#2d2d2d;

}

#unmute{
	z-index:99;
	position: absolute;
    background-image: url(../images/mute.png);
    height: 2.5vw;
    width: 2.5vw;
    max-height: 57px;
    max-width:57px;
    right: 2vw;
    bottom: 2vw;
    background-size: contain;
	background-repeat: no-repeat;
}

#trait-separation-contact{
	margin-bottom: 24px;
  margin-top: 19px;
}
	
/* -------------------- BIBLIOTHEQUE DE FORMULES -------------------- 


#(charger une div au chargement de la page ((fonction .loaded créé dans feuille javascript)) :

.loaded .nom_projet{
transform:translateX(100%);
}

.loaded .fleche{
display:inline;
opacity: 1.0;
}

#(transitions) :

.nom_projet{
position: relative;
height: auto;
width: auto;
float:left;
display: inline;
transition: 1s cubic-bezier(.17,.67,.4,.91);
animation-delay: 1s;
transition-delay: 0.3s;
left:-10%;

}


.nom_projet:hover{
transform: translate(10%,0);
}
*/



/* -------------- TYPOGRAPHY TEXTE ---------------- */	



@font-face {
font-family: 'hkgrotesk-regular';
src: url('../typeface/hkgrotesk-regular.eot?') format('eot');
src: url('../typeface/hkgrotesk-regular.otf') format('truetype'),
url('../typeface/hkgrotesk-regular.woff2') format('woff2'),
url('../typeface/hkgrotesk-regular.woff') format('woff'),
url('../typeface/hkgrotesk-regular.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}	 

font-family: 'Libre Baskerville', serif;

#gros_texte{
font: 20px 'hkgrotesk-regular', sans-serif;
text-align : left;
color: #2d2d2d;
line-height: 30px;
}


.font_T1{
	font:40px 'Libre Baskerville', serif;
	line-height: 3vw;
	margin:0;
	color: #2d2d2d;
  font-weight: normal;
}

.font_T1_hk{
	font:2.6vw 'hkgrotesk-regular', serif;
	line-height: 3vw;
	margin:0;
	color: #2d2d2d;
  font-weight: normal;
}


.font_T2{   
font: 25px 'hkgrotesk-regular', sans-serif;
color: #2d2d2d;
line-height: 32px;
font-weight: normal;
}

.font_T2_libre{   
    font: 25px 'Libre Baskerville', sans-serif;
    color: #2d2d2d;
    line-height: 32px;
    font-weight: normal;
}


.font_T3{   
font: 16px 'hkgrotesk-regular', sans-serif;
color: #2d2d2d;	
line-height: 20px;
font-weight: normal;

}


li{
color: #2d2d2d;
text-decoration: none;
list-style-type: none;
}

li > a{
position: relative;
color: #2d2d2d;
text-decoration: none;
}


li > a:hover {
color: #2d2d2d;
}

li > a:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #2d2d2d;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

li > a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

li > a:active:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

u{
border-bottom:5px;
padding-top:10px;
}

a{
 color:#2d2d2d;
 text-decoration: none;
}

a text{
background-color:#2d2d2d;
}

.contact_perso li{
list-style: none;
text-decoration: none ;
}

.lien-actif li a:before {
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #2d2d2d;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}



.font_blanc{
	color:#ffffff;
}

.partie-services li{
	color:#ffffff;
}



.services-colonne-gauche li > a::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #ffffff;
visibility: visible;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: transform 0.3s ease-in-out 0s;
transition: transform 0.3s ease-in-out 0s;
}

.partie-services li > a::hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

h1, h2, h3{
font-weight: normal;
margin:0;
padding:0;
}



/* ------------------------------------------ RESPONSIVE -------------------------------------------*/


/* --------------------- GRANDS ECRANS ORDI ------------------------------*/

@media screen and (min-width: 1701px) {
.menu{
		display:none;
	}

#header{
	width:calc(100% - 5vw);
	font-size:0.8vw;
	height: 5.1vw;
	line-height:1.1vw;
	transition: top bottom;
	padding-left:2.5vw;
	padding-right:2.5vw;
	padding-top:2vw;
}

.header_down{
	width:calc(100% - 5vw);
	font-size:0.8vw;
	height: 5.1vw;
	line-height:1.1vw;
	transition: top bottom;
	padding-left:2.5vw;
	padding-right:2.5vw;
	padding-top:2vw;
}

#logo{
	width: 9vw;
}

#logo svg{
	width:100%;
	height:auto;
	color: #2d2d2d;
}



#navigation, #contact, #navigation2, #logo{
	transition:none;
}

.nav-up {
width:calc(100% - 5vw);
	font-size:0.8vw;
	height: 5.1vw;
	top:-7.3vw;
	padding-left:2.5vw;
	padding-right:2.5vw;
	padding-top:2vw;
}

.grille{
	margin-top: 7.1vw;
}


.home-structure {
    margin-top: 7.1vw;
    height: calc(100vh - 7.1vw);
}

.texte-accueil h1 {
    font: 4vw 'Libre Baskerville', serif;
    line-height: 5vw;
}

.texte-accueil h2 {
    font: 2vw 'hkgrotesk-regular', serif;
    line-height: 6vw;
}

.projet-description-contenu {
    padding-top: 7.1vw;
}

.titre-studio {
margin-bottom:4vw;
}

#image_studio{
	width:100%;
}

#image_studio img{
	width:100%;
	height:auto;
	margin:0 auto;
}

.image-gif{
z-index:96;
position:relative;
width:100%;
display:block;
}

.partie-methodologie{
	padding-bottom: 6vw;
}


.contenant_bloc{
	margin-top:4vw;
}



.etape{
	width:19vw;
}

.etape h2{
	margin-bottom:1.3vw;
}


.trait-separation {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.trait-separation-projet {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
}

.partie-presentation p {
    font: 4vw 'Libre Baskerville', serif;
    width: 41vw;
}

.font_T1{   
font: 2.5vw 'libre baskerville', serif;
line-height: 2.7vw;
letter-spacing: 0.02em;
}

.font_T2{   
font: 1.5vw 'hkgrotesk-regular', sans-serif;
line-height: 1.9vw;
letter-spacing: 0.02em;
}

.font_T2_libre {
font: 1.5vw 'Libre Baskerville', sans-serif;
line-height: 1.8vw;
}

.font_T3 {
    font: 1vw 'hkgrotesk-regular', sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.3vw;
}

li > a{
position: relative;
color: #2d2d2d;
text-decoration: none;
}

li > a:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #2d2d2d;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

.animation{
	width:3vw;
  margin-bottom: 1vw;
}

.animation img{
	width:3vw;
	height:3vw;
}


}



/* ---------------TABLETTES PAYSAGE, PETITS ET MOYEN ECRANS ORDI -----------*/

@media screen and (min-width: 1041px) and (max-width: 1700px) {
.menu{
		display:none;
	}

#logo-mobile {
display:none;
}

}


/* --------------------- INTERMEDIAIRE TYPO SERVICE ------------------*/

@media screen and (max-width: 1311px)  {


#navigation{
margin-right: 35px;
}

.font_T1{
	font-size:40px;
	line-height:45px;
}

.font_T2{
	font-size:22px;
	line-height:25px;
}

#header, .header_down, .nav-up{
	font-size:13px;
	line-height: 17px;
	height: 80px;
}

#logo{
	margin-top: 11px;
}

.home-structure {
    margin-top: 110px;
    height: calc(100vh - 110px);
}

.grille{
  margin-top:110px;
}

#animation-intro {
    width: 100%;
}

.etape {
        width: 20vw;
}



}



/* --------------------- MOBILE PAYSAGE, TABLETTE PORTRAIT ------------------*/

@media screen and (max-width: 1040px) {

#logo-mobile {
display:none;
}


.contact1, .contact2 {
    min-width: 174px;
}

.construction{
position:relative;
margin:0 auto;
width:300px;
height:300px;
margin-top: 20vh;
}


.image_construction{
position:relative;
margin:0 auto;
}



.fleche_down{
	display:none;
}


.hover_vignettes{
width:32vw;
height:32vw;
left:0;
right:0;
top:12.5vw;
border:0px solid #2d2d2d; 
opacity: 0;
}


.hover_vignettes p{
margin-top:37%;
font-size:3vw;
}

.hover_vignettes_vertical{
width:32vw;
height:32vw;
left:0;
right:0;
top:50vw;
border:0px solid #2d2d2d; 
opacity: 1;
}


.hover_vignettes_vertical p{
margin-top:37%;
font-size:3vw;
}



#prez{
width:220px;
font-size: 13px;
line-height: 15px;
float: right;
position: relative;
text-align: left;
}



.texte_responsive{
display: block;
float:left;
margin-bottom:20px;
width:100%;
}



.bloc_titre {
width:calc(33% - 20px);
position: relative;
float:left;
margin-right: 70px;
}

.bloc_texte {
    width: 50%;
    max-width: 450px;
    position: relative;
    float: right;
    margin-bottom: 3vw;
    margin-right: 20px;
}



.menu{
		display:none;
	}

.etage_1{
	display:none;
width:100%;
height:50vw;
}


.image_horizontale video {
    position: relative;
    margin-bottom: 10px;
    }


.texte-comment{
width:100%;
}

.bloc{
display: inline-block;
}

#bloc_suivi{
margin-bottom:0px;
}

.etape{
width:200px;
}


.fleche_studio{
	position:relative;
	width:40px;
	float:left;
	top:16px;
}


.hover_vignettes {
display:none;
}

.hover_vignettes_vertical {
display:none;
}

.hover_navigation{
  display:none;
}

#titre-entree{
	margin-top:0px;
}


.font_T1{
	font-size:37px;
	line-height:43px;
}

.font_T2{
	font-size:20px;
	line-height:25px;
}

.font_T3{
	font-size:13px;
	line-height:16px;
}


#fond_blanc {
    height:auto;
}

#trait-separation-contact {
    margin-bottom: 18px;
}

}



/* --------------------- INTERMEDIAIRE MOBILE PAYSAGE, TABLETTE PORTRAIT ------------------*/

@media screen and (max-width: 950px) {

	#navigation, #navigation2, #contact{
		display:none;
	}

	#prez{
		display:none;
	}


#logo-mobile-accueil{
display:block;
position: relative;
margin: 0 auto;
width: 120px;
margin-top:24px;
}

#logo-mobile{
display:block;
position: relative;
margin: 0 auto;
width: 120px;
margin-top:24px;
}

#logo-mobile svg{
	color: #2d2d2d;
	width:100%;
  height:auto;
}

#header{
position:relative;
display:none;
}

.header_down{
 position:relative;
height: 30px;
top:0;
width:calc(100% - 40px);
padding-top:20px;
display : block;
z-index: 98;
font-size: 15px;
line-height: 19px;
mix-blend-mode: multiply;
display:none;	
}

.grille{
margin-top: 15px;
}


.home-structure {
    margin-top: 15px;
    height: calc(100vh - 67px);
}

.home-etage-3 {
flex-direction: column;
}



#menu_icone {
    display: inline;
}


.bloc_titre{
margin-right:20px;
width: calc(29% - 20px);
}

.menu{
background: #e5d6cc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 106vh;
    z-index: 100;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#contact_menu{
list-style: none;
position: relative;
display : block;
font-size:13px;
}

#animation-intro {
    width: 150%;
    margin-left: -25%;
}


.titre-studio{
	margin-bottom:8vw;
	margin-top:6vw;
}


.hover_vignettes_vertical {
display:none;
}

.contenant_bloc{
  width:85vw;
}

.bloc-methodologie{
    min-width: 32vw;
    margin-bottom: 9vw;
}

.etape{
width: 32vw;
}

#image_studio img{
	margin-top:0;
	transition: none;
}


#texte_presentation {
    width: 48%;
    height: auto;
    margin-bottom: 5vw;
    margin: 0 auto;
    float: left;
}


.partie-presentation{
	margin-top:0;
  height: calc(100vh - 67px);
}


.partie-presentation p{
font-size:50px;
width:70vw;
}

.notre-metier-texte {
    width: 72vw;
}

.partie-services{
    width: 85vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    padding-top: 11vw;
    padding-bottom: 11vw;
}

.partie-services h2:before {
  height:0;
}

.partie-methodologie{
	padding-top:6vw;
}

.partie-contact{
	padding-top:6vw;
}

.espace_contact{
	width: 70%;
}

.anime_studio{
	display:none;
}

.titre-service{
width:100%;
}


#fond_blanc{
	background:none;
}

.font_T1{
	font-size:32px;
	line-height:39px;
}

.font_T2, .font_T2_libre{
	font-size:20px;
	line-height:24px;
}

.font_T3{
	font-size:13px;
	line-height:16px;
}


.contenant_qui {
    margin-bottom: 3vw;
}


#copyright {
    font-size: 9px;
    }

#copyright_none{
	display:none;
}

#unmute{
	right:2vw;
	bottom: 2.5vw;
	height:3.5vw;
	width:3.5vw;
}

.services-colonne-milieu {
display:none;
	}
.services-colonne-droite div {
width:32vw;
}

.services-colonne-gauche div {
width:32vw;
}

#service-animation, #service-illu {
    margin-top: 10vw;
    margin-bottom: 10vw;
}

.contact_perso{
margin-top: 60px;
}

.projet-description-contenu {
    padding-top: 67px;
  }



}


/* --------------------- MOBILE ------------------------------*/

@media screen and (max-width: 550px) {

.construction{
display:block;
margin:0 auto;
width:auto;
}

#logo-mobile-accueil{
display:block;
position: absolute;
margin: 0 auto;
width: 150px;
height:50px;
top:18px;
left:15px;
}


#header{
position:relative;
display:none;
}

.header_down{
display:none;	
}

.nav_up{
display:none;
}

.texte_responsive{
display: none;
position:relative;
}




#logo_menu{
position: relative;
margin: 0 auto;
	width: 150px;
	margin-top: 8px;
	text-align: center;
}


.bouton-accueil {
    text-align: center;
    font: 5.8vw 'Libre Baskerville';
    color: #2d2d2d;
    width: 50%;
}

.fleche_down{
	display:none;
}


#animation-intro {
    width: 280%;
    margin-left: -90%;
}

.texte-accueil{
height:54%;
}

.texte-accueil h1 {
    font: 40px 'Libre Baskerville', serif;
    line-height: 50px;
    width: 80%;
    margin-bottom: 20px;
}

.texte-accueil h2 {
    font: 20px 'hkgrotesk-regular', serif;
}


	#navigation, #navigation2, #contact{
		display:none;
	}

	#prez_mobile{
		display:block;
		float:right;
		width:calc(70% - 30px);
		margin-top: -49px;
	}

	#prez{
		display:none;
	}



.grille{
z-index : 98;
height: auto;
margin-top:15px;
width:100%;
}


#grille_accueil{
padding: 0;
width:calc(100% - 30px);
margin-left:15px;
}


.etage_1{
	display:none;
	overflow:show;
	width:100%;
}

#image_studio{
display:none;
}


.colonne1{
height: auto; 
position: relative;
width: 100%;
float: left;
}


.colonne2{
height: auto; 
position: relative;
width: 100%;
float: left;
}

.etape{
width:68vw;
min-width:20px;
height:100%;
max-width:none;
}

.contenant_bloc{
margin:0 auto; 
padding-left:0;
}

.bloc-methodologie {
    flex: 1 1 auto;
    margin-bottom: 11vw;
}

.texte_responsive{
display: block;
float:left;
margin-bottom: 20px;
width: calc(100% - 30px);
font-size: 12px;
margin-top: 20px;
}


.bloc_titre{
width:50%;
position: relative;
float:left;
margin-right:20px;
}

.bloc_texte{
display:block;
width:100%;
position: relative;
float:left;
max-width:650px;
margin-top:0;
}

.bloc_contact{
	position:relative;
	width:100%;
	height:auto;
	bottom:0;
}


#titre-entree{
	padding-top:12vw;
}

.notre-metier-texte {
    width: 64vw;
}

.partie-presentation p{
font-size:40px;
width:70vw;
}



.titre-studio{
	margin-bottom:12vw;
	margin-top:9vw;
}


.hover_vignettes{
display:none;
}

.hover_vignettes_vertical{
display:none;
}


#loader{
	display:block;
}

.titre-service{
	display:none;
}

#texte_presentation {
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
    margin: 0 auto;
    float: left;
}

.partie-notre-metier{
padding-bottom: 15vw;
margin-top:0px;
}

.partie-services{
flex-direction: column;
    padding-top: 17vw;
    padding-bottom: 17vw;
}

.partie-services h2 {
    margin-bottom: 10px;
}

.etape h2 {
    margin-bottom: 10px;
}

.services-colonne-gauche div {
    width: 64vw;
}

.services-colonne-droite{
	margin-top: 13vw;
}

.services-colonne-droite div {
    width: 64vw;
}

#service-animation, #service-illu {
    margin-top: 13vw;
    margin-bottom: 13vw;
}    


.partie-methodologie {
    padding-top: 8vw;
    padding-bottom:10vw;
}

.image-projet-marge-full{
margin-top:25px;
margin-left:25px;
width:calc(100% - 50px);
}

.image-projet-marge-demi{
margin-top:25px;
margin-left:25px;
width:calc(100% - 50px);
}

.image-projet-full{
  margin-top:25px;
}

.image-projet-marge-quart{
margin-top:25px;
margin-left:25px;
width:calc(100% - 50px);
}

.entete{
  margin-top:0;
}

.texte_projet{
  width: 70%;
}

.projet-navigation-contenant{
  width:100%;
  flex-direction:column;
}


.font_T1{
	font-size:24px;
	line-height:28px;
}

.font_T2_libre {
    font: 17px 'Libre Baskerville', sans-serif;
    line-height: 20px;
    letter-spacing: 0.02em;
}

.font_T2{
	font-size:7px;
	line-height:20px;
}

.font_T3{
	font-size:13px;
	line-height:16px;
}

.trait-separation {
    margin-bottom: 25px;
}

#unmute{
	right:2vw;
	bottom:3vw;
	height:4.5vw
	width:4.5vw;
}


} 
/* --------------------- PARAGRAPHE SERVICE STUDIO + PARAGRAPHES COMMENT ------------------------------*/

@media screen and (max-width: 371px) {

.projet-description-contenu{
  height:calc(100vh - 67px);
}

.projet-description-contenant{
  height:calc(100vh - 67px);
}


}