@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body {
    overflow-x: hidden; /* Utilisez-le temporairement si nécessaire */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
   
}
*{
    text-decoration: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;


}
 :root{
    --primary-color:rgb(255, 255, 255);
    --white:rgb(226, 226, 226);
    --border: rgb(43, 46, 55);
    --secondary:  rgb(168, 168, 168);
    --inter: rgba(44, 9, 110, 0.466)
    --y: rgb(255, 187, 0);
    --check: rgb(127, 136, 162);
 }
body {
  position: relative;
  max-height: 100vh;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
} 

.BigMainMobile{
    display: none;
}
.big-main{
    height: 100%;
    width: 100%;
    background: rgb(63,94,251);
    background: radial-gradient(circle, rgb(27, 27, 43) 0%, rgb(17, 22, 37) 100%); 
}

.Master {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.030); /* Couleur de fond transparente avec un léger fond blanc */
    backdrop-filter: blur(10px); /* Applique un flou */
    -webkit-backdrop-filter: blur(10px); /* Pour la compatibilité avec Safari */
}
.topLogo{
    height: 7vh;
    width: 100%;
    /* background-color: #007bff; */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.topLogo h1{
    font-size: 25px;
    line-height: 1.2;
    padding-left: 20px;
    color: var(--secondary);
}
.topLogo h1 p{
    font-size: 14px;
    font-weight: 400;
    color: var(--border);
}
.topLogo a{
    height: 34px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    font-size: 16px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: solid 1px var(--border);
    margin-right: 20px;
    border-radius: 5px;
}


#adeA{
    color: green;
}
#ydeY{
    color: rgb(255, 191, 0);
}

.setingsTop{
    height: 7vh;
    width: 100%;
    /* background-color: #007bff; */
    display: flex;
}

.down, .watch{
height: 100%;
width: 40%;
/* background-color: antiquewhite; */
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
}

.view{
    height: 100%;
    width: 50%;
    /* background-color: rgb(220, 31, 245); */
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
.down p, .watch p, .view p {
    color: var(--secondary);
    height: 33px;
    width: 185px;
    font-size: 16px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--border);
    border-radius: 5px;
}

.view p {
    width: 170px;
    background: rgba(44, 9, 110, 0.466);
    background-color: transparent;
    background: rgba(255, 255, 255, 0.168);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
  }
/* MAIN-MASTER ---MAIN-MASTER----MAIN-MASTER---MAIN-MASTER--MAIN-MASTERMAIN-MASTER */
.MasterMain{
    height: 86vh;
    width: 100%;
    /* background-color: #007bff; */
    display: flex;
}

.MasterMain-Left, .MasterMain-Right{
    height: 100%;
    width: 45%;

}
.MasterMain-center{
    height: 100%;
    width: 55%;
    /* background-color: rgb(94, 56, 8); */
}

.MasterMain-Left{
    display: flex;
    flex-direction: column;


}

.MasterMain-Left h2{
color: var(--secondary);
display: flex;
align-self: center;
font-size: 20px;
font-weight: 400;
margin-bottom: 10px;
    
}
.count2 {
    min-height: 150px;
    width: 95%;
    color: var(--primary-color);
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-self: center;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    font-size: 5em !important;
    position: relative;
    z-index: 1;
    overflow: hidden; 
    margin-bottom: 5px;
}

.count2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    padding: 2px;
    background: linear-gradient(90deg, rgb(47, 49, 74), rgb(80, 62, 29), rgb(64, 64, 2), rgb(3, 58, 3), blue, indigo, rgb(78, 29, 78));
    -webkit-mask: 
    linear-gradient(white, white) content-box, 
    linear-gradient(white, white);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.timeInput{
    height: 50px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #007bff; */
    align-self: center;
}

.timeInput input[type="number"] {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: textfield;
    height: 35px;
    width: 120px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    border-radius: 5px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    padding-left: 10px;
}
.TimeStartBtn{
    height: 35px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #007bff; */
    align-self: center;
}

.TimeStartBtn button{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 132px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    border-radius: 5px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}


.addDis{
    height: 52px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;

    align-self: center;
}
.letGoLeft, .letGoRight{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
}
.letGoRight{
    display: flex;
    justify-content: right;
}

