/*
Theme Name: LPM Theme
Description: Theme Les Petites Madeleines
Version: 1.0
*/

/*@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Bold.woff2') format('woff2'),
        url('fonts/VisbyCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Medium.woff2') format('woff2'),
        url('fonts/VisbyCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Heavy.woff2') format('woff2'),
        url('fonts/VisbyCF-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Regular.woff2') format('woff2'),
        url('fonts/VisbyCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/


html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-family: 'Manrope';
	overflow-x: hidden;
	margin: 0;
}

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

img {
	width: 100%;
	height: auto;
	display: block;
}

ul, li {
	list-style-type: none;
}

ul {
	padding-left: 0;
}

h1, h2, h3, h4 {
	font-family: "Rubik";
	line-height: 1;
}

.title-heavy {
	font-weight: 900;
}

button {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: "Manrope";
}

button:focus {
	outline: 0;
}

/*.site-content  {
	margin-top: 12vh;
}*/

.site-loader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191919;
    z-index: 99;
    transition: transform 1.3s cubic-bezier(0.7,0,0.3,1);
    transform-origin: bottom;
    transition-delay: 800ms;
}

.loader-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.8s;
	transition-delay: 800ms;
}

.loader-content p {
	font-family: "Lora";
	color: #292929;
	font-size: 3em;
	letter-spacing: 10px;
	display: inline-block;
	white-space: nowrap;
	padding: 0 1em 1em 1em;
}

.loader-content img {
	width: 50px;
	margin: 0 auto;
}

.site-loaded .site-loader {
	transform: scaleY(0);
}

.site-loaded .loader-content {
	opacity: 0;
}


/****** HEADER ******/
.header-container {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 100;
	transition: all 0.6s ease-out;
}

.site-header {
	width: 75%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-container.menu-open .menu-resp span {
	background: #ffffff;
}

/*.site-loaded .header-container {
	background: #fafafa;
	border-bottom: 1px solid #f0f0f0;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 3em;
}

.logo-site img {
	max-height: 12vh;
	width: auto;
}*/

.logo-site h1 {
	font-size: 1.5em;
}

.site-header .menu-site ul {
	display: flex;
	flex-direction: column;
	text-align: center;
	text-align: left;
	margin: 4em 0;
}

.menu-site .menu-item {
	margin: 0 28px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.5px;
	font-size: 1.5em;
	padding: 0.4em 0;
}

.menu-site .menu-item a {
	transition: color 0.5s ease-out;
	color: #fff;
	font-weight: 700;
	font-family: "Rubik";
	font-size: 1.5em;
}

.menu-site .menu-item a.active,
.menu-site .menu-item a:hover {
	color: #ffdd3e;
}

.menu-site {
	position: fixed;
	top: 0;
	right: 0;
	width: 37.3%;
	z-index: -1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #000;
	transform: translate(100%, 0);
	transition: transform 1s cubic-bezier(0.77, 0.2, 0.05, 1) ;
	z-index: 100;
}

.menu-open .menu-site {
	transform: translate(0, 0);
}

.menu-resp {
	position: absolute;
	top: 12px;
	right: 12.5%;
	cursor: pointer;
	transition: all 0.7s ease-out;
	z-index: 101;
}

.menu-open .menu-resp {
	right: 20px;
}

.menu-resp span {
	display: block;
    height: 3px;
    width: 30px;
    background: #000;
    margin: 7px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), background 1s ease;
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 1s ease;
}

.menu-open .menu-resp span:first-child {
	transform: rotate(45deg) translate(5px, 9px);
}
.menu-open .menu-resp span:last-child {
	transform: rotate(-45deg) translate(5px, -9px);
}
.menu-open .menu-resp span:nth-child(2) {
	opacity: 0;
} 

/****** FIN HEADER ******/


/****** PAGE HOME ******/
.page-template-home .logo-site {
	visibility: hidden;
	opacity: 0;
	z-index: -100;
	transition: all 0.6s ease-out;
}

.page-template-home .header-container {
	background: transparent;
	transition: all 0.4s ease;
}

.header-container.header-fixed {
	top: 0;
	background: #fff;
}

.header-container.header-fixed .logo-site {
	visibility: visible;
	opacity: 1;
	z-index: 100;
}

.home-container {
	width: 75%;
	margin: 0 auto;
	position: relative;
}

.home-title {
	padding: 40px 0 25px;
}

.title-bloc span {
	display: inline-block;
}

.home-title h1 {
	font-size: 2em;
	text-align: left;
	line-height: 1.1;
	font-weight: 500;
}

.title-before {
	position: relative;
}

