/*
Theme Name: Casanova
Author: GHOST
Author URI: https://ghost.paris/
*/
@font-face {
	font-family: "DIN";
	src: url("fonts/DINRegular.woff2") format("woff2"), url("fonts/DINRegular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DIN";
	src: url("fonts/DINMedium.woff2") format("woff2"), url("fonts/DINMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "DIN";
	src: url("fonts/DINLight.woff2") format("woff2"), url("fonts/DINLight.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "DIN";
	src: url("fonts/DINBold.woff2") format("woff2"), url("fonts/DINBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Noe Display";
	src: url("fonts/NoeDisplay-RegularItalic.woff2") format("woff2"), url("fonts/NoeDisplay-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Noe Display";
	src: url("fonts/NoeDisplay-MediumItalic.woff2") format("woff2"), url("fonts/NoeDisplay-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Noe Display";
	src: url("fonts/NoeDisplay-Bold.woff2") format("woff2"), url("fonts/NoeDisplay-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Noe Display";
	src: url("fonts/NoeDisplay-Regular.woff2") format("woff2"), url("fonts/NoeDisplay-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

*, *::before, *::after {
	margin: 0;
	padding: 0;
	border-width: 0;
	font: inherit;
	box-sizing: border-box;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

code {
	font-family: monospace;
}

img, svg {
	vertical-align: middle;
	max-width: 100%;
}

input, textarea, button {
	appearance: none;
	border-radius: 0;
}

input, textarea {
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

button, input[type=button], input[type=submit], select, label {
	/*cursor: pointer;*/
}

body {
	font-family: "DIN", sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #000;
}

body:before {
	display: none;
}

@media (max-width: 767.98px) {
	body:before {
		content: "small";
	}
}

@media (min-width: 768px) and (max-width: 1365.98px) {
	body:before {
		content: "medium";
	}
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
	body:before {
		content: "big";
	}
}

@media (min-width: 1600px) {
	body:before {
		content: "huge";
	}
}

a {
	color: inherit;
	text-decoration: none;
}

.SvgLibrary {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

.Title-pre {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.Title-main {
	font-family: "Noe Display", serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.16;
	color: #89143c;
}

@media (min-width: 768px) {
	.Title-pre {
		font-size: 14px;
	}

	.Title-main {
		font-size: 43px;
	}

	.Title-pre + .Title-main {
		margin-top: 5px;
	}
}

@media (max-width: 767.98px) {
	.Title {
		margin-left: 20px;
		margin-right: 20px;
	}

	.Title-pre {
		font-size: 11px;
	}

	.Title-main {
		font-size: 24px;
	}

	.Title-pre + .Title-main {
		margin-top: 2px;
	}
}

.Sep {
	height: 1px;
	border-left: 77px solid #eb645a;
}

@media (min-width: 768px) {
	.Sep {
		margin-left: auto;
		margin-right: auto;
		max-width: 604px;
	}

	.Title + .Sep {
		margin-top: 25px;
	}
}

@media (max-width: 767.98px) {
	.Sep {
		margin-left: 40px;
		margin-right: 40px;
	}

	.Title + .Sep {
		margin-top: 15px;
	}
}

.Text {
	text-align: justify;
}

@media (min-width: 768px) {
	.Text {
		margin-left: auto;
		margin-right: auto;
		max-width: 604px;
		font-size: 13px;
	}

	.Sep + .Text {
		margin-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.Text {
		margin-left: 40px;
		margin-right: 40px;
		font-size: 12px;
	}

	.Sep + .Text {
		margin-top: 15px;
	}
}

.Angle {
	display: inline-block;
	position: relative;
	font-size: 0.65em;
	border-color: currentColor;
	width: 1em;
	height: 1em;
}

.Angle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.71em;
	height: 0.71em;
	border-style: solid;
	border-color: inherit;
	border-width: 0 1px 1px 0;
	transform-origin: 75% 75%;
}

.Angle--down::before {
	transform: translate(-75%, -75%) rotate(45deg);
}

.Angle--left::before {
	transform: translate(-75%, -75%) rotate(135deg);
}

.Angle--right::before {
	transform: translate(-75%, -75%) rotate(-45deg);
}

.Wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width: 1366px) {
	.Wrapper--slim {
		width: 66.9106881406vw;
		min-width: 914px;
	}
}

@media (min-width: 768px) and (max-width: 1365.98px) {
	.Wrapper--slim {
		padding: 0 35px;
		max-width: 984px;
	}
}

@media (max-width: 767.98px) {
	.Wrapper--slim {
		max-width: 500px;
	}
}

@media (min-width: 1366px) {
	.Sidebar {
		position: relative;
		z-index: 1;
		margin-left: 35px;
		width: 9.5900439239vw;
		height: 0;
		text-align: right;
	}

	.Sidebar--fixed {
		position: fixed;
		top: 0;
		left: 0;
	}

	.Sidebar-title {
		font-family: "Noe Display", serif;
		font-weight: bold;
		color: #89143c;
		font-size: 15px;
		font-size: 1.0980966325vw;
		letter-spacing: 0.01em;
	}

	.Sidebar-links + .Sidebar-title {
		margin-top: 40px;
	}

	.Sidebar-links {
		margin-top: 10px;
		list-style: none;
	}

	.Sidebar-item {
		position: relative;
		font-size: 10px;
		font-size: 0.7320644217vw;
		text-transform: uppercase;
		transition: color 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.Sidebar-item a {
		display: inline-block;
	}

	.Sidebar-item + .Sidebar-item {
		margin-top: 3px;
	}

	.Sidebar-item:hover, .Sidebar-item.is-active {
		color: #eb645a;
	}

	.Sidebar-item.is-active:before {
		content: "";
		position: absolute;
		left: 100%;
		margin-left: 3px;
		top: 5px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #eb645a;
	}

	.Sidebar-footer {
		margin-top: 40px;
	}

	.Sidebar-footer-link {
		font-size: 15px;
		font-size: 1.0980966325vw;
		color: #eb645a;
		font-family: "Noe Display", serif;
		letter-spacing: 0.01em;
	}
}

@media (max-width: 1365.98px) {
	.Sidebar {
		display: none;
	}
}

.Footer {
	margin-top: 110px;
	overflow: hidden;
	background-color: #89143c;
}

.Footer-container {
	padding: 35px 0 15px;
}

.Footer-top {
	text-align: center;
}

.Footer-logo {
	fill: #fff;
	color: #fff;
}

.Footer-links {
	display: flex;
}

.Footer-links-title {
	letter-spacing: 0.01em;
	font-family: "Noe Display", serif;
	font-weight: bold;
	color: #eb645a;
}

.Footer-links-list {
	margin-top: 10px;
	list-style: none;
}

.Footer-links-item {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.55em;
}

.Footer-links-item a {
	color: #fff;
	display: inline-block;
	transition: opacity 250ms ease-out;
}

.Footer-links-item a:hover {
	opacity: 0.75;
}

.Footer-shortcuts-item {
	line-height: 1;
}

.Footer-shortcuts-item + .Footer-shortcuts-item {
	margin-top: 3px;
}

.Footer-shortcuts-title, .Footer-shortcuts-link {
	font-family: "Noe Display", serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.02em;
}

.Footer-shortcuts-link {
	transition: opacity 250ms ease-out;
}

.Footer-shortcuts-link:hover {
	opacity: 0.75;
}

.Footer-shortcuts-newsletter {
	display: flex;
}

.Footer-shortcuts-newsletter-form {
	flex: 1;
	margin-left: 5px;
	display: flex;
	border-bottom: 1px solid #fff;
}

.Footer-shortcuts-newsletter-input {
	flex: 1;
	background-color: transparent;
	color: #fff;
	outline: none;
}

.Footer-shortcuts-newsletter-button {
	margin-left: 4px;
	appearance: none;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
}

.Footer-shortcuts-social {
	display: flex;
	justify-content: space-between;
}

.Footer-shortcuts-social-link {
	transition: opacity 250ms ease-out;
}

.Footer-shortcuts-social-link:hover {
	opacity: 0.75;
}

.Footer-shortcuts-social-link + .Footer-shortcuts-social-link {
	margin-left: 10px;
}

.Footer-shortcuts-social-icon {
	fill: #fff;
	width: 18px;
	height: 18px;
}

.Footer-mentions {
	text-align: center;
	color: #fff;
}

@media (min-width: 1600px) {
	.Footer-links-title {
		font-size: 24px;
	}

	.Footer-links-item {
		font-size: 12px;
	}

	.Footer-shortcuts-title, .Footer-shortcuts-link {
		font-size: 26.4px;
	}

	.Footer-shortcuts-newsletter-button {
		font-size: 12px;
	}

	.Footer-mentions {
		font-size: 12px;
	}
}

@media (max-width: 1599.98px) {
	.Footer-links-title {
		font-size: 22px;
	}

	.Footer-links-item {
		font-size: 11px;
	}

	.Footer-shortcuts-title, .Footer-shortcuts-link {
		font-size: 24.2px;
	}

	.Footer-shortcuts-newsletter-button {
		font-size: 11px;
	}

	.Footer-mentions {
		font-size: 11px;
	}
}

@media (min-width: 1366px) {
	.Footer-logo {
		width: 12.3718887262vw;
		height: 1.9033674963vw;
	}
}

@media (max-width: 1365.98px) {
	.Footer-logo {
		width: 169px;
		height: 26px;
	}

	.Footer-links-title {
		font-size: 20px;
	}

	.Footer-links-item {
		font-size: 10px;
	}

	.Footer-shortcuts-title, .Footer-shortcuts-link {
		font-size: 22px;
	}

	.Footer-shortcuts-newsletter-input {
		font-size: 12px;
	}

	.Footer-shortcuts-newsletter-button {
		font-size: 10px;
	}

	.Footer-mentions {
		font-size: 10px;
	}
}

@media (min-width: 768px) {
	.Footer-content {
		display: flex;
		justify-content: space-between;
		margin-top: 85px;
	}

	.Footer-links-list {
		padding-right: 20px;
	}

	.Footer-links-col {
		width: 9.8828696925vw;
		min-width: 135px;
	}

	.Footer-shortcuts {
		width: 310px;
	}

	.Footer-mentions {
		margin-top: 75px;
	}
}

@media (max-width: 767.98px) {
	.Footer-content {
		margin: 30px auto 0;
		padding: 0 10px;
		max-width: 320px;
	}

	.Footer-links {
		justify-content: space-between;
	}

	.Footer-links-col {
		flex: 1;
	}

	.Footer-links-list {
		padding-right: 10px;
	}

	.Footer-shortcuts {
		margin-top: 30px;
	}

	.Footer-mentions {
		margin-top: 40px;
	}
}

.Grid-content {
	margin-top: -16px;
	margin-left: -16px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.Grid-el {
	flex: 0 0 auto;
	padding-top: 16px;
	padding-left: 16px;
}

.Grid-1 {
	width: 100%;
}

.Grid-3 {
	width: 25%;
}

.Grid-4 {
	width: 33.3333333333%;
}

@media (max-width: 767.98px) {
	.Grid-s-6 {
		width: 50%;
	}

	.Grid-s-12 {
		width: 100%;
	}
}

.MainMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: visibility 700ms;
}

.is-MainMenu-visible .MainMenu {
	visibility: visible;
}

.MainMenu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity 450ms, transform 450ms;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-MainMenu-visible .MainMenu:before {
	transform: none;
	opacity: 1;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.MainMenu-container {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: opacity 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-MainMenu-visible .MainMenu-container {
	opacity: 1;
	transition-duration: 700ms;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.MainMenu-entries {
	display: flex;
}

.MainMenu-entry-text {
	font-family: "Noe Display", serif;
	letter-spacing: 0.02em;
	font-weight: bold;
}

.MainMenu-entry:hover .MainMenu-entry-text {
	color: #89143c;
}

.MainMenu-subline {
	text-align: center;
	color: #eb645a;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.MainMenu-entries {
		justify-content: space-between;
		margin: 0 75px;
		line-height: 0.75;
	}

	.MainMenu-subline {
		position: absolute;
		bottom: 20.8333333333%;
		left: 0;
		width: 100%;
		z-index: 0;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 500ms;
	}

	.MainMenu-entry:hover .MainMenu-subline {
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}
}

@media (min-width: 1366px) {
	.MainMenu-wrapper {
		max-width: 1366px;
	}

	.MainMenu-entry-text {
		font-size: 140px;
	}

	.MainMenu-subline {
		font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1365.98px) {
	.MainMenu-wrapper {
		max-width: 900px;
	}

	.MainMenu-entry-text {
		font-size: 80px;
	}

	.MainMenu-subline {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.MainMenu-entries {
		flex-direction: column;
	}

	.MainMenu-entry {
		text-align: center;
	}

	.MainMenu-entry-text {
		font-size: 70px;
	}

	.MainMenu-entry + .MainMenu-entry {
		margin-top: 50px;
	}

	.MainMenu-subline {
		margin-top: 10px;
	}
}

.is-MainMenu-visible {
	overflow: hidden;
}

.TopBar {
	position: relative;
	z-index: 6;
	background-color: #fff;
}

.TopBar.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: 250ms TopBar-enter cubic-bezier(0.215, 0.61, 0.355, 1);
}

.TopBar-wrapper {
	display: flex;
	justify-content: space-between;
}

.TopBar-right {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.TopBar-lang {
	margin-right: 35px;
	font-weight: bold;
	letter-spacing: 0.02em;
	transition: opacity 500ms ease-out, visibility 500ms;
}

.is-MainMenu-visible .TopBar-lang {
	opacity: 0;
	visibility: hidden;
}

.TopBar-lang-item {
	color: #999;
	display: inline-block;
}

.TopBar-lang-item + .TopBar-lang-item {
	margin-left: 5px;
}

.TopBar-lang-item--current {
	color: #89143c;
	text-decoration: underline;
}

.TopBar-contact {
	position: absolute;
	top: 50%;
	margin-top: -0.6em;
	right: 55px;
	line-height: 1;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease-out, visibility 500ms;
}

.is-MainMenu-visible .TopBar-contact {
	visibility: visible;
	opacity: 1;
}

.TopBar-contact-link {
	display: inline-block;
	color: #89143c;
	text-transform: lowercase;
	text-decoration: underline;
}

.TopBar-menuTrigger {
	/*cursor: pointer;*/
}

.TopBar-menuTrigger-bar {
	transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transform-origin: center;
}

.is-MainMenu-visible .TopBar-menuTrigger-bar--top {
	transform: translateY(-5px);
}

.is-MainMenu-visible .TopBar-menuTrigger-bar--bottom {
	transform: translateY(5px);
}

.is-MainMenu-visible .TopBar-menuTrigger-bar--middle-1 {
	transform: rotate(-45deg);
}

.is-MainMenu-visible .TopBar-menuTrigger-bar--middle-2 {
	transform: rotate(45deg);
}

@media (min-width: 768px) {
	.TopBar-wrapper {
		padding: 30px 35px;
	}
}

@media (min-width: 1366px) {
	.TopBar-logo {
		width: 10.102489019vw;
		height: 1.4934114202vw;
	}
}

@media (max-width: 1365.98px) {
	.TopBar-logo {
		width: 138px;
		height: 20.4px;
	}
}

@media (min-width: 1600px) {
	.TopBar-lang {
		font-size: 14px;
	}

	.TopBar-menuTrigger {
		width: 28px;
		height: 23px;
	}
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
	.TopBar-lang {
		font-size: 11px;
	}
}

@media (max-width: 1365.98px) {
	.TopBar-lang {
		font-size: 10px;
	}
}

@media (max-width: 767.98px) {
	.TopBar-wrapper {
		padding: 18px 20px;
	}

	.TopBar-logo {
		width: 115px;
		height: 17px;
	}
}

@keyframes TopBar-enter {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.Cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	font-size: 30px;
	width: 1em;
	height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em;
	opacity: 0.8;
	background-color: #eb645a;
	border-radius: 50%;
	pointer-events: none;
	visibility: hidden;
}

.is-cursorVisible .Cursor {
	visibility: visible;
}

@media (min-width: 1600px) {
	.Cursor {
		font-size: 40px;
	}
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
	.Cursor {
		font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1365.98px) {
	.Cursor {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.Cursor {
		font-size: 16px;
	}
}

.is-cursorVisible {
	cursor: none;
}

.is-cursorVisible a {
	cursor: none;
}

.is-cursorVisible button {
	cursor: none;
}

.Video {
	position: relative;
	padding-top: 56.052344602%;
	background-size: cover;
	background-position: center center;
	/*cursor: pointer;*/
}

.Video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: #89143c;
	text-indent: -9999px;
	transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Video-button:before, .Video-button:after {
	content: "";
	position: absolute;
}

.Video-button:before {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px #fff solid;
	border-radius: 50%;
}

.Video-button:after {
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -10px;
	border-width: 18px 0 18px 26px;
	border-style: solid;
	border-color: transparent #fff;
}

.Video:hover .Video-button {
	transform: scale(1.1);
}

.Video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.Thumb-image {
	padding-top: 61.0169491525%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.Thumb:hover .Thumb-image {
	transform: scale(1.1);
}

.Thumb-hover {
  	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 400ms ease;
}

.Thumb-hover-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 400ms ease;
	background-color: #FFF;
}

.Thumb:hover .Thumb-hover {
	opacity: 1;
}

.Thumb:hover .Thumb-hover-video {
	opacity: 1;
}

.Thumb-title {
	margin-bottom: 1px;
	font-family: "Noe Display", serif;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.Thumb-subtitle {
	font-family: "Noe Display", serif;
	font-style: italic;
	letter-spacing: 0.02em;
}

@media (min-width: 768px) {
	.Thumb-content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px 20px;
		background-color: rgba(137, 20, 60, 0.8);
		color: #fff;
		opacity: 0;
		transform: translateY(100%);
		transition: opacity 250ms ease-out 100ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.Thumb:hover .Thumb-content {
		transform: none;
		opacity: 1;
		transition: opacity 250ms ease-out, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.Thumb-title {
		font-size: 25px;
	}

	.Thumb-subtitle {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.Thumb-content {
		position: relative;
		z-index: 1;
		padding: 5px 20px;
		color: #89143c;
		background-color: #fff;
	}

	.Thumb-title {
		font-size: 20px;
	}

	.Thumb-subtitle {
		font-size: 13px;
	}
}

.Steps {
	/*
	&-content {
	  display: flex;
	  text-align: center;
	}

	&-textWrapper {
	  opacity: 0;
	  visibility: hidden;

	  &.is-active {
		opacity: 1;
		visibility: visible;
		transition: opacity 500ms $easeOutCubic;
	  }
	}
	*/
}

.Steps-list {
	display: flex;
	position: relative;
}

.Steps-list:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c48a9e;
}

.Steps-item {
	flex: 1;
	text-align: center;
	font-family: "Noe Display", serif;
	color: #706c6c;
	line-height: 1;
	/*cursor: pointer;*/
	transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Steps-item:before {
	content: "";
	position: relative;
	z-index: 1;
	display: block;
	width: 15px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-color: currentColor;
}

.Steps-item.is-active {
	color: #89143c;
}

.Steps-number {
	letter-spacing: 0.1em;
	font-weight: 500;
}

.Steps-title {
	letter-spacing: 0.01em;
	font-weight: bold;
}

.Steps-subtitle {
	font-style: italic;
}

@media (min-width: 1366px) {
	.Steps {
		/*
		&-textWrapper {
		  flex: 1;
		}

		&-text {
		  max-width: 325px;
		  margin-left: auto;
		  margin-right: auto;
		}
		*/
	}
}

@media (max-width: 1365.98px) {
	.Steps {
		/*
		&-textWrapper {
		  width: 0;
		}
		*/
	}
}

@media (max-width: 1365.98px) and (min-width: 768px) {
	.Steps {
		/*
		&-content {
		  width: 325px;
		}

		&-text {
		  width: 325px;
		}
		*/
	}
}

@media (min-width: 768px) {
	.Steps-number {
		font-size: 100px;
	}

	.Steps-title {
		margin-top: 40px;
		font-size: 26px;
	}

	.Steps-content {
		margin: 40px auto 0;
		font-size: 13px;
	}
}

@media (max-width: 767.98px) {
	.Steps {
		/*
		&-text {
		  width: 260px;
		}
		*/
	}

	.Steps-item {
		padding: 0 5px;
	}

	.Steps-number {
		font-size: 50px;
	}

	.Steps-title {
		margin-top: 20px;
		font-size: 13px;
	}

	.Steps-content {
		margin: 25px auto 0;
	}
}

.Blocklist {
	background-color: #f7f7f7;
}

.Blocklist-title {
	font-family: "Noe Display", serif;
	font-weight: bold;
	color: #cc645a;
	font-size: 22px;
	letter-spacing: 0.02em;
}

.Blocklist-list {
	margin-top: 15px;
	list-style: none;
}

.Blocklist-item {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.Blocklist-item + .Blocklist-item {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.Blocklist {
		display: flex;
		justify-content: space-between;
		padding: 55px 40px;
	}
}

@media (max-width: 767.98px) {
	.Blocklist {
		padding: 30px 20px;
	}

	.Blocklist-entry + .Blocklist-entry {
		margin-top: 20px;
	}
}

.Scroller {
	height: 450px;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	scrollbar-color: #eb645a #f5f5f5;
	scrollbar-width: thin;
}

.Scroller::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

.Scroller::-webkit-scrollbar-thumb {
	background: #eb645a;
	border-radius: 5px;
}

.Scroller-item {
	flex: 0 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Scroller-item img {
	max-height: 100%;
}

@media (min-width: 768px) {
	.Scroller-item {
		width: 25%;
		height: 170px;
		padding: 0 20px;
	}
}

@media (max-width: 767.98px) {
	.Scroller-item {
		width: 50%;
		height: 130px;
		padding: 0 15px;
	}
}

.Gallery-wrapper {
	position: relative;
}

.Gallery-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: visibility 700ms, transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Gallery-image.is-hidden--left {
	visibility: hidden;
	transform: translateX(-100%);
}

.Gallery-image.is-hidden--right {
	visibility: hidden;
	transform: translateX(100%);
}

.Gallery-current {
	overflow: hidden;
}

.Gallery-current-item {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.Gallery-progress {
	position: absolute;
	z-index: 2;
}

.Gallery-progress span {
	display: inline-block;
	padding: 4px;
	/*cursor: pointer;*/
}

.Gallery-progress span:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #bbb;
	border-radius: 50%;
}

.Gallery-progress span.is-active:before {
	background-color: #89143c;
}

.Gallery-content {
	position: relative;
	z-index: 1;
}

.Gallery-headings {
	font-family: "Noe Display", serif;
	color: #89143c;
	overflow: hidden;
}

.Gallery-headings-item {
	transform: translateX(100%);
}

.Gallery-headings-line {
	display: inline-block;
	transform: translateX(-100%);
}

.Gallery-headings-item, .Gallery-headings-line {
	transition: transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Gallery.is-active .Gallery-headings-item, .Gallery.is-active .Gallery-headings-line {
	transform: none;
}

.Gallery-texts {
	transform: translateX(150px);
	opacity: 0;
	transition: opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Gallery.is-active .Gallery-texts {
	transform: none;
	opacity: 1;
}

.Gallery-title {
	font-weight: bold;
	letter-spacing: 0.02em;
}

.Gallery-subtitle {
	font-style: italic;
}

.Gallery-text {
	margin-top: 20px;
}

.Gallery-tags {
	display: flex;
}

.Gallery-tags-title {
	font-family: "Noe Display", serif;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.Gallery-tags-list {
	margin-top: 5px;
	list-style: none;
	line-height: 1.3;
}

.Gallery-back-link {
	color: #eb645a;
	font-family: "Noe Display", serif;
	font-style: italic;
	white-space: nowrap;
}

.Gallery-back-link strong {
	font-style: normal;
}

@media (min-width: 1366px) {
	.Gallery-wrapper {
		min-height: 37.3352855051vw;
		padding-top: 4.7584187408vw;
		padding-left: 2.5622254758vw;
		padding-right: 44.289897511vw;
	}

	.Gallery-current {
		position: absolute;
		top: 0;
		right: 0;
		width: 54.9048316252vw;
		height: 37.3352855051vw;
	}

	.Gallery-progress {
		left: 2.4890190337vw;
		bottom: 2.1229868228vw;
	}

	.Gallery-previous {
		position: absolute;
		top: 5.4172767204vw;
		left: 0;
		width: 10.8345534407vw;
		height: 26.5007320644vw;
		overflow: hidden;
	}

	.Gallery-previous-item {
		background-size: cover;
		background-position: center center;
		z-index: 1;
	}

	.Gallery-previous-item:last-child {
		z-index: 0;
	}

	.Gallery-content {
		margin-left: auto;
		width: 39.1654465593vw;
	}

	.Gallery-title {
		font-size: 4.0263543192vw;
	}

	.Gallery-subtitle {
		font-size: 2.196193265vw;
	}

	.Gallery-text {
		width: 21.5959004392vw;
		font-size: 0.9516837482vw;
	}

	.Gallery-tags {
		margin-top: 60px;
	}

	.Gallery-tags-section {
		width: 10.980966325vw;
	}

	.Gallery-tags-title {
		font-size: 0.878477306vw;
	}

	.Gallery-tags-list {
		font-size: 0.7320644217vw;
	}

	.Gallery-back {
		position: absolute;
		top: 100%;
		margin-top: 15px;
		right: 115px;
	}

	.Gallery-back-link {
		font-size: 15px;
		font-size: 1.0980966325vw;
	}
}

@media (max-width: 1365.98px) {
	.Gallery {
		overflow: hidden;
	}

	.Gallery-wrapper {
		max-width: 750px;
	}

	.Gallery-previous {
		display: none;
	}

	.Gallery-current {
		position: relative;
		padding-top: 68%;
	}

	.Gallery-progress {
		left: 16px;
		bottom: 13px;
	}

	.Gallery-content {
		margin-left: auto;
		margin-right: auto;
		padding: 15px 20px;
		max-width: 535px;
	}

	.Gallery-title {
		font-size: 28px;
	}

	.Gallery-subtitle {
		font-size: 15px;
	}

	.Gallery-tags {
		margin-top: 30px;
	}

	.Gallery-tags-section {
		width: 150px;
	}

	.Gallery-tags-title {
		font-size: 12px;
	}

	.Gallery-tags-list {
		font-size: 10px;
	}

	.Gallery-back {
		padding: 0 20px;
		text-align: right;
	}
}

.Sortable-container {
	position: relative;
	overflow: hidden;
	transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Sortable-item {
	transition: visibility 0.5s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Sortable-item.is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.Sortable-item.is-moving {
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.QA-item {
	position: relative;
	padding-top: 30px;
	width: 234px;
	min-height: 105px;
}

.QA-item:before {
	content: "?";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0.75;
	font-family: "Noe Display", serif;
	font-weight: bold;
	font-size: 140px;
	color: #fce8e6;
}

.QA-question {
	font-family: "Noe Display", serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #eb645a;
}

.QA-answer {
	margin-top: 2px;
}

@media (min-width: 768px) {
	.QA {
		display: flex;
	}

	.QA-item + .QA-item {
		margin-left: 155px;
	}

	.QA-question {
		font-size: 24px;
	}
}

@media (max-width: 767.98px) {
	.QA-item {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.QA-item + .QA-item {
		margin-top: 40px;
	}
}

.Trombino {
	position: relative;
}

.Trombino-item {
	transition: margin-bottom 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Trombino-frame {
	position: relative;
	padding-top: 124.7113163972%;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	/*cursor: pointer;*/
	border-bottom: 0 solid #f7f7f7;
	transition: border-bottom-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Trombino-item.is-active .Trombino-frame {
	border-bottom-width: 10px;
	border-bottom-color: #aa5874;
}

.Trombino-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	background-color: rgba(137, 20, 60, 0.7);
	transform: translateY(100%);
	transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Trombino-frame:hover .Trombino-content, .Trombino-item.is-active .Trombino-content {
	transform: none;
}

.Trombino-name {
	font-size: 22px;
	font-family: "Noe Display", serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #eb645a;
	line-height: 1;
}

.Trombino-title {
	font-family: "Noe Display", serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.1em;
	padding-right: 24px;
}

.Trombino-angle {
	position: absolute;
	bottom: 12px;
	right: 15px;
	font-size: 14px;
	color: #eb645a;
}

.Trombino-item.is-active .Trombino-angle {
	transform: rotate(180deg);
}

.Trombino-more {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin-top: 10px;
	transition: visibility 400ms, height 400ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Trombino-item.is-active .Trombino-more {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	margin-top: 0;
}

.Trombino-bio {
	padding: 30px;
	color: #fff;
	background-color: #aa5874;
}

.Trombino-adjective {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.Trombino-text {
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.Details-name {
	font-weight: bold;
	color: #eb645a;
	font-family: "Noe Display", serif;
	letter-spacing: 0.01em;
	font-size: 16px;
}

.Details-title {
	font-family: "Noe Display", serif;
	letter-spacing: 0.01em;
	font-size: 12px;
	font-style: italic;
}

.Details-text {
	font-size: 12px;
	letter-spacing: 0.01em;
}

@media (min-width: 768px) {
	.Details {
		display: flex;
		justify-content: space-between;
	}

	.Details-text {
		margin-top: 15px;
	}
}

@media (max-width: 767.98px) {
	.Details-item + .Details-item {
		margin-top: 15px;
	}

	.Details-text {
		margin-top: 5px;
	}
}

.Form-line--input + .Form-line--input {
	border-top: 1px solid #c48a9e;
}

.Form-line--buttons {
	margin-top: 5px;
	text-align: right;
}

.Form-input {
	font-size: 12px;
	width: 100%;
}

.Form-input:focus {
	outline: none;
}

.Form-input::placeholder {
	text-transform: uppercase;
	font-size: 10px;
}

.Form-input--text {
	height: 32px;
}

.Form-input--textarea {
	padding: 9.4px 0;
	min-height: 32px;
	height: 32px;
}

.Form-button {
	padding: 2px 10px 3px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #89143c;
	color: #fff;
}

.is-introVisible {
	overflow: hidden;
}

.Intro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50vh);
	opacity: 0;
	visibility: hidden;
	transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, opacity ease-out 1s, visibility 1s;
}

.is-introVisible .Intro {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.is-introHidden .Intro-page {
	transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}

.is-introVisible .Intro-page {
	transform: translateY(100vh);
}

.Intro-entry {
	opacity: 0;
}

.Intro-logo {
	vertical-align: baseline;
	max-width: none;
}

.Intro-title, .Intro-entry--logo {
	line-height: 1;
	font-family: "Noe Display", serif;
	font-weight: bold;
}

.Intro-title {
	display: inline-block;
}

.Intro-subline {
	position: absolute;
	bottom: 20vh;
	left: 0;
	right: 0;
	text-align: center;
	color: #eb645a;
	text-transform: uppercase;
	font-size: 30px;
	opacity: 0;
	transition: opacity ease-out 1s;
}

.Intro-skip {
	position: absolute;
	bottom: 5vh;
	left: 50%;
	z-index: 1;
	font-size: 60px;
	margin-left: -0.5em;
	transform: translateY(-150%);
	opacity: 0;
	transition: transform 0.25s 0.25s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.Intro-skip-angle {
	color: #89143c;
	font-size: inherit;
	transform: scaleY(2/3);
}

.Intro-skip-angle:before {
	border-width: 0 2px 2px 0;
}

.is-visible .Intro-entry {
	opacity: 1;
	transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.is-full .Intro-entry--logo {
	transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 0;
}

.is-full .Intro-entry--text + .Intro-entry--text {
	transition: margin-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-full .Intro-logo {
	transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 1s;
	transform: translateX(-150%);
	opacity: 0;
	visibility: hidden;
}

.is-full .Intro-title {
	transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: scale(1.45);
}

.is-introVisible .is-full .Intro-skip {
	transform: none;
	opacity: 1;
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: 0.5s;
	animation: jump 5s infinite;
}

.is-hover .Intro-title {
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-hover .Intro-subline {
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-hover .Intro-entry--text:hover .Intro-title {
	transform: scale(1.5);
	color: #89143c;
}

.is-hover .Intro-entry--text:hover .Intro-subline {
	opacity: 1;
}

@media (min-width: 1600px) {
	.Intro-entry--logo {
		width: 500px;
	}

	.Intro-entry--text + .Intro-entry--text {
		margin-left: 50px;
	}

	.Intro-logo {
		width: 450px;
		height: 68px;
	}

	.Intro-title, .Intro-entry--logo {
		font-size: 100px;
	}

	.is-full .Intro-entry--text + .Intro-entry--text {
		transition: margin-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		margin-left: 275px;
	}
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
	.Intro-entry--logo {
		width: 387.5px;
	}

	.Intro-entry--text + .Intro-entry--text {
		margin-left: 50px;
	}

	.Intro-logo {
		width: 337.5px;
		height: 51px;
	}

	.Intro-title, .Intro-entry--logo {
		font-size: 75px;
	}

	.is-full .Intro-entry--text + .Intro-entry--text {
		transition: margin-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		margin-left: 218.75px;
	}
}

@media (min-width: 768px) and (max-width: 1365.98px) {
	.Intro-entry--logo {
		width: 255px;
	}

	.Intro-entry--text + .Intro-entry--text {
		margin-left: 30px;
	}

	.Intro-logo {
		width: 225px;
		height: 34px;
	}

	.Intro-title, .Intro-entry--logo {
		font-size: 50px;
	}

	.is-full .Intro-entry--text + .Intro-entry--text {
		transition: margin-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		margin-left: 142.5px;
	}
}

@media (max-width: 767.98px) {
	.Intro-entry--logo {
		width: 122.5px;
	}

	.Intro-entry--text + .Intro-entry--text {
		margin-left: 10px;
	}

	.Intro-logo {
		width: 112.5px;
		height: 17px;
	}

	.Intro-title, .Intro-entry--logo {
		font-size: 25px;
	}

	.is-full .Intro-entry--text + .Intro-entry--text {
		transition: margin-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		margin-left: 66.25px;
	}
}

@keyframes jump {
	80% {
		transform: translateY(0);
	}
	85% {
		transform: translateY(-15%);
	}
	90% {
		transform: translateY(0);
	}
	95% {
		transform: translateY(-15%);
	}
	100% {
		transform: translateY(0);
	}
}

.home-Content {
	margin-top: 80px;
}

.agence-Sidebar {
	margin-top: 40px;
}

.agence-Team {
	background-color: #f7f7f7;
}

.agence-Address-title {
	font-family: "Noe Display", serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #89143c;
	line-height: 1.16;
}

.agence-Address-text {
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0.01em;
}

.agence-Contact-carte {
	width: 100%;
	height: 300px;
}

@media (min-width: 768px) {
	.agence-Manifesto-qa {
		margin: 130px auto 0;
		max-width: 604px;
	}

	.agence-Agence-title {
		margin-top: 160px;
	}

	.agence-Agence-photo {
		margin-top: 60px;
	}

	.agence-Team {
		margin-top: -170px;
		padding-top: 250px;
		padding-bottom: 80px;
	}

	.agence-Team-trombino {
		margin-top: 100px;
	}

	.agence-Contact-title {
		margin-top: 125px;
	}

	.agence-Contact-content {
		margin: 45px auto 0;
		max-width: 760px;
	}

	.agence-Contact-compo {
		margin-top: 80px;
		display: flex;
	}

	.agence-Contact-compo-address {
		padding-top: 25px;
	}

	.agence-Contact-compo-form {
		flex: 1;
		margin-left: 55px;
	}

	.agence-Contact-carte {
		margin-top: 40px;
	}

	.agence-Contact-address {
		margin: 30px auto 0;
		max-width: 760px;
	}

	.agence-Address-title {
		font-size: 43px;
	}

	.agence-Address-text {
		margin-left: 100px;
	}
}

@media (min-width: 1366px) {
	.agence-Agence-photo {
		max-width: 604px;
		margin-left: auto;
		margin-right: auto;
	}

	.agence-Agence-photo-img {
		width: 760px;
		max-width: none;
	}
}

@media (min-width: 768px) and (max-width: 1365.98px) {
	.agence-Agence-photo {
		margin-left: 155px;
	}
}

@media (max-width: 767.98px) {
	.agence-Manifesto-qa {
		margin-top: 70px;
	}

	.agence-Agence-title {
		margin-top: 80px;
	}

	.agence-Agence-photo {
		margin-top: 60px;
	}

	.agence-Team {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.agence-Team-trombino {
		margin-top: 50px;
	}

	.agence-Contact-title {
		margin-top: 75px;
	}

	.agence-Contact-content {
		margin-top: 25px;
	}

	.agence-Contact-details {
		margin-left: 40px;
		margin-right: 40px;
	}

	.agence-Contact-compo {
		margin-top: 40px;
	}

	.agence-Contact-compo-form {
		margin: 30px 20px 0;
	}

	.agence-Contact-carte {
		margin-top: 30px;
	}

	.agence-Contact-address {
		margin-top: 30px;
	}

	.agence-Address-title {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 24px;
	}

	.agence-Address-text {
		margin-left: 40px;
		margin-right: 40px;
	}
}

.expertise-Sidebar {
	margin-top: 40px;
}

.expertise-Expertise {
	margin-top: 130px;
}

.expertise-Secteurs {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.expertise-Steps {
		margin-top: 75px;
	}

	.expertise-Clients-title {
		margin-top: 100px;
	}

	.expertise-Clients-list {
		margin-top: 85px;
	}
}

@media (max-width: 767.98px) {
	.expertise-Steps {
		margin-top: 45px;
	}

	.expertise-Clients-title {
		margin-top: 60px;
	}

	.expertise-Clients-list {
		margin-top: 20px;
	}
}

.projets-Sidebar {
	margin-top: 40px;
}

.projet-Sidebar {
	margin-top: 40px;
}

.projet-Gallery {
	margin-top: 60px;
}

.projet-Wrapper {
	position: relative;
	padding-top: 1px;
}

.projet-Others-title {
	color: #89143c;
}

.projet-Others-list {
	margin-top: 15px;
}

@media (min-width: 1366px) {
	.projet-Others-title {
		font-size: 1.0248901903vw;
	}
}

@media (max-width: 1365.98px) {
	.projet-Others-title {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.projet-Others-title {
		margin-top: 145px;
	}
}

@media (max-width: 767.98px) {
	.projet-Others-title {
		margin-top: 70px;
		padding: 0 20px;
	}
}

/* VIDEO */
.Gallery-video {
	overflow: hidden;
}

.Gallery-video video {
	display: block;
	min-width: 100%;
	min-height: 100%;
}