/* Général */

:root{
	--brand-yellow: #FFCB47;
	--brand-charcoal: #0F1724;
	--brand-teal:   #18A3A3;
	--brand-sand: #E8E4D9;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-style: normal;
    color: var(--brand-yellow);
}

p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--brand-charcoal);
}

span {
    font-family: 'Source Code Pro', sans-serif;
}

a {
    font-family: 'Source Code Pro', sans-serif;
    font-size: smaller;
}

a:link { 
    text-decoration:none; 
    color: var(--brand-teal);
} 

.navItem {
	color: #ffffff !important;
}

i {
    color: var(--brand-yellow);
}

.text_white{
	color: #f0f0f0;
}

.charcoal {
	color: var(--brand-charcoal);
}

/* Haut */

header{
    background-color: transparent;
}

/* Contenu */
#about, #services, #prestations, #contact, #needs, #projets, #partenaires {
    padding: 100px 0;
	position: relative;
	align-items: center;
	min-height: 50vh;
}

#needs {
	padding: 100px 0 0 0;
}

#about {
	background: 
		linear-gradient(0.25turn, rgba(0,0,0,0.5), rgba(0,0,0,1)),
		url('/img/bureau.jpg') center/cover fixed;
		display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

#home {
	background: center / cover rgb(29, 29, 29) url("../img/fond_herobanner.jpg") no-repeat;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

footer, #services, #needs, #projets, #contact {
    background-color: var(--brand-charcoal);
}

#prestations, footer {
    background-color: var(--brand-sand);
}

#partenaires {
    background-color: #fff5e9;
}

#logoVolund {
    max-width: 3rem;
}

#rgpd, #mentions, #copyright, #legal {
    color: var(--brand-charcoal);
    font-size: small;
}

/* Titre animé */

.ml11 {
    font-weight: 400;
    font-size: 5vw;
}

.ml11 .text-wrapper {
    position: relative;
    display: inline-block;
}

.ml11 .logo {
    opacity: 0;
    position: absolute;
    height: 100%;
    transform-origin: 50% 50%;
}

.ml11 .letters {
    color: white;
    text-shadow: 0px 3px rgba(254, 205, 74, 0.2),
    0px 14px 10px rgba(0, 0, 0, 0.15),
    0px 24px 2px rgba(0, 0, 0, 0.1),
    0px 34px 30px rgba(0, 0, 0, 0.1);
}

/* Fin titre animé */

.serviceContainer {
    padding: 10px;
}

.serviceContainer:hover {
    border-radius: 5px;
    transform: translate(0, -5%);
    transition: transform 0.5s;
    box-shadow: 0px 5px 20px 2px var(--brand-teal);;
}

.serviceContainer:hover i, 
.serviceContainer:hover h5 {
    color: var(--brand-teal);;
}

.prestaContainer {
    position: relative;
}

.prestationContainer:hover h5 {
color: var(--brand-teal);;
}

.prestaTextContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    display: flex;
    align-items: center;
    text-align: center;
	padding: 20px;
}

.prestaText {
    transform: translateY(1em);
    font-size: 20px;
}

.top {
    display: none;
    width: 40px;
    height: 40px;
    background: var(--brand-yellow);
    position: fixed;
    right: 5vw;
    bottom: 20px;
    cursor: pointer;
    transition: padding-top 0.5s;
}

.fa-chevron-up { 
    position: absolute; 
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: var(--brand-charcoal);
}

.top:hover .fa-chevron-up {
    top: 25%;
    transition: top 0.5s;
}

#who {
	z-index: 10;
	margin-top: 80px;
	margin-left: -250px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#who h4 {
    color: var(--brand-yellow);
    margin-bottom: 15px;
    max-width: 300px;
    margin-left: -100px;
    text-align: left;
}

#look {
	z-index: 10;
	text-align: center;
	margin-top: -175px;
    margin-bottom: -50px;
    margin-left: -600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contactCall {
	z-index: 10;
	text-align: center;
	margin-top: -170px;
    margin-bottom: -50px;
    margin-left: 350px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contactCall h4 {
	color: #e33e56;
}

#look h4 {
    color: var(--brand-charcoal);
    margin-bottom: 15px;
    max-width: 300px;
    margin-left: -100px;
    text-align: left;
}

.arrow {
    width: 150px;
    height: auto;
    transition: transform 0.3s ease;
	content: url("/img/fleche_jaune.png");
}

.invertArrow {
	transform: scaleX(-1);
	transform-origin: center;
}

#look, #who, #contactCall {
    transition: transform 0.4s ease; /* durée + courbe de mouvement */
}

#look:hover, #who:hover, #contactCall:hover {
    transform: translateY(8px);
}

