_custom.scss 4.8 KB

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