/*
@font-face {
	font-family: 'D Din';
	src: url('../fonts/d-din-webfont.woff2') format('woff2'),
		url('../fonts/d-din-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'D Din';
	src: url('../fonts/d-din-bold-webfont.woff2') format('woff2'),
		url('../fonts/d-din-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
*/

h1 span{ color:#f05f40; }
h2{ margin-bottom:10px; }
h4{ letter-spacing:1px; }
h5{ color:#f05f40; letter-spacing:2px; margin-bottom:0; }
p, .main-navigation li{ letter-spacing: 1px; }
ul.list-reduce-margin{ margin: 0 0 1.5em 1em; }
.no-bottom-margin{ margin-bottom:0; }
.text-white{ color: white !important; }
.back-to-top{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}


.banner-btn{
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 15px 35px !important;
	border-radius: 35px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.page-hero{ position: relative;  }
.home .page-hero, .accueil .page-hero{ min-height:92vh !important; }
.header-social-links{ 
	position:absolute; 
	z-index: 2;
	top:25%;
	right:0;
	right:5%;
	text-align:center;
	width:500px;
	display: none;
	justify-content: space-around;	
	font-size:18px;
	letter-spacing: 1px;	
	transform-origin: 100% 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.header-social-links a, .header-scroll-link a{ color:white; }
.header-social-links a:hover, .header-scroll-link a:hover{ color:#f05f40; }
.header-wrap .site-header{ border-bottom: 1px solid rgba(102,102,102,0.6); }

.wp-block-social-link-anchor:hover path{ fill:#f05f40; }

.header-scroll-link{
	position:absolute; 
	z-index: 2;
	bottom:12%;
	left:-50px;
	text-align:center;
	display: none;
	justify-content: space-around;	
	font-size:18px;
	letter-spacing: 1px;	
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);

	/*
	animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: 3;
    */
}
.header-scroll-link span{ font-size: 24px; letter-spacing: -1px; }

.header-scroll-link a:after{ 
	content: '';
	display: inline-block;
	background-color: white;
	vertical-align: middle;
	height: 1px;
	width: 60px;
} 

.header-scroll-link a:hover:after{
	background-color: #f05f40;
} 


/* PORTFOLIO */
.projects-grid{
	display: grid;
	grid-template-columns: 100%;
}
.listed-project{
	display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
	position:relative;
	padding: 40px;
	background-size:cover;
	min-height: 15rem;
	overflow: hidden;
}

.listed-project .project-bg{ 
	position: absolute; z-index: 1; width: 100%; top:0; left:0;  
	object-fit: cover;
	-webkit-transition: 350ms -webkit-filter linear;
	transition: 350ms filter linear;
}

.listed-project h4{ font-weight:bold; }
.listed-project h4, .listed-project p{ 
	position: relative; display: block; z-index: 3; color:white; margin-bottom:0px; 
	text-shadow:  0px 0px 2px #444;
	-webkit-transition: padding 350ms ease-out;
    -moz-transition: padding 350ms ease-out;
    -ms-transition: padding 350ms ease-out;
    -o-transition: padding 350ms ease-out;
    transition: padding 350ms ease-out;
}

.listed-project .project-arrow{ 
	position: absolute;
	right: 40px; 
	bottom: 36px;
	opacity: 0; 
	z-index: 3; 
	color:white;  
	-webkit-transition: opacity 350ms ease-out;
    -moz-transition: opacity 350ms ease-out;
    -ms-transition: opacity 350ms ease-out;
    -o-transition: opacity 350ms ease-out;
    transition: opacity 350ms ease-out;
}

.project-overlay{
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width:0%;
	height:100%;
	/*background-color:#d74388;*/
	background-color:#f05f40;
	opacity:0;
	mix-blend-mode: color;
	-webkit-transition: opacity 350ms ease-out, width 250ms ease-out;
    -moz-transition: opacity 350ms ease-out, width 250ms ease-out;
    -ms-transition: opacity 350ms ease-out, width 250ms ease-out;
    -o-transition: opacity 350ms ease-out, width 250ms ease-out;
    transition: opacity 350ms ease-out, width 250ms ease-out;
}
.project-title-underlay{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), 75%, rgba(0,0,0,0.75));
}
/*.listed-project .gb-button-wrapper{
	position: absolute; 
	bottom:40px;
	right:20px;
	z-index: 2;
	color: #7d858b;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transition: bottom 350ms ease-out;
    -moz-transition: bottom 350ms ease-out;
    -ms-transition: bottom 350ms ease-out;
    -o-transition: bottom 350ms ease-out;
    transition: bottom 350ms ease-out;
}
.listed-project .gb-button-text{ font-size: 12px; text-transform: uppercase; color:white; }
.listed-project .gb-icon{ padding: 0 0 0 1em; }
.listed-project .gb-icon svg{ width:0.875em; height:0.875em; }
.listed-project  svg path{ fill:#d74388; }
.listed-project:hover .gb-button-wrapper{ bottom: 50px; }*/


.listed-project:hover .project-bg{ -webkit-filter: grayscale(1); filter: grayscale(1);  }
.listed-project:hover .project-overlay{ opacity:0.7; width:100%; }
.listed-project:hover .project-arrow{ opacity:1; }
.listed-project:hover p{ padding-left:3px; }
.listed-project:hover h4{ padding-left:7px; }

@media (max-width: 768px) {
	.hide-mobile{ display: none; }
	.inside-page-hero h1{ font-size: 45px; }

	.center-mobile, .center-mobile .gb-inside-container{ text-align: center; }
	.wp-block-cb-carousel .slick-slide { padding-left:0px !important; padding-right:0px !important; }
}

@media (min-width: 540px) {
	.projects-grid{
		display: grid;
		grid-template-columns: 50% 50%;
		grid-auto-rows: 1fr;
	}
	.listed-project{
		min-height: 20rem;
	}
	.listed-project .project-bg{ height: 100%; }
}




@media (min-width: 769px) {
	.projects-grid{
		display: grid;
		grid-template-columns: 33.3333% 33.3333% 33.3333%;
		grid-auto-rows: 1fr;
	}
	.header-social-links{ display: inline-flex; }
	.header-scroll-link{ display: inline-block; }
}

@media (min-width: 1025px) {
	.listed-project{ min-height: 24rem; }
	.header-scroll-link{ left: 0px; }
}


/*.service-logo img{ max-height: 50px; width:auto; }*/
.service-cta .gb-button-wrapper{ opacity:0;
	-webkit-transition: opacity 350ms ease-out;
    -moz-transition: opacity 350ms ease-out;
    -ms-transition: opacity 350ms ease-out;
    -o-transition: opacity 350ms ease-out;
    transition: opacity 350ms ease-out;
 }
.service-cta:hover .gb-button-wrapper{ opacity:1; }



/* TESTIMONIALS SLIDER */
.testimonial-slide{ box-shadow: 0px 0px 4px #ccc; }
.slick-dots li.slick-active button:before{ opacity:1; color: #f05f40; }


/* CONTACT PAGE */
body.page-id-20, 
body.page-id-20 .site.grid-container, body.page-id-307, 
body.page-id-307 .site.grid-container  {
    background-color: #1e2529;
}



/* CONTACT FORM */
.contact-form, .brief-form{ display:flex; flex-wrap: wrap; justify-content: space-between; }
.contact-form label{ display:none; }
.brief-form label{ font-size: 1.15em; }
.grid-50{ flex-basis: 49%; margin-bottom:20px; }
.grid-33{ margin-bottom:20px; flex-basis: 32%; }
.grid-100{ flex-basis: 100%; margin-bottom:20px; }

.wpcf7-form .contact-form select{
  -webkit-appearance: none;
  -moz-appearance: none;    
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath d='M10.293%2C3.293L6%2C7.586L1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center; 
  background-size: 16px; 
  padding-right: 30px;
}


.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea{
	display: block;
	width: 100%;
	padding: 20px;
	background-color: #353b3f;
	color: #ffffff;
	border: none;
	font-size: 1.25em;
	letter-spacing: 1px;
}

.wpcf7-form input[type="text"]:focus, 
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus{
	/*border-left: 1px solid #01b2f6;
	border-top: 1px solid #01b2f6;
	border-right: 1px solid #01b2f6;
	border-bottom: 1px solid #01b2f6;*/
	outline: none;
	background-color: #565c5f;
	color: white;
}



.wpcf7-form .brief-form input[type="text"],
.wpcf7-form .brief-form input[type="tel"],
.wpcf7-form .brief-form input[type="email"],
.wpcf7-form .brief-form input[type="date"],
.wpcf7-form .brief-form select,
.wpcf7-form .brief-form textarea{
	display: block;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	color: #333;
	border: 1px solid #1e2529;
	font-size: 1.25em;
	letter-spacing: 1px;
}

.wpcf7-form .brief-form input[type="text"]:focus, 
.wpcf7-form .brief-form input[type="tel"]:focus,
.wpcf7-form .brief-form input[type="email"]:focus,
.wpcf7-form .brief-form input[type="date"]:focus,
.wpcf7-form .brief-form select:focus,
.wpcf7-form .brief-form textarea:focus{
	/*border-left: 1px solid #01b2f6;
	border-top: 1px solid #01b2f6;
	border-right: 1px solid #01b2f6;
	border-bottom: 1px solid #01b2f6;*/
	outline: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #ef5f47;
}




.wpcf7-form input[type="submit"]{
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 20px 30px !important;
	border-radius: 35px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.wpcf7-form input[type="submit"]:hover{
	background-color:  #565c5f;
	color: white;
}

.wpcf7 form .wpcf7-response-output{ margin:0px; border-radius:3px; }
.wpcf7 form .wpcf7-response-output, .wpcf7 form .wpcf7-response-output{ background-color:#fff8ae; }
.wpcf7-not-valid-tip{ font-size: 0.813em; padding:2px 15px;}



@media (max-width: 1080px) {
	.sticky-button { display: none !important; }
}

@media (max-width: 769px) {
	.service-list-grid .gb-grid-column{ flex-basis: 50%; }
	.service-list-grid .gb-grid-column img{ width: 125px; }
	.grid-50{ flex-basis: 100%; }
	.grid-33{ flex-basis: 100%; }
}





/* VENDOR COMPONENT BLOCKREVEALERS - Defined here instead of loaded as an extra resource - assets/vendor/blockrevealers/css */
.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
}

.textreveal:not(.reveal),.textreveal:not(.reveal) span,.textreveal:not(.reveal) strong {
    color: transparent;
}

.textreveal {
    display: table;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.textreveal.reveal-to-block{ display: block; }

.textreveal.reveal {
    animation: revealTextAnimation 0.5s ease forwards;
}

.textreveal:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*   z-index: 1; */
}
.textreveal.reveal:before {
    background: #f05f40;
    animation: blockRevealAnimation 0.5s ease forwards;
}

.imgreveal {
    position: relative;
    display: block;
    overflow: hidden;
}

.imgreveal img {
    max-width: 100%;
    opacity: 0;
}

.imgreveal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.imgreveal.reveal:before {
    background: #f05f40;
    animation: blockRevealAnimation 0.5s ease forwards;
}

.imgreveal.reveal img {
    animation: revealImgAnimation 0.5s ease forwards;
}

@keyframes blockRevealAnimation {
    0% {
        left: -100%;
    }
    40% {
        left: 0;
    }
    60% {
        left: 0;
        
    }
    90% {
    	opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@keyframes revealTextAnimation {
    0% {
        color: transparent;
    }
    40% {
        color: transparent;
    }
    60% {
        color: #333;
    }
}
@keyframes revealImgAnimation {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

          
@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 30px, 0);
    }
}




.banner-reveal-text,
.banner-reveal-text::after {
	animation-delay: 0.25s;
	animation-iteration-count: 1;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.banner-reveal-text.homeBannerB,
.banner-reveal-text.homeBannerB::after {
	animation-delay: 0.5s;
}

.banner-reveal-text.banner-btn,
.banner-reveal-text.banner-btn::after {
	animation-delay: 0.75s;
}

.banner-reveal-text {
	animation-delay: 0;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	position: relative;
	display: inline-block;
	animation-name: clip-text;
}

.banner-reveal-text:after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f05f40;
	transform: scaleX(0);
	transform-origin: 0 50%;
	pointer-events: none;
	animation-name: text-revealer;
}


@keyframes clip-text {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}


@keyframes text-revealer {
	
	0%, 50% {
		transform-origin: 0 50%;
	}
	
	60%, 100% {
		transform-origin: 100% 50%;		
	}

	
	60% {
		transform: scaleX(1);
	}
	
	100% {
		transform: scaleX(0);
	}
}