
* {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', Arial, sans-serif;
}
html {
	font-size: 100%;
	background-color: rgb(224, 224, 224);
}
body {
	color: black;
	letter-spacing: .02em;
}
a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
}

a.nlink {
	font-weight: 300;
}

a:hover {
	text-decoration: none;
color: #666;
}
ul, li {
	list-style-type: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
object {
    pointer-events: none;
}

.l-left {
	float: left;
}
.l-right {
	float: right;
}

.s-left {
    float: left;
    margin-top: 21px;
    margin-left: 5px;
}

.inactive {
   color: #999;
}




.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	        transform: translateY(300px);
	transition: opacity, -webkit-transform 1s;
	transition: opacity, transform 1s;
	transition: opacity, transform 1s, -webkit-transform 1s;
	transition-delay: 1s;
}
.header-top {
    background: none;
    /* height: 70px; */
    padding: 4% 4% 0 4%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    display: none;
    /*background: rgb(224, 224, 224);*/
}

.logo-header {
height: 60px;
width: 60px;
padding: 0;
display: inline-block;	
}

h1 {
    line-height: 30px;
    height: 70px;
    font-size: 26px;
    font-weight: 900;
	font-size: 1.9vw;
	line-height: 2vw;
	margin-bottom: 0.5vw;
}
h1 a {
	display: block;
	padding: 0 10px;
}

h2 {
    font-size: 3.2em;
    margin-bottom: 4px;
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: bottom;
}

h3 {
    font-weight: 700;
    font-size: 1.6em;
    text-align: left;
    width: 90%;
    padding: 0% 5% 3% 5%;
}

.contact h3 {
    text-align: center;
}

h3.title {
    padding: 3% 0% 0% 0%;
    text-align: left;
    font-weight: 700;
    font-size: 1.6em;
    width: 100%;
    position: relative;
    /* left: 0; */
    /* top: 16%; */
    /* display: block; */
    margin: 0;
    float: left;
}


p {
    line-height: 20px;
    font-size: 15px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
	font-size: 1.0vw;
}

p.contacttitle {
	font-size: 2em;
	margin-bottom: 20px;
	font-weight: 700;
}

.contacttxt {
    text-align: center;
    margin: 0 auto;
    width: 40%;
    padding-top: 6%;
}

.contacttxt .line {
    text-align: center;
}

.about .line {
    text-align: center;
}


.box1home {
    display: none;
}




.pictocontact {
    width: 170px;
    display: inline-block;
    padding-bottom: 20px;
}

.conbutton {
    max-width: 140px;
    display: block;
    padding: 10px 10px ;
	border: 1px solid #000;
	margin: 20px auto;
}

.toggle-menu {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
}
.toggle-menu i {
	position: absolute;
	display: block;
	height: 5px;
	background: #000;
	width: 30px;
	left: 0px;
	transition: all .3s;
}
.toggle-menu i:nth-child(1) {
	top: 0px;
}
.toggle-menu i:nth-child(2) {
	top: 8px;
}
.toggle-menu i:nth-child(3) {
	top: 16px;
}
.open-menu i:nth-child(1) {
	top: 10px;
	width: 34px;
	left: -4px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}
.open-menu i:nth-child(2) {
	background: transparent;
}
.open-menu i:nth-child(3) {
	top: 10px;
	width: 34px;
	left: -4px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}
nav {
 	height: 0;
	opacity: 0;
  box-sizing: border-box;
	background: #e0e0e0;
	position: fixed;
	top: 120px;
	width: 100%;
  transition: all 1s;
}
.open-menu ~ nav {
    opacity: 1;
    padding: 80px 0;
    z-index: 15;
    height: calc(90vh - 80px);
    height: 100vw;
    margin-top: -20vh;
}

nav ul {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
}

ul#menu {
    margin-top: 15vh;
}

nav li {
	flex: 1;
}
nav li a {
    font-size: 1.5em;
    display: block;
    padding: 2% 5%;
    text-align: left;
    transition: background .3s;
}
nav li a {
	background: none;
	margin-left: 0px;
	color: #000;
}
nav li a:hover {
	background: none;
	color: #717171;
}
section { 
	text-align: center;
}



#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: black;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 2px solid #212121;
}


/* FULLPAGE */

#fp-nav.fp-right {
    right: 10px;
}

#fullpage {
    transition-delay: 2s !important;
}


/* SPECIFIC ELEMENTS */