.title-before:before {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	height: 13px;
	background-color: #ffdd3e;
	z-index: -1;
}

.title-wrapper {
	overflow: hidden;
}

.title-name.title-mobile {
	display: none;
}

span.typed-block {
	background: #ffdd3e;
	padding: 6px 10px;
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
}

span.typed-cursor {
	color: #fff;
}

.home-portfolio, .home-clients {
	padding-bottom: 70px;
}


.agence-about .home-portfolio-title h2,
.contact-infos .home-portfolio-title h2 {
	color: #000;
}

.home-portfolio-title h2 {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #ffdc3e;
	padding-top: 1em;
	/*-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffdc3e;
    -webkit-text-fill-color: #ffffff00;*/
}

/*.home-portfolio-title:before,
.page-title h2:before {
	content: "";
	position: absolute;
	top: 60%;
	transform: translate(0, -50%);
	left: 100%;
	margin-left: 22px;
	width: 40px;
	height: 2px;
	background: #d8be95;
}*/

.home-btn {
	text-align: center;
	padding: 60px 0;
}

.cta-icon {
	width: 40px;
	height: 40px;
	background: #ffdc3e;
    display: inline-block;
    border-radius: 50%;
    padding: 1em;
    transition: transform 0.3s ease;
}

.cta-hover-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.cta-hover-icon:hover .cta-icon {
  transform: scale(1.1) rotate(90deg); /* ou un autre effet sympa */
}



/*.home-btn a .fa-chevron-right {
	padding-left: 15px;
	transition: transform 0.4s ease-out;
}

.home-btn a:hover .fa-chevron-right {
	transform: translate(10px, 0);
}


.home-btn a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #d1b17e;
	transition: width 0.5s cubic-bezier(0.76, 0.13, 0.32, 0.78);
	z-index: -1;
}

.home-btn a:hover:before {
	width: 100%;
}*/

.home-clients {
	background: #fafafa;
}

.home-clients .home-portfolio-title {
	left: -80px;
	right: initial;
}

.clients-logo {
	position: relative;
	padding-bottom: 30px;
}

button.slick-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 33px;
}

.prev {
	margin-right: 30px;
}

.clients-logo figure.wp-block-gallery  {
	padding-top: 3em;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 4vw;
	grid-row-gap: 80px;
	align-items: center;
	justify-content: center;
	max-width: 70% !important;
}

.clients-logo ul.blocks-gallery-grid .blocks-gallery-item {
	align-self: center;
}

.clients-logo .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: initial !important;
}

.clients-logo .wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-width: 110px !important;
	max-height: 80px;
	object-fit: contain;
	margin: 0 auto;
}

.clients-logo .blocks-gallery-item {
	align-self: center;
	margin-bottom: 0;
}

.clients-logo .blocks-gallery-item figure {
	justify-content: center;
}

.slick-slide {
	outline: none;
}

/* Conteneur des dots */
.slick-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

/* Chaque dot */
.slick-dots li {
    margin: 0 5px;
}

/* Le bouton à l'intérieur de chaque li */
.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ccc;       /* couleur par défaut */
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: -9999px;   /* cache le texte "1,2,3" */
}

/* Dot actif */
.slick-dots li.slick-active button {
    background: #000;       /* couleur du dot actif */
    transform: scale(1.3);
}

/* Hover sur un dot */
.slick-dots li button:hover {
    background: #555;
    transform: scale(1.2);
}



/****** FIN PAGE HOME ******/



/****** PAGE PORTFOLIO ******/

.page-title h2 {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	font-size: 2em;
	color: #ffdc3e;
	/*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffdc3e;
    -webkit-text-fill-color: #ffffff00;*/
}

.portfolio-wrapper {
	width: 75%;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 2.5em;
}

.portfolio-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.portfolio-header {
	position: relative;
}

.filter-group {
	display: flex;
	justify-content: flex-end;
}

.filter-group > div:not(:last-child) {
	margin-right: 70px;
}

.categories-filter button {
	font-size: 1em;
	font-weight: bold;
}

body.noscroll {
	overflow-y: hidden;
}

.categories-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2a2a2a;
	font-weight: bold;
	position: relative;
	transition: color 0.3s ease-out;
}

.categories-title .fa-chevron-down {
	padding-left: 10px;
	font-size: 11px;
	transition: opacity 0.3s;
	opacity: 1;
}

.categories-title .fa-times {
	position: absolute;
	right: 0;
	opacity: 0;
	top: 3px;
	transition: opacity 0.3s;
}

.categories-title.filters-visible {
	color: #cfb282;
	z-index: 200;
}

