/*
Theme Name: DESSELLE PARTNERS 2
Author: Florent Chollet
Version: 3.0
License: Copyright (C) DESSELLE PARTNERS 2025
Description: Theme built for DESSELLE PARTNERS - design by PAG Studio
*/

@font-face {
	font-family: "Sackers Gothic";
	src: url("fonts/subset-SackersGothicStd-Heavy.woff2") format("woff2"), url("fonts/subset-SackersGothicStd-Heavy.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Sackers Gothic";
	src: url("fonts/ATSackersGothic-Medium.woff2") format("woff2"), url("fonts/ATSackersGothic-Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Caslon 540 LT Std";
	src: url("fonts/Caslon540LTStd-Italic.woff2") format("woff2"), url("fonts/Caslon540LTStd-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Caslon 540 LT Std";
	src: url("fonts/Caslon540LTStd-Roman.woff2") format("woff2"), url("fonts/Caslon540LTStd-Roman.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* ************************************************** */

html {
	-ms-overflow-style: none;
}

html, body {
	height: 100%;
}

body {
	font-family: "Sackers Gothic", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	background-color: #000;
}

*:not(input) {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none !important;
}

input, textarea {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text !important;
}

*:focus {
	outline: 0;
}

::-webkit-scrollbar {
	/*display: none;*/
}

img {
	max-width: 100%;
	height: auto;
}

a:link {
	transition: all .25s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a.enabled_bis:after,
a.enabled:after {
	width: 100% !important;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

/* ************************************************** */

.close {
	transition: opacity .25s ease-out;
}

.close:hover {
	opacity: .5;
}

/* ************************************************** */

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 999;
}

#loading_classic {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 999;
}

#loading .step_one,
#loading .step_two {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	z-index: 998;
}

#loading .step_one {
	background-image: url('images/loading-logo.svg');
	background-size: 230px auto;
	z-index: 997;
}

#loading .step_two {
	background-image: url('images/slogan.svg');
	background-size: 500px auto;
	z-index: 996;
}

/* ************************************************** */

#newsletter_bg {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 999;
}

#newsletter {
	position: fixed;
	max-width: 960px;
	max-height: 540px;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #000000;
	color: white;
}

#newsletter .close {
	position: absolute;
	width: 22px;
	height: 17px;
	top: 35px;
	right: 35px;
	background-image: url(images/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	cursor: pointer;
	z-index: 9;
}

#newsletter .data {
	position: relative;
	margin: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid #FFFFFF;
}

#newsletter .data input[type=email] {
	width: 80%;
	height: 25px;
	font-family: kaneda-gothic, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	outline: none;
	background-color: transparent;
	color: white;
}

#newsletter .data form#subscribe-form {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

#newsletter .data .submit {
	font-family: kaneda-gothic, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25px;
	display: inline-block;
	color: #000000;
	padding: 5px 10px;
	margin: 25px 0 0 0;
	background-color: #FFFFFF;
	transition: all .25s ease-out;
	cursor: pointer;
}

#newsletter .data .submit:hover {
	opacity: .4;
}

#newsletter .data .result {
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin: 25px 0 0 0;
}

#page_contact .newsletter_mobile {
	display: none;
}

/* ************************************************** */

#picto {
	position: fixed;
	width: 40px;
	height: 80px;
	top: 24px;
	left: 20px;
	background-image: url('images/dp-picto.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	cursor: pointer;
	z-index: 996;
}

/* ************************************************** */

#menu_desktop {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 995;
}

#menu_desktop ul {
	list-style: none;
	text-align: center;
	font-family: kaneda-gothic, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
}

#menu_desktop ul li {
	display: inline-block;
	padding: 50px 15px;
	font-size: 35px;
}

#menu_desktop ul li.design {
	padding: 50px 15px 29px 35px;
}

/*#menu_desktop a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 0;
	background: none repeat scroll 0 0 transparent;
	background-color: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
}*/

#menu_desktop a:hover {
	color: #fff;
}
/*
#menu_desktop a:hover:after { 
	width: 100%; 
	left: 0; 
}
*/

#menu_desktop .design {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 35px 0;
	font-size: 35px;
}

/* ************************************************** */

#picto_burger {
	display: none;
	position: fixed;
	width: 22px;
	height: 17px;
	top: 15px;
	right: 15px;
	background-image: url('images/burger.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	cursor: pointer;
	z-index: 996;
}

/* ************************************************** */

#menu_burger {
	display: none;
	position: fixed;
	width: 100%;
	max-height: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	padding: 0;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 888;
}

#menu_burger .data {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
}

