/*
Theme Name: Yellowpoly
Theme URI: https://www.yellowpoly.com/
Author: Yellowpoly
Author URI: https://www.yellowpoly.com/
Description: Theme Design for Appart . PR
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: All rights reserved

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: 'Roboto', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: white;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

.site-content-contain {
	margin-top: 10vh;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: black;
}

a:active,
a:hover {
	outline-width: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-id-3 ul,
.page-id-1626 ul,
.page-id-1629 ul {
	list-style: inside;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/* General */

img {
	max-width: none;
	width: 100%;
}
button {
	font-family: 'Raleway', sans-serif;
	padding: 8px;
	background-color: black;
	border: none;
	border-radius: 6px;
	color: white;
	width: 70%;
	margin: 0 auto;
	display: block;
}
button a {
	color: white;
}
.Appear, .Vertical, .Duo_Vertical {
	font-family: 'Bebas Neue', cursive;
}

/* Desktop */

@media screen and (min-width: 641px) {
	
	h1 {
		font-size: 50px;
	}
	.home h1 {
		text-align: center;
		text-transform: uppercase;
	}
	h2 {
		font-size: 40px;
		text-align: justify;
	}
	h3 {
		font-size: 50px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	
	.site {
		width: calc(100vw - 120px);
		max-width: 1680px;
		display: block;
		margin: 0 auto;
	}
	
	.site-header {
		position: fixed;
		height: 60px;
		width: 100vw;
		display: block;
		margin: 0 auto;
		z-index: 15;
		top: 0;
		left: 0;
		filter: invert(1);
	}
	.navigation-top {
		columns: 3;
		background: white;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.Menu-Gauche {
		text-align: left;
		line-height: 60px;
	}
	.Menu-Gauche li {
		display: inline-block;
		width: 50%;
		text-align: center;
	}
	.Logo {
		text-align: center;
	}
	.Logo img {
		width: auto;
		height: 30px;
		margin: 15px 0;
	}
	.Menu-Droit {
		text-align: right;
		line-height: 60px;
	}
	.Menu-Droit li {
		display: inline-block;
		width: 50%;
		text-align: center;
	}
	.site-content {
		position: relative;
		width: calc(100vw - 120px);
		display: block;
		margin: 60px auto;
		max-width: 1680px;
	}
	.Appear {
		opacity: 0;
	}
	.bloc-policies {
		margin-bottom: 5em;
	}
	.bloc-policies ul {
		font-size: 0;
	}
	.bloc-policies li {
		width: 33.333%;
		display: inline-block;
		text-align: center;
		font-size: 12px;
	}
	
	/* Home */
	
	.search h1 {
		font-size: 28px;
	}
	.post h2, .search h2 {
		margin-bottom: 0;
		font-size: 20px;
		margin-top: 6px;
	}
	.post p {
		margin-top: 5px;
		font-weight: 400;
		font-size: 12px;
	}
	.Texte_Intro {
		padding: 18% 0;
	}
	.Texte_Intro h2 {
		margin-top: 5%;
		font-weight: 200;
	}
	.Duo, .Verticale, .Text_Intro, .Quatro {
		padding: 2.5% 0;
	}
	.Bas_Article .Quatro {
		padding: 2.5% 25%;
	}
	.Bas_Article h3 {
		font-size: 30px;
	}
	.Duo:first-of-type {
		padding-top: 0;
	}
	.Duo .post {
		display: inline-block;
		vertical-align: top;
		width: 49.5%;
	}	
	.Duo .post:first-of-type {
		margin-right: 0.5%;
	}
	.Duo .post:last-of-type {
		margin-left: 0.5%;
	}
	.Duo .affiche, .Verticale, .Quatro .affiche, .Duo_Vertical, .Trio .affiche {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.Duo .affiche {
		height: 100vh;
	}
	.Trio .affiche .Appear, .Quatro .affiche .Appear {
		position: relative;
		width: 100%;
		height: 100%;
		opacity :0;
	}	
	.Trio .affiche .Bord, .Quatro .affiche .Bord {
		border: 1px solid white;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		height: 100%;
		display: table;
		background: rgba(0,0,0,0.74);
	}
	.Trio .affiche .Bord span, .Quatro .affiche .Bord span {
		color: white;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		font-weight: 700;
		text-align: center;
		/* line-height: 200px; */
		font-size: 2vw;
		text-transform: uppercase;
		padding: 0 1vw;
	}
	.Trio .post {
		display: inline-block;
		vertical-align: top;
		width: 32.66%;
		margin-right: 1%;
	}	
	.Trio .affiche {
		height: 70vh;
	}
	.Trio .post:last-of-type {
		margin-right: 0;
	}
	.Verticale {
		width: 100%;
		text-align: center;
		height: 40vh;
		margin: 2.5% 0;
		color: white;
	}
	.Verticale h2 {
		line-height: 40vh;
		margin: 0;
	}
	.Quatro .post, .Bas_Article .freestyle {
		display: inline-block;
		width: 24.25%;
		vertical-align: top;
		margin-left: 1%;
	}
	.Quatro .post:first-of-type {
		margin-left: 0;
	}
	.Quatro .affiche {
		height: 50vh;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}
	.Bas_Article {
		margin-top: 16vh;
	}
	.Bas_Article .Quatro .affiche {
		height: 25vh;
	}
	.Bas_Article h2 {
		font-size: 14px;
	}
	.Duo_Vertical {
		display: block;
		width: 80%;
		height: 20vh;
		margin: 0 10% 5%;
	}
	.Duo_Vertical h3 {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		background: grey;
		text-align: center;
		height: 20vh;
		color: white;
		line-height: 20vh;
		margin: 0;
	}
	.Duo_Vertical h3:first-of-type {
		margin-right: 0.5%;
	}
	.Duo_Vertical h3:last-of-type {
		margin-left: 0.5%;
	}
	
	/* Services */
	
	.Services {
		width: 1080px;
		display: table;
		margin: 250px auto;
	}
	.Services .Windows {
		position: fixed;
		top: 60px;
		left: 0;
		background: white;
		width: 90vw;
		height: calc(100vh - 120px);
		display: table;
		padding: 0 5vw;
	}
	.Services .Windows ul {
		display: table-cell;
		vertical-align: middle;
		width: 60vw;
		height: calc(100vh - 120px);
	}
	.Services .Windows li {
		display: inline-block;
		width: 20%;
		text-align: center;
		font-size: 32px;
		font-weight: 800;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	.page-template-default .site-content {
		margin-top: 120px;
	}
	.Services .Menu {
		display: block;
		width: 100%;
	}
	.liste_services {
		text-align: left;
		display: block;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 19px;
	}
	.Services .ServGauche {
		display: inline-block;
		width: 60%;
		vertical-align: top;
	}
	.Services .ServGauche .Back {
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.Services .ServGauche .Back img {
		width: 100%;
	}
	.Services .ServDroite {
		display: inline-block;
		width: calc(40% - 80px);
		vertical-align: top;
		padding: 40px;
		margin-top: 81px;
	}
	.Services .Part h2 {
		text-align: right;
		font-size: 40px;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.Services .Part p {
		text-align: justify;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
	}
	.Services .Part {
		display: none;
	}
	.Services .Part.actif {
		display: block;
	}
	.Menu .sMenu {
		display: none;
	}
	.Menu .sMenu.actif {
		display: block;
	}
	
	/* .Services .Centre .gauche {
		display: block;
		width: 95%;
		padding: 2.5%;
		height: auto;
	}
	.Services .bloc-gauche {
		font-size : 28px;
		display: inline-block;
		vertical-align: top;
		width: 64.5%;
	}
	.Services .bloc-gauche p {
		margin: 0;
		padding: 0;
	}
	.Services .bloc-droit {
		font-size : 22px;
		display: inline-block;
		vertical-align: top;
		width: 31%;
		margin-left: 4.5%;
		list-style: initial;
		font-style: italic;
		line-height: 28px;
	}
	.Services .bouton {
		padding: 4vh 0;
		width: 350px;
		display: block;
		margin: 0 auto;
		border-radius: 0;
	}
	.Services .bouton button {
		border-radius: 0;
	}
	.Services .Centre .droit {
		width: 95%;
		padding: 2.5%;
	}
	.Services .Centre .grid {

	}
	.Services .Centre .grid-sizer {
		width: 25%;
	}
	.Services .Centre .grid-item {
		width: 24%;
		padding: 0.5%;
	}
	.Services .Centre .grid-item .Titre{
		font-weight: 900;
		line-height: 150%;
	}
	.Services .Centre .grid-item .STitre{
		font-size: 80%;
	}
	.Services .Centre img {
		width: 100%;
	}
	.Services .Column {
		display: none;
	} */
	
	/* References */
	
	.Bloc {
		font-size: 40px;
		display: inline;
		cursor: pointer;
	}
	.Bloc:after {
		content: ", ";
	}
	.Bloc:hover {
		font-weight: 600;
	}
	.Modal {
		width: calc(33.3333% - 3px);
		height: 70vh;
		background-size: cover;
		background-color: black;
		background-position: center center;
 		overflow: hidden;
		display: inline-block;
		position: relative;
		cursor: grab;
		filter: grayscale(1);
	}
	.Modal .Cadre {
		position: relative;
		height: 100%;
		background: rgba(0,0,0,0);
		width: 100%;
		height: 100%;
		-webkit-transition: background-color 0.5s;
		transition: background-color 0.5s;
	}
	.Modal .Cadre:hover {
		background: rgba(0,0,0,0.75);
	}
	.Modal .titre {
		width: 90%;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		color: white;
		text-align: center;
		position: absolute;
		font-size: 24px;
		margin: 0 5%;
		top: 50%;
		transform: translateY(-50%);
	}
	.Modal .Experiences {
		width: 90%;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		color: white;
		text-align: center;
		position: absolute;
		font-size: 14px;
		margin: 0 5%;
		top: 50%;
		transform: translateY(-50%);
		display: none;
	}
	
	/* Contacts */
	
	.Contacts .gauche {
		display: inline-block;
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}
	.Contacts .droite {
		display: inline-block;
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}
	.Contacts h3 {
		padding: 0;
		margin: 0;
		font-weight: 900;
	}
	.Contacts p {
		margin-right: 15%;
		margin-left: 15%;
	}
	
	/* Newsletter */
	
	.Newsletter {
		width: 75%;
		margin: 0 auto;
	}
	.Newsletter h1 {
		font-weight: 900;
		font-size: 30px;
		text-align: center;
		letter-spacing: 2px;
	}
	.Newsletter .multichoix,
	.wpforms-error	{
		max-width: 60%;
	}
	.Newsletter .wpforms-container-full .wpforms-form .wpforms-field {
		margin: 0 auto;
	}
	.Newsletter .wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
	div.wpforms-container-full .wpforms-form input[type="email"]	{
		margin: 0 auto;
	}
	.Newsletter .wpforms-container-full .wpforms-form button[type="submit"] {
		margin: 0 auto;
		display: block;
		background-color: black;
		color: white;
		font-weight: 600;
		border: none;
	}
	
	/* Search */
	.Search {
		display: table;
		height: 70vh;
		width: 100%;
	}
	.searchbox {
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
		text-align: center;
	}
	.wp-block-search .wp-block-search__input {
		display: inline-block;
		width: 70%;
		border: none;
		border-bottom-color: currentcolor;
		border-bottom-style: none;
		border-bottom-width: medium;
		border-bottom: 1px solid black;
		max-width: none;
	}
	.wp-block-search .wp-block-search__button {
		width: 10%;
		display: inline-block;
		border-radius: 0;
		cursor: pointer;
	}
	
	/* Search Results */
	
	.search-results .resultats {
		width: 75%;
		margin: 0 auto;
	}
	.search-results article.post,
	.search-results article.page {
		display: inline-block;
		padding: 24px 8px;
		font-size: 0;
		vertical-align: top;
		width: 30%;
		height: auto;
	}
	.search-results article.page {
		vertical-align: middle;
	}
	.search-results .resultats .entry-header {
		margin-bottom: 16px;
	}
	.search-results .resultats .entry-summary img {
		height: auto;
	}
	.search-results .resultats .entry-summary p {
		font-size: 12px;
		text-align: right;
	}
	
	/* Articles */
	
	.single-post h1 {
		margin: 5% 0 0;
		text-align: center;
		text-transform: uppercase;
	}
	.single-post h5 {
		font-weight: 200;
		font-size: 20px;
		text-align: center;
		margin-top: 0;
	}
	.single-post .Texte {
		font-size: 25px;
		text-align: center;
		line-height: 30px;
		display: block;
		margin: 5% auto;
		font-style: italic;
	}
	.single-post .Video {
		width: 70%;
		margin: 0 auto;
		display: block;
		position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
	}
	.single-post .grid-item {
		width: 31.3333%;
		padding: 1% 1% 0;
	}
	.single-post .Video embed,
	.single-post .Video object,
	.single-post .Video iframe {
		position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	}
	
	.single-post .Duo {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.single-post .Duo .post,
	.single-post .Duo .post {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	.single-post .Duo .post:first-of-type {
		margin-right: 1%;
	}
	.single-post .Duo .post:last-of-type {
		margin-left: 1%;
	}
	.single-post .Duo .Img_Gauche,
	.single-post .Duo .Img_Droite {
		width: 100%;
		height: 60vh;
		/* background-attachment: fixed; */
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.single-post .Duo h5 {
		margin: 15px 0;
	}
	.single-post .Titre_Galerie {
		font-size: 25px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.single-post .Bouton {
		margin: 3% auto;
		display: block;
		text-align: center;
	}
	.single-post .Bouton a {
		color: white;
		padding: 10px 20px;
		background: black;
		text-decoration: none;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		transition: all ease 0.5s;
	}
	.single-post .Bouton a:hover {
		/*filter:blur(2px);*/
	}
	.single-post .Image {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.single-post .Image img {
		max-width: 960px;
	}
	.single-post article.freestyle {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.single-post article.freestyle img {
		width: auto;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.single-post article.freestyle p {
		font-size: 25px;
		text-align: center;
		line-height: 30px;
		display: block;
		margin: 5% auto;
	}
	
	/* Collections */
	
	.collections {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.collections h1 {
		text-transform: uppercase;
		width: max-content;
		margin: 0 auto 48px;
		display: block;
	}
	.collections .Collection {
		display: inline-block;
	}
	.collections .Bord {
		overflow: hidden;
	}
	.collections .Fond {
		width: calc(10vw - 12px);
		height: calc(10vw - 12px);
		margin: 10px 6px;
		background-size: cover;
		background-position: center center;
		transition: .3s ease-in-out;
	}
	.collections .Fond:hover {
		transform: scale(1.3);
	}
	.collections h4 {
		font-size: 16px;
		text-align: left;
		padding: 0;
		margin: 4px 6px;
	}
	
	/* Page Info */
	
	.page-id-3 .site-content,
	.page-id-1626 .site-content,
	.page-id-1629 .site-content {
		display: block;
		width: 75%;
		text-align: justify;
	}
	.page-id-3 h1,
	.page-id-1626 h1,
	.page-id-1629 h1,
	.page-id-3 h2,
	.page-id-1626 h2,
	.page-id-1629 h2 {
		text-align: center;
	}
	.page-id-3 h2,
	.page-id-1626 h2,
	.page-id-1629 h2 {
		margin-top: 2em;
		font-size: 1.5em;
	}
	.page-id-3 p,
	.page-id-1626 p,
	.page-id-1629 p {
		line-height: 24px;
	}
	.page-id-3 li,
	.page-id-1626 li,
	.page-id-1629 li {
		margin: 6px 0;
	}
	
	/* Footer */
	
	.full_btn {
		width: calc(50vw - 1px);
		background: black;
		padding: 10px 0;
		position: fixed;
		bottom:0;
		left: 0;
	}
	.site-footer .one {
		left: 50vw;
		border-left: 1px solid white;
	}
	.site-footer .two {
		border-right: 1px solid white;
	}
	.full_btn .link {
		width: 100%;
		font-size: 35px;
		color: white;
		text-align: center;
		display: block;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.Back_top {
		position: fixed;
		transform: rotate(90deg);
		width: 40px;
		left: 0px;
		top: calc(50% - 10px);
		cursor: pointer;
		height: 28px;
	}
	
	/* New at l'appart */
	
	/* .single-post .new-at-lappart .Texte {
		font-size: 25px;
		text-align: center;
		line-height: 30px;
		display: block;
		margin: 0 auto;
	} */

}
@media screen and (max-width: 640px) {
	
	h1 {
		font-size: 30px;
	}
	.home h1 {
		text-align: center;
	}
	h2 {
		font-size: 30px;
	}
	.home h2 {
		text-align: justify;
		font-size: 20px;
		line-height: 27px;
		padding: 0 20px;
	}
	h3 {
		font-size: 30px;
		font-weight: 400;
	}
	.home {
		margin-top: 0 !important;
	}
	.site {
		width: calc(100vw - 20px);
		max-width: 100vw;
		display: block;
		margin: 0 auto;
	}
		
	.site-header {
		position: relative;
		/* height: 60px; */
		width: calc(100vw - 20px);
		display: block;
		margin: 0 auto;
		z-index: 15;
		top: 0;
		max-width: 640px;
	}
	.navigation-top {
		/* columns: 3; */
		background: white;
		width: calc(100vw - 20px);
		max-width: 640px;
		font-size: 12px;
	}
	.Menu-Gauche {
		text-align: left;
		line-height: 60px;
		top: 50px;
		position: absolute;
		width: 50%;
	}
	.Menu-Gauche li {
		display: inline-block;
		font-weight: 600;
		width: 50%;
		text-decoration: none;
		text-align: center;
	}
	.Logo {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100vw - 20px);
	}
	.Logo a {
		position: relative;
		left: calc(50vw - 72px);
	}
	.Logo img {
		width: auto;
		height: 30px;
		margin: 15px 0;
	}
	.Menu-Droit {
		text-align: left;
		line-height: 60px;
		top: 50px;
		right: 0;
		position: absolute;
		width: 50%;
	}
	.Menu-Droit li {
		display: inline-block;
		font-weight: 600;
		width: 50%;
		text-decoration: none;
		text-align: center;
	}
	.site-content {
		position: relative;
		width: calc(100vw - 20px);
		display: block;
		margin: 0 auto;
		max-width: 640px;
	}
	.page-template-default .site-content {
		top: 35px;
	}
	.Appear {
		opacity: 0;
	}
	
	
	/* Home */
	
	.hentry {
		margin-top: 60px;
	}
	
	.post p {
		margin-top: 5px;
		font-weight: 400;
		font-size: 12px;
	}
	
	.post h2 {
		margin: 6px auto 0;
		font-size: 20px;
		width: calc(100% - 20px);
		
	}
	.post p {
		margin: 0 auto;
		font-weight: 400;
		padding-bottom: 20px;
		width: calc(100% - 20px);
		font-size: 12px;
	}
	.Texte_Intro h2 {
		font-weight: 200;
	}
	.Duo, .Verticale, .Text_Intro, .Quatro {
		padding: 5% 0;
	}
	.Duo .affiche, .Verticale, .Quatro .affiche, .Duo_Vertical, .Trio .affiche {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.Duo:first-of-type {
		padding-top: 0;
	}
	.Duo .post {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}	
	.Duo .affiche {
		height: 100vh;
	}
	.Trio .affiche .Appear, .Quatro .affiche .Appear {
		position: relative;
		width: 100%;
		height: 100%;
		opacity :0;
		display: none;
	}	
	.Trio .affiche .Bord, .Quatro .affiche .Bord {
		border: 1px solid white;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		height: 100%;
		display: table;
		background: rgba(0,0,0,0.74);
	}
	.Trio .affiche .Bord span, .Quatro .affiche .Bord span {
		color: white;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		font-weight: 700;
		text-align: center;
		/* line-height: 200px; */
		font-size: 2vw;
		text-transform: uppercase;
		padding: 0 1vw;
	}
	.Trio .post {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}	
	.Trio .affiche {
		height: 70vh;
	}
	.Trio .post:last-of-type {
		margin-right: 0;
	}
	.Verticale {
		width: 100vw;
		text-align: center;
		height: 40vh;
		margin: 5% 0 5% -10px;
		color: white;
	}
	.Verticale h2 {
		line-height: 40vh;
		margin: 0;
		font-family: 'Bebas Neue', cursive;
		color: white;
	}
	.Quatro .post {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.Quatro .post:first-of-type {
/* 		margin-right: 1%;
		margin-left: 0; */
	}
	.Quatro .affiche {
		height: 70vh;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}
	.Duo_Vertical {
		display: block;
		width: 80%;
		height: 20vh;
		margin: 0 10% 5%;
	}
	.Duo_Vertical h3 {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		background: grey;
		text-align: center;
		height: 20vh;
		color: white;
		line-height: 20vh;
		margin: 0;
	}
	.Duo_Vertical h3:first-of-type {
		margin-right: 0.5%;
	}
	.Duo_Vertical h3:last-of-type {
		margin-left: 0.5%;
	}
	
	/* Services */
	
	/* .Services .Menu {
		display: block;
		width: 100%;
		padding-bottom: 20vh;
	}
	.liste_services {
		font-weight: 100;
		font-style: italic;
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	.liste_services:nth-child(1) {
		font-size: 19.5vw;
	}
	.liste_services:nth-child(2) {
		font-size: 12.5vw;
	}
	.liste_services:nth-child(3) {
		font-size: 19vw;
	}
	.liste_services:nth-child(4) {
		font-size: 30.5vw;
	}
	.liste_services:nth-child(5) {
		font-size: 28.5vw;
	}
	.liste_services:nth-child(6) {
		font-size: 22vw;
	}
	.Services .Centre .gauche {
		display: inline-block;
		width: 45%;
		padding: 2.5%;
		height: auto;
		vertical-align: top;
	}
	.Services .bloc {
		font-size : 30px;
	}
	.Services .Centre .droit {
		display: inline-block;
		width: 45%;
		padding: 2.5%;
		height: auto;
		vertical-align: top;
	}
	.Services .Centre .droit img{
		width: 100%;
	}
	.Services .Column {
		display: none;
	} */
	
	.Services {
/* 		width: 100vw;
		display: table;
		margin: 50px auto; */
	}
	.Services .Windows {
		position: fixed;
		top: 75px;
		left: 0;
		background: white;
		width: 80vw;
		height: calc(100vh - 120px);
		display: table;
		padding: 0 10vw;
	}
	.Services .Windows ul {
		display: table-cell;
		vertical-align: middle;
		width: 60vw;
		height: calc(100vh - 120px);
	}
	.Services .Windows li {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 30px;
		font-weight: 800;
		text-transform: uppercase;
		cursor: pointer;
		margin: 25px 0;
	}
	
	.page-template-default .site-content {
		margin-top: 120px;
	}
	.Services .Menu {
		display: block;
		width: 100%;
	}
	.liste_services {
		text-align: center;
		display: block;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 19px;
		line-height: 31px;
	}
	.Services .ServGauche {
		display: block;
		width: 90%;
		margin: 0 5%;
	}
	.Services .ServGauche .Back {
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.Services .ServGauche .Back img {
		width: 100%;
	}
	.Services .ServDroite {
		display: block;
		width: 80%;
		margin: 15% 10%;
	}
	.Services .Part h2 {
		text-align: center;
		font-size: 37px;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.Services .Part p {
		text-align: justify;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
	}
	.Services .Part {
		display: none;
	}
	.Services .Part.actif {
		display: block;
	}
	.Menu .sMenu {
		display: none;
	}
	.Menu .sMenu.actif {
		display: block;
	}
	
	/* References */
	
	.refs {
		font-size: 40px;
	}
	.Modal {
		width: calc(50% - 3px);
		height: 300px;
		background-size: cover;
		background-color: black;
		background-position: center center;
 		overflow: hidden;
		display: inline-block;
		position: relative;
		cursor: pointer;
		filter: grayscale(1);
	}
	.Modal .Cadre {
		position: relative;
		height: 100%;
		background: rgba(0,0,0,0);
		width: 100%;
		height: 100%;
		-webkit-transition: background-color 0.5s;
		transition: background-color 0.5s;
	}
	.Modal .Cadre:hover {
		background: rgba(0,0,0,0.75);
	}
	.Modal .titre {
		width: 90%;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		color: white;
		text-align: center;
		position: absolute;
		font-size: 20px;
		margin: 0 5%;
		top: 50%;
		transform: translateY(-50%);
	}
	.Modal .Experiences {
		width: 90%;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		color: white;
		text-align: center;
		position: absolute;
		font-size: 14px;
		margin: 0 5%;
		top: 50%;
		transform: translateY(-50%);
		display: none;
	}
	
	/* Contacts */
	
	.contact {
		/* max-width: 50%; */
		padding-bottom: 20vh;
	}
	.contact h3 {
		margin-bottom: 0;
	}
	.contact p {
		margin-bottom: 0;
		font-size: 20px;
	}
	.contact a {
		text-decoration: underline;
	}
	
	/* Articles */
	
	.single-post h1 {
		margin: 5% 0 0;
		text-align: center;
		text-transform: uppercase;
	}
	.single-post h5 {
		font-weight: 200;
		font-size: 20px;
		text-align: center;
		margin-top: 0;
	}
	.single-post .Texte {
		font-size: 25px;
		text-align: center;
		line-height: 30px;
		display: block;
		margin: 5% auto;
		font-style: italic;
	}
	.single-post .Video {
		width: 70%;
		margin: 0 auto;
		display: block;
		position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
	}
	.single-post .grid-item {
		width: 48%;
		padding: 1% 1% 0;
	}
	.single-post .Video embed,
	.single-post .Video object,
	.single-post .Video iframe {
		position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	}
	
	.single-post .Duo {
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.single-post .Duo .post,
	.single-post .Duo .post {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
/* 	.single-post .Duo .post:first-of-type {
		margin-right: 1%;
	}
	.single-post .Duo .post:last-of-type {
		margin-left: 1%;
	} */
	.single-post .Duo .Img_Gauche,
	.single-post .Duo .Img_Droite {
		width: 100%;
		height: 60vh;
		/* background-attachment: fixed; */
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.single-post .Duo h5 {
		margin: 15px 0;
	}
	.single-post .Titre_Galerie {
		font-size: 25px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.single-post .Bouton {
		margin: 12vh auto 0;
		display: block;
		text-align: center;
	}
	.single-post .Bouton a {
		color: white;
		padding: 10px 20px;
		background: black;
		text-decoration: none;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		transition: all ease 0.5s;
	}
	.single-post .Bouton a:hover {
		/*filter:blur(2px);*/
	}
	
	/* Collections */
	
	.collections {
		width: 80%;
		margin: 15vh auto;
		display: block;
	}
	.collections h1 {
		text-transform: uppercase;
		width: max-content;
		margin: 0 auto 5vh;
		display: block;
	}
	.collections .Collection {
		display: inline-block;
		width: calc(50% - 8px);
		padding: 4px;
		font-size: 20px;
		text-align: left;
	}
	.collections .Collection h4 {
		margin-top: 5px;
		font-weight: 200;
	}
	.collections .Collection img{
		width: 100%;
		max-width: 100%;
	}
	.collections .Collection .Fond{
		width: 100%;
		max-width: 100%;
		height: 150px;
		background-size: cover;
		background-position: center;
	}
	
	/* Footer */
	
	.bloc-policies {
		position: fixed;
		bottom: 7vh;
		width: 90vw;
		left: 5vw;
	}
	.bloc-policies ul {
		width: 100%;
	}
	.bloc-policies li {
		width: 32%;
		display: inline-block;
		font-size: 13px;
		vertical-align: middle;
		text-align: center;
	}

	.full_btn {
		width: 100vw;
		background: black;
		padding: 10px 0;
		position: fixed;
		bottom:0;
		left: 0;
	}
	.full_btn .link {
		width: 100%;
		font-size: 20px;
		color: white;
		text-align: center;
		display: block;
	}
	.Back_top {
		position: fixed;
		transform: rotate(90deg);
		width: 15px;
		left: 15px;
		top: calc(50% - 10px);
		cursor: pointer;
		display: none;
	}
	
}
