/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
@font-face {
	font-family: "Gotham";
	src: url(assets/_fonts/Gotham-Book.ttf) format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: "Gotham";
	src: url(assets/_fonts/Gotham-Black.ttf) format("truetype");
	font-weight: bold;
}

.grecaptcha-badge{
	display: none;
}

body{
	overflow-x: hidden;
	font-family: "Gotham";
	font-size: 16px;
	line-height: 18px;
	background-image: url(assets/images/Apside-Background-Gray.webp);
	background-position: center top;
	background-size: auto 100%;
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FFFFFF;
	background: #000000;
	border: solid 2px #FFFFFF;
	border-radius: 50px;
	padding: 14px 16px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #FFFFFF;
	color: #000000;
	border-color: #000000;
}

.apside-bg-dark{
	background-color: #000000;
}

.apside-bg-white{
	background-color: #FFFFFF;
}

.apside-bg-gray{
	background-color: #F2F2F2;
}

.apside-dark{
	color: #000000 !important;
	border-color: #000000 !important;
}

.apside-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.apside-page-std{
	padding-top: 45px;
	padding-bottom: 100px;
}

.apside-title{
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

.apside-title-small{
	font-size: 25px;
	line-height: 25px;
}

.apside-subtitle{
	font-size: 20px;
	line-height: 20px;
}

.apside-content p:last-child{
	margin-bottom: 0;
}

.apside-button{
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 6px 14px;
	display: inline-block;
}

.apside-button.apside-bg-dark{
	color: #FFFFFF !important;
}

.apside-button.apside-bg-dark:hover{
	background-color: #FFFFFF;
	color: #000000 !important;
}
/* GENERAL */

/* HEADER */
.apside-header-container{
	position: sticky;
	top: 0;
	z-index: 999;
}

.apside-header{
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.apside-header .navbar-expand-md .navbar-nav{
	column-gap: 20px;
}

.apside-header .navbar-expand-md .navbar-nav .nav-link{
	padding: 11px 13px;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	color: #000000 !important;
}

.apside-header .navbar-expand-md .navbar-nav .nav-link:hover, .apside-header .navbar-expand-md .navbar-nav .active .nav-link{
	background-color: #000000;
	color: #FFFFFF !important;
}

.apside-home-header .apside-header{
	/*transform: translateY(-50%);*/
}

.apside-home-header .apside-header{
	background: transparent !important;
}

.apside-home-banner{
	margin-bottom: -46px;
}
/* HEADER */

/* FOOTER */
.apside-footer{
	padding-top: 160px;
	padding-bottom: 30px;
	background-image: url(assets/images/Apside-Footer.webp);
	background-position: center top;
	background-size: cover;
}

.apside-footer-logo{
	margin-bottom: 30px;
}

.apside-footer-addresses{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	margin-bottom: 30px;
}

.apside-footer-address{
	font-size: 25px;
	line-height: 25px;
}

.apside-footer-address strong{
	font-size: 35px;
	line-height: 35px;
}

.apside-footer-contact{
	font-size: 29px;
	line-height: 29px;
	font-weight: bold;
	margin-bottom: 20px;
}

.apside-footer-socials{
	display: flex;
	column-gap: 16px;
	justify-content: center;
}

.apside-footer-socials a{
	width: 61px;
	height: 61px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(0deg);
	transition: all .5s;
}

.apside-footer-socials a:hover{
	transform: rotate(360deg);
}

.apside-footer-socials a.apside-linkedin{
	background-image: url(assets/images/Apside-Linkedin.png);
}

.apside-footer-socials a.apside-youtube{
	background-image: url(assets/images/Apside-Youtube.png);
}

.apside-footer-socials a.apside-instagram{
	background-image: url(assets/images/Apside-Instagram.png);
}

.apside-footer-socials a.apside-facebook{
	background-image: url(assets/images/Apside-Facebook.png);
}

.apside-footer-links{
	padding-top: 10px;
	padding-bottom: 10px;
}

.apside-footer-links a{
	color: rgba(255, 255, 255, 1.0) !important;
}

.apside-footer-links a:hover{
	color: rgba(255, 255, 255, 0.6) !important;
}
/* FOOTER */

/* HOME */
.apside-home-inside{
	background-image: url(assets/images/Apside-Inside-Background.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 65px;
	margin-top: -46px;
}

.apside-home-outside{
	padding-top: 20px;
	padding-bottom: 35px;
}

.apside-home-links{
	display: flex;
	margin-top: 50px;
}

.apside-home-inside .apside-home-links{
	width: 50%;
}

.apside-home-outside .apside-home-links{
	width: 100%;
}

.apside-home-links a img{
	height: 48px;
	max-height: 48px;
	width: auto;
}

.apside-home-links a{
	padding: 0 5px 10px 5px;
	border-bottom: solid 4px;
	opacity: 0.4;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	gap: 10px;

	flex: 1 1 0;
    /* optionnel, pour centrer le contenu dans chaque bloc */
    align-items: center;
    text-align: center;
}

.apside-home-links a:hover{
	opacity: 1;
}

.apside-home-inside .apside-home-links a{
	color: #000000 !important;
	border-color: #000000 !important;
}

.apside-home-outside .apside-home-links a{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}
/* HOME */

/* NEWS */
.apside-news{
	padding-top: 80px;
	padding-bottom: 55px;
}

.apside-news-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.apside-news-element-image{
	width: 100%;
	height: 220px;
	max-height: 220px;
}

.apside-news-element-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apside-news-element-content{
	padding: 20px 18px;
}

.apside-news-element-date{
	font-size: 15px;
	line-height: 15px;
}

.apside-news-element-title{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 18px;
}

.apside-news-element-content .apside-button{
	width: 100%;
}
/* NEWS */

/* CONTACT */
.apside-contact{
	padding: 40px 50px 50px 50px;
}

.apside-contact label{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.apside-contact input, .apside-contact textarea{
	width: 100%;
	max-width: 100%;
	resize: none;
	outline: none;
	font-size: 16px;
	line-height: 16px;
	padding: 3px 11px;
	border: solid 1px;
	border-radius: 0;
	box-shadow: none;
}

.apside-contact input[type="submit"]{
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 6px 14px;
	display: inline-block;
	color: #FFFFFF !important;
	background-color: #000000;
	font-weight: bold;
}

.apside-contact input[type="submit"]:hover{
	background-color: #FFFFFF;
	color: #000000 !important;
}

.apside-contact .wpcf7-spinner{
	display: block;
}
/* CONTACT */

/* INSIDE */
.apside-links{
	display: flex;
	width: 100%;
}

.apside-links a img{
	height: 48px;
	max-height: 48px;
	width: auto;
}

.apside-links a{
	padding: 0 5px 10px 5px;
	border-bottom: solid 4px;
	opacity: 0.4;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	gap: 10px;

	flex: 1 1 0;
    /* optionnel, pour centrer le contenu dans chaque bloc */
    align-items: center;
    text-align: center;
}

.apside-inside .apside-links a:not(:first-child):not(:last-child):hover, .apside-outside .apside-links a:hover, .apside-links a.active{
	opacity: 1;
}

.apside-inside .apside-links a{
	color: #000000 !important;
	border-color: #000000 !important;
}

.apside-outside .apside-links a{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.apside-inside .apside-links a h1{
	font-size: inherit;
}

.apside-youtube iframe {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}

.apside-team{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 15px;
	row-gap: 35px;
}

.apside-ecology{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.apside-ecology-element{
	display: flex;
	align-items: center;
	column-gap: 15px;
}

.apside-ecology-icon{
	height: 85px;
	width: 85px;
	min-width: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.apside-ecology-icon img{
	max-height: 100%;
	max-width: 100%;
}

.apside-ecology-content{
	text-align: left;
}

.apside-ecology-title{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.apside-ecology-content p{
	margin-bottom: 0;
}
/* INSIDE */

/* OUTSIDE */
.apside-outside .apside-title-small{
	text-transform: uppercase;
}

.apside-projects-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.apside-projects-list-element{
	position: relative;
	display: inline-block;
	aspect-ratio: 1/0.6;
}

.apside-projects-list-element img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apside-projects-list-element-title{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: left;
	opacity: 0;
	transition: all .5s;
}

.apside-projects-list-element:hover .apside-projects-list-element-title{
	opacity: 1;
}
/* OUTSIDE */

/* PROJECT */
.apside-project-back-container{
	margin-top: -46px;
	max-height: 600px;
	position: relative;
}

.apside-project-back-container .apside-project-banner{
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.apside-project-back{
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
}

.apside-project-header-container{
  transform: translateY(-50%);
  position: relative;
  margin-bottom: -85px;
}

.apside-project-header{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.apside-project-date, .apside-project-place, .apside-project-surface{
	height: 80px;
	max-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	padding: 24px 15px;
	min-width: 215px;
}

.apside-project-date, .apside-project-surface{
	font-size: 36px;
	line-height: 36px;
}

.apside-project-place{
	font-size: 18px;
	line-height: 18px;
}

.apside-project-content .apside-title-small{
	text-transform: uppercase;
}

.apside-project-missions{
	display: flex;
	justify-content: center;
	gap: 45px;
}

.apside-project-mission{
	width: 145px;
	max-width: 145px;
}

.apside-project-mission-text{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 18px;
}
/* PROJECT */