@font-face {
    font-family: "Poppins SemiBold";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins SemiBoldItalic";
    src: url("../fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins Bold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins Regular";
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins Medium";
    src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins Medium Italic";
    src: url("../fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins Italic";
    src: url("../fonts/Poppins/Poppins-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins Light";
    src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins ExtraBold";
    src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins MediumItalic";
    src: url("../fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Light";
    src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat SemiBold";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Italic";
    src: url("../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "salenta";
    src: url("../fonts/salenta/ttf/salenta-salenta-400.ttf") format("truetype");
}



*{
    padding: 0;
    margin: 0;
    font-family: "Poppins Regular";
}



.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;
    margin-top: 8%;
    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%;
    height: 20%;
    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-image: url("../img/coordinate.png");
    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: 10%;
}
.verification .content .right{
    width: 70%;
    height: 100%;
}
.coordinate .head h1{
    font-family: "salenta";
}
.coordinate .head p{
    margin-top: 31px;
}
.coordinate .head .logo{
    position: absolute;
    right: 0;
    margin: 0;
    margin-top: -25px;
}

.coordinate .content .right .form{
    margin: 10% 0 10px 8%;
}
.form-group{
    display: flex;
    flex-direction: column;
    width: 255px;
}
.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-image: url("../img/verig.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.verification .form{
    margin-left: auto;
    max-width: 300px;
    margin-right: auto;
    height: 70%;
    padding-top: 20%;
}
.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;
}
.verification input{
    background-color: #19b998;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 15px;
    padding: 16px;
    color: #fff;
}
@media (max-width: 500px) {
    .verification .content .right{
        display: none;
    }
    .verification .bars{
        display: none;
    }
    .verification .form{
        padding-top: 70%;
    }
}

.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;
}
.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;
}
.instruction .right h1{
    font-size: 10rem;
    color: #1ab99866;
    font-weight: 100;
    bottom: 0;
    position: absolute;
    right: 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%;
    }
}
.services .head{
    width: 100%;
    height: 20%;
}
.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{
    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;
}
.services .content h3{
    color: #000;
}
.services .content p{
    color: #1ab998;
}
.services .content .servs{
    display: flex;
    height: 80%;
}
.services .content .servs .cadre_serv{
    background-color: #1ab998;
    color: #fff;
    width: 20%;
    height: 80%;
    max-width: 400px;
    border-radius: 36px;
    margin: 0 1%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-top-left-radius: 0;
}
.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 {
        display: flex;
        height: 80%;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .services .content .servs .cadre_serv {
        background-color: #1ab998;
        color: #fff;
        width: 70%;
        height: 20%;
        max-width: 400px;
        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;
}
@media (max-width: 500px) {
    .servs .otherServices{
        width: 70%;
    }
}


.signature .head{
    width: 100%;
    height: 20%;
}
.signature{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    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;
    width: 210px;
    height: 130px;
    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;
}
.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;
}

input[type="file" i] {
    opacity: 0;
    cursor: pointer;
    margin-top: -50px;
}


















