|
@@ -867,6 +867,13 @@ ul.pagination {
|
|
|
position: absolute;
|
|
|
left: -1rem; } }
|
|
|
|
|
|
+@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 {
|
|
|
+ padding-left: 0 !important;
|
|
|
+ padding-right: 0rem !important; }
|
|
|
+ #header #navbar {
|
|
|
+ padding-right: 2rem; } }
|
|
|
+
|
|
|
.callout {
|
|
|
padding-top: 0.5rem; }
|
|
|
|
|
@@ -980,6 +987,9 @@ ul.pagination {
|
|
|
/*On cache tout ce qui dépasse des 400px*/
|
|
|
transition: max-height 1s ease;
|
|
|
/* Transition CSS entre l'ouverture et la fermeture*/ }
|
|
|
+ @media (max-width: 1024px) {
|
|
|
+ .texte-cache {
|
|
|
+ max-height: 445px; } }
|
|
|
|
|
|
/*Style du module TEXTE lorsqu'il est ouvert*/
|
|
|
.texte-cache.ouvert {
|
|
@@ -995,6 +1005,13 @@ ul.pagination {
|
|
|
left: 0;
|
|
|
right: 0; }
|
|
|
|
|
|
+@media (max-width: 1024px) {
|
|
|
+ .modular .features {
|
|
|
+ width: 80% !important;
|
|
|
+ margin-left: 8rem !important; }
|
|
|
+ .modular .features .feature {
|
|
|
+ width: 24% !important; } }
|
|
|
+
|
|
|
.bouton-ouverture {
|
|
|
position: relative;
|
|
|
justify-content: center;
|
|
@@ -1167,6 +1184,22 @@ ul.pagination {
|
|
|
margin-top: 0; }
|
|
|
.modal .container .message {
|
|
|
padding: 5% 5% 5% 5%; } }
|
|
|
+ @media (max-width: 1024px) {
|
|
|
+ .modal .container {
|
|
|
+ transform: translateX(-50%) translateY(-50%);
|
|
|
+ width: 75%;
|
|
|
+ height: 65%;
|
|
|
+ overflow-y: scroll; }
|
|
|
+ .modal .container a.close {
|
|
|
+ font-size: 0.8rem;
|
|
|
+ position: absolute;
|
|
|
+ right: 2%;
|
|
|
+ top: 0.8%; }
|
|
|
+ .modal .container p {
|
|
|
+ font-size: 0.8rem;
|
|
|
+ margin-top: 0; }
|
|
|
+ .modal .container .message {
|
|
|
+ padding: 5% 5% 5% 5%; } }
|
|
|
|
|
|
#new-footer {
|
|
|
display: flex;
|
|
@@ -1243,6 +1276,21 @@ ul.pagination {
|
|
|
padding: 0.8rem; }
|
|
|
#new-footer .tothetop {
|
|
|
bottom: 37rem; } }
|
|
|
+ @media (max-width: 1024px) {
|
|
|
+ #new-footer .footer .contact img {
|
|
|
+ max-height: 1.5rem; }
|
|
|
+ #new-footer .footer .contact h6 {
|
|
|
+ font-size: 0.8rem; }
|
|
|
+ #new-footer .footer .contact p {
|
|
|
+ font-size: 0.8rem; }
|
|
|
+ #new-footer .footer .contact svg {
|
|
|
+ margin-bottom: 0.6rem; }
|
|
|
+ #new-footer .footer .footer-logos img {
|
|
|
+ padding: 0.5rem; }
|
|
|
+ #new-footer .footer .footer-logos img:last-of-type {
|
|
|
+ padding: 0.8rem; }
|
|
|
+ #new-footer .tothetop {
|
|
|
+ bottom: 14rem; } }
|
|
|
|
|
|
button:focus {
|
|
|
border: solid !important;
|