| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .navigation a {
- color: black;
- text-transform: uppercase;
- }
- #header.scrolled #navbar a {
- color: black !important;
- }
- .callout {
- background-color: #000;
- color: white;
- }
- .callout h1, h2, h3, p {
- text-align: left !important;
- }
- .align-left_centered {
- display: block;
- margin-left: 35%;
- }
- .programmes {
- display: flex;
- flex-wrap: wrap;
- background-color: #d5d2d1;
- justify-content: center;
- /* padding-left: 20%;
- padding-right: 20%;
- padding-top: 3rem;
- */
- padding-top: 8rem;
- padding-bottom: 8rem;
- }
- .parallax-window {
- min-height: 400px !important;
- background: transparent !important;
- }
- .programme {
- max-width: 45%;
- padding: 3rem;
- background-color: white;
- margin: 0.3rem;
- }
- .programme h4 {
- text-transform: uppercase;
- }
- .programme img {
- max-width: 30%;
- }
- .programmes :hover {
- background-color: black;
- color: #ffffff;
- }
- /*.ressources {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- background-color: #ffffff;
- padding-top: 8rem;
- padding-right: 5rem;
- padding-left: 5rem;
- }
- .ressource {
- max-width: 20%;
- margin-block: 5rem;
- flex-wrap: wrap;
- flex: 0 1 15%;
- }
- */
- .ressources h3 {
- position: absolute;
- text-transform: uppercase;
- display: block;
- }
- .ressources {
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- grid-gap: 3rem;
- grid-auto-rows: auto;
- background-color: #ffffff;
- padding: 8rem 10% 10% 8rem;
- justify-items: center;
- position: relative;
- }
- .ressources img {
- max-width: 50%;
- }
- .ressource h1 h2 h3 h4 {
- margin: 0.2rem;
- }
|