.letGo input[type="number"] {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: textfield;
    height: 35px;
    width: 73px;
    color: var(--secondary);
    border-top: solid 0.2px var(--border);
    border-bottom: solid 0.2px var(--border);
    border-left: solid 0.2px var(--border);
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    padding-left: 10px;
}

.letGo button{
    height: 37.6px;
    width: 50px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    background-color: transparent;
    background: rgba(255, 255, 255, 0.168); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}
.letGo button{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


#helping{
    color: var(--secondary);
    display: flex;
    align-self: center;
height: 430px;
width: 100%;
align-items: flex-end;
/* background-color: aqua; */
text-align: center;
justify-content: center;
}

#helping a{
color: var(--secondary);
margin: 0 25px;
}

.font-selector{
    min-height: 100px;
    inline-size: 92%;
 border: solid 0.2px var(--border);
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}


.font-preview {
    height: 30px;
    width: 135px;
     display: flex;
     justify-content: left;
     align-items: center;
     margin-top: 5px;
     font-size: 1.2em;
     flex-wrap: wrap;
    margin: 0 10px;
     transition: background-color 0.3s;
     color: var(--secondary);
 }
 

.font-preview:hover {
    cursor: pointer;
}

.glazed {
    background: rgba(255, 255, 255, 0.095); 
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease; 
    display: flex;
    justify-content: center;
    align-items: center;
    
    }
    
    /* Effet de focus ou de survol */
    .glazed:hover,
    .glazed:focus {
        background-color: transparent;
        background: rgba(255, 255, 255, 0.040); 
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
    display: flex;
    justify-content: center;
    align-items: center; 
    }
    
    .fontStyle{
        height: 53px;
        width: 95%;
        /* background-color: antiquewhite; */
        display: flex;
        align-self: center;
        justify-content: space-between;
        align-items: center;
    }
    .fontStyle button{
        height: 40px;
        width: 70px;
        color: var(--secondary);
        border: solid 0.2px var(--border);
        background-color: transparent;
        background: rgba(255, 255, 255, 0.168); 
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

        font-size: 15px;
        border-radius: 5px;
    }


#bold-button{
    font-weight: bold;
}

#italic-button{
    font-style: italic;
}


.fontStyle select{
    height: 40px;
        width: 70px;
        color: var(--secondary);
        border: solid 0.2px var(--border);
        background-color: transparent;
        background: rgba(255, 255, 255, 0.168); 
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 15px;
        border-radius: 5px;
        appearance: none;
        padding-left: 10px;
}

.alert-controls{
    height: 60px;
    width: 95%;
    /* background-color:green ; */
    display: flex;
    align-self: center;
}
.alert-controls input[type="number"], .linnkCopy input{
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: textfield;
    height: 43px;
    width: 490px;
    color: var(--secondary);
    border-top: solid 0.2px var(--border);
    border-bottom: solid 0.2px var(--border);
    border-left: solid 0.2px var(--border);
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    padding-left: 10px;
    font-size: 15px;
}

.alert-controls button, .linnkCopy button{
    height: 45.5px;
    width: 90px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    background-color: transparent;
    background: rgba(255, 255, 255, 0.168); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.linnkCopy{
    height: 60px;
    width: 95%;
    /* background-color: aqua; */
    display: flex;
    align-self: center;

}




.color-picker{
    height: 90px;
    width: 95%;
    display: flex;
    justify-content: center;
    /* background-color: aqua; */
    align-self: center;
}

/* GESTION DE LA SELECTION DES COULEURS  */


    #color-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    }
    
    .color-option {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid var(--primary-color); /* Ajoute une bordure blanche pour une meilleure visibilité */
    }
    
    
#reset-color-button{
    height: 40px;
    width: 150px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    background-color: transparent;
    background: rgba(255, 255, 255, 0.168); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;

}

#fullscreen-display {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 260px;
    width: 95%;
    font-size: 40px !important;
    background: black;
    color: white;
    font-size: 10em;  /* Texte très grand */
    font-weight: bold;
    text-align: center;
    border: 1px solid var(--border);
}
.MasterMain-center{
    display: flex;
    flex-direction: column;
}
.MasterMain-center h2, .MasterMain-Right h2{
    color: var(--secondary);
    height: 25px;
    width: 100%;
    display: flex;
    align-self: center;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
    }


