/*
Theme Name: Bravo! V0.1
Theme URI: https://wordpress.org/themes/wp-devs/
Author: Vargiakakis Michael
Author URI: https://www.bravo-agency.be
Description: Notre Theme Bravo!
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Bravo!
Tags: one-column, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, sticky-post, threaded-comments, translation-ready
*/


body,html {
    overflow-x:hidden;
  }



/************** HERO BANNER *****************/

/* Sections */

a {
    text-decoration: none;
}

.section {
    height: 100vh;
    min-height: 500px;
    position: relative;
}


/* Containers */

.content-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    clip: rect(auto, auto, auto, auto);
    pointer-events: none;
}

.content-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0;
    z-index: 99;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
    perspective: 1000;
    pointer-events: all;
}

.content-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.social {
    width: max-content;
    text-align: center;
}

/* Aesthetics */

.top-section {
    height: 100vh;
}

.bottom-section {
    height: 90vh;
    background: linear-gradient(135deg, #6148CE 0%, #4923F4 100%);
}

.section h1 {
    font-size: 200px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.section p,
.section a {
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
}

.content-theme-dark h1 {
    color: #4923F4;
    text-shadow: 0 20px 40px rgba(0, 0, 0, .5);
}

.content-theme-dark p,
.content-theme-dark a {
    color: #bdb3eb;
}

.content-theme-light h1 {
    color: #4923F4;
    text-shadow: 0 20px 40px rgba(0, 0, 0, .5);
}

.content-theme-light p,
.content-theme-light a {
    color: #9b8cdd;
}

#section01, #section03 h1 {
    margin-bottom: 50px;
    text-align: center;
}

#section01, #section03, #section04 h3 {
    font-family: 'Kaisei HarunoUmi', serif;
    text-align: center;
}

#section01 p {
    margin-top: 80px;
    text-align: center;
}

#section01 a {
    color: #4923F4;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

#section03 p {
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

#section03 s {
    background-color: #4923F4;
    color: #FFF;
    text-decoration: none;
}

#section04 h1 {
    color: #4923F4;
}

.alignwide {
    margin-left: 0px;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
}

.alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: auto;
}

.product-item{
    /* border: 1px solid #ebebeb; */
    /* border-radius: 4px; */
    position: relative;
    margin: 0;
    padding: 0;
}
.projet-button{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.projet-image{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.product-item:hover .projet-image{
    opacity: 0.3;
}

.product-item:hover .projet-button{
    opacity: 1;
}


.logo-thumb {
    height: 100%;
    width: 100%;
    filter:drop-shadow(3px 3px 7px grey)
}


h1.small-title {
    font-size: 2rem;
}

.post-date {
    text-transform: capitalize;
    font-size: small;
}

s :link {
    text-decoration: none;
    color: #FFF;
}

a.badge {
    color: #FFF;
}

.badge a {
    color: #FFF;
}

.backtoproject {
    text-align: center;
    margin-top: 50px;
    color: #4923F4;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    text-decoration: none;
}

.backtoproject .nav-link {
    color: #4923F4;
}

.nav-link-white {
    color: #FFF;
}

a.nav-link-white:hover {
    color: #4923F4;
}