#menu_burger .close {
	display: none;
	position: fixed;
	width: 22px;
	height: 17px;
	top: 15px;
	right: 15px;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	cursor: pointer;
}

#menu_burger .data ul {
	text-align: center;
}

#menu_burger .data ul li {
	font-size: 28px;
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;
  letter-spacing: 3px;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}

/* ************************************************** */
body.page-template-template-homepage #menu_desktop{
	background: none;
}
@media only screen and (min-width: 1024px){
	body.page-template-template-homepage #picto{
		position: absolute;
		top: calc(50vh - 78.75px);
		left: calc(50% - 35px);
		width: 70px;
		height: 157.5px;
	}
}

#slider_home {
	position: relative;
}

#slider_home .slider_mobile {
	display: none;
}

#slider_home .slick-slide .image{
	height: 100vh;
}

#slider_home h2 {	
	max-width: calc(50% - 320px);
	position: absolute;
	top:  15px;
	width: auto;
	left: 0px;
	line-height: 1.1;
	color: #000;
	z-index: 9;
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 10px 20px;
}

#slider_home h2 span.archi {
	display: block;
	margin-bottom: 5px;
}
#slider_home h2 span.city {
	display: block;
	font-family: "Caslon 540 LT Std";
	font-weight: lighter;
	font-style: italic;
	font-size: 24px;
	text-transform: none;
	letter-spacing: normal;
}

#slider_home h2 span.black {
	color: #000;
}

/*#slider_home .image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}*/

/* ************************************************** */

#footer_home {
	width: 90%;
	margin: 100px auto 100px auto;
	text-align: center;
}

#footer_home h3 {
	font-family: "Caslon 540 LT Std";
	font-weight: lighter;
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 50px;
}
#footer_home p.more_home {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25px;
	display: inline-block;
	margin: 0px auto;
	background-color: #000;
	transition: all .25s ease-out;
}

#footer_home p.more_home a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #fff;
}

#footer_home p.more_home a:hover {
	background-color: #fff;
	color: #000;
}

#footer_home .split_two {
	display: none;
}

#footer_home .split_two .left,
#footer_home .split_two .right {
	display: inline-block;
	font-family: "Caslon 540 LT Std";
	font-weight: lighter;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	width: 33%;
	margin-bottom: 100px;
}

#footer_home .split_two .left h4,
#footer_home .split_two .right h4 {
	font-family: "Sackers Gothic";
	font-weight: bold;
	margin-bottom: 7px;
}

.footer-contact, footer#footer{
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700 !important;
	font-size: 25px !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
}

/* ************************************************** */

#page_contact {
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100% - 75px);
	max-height: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	/*overflow-x: hidden;*/
	overflow-x: auto;
	overflow-y: auto;
	z-index: 990;
}

#page_contact .close {
	display: none;
	position: fixed;
	width: 22px;
	height: 17px;
	top: 15px;
	right: 15px;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 800;
	cursor: pointer;
}

#page_contact .data {
	position: absolute;
	width: 100%;
	padding: 100px 0;
}


/* ************************************************** */

#page_clients {
	display: none;
	position: fixed;
	width: 100%;
	max-height: 100%;
	height: calc(100% - 75px);
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 990;
}

#page_clients .data {
	position: absolute;
	width: calc(100% - 130px);
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;	
	letter-spacing: 3px;	
	font-size: 55px;	
	line-height: 1.1;
	text-transform: uppercase;
	text-align: justify;	
	padding: 50px 65px 75px 65px;
}

#page_clients .data a {
	display: inline;
	padding-top: 15px;
}

#page_clients .data a:hover {
	color: #fff;
	opacity: .4;
}

#page_clients .close {
	display: none;
	position: fixed;
	width: 22px;
	height: 17px;
	top: 15px;
	right: 15px;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 800;
	cursor: pointer;
}

/* ************************************************** */

#page_about {
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100% - 75px);
	max-height: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 990;
}

#page_about .close {
	display: none;
	position: fixed;
	width: 22px;
	height: 17px;
	top: 15px;
	right: 15px;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 800;
	cursor: pointer;
}

#page_about .data {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#page_about .data img {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 50px auto;
}

#page_about .data p {
	max-width: 1024px;
	font-family: 'Caslon 540 LT Std';
	font-size: 22px;
	line-height: 32px;
	text-align: justify;
	text-align-last: center;
	margin: 0 auto 15px auto;
}

#page_about .data p:last-of-type {
	margin: 0 auto;
}

#page_about .data .left {
	width: calc(33% - 50px);
	display: inline-block;
	vertical-align: middle;
	margin: 0 50px 0 0;
}