#photoProfil {
	margin-top: -150px;
}

.button {
	background-color: var(--brand-yellow);
	color: var(--brand-charcoal);
	font-weight: 600;
	padding: 0.5em 1.6em;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	position: absolute;
	bottom: 40px;
}

.button p {
	margin: 0;
}

.button:hover {
	background-color: var(--brand-teal);
	transform: translateY(-2px);
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#purJusButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e33e56;
    padding: 0.5em 1.6em;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    width: auto;
	margin-top: 50px;
}

#purJusButton p {
	color: var(--brand-sand);
	font-weight: 600;
}

#purJusButton:hover {
    background-color: #e95b2b;
    color: var(--brand-charcoal);
    transform: scale(1.05);
}

#purJusTitle {
	color: #e33e56;
}

.highlight-pink {
    font-weight: 700;
    color: #e33e56;
	font-family: 'Poppins', sans-serif;
}

/* FORMULAIRE */

#contact-form input[type="text"],
#contact-form textarea {
    padding: 0.5em 1.6em;
	border-radius: 8px;
	border: none;
    background: #ffffff;
    color: black !important;
    font-weight: bold;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
}

#contact-form textarea {
    height: 150px;
    max-height: 150px;
    margin-top: 12px;
    overflow-y: hidden;
}

#contact-form input[type="submit"] {
	padding: 0.5em 1.6em;
	border-radius: 8px;
    border: none;
    margin: 28px 0;
    color: var(--brand-charcoal);
    background: var(--brand-yellow);
}

#contact-form input[type="submit"]:hover {
	background-color: var(--brand-teal);
	color: white;
}

/* FIN FORMULAIRE */

/* DOT NAV */

#dot-nav{    
    display: none;
    position: fixed;
	top: 40%;
    right: 5vw;
    transition: padding-top 0.5s;
	z-index: 999;
}

#dot-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#dot-nav li {
	position: relative;
	background-color: rgb(51, 51, 51);
	border:3px solid rgb(51, 51, 51);
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	width: 13px;
	height: 13px;
	margin: 15px 0px 15px 0px;
	vertical-align:bottom;
}
#dot-nav li.active, #dot-nav li:hover {
	background-color: var(--brand-yellow);
}

#dot-nav a {
	outline: 0;
	vertical-align:top;
	position: relative;
	top:5px;
}
/* .awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: var(--brand-yellow); 
    color: #f5f5f5; 
    border: 1px solid var(--brand-yellow); 
}
.awesome-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid var(--brand-yellow);
} */

/* FIN DOT NAV */

/* Projets */
.projectContainer {
    color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    overflow: hidden;
	min-height: 200px;
}

.projectContainer img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 15px;
    transition: transform 0.5s ease;
}

.projectContainer:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 18px var(--brand-teal);
}

.projectContainer:hover img {
    transform: scale(1.05);
}

.projectContainer h5 {
    color: var(--brand-yellow); /* Jaune */
    font-weight: 600;
}

.projectContainer p {
    color: #ccc;
}

.projectsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.col-lg-4 {
    flex: 0 0 calc(33.333% - 30px);
}

/* annimation logo pur jus */
#logoPurJus {
	transition: transform 0.3s ease;
}

#logoPurJus.animate {
    animation: vibrateRotate 0.8s ease-in-out 1;
}

@keyframes vibrateRotate {
	0%   { transform: scale(1.05) rotate(0deg); }
	20%  { transform: scale(1.15) rotate(-10deg) translateX(-2px); }
	40%  { transform: scale(1.30) rotate(10deg) translateX(2px); }
	60%  { transform: scale(1.30) rotate(-8deg) translateX(-1px); }
	80%  { transform: scale(1.15) rotate(8deg) translateX(1px); }
	100% { transform: scale(1.05) rotate(0deg); }
}
/* fin animation pur jus */

@media (max-width: 992px) {
    .col-lg-4 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 600px) {
    .col-lg-4 {
        flex: 0 0 100%;
    }

	nav {
		display: none !important;
	}
	
	.arrow {
		width: 80px;
		content: url("/img/arrow_vertical.png");
	}

	#contactCall, #look, #who {
		margin-left: 0;
		margin-bottom: 20px;
	}

	#who h4 {
		margin-left: 0;
	}

	#purJusTitle {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
    #logoVolund {
        max-width: 5rem;
    }
    a {
        font-weight: 500;
        font-size: large;
    }

    .top {
        width: 50px;
        height: 50px;
        bottom: 80px;
    }

    p {
        font-size: large;
    }

    .prestaTextContainer {
        visibility: hidden;
    }
    
    .prestaContainer:hover .prestaTextContainer {
        visibility: visible;
    }
}