_custom.scss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. // Your custom SCSS should be written here...
  2. .grav-lightslider {
  3. .lSSlideOuter {
  4. .lSPager.lSpg {
  5. > li a {
  6. z-index: 1;
  7. }
  8. }
  9. }
  10. }
  11. #body > script:first-child + .grav-lightslider {
  12. margin-top: -3rem;
  13. }
  14. #header #navbar ul.navigation li a {
  15. font-family: "Sarabun", sans-serif;
  16. font-weight: 400;
  17. text-transform: uppercase;
  18. font-size: 1rem;
  19. display: inline-block;
  20. padding: 0.3rem 0.8rem;
  21. -webkit-backface-visibility: hidden;
  22. }
  23. #header.scrolled #navbar ul.navigation li a {
  24. color: black !important;
  25. font-size: 0.95rem;
  26. transition:0.6s ease-in-out;
  27. }
  28. #logo {
  29. display: flex;
  30. flex-direction: row;
  31. }
  32. #logo img {
  33. padding: 1rem;
  34. }
  35. .callout {
  36. padding-top: 0.5rem;
  37. }
  38. .callout h1, h2, h3, p {
  39. text-align: left !important;
  40. }
  41. .callout h1 {
  42. padding-bottom: 5rem;
  43. }
  44. .titre_bsn {
  45. display: block;
  46. margin-left: 40%;
  47. margin-right: 15%;
  48. }
  49. .titre_bsn h1 {
  50. text-align: left;
  51. padding-bottom: 3rem;
  52. }
  53. .programmes {
  54. display: flex;
  55. flex-wrap: wrap;
  56. background-color: #d5d2d1;
  57. justify-content: center;
  58. padding-left: 15%;
  59. padding-right: 15%;
  60. padding-top: 8rem;
  61. padding-bottom: 8rem;
  62. }
  63. .programme {
  64. max-width: 45%;
  65. padding: 1.5rem;
  66. background-color: white;
  67. margin: 0.4rem;
  68. }
  69. .programme h4 {
  70. text-transform: uppercase;
  71. }
  72. .programme img {
  73. max-height: 15%;
  74. }
  75. .programme p {
  76. font-family: $font-family-default;
  77. font-weight: 500;
  78. font-style: italic;
  79. }
  80. .programmes :hover {
  81. background-color: #000;
  82. color: #ffffff;
  83. transition:0.2s ease-in-out;
  84. }
  85. //
  86. // /* .titre_nsb {
  87. // display: block;
  88. // position: absolute;
  89. // margin-right: 39%;
  90. // } */
  91. //
  92. //
  93. // /* .ressources {
  94. // display: flex;
  95. // flex-wrap: wrap;
  96. // justify-content: space-between;
  97. // background-color: #ffffff;
  98. // padding-top: 8rem;
  99. // padding-right: 5rem;
  100. // padding-left: 5rem;
  101. // } */
  102. //
  103. // /* .ressource {
  104. // max-width: 20%;
  105. // margin-block: 5rem;
  106. // flex-wrap: wrap;
  107. // flex: 0 1 15%;
  108. // } */
  109. //
  110. //
  111. // /*
  112. // .ressources h1 {
  113. // text-transform: uppercase;
  114. // background-color: #fff;
  115. // color: #000;
  116. // padding-top: 5rem;
  117. // padding-bottom: 6rem;
  118. // } */
  119. //
  120. // /* .ressources {
  121. // display: grid;
  122. // grid-template-columns: repeat(4, 1fr);
  123. // grid-gap: 3rem;
  124. // grid-auto-rows: auto;
  125. // background-color: #ffffff;
  126. // padding-top: 18rem;
  127. // justify-items: center;
  128. // position: relative;
  129. // margin-right: 10%;
  130. // margin-bottom: 6rem;
  131. // margin-left: 10%;
  132. // } */
  133. //
  134. // /* .ressources img {
  135. // max-width: 50%;
  136. // } */
  137. //
  138. // /* .ressource h1 h2 h3 h4 {
  139. // margin: 0.2rem;
  140. // } */
  141. .gouvernance {
  142. background-color: #000;
  143. color: #ffffff;
  144. text-transform: uppercase;
  145. padding-bottom: 6rem;
  146. padding-top: 2rem;
  147. }
  148. .mozaique_personnes {
  149. background-color: #d5d2d1
  150. }
  151. .mozaique_personnes h3 {
  152. margin-top: 0px !important;
  153. padding-top: 3rem;
  154. padding-left: 15%;
  155. padding-right: 15%;
  156. font-family: "Sarabun";
  157. font-weight: 800;
  158. font-size: 1rem;
  159. line-height: 20px;
  160. }
  161. .mozaique {
  162. // background-color: #fff;
  163. display: flex;
  164. flex-direction: row;
  165. max-width: 65%;
  166. align-items: stretch;
  167. position: relative;
  168. margin-right: 10%;
  169. // margin-bottom: 6rem;
  170. margin-left: 15%;
  171. height: auto;
  172. }
  173. // .mozaique :hover {
  174. // background-color: #000;
  175. // color: #fff;
  176. // }
  177. .info {
  178. background-color: #fff;
  179. display:flex;
  180. flex-direction: column;
  181. font-family: $font-family-default;
  182. }
  183. .info:hover {
  184. background-color: #000;
  185. color: #fff;
  186. transition:0.2s ease-in-out;
  187. }
  188. .info h5 {
  189. font-weight: 900;
  190. font-size: 1.3rem;
  191. margin: 0;
  192. padding-top: 1rem;
  193. padding-left: 1rem;
  194. }
  195. .info h6 {
  196. font-weight: 300;
  197. font-size: 1.1rem;
  198. font-style: italic;
  199. margin: 0;
  200. padding-left: 1rem;
  201. padding-bottom: 1rem;
  202. }
  203. .portrait {
  204. max-width:15rem !important;
  205. background: transparent !important;
  206. }
  207. .2columns {
  208. max-width: 25%;
  209. }
  210. .bouton {
  211. border: solid;
  212. background-color: transparent;
  213. text-transform: uppercase;
  214. align-self: flex-end;
  215. margin-right: 2rem;
  216. }
  217. //
  218. // .bouton :hover {
  219. // background-color: #000;
  220. // }
  221. // pop in biographie
  222. #modal{
  223. position: fixed;
  224. z-index: 1;
  225. top: 0;
  226. right: 0;
  227. bottom: 0;
  228. left: 0;
  229. display: none;
  230. }
  231. #modal.open{
  232. display: block;
  233. }
  234. #modal .mask{
  235. background: none !important;
  236. opacity: 1;
  237. position: absolute;
  238. top: 0;
  239. right: 0;
  240. bottom: 0;
  241. left: 0;
  242. }
  243. // #body .grey {
  244. // opacity: 0.5;
  245. // }
  246. #modal .container{
  247. position: relative;
  248. background: white !important;
  249. top: 50%;
  250. left: 25%;
  251. transform: translateX(-50%) translateY(-50%);
  252. width: 50%;
  253. height: content;
  254. min-height: 50px;
  255. border: solid;
  256. }
  257. #modal .container .message{
  258. padding: 5% 10% 5% 5%;
  259. }
  260. #modal .container a.close{
  261. position: absolute;
  262. right: 5%;
  263. top:5%;
  264. color: black;
  265. font-size: 30px;
  266. }
  267. #modal .container a.close:hover{
  268. color: black;
  269. }