#page_about .data .left img {
	width: 100%;
	max-width: inherit;
	margin: 0;
}

#page_about .data .right {
	width: calc(50% - 50px);
	display: inline-block;
	vertical-align: middle;
}

#page_about h1{
	margin-top: 45px;
	margin-bottom: 45px;
  font-size: 35px;
  line-height: 1;
  font-family: 'Caslon 540 LT Std';
  font-style: italic;
}

/* ************************************************** */

#page_architects {
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100% - 75px);
	max-height: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 990;
}

#page_architects .close {
	display: none;
	position: fixed;
	width: 22px;
	height: 17px;
	top: 15px;
	right: 15px;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 800;
	cursor: pointer;
}

#page_architects .data {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#page_architects .data ul li {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;	
	letter-spacing: 3px;	
	font-size: 55px;	
	line-height: 1.1;
	text-transform: uppercase;
}

#page_architects .data ul li a {
	display: inline;
	padding-top: 15px;
}

#page_architects .data ul li a:hover {
	color: #fff;
	opacity: .4;
}
@media only screen and (min-width: 1024px){
	#page_architects .data .list-columns {
	  display: flex;
	  justify-content: space-between;
	  gap: 40px;
	  max-width: 1024px;
	  margin: 0 auto;
	}
	#page_architects .data .list-columns .column {
	  width: 50%;
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}
	#page_architects .data .list-columns .left {
	  text-align: left;
	}
	#page_architects .data .list-columns .right {
	  text-align: right;
	}
}



/* ************************************************** */

#page_projets {
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100% - 75px);
	max-height: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 990;
}

#page_projets .close {
	display: none;
	position: fixed;
	width: 22px;
	height: 17px;
	top: 15px;
	right: 15px;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 800;
	cursor: pointer;
}

#page_projets .data {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#page_projets .data ul li {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;	
	letter-spacing: 3px;	
	font-size: 55px;	
	line-height: 1.3;
	text-transform: uppercase;
}

@media only screen and (min-width: 1024px){
	#page_projets .data ul{
		max-width: 700px;
	  	margin: 0 auto;
	}
	#page_projets .data ul li {
		display: inline-block;
	}
	#page_projets .data ul li.separation a{
		width: 140px;
		display: inline-block;

	}
	#page_projets .data ul li.separation:after, #page_projets .data ul li.separation:before{
		content: '';
	    display: inline-block;
	    height: 38px;
	    width: 4px;
	    background: white;
	    margin: 0 10px;
	}
	#page_projets .data ul li.offset-item-menu-projet{
		position: relative;
		left: 4px;
	}
}


#page_projets .data ul li a {
	display: inline;
	padding-top: 5px;
}


/* ************************************************** */

body.architect #main {
	display: flex;
	width: calc(100% - 130px);
	padding: 225px 65px 75px 65px;
}

body.architect #main .left {
	width: calc(50% - 12.5px);
	margin-right: 12.5px;
}

body.architect #main .right {
	flex: 1;
	margin-left: 12.5px;
}

body.architect #main .left .image,
body.architect #main .right .image {
	line-height: 0;
	margin: 0 0 25px 0;
}

body.architect #main .left .image img,
body.architect #main .right .image img {
	width: 100%;
}

body.architect #main .left .text,
body.architect #main .right .text {
	font-family: 'Caslon 540 LT Std';
	font-size: 22px;
	line-height: 26px;
	text-align: justify;
	text-align-last: center;
	margin: 0 0 25px 0;
}

body.architect #main .left .text p,
body.architect #main .right .text p {
	padding: 50px 0 0 0;
}

body.architect #main .left .text p:last-of-type,
body.architect #main .right .text p:last-of-type {
	padding: 50px 0;
}

body.architect #main .left .image:last-of-type,
body.architect #main .right .image:last-of-type,
body.architect #main .left .text:last-of-type,
body.architect #main .right .text:last-of-type {
	margin: 0;
}

body.architect #main .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto 25px 0;
}

body.architect #main .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

body.architect #main .left .section-title{
	display: none;
}
@media only screen and (max-width: 1024px){
	body.architect #main .left .section-title{
		display: block;
	}
	body.architect #main .right .section-title{
		display: none;
	}
}

body.architect .section-title{
	position: fixed;
	width: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 25px auto 0 auto;
	z-index: 1;
	text-align: center;
	padding: 100px 30px;
	font-family: 'Caslon 540 LT Std';
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
  line-height: 26px;	
}

