.home {
    background-image: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url("../img/home.jpg");
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .center {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 650px;
    margin-top: 8%;
    padding: 30px;
}

.home .center .logo img {
    width: 140px;
}

.home .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
    display: flex;
    flex-direction: column;
}

.home .center hr {
    width: 47%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(23 185 152), rgba(0, 0, 0, 0));
    border: 0;
    height: 1.8px;
    margin-top: 15px;
    margin-bottom: 15px;
}

p {
    font-family: "Poppins Regular";
}

.home .center h1 {
    color: #ffffff9e;
    font-family: 'code-pro-demo-regular', sans-serif;
}

.home .center p {
    color: #ffffff9e;
}

.home .actions input {
    background-color: rgb(23 185 152);
    border: 0;
    margin-bottom: 12px;
    height: 31px;
    opacity: 0.6;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}


button.green {
    background-color: rgb(23 185 152);
    border: 0;
    color: #fff;
    border-radius: 4px;
    height: 31px;
    display: flex;
    opacity: 0.6;
    align-items: center;
    justify-content: space-evenly;
    font-size: 21px;
    cursor: pointer;
}

.coordinate {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.coordinate .head {
    width: 100%;
    height: 20%;
    background-color: #1ab998;
    color: #fff;
    text-align: center;
    padding-top: 35px;
}

.instruction .head {
    width: 100%;
    position: absolute;
}

.verification .head {
    width: 100%;
    height: 5%;
}

.coordinate .content {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.verification .content {
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.instruction .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.coordinate .content .left {
    width: 30%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.verification .content .left {
    width: 50%;
    height: 100%;
}

.coordinate .content .right {
    width: 70%;
    height: 100%;
    
}

.instruction .content .right {
    width: 50%;
    height: 100%;
    padding-top: 5%;
    overflow-y: auto;
}

.verification .content .right {
    width: 70%;
    height: 100%;
    overflow-y: auto;
}

.coordinate .head h1 {
    font-family: "salenta";
}

.coordinate .head p {
    margin-top: 31px;
}

.coordinate .head .logo {
    position: absolute;
    right: 0;
    margin: 0;
    margin-top: -25px;
}

.step h1 {
    font-family: "Montserrat Regular";
    text-align: end;
    margin-right: 2%;
    font-size: 1125%;
    opacity: 0.3;
    font-weight: 100;
}

.coordinate label {
    color: #1ab999;
}

button.green.coord {
    width: 50%;
    margin-left: auto;
    margin-top: 12px;
    padding: 12px;
    font-size: 13px;
}

@media (max-width: 500px) {
    .coordinate .head p {
        margin-top: 20px;
        font-size: 14px;
    }

    .coordinate .content .left {
        display: none;
    }
}

.verification {
    background-color: #1ab998;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.instruction {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.verification .content .right .img_rectangle {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.verification .form {
    margin-right: auto;
    height: 70%;
    padding-top: 10%;
    margin-left: 195px;
}

.verification .form h2 {
    color: #fff;
    margin-bottom: 30px;
}

.verification .form label {
    color: #ffffff9e;
    font-size: 12px;
}

button.blanc {
    background-color: #fff;
    border: 0;
    color: rgb(23 185 152);
    border-radius: 4px;
    height: 31px;
    display: flex;
    opacity: 0.6;
    align-items: center;
    justify-content: space-evenly;
    font-size: 21px;
    cursor: pointer;
}

button.blanc.verif {
    width: 50%;
    margin-left: auto;
    margin-top: 12px;
    padding: 12px;
    font-size: 13px;
}

.logo_btn {
    height: 20%;
    padding-left: 2%;
}

.verification h1 {
    font-size: 10rem;
    font-weight: 100;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #ffffff5c;
    position: absolute;
}

.verification .bars {
    display: flex;
    position: absolute;
    margin-top: 1%;
    margin-left: 12%;
}

.bars .bar {
    width: 150px;
    height: 4px;
    border: 1px solid #fff;
    background-color: #1ab998;
    width: 209px;
}

.bar.active {
    border: 1px solid #fff;
    background-color: #fff;
}

.circle.active {
    border: 1px solid #fff;
    background-color: #fff;
}

.bars .circle {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-top: -5px;
}

.circle svg {
    margin-top: 3px;
    width: 11px;
    position: absolute;
    margin-left: 2px;
}

.instruction .content .left {
    width: 40%;
    height: 100%;
    background-image: url("../img/instruction.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.instruction .head .logo img {
    width: 100px;
}

.instruction .head .bars {
    display: flex;
    margin-left: 10%;
    margin-top: -2%;
}

.instruction .bars .bar {
    height: 4px;
    border: 1px solid #1ab998;
    background-color: #1ab998;
    width: 209px;
}

.instruction .bars .circle {
    width: 15px;
    height: 15px;
    border: 1px solid #1ab998;
    border-radius: 15px;
    margin-top: -5px;
    background-color: #1ab998;
}

.instruction .bar.active {
    background-color: #fff;
}

.instruction .bars .circle.active {
    background-color: #fff;
}

.instruction label {
    color: #1ab999;
    font-size: 14px;
}

.instruction .rectange_check {
    width: 100%;
    display: flex;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 12px;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}

.instruction .rectange_check .date {
    cursor: pointer;
    background-color: #dcdedd;
    color: #000;
    padding: 2px;
    width: 75px;
    margin: 2px;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
}

.instruction .rectange_check .date.active {
    background-color: #1ab999;
    color: #fff;
}

.instruction input.motif {
    height: 56px;
    width: 109%;
    border: 1px solid #000;
    border-radius: 7px;
}

.instruction button.blanc {
    background-color: #1ab999;
    border: 0;
    color: #fff;
    border-radius: 4px;
    height: 31px;
    display: flex;
    opacity: 0.6;
    align-items: center;
    justify-content: space-evenly;
    font-size: 13px;
    cursor: pointer;
    z-index: 2;
}

.instruction .right h1 {
    font-size: 10rem;
    color: #1ab99866;
    font-weight: 100;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

@media (max-width: 500px) {
    .instruction .head .bars {
        display: none;
    }

    .instruction .content .left {
        width: 0%;
    }

    .instruction .content .right {
        width: 100%;
    }

    .instruction .content .right .form {
        padding: 17%;
    }

    .instruction .right h1 {
        font-size: 2rem;
        z-index: 0;
    }
}

.services .head {
    width: 100%;
    height: 10%;
}

.services {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.services .head .logo img {
    width: 100px;
}

.services .head .bars {
    display: flex;
    margin-left: 10%;
    margin-top: -2%;
}

.services .bars .bar {
    height: 4px;
    border: 1px solid #1ab998;
    background-color: #1ab998;
    width: 209px;
}

.services .bars .circle {
    width: 15px;
    height: 15px;
    border: 1px solid #1ab998;
    border-radius: 15px;
    margin-top: -5px;
    background-color: #1ab998;
}

.services .bar.active {
    background-color: #fff;
}

.services .bars .circle.active {
    background-color: #fff;
}

.services .content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: space-around;
    flex-wrap: nowrap;
    margin: 0 0 0 4%;
}

.services .content h3 {
    color: #000;
}

.services .content p {
    color: #1ab998;
}

.services .content .servs {
    display: flex;
    height: 100%;
}

.services .content .servs .cadre_serv {
    background-color: #1ab998;
    color: #fff;
    border-radius: 36px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-top-left-radius: 0;
    width: 400px;
}

.services h1 {
    font-size: 5rem;
    color: #19b99845;
    position: absolute;
    bottom: 0;
    left: 16px;
}

.btn_services {
    width: 108px;
    margin-left: auto;
    padding: 12px;
    font-size: 13px;
    margin-right: 30%;
    background-color: #1ab999;
    border: 0;
    color: #fff;
    border-radius: 4px;
    height: 31px;
    display: flex;
    opacity: 0.6;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
}

@media (max-width: 500px) {
    .services .content {
        width: 100%;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: space-around;
        flex-wrap: nowrap;
        padding-left: 60px;
        padding-right: 60px;
    }

    .services .content .servs .cadre_serv {
        background-color: #1ab998;
        color: #fff;
        width: 70%;
        height: 20%;
        border-radius: 36px;
        margin: 6px 1%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        border-top-left-radius: 0;
    }

    .services .content p {
        color: #1ab998;
        width: 80%;
    }

    .services .head {
        width: 100%;
        height: 8%;
    }

    .services .head .bars {
        display: none;
    }
}

.servs .modal {
    border: 1px solid #19b998;
    color: #19b998;
    border-radius: 25px;
    height: 20%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-top-left-radius: 0;
    margin-top: 9%;
    margin-left: -29px;
    background-color: #fff;
    width: 20%;
}

.servs .modal h2 {
    font-size: 15px;
    font-weight: 100;
}

.servs .modal .btns {
    width: 100%;
    display: flex;
    justify-content: center;
}

.servs .modal input {
    width: 90px;
    background-color: #19b998;
    border: 0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 8px;
    padding: 3px;
}

.servs .modal .btns button {
    width: 90px;
    color: #fff;
    background-color: #19b998;
    border: 0;
    border-radius: 5px;
    margin: 12px;
    cursor: pointer;
}

@media (max-width: 500px) {
    .servs .modal {
        width: 80%;
    }
}

.servs .menu_snack {
    display: flex;
    justify-content: flex-start;
    height: 61%;
    margin-left: -39px;
    margin-top: 53px;
}

.servs .menu_snack .snack {
    border: 1px solid #19b998;
    margin-left: 2%;
}

.servs .menu_snack .snack img {
    height: 100%;
}

@media (max-width: 500px) {
    .servs .menu_snack {
        overflow: auto;
    }
}

.servs .otherServices {
    display: flex;
    justify-content: space-evenly;
    height: 70%;
    margin-top: 32px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.servs .otherServices .oth {
    text-align: left;
    color: #1ab999;
    background-color: #e2e3e2;
    font-size: x-large;
    height: 14%;
    padding: 4px 19px;
    display: flex;
    align-items: center;
}

.servs .otherServices .oth p {
    color: #000;
    text-align: center;
    font-size: small;
}


.signature .head {
    width: 100%;
    height: 20%;
}

.signature {
    background-image: url("../img/bg-sign.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.signature .head .logo img {
    width: 100px;
}

.signature .head .bars {
    display: flex;
    margin-left: 10%;
    margin-top: -2%;
}

.signature .bars .bar {
    height: 4px;
    border: 1px solid #1ab998;
    background-color: #1ab998;
    width: 209px;
}

.signature .bars .circle {
    width: 15px;
    height: 15px;
    border: 1px solid #1ab998;
    border-radius: 15px;
    margin-top: -5px;
    background-color: #1ab998;
}

.signature .bar.active {
    background-color: #fff;
}

.signature .bars .circle.active {
    background-color: #fff;
}

.signature .content {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: space-around;
    flex-wrap: nowrap;
    padding-left: 60px;
    padding-right: 60px;
}

.signature .validationSig {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10%;
    margin-bottom: 2%;
}

.signature .validationSig input {
    background-color: gray;
}

.signature .signBox {
    border: 1px solid #1ab998;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    background-color: #fff;
}

.signature .signBox h3 {
    color: gray;
    text-align: center;
    font-weight: 100;
}

.signature .footer {
    right: 0;
    position: absolute;
}

.signature .footer h1 {
    font-size: 10rem;
    color: #19b998;
    opacity: 0.2;
    position: absolute;
    right: 0;
    font-weight: 100;
}

.signature .footer h2 {
    font-family: "salenta";
    color: #19b998;
    right: 13px;
    position: absolute;
    width: 133px;
    bottom: -140px;
    font-size: 26px;
}

.signature .btn_services {
    margin-right: auto;
}


.coordinate ul {
    top: 100% !important;
    transform: translateY(0%) !important;
}

.coordinate .iti {
    position: relative;
    display: inline-block;
}

.coordinate input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0;
    width: 193px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}

.ddrPays {
    background-color: #19b998;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 34px;
    padding: 0px 13px;
    color: #fff;
}


.form-group .motif {
    width: 110%;
    display: flex;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 500px) {
    .servs .otherServices {
        width: 70%;
    }

    .signature .content {
        padding-left: initial;
    }
}

.success {
    text-align: center;
    padding: 40px 0;
    background: #EBF0F5;
    height: 100%;
    width: 100%;
    position: absolute;
}

.success h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.success p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.success i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.success .card {
    background: white;
    padding: 2%;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}

#my_camera{
    width: 320px;
    height: 240px;
    border: 1px solid black;
}

.service .head {
    width: 100%;
    position: absolute;
}

.service .content .right {
    width: 50%;
    height: 100%;
    padding-top: 2%;
    overflow-y: auto;
}
.service {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.service .content .left {
    width: 40%;
    height: 100%;
    background-image: url("../img/instruction.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service .head .logo img {
    width: 100px;
}

.service .head .bars {
    display: flex;
    margin-left: 10%;
    margin-top: -2%;
}

.service .bars .bar {
    height: 4px;
    border: 1px solid #1ab998;
    background-color: #1ab998;
    width: 209px;
}

.service .bars .circle {
    width: 15px;
    height: 15px;
    border: 1px solid #1ab998;
    border-radius: 15px;
    margin-top: -5px;
    background-color: #1ab998;
}

.service .bar.active {
    background-color: #fff;
}

.service .bars .circle.active {
    background-color: #fff;
}

.service label {
    color: #1ab999;
    font-size: 14px;
}

.service .rectange_check {
    width: 100%;
    display: flex;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 12px;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}

.service .rectange_check .date {
    cursor: pointer;
    background-color: #dcdedd;
    color: #000;
    padding: 2px;
    width: 75px;
    margin: 2px;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
}

.service .rectange_check .date.active {
    background-color: #1ab999;
    color: #fff;
}

.service input.motif {
    height: 56px;
    width: 109%;
    border: 1px solid #000;
    border-radius: 7px;
}

.service button.blanc {
    background-color: #1ab999;
    border: 0;
    color: #fff;
    border-radius: 4px;
    height: 31px;
    display: flex;
    opacity: 0.6;
    align-items: center;
    justify-content: space-evenly;
    font-size: 13px;
    cursor: pointer;
    z-index: 2;
}

.service .right h1 {
    font-size: 10rem;
    color: #1ab99866;
    font-weight: 100;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

@media (max-width: 500px) {
    .service .head .bars {
        display: none;
    }

    .service .content .left {
        width: 0%;
    }

    .service .content .right {
        width: 100%;
    }

    .service .content .right .form {
        padding: 17%;
    }

    .service .right h1 {
        font-size: 2rem;
        z-index: 0;
    }
}

.service .content .left {
    position: relative;
    width: 40%;
    height: 100%;
    background-image: url("../img/services.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5; /* Adjust the opacity to be slightly more visible */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle box shadow */
    overflow: hidden; /* Ensure child elements don't overflow the rounded corners */
}

.service .content .left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)); /* Gradient overlay */
    z-index: 1; /* Ensure it stays above the background image */
    opacity: 0.5; /* Overlay opacity */
}

.service .content .left .content {
    position: relative;
    z-index: 2; /* Ensure content stays above the overlay */
    color: #fff; /* White text for contrast */
    padding: 20px;
    text-align: center;
}


.service .head .logo img {
    width: 100px;
}

.service .head .bars {
    display: flex;
    margin-left: 10%;
    margin-top: -2%;
}

.service .bars .bar {
    height: 4px;
    border: 1px solid #1ab998;
    background-color: #1ab998;
    width: 209px;
}

.service .bars .circle {
    width: 15px;
    height: 15px;
    border: 1px solid #1ab998;
    border-radius: 15px;
    margin-top: -5px;
    background-color: #1ab998;
}

.service .bar.active {
    background-color: #fff;
}

.service .bars .circle.active {
    background-color: #fff;
}

.service label {
    color: #1ab999;
    font-size: 14px;
}

.service .rectange_check {
    width: 100%;
    display: flex;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 12px;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}

.service .rectange_check .date {
    cursor: pointer;
    background-color: #dcdedd;
    color: #000;
    padding: 2px;
    width: 75px;
    margin: 2px;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
}

.service .rectange_check .date.active {
    background-color: #1ab999;
    color: #fff;
}

.service input.motif {
    height: 56px;
    width: 109%;
    border: 1px solid #000;
    border-radius: 7px;
}

.service button.blanc {
    background-color: #1ab999;
    border: 0;
    color: #fff;
    border-radius: 4px;
    height: 31px;
    display: flex;
    opacity: 0.6;
    align-items: center;
    justify-content: space-evenly;
    font-size: 13px;
    cursor: pointer;
    z-index: 2;
}

.service .right h1 {
    font-size: 10rem;
    color: #1ab99866;
    font-weight: 100;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

@media (max-width: 500px) {
    .service .head .bars {
        display: none;
    }

    .service .content .left {
        width: 0%;
    }

    .service .content .right {
        width: 100%;
    }

    .service .content .right .form {
        padding: 17%;
    }

    .service .right h1 {
        font-size: 2rem;
        z-index: 0;
    }
}

.service .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.service {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}







