html{
    
}

p, label, li , ul, h1{
    font-family: Tahoma;
}

table {
    width: 100%;
    border-collapse: collapse;
}

 
th,td {
    padding: 10px;
    border: 2px solid #ddd;
}

th {
    background-color: #f2f2f2;
    text-align: left;
}
tr:hover {
    background-color: #f5f5f5;
}

.tdalign{
    display: flex;
    flex-direction: row;
    align-items: center;
    

}

.icone{
    margin-left: 5px;
    margin-top: 2px;
}




table button{
    background-color: rgba(189, 189, 189, 0.632);
}
  
.menu-bar {
    border-radius: 25px;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(189, 189, 189, 0.632);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    align-items: center;
    padding: 0 10px;
    margin: 25px 0 25px 0 ;
    
    
}

li {
    list-style: none;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    font-weight: bold;
    padding: 12px 16px;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    
}

li::before {
    
    position: absolute;
    top: 0;
    left:0;
    height:100%;
    width: 100%;
    z-index:-1;
    transition: .1s;
    border-radius: 25px;
}
li:hover {
        
    background: linear-gradient(to bottom, #e8edec, #d2d1d3);
    box-shadow: 0px 3px 20px 0px rgb(186, 183, 183);
    transform: scale(1.1);
    border-radius: 25px;
}
        



.menu-bar-unik {
    
    position: fixed; 
    margin-left: 3%;
    margin-top: 5%;
    border-radius: 25px;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(189, 189, 189, 0.632);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    
    padding: 0 10px;
    
    li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-family: sans-serif;
        font-weight: bold;
        padding: 12px 16px;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left:0;
            height:100%;
            width: 100%;
            z-index:-1;
            transition: .2s;
            border-radius: 25px;
        }
            &:hover {
                &::before {
                    background: linear-gradient(to bottom, #e8edec, #d2d1d3);
                        box-shadow: 0px 3px 20px 0px rgb(186, 183, 183);
                        transform: scale(1.2);
                }
                color: rgb(0, 0, 0);
        }
    }
}

.menu-bar-unik-valid {
    
    margin-left: 80%;
    border-radius: 25px;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(189, 189, 189, 0.632);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    
    padding: 0 10px;
    
    li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-family: sans-serif;
        font-weight: bold;
        padding: 12px 16px;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left:0;
            height:100%;
            width: 100%;
            z-index:-1;
            transition: .2s;
            border-radius: 25px;
        }
            &:hover {
                &::before {
                    background: linear-gradient(to bottom, #e8edec, #d2d1d3);
                        box-shadow: 0px 3px 20px 0px rgb(186, 183, 183);
                        transform: scale(1.2);
                }
                color: rgb(0, 0, 0);
        }
    }
}


.menu-bar-unik-conclure {
    
    margin-top: 100px;
    border-radius: 25px;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(189, 189, 189, 0.632);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    
    padding: 0 30px;
    
    li {
        
        list-style: none;
        color:rgb(0, 0, 0);
        font-family: sans-serif;
        font-weight: bold;
        padding: 20px 24px;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left:0;
            height:100%;
            width: 100%;
            z-index:-1;
            transition: .2s;
            border-radius: 25px;
        }
            &:hover {
                &::before {
                    background: linear-gradient(to bottom, #ce4c4c, #ce4c4c);
                        box-shadow: 0px 3px 20px 0px rgb(186, 183, 183);
                        transform: scale(1.2);
                }
                color: rgb(0, 0, 0);
        }
    }
}

.menu-bar-unik-valid-cri {
    
    margin-left: 80%;
    width: 105px;
    border-radius: 25px;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(189, 189, 189, 0.632);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    
    padding: 0 8px 0 8px;
    
    li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-family: sans-serif;
        font-weight: bold;
        padding: 12px 16px;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left:0;
            height:100%;
            width: 100%;
            z-index:-1;
            transition: .2s;
            border-radius: 25px;
        }
            &:hover {
                &::before {
                    background: linear-gradient(to bottom, #e8edec, #d2d1d3);
                        box-shadow: 0px 3px 20px 0px rgb(186, 183, 183);
                        transform: scale(1.2);
                }
                color: rgb(0, 0, 0);
        }
    }
}

