/* Vert PZ : 27B946
Gris PZ 3C454C
*/

.greyPZ {
    color: #3C454C;
}

.greenPZ {
    color: #27B946;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
    width: 40%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-item .carousel-caption {
    color: #27B946;
    background-color: none;
    text-shadow: 1px 1px 2px black;
    margin-left: 15%;
    margin-right: 15%;
    background: rgba(60, 69, 76, 0.4);
    border-radius: 25px;
}

.servicestitle {
    color: #27B946;
}

.card {
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}

.img-career {
    height: 95px;
}

.logopzconsulting {
    height: 10%;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: black;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.margin-texts {
    margin-left:8%;
    margin-right:8%;
}

#navbarSupportedContent{
    margin-right:200px;
}