/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}

/**********************************************animation window*****/

.load {
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.9); */
    background-color: #fff;
    position: fixed;
    z-index: 1000;
}

.loading {
    /* background-color: transparent; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 10px solid #05050526;
    border-top: 10px solid rgb(129, 209, 23);
    border-bottom: 10px solid rgb(129, 209, 23);
    padding: 30px;
    position: absolute;
    z-index: 99;
    top: 40%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/****************************fin***********************************/

body {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
}

/****************************************style header*****************************************************/

.cc-navbar {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 1em;
    border-top: 5px solid rgb(160, 155, 155);
    background-color: #fff;
    /* background-color: #20386d; */

    z-index: 99;
    transition: bacground-color 5s ease-in-out;
}

/****************************css scroll*************/
.cc-navbar1 {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 1em;
    border-top: 5px solid rgb(129, 209, 23);
    /* background-color: #fff; */
    background-color: #20386d;

    z-index: 99;
    transition: bacground-color 5s ease-in-out;
}
.cc-navbar1 .nav-link {
    margin-left: 5px;
    font-size: 1em;
    /* color: rgb(59, 42, 42); */
    /* color: rgb(206, 205, 205); */
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: padding-bottom 0.4s ease-in-out, border-color 0.3s ease;
}

.cc-navbar1 .active {
    padding-bottom: 20px;
    color: rgb(129, 209, 23);
    border-bottom-color: rgb(129, 209, 23);
}

.cc-navbar1 .bnt {
    background-color: rgb(129, 209, 23);
    border-radius: 10px;
    /* border: 1px solid rgb(129, 209, 23); */
    /* border: 1px solid rgb(129, 209, 23); */
    color: #fff;
    text-decoration: none;
    padding: 0.4em 0.5em;
    display: flex;
    font-weight: bold;
}

.cc-navbar1 .nav-link:hover {
    padding-bottom: 20px;
    color: rgb(129, 209, 23);
    border-bottom-color: rgb(129, 209, 23);
    /* border-bottom-color: rgb(59, 42, 42); */
}

/* fin scroll */
/****************************fin css scroll*************/

a .logo {
    max-width: 150px;
    position: absolute;
    left: 10px;
    top: 15px;
}

a .logo1 {
    top: 15px;
    max-width: 150px;
    position: absolute;
    left: 200px;
    top: 15px;
}

a .logo2 {
    max-width: 150px;
    left: 10px;
    top: 15px;
    margin-bottom: 1rem;
}

a .logo3 {
    max-width: 150px;
    left: 380px;
    top: 15px;
    margin-bottom: 1rem;
    position: absolute;
}
.cc-navbar .nav-link {
    margin-left: 5px;
    font-size: 1em;
    color: rgb(59, 42, 42);
    /* color: #fff; */
    border-bottom: 1px solid transparent;
    transition: padding-bottom 0.4s ease-in-out, border-color 0.3s ease;
}

.cc-navbar .bnt {
    /* border: 1px solid rgb(129, 209, 23); */
    border: 1px solid rgb(129, 209, 23);
    color: rgb(129, 209, 23);
    text-decoration: none;
    padding: 0.5em 0.55em;
    text-decoration: none;
    display: flex;
    font-weight: bold;
}

.cc-navbar .nav-link:hover {
    padding-bottom: 20px;
    color: rgb(129, 209, 23);
    border-bottom-color: rgb(129, 209, 23);
    /* border-bottom-color: rgb(59, 42, 42); */
}

.cc-navbar .active {
    padding-bottom: 20px;
    color: rgb(129, 209, 23);
    border-bottom-color: rgb(129, 209, 23);
}

/*******************************************style ouvrage*****************************************************/

.banner2 {
    padding: 12em 2em 8em 2em;
    background: url("../image/vidange7.jpg") center center fixed no-repeat;
    background-size: cover;
    text-align: center;
    height: 550px;

    /* border-top: 0.5rem solid #ffa400; */
}

.banner2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(2, 3, 43, 0.6); */
    background-color: rgba(19, 19, 68, 0.4);
    /* background-color: rgba(1, 49, 71, 0.7); */
}

