/*
Theme Name: Développé par UPARTNER Agency
Text Domain: UPARTNER Agency
Version: 1.6
Description: Développé par UPARTNER Agency
Author: UPARTNER
Author URI: https://upartner.agency
*/

body,
html {
    overflow-x: clip;
    margin: 0;
    background-color: #1e1e1e;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    object-fit: cover;
}

section {
    width: 100%;
    position: relative;
    padding: 6vh 0;
}

a[href="#"] {
    cursor: default !important;
}

a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.container {
    position: relative;
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

img.background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

img.section-background {
    opacity: .15;
}