.categories-title.filters-visible .fa-chevron-down {
	opacity: 0;
}

.categories-title.filters-visible .fa-times {
	opacity: 1;
}


.categories-button {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 22vh;
    overflow-y: scroll; 
    z-index: 101;
    background: rgba(40, 40, 40, 0.9);
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transition: visibility 0s linear 0s, opacity 600ms;
}

.categories-button.visible {
	opacity: 1;
	visibility: visible;
}

.categories-button .category-item {
	display: block;
	margin: 1em auto;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	position: relative;
	transition: color 0.4s;
	letter-spacing: 1.5px;
	font-family: "Rubik";
}

.categories-button .category-item:hover {
	color: #cfb282;
}

.categories-button .category-item img {
	width: 100px;
}

.categories-button .category-item.active {
	color: #cfb282;	
}

.category-item.disabled {
    opacity: 0.5;
    cursor: auto;
}

.portfolio-container {
	margin-left: -8px;
	margin-right: -8px;
	padding-top: 20px;
}

.portfolio-container.filters-padding {
	transform: translate(0, 50px);
}

.portfolio-container .grid-item,
.portfolio-container .grid-sizer {
	width: 33.333%;
}

.portfolio-container .grid-item--landscape {
    width: 66.666%;
}

.portfolio-item {
	position: relative;
	overflow: hidden;
}

.portfolio-item:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.portfolio-item:after {
	background: #000;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.portfolio-item:hover:after {
	opacity: 0.6;
}

.portfolio-item:hover img {
	transform: scale(1.1);
}

.portfolio-item img {
	transition: all 0.5s ease-out;
	overflow: hidden;
	position: relative;
}

/*.portfolio-item img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}*/



/*.portfolio-item-hover-bg {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(247,162,40,1) 0%, rgba(255,224,44,1) 100%);
    opacity: 0.8;
    z-index: 1;
}*/

.portfolio-item-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    box-sizing: border-box;
    z-index: 10;
}

.portfolio-item-hover-content {
	width: 100%;
}

.portfolio-item-hover .title {
	text-align: left;
	margin: 0;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.2);
	padding: 10px;
}

.separation-line {
	background:  #d8be95;
	height: 2px;
	width: 30px;
	margin: 1.5em auto;
	transition: width 0.3s ease-out;
	transition-delay: 0.2s;
}

.portfolio-item .separation-line {
	width: 0;
}

.portfolio-item:hover .separation-line {
	width: 35px;
}

.portfolio-item-hover-content span.type {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	font-size: 1em;
	transform: translate(0, 50%);
    transition: all 0.4s ease-out;
    opacity: 0;
}

.portfolio-item:hover .portfolio-item-hover-content span {
	transform: translate(0, -30%);
	opacity: 1;
}

/****** FIN PAGE PORTFOLIO ******/


/****** PAGE SINGLE PORTFOLIO ******/

.single-wrapper {
	/*width: 90%;*/
	margin: 0 auto;
	position: relative;
}

.single-header .single-wrapper {
	justify-content: space-between;
	padding: 60px 0 20px;
	width: 80%;
	margin: 0 auto;
}

.single-header h2 {
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	overflow: hidden;
	margin: 10px 0;
}

.title-portfolio-anim {
	display: inline-block;
}

.single-header p {
	color: #646464;
	font-weight: 300;
}

.single-header-left {
	padding-bottom: 1em;
}

.single-header-left p {
	line-height: 1.5;
}

.single-header-right span {
	display: block;
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

.single-header-right-container {
	position: relative;
}

.single-header-right-container:before {
	content: "";
	background: #ffdd3e;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 2px;
}

.single-content {
	background: #f2f2f2;
    padding-top: 60px;
}

.single-content .blocks-gallery-item {
	margin-bottom: 0 !important;
}

.single-images {
	/*max-width: 900px;*/
	margin: 0 auto;
}

.single-images figure.wp-block-gallery.has-nested-images {
	gap: 0;
}

.single-images .wp-block-embed {
	margin: 0 1em 1em;
}

.single-image-mask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f2f2f2;
    z-index: 1;
}

.wp-block-image {
	margin: 0 0 3em 0;
}

.single-images .blocks-gallery-grid {
	margin: 0 auto;
}

.related-container {
	padding-top: 1em;
}

