html {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    position: relative;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    color: black;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: white;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:600px) {
    header {
        top: 10px;
    }
}

header nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

header .nav-links {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:750px) {
    header .nav-links {
        flex-direction: column;
        justify-content: center;
    }
}

header .logo-site {
    margin-top: 95px;
}

@media only screen and (max-width:750px) {
    header .logo-site {
        margin-top: 0;
    }
}

header .logo-site img {
    width: 268px;
}

@media only screen and (max-width:800px) {
    header .logo-site img {
        height: 150px;
    }
}

@media only screen and (max-width:600px) {
    header .logo-site img {
        height: 115px;
        margin: 0;
        width: 80%;
    }

    header .logo-site {
        margin: 0;
    }
}

@media only screen and (max-width:450px) {
    header .logo-site img {
        width: 60%;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
}

@media only screen and (max-width:1250px) {
    .container {
        max-width: 95%;
    }
}

h1 {
    margin-top: 0;
    margin: 0;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

h1 span {
    color: #BD1FA3;
    font-weight: 300;
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 32px;
    }
}

.h1-class {
    margin-top: 0;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.h1-class span {
    color: #BD1FA3;
}

@media only screen and (max-width:1100px) {
    .h1-class {
        font-size: 30px;
    }

    .h1-class br {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .h1-class {
        font-size: 24px;
    }
}

.h1-class .light-black {
    font-weight: 300;
    color: black;
}

h2 {
    margin-top: 0;
}

p {
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 237px;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
}

@media only screen and (max-width:750px) {
    .btn-main {
        width: 230px;
    }
}

@media only screen and (max-width:475px) {
    header .btn-main p {
        display: none;
    }

    header .btn-main {
        width: auto;
        padding: 0 8px;
        margin-right: 0;
    }
}

.btn-main:hover {
    background-color: black;
}

.btn-main p {
    margin-bottom: 0;
    margin-left: 10px;
}

.btn-main-tel {
    padding-right: 35px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 11px;
}

@media only screen and (max-width:750px) {
    .btn-main-tel {
        margin-bottom: 11px;
    }
}

.btn-main-email,
.btn-main-email p {
    width: 230px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.blue-bg {
    background-color: black;
}

.en-tete-accueil {
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media only screen and (min-width:1500px) {
    .en-tete-accueil {
        height: 850px;
    }
}

@media only screen and (max-width:900px) {
    .en-tete-accueil {
        height: 500px;
    }
}

.en-tete-accueil .wrap-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.en-tete-accueil .wrap-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bg-camion-desktop {
    display: flex;
}

.bg-camion-mobile {
    display: none;
}

@media only screen and (max-width:750px) {
    .bg-camion-desktop {
        display: none;
    }

    .bg-camion-mobile {
        display: flex;
    }
}

.section-entrepreneur {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-entrepreneur .entrepreneur-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 50px;
}

@media only screen and (max-width:1000px) {
    .section-entrepreneur .entrepreneur-intro h1 {
        width: 75%;
    }

    .section-entrepreneur .entrepreneur-intro img {}
}

@media only screen and (max-width:800px) {

    .section-entrepreneur .entrepreneur-intro h1 {
        width: 100%;
    }

    .section-entrepreneur .entrepreneur-intro div {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .section-entrepreneur .entrepreneur-intro div img {
        position: relative !important;
        margin-top: 15px;
    }
}

.section-entrepreneur .entrepreneur-intro p {
    margin: 0;
}

@media only screen and (max-width:600px) {
    .section-entrepreneur .entrepreneur-intro p br:first-child {
        display: none;
    }
}

.section-entrepreneur .wrap-images {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width:750px) {
    .section-entrepreneur .wrap-images {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0;
    }
}

.section-entrepreneur .single-img {
    width: 32%;
    height: 275px;
    position: relative;
}

@media only screen and (max-width:750px) {
    .section-entrepreneur .single-img {
        width: 100%;
        height: 300px;
        margin-bottom: 25px;
    }
}

.section-entrepreneur .single-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-entrepreneur .entrepreneur-content {
    width: 100%;
    display: flex;
    padding-bottom: 75px;
    justify-content: space-between;
}

@media only screen and (max-width:750px) {
    .section-entrepreneur .entrepreneur-content {
        flex-direction: column;
    }
}

.section-entrepreneur .entrepreneur-content .left-content {
    width: 32%;
}

@media only screen and (max-width:750px) {
    .section-entrepreneur .entrepreneur-content .left-content {
        width: 100%;
    }
}

.section-entrepreneur .entrepreneur-content .right-content {
    width: 64%;
}

.section-entrepreneur .entrepreneur-content .right-content ul {
    padding: 0;
}

@media only screen and (max-width:750px) {
    .section-entrepreneur .entrepreneur-content .right-content ul {
        padding-left: 18px;
    }
}

.section-entrepreneur .entrepreneur-content .right-content ul li {
    margin-bottom: 10px;
}

.section-entrepreneur .entrepreneur-content .right-content ul strong {
    color: #BD1FA3;
}

@media only screen and (max-width:750px) {
    .section-entrepreneur .entrepreneur-content .right-content {
        width: 100%;
        padding: 0;
    }
}

.section-services {
    background-color: black;
    width: 100%;
    margin-bottom: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-services .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.section-services .services {
    width: 25%;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width:950px) {
    .section-services .services {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:850px) {
    .section-services .services {
        width: 50%;
    }
}

@media only screen and (max-width:450px) {
    .section-services .services {
        width: 100%;
    }
    .section-services .services br {
        display: none;
    }
}

.section-services ul {
    margin: 0;
    padding-left: 18px;
}

.section-services ul li {
    font-weight: bold;
}


.section-services ul li span {
    font-weight: lighter;
}

.section-fiabilite {
    position: relative;
    width: 100%;
    height: 506px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-fiabilite .wrap-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-fiabilite-mobile {
    display: none;
}

@media only screen and (max-width:750px) {
    .bg-fiabilite-desktop {
        display: none;
    }

    .bg-fiabilite-mobile {
        display: flex;
    }
}

.section-fiabilite .content-fiabilite {
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 999;
    color: white;
}

@media only screen and (max-width:1250px) {
    .section-fiabilite .content-fiabilite {
        max-width: 95%;
    }
}

@media only screen and (max-width:750px) {
    .section-fiabilite .content-fiabilite {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.section-fiabilite .wrap-fiabilite h2 {
    font-weight: 300;
}

.section-fiabilite .wrap-fiabilite {
    width: 50%;
    position: relative;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-fiabilite .wrap-fiabilite span {
    font-weight: bold;
}

@media only screen and (max-width:1000px) {
    .section-fiabilite .wrap-fiabilite {
        width: 60%;
    }
}

@media only screen and (max-width:800px) {
    .section-fiabilite .wrap-fiabilite {
        width: 70%;
    }
}

@media only screen and (max-width:750px) {
    .section-fiabilite .wrap-fiabilite {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:550px) {
    .section-fiabilite .wrap-fiabilite br {
        display: none;
    }

    .section-fiabilite .wrap-fiabilite div {
        flex-direction: column;
    }

    .section-fiabilite .wrap-fiabilite div .btn-main {
        margin-left: 0 !important;
    }
}

.section-fiabilite .wrap-fiabilite .btn-main {
    width: 230px;
    border: 1px solid white;
    margin-right: 0;
    margin-bottom: 7px;
}

.section-fiabilite .wrap-fiabilite .btn-main:hover {
    background-color: black;
}

.section-fiabilite .titre-fiabilite {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

@media only screen and (max-width:600px) {
    .section-fiabilite .titre-fiabilite {
        font-size: 20px;
    }
}

.section-fiabilite .wrap-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

footer {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:750px) {
    footer {
        padding-bottom: 75px;
    }
}

footer .info-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .logo-footer {
    margin-bottom: 15px;
}

footer .logos-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width:750px) {
    footer .logos-footer {
        flex-direction: column;
        justify-content: center;
    }
}

footer .info-footer p {
    margin: 0;
    text-align: center;
}

footer .info-footer a {
    color: black;
    text-decoration: none;
}

footer .logo-regie,
footer .logo-corpo {
    background-color: #F1F1F1;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media only screen and (max-width:900px) {
    footer .logo-regie {
        flex-direction: column;
    }

    footer .logo-regie p {
        margin: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width:750px) {

    footer .logo-regie,
    footer .logo-corpo {
        width: 100%;
        margin-bottom: 25px;
    }
}

footer .logo-regie img {
    max-height: 60px;
}

footer .logo-corpo img {
    max-height: 60px;
}

footer .logo-rbq {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin-left: 16px;
    margin-top: 33px;
}

footer .wrap-links {
    display: flex;
    margin-top: 10px;
}

@media only screen and (max-width:525px) {
    footer .wrap-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .wrap-links p {
        display: none;
    }
}

footer .wrap-links p {
    margin: 0 5px;
}