/* ------ */
/* AGENDA */

#affAgenda{
    background-image: url('../img/akkjfond.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 880px;
    height: 679px;
}

#logoAgenda{
    background-image: url('../img/akkj.png');
    background-size: contain;
    background-repeat: no-repeat;
    float:left;
    width: 150px;
    height: 150px;
}

#moisAgenda{
    width: 100%;
    margin-left: 200px;
    display: block;
    margin-left: 300px;
    width: 800px;
    height: 200px;
    font-size: 80px;
    z-index: 110;
    position: relative;
}

#adresseAgenda{
    color: black;
    border-radius: 5px;
    margin-top:5px;
    font-style: italic;
    background-color: #FFF5;
    font-size: 12px;
    width: 200px;
    padding:1em;
}

.colonne_agenda{
    height: 55%;
    float: left;
    margin-top: 80px;
    margin-bottom: 10px;
    font-size: 20px;
    z-index: 120;
    position: relative;
}

#agenda_decoration{
    width: 550px;
    height: 375px;
    float: left;
    transform: translate(400px, -875px);
}

.agenda_SQRT{
    padding: 25px;
    font-size:1.5em;
    margin:auto; 
}

.agenda_SQRR{
    border-radius: 50px;
    padding: 25px;
    width: 100%;
    font-size:1.5em;
}

.agenda_SQRO{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 3em;
    font-size:1.5em;
    margin:auto;
    text-align: center;
    vertical-align: center;
    align-content: center;
    transform: translate(0px, -15px);
}

.agenda_STAR {
  width: 165%; /* adjust to control the size */
  margin-top: -70px;
  margin-left: -70px;
  aspect-ratio: 2;
  padding-top: 7em;
  padding-bottom: 7em;
  padding-left: 9em;
  padding-right: 9em;
  font-size:1.4em;
  clip-path: polygon(100% 50%,78.98% 57.76%,93.3% 75%,71.21% 71.21%,75% 93.3%,57.76% 78.98%,50% 100%,42.24% 78.98%,25% 93.3%,28.79% 71.21%,6.7% 75%,21.02% 57.76%,0% 50%,21.02% 42.24%,6.7% 25%,28.79% 28.79%,25% 6.7%,42.24% 21.02%,50% 0%,57.76% 21.02%,75% 6.7%,71.21% 28.79%,93.3% 25%,78.98% 42.24%);
}

.agenda_RED{
    background-color: #ad1818;
}

.agenda_BLU{
    background-color: #17178f;
}

.agenda_GRE{
    background-color: #154a1c;
}

.agande_R{
    rotate: z 8deg;
}

.bg_red{
	background-color: #BB4444DC;
}

.bg_green{
	background-color: #44BB44DC;
}

.bg_blue{
	background-color: #4444BBDC;
}

.bg_yelow{
	background-color: #44BBBBDC; 
}


/* très grand */
@media (width >= 1850px) {
    #agenda_decoration{
        width: 605px;
        height: 430px;
        font-size: 17px;
        transform: translate(400px, -920px);
    }
    
    .agenda_STAR {
        width: 165%; /* adjust to control the size */
        margin-top: -70px;
        margin-left: -70px;
        padding-top: 7em;
        padding-bottom: 7em;
        padding-left: 10em;
        padding-right: 9em;
      }

    #affAgenda{
        width: 1363px;
        height: 1053px;
    }

    #logoAgenda{
        width: 200px;
        height: 200px;
    }

    #moisAgenda{
        margin-left: 300px;
        width: 800px;
        height: 200px;
        font-size: 85px;
    }
    #adresseAgenda{
        font-size: 18px;
        width: 270px;
        padding:1em;
    }
    
    .colonne_agenda{
        margin-top: 90px;
        font-size: 40px;
    }
}

/* grand */
@media (1200px <= width < 1850px ) {
    #agenda_decoration{
        width: 435px;
        height: 290px;
        font-size: 12px;
        transform: translate(275px, -600px);
    }
    
    .agenda_STAR {
        width: 150%; /* adjust to control the size */
        margin-top: -70px;
        margin-left: -60px;
      }
    
    #affAgenda{
        width: 880px;
        height: 679px;
    }

    #logoAgenda{
        width: 150px;
        height: 150px;
    }

    #moisAgenda{
        margin-left: 200px;
        width: 600px;
        height: 150px;
        font-size: 60px;
    }
    #adresseAgenda{
        font-size: 12px;
        width: 200px;
        padding:1em;
    }
    
    .colonne_agenda{
        margin-top: 55px;
        font-size: 28px;
    }
}

/* petit */
@media (width < 1201px) {
    #agenda_decoration{
        width: 300px;
        height: 200px;
        font-size: 8px;
        transform: translate(200px, -400px);
    }
    
    #affAgenda{
        width: 580px;
        height: 445px;
    }
    
    .agenda_STAR {
        width: 135%; /* adjust to control the size */
        margin-top: -40px;
        margin-left: -30px;
      }
      
    #logoAgenda{
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }

    #moisAgenda{
        margin-left: 130px;
        margin-top: -10px;
        width: 500px;
        height: 100px;
        font-size: 40px;
    }
    #adresseAgenda{
        font-size: 10px;
        width: 160px;
        padding:1em;
    }
    
    .colonne_agenda{
        margin-top: 25px;
        font-size: 18px;
    }
}

/* Mode Sombre */
@media (prefers-color-scheme: dark) {
    
}
