/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body{
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}
#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	flex: 1;
}
body > * {
	width: 100%;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*_______________________________________________________________________________________________________*/
/*********************  STYLES GENERAUX  **************************/

/* COULEURS DU SITE 
.rouge   #ec223b
.bleu  #5ec6c7
.vert  #a9cf38
.orange  #f8982b
.indigo  #3a53a4
*/
/*
* {
	 -webkit-backface-visibility: hidden;
}*/

body * {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}

body {
    background: #fff;
	transition: 0.3s;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);*/
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 1em 0;
    list-style-type: none;
}
body.dark {
	background: #121212;
	color: white;
}
body .attention {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	visibility: hidden;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 3rem; /*48px*/
	line-height: 1.13; /*18px*/
	font-weight: normal;
	text-transform: capitalize;
	padding: 10px 30px 10px 0;
	margin-bottom: 24px;
}
h2 {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 3.75rem; /*60px*/
	font-weight: normal;
	text-transform: capitalize;
	padding: 6px 30px 8px 0;
	margin-bottom: 8px;
}
h3 {
	font-size: 3rem; /*48px*/
	font-weight: 400;
	/*text-transform: capitalize;*/
}
h4 {
	font-size: 1.88em;
}
.container-fluid, .container1 {
	font-family: 'Montserrat', sans-serif;
	margin: auto;
	width: 100%;/*92.3%;  1772*100/1920 */
}
.blc {
	background-color: #fff;
	/*box-shadow: 2px 2px 0 0 #871221;*/ 
}
nav {	
	font-family: 'Montserrat', sans-serif;
	font-size: 1.13rem;
	line-height: 1.31; /*21px*/
	text-transform: uppercase;
}
#toggle {
	background-color: #4a0d14;
	color: #fff;  
	width: 70px;
	height: 60px;
	border-radius: 30px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	line-height: 0.9rem; /*1rem = 21px*/
}
.now {
	color: #ec223b;
	/*background: url(theme/active-traitR.svg) no-repeat 50% 50px;
*/}

/*********************************************************/
/************ LOADERS ************/
#loader-wrapper .loader-section{
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 10001;
}
.rouge {
    background: #ec223b;
}
#loader-wrapper .loader-section.section-left, #loader-wrapper .loader-section.bleu.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right, #loader-wrapper .loader-section.bleu.section-right {
    right: 0;
}
#loader-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#loader {
		background: url(../img/gifs/Ranma-loader.gif)no-repeat;
		display: block;
        position: relative;
        left: 40%;
        top: 33%;
        width: 400px;
        height: 300px;
/*      margin: -75px 0 0 -75px;*/
        z-index: 15000;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left,
.loaded #loader-wrapper .loader-section.bleu.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.bleu.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left,
.loaded #loader-wrapper .loader-section.bleu.section-right,
.loaded #loader-wrapper .loader-section.bleu.section-left {
    -webkit-transition: all 0.3s 0.3s ease-out; 
            transition: all 0.3s 0.3s ease-out;
}
.loaded #loader, .loaded #loader-deux {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
 
        -webkit-transition: all 0.3s 0.6s ease-out; 
                transition: all 0.3s 0.6s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}
/**********************************************************/
/************************** HEADER ********************************/
header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	left: 0;
	top : 0;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

.monogramme {
	display: inline-block;
	text-align: center;
	margin-top: 0.5rem;
	/*margin-bottom: 0.5rem;
	height: 64px;
    width: 64px;
	margin-left: 25px;*/
}
/* NAV */
header nav {
	text-align: center;
	position: fixed;
	right: 7.71%;
	display: flex;
	justify-content: space-between;
	/*background-color: #fff;*/
}
#primary-nav {
	transition: transform .6s cubic-bezier(.85, -0.01, 0, 1.01);
}
header ul {
	height: 4.56rem; /*73px*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}
header ul li {
		border: 2px solid transparent;
}
header ul li a {
	display: inline-block;
	padding: 1.25rem; /*20px*/
/*	transition:all 0.3s ease-in-out;
*/}
header ul li:hover, header ul li a:active, header ul li a:focus {
	color: #ec223b;
}
/*.closed-menu {
	transform: translateY(-110%);
}*/


/*****************************************************************************/
/****************************		PAGE		***********************************/
/*___________________________________HOME________________________________________*/
/******************* INTRO *******************/
#intro {
	height: 1080px;
	/*overflow: hidden;*/
}
/*** SECTION TROMBI ***/
/* TROMBI */
#trombi {
	width: 100%;
	margin: auto;
	text-align: center;
}
.trombi1 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.trombi1 li {
	text-align: center;
	display: inline-block;
	height: 270px;
}