.tpbox {
    position: absolute;
    box-sizing: border-box;
    width: 30.8%;
    left: 34.6%;
    top: 22.9%;
    padding: 3%;
    border-radius: 15%;
    box-sizing: border-box;
	height: 0;
    padding-bottom: 20%;
}

.mt5 {
margin-top: 8%
}

.tpboxsmall {
    position: relative;
	display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5%;
	border-radius: 15%;
}

.shadowlight {
    background: #e0e0e0;
    z-index: 901;
    vertical-align: middle;
    box-shadow: -5px -6px 16px #ffffff;
}

.shadowdark {
    z-index: 900;
	vertical-align: middle;
    box-shadow: 9px 7px 20px #00000066;
}

object.lawoffice {
    position: absolute;
    width: 15%;
    top: 77%;
    left: 42.5%;
    text-align: center;
    z-index: 999;
	display:none;
}

object.lawoffice2 {
    width: 60%;
    padding: 10% 20% 10% 20%;
}

object.lawoffice.hr {
    position: absolute;
    width: 22%;
    top: 77%;
    left: 39%;
    text-align: center;
    z-index: 999;
    display: none;
}

.prarea {
display: none;
}

p.mini-title-pa {
	display: block;
	text-align: center;
    opacity: 0;
}



/* ANIM ELEMENTS */
.animscreen {
    width: 100%;
    height: 100%;
	z-index:990;
}

.pulse, .pulse2 {
    width: 100%;
    height: 100%;
	z-index:891;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.paused {
    -webkit-animation-play-state: paused; /* Safari and Chrome */
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

.running {
    -webkit-animation-play-state: running; /* Safari and Chrome */
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#svgstop, #svgstart {
	position: absolute;
    z-index: 9999;
	bottom: 4%;
}

#svgstart {
	bottom: 2%;
}



.line {
    display: block;
    transform-origin: top left;
    transform: translate3d(0, 20px, 0) rotate(4deg);
    opacity: 0;
    transition: opacity .4s,transform .6s;
	text-align: left;
}

h2.line {
	text-align: center;
}

.mini-title-pa {
display: block;
transform-origin: top left;
transform: translate3d(0, 20px, 0) rotate(4deg);
opacity: 0;
transition: opacity .4s,transform .6s;
font-size: 1.0vw;
text-align: center;
}


.anim1 {
    display: block;
    transform-origin: center center;
    transform: scale(0.5) translate3d(0, 30px, 0) rotate(0deg);
    opacity: 0;
    transition: opacity 1s,transform 1s;
	text-align: center;
}

.industries li.line {
    display: block;
    box-sizing: border-box;
    height: 50px;
    padding: 15px;
    margin: 0 0 10px 0;
    border-radius: 25px;
    width: 100%;
    vertical-align: middle;
    box-shadow: 8px 6px 14px #00000066;
    font-size: 1.1vw;
    line-height: 1.8vw;
	text-align: center;
}

.line.active, .anim1.active, .mini-title-pa.active {
    transform: scale(1.0) translate3d(0, 0px, 0) rotate(0deg);
    opacity: 1;
}

.prarea ul li {
    line-height: 20px;
    font-size: 15px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
    text-align: left;
    font-size: 1.2vw;
    line-height: 1.8vw;
}

.prarea ul {
    list-style: disc outside none !important;
	margin: 10px 10px 0px 20px;
}


.pra01, .pra03, .pra04, .pra05 {
    position: relative;
    text-align: center;
	display: none;
}

.picto.sbactive {
    margin: auto;
    width: 20%;
}

.picto.sbactive .line {
    text-align: center;
}


/* GRID*/

.fp-tableCell {
    padding-top: 0;
}

.practiceareas .fp-tableCell,
.industries .fp-tableCell {
    padding-top: 4%;
}


.grid {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 4fr));
    /* grid-template-columns: repeat(4, 1fr); */
    /* grid-auto-rows: minmax(200px, auto); */
    padding: 0 5%;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    max-width: 1140px;
    margin: 0 auto;
}

.picto {
    z-index: 999;
    margin: auto;
    width: 100%;
    /* min-width: 200px; */
    /* max-width: 200px; */
}

.picto .text {
    white-space: nowrap;
}

.picto2 .text {
    padding: 5% 0;
}



.grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 4fr));
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    padding: 0 4%;
    position: absolute;
    width: 100vw;
    justify-items: center;
    align-items: center;
    grid-template-rows: auto;
    /*transform: translate(10px, 10px);*/
    top: 50%;
    transform: translateY(-50%);
	transition: 0;
}



