
html, body {
    overflow-x: hidden;
}

* {
    max-width: 100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

html
{
    scroll-behavior: smooth;
}

body
{
    background: rgba(219, 250, 227, 1);  
    min-height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

#le-bde,
#clubs-assos,
#partenaires,
#composition,
#contact
{
    scroll-margin-top: 70px;
}

header
{
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    backdrop-filter: blur(25px);
    z-index: 999;
}

header:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center -373px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: blur(25px);
  z-index: -1;
}

.header-menu
{
    margin-right: 1vb;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #40063A;
}

.header-menu a
{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.header-menu p
{
    font-family: 'Geist Mono Variable', monospace;
    font-style: normal;
    margin-right: 3vb;
}

.img-header
{
    margin-left: 3vb;
    display: inline-block;
    cursor: pointer;
}

.intro
{
    background: no-repeat linear-gradient(180deg,rgba(218, 164, 249, 1) 0%, rgba(219, 250, 227, 1) 60%);
    padding-top: 150px;
    /* height: calc(729px - 130px); */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p{
    padding: 0;
    margin: 0;
}

.container
{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
}

.intro h1
{
    font-size: 100px;
    font-family: 'Geist Mono Variable', serif;
    color: #40063A;
    font-weight: 600;
    margin-bottom: -20px;
    margin-top: 0;
    letter-spacing: -4%;
} 

.intro h2
{
    font-family:  'Geist Mono Variable', serif;
    font-size: 30px;
    color: #40063A;
    font-weight: 400;
    margin: 0;
    letter-spacing: -4%;
}

.intro h3
{
    font-family: 'Source Serif Pro', serif;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    margin-top: 50px;
    letter-spacing: -4%;
}

.intro .buttons
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

button
{
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Geist Mono Variable', monospace;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    border-radius: 10px;
    background-color: #40063A;
    color: white;
    border-width: 0px;
    margin: 0 8px 0 8px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.carre
{
    margin-right: 10px;
    display: block;
    width: 4px!important;
    height: 4px!important;
    background-color: white;
}

.intro-flexy
{
    transform-origin: center center;
    margin-top: 55px;
    width: 473px;
    height: 335px;
}

.intro-flexy svg
{
    transform-origin: center center;
    width: 473px;
    height: 335px;
}

.presentation
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
}

.box
{
    border-radius: 16px;
    padding: 2.5vb;
    display: flex;
    flex-direction: row;
    width: 60%;
    background-color: #FFFFFF;
    justify-content: space-evenly;
}

.img-button-presentation
{
    align-self: center;
    padding-left: 30px;
}

.img-presentation
{
    border-radius: 8px;
}

.img-presentation img
{
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-presentation
{
    display: flex;
    flex-direction: column;
}

.text-presentation h5
{
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Source Serif Pro', serif;
    font-size: 25px;
    text-align: left;
}

.text-presentation p
{
    font-family: 'Source Serif Pro', serif;
    font-size: 20px;
    text-align: left;
}

.img-button-presentation button
{
    margin-top: 18px;
    margin-left: 0!important;
    box-shadow: 0 0!important;
}

.club-assos
{
    background-image: url("../src/clubs-&-assos.png");
    background-size: cover;
    height: 1115px;
    width: 100%;
}

.titre-1
{
    font-family: 'Source Serif Pro', serif;
    font-size: 80px;
    color: #000000;
    font-weight: 400;
    margin-top: 100px;
    letter-spacing: -4%;
    margin-bottom: -10px;
}

.titre-2
{
    margin-top: -10px;
    font-family: 'Radio Canada Big', sans-serif;
    font-size: 80px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -5%;
}

.clubs
{
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 30px;
    width: 85%;
    margin: 0 auto;
    justify-items: center;
    align-items: stretch;
}

.club-card
{
    padding: 20px;
    background-color: white;
    border-radius: 26px;
    height: 201px;
    width: 100%;
}

.titre-3
{
    font-family: 'Radio Canada Big', sans-serif;
    font-size: 80px;
    margin: 0;
    color: #000000;
    font-weight: 400;
    letter-spacing: -5%;
}

.partenaires
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
}

.partenaires-card
{
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 40px;
    background-color: white;
    border-radius: 26px;
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
}

.partenaire-logo
{
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 16px;
    flex: none;
}

.partenaire-info
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.partenaire-info h4
{
    margin: 0;
    font-family: 'Radio Canada Big', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.partenaire-info p
{
    margin: 0;
    font-family: 'Source Serif Pro', serif;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.nos-partenaires
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 20px;
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
    background: #DBFAE3;
    border-radius: 0px;
}

@media (max-width: 1024px)
{
    .nos-partenaires
    {
        padding: 80px 20px;
        gap: 40px;
    }
}

@media (max-width: 768px)
{
    .partenaires
    {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px)
{
    .nos-partenaires
    {
        padding: 40px 20px;
        gap: 32px;
    }
}

.composition
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 20px;
    gap: 48px;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../src/clubs-&-assos.png");
    background-size: cover;
}

.composition-titre
{
    margin: 0;
    font-family: 'Radio Canada Big', sans-serif;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: -5%;
    color: #000000;
}

.composition-row
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.membre-card
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 24px;
    width: 220px;
    background-color: #FFFFFF;
    border-radius: 26px;
    box-sizing: border-box;
}

.membre-photo
{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.membre-role
{
    margin: 0;
    font-family: 'Geist Mono Variable', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.membre-nom
{
    margin: 0;
    font-family: 'Geist Mono Variable', serif;
    font-size: 16px;
    color: #000000;
}

.membre-login
{
    margin: 0;
    font-family: 'Geist Mono Variable', monospace;
    font-size: 14px;
    color: #6B6B6B;
}

.contact
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 250px;
    padding-right: 64px;
    padding-left: 64px;
    padding-bottom: 80px;
    gap: 64px;
    width: 100%;
    box-sizing: border-box;
}

.contact-info
{
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1;
    text-align: left;
}

.contact-titre
{
    margin: 0;
    font-family: 'Radio Canada Big', sans-serif;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: -5%;
    color: #000000;
}

.contact-adresse
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-adresse p
{
    margin: 0;
    font-family: 'Source Serif Pro', serif;
    font-size: 18px;
    line-height: 1.5;
    color: #6B6B6B;
}

.contact-socials
{
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact-socials a {
    width: 56px;
    height: 56px;
}

.contact-socials svg {
    width: 26px;
    height: 26px;
    display: block;
}

.contact-socials svg {
    shape-rendering: auto;
    transform: translate(0,0);
}

.contact-socials a[aria-label="Instagram"]
{
    color: #E4405F;
}

.contact-socials a[aria-label="Discord"]
{
    color: #5865F2;
}

.contact-socials a[aria-label="LinkedIn"]
{
    color: #0A66C2;
}

.contact-socials a[aria-label="X"]
{
    color: #000000;
}

.contact-socials svg
{
    width: 50px;
    height: 50px;
}

.contact-btn
{
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    padding: 14px 24px;
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 12px;
    font-family: 'Radio Canada Big', sans-serif;
    font-size: 16px;
}

.contact-map
{
    flex: 1;
}

.contact-map iframe
{
    width: 100%;
    height: 480px;
    border: 0;
    border-radius: 16px;
    display: block;
}

@media (max-width: 1024px)
{
    .contact
    {
        flex-direction: column;
        align-items: stretch;
        padding: 96px 32px;
        gap: 48px;
    }
}

@media (max-width: 480px)
{
    .contact
    {
        padding: 80px 24px;
        gap: 40px;
    }

    .contact-titre
    {
        font-size: 48px;
    }
    
    header
    {
        display: none;
    }
    .titre-3
    {
        font-size: 60px;
    }
    .composition-titre
    {
        font-size: 60px;
    }
    .img-presentation
    {
        display: none;
    }
    .img-button-presentation
    {
        padding-left: 0;
    }
}