.menu-bar-unik-dialog {
    
    margin-left: 80%;
    width: 110px;
    border-radius: 25px;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(189, 189, 189, 0.632);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    
    padding: 0 8px 0 8px;
    
    li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-family: sans-serif;
        font-weight: bold;
        padding: 12px 16px;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left:0;
            height:100%;
            width: 100%;
            z-index:-1;
            transition: .2s;
            border-radius: 25px;
        }
            &:hover {
                &::before {
                    background: linear-gradient(to bottom, #e8edec, #d2d1d3);
                        box-shadow: 0px 3px 20px 0px rgb(186, 183, 183);
                        transform: scale(1.2);
                }
                color: rgb(0, 0, 0);
        }
    }
}
.menu-bar-unik-dialog-mod {
    
    
    width: 125px;
    border-radius: 25px;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(189, 189, 189, 0.632);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    
    padding: 0 8px 0 8px;
    
    li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-family: sans-serif;
        font-weight: bold;
        padding: 12px 16px;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        &::before {
            content: " ";
            position: absolute;
            top: 0;
            left:0;
            height:100%;
            width: 100%;
            z-index:-1;
            transition: .2s;
            border-radius: 25px;
        }
            &:hover {
                &::before {
                    background: linear-gradient(to bottom, #e8edec, #d2d1d3);
                        box-shadow: 0px 3px 20px 0px rgb(186, 183, 183);
                        transform: scale(1.2);
                }
                color: rgb(0, 0, 0);
        }
    }
}

#background-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Placer l'image de fond derrière tout le reste */
}



/* ////////////////Accueil////////////////////////////// */

.Abody {
    
    display: flex;
    margin: 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
    
}

.Abody2 {
    
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
    
}


.Abutton {
    padding: 10px 20px;
    margin: 5px;
    margin-top: 10%;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    background-color: #d9d6e6;
}
.Abutton:hover {
    background-color: #506374;
}

h2 {
    color: #c0c0c0;
    font-size: 7.5em;
    
    
}
a{ 
    text-decoration: none;
    color: black;
}

/* ///////////////////CSS PAGE COMMUNE /////////////////////*/

.Cbody {
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: center;
    

}
.h3c {
    padding: 10px;
    align-items: center;
    text-align: center;
    text-decoration: underline;
    font-size: 1.7em;
}
.h2A{
    color: #c0c0c0;
    font-size: 5em;
    text-decoration: 4px underline #c0c0c0;
    
    padding: 28px;
    margin-top: 5%;

}


.h2C{
    color: #c0c0c0;
    font-size: 4em;
    text-decoration: 4px underline #c0c0c0;
    
    padding: 17px;
    margin-top: 5%;

}


h4{
    color: #c0c0c0;
    font-size: 1.5em;
    
}


      
.Cbutton:hover {
    background-color: #506374;
}

#fondblanc{
    border: 5px solid #dddddd;
    border-radius: 5px;
    background-image: url("img/image2.jpg");
    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    
    width: 55%;
    position: relative;
    left: 22%;
    display: flex;
    flex-direction: column;
    padding: 1%;
    margin-bottom: 10%;
    overflow: hidden;
    
    
} 


#fondblanc1{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

textarea {
    width: 98%;
    max-width: 98%;
    min-width: 98%;
    height: 45px;
    min-height: 45px;
    line-height: 1.5;
    border-radius: 5px;
}

.optcheck{
    font-size: 17px;
    margin-top: 10px;
    border-radius: 5px;
   
}

.optcheck-title{
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}
.optinput{
    
    height: 45px;
    width: 98%;
    border-radius: 5px;
    
    
}