.sb01.mini {
grid-area: 1 / 1 / 1 / 1;
}
.sb02.mini {
grid-area: 2 / 1 / 2 / 1;
}

.sb03.mini {
grid-area: 3 / 1 / 3 / 1;
}

.sb04.mini {
grid-area: 4 / 1 / 4 / 1;
}

.picto.mini {
    width: 30%;
}


.grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    padding: 0 5%;
    width: 100%;
    justify-items: center;
    align-items: center;
    grid-template-rows: auto;
	box-sizing: border-box;
	max-width: 1140px;
    margin: 0 auto;
}




.tb01 {
grid-area: 1 / 1 / 1 / 1;
padding: 0 10%;
}

.tb02 {
grid-area: 1 / 2 / 1 / 2 /;
padding: 0 10%;
}

.tb03 {
grid-area: 1 / 3 / 1 / 3;
padding: 0 10%;
}

.io01 {
grid-area: 1 / 1 / 2 / 1;
}


.io02 {
grid-area: 3 / 1 / 4 / 1 /;
}


/* PRIVACY */

.privacy .header-top {
    background: rgb(224, 224, 224);
    height: inherit;
    padding: 4% 4% 50px 4%;
    position: relative;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    display: none;
}

.privacy section {
text-align: left;
}

.privacy h3 {
    font-weight: 700;
    font-size: 1.6em;
    text-align: left;
    width: 90%;
    padding: 40px 0 20px 0;
}

div#privacy {
    padding: 0 60px 80px 60px;
}



/* RESPONSIVE */
@media screen and (min-width: 1440px) {

.industries li.line {
    font-size: 16px;
	padding: 10px;
}

.mini-title-pa {
    font-size: 16px;
}


}




@media screen and (max-width: 1366px) {

.box1home p {
    font-size: 1.2vw;
}
	
.contacttxt p {
    font-size: 1.2vw;
}	
.contacttxt p.contacttitle {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.practiceareas .fp-tableCell {
   /* padding-top: 12%; */
}

}

@media screen and (max-width: 1263px) and (min-width: 1042px) {

.industries li.line.special {
    line-height: 1.2rem;
    padding-top: 6px;
}

}

@media screen and (max-width: 767px) {
	nav ul {
		flex-direction: column;
	}

	nav li {
		margin-top: 1px;
	}
  
  nav li a {
    font-size: 2.5em;
  }
  
  .scroll-icon {
    display: none;
  }
  
.box1home p {
    font-size: 1.0rem;
}

p.mini-title-pa {
    font-size: 1.6rem;
    white-space: break-spaces;
    min-height: 35px;
}

.prarea ul {
    margin: 0px 10px 30px 20px;
}

.line {
    font-size: 14px;
    line-height: 18px;
}

.pra01, .pra03, .pra04, .pra05 {
    position: relative;
    text-align: center;
	display: none;
}


.pra01 .line.active,
.pra02 .line.active,
.pra03 .line.active,
.pra04 .line.active {
 text-align: center;
}



.tpbox {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 60%;
    left: 19.6%;
    top: 35.9%;
    padding: 5%;
    border-radius: 15%;
}


svg#tp_logo_anim {
    transform: scale(2);
}

object.lawoffice {
    position: absolute;
    width: 38%;
    top: 68% !important;
    left: 31%;
    text-align: center;
    z-index: 999;
    display: none;
}

object.lawoffice.hr {
    position: absolute;
    width: 44%;
   /* top: 77%;*/
    left: 28%;
    text-align: center;
    z-index: 999;
    display: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 4fr));
    /* grid-template-columns: repeat(4, 1fr); */
    /* grid-auto-rows: minmax(200px, auto); */
    padding: 0 4% 0 0%;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
}

.grid3 {
    display: grid;
    padding: 0 5%;
    width: 97%;
    max-width: 1140px;
    margin: 0;
}

.industries li.line {
    padding: 12px;
    margin: 0 0 3px 0;
    border-radius: 18px;
    width: 100%;
    vertical-align: middle;
    box-shadow: 5px 5px 10px #00000066;
    font-size: 1.6rem;
    line-height: 0.8rem;
}

div#privacy {
    padding: 0 20px 40px 20px;
}

div#privacy p {
   font-size: 15px;
}

.privacy h3 {
    font-size: 2.4em;
}

}