/* txt intro */
#intro .container-fluid {
 	width: 100%; /* 92.3%;*/
	/*height: 1080px;*/
 	position: absolute;
 	top: 10%;
 }
 #intro .container-fluid .prez {
	padding-top: 1rem; /*147px*/
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	height: 27.56rem; /*441*/
}
/***** Delphine MUKAM - réalisatrice / graphiste / illustratrice *****/
#intro .prez h1 {
	position: relative;
    float: center;
	font-weight: 500;
    font-size: 4.688rem;
	width: 50%;
	margin: 0 auto;
    color: #000;
	/*background-color: #fff;*/
	text-align: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#intro .prez h2 {
	font-size: 2.25rem;
	font-weight: 300;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	background-color: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
/*******************************************************************/
/********* bouton showreel************/
.prez .cta {
	position: relative;
	left: 46%;
	display: inline-block;
	text-align: center;
	margin-top: 1rem;
}
.prez .cta, .prez .cta:link {
	padding: 18px 21px;
	border: 2px solid #e92840;  
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #bb1e31;
	border-radius: 40px 40px;
}
.prez .cta:hover {
	color: #ec223b;
	background-color: #fff;
	box-shadow: 2px 2px 0 0 #871221;
	
}
/*.prez .cta:active, .prez .cta:focus{
	color: #fff;
	background-color: #F8982B;
/* 	box-shadow: none;
}*/
/***************************************/
/********* mouse down ***************/
#intro .prez .mouse-down {
	display: block;
	padding: 10px;
	margin-top: 2%;
	margin-left: 49%;
	text-align: center;
	width: 50px;
}


/************ POUR LES SECTION ABOUT, CONTACT *********************/
/*** au scroll, arrivée par la gauche ****/
/*animation element*/
.animation-element {
  opacity: 1;
  position: relative;
}
/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 1;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
 /*-moz-transform: translate3d(-200px, 0, 0);
  -webkit-transform: translate3d(-200px, 0, 0);
  -o-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate3d(-200px, 0, 0);*/
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
/* au scroll arrivée par la droite */
.animation-element.slide-right {
	opacity: 1;
	-moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -moz-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  -o-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate3d(200px, 0, 0);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
	
/**********************************************************/	
/**************** SECTION ABOUT *********************/
#about {
	height: 1080px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 10%;
    width: 100%;
    padding: 20em 4em 4em;
	background-color: white;
	/*z-index: 100000;*/
}

#about .autoportrait img {
	display: block;
    width: 471px;
    height: 518px;
	margin-right: 40px;
}

/************** colonne A ***************/
#about .colonneA {
	display: block;
	width: 562px;
	height: 518px;
	margin-right: 42px;
}
#about .colonneA article {
    width: 562px;
    height: 244px;
	margin-right: 42px;
	margin-bottom: 28px;
	font-size: 21px;
	line-height: 28px;
}
#about .colonneA article h3 {
	line-height: 48px;
	margin-bottom: 20px;
}
#about .colonneA article ul {
	display: flex;
}
#about .colonneA article ul li {
	text-align: center;
	display: inline-block;
}
#about .colonneA article ul li img { 
	width: 85px;
	height: 85px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*******************************************/

/************** colonne B *****************/
#about .colonneB {
    width: 562px;
    height: 500px;
	margin-top: 65px;
}
#about .colonneB article {
    height: 200px;
	width: 562px;
	margin-right: 42px;
	margin-bottom: 26px;	
}
#about .colonneB article h3 {
	line-height: 48px;
	margin-bottom: 20px;
} 
#about .colonneB article ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 562px;
}
#about .colonneB article ul li {
	text-align: center;
	width: 85px;
	font-size: 16px;
	line-height: 18px;

}
#about .colonneB article ul li img { 
	width: 85px;
	height: 85px;
	margin-bottom: 10px;
}