/**************************************style index***************************************************************/
.banner {
    position: relative;
    margin-top: 2em;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
    background: url("../image/poub4.jpg") center center fixed no-repeat;
    background-size: cover;
    height: 500px;
    /* background-color: rgba(0, 0, 0, 0.9); */
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(32, 56, 109); */
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: rgba(2, 38, 59, 0.7); */
}

hr {
    max-width: 1000px;
    border-color: #999999;
}
.sect {
    background-color: rgb(246, 249, 252);
    padding-top: 2em;
}

.sect2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../image/img2.jpg") center center fixed no-repeat;
    background-size: cover;
    height: 320px;
}

.sect2 .card1 {
    background: #fff;
}

.sect2 .btn {
    color: rgb(129, 209, 23);
    border: 1px solid rgb(129, 209, 23);
    padding: 0.35rem 1.5rem;
    font-weight: 400px;
    font-size: 20px;
    border-radius: 10px;
    transition: box-shadow 2s ease, transform 3s ease;
}

.sect2 .btn:hover {
    box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
    color: #fff;
}

.sect2 .btn:focus {
    box-shadow: 0px 0px 0px;
}

.text_card {
    margin: 1em 0em 2em 0em;
    color: rgb(59, 42, 42);
    text-align: center;
    font-size: 2em;
}
.text_p {
    color: rgb(93, 89, 102);
    line-height: 2em;
    margin-left: 2em;
}

.text_p2 {
    color: rgb(93, 89, 102);
    line-height: 2em;
    margin-right: 2em;
}

.text_card::after {
    content: " ";
    position: absolute;
    display: block;
    left: 46%;
    width: 100px;
    height: 2px;
    color: red;
    background-color: rgb(129, 209, 23);
}

.brand {
    position: absolute;
    text-align: center;
    top: 50%;
    color: #fff;
    font-size: 5em;
    font-weight: bold;
    left: 30%;
}
.sect img {
    -webkit-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 50vh;
    width: 100%;
}

.box {
    left: 30%;
    top: 30%;
    position: absolute;
    padding: 2em;
    color: #fff;
}

