 @import url("https://use.typekit.net/yci4vsv.css");

* {
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	font-family: "barlow-condensed", sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-decoration:none;
	line-height: 1.1em;
}

html, body {
      margin: 0;
      padding: 0;
      height: 100%;
    }
body {
	position: relative;
	margin: auto;
	background-color: black;
}
#seo {
	color: white;
	position: absolute;
	text-align: center;
	z-index: -10;
	width: 100%;
}
.content {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 767px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 15px 25px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: rgba(0, 0, 0, .8);
		z-index: 10;
	}
	.baliseLeft {
		display: none;
	}
	.menuLaptop {
		display: none;
	}
	nav {
		position: absolute;
		background-color: rgba(0, 0, 0, .8);
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		transform: translateY(-100%);
		transition: .5s transform ease;	
		z-index: 9999;
	}
	nav.open {
		transform: initial;
		display: flex;
		z-index: 9999;
	}
	nav p {
		width: 100%;
		display: block;
		position: absolute;
		text-align: center;
		color: white;
		font-weight: 400;
		bottom: 175px;
	}
	.close {
		display: block;
		position: absolute;
		top: 25px;
		left: 25px;
		cursor: pointer;
	}
	.close svg {
		fill: rgba(255, 255, 255, 1);
		height: 40px;
		width: 40px;
	}
	.menu {
		margin-top: 120px;
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.link{
		padding: 10px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.link a{
		color: #98F0E1;
		padding: 6px 20px;
		font-weight: 400;
		font-size: 3rem;
		text-align: left;
	}
	.menuReseaux {
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: center;
		bottom: 100px;
	}
	.menuReseaux a {
		flex: 0 1 9%;
		margin: 15px;
	}
	.menuReseaux img {
		display: block;
		width: 100%;
	}
	.header_burger svg {
		fill: #98F0E1;
		height: 35px;
		width: 35px;
		cursor: pointer;
	}
	.logo {
		width: 55px;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.logo img {
		display: block;
		width: 100%;
	}
	.mailMenu {
		width: 45px;
		height: 45px;
		background-color: #FE4052;
		border-radius: 50%;
		padding: 8px;
		display: none;
	}
	.mailMenu img {
		display: block;
		width: 100%;
	}
	.phone {
		width: 45px;
		height: 45px;
		background-color: #FE4052;
		border-radius: 50%;
		padding: 8px;
	}
	.phone img {
		display: block;
		width: 100%;
	}

	/*HERO/////////////////////////////////*/


	.hero {
			position: relative;
	  		width: 100vw;
	  		height: 90vh;
	  		overflow: hidden;
		}
		.carrousselETE {
			position: relative;
			display: flex;
	  		overflow-x: auto;
	  		overflow-y: hidden;
  			-ms-overflow-style: none;       /* Internet Explorer / Edge */
  			scrollbar-width: none;
	  		width: 100vw;
	  		height: 90vh;
	  		scroll-snap-type: x mandatory;
	  		scroll-behavior: smooth;
	  		z-index: 1;
		}
		.carrousselETE::-webkit-scrollbar {
			display: none;                  /* Chrome / Safari / Edge */
		}
		.carrousselETE img {
			width: 100vw;
	  		height: 90vh;
	  		object-fit: cover;
	  		flex-shrink: 0;
	  		scroll-snap-align: start;
		}
		.accrocheETE {
			position: absolute;
			display: block;
			width: 220px;
			top: 120px;
			left: 30px;
			z-index: 2;
		}
		.blockSignature {
			display: none;
		}
		.tripoint {
			position: absolute;
			bottom: 6vh;
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 5px;
			height: 10px;
			width: 100%;
			z-index: 3;
			cursor: pointer;
		}
		.swipe {
			background-color: rgba(0, 0, 0, 1);
			color: #98F0E1;
			font-size: .6em;
			border-radius: 12px;
			padding: 3px 10px;
			font-weight: 400;
			letter-spacing: 1px;
			text-align: center;
		}
		.blockSignatureAlt {
			background-color: #98F0E1;
			padding: 30px 0;
		}
		.blockDistilleurAlt {
			text-transform: uppercase;
			font-size: 1.2em;
			color: black;
			font-weight:500;
			margin: 0px 25px 10px;
			line-height: 1em;
		}
		.blockSuiteAlt {
			color: black;
			font-weight:300;
			margin: 0 25px;
			line-height: 1em;
			font-size: 1em;
		}


	/*INTRO/////////////////////////////////*/


	.intro {
			position: relative;
			width: 100%;
			display: flex;
			justify-content: center;
		}
		.blockRed {
			display: none;
		}
		.coeur {
			position: relative;
			margin-top: 0px;
			background-image: url("PSimages/FraiseEcrin.png");
			background-repeat: no-repeat;
			background-size: 130%;
			background-position: center -70px;
			display: flex;
			flex-direction: column;
			width: 100%;
			height: 325px;
			justify-content: flex-end;
			align-items: flex-start;
			z-index: 3;
		}
		.coeur p {
			color: white;
			font-weight:300;
			margin: 25px 25px 0px;
			line-height: 1em;
			font-size: 1em;
		}
		.coeur h4 {
			text-transform: uppercase;
			font-size: 1.2em;
			color: #98F0E1;
			font-weight:400;
			margin: 10px 25px 35px;
			line-height: 1em;
		}

	/*METHODO/////////////////////////////////*/

		.methodo {
			position: relative;
			width: 100vw;
			/*background-color: #FE4052;*/
			background-image: none;
			display: flex;
			flex-direction: column;
		}
		.creativite {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			margin-top:0;
			padding: 40px 0 40px;
			background-color: #FE4052;
			height: 315px;
		}
		.creativite img {
			display: block;
			height: 12px;
			margin-bottom: 15px;
		}
		.creativite p {
			text-transform: uppercase;
			font-size: 1.75em;
			color: #98F0E1;
			line-height: 1.8em;
		}
		#creaBrute {
			font-size: 2.5em;
			color: white;
			text-align: center;
			line-height: 1em;
			margin-top: 15px;
		}
		#signEgal {
			font-size: 4em;
			line-height: .3em;
		}
		.creativite img {
			height: 12px;
			margin-bottom: 5px;
		}
		.chef {
			order: initial;
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			align-items: center;
			background-image: url("PSimages/Chef.png");
			background-size: 320%;
			background-repeat: no-repeat;
			background-position: center -110px;
			width: 100%;
			height: 325px;
			overflow: hidden;
		}
		.expLaptop {
			display: none;
		}
		.ctaLaptopExp {
			display: none;
		}
		.process {
			margin: auto;
			position: relative;
			padding: 30px;
			display: flex;
			flex-direction: column;
			align-items:center ;
			justify-content: space-between;
			width: 100%;
			overflow: hidden;
			z-index: 0;
			background-color: #FE4052 ;
		}
		.process h4 {
			display: block;
			text-align: center;
			font-size: 1.3em;
			color: #98F0E1;
			font-weight:500;
			padding: 0px 25px;
			margin: 0;
			line-height: 1em;
			/*align-self: flex-start;*/
			border-bottom-width: 0px;
	  		border-bottom-style: solid;
	  		border-bottom-color: #98F0E1;
		}
		.tab {
			display: none;
		}
		.tabMobile {
			display: flex;
			justify-content: center;
			align-content: center;
			align-items: flex-start;
			margin: 0px 0 10px;
			flex-wrap: wrap;
			width: 100%;
			height: 260px;
			background-image: url('PSimages/Cross.png');
			background-position: center;
			background-size: 75%;
			background-repeat: no-repeat;
			background-color: rgba(0, 0, 0, 0);;
		}
		.tabMobile p {
			color: white;
			font-weight: 400;
			font-size: .8em;
		}
		.tabMobile span {
			color: white;
			font-weight: 500;
			text-transform: uppercase;
		}
		.case1 {
			padding: 0 15px 15px 0;
			display: block;
			width: 50%;
			text-align: right;
		}
		.case2 {
			padding: 0 0 15px 15px;
			display: block;
			width: 50%;
			text-align: left;
		}
		.case3 {
			padding: 15px 15px 0 0;
			display: block;
			width: 50%;
			text-align: right;
		}
		.case4 {
			padding: 15px 0 0 15px;
			display: block;
			width: 50%;
			text-align: left;
		}
		.cta {
			position: relative;
			display: block;
			text-align: center;
			color: white;
			padding: 15px 30px 15px;
			font-size: 1.5em;
			font-weight: 400;
			background-color: #FF00FF;
			border-radius: 60px;
		}
		.expertise2 {
			background-color: yellow;
			display: flex;
			flex-wrap: wrap;
			width: 100vw;
		}
		.conseil {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-size: 1.2em;
			background-color: #98F0E1;
			width: 50vw;
			height: 50vw;
			color: #FF00FF;
		}
		.branding {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-size: 1.2em;
			background-color: black;
			color: #FE4052;
			width: 50vw;
			height: 50vw;
		}
		.contenus {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			order: initial;
			font-size: 1.2em;
			background-color: #FE4052;
			color:#98F0E1;
			width: 50vw;
			height: 50vw;
		}
		.campagne {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-size: 1.2em;
			background-color: #FF00FF;
			color: white;
			width: 50vw;
			height: 50vw;
		}
		.influence {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-size: 1.2em;
			order: initial;
			background-color: #FF00FF;
			color: black;
			width: 50vw;
			height: 50vw;
		}
		.motion {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-size: 1.2em;
			background-color: #98F0E1;
			color: #FE4052;
			width: 50vw;
			height: 50vw;
		}


		/*EQUIPE/////////////////////////////////*/



		.equipe {
			width: 100%;
		}
		.equipe h4{
			text-transform: uppercase;
			text-align: center;
			font-size: 1.7em;
			color: #FF00FF;
			padding: 80px;
			background-color: white;
		}
		.whoswho {
			position: relative;
			width: 100%;
			height: 325px;
			background-image: url("PSimages/MonoDaftPunk.png");
			background-size: cover;
			background-position: -30px center;
			background-repeat: no-repeat;
			display: flex;
			justify-content: center;
			align-items: flex-end;
		}
		.whoswho h5 {
			display: block;
			position: absolute;
			top: 50px;
			font-size: 8em;
			color: #FF00FF;
			opacity: .7;
			text-align: center;
			line-height: .75em;
		}
		.trioPrez {
			display: none
		}
		.trioPrezMobile {
			background-color: #98F0E1;
			padding: 50px 20px 30px;
			display: flex;
			flex-direction: column;
			gap: 3px;
		}
		.trioPrezMobile p {
			font-size: .9em;
		}
		.trioPrezMobile span {
			color: #FF00FF;
			font-weight: 500;
			font-size: 1em;
		}
		.trombi {
			position: relative;
			width:100%;
		}
		.daftpunk {
			background-image: url("PSimages/trioDaftPunk2.png");
			background-size: 120%;
			background-position: center top;
			background-repeat: no-repeat;
			height: 200px;
		}


		/*REFERENCES/////////////////////////////////*/



		.references {
			position: relative;
			display: flex;
			flex-direction: column;
			width: 100%;
			background-color: black;
			align-items: center;
		}
		.references p {
			display: block;
			color: white;
			font-weight: 400;
			font-size: .8em;
			text-align: center;
			margin: 20px 0 40px;
			padding: 0 50px;
			line-height: 1.3em;
		}
		.references span {
			text-transform: uppercase;
			font-size: 1.5em;
			color: #98F0E1;
		}
		.mapIcon {
			position: relative;
			top: -15px;
		}
		.mapIcon img{
			display: block;
			width: 40px;
		}
		.carousel-logos {
			width: 100%;
			margin-top: 0px;
			margin-bottom: 25px;
		  	display: flex;
		  	gap: 50px;
		  	overflow-y: hidden;
  			-ms-overflow-style: none;       /* Internet Explorer / Edge */
  			scrollbar-width: none;
		 	padding: 0px 35px;
		 	scroll-behavior: smooth;
		}
		.carousel-logos::-webkit-scrollbar {
			display: none;                  /* Chrome / Safari / Edge */
		}
		.carousel-logos img {
		  	height: 50px;
		  	flex-shrink: 0;
		  	opacity: .66;
		}
		.blockContact {
			display: flex;
			justify-content: center;
			margin-top: 0px;
			height: 450px;
			position: relative;
			width: 100%;
			background-color: black;
			overflow: hidden;
		}
		.blockContact img {
			position: absolute;
			width: 110%;
			bottom: 0;
			left: 50%;
	  		transform: translate(-50%, 0);
		}
		.contact {
			position: relative;
			flex-direction: column;
			justify-content: flex-start;
			display: flex;
			z-index: 1;
		}
		.contact p:first-child {
			font-size: 1em;
			font-weight: 400;
			color: white;
			text-align: center;
			margin-bottom: 0;
			margin-top: 55px;
		}
		.contact p {
			display: block;
			font-size: 5em;
			color: #98F0E1;
			text-align: center;
			line-height: .80em;
		}
		.ctaContact {
			position: relative;
			display: block;
			margin-top: 130px;
			text-align: center;
			color: white;
			padding: 15px 30px 15px;
			font-size: 1.2em;
			font-weight: 400;
			background-color: #FF00FF;
			border-radius: 60px;
			transition: 2s ease;
		}


		/*FOOTER/////////////////////////////////*/



		footer {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 100%;
			background-color: black;
		}
		.footerConstrain {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: flex-end;
			width: 100%;
			padding: 40px 0;
		}
		.fcol1, .fcol2, .fcol3 {
			width: 100%;
			display: flex;
			overflow: hidden;
		}
		.logoFooter {
			width: 80px;
		}
		.fcol1 {
			flex-direction: column;
			align-items: center;
			gap: 0px;
		}
		.fcol2 {
			display: none;
		}
		.fcol3 {
			justify-content: center;
			gap: 16px;
			margin: 20px 0 0;
		}
		.fcol1 p {
			margin: 15px 0 0;
			color: #98F0E1 ;
			font-size: 1.2em;
		}
		#mtpToulon {
			margin: 0;
			font-size: .8em;
		}
		.fcol2 p {
			color: #98F0E1 ;
			font-size: .8em;
		}
		.fcol3 img {
			display: block;
			width: 33px;
		}
		.line {
			display: none;
		}
		.copyright {
			display: block;
			width: 65%;
			color: #98F0E1;
			font-size: .6em;
			font-weight: 400;
			padding-bottom: 40px;
			text-align: center;
		}
}