.btnWindow{
    height: 55px;
    width: 95%;
    align-self: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: antiquewhite; */
}

.btnWindow button{
    height: 40px;
    width: 70px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    background-color: transparent;
    background: rgba(255, 255, 255, 0.168);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    appearance: none;
    padding-left: 10px;
}

.MasterMain-Right{
    display: flex;
    flex-direction: column;
}


.time-display, #stopwatch-display{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 260px;
    width: 100%;
    font-size: 40px !important;
    background: black;
    color: white;
    font-size: 10em;  /* Texte très grand */
    font-weight: bold;
    text-align: center;
    border: 1px solid var(--border);
}

.input-horloge{
    height: 55px;
    width: 95%;
    align-self: center;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.input-horloge input{
    height: 55px;
    width: 95%;
    align-self: center;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    -moz-appearance: textfield;
  height: 43px;
  width: 490px;
  color: var(--secondary);
  border-top: solid 0.2px var(--border);
  border-bottom: solid 0.2px var(--border);
  border-left: solid 0.2px var(--border);
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
  background: rgba(255, 255, 255, 0.040);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-left: 10px;
  font-size: 15px;
}
.input-horloge button{
    height: 45.5px;
    width: 90px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    background-color: transparent;
    background: rgba(255, 255, 255, 0.168);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn3-chrono{
    height: 50px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}

.btn3-chrono button{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 135px;
    color: var(--secondary);
    border: solid 0.2px var(--border);
    border-radius: 5px;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.040);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}


/* Ajout de l'animation pour faire clignoter le texte */
@keyframes blink {
    0% { 
        color: red;
        box-shadow: 10px 10px 10px 10px red;
    }
    50% {
        color: transparent; 
        box-shadow: none;
    }
    100% { 
        color: red;
        box-shadow: 10px 10px 10px 10px red;
    }
}

.blink {
    animation: blink 1s infinite;
}
.blink {
animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
50% {
    opacity: 0;
}
}


@media only screen and (max-width:1508px){
    .btnWindow button {
        height: 40px;
        width: 120px;
        }

        .time-display, #stopwatch-display {
            height: 260px;
            width: 90%;
            align-self: normal;
        }

.input-horloge {
    height: 55px;
    width: 90%;
  }
  .btn3-chrono {
    height: 50px;
    width: 90%;
    align-self: normal;
  }
  .linnkCopy {
    height: 60px;
    width: 90%;
    display: flex;
    align-self: normal;
  }
  #fullscreen-display {
    height: 168px;
    width: 95%;

  }
  .copydown{
    height: 60px;
    width: 95%;
    display: flex;
    align-self: center;
  }
}
@media only screen and (max-width:1438px){
    .btnWindow button {
        height: 40px;
        width: 80px;
      }
      .MasterMain-Left, .MasterMain-Right {
        height: 100%;
        width: 30%;
      }
      .time-display, #stopwatch-display {
        height: 168px;
        width: 90%;
      }

      .TimeStartBtn button {
        height: 35px;
        width: 90px;
      }

      .timeInput input[type="number"] {
        height: 35px;
        width: 77px;
      }

      .color-picker {
        height: 82px;
        width: 95%;
      }
      .color-option {
        width: 25px;
        height: 25px;
    
      }

      .letGo button {
        height: 36.6px;
        width: 50px;
      }
      #reset-color-button {
        height: 40px;
        width: 104px;
        align-self: flex-end;
      }
      .btn3-chrono button {
        height: 35px;
        width: 90px;
      }


      .alert-controls input[type="number"], .linnkCopy input {
        font-size: 12px;
      }

}
@media only screen and (max-width:1238px){
    .alert-controls button, .linnkCopy button {
        height: 45.5px;
        width: 120px;
      }
      #reset-color-button {
        height: 30px;
        width: 104px;
      }

      .input-horloge input {
        height: 43px;
        width: 255px;
      }
      .input-horloge button {
        height: 45.5px;
        width: 70px;
         }
}

