html {
    background-image: url("../images/20230211_180035.jpg");
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Cormorant Garamond', serif;
}

body{
    margin: 0;
    color: black;
}

.menu {
    background-color: rgba(255, 255, 255,0.95);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    z-index: 1;
    position: sticky;
    top: 0;
}
  
.menu-section {
    display: flex;
    flex-direction: column;
    margin-left: 10vw;
}
  
.menu-section a {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    width: 60vw;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: black;
    border: 0.15em solid  grey;
    border-radius: 2em;
}
  
.menu img {
    cursor: pointer;
    height: 4em;
    width: auto;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-right: 1em;
    margin-left: 5vw;
}

.current-section {
    color: darkblue;
    background-color: cornflowerblue;
}

.intro {
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,0.9);
    align-items: center;
    text-align: center;
}

.intro h1 {
    font-size: 3rem;
    margin-bottom: 0.5em;
}

.intro h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 2.5rem;
}

.pink-october, .climate-fresk, .proces-king-kong, .entrepreneurship,
.civic-engagement-proposal, .two-tonnes, .low-tech-Adrian-Bellay-movie {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    /*border: 0.1em solid  red ;*/
}

.text {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 1em;
    background-color: rgba(255,255,255,0.9);
    color: black;
}

.content {
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(30,30,30, 0.9);
    justify-content: center;
    align-items: center;
    color: rgb(214, 227, 231);
}

.text-pink-october {
    height: 30em;
    width: 40%;
}

.photos-pink-october {
    height: 30em;
    width: 60%;
}

.pink-october img {
    display: flex;
    width: 65%;
    height: auto;
}

.bouton-climate-fresk {
    height: 15em;
    width: 30%;
}

.bouton-climate-fresk a, .bouton-2-tonnes a,
.low-tech-poster a {
    text-decoration: none;
    color: rgb(214, 227, 231);
    padding: 0.3em 0.5em 0.1em;
    border: 0.1rem solid  grey;
    margin-left: 0.4em;
    margin-right: 0.4em;
    text-align: center;
}

.text-climate-fresk {
    height: 15em;
    width: 70%;
}

.text-entrepreneurship {
    background-color: rgba(30,30,30, 0.90);
    color: rgb(214, 227, 231);
}

.text-civic-engagement-proposal {
    height: 35em;
    width: 55%;
}

.poster-ce {
    height: 35em;
    width: 45%;
}

.poster-ce a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    /*border: 0.1em solid  red ;*/
    cursor: pointer;
}

.poster-ce img {
    display: flex;
    width: 100%;
    
}

.text-2-tonnes {
    width: 70%;
    height: 30em;
}

.bouton-2-tonnes {
    width: 30%;
    height: 30em;
}

.text-low-tech {
    width: 60%;
    height: 40em;
}

.low-tech-poster {
    width: 40%;
    height: 40em;
}

.low-tech-poster img {
    display: flex;
    width: 70%;
}

.low-tech-poster a {
    margin-top: 0.8em;
}

/*Gestion aspect des liens hypertextes*/

nav a:hover {
    background-color: cornflowerblue;
    border-color: darkblue;
}

.current-section:hover {
    background-color: cornflowerblue;
    border-bottom: 0.2em solid darkblue;
}

.bouton-climate-fresk a:hover, .bouton-2-tonnes a:hover,
.low-tech-poster a:hover {
    background-color: cornflowerblue;
    border-color: darkblue;
    color: darkblue;
}

.poster-ce a:hover {
    border: 0.2em solid cornflowerblue;
}
