/* BARRE DE NAVIGATION : NE PAS TOUCHER */
.nav-container {
    width: 100%;
    z-index: 1000;
    top: 0;
    position: fixed;
    transition: 0.5s;
    background-color: white;
    height: 80px;
    display: block;
    -webkit-box-shadow: 0 8px 50px 0 rgba(194, 194, 194, 0.5);
    box-shadow: 0 8px 50px 0 rgba(194, 194, 194, 0.5);

}
.nav-container .nav-logo {
    padding-left: 2vw;
    height: 100%;
    width: 20vw;
    float: left;
    display: flex;
    align-items: center;
}
.nav-container .nav-logo img {
    display: block;
    width: 50%;
    margin-top: 10px;
}
.nav-container nav {
    z-index: 1500;
    padding-bottom: 10px;
    width: 70vw;
    float: right;
    height: 100%;
}
.nav-container nav ul {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 100%;
    margin: 0;
    justify-content: space-between;
    padding-left: 15vw;
}
.nav-container nav ul li {
    padding: 0 2vw 0 2vw;
    margin: 20px 0 20px 0;
    color: #525252;
    text-align: center;
    font-family: "Ubuntu Light", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.3s; }
.nav-container nav ul li a {
    text-decoration: none;
    color: #525252; }
.nav-container nav ul li:hover {
    color: darkgray; }
.nav-container nav ul li:hover a {
    color: inherit; }
.nav-container nav ul li:last-of-type {
    border: 0; }







main{
    min-height: 150vh;
    padding: 5vh;
    width: 80vw;
    background-color: white;
    margin: auto;
    z-index: 600;
    margin-top: 20vh;
}
.main-content{
    width: 100%;
}

.section-title-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.section-title-container h2 {
    font-size: 3.5em;
    color: #202020;
    z-index: 1;
}
.section-title-container h3 {
    color: #3a3838;
    z-index: 1;
}
.service{
    text-align: center;
    
}
.service img{
    border-radius: 20px;
    width: 100%;
}
p{
    font-size: 14pt;
    line-height: 200%;
}


.block-title {
    width: 100%;
    height: 800px;
    background-image: url("https://www.capgemini.com/wp-content/uploads/2021/09/Capgemini_Services.jpg");
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.block-title h1 {
    font-weight: bolder;
    font-family: Ubuntu;
    color: rgb(255, 255, 255);
    font-size: 4em;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.main-content .card .right img{
    height: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.main-content .card{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.main-content .card .left{
    flex: 0 0 80%;
    padding: 30px;
    border-radius: 30px;
    background-color: rgb(40, 103, 161);
    color: #fff;
}
.main-content .card.right{
    flex: 0 0 70%;
}

main .condition {
    margin: auto; }
    main .condition .travail {
      height: 750px;
      margin: 150px 0 150px 0;
      position: relative;
      background-image: url("https://www.netpme.fr/wp-content/uploads/2016/10/comite-entreprise-droit-alerte-economique.png");
      background-size: cover;
      background-repeat: no-repeat; }
      main .condition .travail .texts {
        text-align: justify;
        line-height: 2em;
        width: 50%;
        background-color: white;
        padding: 40px;
        position: absolute;
        bottom: 60px;
        top: auto;
        transform: none; }
        main .condition .travail .texts h3 {
          margin-top: 0; }