body.architect .section-title h1{
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;	
	font-style: normal;
	letter-spacing: 3px;	
	font-size: 65px;	
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px){
	body.architect .section-title{
		padding: 0px 30px;
		margin-top: 10px;
	}
	body.architect .section-title h1{
		font-size: 45px;
    line-height: 40px;
  }
}


/* ************************************************** */

#popup {
	display: none;
	position: fixed;
	width: calc(100% - 300px);
	max-height: 100%;
	height: calc(100% - 75px);
	bottom: 0;
	left: 0;
	padding: 0 150px;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 900;
}

#popup img {
	width: 100%;
}

#popup .close {
	position: fixed;
	width: 15px;
	height: 15px;
	top: 90px;
	right: 115px;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	cursor: pointer;
}

#popup .title {
	position: fixed;
	left: 30px;
	bottom: 47.5px;
	writing-mode: vertical-rl;
	text-orientation: sideways-right;
	transform: rotate(180deg);
}

#popup .title .architect {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;	
	font-size: 45px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.4;
}

#popup .title .subtitle {
	font-family: 'Caslon 540 LT Std';
	font-style: italic;
	font-size: 32px;
	line-height: normal;
	margin: 0;
}

#popup .photo_credit {
	position: fixed;
	right: 110px;
	bottom: 47.5px;
	font-family: 'Caslon 540 LT Std';
	font-style: italic;
	font-size: 15px;
	writing-mode: vertical-rl;
	text-orientation: sideways-right;
	transform: rotate(180deg);
}

#popup .main {
	display: flex;
}

#popup .main .left {
	width: calc(50% - 12.5px);
	margin-right: 12.5px;
}

#popup .main .right {
	flex: 1;
	margin-left: 12.5px;
}

#popup .main .left ul li,
#popup .main .right ul li {
	position: relative;
	line-height: 0;
	margin: 0 0 25px 0;
}

#popup .main .left ul li:last-of-type,
#popup .main .right ul li:last-of-type {
	margin: 0 0 50px 0;
}

#popup .main .left ul li .splitter,
#popup .main .right ul li .splitter {
	position: absolute;
	width: 25px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}

/* ************************************************** */

body.press #main {
	padding: 125px 25px 85px 25px;
	opacity: 0;
	max-width: 1400px;
	margin:  0 auto;
}

body.press #main ul li {
	width: calc((100% - 75px) / 4);
	margin: 0 0 50px 0;
	text-align: center;
}
@media only screen and (max-width: 1024px){
	body.press #main ul li {
		width: calc((100% - 50px)/3);
	}
}
@media only screen and (max-width: 790px){
	body.press #main ul li {
		width: calc((100% - 25px)/2);
	}
}
@media only screen and (max-width: 570px){
	body.press #main ul li {
		width: 100%;
	}
}

body.press #main ul li img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    /*aspect-ratio: 4/5;*/
	transition: opacity .25s ease-out;
}

body.press #main ul li div.title {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;	
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1;
	text-transform: uppercase;
}

body.press #main ul li p.sub {
	font-family: "Caslon 540 LT Std";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

body.press #main ul li a:hover {
	color: #fff;
}

body.press #main ul li img:hover {
	opacity: .75;
}

/* ************************************************** */

body.projets #main {
	padding: 125px 25px 85px 25px;
	opacity: 0;
	max-width: 1400px;
	margin:  0 auto;
}

body.projets #main ul li {
	width: calc((100% - 50px) / 3);
	margin: 0 0 25px 0;
	text-align: center;
}
@media only screen and (max-width: 1024px){
	body.projets #main ul li {
		width: calc((100% - 25px)/2);
	}
}
@media only screen and (max-width: 570px){
	body.projets #main ul li {
		width: 100%;
	}
}

body.projets #main ul li:after {
	content: '';
	display: block;
	clear: both;
}

body.projets #main ul li .title {
	font-family: "Caslon 540 LT Std";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
body.projets #main ul li .architect {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;	
	letter-spacing: 2px;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
	text-transform: uppercase;
}

body.projets #main ul li img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;
	transition: opacity .25s ease-out;
}

body.projets #main ul li a:hover {
	color: #fff;
}

body.projets #main ul li img:hover {
	opacity: .75;
}

body.projets #nav_projects {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #000;
	z-index: 7;
}

body.projets #nav_projects ul {
	text-align: center;
}

body.projets #nav_projects ul li {
	display: inline-block;
	padding: 14px 8px 10px 8px;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 15px;
}

body.projets #nav_projects ul li.active {
	margin: 0 5px 12.5px 5px;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #fff;
}
