@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;900&display=swap');
.color-bravo {
    color: #4923F4;
}

body {
    font-family: sans-serif;
    font-size: 14px;
    max-width: 100%;
    overflow-x: hidden;
}



.nav-link.active {
    color: #fff;
}

.bg-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.bg-color-bravo {
    background-color: #4923F4;
}

.link-bravo {
    color: #4923F4;
}

.fontserif {
    font-family: 'Kaisei HarunoUmi', serif;
}

h1 {
    font-size: 4rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}



.fw-bolder {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.fw-black {
    font-weight: 900;
}

h3 {
    font-size: 3rem;
}

.mt-n5 {
    margin-top: -65px !important;
  }

.titre-overlay{
    margin-top: -200px;
    margin-bottom: 100px;
}

.titre-overlay-top {
    margin-top: -600px;
    margin-bottom: 350px;
}

.team-circle:hover {
    border: 10px solid #4923F4;
}

.subtitle {
    text-transform: uppercase;
    color: #4923F4;
    font-size: 0.8rem;
    font-weight: 900;
}

.team-titre {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900;
    color: #4923F4;
}

.team-titre-white {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900;
    color: #FFF;
}

.projet-text {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.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;
    max-width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    
}


.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)
}


.newsletter {
    color: #6c757d;
}

.txtcopy {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}



.heroimg {
    max-height: 30vh;
}

.shadowtext {
    text-shadow: rgb(34, 34, 34) 0.1em 0.1em 0.5em;
}

.banner-grad {
    max-width: 100%;
    height: 800px;
}

.grad-cop21 {
    background: rgb(13, 143, 179);
    background: radial-gradient(circle, rgba(13, 143, 179, 1) 0%, rgba(4, 99, 158, 1) 100%);
}

.grad-beefeater {
    background: rgb(249, 72, 65);
    background: radial-gradient(circle, rgba(249, 72, 65, 1) 0%, rgba(174, 31, 27, 1) 100%);
}

.grad-wwf {
    background: rgb(213, 213, 215);
    background: radial-gradient(circle, rgba(213, 213, 215, 1) 0%, rgba(116, 109, 103, 1) 100%);
}

.nav-link-bravo {
    color: #6c757d;
    text-decoration: none !important;
    font-size: 14px;
}

.nav-link-bravo.active {
    color: #6c757d;
    font-size: 14px;
}

.footer .active {
    color: #6c757d;
    font-size: 14px;
    padding: 0;
}

.footer .nav-link:hover {
    color: #4923F4;

}

.nav-link-bravo:hover {
    color: #4923F4;
    font-size: 14px;
}

.branding {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.btn-primary {
    background-color: #4923F4;
    border-color: #4923F4;
}

.btn-outline-primary {
    border-color: #4923F4;
}

.btn-outline-primary:hover {
    background-color: #4923F4;
    border-color: #4923F4;
}


.btn-primary:hover {
    background-color: #6148CE;
    border-color: #6148CE;
}

.icon-bravo {
    color: #4923F4;
}

.icon-bravo:hover {
    color: #6148CE
}

.logo-clients{
    filter: grayscale(100%);
}

.stabilo {
    background-color: #4923F4;
    color: #FFF;
}

.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.card-img {
    background-size: cover;
}

.card h4 a {
    color: #fff;
    font-size: 18px;
}

small.card-meta {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

small a {
    color: #fff;
}

.rounded-3 img {
    border-radius: .5rem !important;
}

@media (max-width: 768px) {
    .card {
        min-height: 400px;
    }
}

@media (max-width: 420px) {
    .card {
        min-height: 400px;
    }
}

.card.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card.card-has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.card.card-has-bg:hover {
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card.card-has-bg:hover .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #4923F4;
    background: linear-gradient(0deg, rgba(54, 4, 235, 0.5) 0%, #044572 100%);
}

.card .card-footer {
    background: none;
    border-top: none;
}

.card .card-footer .media img {
    border: solid 3px #4923F4;
}

.card .card-meta {
    background-color: #4923F4;
    color: #FFF;
}

.card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover .card-body {
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #234f6d;
    background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);
}

@media (max-width: 450px) {
    .news {
        padding-left: 5%;
        padding-right: 5%;
    }
    .carousel {
        min-height: 140px;
        margin-bottom: 60px;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
    }
    /* Declare heights because of positioning of img element */
    .carousel .item {
        min-height: 140px;
        background-color: #777;
    }
    .carousel-inner>.item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 100%;
    }
    .section h1 {
        font-size: 80px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
    }
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2rem;
    }

    .titre-overlay{
        margin-top: -120px;
        margin-bottom: 60px;
    }

    .titre-overlay h1{
        font-size: 2rem;
    }

    .titre-overlay-top h1{
        font-size: 2rem;
    }

    .titre-overlay-top {
        margin-top: -250px;
        margin-bottom: 100px;
    }

}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #c6f00d;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}