* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
  --main-height-nav: 70;
}
a {
  text-decoration: none;
}
body{
    
    background-color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;    
    font-weight: 200;
  }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}





.laBorder {
  border: 1px solid #303030;
}
/* ---------------------------- la navigation ---------------------------- */
   /* The navigation bar */

  nav {
   /* display: flex;
    justify-content: space-around;*/
    display: flex;
    overflow: hidden;
    z-index: 9997;
    background-color: #858687;
    position: fixed; 
    height: var(--main-height-nav)+'px';
    width: 100%;
    align-items: center;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(250, 249, 249, 0.5);
    box-shadow: 0px 5px 15px #303030;
    padding-right: 20px;
  }

.logoTitre{
  display: flex;
  align-items: center;
  height: var(--main-height-nav) +'px';
  margin-left: 230px;
  margin-right: 10%;
  width: 35%;
  height: 58px;
  padding-top: 10px;
}

  input[type=checkbox] {
    display: none;
  }


  nav ul {
    list-style-type: none;
  }

 

  .nav-links {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    width: 40%;
  }
  .nav-links li {
    list-style: none;
}


  
  /* Links inside the navbar  */
  .nav-links a {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;

}

  nav.scroll { 
    opacity: 1;
    background-color: #858687; 
    /*opacity: 1;*/
  }


.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  border-radius: 3px;
}
.burger {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-links {
      display: none;
  }
  .logoTitre {
    height: 30px;
  }
  .burger {
      display: block;
      cursor: pointer;
  }

  input[type=checkbox]:checked ~ .nav-links {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 7vh;
      right: 0;
      background-color: #333;
      width: 40%;
      height: 70vh; /* 92vh*/
  }
}
@media screen and (max-width: 1300px) {
  .nav-links {
      display: none;

  }

  
}

/* ------------------ fin de la navigation  -------------------------*/


.drapeauG {
  content: '';
  width: 150px;
  height: 250px;
  background: rgb(73, 72, 72);
  margin-top: 0;
  margin-left: 40px;
  position: fixed;
  z-index: 9998;

}
.drapeauG::before, .drapeauG::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;

}

.drapeauG:after {
  bottom: -25px;
  left: 0;
  border-left: 75px solid rgb(73, 72, 72);
  border-right: 75px solid rgb(73, 72, 72);
  border-bottom: 25px solid transparent;
}
.monDeconte{
 position: fixed;
 display: block;
 margin-top: 60px;
 /*justify-content: end; */

 height: 80px;
 width: 100%;
 z-index: 9996;
 text-align: right;
 box-shadow: 0px 5px 15px #303030;

 
}


.drapeauR > div:first-child {
  margin: 0 20px 0 0;
}


#invitation{
 
  font-size: 20px;
  color: #fff;
  margin-right: auto;
  padding-left: 235px;
 
}
#invitation a{
  font-weight: 400;
  color: #fff;
}
.drapeauR {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 80px;
  background: rgb(210, 1, 1);
  position: relative;
  padding: 0 10px 0 10px;

}

#drag {
  z-index: 9999;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*background-image: url('../img/Logo_compagnons_2B.svg');*/
  background-image: url('../img/Logo_compagnons_B.svg') ;

  position: fixed;
  background-size: auto;
  background-repeat: no-repeat;
  filter: drop-shadow(5px 10px 3px rgb(0 0 0 / 0.4));
  left: 3px;
  top: 30px;
  background-position: 0px 0px;
  height: 360px;
  width: 230px;

}
.villeMons {
  position: fixed;
  z-index: 9990;
  background-image: url('../img/logo_Mons01.png');
  background-color: rgba(249, 246, 246, 0.8);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
  background-position-y: -10px;

  left: 55px;
  top: 350px;
  width: 120px;
  height: 120px;
  
  
  
  }

/* ———————————————— le compteur ——————————————————— */

#title {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  display: block;
  margin: 0 20px 0 10px;
  
  
}
@media screen and (max-width: 1300px) {
  #title {font-size: 2rem;
}

}
#minuteur {
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(4, 56px);
  gap: 8px;
  margin: 4vh 0 5vh;

}
.box{
  height: 56px;
  text-align: center;
  background-color: rgba(249, 246, 246, 0.3);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
}
.box > div:first-child {
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-top: 12px;
  margin-bottom: 10px;
}
.unite{
  font-size:  12px;
  text-align: right;
  padding-right: 6px;

}
.boxMin{
  margin-top:28px;
  height: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  
}
.boxMin > div {
  font-size: 20px;

}

