@font-face {
    font-family: Harland-Roselyn;
    src: url('Harland Roselyn.ttf');
  }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
  }
  div, span, h1, h2, h3, h4, input, area, button, header, hr, img, svg {
    display: flex;
  }
  h1{
    font-size: 4.5rem!important;
  }
  .root {
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    gap:0px;
    /* justify-content: center; */
    /* justify-content: space-between; */
    align-items: center;
    /* position: fixed; */
    z-index: 1;
    background-color: rgb(39, 39, 39);
    background-image: url('./bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur;
  }
  .backdrop-effect {
   
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(10px); /* Pour Safari */
  }
  :root {
    --color1 : #24b0af;
    --color2 : linear-gradient(263deg, rgba(240,151,236,1) 18%, rgba(197,94,252,1) 63%);
    --color6 : linear-gradient(263deg, rgb(197, 94, 252) 18%, rgba(158, 23, 151, 0.788) 63%);
    --color7 : linear-gradient(263deg, rgb(197, 101, 248) 18%, rgba(158, 23, 151, 0.788) 63%);
    --background4: rgba(203, 128, 243, 0.555);
    --background5: rgba(255, 0, 0, 0.151);
    --color8: rgb(197, 94, 252);
    --color3 : #da8bf6;
    --color4 : #ffffff;
    --color5 : #82DDF0;
    /* --color1 : #F7B267;
    --color2 : #F79D65;
    --color3 : #F4845F;
    --color4: #F27059;
    --color5: #F25C54; */
  }
  body {
    background:linear-gradient(263deg, var(--background5) 18%, rgb(236, 236, 236) 63%);
    overflow-x: hidden;

  }
  ion-icon {
      color: var(--color1);
      font-size: 21px;
      font-weight: 100;
  }
  .navbar-networks {
    display: flex;
    height: 40px;
    width: 100%;
    background-color: rgba(141, 187, 247, 0.788);
    flex-direction: row;
    gap: 20px;
    justify-content: end;
    padding-right: 30px;
    align-items: center;
  }
  .navbar-networks a {
    height: 40px;
  }
  .navbar-networks a ion-icon {
    color: rgba(63, 65, 167, 0.815);
    height: 40px;
  }


  .nav-desktop {
    width: 100vw;
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    /* background: linear-gradient(to bottom, #dbfff3, #9fc0ce); */
    position: fixed;
    margin-top: 40px;
    transition: height 0.5s ease;
    border-bottom: 2px solid rgba(209, 208, 208, 0.37);
  }
  .nav-desktop .logo {
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: height 0.3s ease;
  }
  .nav-desktop .title-web {
    width: 30%;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    transition: font-size 0.3s ease;
    display: flex;
    flex-direction: column;
    /* font-style: italic; */
    /* transform: skew(-5deg); */
    
  }
  .nav-desktop .title-web .title {
    font-size: 3.9rem;
    color: #4976d6;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: -3px 2px 1px rgba(0, 0, 0, 0.2);
  }
  .primary {
    /* background-color: rgb(156, 190, 99)!important; */
  }
  .nav-desktop .nav-menu {
    width: 65%;
    justify-content: end;
    gap: 10px;
  }
  .nav-desktop .nav-menu span{
    padding: 5px;
    min-width: 100px;
    height: 40px;
    /* background-color:#658baf; */
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    /* box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.452); */
    cursor: pointer;
    transition: all 0.2s;
    color: rgb(36, 19, 19);
    text-decoration: none;
  }
  .nav-desktop .nav-menu span a{
    color: rgb(41, 11, 11);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
  }
  .nav-desktop .nav-menu span a:hover{
    text-decoration: none;
    color: rgb(55, 48, 117);
  
  }
  .nav-desktop .nav-menu span:hover{
    /* background-color:rgba(46, 82, 150, 0.877); */
  }
  .loginout {
    min-width: 110px!important;
    justify-content: space-around!important;
    gap: 4px;
    padding-left: 5px;
  }
  .loginout img {
    height: 20px;
  }
  .main-wrap {
    width: 100%!important;
    height: 350px;
    padding-top: 350px;
    display: flex;
    background-image: url('./bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -410px;
    top:0;
    border-bottom: 2px solid rgb(184, 181, 181);

  }
  .main.home {
    height: calc(100% - 350px);
    /* padding-top: 500px; */

  }

  .main-page {
    width: calc(100% - 500px)!important;
    display: flex;
    flex-direction: column;
  }
  .page-schema {
    width: 100%!important;
    margin-bottom: 5px;
    display: flex;
    /* gap: 10px; */
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 2px solid rgba(184, 181, 181, 0.295);
  }
  .page-schema a {
    text-decoration: none;
    color: rgb(102, 100, 100);
    font-size: 1.1rem;
  }
  .page-schema a:first-child {
    color: rgb(224, 133, 72);
  }
  .page-schema ion-icon {
    /* font-size: 0.5rem; */
    /* height: 10px; */
    /* font-size: 1.5rem; */
    color:rgb(102, 100, 100);
    width: 14px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 2px;

  }
  .overview-main {
    display: flex;
    min-height: 600px;
    height:max-content;
    width: 100%!important;
    flex-direction: row;

  }
  .overview-main .root-column{
    display: flex;
    flex-direction: column;
    width: 75%;
    padding: 0px 10px 0px 0px;
  }
  .overview-main .navigate-column{
    border-left: 1px solid rgb(143, 133, 133);
    width: 25%;
  }

  .event-element {
    width: 100%!important;
    height: 450px;
    outline: 1px solid rgba(192, 192, 192, 0.295);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .event-element img {
    height: 430px;
    width: calc(100% - 190px);
    object-fit:cover;
    
  }
  .event-element .event-detail {
    width: 100%;
    height: 20px;
    /* padding-left: 20px; */
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
  }
  .event-detail span:nth-child(1) {
    font-weight: 600;
    margin-right: 8px;
    width: 190px;
    background-color: rgba(84, 43, 196, 0.349);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
  }
  .event-detail span:nth-child(3) {
    color: rgba(0, 0, 0, 0.452);
  }
  .event-element .event-detail ion-icon {
   color: black;
   width: 15px;
   margin-left: 20px;
  }
  .calendar-date {
    width: 50px;
    height: calc(100%-30px);
    background-color: rgba(84, 43, 196, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .calendar-date .date-container {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center; 
    margin-top: 30px;
  }
  .calendar-date .date-container span:nth-child(1) {
    font-size: 2.5rem;
    font-weight: 800;
    
  }
  .calendar-date .date-container span:nth-child(2) {
    margin-top: -18px;
    font-size: 2rem;
    font-weight: 700;
  }
  .calendar-date .date-container span:nth-child(3) {
    margin-top: -8px;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .calendar-date .event-title{
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 600;
    width: 70%;
    text-align: center;
  }
  .main {
    overflow-y: auto;
    overflow-x: hidden;
    align-items: center;
    /* padding: 15px; */
    display: flex;
    height: 100vw!important;

    flex-direction: column;
    /* justify-content: space-between; */
    /* margin-top: 95px; */
    background-color: rgba(255, 255, 255, 0.795);
    /* width: 1200px; */
    width: 100vw;
    box-shadow: inset 0px 0px 12px rgba(26, 26, 26, 0.719);
    transition: margin-top 0.5s ease-in-out;
    /* margin-bottom: 100.5px; */
  }


  .main div {
    width: 190px;
    /* width: 100%; */
  }
  .main .off-menu {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
  }
  .off-menu span {
    width: 18%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(115, 134, 194, 0.904);
  }
  .banner {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 350px;
    transition: margin-top 0.5s ease, height 0.5s ease, background-position-y 0.5s ease;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url('../images/834017.png');
    background-position-y: -200px;
    background-repeat: no-repeat;
    /* background-blend-mode: lighten; */
  }
  
  
  .footer {
    background-color: white;
    height: 70px;
    width: 100vw;
    justify-content: center;
    align-items: center;
    color: rgb(65, 65, 65);
    /* position: fixed; */
    bottom: 0;
    transition: height 0.5s ease;
    border-top: 2px solid rgba(209, 208, 208, 0.37);
  }
  .footer .logos-partners {
    width: 30%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap:1px;

  }
  .footer .logos-partners img{
   width: 50%;
  }

  .footer span {
    width: 40%;
    justify-content: center;
    display: flex;
  }

  
  .logo-hover {
    display: flex;
    position: absolute;
    height: 150px;
    width: 150px;
    bottom: 10px;
    left: 0px;
    background-image: url('./logo.png');
    background-size: contain;
    transition: height 0.5s ease-in-out, width 0.5s ease-in-out, bottom 0.5s ease-in-out;
  }
  
  @media screen and (max-height: 800px) {
    .nav-desktop {
      height:50px;
    }
    .nav-desktop .logo {
      height: 35px;
    }
    .nav-desktop .title-web {
      font-size: 1.8rem;
    }
    .main {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .footer {
      height: 40px;
    }
    .logo-hover {
        height: 80px;
        width: 80px;
        bottom: -4px;
    }
    .footer .logos-partners img{
      width: 30%;
     }


  }

  @media screen and (max-height: 800px) and (min-width: 1420px){
    .nav-desktop {
      height:50px;
    }
    /* .nav-desktop .title-web .title {
      height: 60px;
      font-size: 2.8rem;
    } */
    .nav-desktop .subtitle {
      display: none;
    }

    .main {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .footer {
      height: 40px;
    }
    .logo-hover {
        height: 80px;
        width: 80px;
        bottom: -4px;
    }
  }


  @media screen and (max-width: 1260px) {
    .nav-menu .desktop-btn{
      display: none;
    }
    .subtitle {
      font-size:0.7rem;
      display: none;
    }
  }

  

  @media screen and (max-width: 1420px) and (min-width: 1260px) {
    .subtitle {
      font-size:0.9rem;
    }
    .nav-desktop .subtitle {
      display: none;
    }

  }

  @media screen and (max-width: 1200px) {
    /* .nav-desktop {
      height:50px;
    }
    .nav-desktop .logo {
      height: 35px;
    }
    .nav-desktop .title-web {
      font-size: 1.8rem;
    }
    .footer {
      height: 40px;
    } */
    .main {
        width: 100vw;
    }
  }
  
.sub-menu, .navigation-bar {
  min-width: 100%;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 4px;
  
}
.navigation-bar span {
  height: 40px;
  width: 120px;
  background-color: rgba(166, 243, 189, 0.452);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.navigation-bar span.disable {

  background-color: rgba(17, 54, 28, 0.452);
  cursor: not-allowed;
}
.navigation-bar span ion-icon {
  color: black;
  margin-top: -2px;
}
.sub-menu a{
  text-decoration: none;
  color: black;
  height: 40px;
  min-width: 170px;
  max-width: 250px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #658baf;
  color: rgb(235, 228, 228);
  transition: all 0.2s ease-in-out;
}
.sub-menu a.disable{
  background-color: #293f53;
  color: rgb(116, 116, 116);
  cursor:not-allowed ;
}
.sub-menu a.disable:hover{
  background-color: #293f53;
  color: rgb(116, 116, 116)
}
.sub-menu a:hover{
  background-color:rgba(46, 82, 150, 0.877);
}




.calendar {
  display: flex;
  min-width: 100%;
  flex-direction: column;
}
.calendar .categorie-title, .member-list .categorie-title {
  width: 100%;
  padding-top: 20px;
  font-size: 1.3rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  color: rgb(83, 81, 81);
  border-bottom: 2px solid rgba(49, 49, 49, 0.397);
  padding-left: 5px;
}
.calendar .calendar-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
.calendar .calendar-list .event{
  display: flex;
  background-color: rgba(215, 245, 206, 0.534);
  min-height: 100px;
  min-width: 100%;
  flex-direction: row;
  border-radius: 4px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.253);
}
.calendar .in-year .event {
  background-color: rgba(176, 219, 245, 0.534);
}
.calendar-list .event .event-date {
  min-width: 200px;
  max-width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f16f47;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
}
.calendar-list .event .event-information {
  width: auto;
  display: flex;
  flex-direction: column;
}

.event-information .event-title {
  width: 100%;
  font-size: 1.3rem;
  color: rgb(46, 59, 172);
}
.event-information .event-participate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.178);
  padding: 2px;
  height: 27px;
  align-items: center;
}
.event-information .event-participate button {
  outline: none;
  border: none;
  height: 18px;
  width: 120px;
  /* padding: 2px; */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 2px;
  margin-right: 2px;
}
.event-participate span:nth-child(1){
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}
.event-participate span:nth-child(2){
  gap: 2px;
  display: flex;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}
.event-participate span:nth-child(2) ion-icon{
  height: 15px;
  margin-top: 3px;
  color: green;
}


.member-list {
  display: flex;
  min-width: 100%;
  flex-direction: column;
}
.member-list .members-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.member-list .members-list .member{
  height: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
}

.member-list .members-list .member span{
 display: flex;
 justify-content: center;
 align-items: center;
 
}

.member-list .members-list .member:nth-child(odd){
  background: rgb(169, 198, 240)!important;
}
.member-list .members-list .member:nth-child(even){
  background: rgb(191, 230, 230)!important;

}
.members-list .member span:nth-child(1){
  width: 5%;
}
.members-list .member span:nth-child(2){
  width: 10%;
}
.members-list .member span:nth-child(3){
  width: 20%;
}
.members-list .member span:nth-child(4){
  width: 20%;
}
.members-list .member span:nth-child(5){
  width: 35%;
}
.members-list .member a{
  outline: none;
  width: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: rgb(77, 77, 77);
  font-weight: 700;
  background-color: rgb(209, 243, 202);
}
.members-list .member a:hover{
  width: 13%;
  background-color: white;
}


.add-member-form {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
 
}
.form .subtitle {
  font-size: 1.2rem;
  color: rgb(90, 89, 89);
  width: 100%;
}

.add-member-form .form {
  width: calc(50% - 5px);
  min-height: 100px;
  display: flex;
 
  flex-direction: row;
  flex-wrap: wrap;
  outline: 1px solid rgba(0, 0, 0, 0.103);
  padding: 5px;
}

.full {
  width: 80%!important;
}
.add-member-form .form label{
  min-width: 20%;
  padding: 5px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  height: 35px;
  justify-content: end;
  font-size: 0.9rem;
}
.form input, .form select{
  border: none;
  display: flex;
  outline: 1px solid rgba(0, 0, 0, 0.247);

  width: 30%;
  padding-bottom: 8px;
}
.form input[type="text"], .form input[type="number"], .form input[type="mail"]{
  padding-top: 10px;
}
.form input, .form select, .form label{
  padding-top: 4px;
  margin-bottom: 8px;
  height: 30px;
  padding-left: 6px;

}
.form textarea {
  width: 100%;
  height: 120px;
}

.form input[type="date"] {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}
.form .checkbox {
  width: 50%;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full2 {
  height: 25px!important;
  width: 90%;
  padding-top: 0px!important;
  display: flex;
  justify-content: start!important;
  align-items: start!important;
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}
.form input[type="checkbox"] {
  display: flex;
  width: 20px;
  height: 15px!important;
  outline: none;
}

