|
@@ -52,10 +52,10 @@ b, strong, label, th {
|
|
|
.right {
|
|
|
float: right; }
|
|
|
|
|
|
-.default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, .modular .showcase .button {
|
|
|
- -webkit-transition: all 0.5s ease;
|
|
|
- -moz-transition: all 0.5s ease;
|
|
|
- transition: all 0.5s ease; }
|
|
|
+.default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, #header.scrolled img, .modular .showcase .button {
|
|
|
+ -webkit-transition: all 0.5s ease-in-out;
|
|
|
+ -moz-transition: all 0.5s ease-in-out;
|
|
|
+ transition: all 0.5s ease-in-out; }
|
|
|
|
|
|
.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
|
|
|
padding-left: 7rem;
|
|
@@ -795,7 +795,8 @@ ul.pagination {
|
|
|
z-index: 1; }
|
|
|
|
|
|
.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
|
|
|
- padding-left: 3rem; }
|
|
|
+ padding-left: 3rem;
|
|
|
+ padding-right: 3rem; }
|
|
|
|
|
|
#body > script:first-child + .grav-lightslider {
|
|
|
margin-top: -3rem; }
|
|
@@ -815,6 +816,12 @@ ul.pagination {
|
|
|
#header.scrolled {
|
|
|
padding-left: 2rem;
|
|
|
padding-right: 2rem; }
|
|
|
+ #header.scrolled img {
|
|
|
+ -webkit-transform: scale(0.85);
|
|
|
+ -moz-transform: scale(0.85);
|
|
|
+ -ms-transform: scale(0.85);
|
|
|
+ -o-transform: scale(0.85);
|
|
|
+ transform: scale(0.85); }
|
|
|
|
|
|
#header #navbar ul.navigation li a {
|
|
|
font-family: "Sarabun", sans-serif;
|
|
@@ -848,8 +855,14 @@ ul.pagination {
|
|
|
transform: scale(0.75); }
|
|
|
#logo img {
|
|
|
padding: 0.5rem;
|
|
|
- height: 3rem;
|
|
|
+ height: 4rem !important;
|
|
|
margin: auto; }
|
|
|
+ @media (max-width: 442px) {
|
|
|
+ #logo img {
|
|
|
+ height: 3rem !important; } }
|
|
|
+ @media (max-width: 1024px) {
|
|
|
+ #logo img {
|
|
|
+ height: 3.5rem !important; } }
|
|
|
#logo img #gouv {
|
|
|
padding-right: 2rem;
|
|
|
padding: 0.5rem;
|
|
@@ -865,7 +878,7 @@ ul.pagination {
|
|
|
padding-right: 0rem !important; }
|
|
|
#header #logo {
|
|
|
position: absolute;
|
|
|
- left: -1rem; } }
|
|
|
+ left: -2rem; } }
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
|
|
@@ -990,7 +1003,7 @@ ul.pagination {
|
|
|
@media (max-width: 1024px) {
|
|
|
.texte-cache {
|
|
|
max-height: 445px; } }
|
|
|
- @media (max-width: 1024px) and (max-width: 442px) {
|
|
|
+ @media (max-width: 442px) {
|
|
|
.texte-cache {
|
|
|
max-height: 400px; } }
|
|
|
|