.optselect{
    
    height: 45px;
    width: 98.7%;
    border-radius: 5px;
    color:#080710;
    
    
}
.optdate{
    
    height: 45px;
    width: 98.5%;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 5px;
    
    
}

/* page CR_AUDIT */


#info1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid black;
    padding:5px;
}

#flexg{
    width: 40%;
    display: flex;
    flex-direction: column;
}
#flexd{
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-left: 20%;
}
#info2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid black;
    padding:5px;
    align-items: flex-start;
}


/* /////////////////////////////////////////////////////////////////////////////consulter///////////////////////////////////////////////////////////////////////////// */

.filter-bar {
    background-color: #f2f2f2;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -60%;
    margin-bottom: 2%;
}
.filter-bar input[type="text"],
.filter-bar input[type="date"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 2px;
}

.filter-bar1 {
    background-color: #f2f2f2;
    padding: 10px;
    display: flex;
    
    align-items: center;
    
    margin-bottom: 2%;
}
.filter-bar1 input[type="text"],
.filter-bar1 input[type="date"] {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 1%;
    
}
.filter-bar1 label{
    margin-left: 1%;
}












/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

p[title12] {
    position: relative; 
    font-size: 15px;
    border: 1.5px solid black;
    padding: 1px;
}
  

p[title12]:hover::after {
    content: attr(title12);
    width: 300px;
    position: fixed;
    margin-top: 25%;
    position: absolute;
    top: 0px; left: -25%;
    background-color: grey;
    color: #fff; 
    padding: 5px;  
    border-radius: 5px;
    z-index: 1;
    word-wrap: break-word;
    white-space: pre-line; 
    max-width: 500px; 
}
  

p[title12]:hover::before {
    content: ""; 
    position: absolute; 
    top: 110%;
    left: 50%; 
    transform: translateY(-50%); 
    border-width: 5px; 
    border-style: solid; 
    border-color: transparent transparent grey transparent;
}





/* ///////////////////////////////page admin////////////////////////////////// */
/* .container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
  
.section {
    margin-bottom: 20px;
}
  

input[type="text"],
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
  
button {
    background-color: rgb(119, 98, 117);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
  
button:hover {
    background-color: rgb(119, 98, 117);
} */



/* //////////////////////////////page critere 1/////////////////////////////////////// */




#info1.c {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid black;
    padding:5px;
    
}

.flexg-c{
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    padding-top: 15px ;
}

.flexm{
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
}



.flexd-c{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    margin-top: 1%;
    
    border-width: 20%;
    padding-bottom: 15px;
    padding-right: 15px;
}

#info2.c {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid black;
    padding:5px;
    align-items: flex-start;
}



/* /////////////////////////////////////////////////////////////////// */



.classdialogue{
    width: 1000px;
    height: 320px;
}

.classdialoguefini{
    width: 500px;
    

}



/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */





.buttonnone{
    
    border: 0px solid rgb(19, 19, 19);
    background-color: transparent;
    font-size: 15px;
  }



/* /////////////////////////////////barre nav fixe page loc///////////////////////////////////////////// */

@import url('https://fonts.googleapis.com/css?family=Roboto');

.container{
  padding: 30px;
}

.card{


  width: 260px;
  position: fixed;
  right: 0;
  margin-top: -20px;
  height: 95%;
  background-color: #4a5a63;
  border-radius: 10px 10px;
}



.iconM{
  font-size: 14px;
  margin-left: 170px;
  color: #2f89fc;
}

.icon{
  margin-right: 8px;
}

.linav{
  transition: 1s all;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 4%;
  margin-left: -40px;
  margin-top: 0px;
  color: #fff;
  list-style: none;
  display: block;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}

.linav:hover{
  transition: 1s all;
  color: #2f89fc;
  background-color: rgba(42, 56, 65, 0.82);
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  cursor: pointer;
}

