@import url('https://fonts.googleapis.com/css?family=Cardo:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Palanquin:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,600,700,700i');
@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i,700');

/*
**********************************************************************************************/
* {margin:0; padding:0;}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table; content: "";}
.clearfix:after {clear: both;}

html, body {
	width: 100%;
	height: 100%;
}

html {font-size: 62.5%;}
body {
	overflow-x: hidden;
	font-family: 'EB Garamond', serif;
	font-size: 1.6rem;
	line-height:2.6rem;
	font-weight:400;
	letter-spacing:0px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	background:#000;
}

a {text-decoration: none; outline: none;}
a:hover, a:focus { outline: none;}
ul {list-style-type: none; margin: 0; padding: 0;}
.cl {clear: both;}
/*****************************************************************************
* TYPOS
*****************************************************************************/
h1 {margin:0;}

p {
	font-size: 1.5rem;
	line-height:2.5rem;
}
.titre__intro {font-size:7.2rem; font-weight:700;}
.big__txt {font-family: 'Poppins', sans-serif; font-size: 4.8rem; line-height:5.8rem; font-weight:400; letter-spacing:1px;}
.big__sef {font-size: 4.8rem; line-height:5.8rem; font-weight:400; letter-spacing:1px;}
.big__sef--36 {font-size: 3.6rem; line-height:1.5; font-weight:400; letter-spacing:1px;}
.txt__full {font-size: calc(2vw + 2vh + 1vmin); line-height:1.2;}
.titre__full {font-size: calc(3vw + 3vh + 1.5vmin); line-height:1.2;}
.sansef__txt {font-family: 'Poppins', sans-serif; font-size: 1.8rem; line-height:1.5; font-weight:300; letter-spacing:1px;}

.titre-xl {font-size:9.6rem; line-height:10.6rem;}
h6 {font-family: 'Poppins', sans-serif; font-size:1rem; line-height:2rem; text-transform:uppercase; letter-spacing:12px; margin-bottom:50px;}

