retour à la ligne programme, deploiement onglet ressource
This commit is contained in:
@@ -156,6 +156,23 @@ b, strong, label, th {
|
||||
display: inline-block;
|
||||
padding: 0.3rem 0.8rem;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
#header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #000;
|
||||
visibility: hidden;
|
||||
-webkit-transform: scaleX(0);
|
||||
-moz-transform: scaleX(0);
|
||||
-ms-transform: scaleX(0);
|
||||
-o-transform: scaleX(0);
|
||||
transform: scaleX(0);
|
||||
-webkit-transition: all 0.2s ease;
|
||||
-moz-transition: all 0.2s ease;
|
||||
transition: all 0.2s ease; }
|
||||
#header #navbar ul.navigation li a:hover:before {
|
||||
visibility: visible;
|
||||
-webkit-transform: scaleX(0.75);
|
||||
@@ -828,14 +845,9 @@ ul.pagination {
|
||||
#header #navbar ul.navigation li:last-child:after {
|
||||
content: "" !important; }
|
||||
|
||||
#header #navbar ul.navigation li:last-child #header #navbar ul.navigation li a:hover {
|
||||
#header #navbar ul.navigation li a:hover {
|
||||
font-weight: 900; }
|
||||
|
||||
#header.scrolled #navbar ul.navigation li a {
|
||||
color: black !important;
|
||||
font-size: 0.95rem;
|
||||
transition: 0.6s ease-in-out; }
|
||||
|
||||
#logo {
|
||||
display: flex;
|
||||
flex-direction: row; }
|
||||
@@ -844,7 +856,7 @@ ul.pagination {
|
||||
max-height: 3rem;
|
||||
margin: auto; }
|
||||
#logo #gouv {
|
||||
padding-right: 4rem; }
|
||||
padding-right: 3rem; }
|
||||
|
||||
#body p:empty {
|
||||
display: none; }
|
||||
@@ -894,10 +906,10 @@ ul.pagination {
|
||||
margin-left: 0%;
|
||||
width: 100%; } }
|
||||
|
||||
.after-h1 .test {
|
||||
.after-h1 .souligne.toright {
|
||||
animation: anim 1.2s 1 normal ease-in-out forwards; }
|
||||
|
||||
.after-h1 .souligne {
|
||||
.after-h1 .souligne.toleft {
|
||||
animation: glissement 1.2s 1 normal ease-in-out forwards; }
|
||||
|
||||
.programmes {
|
||||
@@ -917,6 +929,7 @@ ul.pagination {
|
||||
.programme {
|
||||
z-index: 1;
|
||||
max-width: 35%;
|
||||
min-width: 26rem;
|
||||
padding: 1.5rem;
|
||||
background-color: white;
|
||||
margin: 0.4rem; }
|
||||
@@ -946,17 +959,16 @@ ul.pagination {
|
||||
max-height: 400px;
|
||||
/*Hauteur du texte visible avant le clic*/
|
||||
overflow: hidden;
|
||||
/*On cache tout ce qui dépasse des 500px*/
|
||||
/*On cache tout ce qui dépasse des 400px*/
|
||||
transition: max-height 1s ease;
|
||||
/* Transition CSS entre l'ouverture et la fermeture*/ }
|
||||
|
||||
/*Style du module TEXTE lorsqu'il est ouvert*/
|
||||
.texte-cache.ouvert {
|
||||
max-height: 100vh;
|
||||
max-height: 300vh;
|
||||
/* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/ }
|
||||
.texte-cache.ouvert .bouton-ouverture {
|
||||
position: relative;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
border: solid;
|
||||
background-color: transparent;
|
||||
@@ -1150,9 +1162,10 @@ ul.pagination {
|
||||
align-items: center;
|
||||
margin-left: 3rem; }
|
||||
#new-footer .footer .footer-logos img {
|
||||
min-height: 4rem;
|
||||
max-height: 4rem;
|
||||
padding-right: 1rem; }
|
||||
#new-footer .footer #new-footer .footer .footer-logos img:last-of-type {
|
||||
height: 0.5rem !important; }
|
||||
#new-footer .footer .contact {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user