.scroller {
    width: 300px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
  }





/* /////////////////////bouton fleche//////////////////////////////// */
.center-con {
    position: fixed;
    margin-top: 40%;
    margin-left: 5%;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    
}

.round {
    position: relative;
    border: 3px solid rgba(189, 189, 189, 0.632);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

span {
    z-index: 999;
    height: 3px;
    margin:1px;
    width: 15px;
    background: rgba(189, 189, 189, 0.632);
    transition: 0.4s ease;
}

span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 35%;
}

span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 35%;
}

span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 54%;
}

span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 54%;
}

.round:hover span:nth-child(1) {
    transform: rotate(-135deg);
}

.round:hover span:nth-child(2) {
    transform: rotate(135deg);
}

.round:hover span:nth-child(3) {
    transform: rotate(225deg);
}

.round:hover span:nth-child(4) {
    transform: rotate(-225deg);
}

/* /////////////////////panneau login///////////////////////////// */

.formconnecion{
    height: 300px;
    width: 400px;
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-50%);
    margin-top: 30%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}
.formconnecion *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
.formconnecion h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    margin-top: -20px;
}

.formconnecion label{
    
    font-size: 16px;
    font-weight: 500;
}
.formconnecion input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    
    font-size: 14px;
    font-weight: 300;
}
.formconnecion ::placeholder{
    color: #e5e5e5;
}
.formconnecion button{
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.formconnecion button:hover{
    opacity: 0.5;

}


.formcreation{
    width: 80%;
    background-color: rgba(79, 74, 88, 0.5);
    position: relative;
    margin-top: 5%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    padding:  35px;
}
.formcreation *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
.formcreation h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    margin-top: -20px;
} 
.formcreation h4{
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
    border-radius: 2px;
}
.formcreation h4 a{
    text-align: center;
    margin-top: 2px;
    border-radius: 2px;
    color:#6b6b6b;
    text-decoration: underline;
}

.formcreation label{
    
    font-size: 16px;
    font-weight: 500;
}
.formcreation input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.336);
    border-radius: 3px;
    padding: 0 10px;
    
    font-size: 14px;
    font-weight: 300;
}

.formcreation select{
    display: block;
    height: 50px;
    width: 102.5%;
    background-color: rgba(255, 255, 255, 0.336);
    border-radius: 3px;
    padding: 0 10px;
    
    font-size: 14px;
    font-weight: 300;
}

.formcreation ::placeholder{
    color: #e5e5e5;
}
.formcreation button{
    margin-top: 25px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.formcreation button:hover{
    opacity: 0.5;

}




.logoutbutton{
    position: fixed;
    margin-left: 95%;
    margin-top: 2.5%;
    color: #d9d6e6;
}



/* /////////////////////////////////////////////////////////////////////////////////// */


  
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    width: 60%;
    height: 85%;
    z-index: 1;
}
  
.modal:target {
    visibility: visible;
    opacity: 100;
}
.modal__content {
    background-color: rgba(0, 0, 0, 0.644);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(32, 32, 32, 0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    border-radius: 4px;
    position: fixed ;
    font-family: 'Roboto', sans-serif;
    width: 40%;
    height: 65%;
    max-width: 90%;
    
    
    
}

.modal__content h1{
    color: white;
    text-align: start;
    margin-top: 2.5%;
    margin-left: 2.5%;
    
}
  

.modal__close {
    position: absolute;
    font-size: 40px;
    top: 10px;
    right: 10px;
    color: #b3b3b3;
    text-decoration: none;
}


/* /////pour le form dans le modal////// */

.modal .formcreationmodal{
    width: 100%;
    align-items: baseline;
    text-align: start;
    position: relative;
    
    border-radius: 10px;
    margin-top: -25px;
    padding-top: 0;
    padding:  35px;
}
.formcreationmodal *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
.formcreationmodal h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    margin-top: -20px;
} 
.formcreationmodal h4{
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
    border-radius: 2px;
}
.formcreationmodal h4 a{
    text-align: center;
    margin-top: 2px;
    border-radius: 2px;
    color:#6b6b6b;
    text-decoration: underline;
}