@media only screen and (max-width:1140px){
    .input-horloge input {
        height: 43px;
        width: 255px;
        font-size: 12px;
      }

      .alert-controls input[type="number"], .linnkCopy input {
        height: 43px;
        width: 255px;
      }
      .alert-controls button, .linnkCopy button {
        height: 45.5px;
        width: 60px;
      }
    }
    .font-preview {
      height: 30px;
      width: auto;  
}

@media only screen and (max-width:1098px){
    .linnkCopy {
        height: 60px;
        width: 100%;
      }
      .time-display, #stopwatch-display {
        height: 168px;
        width: 98%;
      }
      .input-horloge {
        height: 55px;
        width: 98.5%;
      }
      .btn3-chrono {
        height: 50px;
        width: 99%;
      }
}

@media only screen and (max-width:1024px){
.big-main{
    display: none;
}
.BigMainMobile{
  display: block;
}
}

/* HELPING MAIN HELPING MAIN HELPING MAIN */
.helpingMain{
    min-height:100vh ;
    width: 100vw;
    background-image: url(../img/site/amayoTimer1.PNG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.helpingMaster{
    min-height:100vh ;
    width: 100vw;
    background-color: transparent;
    background: rgba(29, 43, 90, 0.168);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;

}
.helpingMaster h1{
    display: flex;
    align-self: center;
    margin-top: 28rem;
    color: var(--white);
}
.helpingMaster h5{
    display: flex;
    align-self: center;
    color: var(--secondary);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.helpingMaster h3{
    height: 25px;
    width: 500px;
    display: flex;
    align-self: center;
    justify-content: left;
    align-items: center;
    margin-top: 30px;
    color: var(--white);
    font-size: 20px;
}
.helpingMaster h3 i{
font-size: 15px;
}
.countOne{
    height: 300px;
    width:500px;
    background-image: url(../img/site/amayo2.PNG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-self: center;
    margin-top: 15px;
    border-radius: 10px;
    border: solid 0.5px rgb(57, 59, 65);
    margin-bottom: 15px;
}
.c2{
background-image: url(../img/site/amayo3.PNG);
height: 250px;
}
#countListe{
    color: var(--secondary);
    font-size: 15px;
    min-height: 30px;
    width:500px;
    display: flex;
    align-self: center;
   align-items: center;
}

#countListe i{
    color: var(--check);
}
.reseuxNet{
    height: 40px;
    width: 500px;
    /* background-color: aquamarine; */
    display: flex;
    align-self: center;
    margin-bottom: 25px;
    justify-content: space-between;
    align-items: center;
}
.reseuxNet a{
font-size: 20px;
color: var(--check);
}
@media only screen and (max-width:528px){
    .helpingMaster h5 {

        font-size: 14px;
      
}
.countOne {
    height: 300px;
    width: 95%;
  }
  
  .helpingMaster h1{
    margin-top: 33rem;
}

}
@media only screen and (max-width:512px){

    #countListe {
        color: var(--secondary);
        font-size: 12px;
       height: 30px;
       width: 97%;
        display: flex;
        flex-wrap: wrap;
      }
      .helpingMaster h5 {
        font-size: 14px;
        padding: 0 5px;
      }
      .reseuxNet {
        height: 40px;
        width: 90%;
      }
      .helpingMaster h3 {
        height: 25px;
        width: 95%;

      }

      .c2{
        height: 300px;
        }

}

@media only screen and (max-width:490px){
    .countOne {
        height: 279px;
        width: 95%;
      }
      .c2 {
        height: 222px;
      }
      .helpingMaster h3 {
        height: 25px;
        width: 95%;
        font-size: 15px;
      }

      .helpingMaster h1{
        margin-top: 27rem;
    }
    
}

@media only screen and (max-width:428px){
    .countOne {
        height: 236px;
        width: 95%;
      }
      .c2 {
        height: 186px;
      }
}

@media only screen and (max-width:400px){
    #countListe {
        font-size: 10px;
      }
      .helpingMaster h3 {
        font-size: 12px;
      }
      .helpingMaster h1{
        margin-top: 22rem;
    }
}

@media only screen and (max-width:376px){
    .countOne {
        height: 205px;
        width: 95%;
      }
      .c2 {
        height: 163px;
      }
      .helpingMaster h1{
        margin-top: 18rem;
    }
}