.related-title {
	text-align: center;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.related-grid .portfolio-item {
	aspect-ratio: 1.2 / 1;
}

.related-grid .portfolio-item-hover .title {
	font-size: 1.2em;
}

.related-grid .portfolio-item:after {
	display: none;
}

.single-portfolio-clients {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(40, 40, 40, 0.9);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	display: none;
}

.single-list-portfolio {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
    margin: 0 1em;
    align-items: center;
    text-align: center;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
}

/****** FINPAGE SINGLE PORTFOLIO ******/


/****** PAGE AGENCE ******/

.agence-intro {
	margin-top: 60px;
	background: url(images/agence-about.jpg);
	background-size: cover;
	padding: 2em 0;
}

.agence-intro-text p {
	font-size: 2.2em;
	font-weight: 900;
	line-height: 1.2;
}

.agence-intro-text span {
	color: #ffdd3e;
}

.agence-container {
	width: 75%;
	margin: 0 auto;
}

.agence-container button.slick-arrow {
	left: 0;
}

.agence-container .next {
	margin-left: 30px;
}

.agence-about-content {
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.agence-about-content .home-portfolio-title {
	top: 20%;
	right: -100px;
}

ul.mots {
	list-style-type: initial;
	color: #646464;
	line-height: 25px;
	padding-left: 15px;
}

ul.mots li {
	list-style-type: initial;
}

.about-numbers {
	width: 30%;
}

.about-text p {
	line-height: 1.3;
}

.about-text .yellow {
	color: #ffdd3e;
	font-weight: bold;
}

/*.about-numbers {
	position: relative;
}

.about-numbers ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-numbers ul li {
	width: 45%;
	text-align: center;
	margin: 22px 0;
	text-transform: uppercase;
	font-weight: 200;
}

.about-numbers span {
	font-size: 50px;
	color: #d8be95;
	display: block;
	font-weight: 600;
}

.about-numbers-line {
	position: absolute;
	top: 1em;
	bottom: 1em;
	left: 50%;
	margin: 22px 0;
	background: #dddddd;
	width: 1px;
	margin-left: -1px;
}*/

.agence-clients {
	background: #f2f2f2;
	padding: 40px 0;
}

.agence-container {
	position: relative;
}

.agence-equipe .home-portfolio-title {
	right: initial;
	left: -70px;
}

.equipe-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1em;
    margin: 2em 0;
}

.equipe-item {
	position: relative;
}

.equipe-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1em;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.6s ease-out;
}

.equipe-hover-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffdd3e;
	opacity: 0.8;
}

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

.equipe-item p {
	font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}

.equipe-item span {
	display: block;
	color: #ffffff;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 500;
}


/*.equipe-item {
	box-sizing: border-box;
	background: #191919;
	color: #fff;
	margin-bottom: 2em;
	padding: 1em;
	text-align: center;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.equipe-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.4s ease-out;
}

.equipe-item:hover:before {
	opacity: 1;
}

.equipe-item.nico:before {
	background: url(../../uploads/2020/10/01-Nicolas.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.sam:before {
	background: url(../../uploads/2020/10/02-Samir.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.victor:before {
	background: url(../../uploads/2020/10/03-Victor.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.lucie:before {
	background: url(../../uploads/2020/10/04-Lucie.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.bastien:before {
	background: url(../../uploads/2020/10/05-Bastien.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.audrey:before {
	background: url(../../uploads/2023/01/09-Audrey.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.charles:before {
	background: url(../../uploads/2023/01/10-Charles.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.bruno:before {
	background: url(../../uploads/2020/10/07-Bruno.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.equipe-item.marjo:before {
	background: url(../../uploads/2020/10/08-Marjorie.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 1;
}*/


.equipe-item p,
.equipe-item .separation-line,
.equipe-item .poste {
	z-index: 10;
}

.equipe-item.join-us a.poste {
	text-transform: uppercase;
	color: #191919;
	font-weight: bold;
	box-shadow: inset 0 0 0 1px #191919;
	padding: 12px 20px;
	display: inline-block;
	max-width: 190px;
	margin: 1em auto 0;
	position: relative;
	transition: color 0.5s ease-out;
}

.equipe-item.join-us a.poste:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #000;
    transition: width 0.5s cubic-bezier(0.76, 0.13, 0.32, 0.78);
    z-index: -1;
}

.equipe-item.join-us a.poste:hover {
	color: #ffffff;
}
.equipe-item.join-us a.poste:hover:before {
	width: 100%;
}
.site-footer {
	background: #191919;
	padding: 3em 1em;
}

.footer-logo p {
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1;
}

.footer-adresse a {
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 1.2em;
	z-index: 1;
}

.footer-adresse a:before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	background-color: #8e8e8e;
	height: 6px;
	z-index: -1;
}

.footer-legales, .footer-adresse p {
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
}
/****** FIN PAGE AGENCE ******/


/****** PAGE CONTACT ******/
.page-contact {
	margin-top: 60px;
}