@media screen and (max-width: 414px) {
  html {
    font-size: 50%;
  }
  
  ul#menu {
    margin-top: 0;
}
  
  .open-menu ~ nav {
		padding: 20px 0;
		height: 100vh;
        margin-top: 0;
	}

	nav li a {
	    padding: 10px 5px;
	}
	

h1 {
    height: 40px;
    font-weight: 900;
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 20px;
}

.conbutton {
    max-width: 80px;
    display: block;
    padding: 10px 10px;
    border: 1px solid #000;
    margin: 10px auto;
}

#fp-nav.fp-right {
    right: 0px;
}

section.vertical-scrolling.contact.fp-section.fp-table,
section.vertical-scrolling.practiceareas.fp-section.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 5%;
}

.contacttxt {
    width: 100%;
}

p.mini-title-pa {
     font-size: 1.6rem;
    white-space: break-spaces;
    min-height: 35px;
}


.picto.sbactive {
    margin: auto;
    width: 60%;
}

.prarea {
    width: 200%;
}



.prarea ul {
    list-style: disc outside none !important;
    margin: 0px 10px 10px 10px;
}

.prarea ul li {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.industries li.line {
    display: block;
    box-sizing: border-box;
    height: 36px;
    padding: 15px;
    margin: 0 0 3px 0;
    border-radius: 18px;
    width: 100%;
    vertical-align: middle;
    box-shadow: 8px 6px 14px #00000066;
    /* line-height: 20px; */
    font-size: 1.6rem;
    line-height: 1.0rem;
}

.industries li.line {
    display: block;
    box-sizing: border-box;
    height: 32px;
    padding: 15px;
    margin: 0 0 3px 0;
    border-radius: 18px;
    width: 100%;
    vertical-align: middle;
    box-shadow: 5px 5px 10px #00000066;
    /* line-height: 20px; */
    font-size: 1.6rem;
    line-height: 0.8rem;
}

.industries .fp-tableCell {
    padding-top: 0%;
}


h3.title {
    padding: 3% 0% 0% 0%;
    text-align: left;
    font-weight: 700;
    font-size: 2.2em;
    width: 100%;
    position: relative;
    /* left: 0; */
    /* top: 16%; */
    /* display: block; */
    margin: 0;
    float: left;
}

.s-left {
    float: left;
    margin-top: 23px;
    margin-left: 5px;
    font-size: 14px;
}

.contacttxt p.contacttitle {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.contacttxt p {
    font-size: 1.6rem;
}

	
}


@media screen and (max-width: 320px) {

.picto {
    z-index: 999;
    float: left;
    width: 45%;
    margin-right: 2%;
}

.grid {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(300px, 4fr));
    grid-column-gap: 5%;
    grid-row-gap: 3%;
    padding: 0 0%;
}

.industries li.line {
    display: block;
    box-sizing: border-box;
    height: 26px;
    padding: 10px;
    margin: 0 0 3px 0;
    border-radius: 12px;
    width: 91%;
    vertical-align: middle;
    box-shadow: 8px 6px 14px #00000066;
    /* line-height: 20px; */
    font-size: 1.6rem;
    line-height: 1.0rem;
}
	
}


/* iPhone 6,7,8 Portrait*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)  { 


h3.title {
    padding: 1% 0% 0% 0%;
    font-size: 1.8em;
}

.industries .fp-tableCell {
    padding-top: 0%;
    vertical-align: middle;
}



.grid3 {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.industries li.line {
    display: block;
    box-sizing: border-box;
    height: 32px;
    padding: 13px;
    margin: 0 0 3px 0;
    border-radius: 18px;
    width: 100%;
    vertical-align: middle;
    box-shadow: 5px 5px 10px #00000066;
    /* line-height: 20px; */
    font-size: 1.4rem;
    line-height: 0.8rem;
}

}

/* iPhone 6,7,8 Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape)  { 

h3.title {
    padding: 1% 0% 0% 0%;
    font-size: 1.4em;
}

.industries .fp-tableCell {
    padding-top: 0%;
    vertical-align: bottom;
}

p.mini-title-pa {
    font-size: 0.8rem;
    white-space: break-spaces;
    min-height: 35px;
}

.grid3 {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.industries li.line {
    display: block;
    box-sizing: border-box;
    height: 32px;
    padding: 13px;
    margin: 0 0 3px 0;
    border-radius: 18px;
    width: 100%;
    vertical-align: middle;
    box-shadow: 5px 5px 10px #00000066;
    /* line-height: 20px; */
    font-size: 0.8rem;
    line-height: 0.8rem;
}

}