/****** cta voir cv ********/
#about .cta_cv {
	display: inline-block;
	margin-left: 65%;
	width: 180px;
	height: 50px;
	text-align: center;
	justify-content: center;
}
.colonneB .cta_cv, .colonneB .cta_cv:link {
	padding: 18px 21px;
	border-radius: 30px;  
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #ec223b;
}
.colonneB .cta_cv:hover {
	color: #ec223b;
	background-color: #fff;
	box-shadow: 2px 2px 0 0 #bb1e31;
	/*-moz-box-shadow: 2px 2px 0 0 #bb1e31;
	-webkit-box-shadow: 2px 2px 0 0 #bb1e31;
	-o-box-shadow: 2px 2px 0 0 #bb1e31;*/
}
.colonneB .cta_cv:active, .colonneB .cta_cv:focus{
	color: #fff;
	background-color: #ec223b;
/* 	box-shadow: none;*/
}
/**************************/
/**************************************/
/************ bas colonne  **************/
#about .bas_colonne {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 154px;
	color: #fff;
	background-color: rgb(236, 34, 59);
	padding-top: 18px;
}
#about .bas_colonne h3{
	line-height: 100px;
	font-size: 36px;
	margin-left: 60px;
	margin-right: 60px;
	width: 300px;
}
.bg_boites {
	width: 1244px;
	background-color: #fff;
	height: 134px;
	position: absolute;
	top: 7%;
	left: 30%;
}
.container_boites {
	width: 1144px;
	background-color: #fff;
	position: relative;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	overflow: hidden;

}
.liste_boites {
	width: 100%;
	display: flex;
	animation: slide 18s infinite;
}
@keyframes slide {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(0);
	}
	30% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(-100%);
	}
	55% {
		transform: translateX(-200%);
	}
	75% {
		transform: translateX(-200%);
	}
	80% {
		transform: translateX(-300%);
	}
	90% {
		transform: translateX(-300%);
	}
	100% {
		transform: translateX(0);
	}
}
.liste_boites img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#about .mouse-down {
	display: block;
	padding: 10px;
	margin-right: 5%;
	margin-top: -3%;
	text-align: right;
}
/******************************************************/
/**************** SECTION TRAVAUX *********************/
#travaux {
	position: relative;
	top: 1080px;
	width: 100%;
	height: 1306px;
    background:url(theme/bgs/travaux_illu-1920.png) no-repeat;
	background-position: center;
	background-color: #be2a3d;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}
#travaux .container-fluid {
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	position: relative;
	height: 1245px;
	width: 1920px;
}
#travaux .container-fluid h3 {
	font-weight: 500;
	line-height: 5rem;
	color: #000;
	width: 400px;
	height: 80px;
	background-color: #fff;
	text-align: center;
	margin-top: 10rem; /*180*/
}
.page_anim {
	position: absolute;
	width: 280px;
	left: 451px;
	top: 438px;
}
.page_illus {
	position: absolute;
	width: 390px;
	left: 748px;
	top: 325px;
}
.page_design {
	position: absolute;
	width: 723px;
	top: 300px;
	left: 1400px;
}
.page_misc {
	position: absolute;
	width: 369px;
	left: 1596px;
	top: 238px;
}
#travaux .mouse-down {
	display: block;
	position: absolute;
	/*border: double 2px black;*/
	top: 80%;
	left: 107%;
	height: 50px;
	padding: 10px;

}
/***************************************************************************/
/**************** SECTION CONTACT *********************/
#contact {
	position: relative;
	display: flex;
	justify-content: center;
	top: 1080px;
	width: 100%;
	height: 1245px;
	background: url(theme/bgs/contact_illuBG.png);
	z-index: -1000;
}
#contact .container-fluid {
	border: 1px solid transparent;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	left: -140px;
	background-color: #fff;
}
#contact .contactme {
	background-color: white;
	width: 30%;
	height: 30%;
	padding: 2rem;
	border-radius: 30px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#contact .container-fluid h4 {
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 3rem;
	color: #000;
	float: center;
	position: absolute;
	font-size: 2.3rem;
	text-align: left;
}
#contact .container-fluid p {
	position: relative;
	top: 35%;
	line-height: 3.3rem;
	font-size: 2rem;
}
#contact .container-fluid a {
	color:#ec223b;
}
#contact .container-fluid a:hover {
	font-size: 2.3rem;
	text-decoration: underline;
}

#contact .fifi_tel {
	display: flex;
	position: absolute;
	top: 325px;
	left: 955px;
}


