Files
dev-epau.archi.fr/user/themes/epau-antimatter/css/custom.css
T
2021-03-30 16:24:18 +02:00

192 lines
2.9 KiB
CSS

#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 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;
}
.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: 15%;
padding-right: 15%;
padding-top: 8rem;
padding-bottom: 8rem;
}
.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: #000;
color: #ffffff;
}
.programme p {
}
/*.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%;
}
*/
.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 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 3rem;
grid-auto-rows: auto;
background-color: #ffffff;
padding-top: 18rem;
justify-items: center;
position: relative;
margin-right: 10%;
margin-bottom: 6rem;
margin-left: 10%;
}
.ressources img {
max-width: 50%;
}
.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%;
}