.box .brand-name {
    /* font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 5em;
}

/***************************************style footer**********************************/

.footer .footer-nav .nav-link {
    background-color: #fff;
    margin: 2rem;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    align-content: center;
    align-items: center;
}

.footer-nav2 {
    background-color: rgb(246, 249, 252);
}

.footer-nav .nav-link i {
    position: center;
    color: rgb(59, 42, 42);

    margin-top: 0.5rem;
    font-size: 20px;
}
.footer-nav .nav-item img {
    max-height: 80px;
    margin: 2em;
}

.footer p {
    text-align: center;
}
/*******************************************style service*****************************************************/
.service {
    margin-top: 5em;
    padding-top: 2rem;
    background: url("../image/vide.mp4") no-repeat fixed center;
    background-position: center center;
    background-size: contain;
}
/* 
#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100px;
} */

.service .text_card {
    margin: 1em 0em 2em 0em;
    color: rgb(59, 42, 42);
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}
.service .col {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.service .col .form-select {
    transition: all 1s ease-in-out;
    background-color: transparent;
    border: 2px solid gray;
    color: gray;
}

.service .col .btn {
    color: gray;
    border: 2px solid gray;
    padding: 0.35rem 1.5rem;
    font-weight: 400px;
    font-size: 20px;
    border-radius: 10px;
    transition: box-shadow 2s ease, transform 3s ease;
}

.service .col .btn:hover {
    box-shadow: inset 0px 100px 10px rgb(59, 42, 42);
    color: #fff;
}

.service a {
    border: 1px solid #fff;
    color: transparentize(black, 0.3%);
    transition: all 1s ease;
}

.cap-content {
    padding: 1em;
    background-color: rgb(246, 249, 252);
    margin: 1em 0em 2em 0em;
}

.cap-content .card {
    min-height: 24em;
}
.cap-content .card .card-body .card-text {
    color: rgb(158, 122, 122);
    font-size: 25px;
}
.cap-content .card .card-body.btn {
    margin-left: 5rem;
    bottom: 0;
}

.cap-content p {
    color: black;
    font-size: 20px;
}

.cap-content p strong {
    color: rgb(136, 133, 141);
    color: transparentize(black, 0.3%);
    font-size: initial;
}

.cap-content .btn {
    background-color: #fff;
    border: 1px solid rgb(129, 209, 23);
    color: rgb(129, 209, 23);
    font-weight: bold;
}

.cap-content .btn:hover {
    box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
    color: #fff;
}

.cap-content .btn:focus {
    box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
    color: #fff;
}
/* ****************************************style contact****************************************************/
.contact {
    padding-top: 8rem;
    margin-bottom: 8em;
}

.contact .col h1 {
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 40px;
}

.contact .form-control {
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border-color: 2px solid gray;
    padding: 1rem;
    transition: border 0.4s ease-out;
}

.contact .form-control:focus {
    border: 1px solid rgb(129, 209, 23);
}
.contact .btn {
    padding: 0.8em;
    font-size: 1.1em;
    background-color: rgb(129, 209, 23);
    border: 1px solid rgb(59, 42, 42);
    color: rgb(59, 42, 42);
    font-weight: bold;
}

textarea {
    resize: none;
}

.contact .text_card {
    margin: 1em 0em 2em 0em;
    color: rgb(59, 42, 42);
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

/*****************************************style projet*****************************************************/

.banner1 {
    position: relative;
    margin-top: 4.8em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background: url("../image/ban1.jpg") center center fixed no-repeat;
    background-size: cover;
    height: 450px;
}

.banner1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 4, 34, 0.6);
    /* background-color: rgba(2, 38, 59, 0.7); */
}

.project .card .row .card {
    box-shadow: 0px 2px 2px rgb(129, 209, 23), -0px -2px 2px rgb(129, 209, 23);

    /* background-color: red; */
}

.banner1 .box {
    left: 20%;
    top: 30%;
    position: absolute;
    padding: 2em;
    color: #fff;
}

.projet .text_card {
    margin: 1em 0em 1em 0em;
    color: rgb(59, 42, 42);
    text-align: center;
    font-size: 2em;
}

.projet .col-card .card {
    margin-top: 5em;
}

.projet p {
    color: rgb(93, 89, 102);
    line-height: 2em;
}

/**************************************************style compte**********************************************/

.content_compte {
    /* min-height: 750px; */
    background-color: rgb(228, 226, 231);
}

.hamburger {
    color: rgb(20, 12, 51);
    right: 10px;
    top: 10px;
    position: absolute;
    font-size: 2.5rem;
    font-weight: bold;
    display: none;
    padding: 0 0.5rem;
}
/* card left  */
.content_compte .card-left {
    /* position: fixed;
    left: 0; */
    /* background: rgb(20, 12, 51); */
    background-color: #20386d;

    /* padding-top: 2em;
    

    height: 100vh; */
    padding-top: 2em;
    /* margin-left: auto;
    margin-right: auto; */
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;

    /* transition: transform 0.4s ease-in-out; */
}

.content_compte .card-left:hover {
    overflow-y: scroll;
}

.content_compte .card-left .showbar {
    transform: translateX(0);
}
.content_compte .card-header {
    background-color: rgb(129, 209, 23);
    color: #fff;
}
.content_compte .card-header span {
    font-size: 1.2em;
    /* position: absolute; */
    align-items: center;
    vertical-align: middle;
}

/* .content_compte .card-header span:nth-child(1) {
    font-size: 10px;
}

.content_compte .card-header span:nth-child(2) {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
} */

.content_compte .col-md-2 .card-body .nav .li {
    color: #fff;
}

.content_compte .nav .nav-item .nav-link {
    color: #fff;
    margin-top: 0.8em;
    transition: padding-bottom 0.4s ease-in-out;
}

.content_compte .nav .nav-item .active {
    /* border-bottom: 1px solid rgb(129, 209, 23); */
    color: rgb(129, 209, 23);
    padding-bottom: 1em;
}

.content_compte .nav .nav-item .nav-link:hover {
    /* border-bottom: 1px solid rgb(129, 209, 23); */
    color: rgb(129, 209, 23);
    text-shadow: 0px 0px 1px rgb(129, 209, 23);
}

/* card right */

.content_compte .col-md-10 {
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    /* height: 100vh; */
}
/* compte */

/****************************************dashboad***********************************************/

.dashboad .card-title {
    font-weight: bold;
    margin-left: 7em;
    color: rgb(20, 12, 51);
    font-size: 25px;
    margin-top: 0;
}

.dashboad .nav {
    margin: auto;
    width: 90%;
    padding: 1em;
    background-color: rgb(230, 228, 235);
}

.dashboad .card1 {
    height: 22em;
    width: 70%;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.dashboad .card2 {
    width: 70%;
    height: 16em;
    margin: auto;
    text-align: center;
}

.dashboad .card-body .bnt {
    text-decoration: none;
    border: 1px solid rgb(129, 209, 23);
    padding: 0.9em 0.75em;
    color: rgb(129, 209, 23);
    font-weight: 400;
}

.dashboad .card-body .bnt:hover {
    box-shadow: inset 0px 100px 10px rgb(129, 209, 23);
    color: #fff;
}
.dashboad .card-body li a:nth-child(3) {
    /* color: rgb(129, 209, 23); */
    color: red;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.dashboad .card-body li:nth-child(3):hover {
    /* border-bottom: 1px solid rgb(129, 209, 23); */
}

/********************************************authentification***************************************************/
/* REGISTER */
.register {
    padding-top: 4rem;
    margin-bottom: 8em;
}

.register .col h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
}

.register .form-control {
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border-color: 2px solid gray;
    padding: 1rem;
    transition: border 0.4s ease-out;
}

.register .form-control:focus {
    border: 1px solid rgb(129, 209, 23);
}
.register .btn {
    padding: 0.8em;
    font-size: 1.1em;
    background-color: rgb(129, 209, 23);
    border: 1px solid rgb(59, 42, 42);
    color: rgb(59, 42, 42);
    font-weight: bold;
}

textarea {
    resize: none;
}

.register .text_card {
    margin: 1em 0em 1em 0em;
    color: rgb(59, 42, 42);
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

/* connexion anime */
.btn-con {
    padding: 0.3em;
    font-size: 1.1em;
    background-color: rgb(129, 209, 23);
    /* border: 1px solid rgb(59, 42, 42); */
    color: rgb(59, 42, 42);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.anime3 {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    justify-content: center;
    margin: auto;
}
.anime3 > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    margin: 0px 2px;
    animation: etire 1.2s infinite ease-in-out;
}

.anime3 .rect2 {
    animation-delay: -1.1s;
}

.anime3 .rect3 {
    animation-delay: -1s;
}

.anime3 .rect4 {
    animation-delay: -0.9s;
}

.anime3 .rect5 {
    animation-delay: -0.8s;
}

@keyframes etire {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}
/*******************************************appelle d'offre******************************************************/

.appeloffre .card1 {
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.appeloffre {
    height: auto;
    width: 100%;
    margin-left: 7em;
}
.appeloffre .newof {
    margin: 1rem;
    text-decoration: none;
    padding: 0.6em 0.6em;
    color: #fff;
    background-color: rgb(129, 209, 23);
}

.appeloffre .card-title .form-control {
    /* background-color: red; */
    border: 1px solid rgb(20, 12, 51);
}

.appeloffre .card-title .form-control::placeholder {
    /* background-color: red; */
    color: rgb(20, 12, 51);
    font-size: 20px;
}
.cardoffre {
    height: auto;
    width: 100%;
}

.modal .cardoffre_modal {
    height: auto;
    width: 500px;
}

.cardoffre_modal .row span {
    color: rgb(129, 209, 23);
    font-weight: bold;
}

.cardoffre .row span {
    color: rgb(129, 209, 23);
    font-weight: bold;
}
.appeloffre .card-title {
    font-weight: bold;
    margin-left: 5em;
    color: rgb(20, 12, 51);
    font-size: 25px;
}
.contact {
    padding-top: 8rem;
    margin-bottom: 8em;
}

.appeloffre .col h1 {
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 40px;
}

.appeloffre .form-control {
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border-color: 2px solid gray;
    padding: 0.6rem;
    transition: border 0.4s ease-out;
}

.appeloffre .form-control:focus {
    border: 1px solid rgb(129, 209, 23);
}
.appeloffre .btn {
    padding: 0.4em;
    font-size: 1.1em;
    background-color: rgb(129, 209, 23);
    /* border: 1px solid red; */
    color: rgb(59, 42, 42);
    /* font-weight: bold; */
}

textarea {
    resize: none;
}

.appeloffre .text_card {
    margin: 1em 0em 2em 0em;
    color: rgb(59, 42, 42);
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

/***************appele offre prestataire*********** */
#detail {
    display: block;
}

/* *******************************************style plainte**************************************************/

.card2 {
    height: auto;
    width: 100%;
    padding: 2em;
    justify-content: center;
}

.plaintl table thead {
    border-bottom: 1px solid green;
}
.plaintl .btnp {
}
.plaintl tbody {
}

.plaintl table tbody tr td {
    padding: 1em;
}

.plaintl table tbody tr {
    background-color: rgb(230, 228, 235);
    border: none;
}

.plaintl table thead tr th {
    padding: 1em;
}

/********************************************style service menage compte***************************************************/

/* style user info */

.userinfo {
    height: auto;
    width: 100%;
    margin-left: 7em;
}

.userinfo .card {
    height: auto;
    width: 100%;
    display: block;
}

.userinfo .btn {
    padding: 0.8em;
    font-size: 1.1em;
    background-color: rgb(129, 209, 23);
    border: 1px solid rgb(59, 42, 42);
    color: rgb(59, 42, 42);
    font-weight: bold;
}

.userinfo h5 {
    color: #20386d;
    font-size: 1.2em;
}

.userinfo .card-title {
    color: #20386d;
    font-size: 2em;
}

/* style depot sauvage eaux usee */

.depoteaux {
    height: auto;
    width: 100%;
    margin-left: 7em;
}

.depoteaux .card {
    height: auto;
    width: 100%;
    display: block;
}

/* **************************************style parcourclient**********************************************************/

.parcour {
    margin-top: 8em;
    margin-bottom: 15em;
}

.img {
    max-width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #20386d;
    transition: all 0.5s ease;
}
.parcour .card .card-header {
    background-color: rgb(20, 12, 51);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.parcour .card .card-body {
    color: rgb(20, 12, 51);
    font-weight: bold;
    font-size: 20px;
}

.parcour .card .card-body .card-text span:nth-child(even) {
    color: rgb(129, 209, 23);
    font-size: 17px;
    font-weight: normal;
}
.parcour .card .bab .card-text:nth-child(9) {
    display: block;
    background-color: rgb(197, 233, 235);
    padding: 0.6em;
    font-weight: bolder;
    color: red;
}

.parcour .card .bab {
    /* background-color: red; */
}

.parcour .card .bob .card-text:nth-child(8) {
    display: block;
    background-color: rgb(197, 233, 235);
    padding: 0.6em;
    font-weight: bolder;
    color: red;
}

.parcour .card .card-body .btn {
    display: block;
    background-color: rgb(20, 12, 51);
    padding: 0.6em;
    font-weight: bolder;
    color: #fff;
}

.parcour .card-body .btn {
    display: block;
    background-color: rgb(20, 12, 51);
    padding: 0.6em;
    font-weight: bolder;
    color: #fff;
}