/******************************************************************************/
/********************************* FOOTER ***********************************/
footer {
	display: flex;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 8%;
	padding: 0.7rem 0;
	text-align: center;
	font-size: 0.8rem;
	position: fixed;
	bottom: 0;
}
footer .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.2rem;
}
footer small {
	font-size: 1.13rem; /*18*/
	margin-left: 3.85%;
}
/************* RS ***************/
footer .reseaux {
	list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer .reseaux li{
	display: inline-block;
	margin: 0 18px;
}
footer .reseaux li .linkedin {
	display: block;
	background: url(theme/rs/linkedin.svg) no-repeat;
	height: 2.25rem; /*36*/
	width: 37px;
}
footer .reseaux li .behance {
	display: block;
	background: url(theme/rs/behance.svg) no-repeat;
	height: 2.25rem; /*36*/
	width: 55px;
}
footer .reseaux li .vimeo {
	display: block;
	background: url(theme/rs/vimeo.svg) no-repeat;
	height: 2.25rem; /*36*/
	width: 55px;
}
footer .reseaux li .youtube {
	display: block;
	background: url(theme/rs/youtube.svg) no-repeat;
	height: 2.25rem; /*36*/
	width: 55px;
}
/******** hover des RS *********/
footer .reseaux .linkedin:hover {
	background: url(theme/RS/linkedin-hover.svg) no-repeat;
	height: 2.25rem; /*36*/
}
footer .reseaux .behance:hover {
	background: url(theme/RS/behance-hover.svg) no-repeat;
	height: 2.25rem; /*36*/
}
footer .reseaux .vimeo:hover {
	background: url(theme/RS/vimeo-hover.svg) no-repeat;
	height: 2.25rem; /*36*/
}
footer .reseaux .youtube:hover {
	background: url(theme/RS/youtube-hover.svg) no-repeat;
	height: 2.25rem; /*36*/
}


/******************** REVENIR EN HAUT DE LA PAGE ****************************/
.container-fluid .up_page  {
	display: block;
	color: #fff;
	width: 60px;
	height: 60px;
	margin-right : 2rem;
}
/***************************************************************************/


/**************************************************************************************************/
/********************** PAGES TRAVAUX **************************/
.page_avant {
	position: absolute;
	left: 54px;
	top: 407px;
}
.page_suivante {
	position: absolute;
	right: 54px;
	top: 407px;
}
/************ rangées de thumbnails *************/
ul.thumbnails, ul.thumbnails2 {
	width: 1628px;
	height: 331px;
	margin: 0 auto; 
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
/* page animation: 6 projets - img 540*331 */
ul.thumbnails3, ul.thumbnails4 {   
	width: 1620px;
	height: 331px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
/*********** liste des thumbnails *****************/
ul.thumbnails li, ul.thumbnails2 li {
	width: 407px;
	height: 331px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
ul.thumbnails3 li, ul.thumbnails4 li { /* page animation */
	width: 540px;
	height: 331px;
	display: inline-block;
 	text-align: center;
	cursor: pointer;
}

ul.thumbnails li a img, ul.thumbnails2 li a img,
ul.thumbnails3 li a img, ul.thumbnails4 li a img {
	cursor: pointer;
	transition: transform 0.3s;
	display: inline-block;
 	text-align: center;
}


/************* HOVER des thumbnails ***********/
ul.thumbnails li a img:hover, ul.thumbnails2 li a img:hover, 
ul.thumbnails3 li a img:hover, ul.thumbnails4 li a img:hover {
	opacity: 0.8;
	/*transform: scale(1.1);*/
}
/**************************************/
/* Lightbox de base cachée */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  overflow: auto;
}

/* Quand on cible la lightbox via l’ancre */
.lightbox:target {
  display: flex;
}

/********* Image dans la lightbox **********/
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 10px white;
  animation: zoom 0.3s ease forwards;
}

/***** Animation zoom *****/
@keyframes zoom {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Bouton de fermeture */
/*
 * .lightbox .close {
  position: absolute;
  top: 100px;
  right: 700px;
  color: white;
  font-size: 50px;
  text-decoration: none;
  cursor: pointer;
}

.lightbox .close:hover {
  color: #ccc;
}*/


/********************/
/* footer pour pages courtes */
#pages_travaux{
	display: flex;
	color: #fff;
	width: 100%;
	height: 8.13rem;
	padding: 1rem 0;
	text-align: center;
	font-size: 0.9rem;
	position: fixed;
	/*top: 1080px;*/
}
/********************** PAGES TRAVAUX : ANIM **************************/

#contenant_anim {
	width: 100%;
	height: 1000px;
	text-align: center;
	justify-content: center;
	position: relative;
	top: 86px;
	display: flex;
}
/********************** PAGES TRAVAUX : ILLUS **************************/
#contenant_illus {
	width: 100%;
	height: 1000px;
	text-align: center;
	justify-content: center;
	position: relative;
	top: 86px;
	display: flex;
}

/********************** PAGES TRAVAUX : DESIGN **************************/
#contenant_design {
	width: 100%;
	height: 1000px;
	text-align: center;
	justify-content: center;
	position: relative;
	top: 86px;
	display: flex;
} 

/********************** PAGES TRAVAUX : MISC **************************/
#contenant_misc {
	width: 100%;
	height: 1000px;
	text-align: center;
	justify-content: center;
	position: relative;
	top: 86px;
	display: flex;
} 
/* 6 projets - img 407*331 */
#contenant_misc .thumbnails, #contenant_misc .thumbnails2, 
#contenant_design .thumbnails, #contenant_design .thumbnails2 {
	width: 1221px;
	height: 331px;
	margin: 0 auto; 
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}