.contact-container {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 2em 0;
	position: relative;
}

.contact-container .home-portfolio-title {
	top: 0;
}

.contact-text .page-title,
.mentions-container .page-title {
	display: inline-block;
}

.contact-text .contact-container {
	width: 35%;
	padding: 2em 0 0;
}

.contact-text p {
	line-height: 1.2;
}

.contact-text span {
	color: #ffdd3e;
	font-weight: bold;
}

.infos-flex {
	display: flex;
	justify-content: space-between;
}
.infos-flex > div {
	width: 30%;
	word-break: break-word;
	padding: 4em 2em;
}

.infos-box.grey-bg {
	background: #f9f9f9;
}

.infos-title img {
	width: auto;
	margin: 0 auto;
}

.infos-title h4 {
	text-transform: capitalize;
    font-size: 1.5em;
    color: #191919;
    font-weight: 900;
    z-index: 1;
    display: inline-block;
    margin: 15px 0;
}

.infos-title .title-before:before {
	bottom: 4px;
	height: 7px;
}

.infos-text p {
	color: #646464;
    line-height: 1.2;
    margin: 10px 0;
}


/****** MENTIONS LEGALES ******/
.mentions-container {
	width: 70%;
	margin: 0 auto;
}

.mentions-texte {
	padding: 1em 0;
}

.mentions-texte p {
	line-height: 1.5em;
}


@media screen and (min-width: 768px) {
	.portfolio-header {
		margin-right: 0 18px 10px 0;
	}
	
	.single-portfolio-content {
		display: flex;
	}

	.single-header {
		position: sticky;
		top: 0;
		left: 0;
		width: 40%;
		height: 100vh;
		z-index: 101;
	}

	.single-header .single-container {
		display: flex;
		height: 100%;
		flex-direction: column;
		justify-content: flex-end;
	}

	.single-header .single-wrapper {
		padding: 0;
	}

	.single-content {
		width: 60%;
	}

	.about-text {
		display: flex;
		justify-content: space-between;
	}

	.about-text > div {
		width: 45%;
	}

	.footer-content {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
}


@media screen and (max-width: 768px) {
	.loader-content p {
		white-space: pre-wrap;
		letter-spacing: 5px;
		font-size: 2.5em
	}

	/*.menu-resp {
		display: block;
	}*/

	.logo-site img {
		height: 8vh;
	}

	.portfolio-container .grid-item,
	.portfolio-container .grid-sizer {
		width: 50%;
	}

	.home-container {
		width: 100%;
		padding: 0 1em;
	}

	.home-btn a {
		margin: 0;
	}
 
	.clients-logo ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.clients-logo ul img {
		max-width: 90px;
	}

	.portfolio-wrapper {
		width: 90%;
		padding-top: 4em;
	}

	.filter-group {
		margin: 0 auto;
		padding-top: 1em;
	}

	.agence-container {
		width: 90%;
	}

	.agence-intro-text p {
		font-size: 1.5em;
	}

	.agence-intro {
		padding: 1em 0;
	}

	.agence-about-content {
		padding: 1em 0 2em;
	}

	.agence-about-content .home-portfolio-title {
		top: 10%;
		right: -24px;
	}

	.agence-equipe .home-portfolio-title {
		left: -20px;
		top: 15%;
	}

	.equipe-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-text .contact-container {
		width: 85%;
		padding: 1em 0 0;
	}

	.about-text, .about-numbers {
		width: 100%;
	}

	.mentions-container {
		width: 90%;
	}

	.infos-flex {
		display: initial;
	}

	.infos-flex > div {
		width: 100%;
		padding: 1em 0;
	}

	.home-title {
		padding: 0;
	}

	.page-template-home .header-container {
		top: 10px;
	}

	.page-template-home .header-container.header-fixed {
		top: 0;
	}

	.site-header {
		width: 90%;
	}

	.menu-resp {
		right: 5%;
	}

	.home-title h1 {
		font-size: 1.4em;
	}

	.menu-site {
		width: 75%;
	}

	.home-portfolio-title {
		right: -22px;
	}

	.home-portfolio-title h2 {
		font-size: 4em;
	}

	.portfolio-item-hover .title {
		font-size: 1.3em;
	}

	.home-btn {
		padding: 30px 0 0 0;
	}

	.responsive-break {
		display: none;
	}

	span.typed-block {
		margin-left: 0;
		padding: 3px 5px;
	}
}


@media screen and (max-width: 900px) {
	.contact-container {
		width: 85%;
		padding: 2em 0;
	}
}

.mentions-texte h3 {
	padding-top: 1em;
}