.txt__blanc {color:#fff;}

.bg-black {background:#000 !important;}
.bg-white {background:#fff;}
/* CLEAN */


/*****************************************************************************
* PADDING + MARGIN
*****************************************************************************/
.pad100h   {padding:80px 0;}
.pad150h   {padding:150px 0;}
.pad160h   {padding:160px 0 40px;}
.pad200h   {padding:200px 0;}
.pad280h   {padding:280px 0;}
.pad240top {padding-top:240px;}
.pad260top {padding-top:260px;}
.pad280top {padding-top:280px;}

.pad__intro {padding:15% 0;}
.pad__intro--real {padding:12% 0 0;}

.margtop--60 {margin-top:60px;}
.margtop--80 {margin-top:80px;}

.margbot--60 {margin-bottom:60px;}
.margbot--80 {margin-bottom:80px;}
.margbot--100 {margin-bottom:80px;}
.margbot--120 {margin-bottom:120px;}
.margbot--140 {margin-bottom:140px;}
.margbot--160 {margin-bottom:160px;}

/*****************************************************************************
* FULL BROWSER + CENTER BOX
*****************************************************************************/
.fs {
	position:relative;
	text-align:center;
	width:100%;
	height:100vh;
	background:#000;
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	margin:auto;
}
.fs__centerbox {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.fs__centerbox h3 {
	font-size: calc(4vw + 4vh + 2vmin);
	line-height:1.2;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
}
.fs__centerbox h1 {
	font-size: 3.6rem;
	line-height:1.2;
	color:#fff;
	font-weight:400;
}


@media screen and (max-width: 1024px) {
	.fs100 {
	height:auto;
}
	.fs__centerbox100 {
		position:relative !important;
		padding:10px;
		margin:0;
		font-size:1.6rem;
	}
}

/*****************************************************************************
* HEADER
*****************************************************************************/
header {position:absolute; width:100%; top:0; left:0; z-index:3;}

#logo {
	position: absolute;
	top:60px;
	left:5%;
	font-family: 'Cardo', serif;
	font-size: 3.7rem;
	font-style:italic;
	line-height:0.6;
	opacity: 1;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}
#logo:hover {opacity:0.6;}
#logo span {
	font-size: 1.1rem;
	font-style:normal;
	text-transform:uppercase;
	opacity: 1;
	color:#b9928f;
}

.logo--blanc {color:#fff;}
.logo--noir {color:#000;}

.deg {
	display:block;
	width:50%;
	height:160px;
	position:absolute;
	top:0;
	left:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* NAV */
nav {padding: 60px 5% 0px 0px;}
nav ul {/*float: right;*/ position:absolute; right:5%;}
nav ul li {display: inline-block; float: left;}
nav ul li:not(:first-child) {margin-left: 25px;}

.nav--blanc ul li a, .nav--blanc ul li a.active{color: #fff;}
.nav--blanc ul li a::before,
.nav--blanc ul li a::after,
.nav--blanc ul li a.active::after,
.nav--blanc ul li a:hover::before, .nav--blanc ul li a.active::before,
.nav--blanc ul li a:hover::after, .nav--blanc ul li a.active::after
{background-color: #fff;}

nav ul li a {
	display: inline-block;
	font-family: 'Palanquin', sans-serif;
	outline: medium none;
	text-decoration: none;
    bottom: 0;
    font-size: 1.6rem;
	font-weight:400;
    letter-spacing: 0;
	color: #000;
	text-transform:uppercase;
    padding-bottom: 8px;
    position: relative;
    transition: all 0.3s ease-in 0s;
}
nav ul li a.active {
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0;
    transition: all 0.3s ease 0s;
}
nav ul li a::before {
    background-color: black;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0s ease 0s, background-color 0.3s ease 0s;
    width: 0;
}
nav ul li a::after, nav ul li a.active::after {
    background: black;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    transition: width 0.5s ease 0s, background-color 0.3s ease-out 0s;
    width: 0;
}
nav ul li a:hover::before, nav ul li a.active::before {
    background: black;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease 0s, background-color 0.3s ease 0s;
    width: 0;
}
nav ul li a:hover::after, nav ul li a.active::after {
    background-color: black;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}


@media screen and (max-width: 1024px) {
  .nav-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 60%;
    z-index: -1;
    background: #a8817e;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 15px;
    opacity: 0;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  nav ul li a.active {
    color: #111 !important;
	font-size: 2.4rem;
  }
  nav ul li a::before, nav ul li a::after,
  nav ul li a.active::after,
  nav ul li a:hover::before, nav ul li a.active::before,
  nav ul li a:hover::after, nav ul li a.active::after {
    background-color: #111 !important;
  }
  .nav-open {
    position: fixed;
    right: 10px;
    top: 50px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
}
#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #666;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
.hidden {
  display: none;
}

/*****************************************************************************
* ACCUEIL
*****************************************************************************/
.home {
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	background-image: url("../images/bg-home.jpg");
}

.home h1 {font-size: calc(3vw + 3vh + 1.5vmin);; line-height:1; font-weight:400; text-align:right;}
.home-im {height:100%; max-height:100vh;}

#tel__home {position:absolute; left:5%; bottom:40px; text-align:left;}
#tel__home p {color:#eac1af; font-size:1.8rem; line-height:1.3;}


/*****************************************************************************
* ACCUEIL
*****************************************************************************/

.hero{position: relative; width:100%; height:100%; margin:0}

.accueil {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	background-image: url("../images/avocat-geraldine-nacache.jpg");
	z-index:-2;
}


.accueil__txt {
	width:100%;
	max-width:30%;
	position: absolute;
  	top: 50%;
  	right:5%;
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	z-index:1;
}

.accueil__txt h1 {
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 400;
	color:#b9928f;
	margin-bottom:20px;
}


.accueil__txt h3 {
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 400;
	color:#fff;
}

@media screen and (max-width: 768px) {
	.accueil__txt {
		width:100%;
		max-width:100%;
		position: relative;
		top: 70%;
		left:0;
		padding:0 5%;
		-webkit-transform: translateY(-70%);
		-moz-transform: translateY(-70%);
		-o-transform: translateY(-70%);
		-ms-transform: translateY(-70%);
		transform: translateY(-70%);
	}
	.accueil {
		opacity:0.5;
		-moz-opacity:0.5;
		-webkit-opacity:0.5;
	}
}

/*****************************************************************************
* INTRO
*****************************************************************************/
.home__intro {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: flex-start;
  	align-content: stretch;
  	align-items: stretch;
  	background-color: #a8817e;
	color:#fff;
  	width: 100%;
	max-width:100%;
  	height: 100vh;
	margin:auto;
  	padding: 0;
}
.home__intro h1{
	font-size: 4.2rem;
	line-height:1.3;
	font-weight:400;
}

.home__item {
	display: flex;
  	justify-content: center;
  	align-items: center;
	order: 0;
  	flex: 0 1 auto;
  	align-self: auto;
  	width: 50%;
  	height: 100vh;
  	margin: auto;
  	padding: 0;
}

.home__item:nth-child(1) {
	order: 0;
	padding:5%;
}

.home__item:nth-child(2) {
	order: 1;
	padding:0;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	background-image: url("../images/avocat-geraldine-nacache-paris.jpg");
}

@media screen and (max-width: 1024px) {
	.home__intro {
  		width: 100%;
  		height: auto;
		padding-top:160px;
	}
	.home__intro h1 {
		font-size: 2.8rem;
		line-height:1.2;
		font-weight:400;
	}
	.home__item {
  		width: 100%;
		height:100vh;
	}
	.home__item:nth-child(2) {
		order: 1;
		
	}
	.home__item:nth-child(1) {
		order: 0;
		padding:0px 30px 80px;
	}
	#tel__home {position:relative; margin:0; width:100%; padding:30px; text-align:left;}
}

@media screen and (max-width: 1280px) {
	.home__intro h1 {
		font-size: 3rem;
		line-height:1.2;
		font-weight:400;
	}
}

/*****************************************************************************
* LE CABINET
*****************************************************************************/
.cabinet__bg {
	color:#fff;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	background-image: url("../images/bg-cabinet.jpg");
}
.cab2__bg {
	color:#fff;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	background-image: url("../images/bg-cabinet-2.jpg");
}

.honoraires__bg {
	color:#fff;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	background-image: url("../images/bg-palais.jpg");
}

.cab__intro {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: flex-start;
  	align-content: stretch;
  	align-items: stretch;
  	background-color: #686360;
	color:#fff;
  	width: 100%;
	max-width:1180px;
  	height: 100vh;
	margin:auto;
  	padding: 0;
}
.cab__intro h1{
	font-size: 3.6rem;
	line-height:1.2;
	font-weight:400;
}

.cab__item {
	display: flex;
  	justify-content: center;
  	align-items: center;
	order: 0;
  	flex: 0 1 auto;
  	align-self: auto;
  	width: 50%;
  	height: 100vh;
  	margin: auto;
  	padding: 0;
}

.cab__item:nth-child(2) {
	order: 1;
	padding:0;
}

@media screen and (max-width: 1024px) {
	.cab__intro {
  		width: 100%;
  		height: auto;
		padding-top:160px;
	}
	.cab__intro h1{
		font-size: 2.8rem;
		line-height:1.2;
		font-weight:400;
	}
	.cab__item {
  		width: 100%;
		height:100%;
	}
	.cab__item:nth-child(2) {
		order: 0;
		padding:0px 30px 80px;
	}
	.cab__item:nth-child(1) {
		order: 1;
	}
}

.cab__paragraph {
	padding:230px 0;
}
.cab__paragraph h4 {
	text-transform:uppercase;
	letter-spacing:12px;
	margin-bottom:15px;
	text-align:center;
	font-size:2rem;
	color:#fff;
}
.cab__paragraph h5 {
	text-transform:none;
	margin-bottom:80px;
	text-align:left;
	font-size:7.8rem;
	color:#a8817e;
	line-height:1;
	font-weight:400;
}
.cab__paragraph p {
	font-size:2.4rem;
	line-height:1.3;
	color:#fff;
	margin-bottom:30px;
}
.cab__paragraph p:last-child {margin-bottom:0px;}

.cab__paragraph ul {
  list-style-type: circle;
   margin:0 0 40px 25px;
}
.cab__paragraph ul li {
  font-size:2.4rem;
	line-height:1.3;
	color:#fff;
}
/*
.cab__paragraph ul li:before {
  content: '\00bb';
  position: absolute;
  margin-left: -26px;
  color:#686360;
}
*/

ol.simple-list {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0 0 80px;
	margin-left: 3em;
	padding: 0;
	counter-reset: li-counter;
}
ol.simple-list > li{
	position: relative;
	margin-bottom: 30px;
	padding-left: 0.5em;
	min-height: 3em;
	font-size:2.2rem;
	line-height:1.3;
	color:#fff;
	border-left: 1px solid #aaa;
}
ol.simple-list > li:before {
	position: absolute;
	top: 0;
	left: -1em;
	width: 0.8em;
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
	text-align: right;
	color: #fff;
	content: counter(li-counter);
	counter-increment: li-counter;
}

.lineSep {
	display:block;
    height: 90px;
    margin: 0 auto 50px;
    width: 1px;
	background:#686360;
}

.cab__bg {
	color:#fff;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	background-image: url("../images/bg-cabinet.jpg");
}
.cab__bg h3{
	font-size:2.6rem;
	line-height:1.2;
	font-weight:400;
	margin-bottom:30px;
	color:#666;
}
.cab__bg h3:last-child{
	margin-bottom:0px;
}
.cab__bg h4 {
	text-transform:uppercase;
	letter-spacing:12px;
	margin-bottom:80px;
	text-align:center;
	font-size:2rem;
}

@media screen and (max-width: 1024px) {
	.cab__paragraph h5 {
		font-size:4.8rem;
	}
}

/*****************************************************************************
* FOOTER__INTRO
*****************************************************************************/
.footer__intro {
	position:absolute;
  	width: 100%;
  	max-width:100%;
  	margin: 0 auto;
  	padding:0 5% 50px;
	bottom:0;
	left:0;
}
.footer__intro a {
	color:#fff;
	text-transform:uppercase;
	font-size:1.4rem;
	text-decoration:underline;
}
.footer__intro a:hover {
	color:#999;
}
.footer__intro--tel {color:#eac1af; font-size:1.8rem; line-height:1.3;}


@media screen and (max-width: 736px) {
	.footer__intro {
		position:relative;
  		width: 100%;
  		max-width:100%;
  		margin: 30px auto;
	}
}


/*****************************************************************************
* FOOTER
*****************************************************************************/
footer {
  width: 100%;
  max-width:100%;
  margin: 0 auto;
  padding:80px 0;
  color:#fff;
  background:#161616;
}

#logo-footer {
	color:#fff;
	font-family: 'Cardo', serif;
	font-size: 3.2rem;
	font-style:italic;
	line-height:0.6;
	text-decoration:none;
	opacity: 1;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}
#logo-footer:hover {opacity:0.6;}
#logo-footer span {
	font-size: 1.1rem;
	font-style:normal;
	text-transform:uppercase;
	color:#a8817e;
}

footer p  {font-size:2rem; line-height:1.3; }
footer a  {font-size:2rem; line-height:1.3; color:#a8817e; }
footer a:hover  {color:#888; }


.txt-foot-droite {text-align:right;}

@media only screen and (max-width: 768px) {
  	.txt-foot-droite {text-align:left;}
}
/*****************************************************************************
* BOUTONS
*****************************************************************************/
.scrollToTop {
	position:fixed;
	bottom:0px;
	right:5%;
	width:80px; 
	height:80px;
	font-size:2rem;
	text-align:center; 
	line-height:80px;
	color: #fff;
	text-decoration: none;
	display:none;
	background-color: #a8817e;
	border-radius:0%;
	z-index:5;
}
.scrollToTop:hover{
	color: #000;
}
@media only screen and (max-width: 768px) {
  	.scrollToTop {
		width:60px; 
		height:60px;
		line-height:60px;
	}
}

/* BOUTON LIGNE--HOVER */
.link {
    display: inline-block;
    outline: medium none;
    position: relative;
    text-decoration: none;
}
.link--nav {
    bottom: 0;
    color: #fff;
    font-size: 2.4rem;
	font-weight:400;
    letter-spacing: 0;
    padding-bottom: 6px;
    position: relative;
    transition: all 0.3s ease-in 0s;
}
.link--nav.active {
    color: white;
    font-size: 16px;
    letter-spacing: 0;
    transition: all 0.3s ease 0s;
}
.link--nav::before {
    background-color: white;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: width 0s ease 0s, background-color 0.3s ease 0s;
    width: 0;
}
.link--nav::after, .link--nav.active::after {
    background: white;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    transition: width 0.5s ease 0s, background-color 0.3s ease-out 0s;
    width: 0;
}
.link--nav:hover::before, .link--nav.active::before {
    background: white;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease 0s, background-color 0.3s ease 0s;
    width: 0;
}
.link--nav:hover::after, .link--nav.active::after {
    background-color: white;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}


@media only screen and (min-width: 1024px) {
}


/*****************************************************************************
* RESPONSIVE
*****************************************************************************/


/*****************************************************************************
* CONTACT
*****************************************************************************/
#map {
	width: 100%;
	margin:0;
}

#map-canvas {
	width: 100%;
  	height: 100%;
  	min-height:300px;
	margin-bottom:30px;
}
#map-canvas h3 {
	font-size:1.4rem;
	color:#696464;
	font-style:normal;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
#map-canvas p {
	font-size:1.3rem;
	color:#111;
	font-style:normal;
	margin-bottom:0px;
}

.flex-container {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: flex-start;
  	align-content: stretch;
  	align-items: stretch;
  	background-color: black;
  	width: 100%;
  	height: 100vh;
  	padding: 0;
}

.flex-item {
	display: flex;
  	justify-content: center;
  	align-items: center;
	order: 0;
  	flex: 0 1 auto;
  	align-self: auto;
  	background-color: #000;
  	width: 50%;
  	height: 100vh;
  	font-size: 30px;
  	color: #fff;
  	margin: auto;
  	padding: 0;
}

.flex-item:nth-child(2) {
	order: 1;
	padding:5%;
}

.flex-item:nth-child(1) {
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	/*background-image: url("../images/maitre-nacache-paris-contact.jpg");*/
}


.flex-item h1{
	font-size:2.8rem;
	font-weight:400;
	line-height:1.2;
	color:#a8817e;
	margin-bottom:20px;
}
.flex-item h3{
	font-size:2.4rem;
	font-weight:400;
	line-height:1.2;
	font-style:italic;
	margin-bottom:30px;
	color:#a8817e;
}
.flex-item p{
	font-size:2rem;
	font-weight:400;
	line-height:1.3;
	margin-bottom:20px;
	color:#fff;
}
.flex-item a{
	font-size:2rem;
	font-weight:400;
	line-height:1.3;
	margin-bottom:30px;
	color:#fff;
	text-decoration:underline;
}
.flex-item a:hover{
	color:#a8817e;
}

@media screen and (max-width: 1024px) {
	.flex-container {
  		width: 100%;
  		height: auto;
		padding-top:160px;
	}
	.flex-item {
  		width: 100%;
		height:100vh;
	}
	.flex-item:nth-child(2) {
		order: 0;
		padding:0px 30px 80px;
	}
	.flex-item:nth-child(1) {
		order: 1;
	}
}


/* PAGE CONTACT */
.contact-txt{padding:100px 0;}

.contact-txt h1 {font-size:1.8rem; font-weight:700; margin-bottom:16px; color:#a8817e;}
.contact-txt h4 {font-size:1.8rem; font-weight:700; margin-bottom:30px; border-bottom:1px solid #a8817e; padding-bottom:10px; text-transform:uppercase;}
.contact-txt p {font-size:2rem; font-weight:400; margin-bottom:16px; line-height:1.3;}
.contact-txt a {font-size:2rem; font-weight:400; margin-bottom:40px; color:#a8817e; text-decoration:underline;}
.contact-txt a:hover {color:#999;}

@media screen and (max-width: 768px) {
	.bgcontact {
		margin-top:140px;
	}
	.contact-txt{padding:60px 0 70px;}
}

.mentions {padding:200px 0;}
.mentions h1 {font-size:2.4rem; font-weight:400; margin-bottom:30px; color:#a8817e;}
.mentions h4 {font-size:1.8rem; font-weight:700; margin:30px 0 20px; border-bottom:1px solid #a8817e; padding-bottom:10px; text-transform:uppercase;}
.mentions p {font-size:2rem; font-weight:400; margin-bottom:16px; line-height:1.3;}
.mentions a {font-size:2rem; font-weight:400; margin-bottom:40px; color:#a8817e; text-decoration:underline;}
.mentions a:hover {color:#999;}




/* map animation */
#map {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  border: 0;
}

