p {
    text-align: justify;
}

li {
    text-align: justify;
    list-style-type: none;
}

ul.liens li::before {
  content: "\2192";
  color: #10E0E0;
  font-weight: bold;
  display: inline-block; 
  width: 1.3em;
  margin-left: -1em;
}

ul.cours>li::before {
  content: "\2193";
  color: #10E0E0;
  font-weight: bold;
  display: inline-block;
  width: 1.3em;
  margin-left: -1em;
}

.annexes {
    margin: 0 0 0 0
}

h1, h2 {
    border-bottom-style: solid; 
    border-bottom-width: medium; 
    border-bottom-color: #00cc00; 
    display: inline; 
    padding:.5% 1% .5% 0%;
    line-height: 2em;
}

h1 {
    font-size:4em;
}

h2 {
    font-size: 2em;
}

.dicton p {
    font-size: 3em;
    text-align: left;
    font-style: italic;
    padding:0% 10% 0% 10%;
}



h4::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

#footer {
    float:right;
    padding:1%;
}

.darkened { 
    opacity: .5;
}

#container{
    display: flex;
    flex-direction: column;    
    justify-content:center;
}

#img {
    width: 100%;
    height: auto;
    margin: 3.5% 3.5% 3.5% 3.5%;
}

#photo {
    width: 90%;
    height: auto;
    margin: 3.5% 3.5% 3.5% 3.5%;
    border-radius: 1em;
    border-style: solid;
    border-width: medium;
    border-color: #00cc00;
}

a {
    color: #00cc00;
    text-decoration-style: dotted
}

a:hover {
    color: #1030E0;
}

.cours-title {
    display: inline;
    color: #10E0E0; 
    font-weight: bold;
    cursor: pointer;
}

.cours-title:hover {
    color: #1030E0;
}


.courriel {
    display: inline;
}

body {
    padding: 2%;
    font-family:Ubuntu;
}

#text {
    background:url("ginko.png") no-repeat center center;
    background-repeat:no-repeat;
    background-size:contain;
    background-color: rgba(255,255,255,0.2);
    background-blend-mode: lighten;
    font-size:1.4em;
}

.cours-content {
    opacity: 0;
    display:none;
}

.cours-content-visible{
    padding: .5% 1.5% 1.5% 1.5%;
    margin: 1.5% 1.5% 1.5% 1.5%;
    border-radius: 2em;
    border-style: solid;
    border-width: medium;
    border-color: #10E0E0;
    box-shadow: 0 0 2em #10E0E0;
    display: block;
    animation: opacityOn 1s normal forwards;
}


@media (min-width: 80em) {
    #container{
	flex-direction: row-reverse;    
    }

    #img {
	width: 70%;
	float: right;
    }
}
    
