|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
--ttc-beige: #e1dac0;
|
|
|
|
|
--ttc-white: rgb(255, 255, 255);
|
|
|
|
|
--ttc-font-sans-serif: Cantarell, Ubuntu, sans-serif;
|
|
|
|
|
--ttc-background-cube: url('assets/images/background.png') repeat left top;
|
|
|
|
|
--ttc-background-cube: url("assets/images/background.png") repeat left top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
@ -204,7 +204,7 @@ a.to-the-top {
|
|
|
|
|
padding: 1rem 4rem;
|
|
|
|
|
}
|
|
|
|
|
.ttc-img-wrap > img {
|
|
|
|
|
margin: 1rem 3rem;
|
|
|
|
|
margin: 1rem auto;
|
|
|
|
|
}
|
|
|
|
|
.ttc-title-tool::first-letter {
|
|
|
|
|
border: 4px solid var(--ttc-blue);
|
|
|
|
@ -226,3 +226,20 @@ a.to-the-top {
|
|
|
|
|
.ttc-no-margin {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.is-layout-flex.ttc-balises-group {
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.ttc-balise figure {
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
#site-content .ttc-balise h2,
|
|
|
|
|
#site-content .ttc-balise h3 {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
font-size: 3rem;
|
|
|
|
|
}
|
|
|
|
|
#site-content .ttc-balise h3 {
|
|
|
|
|
border: none;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|