|
|
@@ -2,36 +2,6 @@
|
|
|
Author: Johan HAUDIQUET
|
|
|
Version: 1.0
|
|
|
*/
|
|
|
-
|
|
|
-
|
|
|
-/*============================
|
|
|
- TABLE DES MATIERES
|
|
|
-==============================
|
|
|
- :: DESIGN 2IOPENSERVICE
|
|
|
- - Général
|
|
|
- - Barre réseau
|
|
|
- - Menu
|
|
|
- - Prochains évènements
|
|
|
- - Partenaires
|
|
|
- - Pied de page
|
|
|
- - Modals en général
|
|
|
- - Modal de connexion
|
|
|
- - Modal CMF
|
|
|
- - Modal Opentalent
|
|
|
- - Blog
|
|
|
- - Contact
|
|
|
- :: CORRECTIFS
|
|
|
- - Menu
|
|
|
- - Pied de page
|
|
|
-============================*/
|
|
|
-
|
|
|
-
|
|
|
-/*============================
|
|
|
- DESIGN 2IOPENSERVICE
|
|
|
-==============================
|
|
|
- Charte spécifique
|
|
|
- au réseau Opentalent
|
|
|
-============================*/
|
|
|
|
|
|
/*------------------------
|
|
|
Général
|
|
|
@@ -77,6 +47,18 @@
|
|
|
height: auto;
|
|
|
}
|
|
|
|
|
|
+ /* Force footer to the bottom of the screen */
|
|
|
+ .t-container .wrapper {
|
|
|
+ min-height: 100vh;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+
|
|
|
+ .t-container .wrapper .page-section-ptb {
|
|
|
+ flex: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
/*------------------------
|
|
|
Barre réseau
|
|
|
------------------------*/
|
|
|
@@ -156,6 +138,11 @@
|
|
|
box-shadow: 4px 4px 2px 1px rgba(75, 75, 75, .2);
|
|
|
}
|
|
|
|
|
|
+ .mega-menu .menu-logo img {
|
|
|
+ box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
|
|
|
+ border: solid white 3px;
|
|
|
+ }
|
|
|
+
|
|
|
/* **** Fix mega menu issues ***** */
|
|
|
|
|
|
/* Fix bug with long menus */
|