.formcreationmodal label{
    
    font-size: 16px;
    font-weight: 500;
    
   
}
.formcreationmodal input{
    display: block;
    height: 50px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.336);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
}
.formcreationmodal ::placeholder{
    color: #e5e5e5;
}
.formcreationmodal button{
    margin-top: 3%;
    
    margin-left: 72.5%;
    width: 20%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.formcreationmodal button:hover{
    opacity: 0.5;

}

.password-container button {
    margin-top: -50px;
    position: absolute;
    right: 50px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 10px;
}

.password-containerindex button {
    margin-top: -50px;
    width: 20px;
    position: absolute;
    right: 40px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}


  
.mdpoubliebutton{
    position: absolute;
    width: 15%;
    height: 6%;
    top: 5%;
    right: 5%;
    text-decoration: none;
    border:none;
    font-family: 'Poppins',sans-serif;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
   
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.mdpoubliebutton:hover{
    
    background-color: #dad7d7;

}





.modal1 {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    width: 60%;
    height: 85%;
    z-index: 1;
}

.modal1:target {
    visibility: visible;
    opacity: 100;
}

.modal__content1 {
    background-color: rgba(0, 0, 0, 0.644);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(32, 32, 32, 0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    border-radius: 4px;
    position: fixed ;
    font-family: 'Roboto', sans-serif;
    width: 50%;
    height: 85%;

}

.modal2 {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    width: 60%;
    height: 85%;
    z-index: 1;
}

.modal2:target {
    visibility: visible;
    opacity: 100;
}

.modal__content2 {
    background-color: rgba(0, 0, 0, 0.644);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(32, 32, 32, 0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    border-radius: 4px;
    position: fixed ;
    font-family: 'Roboto', sans-serif;
    width: 20%;
    height: 77.5%;
    left: 1%;
    top: 20%;

}

.modal__content2 h1 {
    color: #ffffff;
    font-size: 20px;
    margin-left: 10px;

}

.modal__close1 {
    position: absolute;
    font-size: 40px;
    top: 10px;
    right: 10px;
    color: rgba(189, 189, 189, 0.632);
    text-decoration: none;
}

.modal__close2 {
    position: absolute;
    font-size: 40px;
    top: 1px;
    left: 10px;
    color: rgba(189, 189, 189, 0.632);
    text-decoration: none;
}


.wrapper1 {
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

}

.wrapper1 a {
    display: inline-block;
    text-decoration: none;
    padding: 35px;
    background-color: rgba(189, 189, 189, 0.632);
    border-radius: 100px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 5ch;



}
.wrapper1 a:hover{
    font-size: 80px;
}

.wrapper2 {
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

}

.wrapper2 a {
    display: inline-block;
    text-decoration: none;
    
    text-transform: uppercase;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    



}
.wrapper2 a:hover{
    font-size: 80px;
}
.fixed-bottom-right1 {
    position: fixed;    
    top: 40%;
    left: 90%;
    }

@media (min-width: 1820px) {
  
    .modal__content1 {
        background-color: rgba(0, 0, 0, 0.644);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(32, 32, 32, 0.1);
        box-shadow: 0 0 40px rgba(8,7,16,0.6);
        border-radius: 4px;
        position: fixed ;
        font-family: 'Roboto', sans-serif;
        width: 40%;
        height: 70%;
    
    }
    
}


.fixed-top-left {
    position: fixed;    
    top: -40%;
    left: 2.5%;
}

.red-option {
    color: red;
}





.modal__content2 h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
}

.modal__content2 p {
    font-size: 18px;
    margin: 10px 0;
    color: #c0c0c0;
}

.modal__content2 strong {
    color: #007bff;
}