@media (min-width: 768px) and (max-width: 1023px) {

	header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	z-index: 10;
	}
	.baliseLeft {
		display: none;
	}
	.menuLaptop {
		display: none;
	}
	nav {
		position: absolute;
		background-color: rgba(0, 0, 0, .8);
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		transform: translateY(-100%);
		transition: .5s transform ease;	
		z-index: 9999;
	}
	nav.open {
		transform: initial;
		display: flex;
		z-index: 9999;
	}
	nav p {
		width: 100%;
		display: block;
		position: absolute;
		text-align: center;
		color: white;
		font-weight: 400;
		bottom: 22vh;
	}
	.close {
		display: block;
		position: absolute;
		top: 25px;
		left: 25px;
		cursor: pointer;
	}
	.close svg {
		fill: rgba(255, 255, 255, 1);
		height: 40px;
		width: 40px;
	}
	.menu {
		margin-top: 40%;
		transform: translateY(-50%);
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.link{
		padding: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.link a{
		color: #98F0E1;
		padding: 6px 20px;
		font-weight: 400;
		font-size: 3rem;
		text-align: left;
	}
	.menuReseaux {
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		bottom: 15vh;
	}
	.menuReseaux a {
		flex: 0 1 4%;
		margin: 6px;
	}
	.menuReseaux img {
		display: block;
		width: 100%;
	}
	.header_burger svg {
		fill: #98F0E1;
		height: 35px;
		width: 35px;
		cursor: pointer;
	}
	.logo {
		width: 55px;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.logo img {
		display: block;
		width: 100%;
	}
	.mailMenu {
		width: 45px;
		height: 45px;
		background-color: #FE4052;
		border-radius: 50%;
		padding: 8px;
	}
	.mailMenu img {
		display: block;
		width: 100%;
	}
	.phone {
		width: 45px;
		height: 45px;
		background-color: #FE4052;
		border-radius: 50%;
		padding: 8px;
		display: none;
	}
	.phone img {
		display: block;
		width: 100%;
	}


	/*//HERO////////////////////////////////////////////////*/



	.hero {
		position: relative;
  		width: 100vw;
  		height: 100vh;
  		max-height: 800px;
  		overflow: hidden;
	}
	.carrousselETE {
		display: flex;
  		overflow-x: auto;
  		overflow-y: hidden;
  		-ms-overflow-style: none;       /* Internet Explorer / Edge */
  		scrollbar-width: none;
  		width: 100vw;
  		height: 100vh;
  		max-height: 800px;
  		scroll-snap-type: x mandatory;
  		scroll-behavior: smooth;
  		position: relative;
  		z-index: 1;
	}
	.carrousselETE::-webkit-scrollbar {
		display: none;                  /* Chrome / Safari / Edge */
	}
	.carrousselETE img {
		width: 100vw;
  		height: 100vh;
  		max-height: 800px;
  		object-fit: cover;
  		flex-shrink: 0;
  		scroll-snap-align: start;
	}
	.accrocheETE {
		position: absolute;
		display: block;
		width: 300px;
		top: 150px;
		left: 10%;
		z-index: 2;
	}
	.tripoint {
		position: absolute;
		bottom:5vh;
		right: 5vw;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 5px;
		height: 20px;
		width: 100%;
		z-index: 3;
		cursor: pointer;
	}
	.swipe {
		background-color: rgba(0, 0, 0, 1);
		color: #98F0E1;
		font-size: .6em;
		border-radius: 12px;
		padding: 3px 10px;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: center;
	}
	.blockBlack {
		background-color: rgba(152, 240, 225, .5);
		padding: 30px 15vw;
		width: 100vw;
	}
	.blockSignature {
		position: absolute;
		display: flex;
		width: 100%;
		bottom: 0;
		left: 0;
		transform: translateX(0);
		z-index: 2;
	}
	.blockDistilleur {
		display: block;
		color:black;
		text-transform: uppercase;
		font-size: 1.2em;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.blockSuite {
		color: black;
		text-transform: uppercase;
		font-weight: 300;
		font-size: .8em;
	}
	.blockSignatureAlt {
		display: none;
	}


	/*INTRO/////////////////////////////////*/



	.intro {
		background-color: #98F0E1;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.blockRed {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 110px;
		background-color: #FE4052;
	}
	.coeur {
		position: relative;
		margin-top: 0px;
		background-color: #FE4052;
		background-image: url("PSimages/FraiseEcrin.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 350px;
		justify-content: flex-end;
		align-items: flex-start;
		z-index: 3;
	}
	.coeur p {
		color: white;
		font-weight:300;
		margin: 25px 15vw 0px;
		line-height: 1em;
		font-size: .8em;
	}
	.coeur h4 {
		text-transform: uppercase;
		font-size: 1.2em;
		color: #98F0E1;
		font-weight:400;
		margin: 10px 15vw 35px;
		line-height: 1em;
	}


	/*METHODO/////////////////////////////////*/



	.methodo {
		position: relative;
		width: 100vw;
		background-color: #FE4052;
		background-image: url("PSimages/expertise.png");
		background-size: 1000px;
		background-repeat: no-repeat;
		background-position: center 100px;
		display: flex;
		flex-direction: column;
	}
	.creativite {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top:0;
		padding: 60px 0 30px;
		height: auto;
		background-color: rgba(0, 0, 0, 0);
	}
	.creativite img {
		display: block;
		height: 12px;
		margin-bottom: 15px;
	}
	.creativite p {
		text-transform: uppercase;
		font-size: 2em;
		color: #98F0E1;
		line-height: 1.8em;
	}
	#creaBrute {
		font-size: 2em;
		color: white;
		text-align: center;
		line-height: 1.5em;
		margin-top: 0;
	}
	#signEgal {
		font-size: 3em;
		line-height: .3em;
	}
	.creativite img {
		height: 12px;
		margin-bottom: 5px;
	}
	.process {
		margin: auto;
		position: relative;
		padding: 10px 0px;
		display: flex;
		flex-direction: column;
		align-items:center ;
		justify-content: space-between;
		width: 65%;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0);
		z-index: 0;
	}
	.process h4 {
		display: block;
		text-align: center;
		font-size: 1.3em;
		color: #98F0E1;
		font-weight:500;
		padding: 0px 25px 10px;
		margin: 15px;
		line-height: 1em;
		border-bottom-width: 4px;
  		border-bottom-style: solid;
  		border-bottom-color: #98F0E1;
	}
	.tabMobile {
		display: none;
	}
	.tab {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		margin: 15px 0 25px;
		flex-wrap: wrap;
		width: 100%;
		height: 260px;
		background-image: url('PSimages/Cross.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.tab p {
		color: white;
		font-weight: 400;
		font-size: .8em;
	}
	.tab span {
		color: white;
		font-weight: 500;
		text-transform: uppercase;
	}
	.case1 {
		padding: 0 30px 50px 0;
		display: block;
		width: 50%;
		text-align: right;
	}
	.case2 {
		padding: 0 0 50px 30px;
		display: block;
		width: 50%;
		text-align: left;
	}
	.case3 {
		padding: 50px 30px 0 0;
		display: block;
		width: 50%;
		text-align: right;
	}
	.case4 {
		padding: 50px 0 0 30px;
		display: block;
		width: 50%;
		text-align: left;
	}
	.cta {
		position: relative;
		display: block;
		text-align: center;
		color: white;
		padding: 10px 30px 15px;
		font-size: 1.5em;
		font-weight: 400;
		background-color: #FF00FF;
		border-radius: 60px;
		margin: 30px 0 60px;
		transition: 2s ease;
	}
	.cta:hover {
		transition: .8s ease;
		color: #FE4052;
		background-color: white;
	}
	.cta {
		display: none;
	}
	.expertise2 {
		display: none;
	}
	.chef {
		order: 3;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		background-image: url("PSimages/Chef.png");
		background-size: 1400px;
		background-position: center;
		width: 100%;
		height: 550px;
		overflow: hidden;
	}
	.expLaptop {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 100%;
		height: 15vw;
	}
	.Lconseil {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #98F0E1;
		font-size: .80em;
		width: 13vw;
		height: 13vw;
		color: #FF00FF;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lbranding {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: black;
		color: #FE4052;
		font-size: .80em;
		width: 13vw;
		height: 13vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lcontenus {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		order: 4;
		background-color: #FE4052;
		color:#98F0E1;
		font-size: .80em;
		width: 13vw;
		height: 13vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lcampagne {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #FF00FF;
		color: white;
		font-size: .80em;
		width: 13vw;
		height: 13vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Linfluence {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		order: 5;
		background-color: #FF00FF;
		color: black;
		font-size: .80em;
		width: 13vw;
		height: 13vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lmotion {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #98F0E1;
		color: #FE4052;
		font-size: .80em;
		width: 13vw;
		height: 13vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Linfluence:hover, .Lmotion:hover, .Lcampagne:hover, .Lcontenus:hover, .Lbranding:hover, .Lconseil:hover {
		width: 13vw;
		height: 13vw;
	}
	.ctaLaptopExp {
		position: relative;
		display: block;
		text-align: center;
		color: white;
		padding: 15px 30px 15px;
		font-size: 1.5em;
		font-weight: 400;
		background-color: #FF00FF;
		border-radius: 60px;
		margin: 30px 0 40px;
		transition: 2s ease;
	}
	.ctaLaptopExp:hover {
		transition: .8s ease;
		color: #FE4052;
		background-color: white;
	}


	/*EQUIPE/////////////////////////////////*/



	.equipe {
		width: 100%;
	}
	.equipe h4{
		text-transform: uppercase;
		text-align: center;
		font-size: 2em;
		color: #FF00FF;
		padding: 80px;
		background-color: #98F0E1;
	}
	.whoswho {
		position: relative;
		width: 100%;
		height: 550px;
		background-image: url("PSimages/MonoDaftPunk.png");
		background-size: cover;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.whoswho h5 {
		display: block;
		position: absolute;
		top: 60px;
		font-size: 12em;
		color: #FF00FF;
		opacity: .7;
		text-align: center;
		line-height: .75em;
	}
	.trioPrezMobile {
		display: none;
	}
	.trioPrez {
		display: flex;
		width: 100%;
		height: 125px;
		background-color: #98F0E1;
		padding: 0 15vw;
	}
	.nous {
		width: 33%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 25px 15px;
	}
	.nous p {
		text-align: center;
		font-size: .8em;
		font-weight: 400;
	}
	.nous span {
		color: #FF00FF;
		font-size: 1.2em;
		font-weight: 500;
	}
	.nous img {
		width: 35px;
		margin-bottom: 5px;
	}
	.trombi {
		position: relative;
		width: 100%;
	}
	.daftpunk {
		background-image: url("PSimages/trioDaftPunk2.png");
		background-size: cover;
		background-position: center top;
		height: 350px;
	}


	/*REFERENCES/////////////////////////////////*/



	.references {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: black;
		align-items: center;
	}
	.references p {
		display: block;
		color: white;
		font-weight: 400;
		font-size: .8em;
		text-align: center;
		padding: 0;
		margin: 20px 0 40px;
		line-height: 1.3em;
	}
	.references span {
		text-transform: uppercase;
		font-size: 1.5em;
		color: #98F0E1;
	}
	.mapIcon {
		position: relative;
		top: -15px;
	}
	.mapIcon img{
		display: block;
		width: 55px;
	}
	.carousel-logos {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 25px;
	  	display: flex;
	  	gap: 75px;
	  	overflow-x: auto;
	  	overflow-y: hidden;
  		-ms-overflow-style: none;       /* Internet Explorer / Edge */
  		scrollbar-width: none;
	 	padding: 0px 55px;
	 	scroll-behavior: smooth;
	}
	.carousel-logos::-webkit-scrollbar {
		display: none;                  /* Chrome / Safari / Edge */
	}
	.carousel-logos img {
	  	height: 50px;
	  	flex-shrink: 0;
	  	opacity: .66;
	}


	/*CONTACT/////////////////////////////////*/



	.blockContact {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		height: 700px;
		position: relative;
		width: 100%;
		background-color: black;
		overflow: hidden;
	}
	.blockContact img {
		position: absolute;
		width: 1920px;
  		top: 50%;
  		left: 50%;
  		transform: translate(-50%, -50%);
	}
	.contact {
		position: relative;
		flex-direction: column;
		justify-content: flex-start;
		display: flex;
		z-index: 1;
	}
	.contact p:first-child {
		font-size: 1.3em;
		font-weight: 400;
		color: white;
		text-align: center;
		margin-bottom: 0;
		margin-top: 100px;
	}
	.contact p {
		display: block;
		font-size: 7em;
		color: #98F0E1;
		text-align: center;
		line-height: .8em;
	}
	.ctaContact {
		position: relative;
		display: block;
		margin-top: 230px;
		text-align: center;
		color: white;
		padding: 15px 30px 15px;
		font-size: 1.5em;
		font-weight: 400;
		background-color: #FF00FF;
		border-radius: 60px;
		transition: 2s ease;
	}
	.ctaContact:hover {
		transition: .8s ease;
		color: #FE4052;
		background-color: white;
	}


	/*FOOTER/////////////////////////////////*/



	footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		background-color: black;
	}
	.footerConstrain {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		width: 75%;
		padding: 60px 0;
	}
	#mtpToulon {
		display: none;
	}
	.fcol1, .fcol2, .fcol3 {
		width: 33%;
		display: flex;
		overflow: hidden;
	}
	.logoFooter {
		width: 75px;
	}
	.fcol1 {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.fcol2 {
		justify-content: flex-start;
		padding-left: 20px;
	}
	.fcol3 {
		justify-content: center;
		gap: 10px;
		margin: 0;
	}
	.fcol1 p {
		color: #98F0E1 ;
		font-size: 1em;
		margin: 0;
	}
	.fcol2 p {
		color: #98F0E1 ;
		font-size: .8em;
	}
	.fcol3 img {
		display: block;
		width: 30px;
	}
	.line {
		display: block;
		width: 1px;
		height: 110px;
		background-color: #98F0E1;
	}
	.copyright {
		color: white;
	}
	.copyright {
		display: block;
		width: 65%;
		color: #98F0E1;
		font-size: .6em;
		font-weight: 400;
		padding-bottom: 40px;
		text-align: center;
	}



}



@media (min-width: 1024px) 
{
	body {
		background-color: black;
	}
	.content {
		position: relative;
		background-color: #98F0E1;
		max-width: 1920px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;
	}
	header {
		position: fixed;
		max-width: 1920px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding: 15px 25px;
		display: flex;
		justify-content: center;
		gap: 50px;
		align-items: center;
		background-color: rgba(0, 0, 0, .7);
		z-index: 10;
		height: 70px;
	}
	nav {
		display: none;
	}
	.logo {
		width: 50px;
	}
	.logo img {
		display: block;
		width: 100%;
	}
	.header_burger {
		display: none;
	}
	.baliseLeft {
		display: block;
		width: 35%;
		height: 100%;
	}
	.phone {
		display: none;
	}
	.mailMenu {
		display: none;
	}
	.menuLaptop {
		display: flex;
		justify-content: flex-end;
		width: 35%;
	}
	.laptopLibelles {
		display: flex;
		list-style: none;
		gap: 50px;
	}
	.laptopLink a {
		color: #98F0E1;
		text-decoration: none;
		font-size: .7em;
		letter-spacing: 1px;
		font-weight: 400;
		transition: 2s ease;
	}
	.laptopLink a:hover {
		color: #FE4052;
		transition: .8s ease
	}
	.laptopContact a {
		color: white;
		text-decoration: none;
		font-size: 1em;
		font-weight: 400;
		background-color: #FE4052;
		padding: 8px 15px 8px;
		border-radius: 20px;
		transition: 2s ease;
	}
	.laptopContact a:hover {
		color: #FE4052;
		background-color: white;
		transition: .8s ease
	}


	/*HERO/////////////////////////////////*/



	.hero {
		position: relative;
  		width: 100vw;
  		height: 100vh;
  		overflow: hidden;
	}
	.carrousselETE {
		display: flex;
  		overflow-x: auto;
  		overflow-y: hidden;
  		-ms-overflow-style: none;       /* Internet Explorer / Edge */
  		scrollbar-width: none;          /* Firefox */
  		width: 100vw;
  		height: 100vh;
  		scroll-snap-type: x mandatory;
  		scroll-behavior: smooth;
  		position: relative;
  		z-index: 1;
	}
	.carrousselETE::-webkit-scrollbar {
		display: none;                  /* Chrome / Safari / Edge */
	}
	.carrousselETE img {
		width: 100vw;
  		height: 100vh;
  		object-fit: cover;
  		flex-shrink: 0;
  		scroll-snap-align: start;
	}
	.accrocheETE {
		position: absolute;
		display: block;
		width: 300px;
		top: 150px;
		left: 17%;
		z-index: 2;
	}
	.tripoint {
		position: absolute;
		bottom:60px;
		right: 5vw;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 5px;
		height: 20px;
		width: 100%;
		z-index: 3;
		cursor: pointer;
	}
	.swipe {
		background-color: rgba(0, 0, 0, 1);
		color: #98F0E1;
		font-size: .6em;
		border-radius: 12px;
		padding: 3px 10px;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: center;
	}
	.blockBlack {
		background-color: rgba(0, 0, 0, .7);
		padding: 30px;
		width: auto;
	}
	.blockSignature {
		position: absolute;
		display: flex;
		width: 65%;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	.blockDistilleur {
		display: block;
		color:#98F0E1;
		text-transform: uppercase;
		font-size: 1.2em;
		margin-bottom: 10px;
		font-weight: 400;
	}
	.blockSuite {
		color: white;
		text-transform: uppercase;
		font-weight: 300;
		font-size: .8em;
	}
	.blockSignatureAlt {
		display: none;
	}


	/*INTRO/////////////////////////////////*/



	.intro {
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.blockRed {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 110px;
		background-color: #FE4052;
	}
	.coeur {
		position: relative;
		margin-top: 15px;
		background-color: #FE4052;
		background-image: url("PSimages/FraiseEcrin.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-direction: column;
		width: 65%;
		height: 500px;
		justify-content: flex-start;
		align-items: flex-start;
		z-index: 3;
	}
	.coeur p {
		color: white;
		font-weight:300;
		margin: 25px 25px 0px;
		line-height: 1em;
		font-size: .8em;
	}
	.coeur h4 {
		text-transform: uppercase;
		font-size: 1.2em;
		color: #98F0E1;
		font-weight:400;
		margin: 10px 25px 35px;
		line-height: 1em;
	}


	/*METHODO/////////////////////////////////*/



	.methodo {
		position: relative;
		width: 100vw;
		background-color: #FE4052;
		background-image: url("PSimages/expertise.png");
		background-size: 1700px;
		background-repeat: no-repeat;
		background-position: center 100px;
		display: flex;
		flex-direction: column;
	}
	.creativite {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top:0;
		padding: 60px 0 30px;
		height: auto;
		background-color: rgba(0, 0, 0, 0);
	}
	.creativite img {
		display: block;
		height: 12px;
		margin-bottom: 15px;
	}
	.creativite p {
		text-transform: uppercase;
		font-size: 2.5em;
		color: #98F0E1;
		line-height: 1.8em;
	}
	#creaBrute {
		font-size: 2.5em;
		color: white;
		text-align: center;
		line-height: 1.5em;
		margin-top: 0;
	}
	#signEgal {
		font-size: 4em;
		line-height: .3em;
	}
	.creativite img {
		height: 12px;
		margin-bottom: 5px;
	}
	.process {
		margin: auto;
		position: relative;
		padding: 10px 0px;
		display: flex;
		flex-direction: column;
		align-items:center ;
		justify-content: space-between;
		width: 65%;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0);
		z-index: 0;
	}
	.process h4 {
		display: block;
		text-align: center;
		font-size: 1.3em;
		color: #98F0E1;
		font-weight:500;
		padding: 0px 25px 10px;
		margin: 15px;
		line-height: 1em;
		border-bottom-width: 4px;
  		border-bottom-style: solid;
  		border-bottom-color: #98F0E1;
	}
	.tabMobile {
		display: none;
	}
	.tab {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		margin: 15px 0 25px;
		flex-wrap: wrap;
		width: 100%;
		height: 260px;
		background-image: url('PSimages/Cross.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.tab p {
		color: white;
		font-weight: 400;
		font-size: .8em;
	}
	.tab span {
		color: white;
		font-weight: 500;
		text-transform: uppercase;
	}
	.case1 {
		padding: 0 30px 50px 0;
		display: block;
		width: 50%;
		text-align: right;
	}
	.case2 {
		padding: 0 0 50px 30px;
		display: block;
		width: 50%;
		text-align: left;
	}
	.case3 {
		padding: 50px 30px 0 0;
		display: block;
		width: 50%;
		text-align: right;
	}
	.case4 {
		padding: 50px 0 0 30px;
		display: block;
		width: 50%;
		text-align: left;
	}
	.cta {
		position: relative;
		display: block;
		text-align: center;
		color: white;
		padding: 10px 30px 15px;
		font-size: 1.5em;
		font-weight: 400;
		background-color: #FF00FF;
		border-radius: 60px;
		margin: 30px 0 60px;
		transition: 2s ease;
	}
	.cta:hover {
		transition: .8s ease;
		color: #FE4052;
		background-color: white;
	}
	.cta {
		display: none;
	}
	.expertise2 {
		display: none;
	}
	.chef {
		order: 3;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		background-image: url("PSimages/Chef.png");
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 600px;
		overflow: hidden;
	}
	.expLaptop {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 65%;
		height: 100px;
	}
	.Lconseil {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: .85em;
		background-color: #98F0E1;
		width: 10vw;
		height: 10vw;
		color: #FF00FF;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lbranding {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: .85em;
		background-color: black;
		color: #FE4052;
		width: 10vw;
		height: 10vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lcontenus {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		order: 4;
		font-size: .85em;
		background-color: #FE4052;
		color:#98F0E1;
		width: 10vw;
		height: 10vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lcampagne {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: .85em;
		background-color: #FF00FF;
		color: white;
		width: 10vw;
		height: 10vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Linfluence {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: .85em;
		order: 5;
		background-color: #FF00FF;
		color: black;
		width: 10vw;
		height: 10vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Lmotion {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: .85em;
		background-color: #98F0E1;
		color: #FE4052;
		width: 10vw;
		height: 10vw;
		transition: .6s ease;
		border-radius: 16px;
	}
	.Linfluence:hover, .Lmotion:hover, .Lcampagne:hover, .Lcontenus:hover, .Lbranding:hover, .Lconseil:hover {
		width: 11vw;
		height: 11vw;
	}
	.ctaLaptopExp {
		position: relative;
		display: block;
		text-align: center;
		color: white;
		padding: 15px 30px 15px;
		font-size: 1.5em;
		font-weight: 400;
		background-color: #FF00FF;
		border-radius: 60px;
		margin: 60px 0 40px;
		transition: 2s ease;
	}
	.ctaLaptopExp:hover {
		transition: .8s ease;
		color: #FE4052;
		background-color: white;
	}


	/*EQUIPE/////////////////////////////////*/



	.equipe {
		width: 100%;
	}
	.equipe h4{
		text-transform: uppercase;
		text-align: center;
		font-size: 2em;
		color: #FF00FF;
		padding: 80px;
		background-color: rgba(0, 0, 0, 0);
	}
	.whoswho {
		position: relative;
		width: 100%;
		height: 600px;
		background-image: url("PSimages/MonoDaftPunk.png");
		background-size: cover;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.whoswho h5 {
		display: block;
		position: absolute;
		top: 60px;
		font-size: 12em;
		color: #FF00FF;
		opacity: .7;
		text-align: center;
		line-height: .75em;
	}
	.trioPrezMobile {
		display: none;
	}
	.trioPrez {
		display: flex;
		width: 65%;
		height: 125px;
		background-color: #98F0E1;
	}
	.nous {
		width: 33%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 25px 15px;
	}
	.nous p {
		text-align: center;
		font-size: .8em;
		font-weight: 400;
	}
	.nous span {
		color: #FF00FF;
		font-size: 1.2em;
		font-weight: 500;
	}
	.nous img {
		width: 35px;
		margin-bottom: 5px;
	}
	.trombi {
		position: relative;
		width: 65%;
	}
	.daftpunk {
		background-image: url("PSimages/trioDaftPunk2.png");
		background-size: cover;
		background-position: center top;
		height: 300px;
	}


	/*REFERENCES/////////////////////////////////*/



	.references {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 65%;
		background-color: black;
		align-items: center;
	}
	.references p {
		display: block;
		color: white;
		font-weight: 400;
		font-size: .8em;
		text-align: center;
		padding: 0;
		margin: 20px 0 40px;
		line-height: 1.3em;
	}
	.references span {
		text-transform: uppercase;
		font-size: 1.5em;
		color: #98F0E1;
	}
	.mapIcon {
		position: relative;
		top: -15px;
	}
	.mapIcon img{
		display: block;
		width: 40px;
	}
	.carousel-logos {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 25px;
	  	display: flex;
	  	gap: 75px;
	  	overflow-x: auto;
	  	overflow-y: hidden;
  		-ms-overflow-style: none;       /* Internet Explorer / Edge */
  		scrollbar-width: none; 
	 	padding: 0px 55px;
	 	scroll-behavior: smooth;
	}
	.carousel-logos::-webkit-scrollbar {
		display: none;                  /* Chrome / Safari / Edge */
	}
	.carousel-logos img {
	  	height: 50px;
	  	flex-shrink: 0;
	  	opacity: .66;
	}


	/*CONTACT/////////////////////////////////*/



	.blockContact {
		display: flex;
		justify-content: center;
		margin-top: 80px;
		height: 700px;
		position: relative;
		width: 100%;
		background-color: black;
		overflow: hidden;
	}
	.blockContact img {
		position: absolute;
		width: 1920px;
  		top: 50%;
  		left: 50%;
  		transform: translate(-50%, -50%);
	}
	.contact {
		position: relative;
		flex-direction: column;
		justify-content: flex-start;
		display: flex;
		z-index: 1;
	}
	.contact p:first-child {
		font-size: 1.3em;
		font-weight: 400;
		color: white;
		text-align: center;
		margin-bottom: 0;
		margin-top: 100px;
	}
	.contact p {
		display: block;
		font-size: 7em;
		color: #98F0E1;
		text-align: center;
		line-height: .8em;
	}
	.ctaContact {
		position: relative;
		display: block;
		margin-top: 230px;
		text-align: center;
		color: white;
		padding: 15px 30px 15px;
		font-size: 1.5em;
		font-weight: 400;
		background-color: #FF00FF;
		border-radius: 60px;
		transition: 2s ease;
	}
	.ctaContact:hover {
		transition: .8s ease;
		color: #FE4052;
		background-color: white;
	}


	/*FOOTER/////////////////////////////////*/



	footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		background-color: black;
	}
	.footerConstrain {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		width: 65%;
		padding: 60px 0;
	}
	#mtpToulon {
		display: none;
	}
	.fcol1, .fcol2, .fcol3 {
		width: 33%;
		display: flex;
		overflow: hidden;
	}
	.logoFooter {
		width: 75px;
	}
	.fcol1 {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.fcol2 {
		justify-content: flex-start;
		padding-left: 20px;
	}
	.fcol3 {
		justify-content: center;
		gap: 15px;
		margin: 0;
	}
	.fcol1 p {
		color: #98F0E1 ;
		font-size: 1em;
		margin: 0;
	}
	.fcol2 p {
		color: #98F0E1 ;
		font-size: .8em;
	}
	.fcol3 img {
		display: block;
		width: 40px;
	}
	.line {
		display: block;
		width: 1px;
		height: 110px;
		background-color: #98F0E1;
	}
	.copyright {
		color: white;
	}
	.copyright {
		display: block;
		width: 65%;
		color: #98F0E1;
		font-size: .6em;
		font-weight: 400;
		padding-bottom: 70px;
		text-align: center;
	}
}