_custom.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  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. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  12. padding-left: 3rem;
  13. padding-right: 3rem;
  14. }
  15. #body > script:first-child + .grav-lightslider {
  16. margin-top: -3rem;
  17. }
  18. #sb-site{
  19. background: none !important;
  20. #body{
  21. background: none !important;
  22. // padding-bottom: 2rem !important;
  23. font-family: "Sarabun", sans-serif !important;
  24. p:empty { display:none; }
  25. @media (max-width: 442px) {
  26. padding-top: 2rem;
  27. }
  28. }
  29. }
  30. body#top.modular.fullwidth.title-center.title-h1h2 {
  31. overflow-y:hidden;
  32. }
  33. #header.scrolled {
  34. padding-left: 2rem;
  35. padding-right: 2rem;
  36. img {
  37. @include transform(scale(0.75));
  38. @extend .default-animation;
  39. padding-bottom: 1rem;
  40. }
  41. }
  42. #header #navbar ul.navigation li a {
  43. font-family: "Sarabun", sans-serif;
  44. font-weight: 400;
  45. text-transform: uppercase;
  46. font-size: 1rem;
  47. display: inline-block;
  48. padding: 0.3rem 0.8rem;
  49. -webkit-backface-visibility: hidden;
  50. // float: left;
  51. }
  52. #header #navbar ul.navigation li:after {
  53. display: inline;
  54. content: "|";
  55. padding: 0 .1em;
  56. vertical-align: top;
  57. }
  58. #header #navbar ul.navigation li:last-child:after {
  59. content: "" !important;
  60. }
  61. #header #navbar ul.navigation li a:hover {
  62. font-weight: 900;
  63. }
  64. #logo {
  65. position: relative;
  66. display: flex;
  67. flex-direction: row;
  68. img {
  69. padding: 0.75rem;
  70. height: 4rem;
  71. margin:auto;
  72. @media (max-width: 442px) {
  73. height: 3rem;
  74. }
  75. @media (max-width: 1024px) {
  76. height: 3.5rem;
  77. }
  78. #gouv {
  79. padding-left: 1rem;
  80. padding-right: 2rem;
  81. padding: 0.5rem;
  82. min-height: 4rem;
  83. // margin:auto;
  84. }
  85. }
  86. }
  87. @media (max-width: 442px) {
  88. #header #navbar {
  89. position: absolute;
  90. right: 1rem;
  91. }
  92. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  93. padding-left: 0!important;
  94. padding-right: 0rem !important;
  95. }
  96. #header #logo {
  97. position: absolute;
  98. // left: -2rem;
  99. }
  100. #logo img {
  101. height: 3rem;
  102. margin-left: 1rem;
  103. }
  104. }
  105. @media (max-width: 1024px) {
  106. .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  107. padding-left: 0!important;
  108. padding-right: 0rem !important;
  109. }
  110. #header #navbar {
  111. padding-right: 2rem;
  112. }
  113. }
  114. .parallax-window {
  115. background: transparent;
  116. // background-position: center;
  117. // background-size: cover;
  118. // position: relative;
  119. // top: -500px;
  120. width: 100%;
  121. }
  122. .parallax-mirror {
  123. top: -80px;
  124. // height: auto;
  125. }
  126. .callout {
  127. filter:opacity(0.75);
  128. position: relative;
  129. z-index: 1;
  130. padding-top: 0.5rem;
  131. padding-right: 0rem !important;
  132. padding-left: 0rem !important;
  133. h1, h2, h3, p {
  134. text-align: left !important;
  135. }
  136. h2 {
  137. text-transform: capitalize;
  138. font-weight: 300;
  139. font-size: 1rem;
  140. }
  141. }
  142. .ressources {
  143. background-color: white;
  144. padding-top: 1rem;
  145. }
  146. .titre_nsb {
  147. // position: relative;
  148. // top: -440px;
  149. display: block;
  150. margin-right: 45%;
  151. h1 {
  152. margin-bottom: 0rem !important;
  153. text-align: right;
  154. padding-right: 0rem !important;
  155. padding-left: 2rem;
  156. }
  157. @media (max-width: 500px) {
  158. margin-right: 30% !important;
  159. h1 {
  160. font-size: 1.6rem;
  161. }
  162. }
  163. }
  164. .titre_bsn {
  165. display: block;
  166. margin-left: 45%;
  167. // padding-right: 15%;
  168. h1 {
  169. text-align: left;
  170. margin-bottom: 0rem !important;
  171. // padding-bottom: 3rem;
  172. }
  173. p {
  174. // text-transform: uppercase;
  175. padding-right: 15%;
  176. }
  177. .chapeau{
  178. text-transform: uppercase;
  179. }
  180. @media (max-width: 442px) {
  181. margin-left: 30%;
  182. h1 {
  183. font-size: 1.6rem;
  184. }
  185. }
  186. }
  187. @keyframes animate {
  188. 0% {width: 0%;}
  189. 100% {width: 100%;}
  190. }
  191. @keyframes glissement {
  192. from {
  193. margin-left: 100%;
  194. width: 300%;
  195. }
  196. to {
  197. margin-left: 0%;
  198. width: 100%;
  199. }
  200. }
  201. .after-h1 {
  202. .in-view-right {
  203. animation: animate 1.2s 1 normal ease-in-out forwards;
  204. }
  205. .in-view {
  206. animation: glissement 1.2s 1 normal ease-in-out forwards;
  207. }
  208. }
  209. // //présentation en mosaique//
  210. // .programmes {
  211. // display: flex;
  212. // flex-wrap: wrap;
  213. // justify-content: center;
  214. // padding-left: 15%;
  215. // padding-right: 15%;
  216. // padding-top: 8rem;
  217. // padding-bottom: 8rem;
  218. // }
  219. ///présentation en carroussel////
  220. .programmes{
  221. justify-content: center;
  222. padding-left: 5%;
  223. padding-right: 5%;
  224. padding-top: 8rem;
  225. padding-bottom: 8rem;
  226. .slick-list{
  227. width: 70%;
  228. margin: auto;
  229. padding: 0px 150px !important;
  230. .slick-slide{
  231. width: min-content;
  232. }
  233. }
  234. }
  235. .programme {
  236. z-index: 1;
  237. max-width: 35%;
  238. min-width: 26rem;
  239. padding: 1.5rem;
  240. background-color: white;
  241. margin: 0.4rem;
  242. h4 {
  243. text-transform: uppercase;
  244. line-height: 1.2;
  245. }
  246. img {
  247. max-height: 4rem;
  248. }
  249. p {
  250. font-family: $font-family-default;
  251. font-weight: 500;
  252. font-style: italic;
  253. padding-bottom: 1.5rem;
  254. }
  255. @media (max-width: 442px) {
  256. min-width: 20rem;
  257. }
  258. }
  259. // .programme:hover {
  260. // background-color: #000;
  261. // transition:0.2s ease-in-out;
  262. // p {
  263. // color: #fff;
  264. // }
  265. // h4 {
  266. // color: #fff;
  267. // }
  268. // }
  269. // #ressources {
  270. // position: relative;
  271. // top: -440px;
  272. // }
  273. /*CSS pour afficher/masquer un texte via un bouton*/
  274. /*Style du module TEXTE*/
  275. .texte-cache-raisondetre {
  276. position: relative;
  277. max-height: 200px; /*Hauteur du texte visible avant le clic*/
  278. overflow: hidden; /*On cache tout ce qui dépasse des 400px*/
  279. transition: max-height 1s ease; /* Transition CSS entre l'ouverture et la fermeture*/
  280. @media (max-width: 1024px) {
  281. max-height: 200px;
  282. }
  283. @media (max-width:442px) {
  284. max-height: 200px;
  285. }
  286. }
  287. /*Style du module TEXTE lorsqu'il est ouvert*/
  288. .texte-cache-raisondetre.ouvert {
  289. max-height: 300vh; /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/
  290. }
  291. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  292. .texte-cache-raisondetre:not(.ouvert)::after {
  293. content: '';
  294. position: absolute;
  295. top: 400px;
  296. bottom: 0;
  297. left: 0;
  298. right: 0;
  299. // background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /*Couleur de notre effet*/
  300. }
  301. .bouton-raisondetre{
  302. position: relative;
  303. justify-content: center;
  304. cursor: pointer;
  305. border: solid;
  306. border-radius: 0px !important;
  307. background-color: transparent;
  308. text-transform: uppercase;
  309. left: 45%;
  310. // margin-top: 3rem;
  311. margin-bottom: 2rem !important;
  312. @media (max-width: 442px) {left: 0%;}
  313. }
  314. /*CSS pour afficher/masquer un texte via un bouton*/
  315. /*Style du module TEXTE*/
  316. .texte-cache {
  317. position: relative;
  318. max-height: 400px; /*Hauteur du texte visible avant le clic*/
  319. overflow: hidden; /*On cache tout ce qui dépasse des 400px*/
  320. transition: max-height 1s ease; /* Transition CSS entre l'ouverture et la fermeture*/
  321. @media (max-width: 1024px) {
  322. max-height: 445px;
  323. }
  324. @media (max-width:442px) {
  325. max-height: 400px;
  326. }
  327. }
  328. /*Style du module TEXTE lorsqu'il est ouvert*/
  329. .texte-cache.ouvert {
  330. max-height: 300vh; /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/
  331. }
  332. /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
  333. .texte-cache:not(.ouvert)::after {
  334. content: '';
  335. position: absolute;
  336. top: 400px;
  337. bottom: 0;
  338. left: 0;
  339. right: 0;
  340. // background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /*Couleur de notre effet*/
  341. }
  342. .modular .features {
  343. @media (max-width: 1024px) {
  344. width: 80% !important;
  345. margin: auto !important;
  346. }
  347. }
  348. .modular .features .feature {
  349. // margin-bottom: 10rem;
  350. @media (max-width: 442px) {width: 80% ;}
  351. @media (max-width: 1024px) {width: 24% ;}
  352. }
  353. .bouton-ouverture {
  354. position: relative;
  355. justify-content: center;
  356. cursor: pointer;
  357. border: solid;
  358. border-radius: 0px !important;
  359. background-color: transparent;
  360. text-transform: uppercase;
  361. left: 45%;
  362. // margin-top: 3rem;
  363. margin-bottom: 2rem !important;
  364. // @media (min-width: 768px) {display: none ;}
  365. }
  366. .gouvernance {
  367. background-color: #000;
  368. // filter:opacity(0.75);
  369. color: #ffffff;
  370. text-transform: uppercase;
  371. padding-bottom: 6rem;
  372. padding-top: 2rem;
  373. }
  374. .mozaique_personnes {
  375. background-color: #d9d9d9;
  376. padding-bottom: 6rem;
  377. .equipe {
  378. display: flex !important;
  379. flex-direction: row;
  380. flex-wrap: wrap;
  381. // margin-left: 15%;
  382. // padding-right: 15%;
  383. width: 100%;
  384. padding-left: 22%;
  385. padding-right: 15%;
  386. margin: auto;
  387. justify-items: center;
  388. @media (max-width: 442px) {
  389. width: 100%;
  390. padding-left: 3%;
  391. padding-right: 2%;
  392. }
  393. h3 {
  394. // display: flex;
  395. // flex-grow: 1;
  396. padding-top: 3rem;
  397. // padding-left: 15%;
  398. min-width: 100%;
  399. font-family: "Sarabun", sans-serif;
  400. font-weight: 800;
  401. font-size: 1rem;
  402. line-height: 20px;
  403. text-align: left;
  404. @media (max-width: 442px) {
  405. font-size: 0.9rem;
  406. padding-right: 0.5rem;
  407. }
  408. }
  409. .personne {
  410. display: flex;
  411. flex-direction: row;
  412. flex-wrap: wrap;
  413. // width: 50%;
  414. padding-right: 0.5rem;
  415. padding-bottom: 0.5rem;
  416. .mozaique {
  417. display: flex;
  418. flex-direction: row;
  419. justify-content: flex-end;
  420. max-width: 30rem;
  421. min-width: 30rem;
  422. @media (max-width: 442px) {
  423. max-width: 21rem;
  424. min-width: 21rem;
  425. }
  426. .photo {
  427. // min-width: 10rem;
  428. // min-height: 10rem;
  429. // max-width:50% !important;
  430. overflow: hidden;
  431. width: 15rem !important;
  432. height: 15rem !important;
  433. // object-fit: cover;
  434. // background-size: cover;
  435. img {
  436. // maxwidth: 15rem !important;
  437. // height: 15rem !important;
  438. object-fit: cover;
  439. width: 100%;
  440. height: 100%;
  441. }
  442. }
  443. .info {
  444. background-color: #fff;
  445. display:flex;
  446. flex-direction: column;
  447. font-family: $font-family-default;
  448. width: 50%;
  449. height: 15rem;
  450. min-width: 15rem;
  451. @media (max-width: 442px) {
  452. max-width: 11rem;
  453. min-width: 11rem;
  454. }
  455. h5 {
  456. font-weight: 900;
  457. font-size: 1.1rem;
  458. margin: 0;
  459. padding-top: 0.8rem;
  460. padding-right: 1rem;
  461. padding-left: 1.3rem;
  462. @media (max-width: 442px) {
  463. font-size: 0.9rem;
  464. padding-left: 0.8rem;
  465. padding-right: 0.6rem;
  466. }
  467. }
  468. h6 {
  469. font-weight: 300;
  470. font-size: 0.9rem;
  471. font-style: italic;
  472. line-height: 1.3;
  473. margin: 0;
  474. padding-right: 1.2rem;
  475. // padding-bottom: 1rem;
  476. padding-left: 1.3rem;
  477. @media (max-width: 442px) {
  478. padding-left: 0.8rem;
  479. font-size: 0.75rem;
  480. padding-right: 0.6rem;
  481. }
  482. }
  483. &:hover {
  484. background-color: #000;
  485. color: #fff;
  486. transition:0.2s ease-in-out;
  487. }
  488. }
  489. }
  490. }
  491. }
  492. }
  493. // .mozaique :hover {
  494. // background-color: #000;
  495. // color: #fff;
  496. // }
  497. .bouton {
  498. border: solid !important;
  499. background-color: transparent;
  500. border-radius: 0px !important;
  501. text-transform: uppercase;
  502. align-self: flex-end;
  503. margin:auto;
  504. margin-bottom: 0.8rem !important;
  505. font-size: 0.7rem;
  506. }
  507. //
  508. // .bouton :hover {
  509. // background-color: #000;
  510. // }
  511. // pop in biographie
  512. .modal {
  513. position: fixed;
  514. z-index: 1;
  515. top: 0;
  516. right: 0;
  517. bottom: 0;
  518. left: 0;
  519. display: none;
  520. }
  521. .modal.open{
  522. display: block;
  523. // .bouton {
  524. // border: solid !important;
  525. // background-color: transparent;
  526. // text-transform: uppercase;
  527. // align-self: flex-end;
  528. // margin:auto;
  529. // margin-bottom: 2rem;
  530. // }
  531. }
  532. // #modal .mask{
  533. // background: none !important;
  534. // opacity: 1;
  535. // position: absolute;
  536. // top: 0;
  537. // right: 0;
  538. // bottom: 0;
  539. // left: 0;
  540. //
  541. // }
  542. // #body .grey {
  543. // opacity: 0.5;
  544. // }
  545. .modal .container{
  546. position: absolute;
  547. background: white !important;
  548. top: 50%;
  549. left: 50%;
  550. transform: translateX(-50%) translateY(-50%);
  551. width: 50%;
  552. height: content;
  553. min-height: 50px;
  554. border: solid;
  555. color: black;
  556. .message{
  557. padding: 5% 10% 5% 5%;
  558. }
  559. a.close{
  560. position: absolute;
  561. right: 5%;
  562. top:5%;
  563. color: black;
  564. font-size: 30px;
  565. }
  566. a.close:hover{
  567. color: black;
  568. }
  569. @media (max-width: 442px) {
  570. transform: translateX(-50%) translateY(-50%);
  571. width: 85%;
  572. height: 80%;
  573. overflow-y: scroll;
  574. a.close {
  575. font-size: 0.8rem;
  576. position: absolute;
  577. right: 2%;
  578. top:0.8%;
  579. }
  580. p {
  581. font-size: 0.8rem;
  582. margin-top: 0;
  583. }
  584. .message{
  585. padding: 5% 5% 5% 5%;
  586. }
  587. }
  588. @media (max-width: 1024px) {
  589. transform: translateX(-50%) translateY(-50%);
  590. width: 75%;
  591. height: 65%;
  592. overflow-y: scroll;
  593. a.close {
  594. font-size: 0.8rem;
  595. position: absolute;
  596. right: 2%;
  597. top:0.8%;
  598. }
  599. p {
  600. font-size: 0.8rem;
  601. margin-top: 0;
  602. }
  603. .message{
  604. padding: 5% 5% 5% 5%;
  605. }
  606. }
  607. }
  608. #new-footer {
  609. // position:absolute;
  610. display: flex;
  611. flex-direction: column;
  612. background-color: white;
  613. padding-bottom: 3rem;
  614. .tothetop {
  615. position: relative;
  616. // align-self: center;
  617. height: 1rem;
  618. bottom: 3rem;
  619. text-align: center;
  620. left: 0;
  621. right: 0;
  622. span {
  623. font-size: 1.7rem;
  624. line-height: 2,5rem;
  625. background: #fff;
  626. width: 4rem;
  627. height: 6rem;
  628. border-radius: $border-radius;
  629. display: inline-block;
  630. text-align: top;
  631. }
  632. }
  633. .footer {
  634. display: flex;
  635. flex-direction: row;
  636. flex-wrap: nowrap;
  637. .footer-logos {
  638. display: flex;
  639. flex-direction: row;
  640. width: 65%;
  641. align-items: center;
  642. justify-content: center;
  643. img {
  644. max-height: 7rem;
  645. padding-right: 2rem;
  646. // &:last-of-type {
  647. // // height: 3.25rem;
  648. // padding-top: 0.30rem;
  649. // padding-bottom: 0.30rem;
  650. // }
  651. }
  652. }
  653. .contact {
  654. display: flex;
  655. flex-direction: column;
  656. min-width: 288px;
  657. width: 35%;
  658. padding-left: 1.5rem;
  659. margin-right: 2rem;
  660. margin-top: 1.5rem;
  661. align-items: flex-start;
  662. img {
  663. margin-bottom: 1rem;
  664. max-height: 2rem;
  665. }
  666. svg {
  667. margin-bottom: 1rem;
  668. }
  669. h6 {
  670. margin: 0 !important;
  671. font-weight: 600;
  672. }
  673. p {
  674. margin: 0;
  675. }
  676. }
  677. }
  678. @media (max-width: 442px) {
  679. .footer {
  680. width: 100%;
  681. flex-direction: column-reverse;
  682. align-items: center;
  683. margin:auto;
  684. .contact {
  685. padding-top: 1rem;
  686. width: 80%;
  687. }
  688. .footer-logos {
  689. // width: 90%;
  690. margin-top: 1.5rem;
  691. margin-left: 0.5rem;
  692. flex-direction: column;
  693. justify-content: space-between;
  694. img {
  695. padding:0.5rem;
  696. }
  697. }
  698. }
  699. }
  700. @media (max-width: 1024px) {
  701. .footer {
  702. .contact {
  703. img {max-height: 1.5rem;}
  704. h6 {font-size:0.8rem;}
  705. p {font-size: 0.8rem;}
  706. svg {margin-bottom: 0.6rem;}
  707. }
  708. .footer-logos {
  709. img {
  710. padding: 0.5rem;
  711. }
  712. }
  713. }
  714. }
  715. }
  716. button:focus {
  717. border: solid !important;
  718. background-color: transparent;
  719. border-radius: 0px !important;
  720. text-transform: uppercase;
  721. align-self: flex-end;
  722. margin:auto;
  723. // margin-bottom: 2rem;
  724. outline: -webkit-focus-ring-color auto 0px;
  725. outline-color: -webkit-focus-ring-color;
  726. outline-style: auto;
  727. outline-width: 0px;
  728. }
  729. // CSS page evenement
  730. .event{
  731. .callout{
  732. filter:opacity(1);
  733. h2 {
  734. font-family: "Sarabun", sans-serif;
  735. font-weight: 100 !important;
  736. font-size:1.8rem;
  737. line-height: 1.2;
  738. text-transform: uppercase;
  739. margin:0 ;
  740. }
  741. .titre_bsn {
  742. position: relative;
  743. #explog{
  744. position: absolute;
  745. right: 105%;
  746. top: 3%;
  747. max-width:20%;
  748. @media (max-width:500px){
  749. right: 110%;
  750. top: 1%;
  751. max-width:50%;
  752. }
  753. @media (max-width:442px){
  754. right: 105%;
  755. top: 3%;
  756. max-width:30%;
  757. }
  758. }
  759. .text-titre-event{
  760. h1{
  761. text-transform: uppercase;
  762. line-height:1 !important;
  763. margin-bottom: 0.5rem !important;
  764. }
  765. .sous-titre{
  766. margin-top: 1rem;
  767. }
  768. }
  769. }
  770. }
  771. }
  772. h1{
  773. font-family: "Sarabun", sans-serif;
  774. text-transform: uppercase;
  775. line-height:1 !important;
  776. font-size: 2rem !important;
  777. margin-bottom: 0.5rem !important;
  778. }
  779. .presentation-event{
  780. display: flex;
  781. flex-direction: column;
  782. margin: auto;
  783. width: 60%;
  784. height:auto;
  785. background-color: white;
  786. color: #000;
  787. padding-top: 1.5rem;
  788. padding-left: 2em;
  789. padding-right: 2em;
  790. margin-top: 6rem;
  791. margin-bottom: 6rem;
  792. text-align: left;
  793. p{
  794. font-size: 1.2rem;
  795. line-height: 1.5;
  796. margin: 1rem;
  797. }
  798. ul{
  799. font-size: 1.2rem ;
  800. line-height: 1.5 ;
  801. margin: 1rem ;
  802. }
  803. .boutons-event {
  804. margin-top: 2rem;
  805. margin-bottom: 2rem;
  806. display: flex;
  807. flex-direction: column;
  808. .bouton {
  809. border: solid !important;
  810. background-color: transparent;
  811. border-radius: 0px !important;
  812. text-transform: uppercase;
  813. align-self: flex-end;
  814. margin:auto;
  815. margin-bottom: 0.8rem !important;
  816. font-size: 0.7rem;
  817. padding: 2px 10px;
  818. }
  819. }
  820. @media (max-width: 600px) {
  821. margin-top: 1rem !important;
  822. width: 80%;
  823. padding-left: 1rem;
  824. padding-right: 1rem;
  825. padding-top: 1rem;
  826. p {
  827. font-size: 1.1rem;
  828. }
  829. ul{
  830. font-size: 1.1rem;
  831. }
  832. }
  833. }
  834. .intervenant{
  835. background-color: #d9d9d9;
  836. color: #000;
  837. text-transform: uppercase;
  838. padding-bottom: 2rem;
  839. padding-top: 2rem;
  840. }
  841. // .event .equipe .info{
  842. // background-color: red;
  843. // }
  844. .equipe-event {
  845. display: flex !important;
  846. flex-direction: row;
  847. flex-wrap: wrap;
  848. // margin-left: 15%;
  849. // padding-right: 15%;
  850. width: 100%;
  851. padding-left: 10%;
  852. padding-right: 10%;
  853. margin: auto;
  854. justify-items: center;
  855. @media (max-width: 442px) {
  856. width: 100%;
  857. padding-left: 3%;
  858. padding-right: 2%;
  859. }
  860. h3 {
  861. // display: flex;
  862. // flex-grow: 1;
  863. // padding-top: 2rem;
  864. // padding-left: 15%;
  865. margin-bottom: 3rem;
  866. min-width: 100%;
  867. font-family: "Sarabun", sans-serif;
  868. text-transform: uppercase;
  869. font-weight: 200;
  870. font-size: 1rem;
  871. line-height: 20px;
  872. text-align: left;
  873. @media (max-width: 442px) {
  874. font-size: 0.9rem;
  875. padding-right: 0.5rem;
  876. }
  877. }
  878. .personne {
  879. display: flex;
  880. flex-direction: row;
  881. flex-wrap: wrap;
  882. // width: 50%;
  883. padding-right: 0.5rem;
  884. padding-bottom: 0.5rem;
  885. .mozaique {
  886. display: flex;
  887. flex-direction: row;
  888. // justify-content: flex-end;
  889. max-width: 30rem;
  890. min-width: 30rem;
  891. @media (max-width: 442px) {
  892. max-width: 21rem;
  893. min-width: 21rem;
  894. padding-left: 1rem;
  895. }
  896. .photo {
  897. // min-width: 10rem;
  898. // min-height: 10rem;
  899. // max-width:50% !important;
  900. overflow: hidden;
  901. width: 10rem !important;
  902. height: 10rem !important;
  903. // object-fit: cover;
  904. // background-size: cover;
  905. img {
  906. // maxwidth: 15rem !important;
  907. // height: 15rem !important;
  908. object-fit: cover;
  909. width: 100%;
  910. height: 100%;
  911. }
  912. }
  913. .info {
  914. // background-color: #fff;
  915. display:flex;
  916. flex-direction: column;
  917. font-family: $font-family-default;
  918. width: 50%;
  919. height: 15rem;
  920. min-width: 15rem;
  921. padding-left: 1.3rem;
  922. @media (max-width: 442px) {
  923. max-width: 11rem;
  924. min-width: 11rem;
  925. }
  926. .nom {
  927. display: flex;
  928. direction: row;
  929. h5{
  930. padding-right: 0.4em !important;
  931. }
  932. }
  933. h5 {
  934. font-weight: 900;
  935. font-size: 1.1rem;
  936. margin: 0;
  937. padding-top: 0.8rem;
  938. padding-right: 1rem;
  939. // padding-left: 1.3rem;
  940. @media (max-width: 442px) {
  941. font-size: 0.9rem;
  942. // padding-left: 0.8rem;
  943. padding-right: 0.6rem;
  944. }
  945. }
  946. h6 {
  947. font-weight: 300;
  948. font-size: 0.9rem;
  949. font-style: italic;
  950. line-height: 1.3;
  951. margin: 0;
  952. padding-right: 1.2rem;
  953. // padding-bottom: 1rem;
  954. // padding-left: 1.3rem;
  955. @media (max-width: 442px) {
  956. // padding-left: 0.8rem;
  957. font-size: 0.75rem;
  958. padding-right: 0.6rem;
  959. }
  960. }
  961. }
  962. }
  963. }
  964. }
  965. .partenaires{
  966. background-color: #fff;
  967. height: auto;
  968. padding-top: 2rem;
  969. padding-bottom: 3rem;
  970. margin-top: 0 !important;
  971. h1{
  972. margin-top: 0 !important;
  973. }
  974. }
  975. .grille{
  976. background-color: #fff;
  977. padding-bottom: 6rem;
  978. .tous-logos{
  979. display: flex;
  980. margin: auto;
  981. max-width: 80%;
  982. justify-content: center;
  983. }
  984. p{
  985. justify-content: center;
  986. display: flex;
  987. margin: auto;
  988. flex-wrap: wrap;
  989. }
  990. img{
  991. height: 9rem;
  992. display: flex;
  993. padding: 2rem;
  994. }
  995. }
  996. .event #new-footer{
  997. border-top:solid 5px #d9d9d9;
  998. span {
  999. height: 2rem;
  1000. }
  1001. }