|
@@ -154,7 +154,7 @@
|
|
|
|
|
|
|
|
/* Fix bug with long menus */
|
|
/* Fix bug with long menus */
|
|
|
.mega-menu .menu-bar {
|
|
.mega-menu .menu-bar {
|
|
|
- width: 90%;
|
|
|
|
|
|
|
+ width: 80%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.mega-menu > section.menu-list-items .menu-bar {
|
|
.mega-menu > section.menu-list-items .menu-bar {
|
|
@@ -332,10 +332,6 @@
|
|
|
padding: 3em 2em 0 2em;
|
|
padding: 3em 2em 0 2em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cmfModal-content p {
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.cmf-bg {
|
|
.cmf-bg {
|
|
|
/*background-color: #c50538;*/
|
|
/*background-color: #c50538;*/
|
|
|
}
|
|
}
|
|
@@ -354,11 +350,6 @@
|
|
|
padding: 3em 2em 0 2em;
|
|
padding: 3em 2em 0 2em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .opentalentModal-content p,
|
|
|
|
|
- .opentalentModal-content ul li {
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.opentalent-bg {
|
|
.opentalent-bg {
|
|
|
background-color: #323232; }
|
|
background-color: #323232; }
|
|
|
|
|
|
|
@@ -383,6 +374,14 @@
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .postal-adress {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ margin: 45px auto auto;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .postal-adress h2 {
|
|
|
|
|
+ margin-bottom: 12px;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
/*============================
|
|
/*============================
|
|
|
CORRECTIFS
|
|
CORRECTIFS
|
|
@@ -762,7 +761,8 @@ Structures page
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ot-structures .structure-search form input, button {
|
|
|
|
|
|
|
+.ot-structures .structure-search form input,
|
|
|
|
|
+.ot-structures .structure-search form button {
|
|
|
margin-bottom: 1em;
|
|
margin-bottom: 1em;
|
|
|
line-height: 1.4em;
|
|
line-height: 1.4em;
|
|
|
font-size: 1.1em;
|
|
font-size: 1.1em;
|
|
@@ -915,12 +915,18 @@ Sitemap page
|
|
|
/* max-width: 560px;*/
|
|
/* max-width: 560px;*/
|
|
|
/*}*/
|
|
/*}*/
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
/*============================
|
|
/*============================
|
|
|
Media queries
|
|
Media queries
|
|
|
============================*/
|
|
============================*/
|
|
|
|
|
|
|
|
@media screen and (max-width: 900px) {
|
|
@media screen and (max-width: 900px) {
|
|
|
|
|
|
|
|
|
|
+ /* Hide main carousel */
|
|
|
|
|
+ #main-carousel {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
/* Events page*/
|
|
/* Events page*/
|
|
|
.ot-all-events {
|
|
.ot-all-events {
|