fonts, grid
This commit is contained in:
@@ -1,53 +1,77 @@
|
||||
|
||||
|
||||
.navigation a {
|
||||
color: black;
|
||||
#header #navbar ul.navigation li a {
|
||||
font-family: "Sarabun Regular", sans-serif;
|
||||
font-size: 25px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
display: inline-block;
|
||||
padding: 0.3rem 0.8rem;
|
||||
-webkit-backface-visibility: hidden;
|
||||
|
||||
#header.scrolled #navbar a {
|
||||
}
|
||||
|
||||
|
||||
#header.scrolled #navbar ul.navigation li a {
|
||||
color: black !important;
|
||||
font-size: 20px;
|
||||
|
||||
transition:0.6s ease-in-out;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.callout {
|
||||
background-color: #000;
|
||||
color: white;
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
.callout h1, h2, h3, p {
|
||||
text-align: left !important;
|
||||
|
||||
}
|
||||
|
||||
.align-left_centered {
|
||||
display: block;
|
||||
margin-left: 35%;
|
||||
.callout h1 {
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
font-weight: lighter;
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
.titre_bsn {
|
||||
display: block;
|
||||
margin-left: 40%;
|
||||
margin-right: 15%;
|
||||
}
|
||||
|
||||
.titre_bsn h1 {
|
||||
text-align: left;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.programmes {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
background-color: #d5d2d1;
|
||||
justify-content: center;
|
||||
/* padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
padding-top: 3rem;
|
||||
*/
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
|
||||
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 {
|
||||
@@ -59,12 +83,15 @@
|
||||
}
|
||||
|
||||
.programmes :hover {
|
||||
background-color: black;
|
||||
background-color: #000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.programme p {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*.ressources {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -82,11 +109,20 @@
|
||||
flex: 0 1 15%;
|
||||
}
|
||||
*/
|
||||
.ressources h3 {
|
||||
position: absolute;
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
|
||||
.titre_nsb {
|
||||
display: block;
|
||||
position: absolute;
|
||||
margin-right: 39%;
|
||||
|
||||
}
|
||||
|
||||
.ressources h1 {
|
||||
text-transform: uppercase;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 6rem;
|
||||
}
|
||||
|
||||
.ressources {
|
||||
@@ -95,9 +131,12 @@
|
||||
grid-gap: 3rem;
|
||||
grid-auto-rows: auto;
|
||||
background-color: #ffffff;
|
||||
padding: 8rem 10% 10% 8rem;
|
||||
padding-top: 18rem;
|
||||
justify-items: center;
|
||||
position: relative;
|
||||
margin-right: 10%;
|
||||
margin-bottom: 6rem;
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
.ressources img {
|
||||
@@ -107,3 +146,46 @@
|
||||
.ressource h1 h2 h3 h4 {
|
||||
margin: 0.2rem;
|
||||
}
|
||||
|
||||
.gouvernance {
|
||||
background-color: #000;
|
||||
color: #ffffff;
|
||||
text-transform: uppercase;
|
||||
padding-bottom: 6rem;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
.gouverance h1 {
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
.mozaique_personnes {
|
||||
background-color: #d5d2d1
|
||||
}
|
||||
|
||||
.mozaique_personnes h3 {
|
||||
margin-top: 0px !important;
|
||||
padding-top: 3rem;
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
font-family: "Sarabun ExtraBold";
|
||||
font-size: 1rem;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.personne {
|
||||
background-color: #fff;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
grid-gap: 1rem;
|
||||
grid-auto-rows: auto;
|
||||
background-color: #ffffff;
|
||||
|
||||
justify-items: center;
|
||||
position: relative;
|
||||
margin-right: 10%;
|
||||
margin-bottom: 6rem;
|
||||
margin-left: 10%;
|
||||
}
|
||||
.portrait {
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user