/****************************************************************/
/********************* page anim  ***************************/
#projet_anim {
	width: 1920px;
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
	/*background-color: pink;*/
}
/* VIDEO DU PROJET */
.video_projet {
	width: 1280px;
	height: 720px;
	text-align: center;
	margin: 0 auto;
	background-color: #2b2c2e;

	z-index: -20000;
}

/*---- LEGENDE ----*/
/* TITRE */
#projet_anim  h2{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 5rem;
	font-size: 3rem;
	font-weight: 500;
}
.synopsis  h3, .infos_client h4 {
	line-height: 3rem;
	font-size: 2rem;
}
.synopsis p, .infos_client p {
	font-size: 2rem;
	line-height: 2.2rem;
}
/**/
#projet_anim .box {
	display: flex;
	width: 1280px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	align-items: flex-start;
	justify-content: space-between;
}
/* SYNOPSIS */
#projet_anim .synopsis {
	/*border: double 2px red;*/
	width: 600px;
	height: 130px;
	text-align: left;
}
#projet_anim .synopsis h3 {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 500;
}
#projet_anim .synopsis p {
	font-size: 1.8rem;
	line-height: 2.1rem;
}
/* LOGICIELS UTILISES */
#projet_anim .infos_tech {
	width: 600px;
	height: 130px;
	font-size: 1.8rem;
	text-align: right;
	/*border: double 2px red;*/
}
#projet_anim .infos_tech  h4{
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 500;
}
#projet_anim .infos_tech p img {
	height: 70px;
	margin-right: 16px;
}
#projet_anim .mouse-down {
	position: absolute;
	top: 22%;
	padding: 10px;
	/*border: 3px solid green;*/
}
/* STILLFRAMES  960x540px */
#stillframes {
	width: 1920px;
	height: 1080px;
	margin: 0 auto;
	background-color: #253456;
}
#stillframes .thumbnails3 {
	width: 1920px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
#stillframes .thumbnails3 li, #stillframes .thumbnails3 li img{
	width: 960px;
	height: 540px;
	display: inline-block;
	text-align: center;
}
/* imgs de preprod  1920x1080px max */
#preprod {
	width: 1920px;
	height: 2160px;
	margin-bottom: 400px;
	display: block;
}

/* menu vers autres travaux */
.menu_galerie {
	width: 1920px;
	height: 40px;
	display: flex;
	position: relative;
	bottom: 260px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
.menu_galerie li, .menu_galerie li a img {
	height: 40px;
	width: 58px;
	display: inline-block;
	position: relative;
	margin: auto;
}
/**********************************************************************/
/************* page design ****************/
#projet_design {
	width: 1920px;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	padding-top: 100px;
	/*background-color: pink;*/
}
/* IMAGE DE PREZ DU PROJET */
.prez_projet {
	width: 1920px;
	height: 400px;
	text-align: center;
	margin: 0 auto;
	opacity: 0.3;
}

/*---- LEGENDE ----*/
/* TITRE */
#projet_design  h2{
	margin-bottom: 20px;
	line-height: 5rem;
	font-size: 3rem;
	font-weight: 500;
}
/* h3 et h4 */
#projet_design .synopsis  h3, #projet_design .infos_client h4 {
	line-height: 3rem;
	font-size: 2rem;
	text-align: left;
	font-weight: 500;
}
/* texte */
#projet_design .synopsis p, #projet_design .infos_client p {
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: left;
}
/* cadre legende */
#projet_design .box {
	display: flex;
	width: 1280px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #fff;
	border: 5px solid #fff;
	box-shadow: 4px 4px 6px rgba(146, 146, 146, 0.44);
}
/*---- FIN de LEGENDE ----*/

/*---- images du projet ---*/
#images_design {
	width: 1280px;
	height: 1000px;
	margin: 0 auto;
	text-align: center;
	justify-content: space-between;
	display: flex;
}
/*** image 1 ***/
#images_design .image_haute img {
	width: 642px;
	height: 1000px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
/*** images 2 et 3 ***/
#images_design .thumbnails3 {
	width: 638px;
	height: 1000px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
#images_design .thumbnails3 li, #images_design .thumbnails3 li img{
	width: 638px;
	height: 500px;
	display: inline-block;
	text-align: center;
}
/*** image 4 ***/
.image_basse {
	width: 1280px;
	height: 600px;
	background-color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 300px;
}
/******************************************************************/