12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466 |
- @charset "UTF-8";
- @import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
- #header #logo h3, #header #navbar .panel-activation, #footer p {
- position: relative;
- top: 50%;
- -webkit-transform: translateY(-50%);
- -moz-transform: translateY(-50%);
- -o-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%); }
- .button, .button-secondary {
- display: inline-block;
- padding: 7px 20px; }
- .button-small.button, .button-small.button-secondary {
- padding: 3px 10px;
- font-size: 0.9rem; }
- html, body {
- height: 100%; }
- body {
- background: #fff;
- color: #000;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale; }
- a {
- color: #000; }
- a:hover {
- color: black; }
- b, strong, label, th {
- font-weight: 700; }
- #container {
- min-height: 100%;
- position: relative; }
- .fullwidth #body {
- padding-left: 0;
- padding-right: 0; }
- #body {
- background: #fff;
- padding-top: 8rem;
- padding-bottom: 11rem; }
- .left {
- float: left; }
- .right {
- float: right; }
- .default-animation, #body, #header, #header #logo h3, #header #navbar ul.navigation, #header.scrolled img, .modular .showcase .button {
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out; }
- .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 {
- padding-left: 7rem;
- padding-right: 7rem; }
- @media only all and (max-width: 59.938em) {
- .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 {
- padding-left: 4rem;
- padding-right: 4rem; } }
- @media only all and (max-width: 47.938em) {
- .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 {
- padding-left: 1rem;
- padding-right: 1rem; } }
- .padding-vert {
- padding-top: 3rem;
- padding-bottom: 3rem; }
- #header {
- position: fixed;
- z-index: 10;
- width: 100%;
- height: 5rem;
- background-color: white;
- box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
- #header #logo img {
- display: flex;
- flex-direction: row;
- flex-flow: row; }
- #header.scrolled {
- height: 3rem;
- background-color: rgba(255, 255, 255, 0.9) !important;
- box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
- #header.scrolled #logo h3 {
- color: #000 !important;
- font-size: 1.6rem !important; }
- #header.scrolled #logo a, #header.scrolled #navbar span {
- color: #000 !important; }
- #header.scrolled #navbar a {
- color: #000 !important; }
- #header.scrolled #navbar a:hover {
- color: black !important; }
- #header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
- background-color: #000 !important; }
- #header.scrolled .navigation {
- margin-top: 0.5rem !important; }
- #header > .grid, #header #logo, #header #navbar {
- height: 100%; }
- #header #logo {
- float: left; }
- #header #logo h3 {
- font-size: 2rem;
- line-height: 2rem;
- margin: 0; }
- #header #logo h3 a {
- color: #000; }
- #header #navbar {
- font-size: 1.4rem;
- /* Child Indicator */ }
- #header #navbar .has-children > a > span {
- display: inline-block;
- padding-right: 8px; }
- #header #navbar .has-children > a > span:after {
- font-family: FontAwesome;
- content: '\f107';
- position: absolute;
- display: inline-block;
- right: 8px;
- top: 4px; }
- #header #navbar .has-children > a:after, #header #navbar .has-children > a:before {
- display: none; }
- #header #navbar .has-children .has-children > a > span:after {
- content: '\f105'; }
- #header #navbar .navigation > .has-children:hover > a {
- background: #f6f6f6;
- border: 1px solid #ececec;
- border-bottom-color: #f6f6f6;
- margin: -1px -1px 0 -1px;
- z-index: 1000;
- position: relative;
- padding-bottom: 1px; }
- #header #navbar ul {
- margin: 0;
- padding: 0;
- list-style: none;
- text-transform: uppercase; }
- #header #navbar ul.navigation {
- display: inline-block;
- float: right;
- margin-top: 1.4rem; }
- #header #navbar ul.navigation li {
- float: left;
- position: relative;
- /*Active dropdown nav item */
- /* Dropdown CSS */
- /* Active on Hover */ }
- #header #navbar ul.navigation li a {
- font-family: "Sarabun", sans-serif;
- display: inline-block;
- padding: 0.3rem 0.8rem;
- -webkit-backface-visibility: hidden; }
- #header #navbar ul.navigation li a:hover:before {
- visibility: visible;
- -webkit-transform: scaleX(0.75);
- -moz-transform: scaleX(0.75);
- -ms-transform: scaleX(0.75);
- -o-transform: scaleX(0.75);
- transform: scaleX(0.75); }
- #header #navbar ul.navigation li a.active:after {
- top: 0;
- visibility: visible;
- -webkit-transform: scaleX(0.75);
- -moz-transform: scaleX(0.75);
- -ms-transform: scaleX(0.75);
- -o-transform: scaleX(0.75);
- transform: scaleX(0.75); }
- #header #navbar ul.navigation li.active a:after {
- top: 0;
- visibility: visible;
- -webkit-transform: scaleX(0.75);
- -moz-transform: scaleX(0.75);
- -ms-transform: scaleX(0.75);
- -o-transform: scaleX(0.75);
- transform: scaleX(0.75); }
- #header #navbar ul.navigation li ul {
- position: absolute;
- background-color: #f6f6f6;
- border: 1px solid #ececec;
- border-top: 0;
- min-width: 12rem;
- text-align: left;
- z-index: 999;
- left: -1px;
- display: none; }
- #header #navbar ul.navigation li ul li {
- display: block;
- float: none;
- /* Active Dropdown nav item */ }
- #header #navbar ul.navigation li ul li.active > a {
- background-color: #ececec;
- color: #000; }
- #header #navbar ul.navigation li ul li:hover > a {
- background-color: #000;
- color: #fff; }
- #header #navbar ul.navigation li ul li a {
- display: block;
- margin: 0 -1px; }
- #header #navbar ul.navigation li ul li a:after, #header #navbar ul.navigation li ul li a:before {
- display: none; }
- #header #navbar ul.navigation li ul ul {
- left: 100%;
- top: 0px; }
- #header #navbar ul.navigation li:hover > ul {
- display: block; }
- @media only all and (max-width: 59.938em) {
- #header #navbar ul.navigation {
- display: none; } }
- #header #navbar .panel-activation {
- padding: 1rem;
- display: none;
- font-size: 1.8rem;
- cursor: pointer;
- float: right; }
- @media only all and (max-width: 59.938em) {
- #header #navbar .panel-activation {
- display: inline-block; } }
- .header-image.fullwidth #body {
- padding-left: 0;
- padding-right: 0; }
- .header-image.fullwidth #body > .listing-row {
- padding-left: 7rem;
- padding-right: 7rem; }
- .header-image .listing-row:last-child {
- margin-bottom: 2rem; }
- .header-image #body .flush-top {
- margin-top: -9.5rem;
- padding-top: 9rem; }
- .header-image #breadcrumbs {
- margin-top: 1rem; }
- .header-image #header {
- background-color: rgba(255, 255, 255, 0);
- box-shadow: none; }
- .header-image #header .navigation .has-children:hover a {
- color: #000; }
- .header-image #header #logo h3, .header-image #header #logo a {
- color: #FFFFFF; }
- .header-image #header a, .header-image #header .menu-btn {
- color: #FFFFFF; }
- .header-image #header a:before, .header-image #header a:after {
- background-color: rgba(255, 255, 255, 0.7) !important; }
- #footer {
- position: absolute;
- background: #333;
- height: 6rem;
- right: 0;
- bottom: 0;
- left: 0;
- color: #999;
- text-align: center; }
- #footer a:hover {
- color: #fff; }
- #footer .totop {
- position: absolute;
- bottom: 5rem;
- text-align: center;
- left: 0;
- right: 0; }
- #footer .totop span {
- font-size: 1.7rem;
- line-height: 2.5rem;
- background: #333;
- width: 3rem;
- height: 2rem;
- border-radius: 3px;
- display: inline-block;
- text-align: top; }
- #footer p {
- margin: 0; }
- #footer p .fa {
- color: #fff; }
- html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
- font-family: "Sarabun", sans-serif; }
- h1 {
- font-family: "Sarabun", sans-serif;
- font-weight: 800;
- text-rendering: optimizeLegibility;
- letter-spacing: -0px; }
- h2, h3, h5, h6 {
- font-family: "Sarabun", sans-serif; }
- h1 {
- font-size: 2.3rem; }
- @media only all and (max-width: 47.938em) {
- h1 {
- font-size: 2.5rem;
- line-height: 1.2;
- margin-bottom: 2.5rem; } }
- @media only all and (min-width: 48em) and (max-width: 59.938em) {
- h2 {
- font-size: 1.6rem; } }
- @media only all and (max-width: 47.938em) {
- h2 {
- font-size: 1.5rem; } }
- @media only all and (min-width: 48em) and (max-width: 59.938em) {
- h3 {
- font-size: 1.6rem; } }
- @media only all and (max-width: 47.938em) {
- h3 {
- font-size: 1.5rem; } }
- h4 {
- font-family: "Sarabun", sans-serif;
- font-weight: 800; }
- @media only all and (min-width: 48em) and (max-width: 59.938em) {
- h4 {
- font-size: 1.25rem; } }
- @media only all and (max-width: 47.938em) {
- h4 {
- font-size: 1.15rem; } }
- h1 {
- text-align: center;
- letter-spacing: -0px; }
- h2 {
- letter-spacing: -0px; }
- h3 {
- letter-spacing: -0px; }
- h1 + h2 {
- margin: -2rem 0 2rem 0;
- font-size: 1.2rem;
- line-height: 1.3;
- text-align: center;
- font-family: "Sarabun", sans-serif;
- font-weight: 100; }
- @media only all and (min-width: 48em) and (max-width: 59.938em) {
- h1 + h2 {
- font-size: 1.6rem; } }
- @media only all and (max-width: 47.938em) {
- h1 + h2 {
- font-size: 1.5rem; } }
- h2 + h3 {
- margin: 0.5rem 0 2rem 0;
- font-size: 2rem;
- line-height: 1;
- text-align: center;
- font-family: "Sarabun", sans-serif;
- font-weight: 300; }
- @media only all and (min-width: 48em) and (max-width: 59.938em) {
- h2 + h3 {
- font-size: 1.6rem; } }
- @media only all and (max-width: 47.938em) {
- h2 + h3 {
- font-size: 1.5rem; } }
- p {
- font-size: 1rem; }
- blockquote {
- border-left: 10px solid #F0F2F4; }
- blockquote p {
- font-size: 1.1rem;
- color: #999; }
- blockquote cite {
- display: block;
- text-align: right;
- color: #666;
- font-size: 1.2rem; }
- blockquote > blockquote > blockquote {
- margin: 0; }
- blockquote > blockquote > blockquote p {
- padding: 15px;
- display: block;
- font-size: 1rem;
- margin-top: 0rem;
- margin-bottom: 0rem; }
- blockquote > blockquote > blockquote > p {
- margin-left: -71px;
- border-left: 10px solid #F0AD4E;
- background: #FCF8F2;
- color: #df8a13; }
- blockquote > blockquote > blockquote > p a {
- color: #b06d0f; }
- blockquote > blockquote > blockquote > p a:hover {
- color: #f2b866; }
- blockquote > blockquote > blockquote > blockquote > p {
- margin-left: -94px;
- border-left: 10px solid #D9534F;
- background: #FDF7F7;
- color: #b52b27; }
- blockquote > blockquote > blockquote > blockquote > p a {
- color: #8b211e; }
- blockquote > blockquote > blockquote > blockquote > p a:hover {
- color: #de6764; }
- blockquote > blockquote > blockquote > blockquote > blockquote > p {
- margin-left: -118px;
- border-left: 10px solid #5BC0DE;
- background: #F4F8FA;
- color: #28a1c5; }
- blockquote > blockquote > blockquote > blockquote > blockquote > p a {
- color: #1f7e9a; }
- blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
- color: #70c8e2; }
- blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
- margin-left: -142px;
- border-left: 10px solid #5CB85C;
- background: #F1F9F1;
- color: #3d8b3d; }
- blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a {
- color: #2d672d; }
- blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p a:hover {
- color: #6ec06e; }
- code,
- kbd,
- pre,
- samp {
- font-family: "Inconsolata", monospace; }
- code {
- background: #f9f2f4;
- color: #9c1d3d; }
- pre {
- padding: 2rem;
- background: #f0f0f0;
- border: 1px solid #ddd;
- border-radius: 3px; }
- pre code {
- color: #237794;
- background: inherit; }
- hr {
- border-bottom: 4px solid #F0F2F4; }
- .page-title {
- margin-top: -25px;
- padding: 25px;
- float: left;
- clear: both;
- background: #000;
- color: #fff; }
- .label {
- vertical-align: middle;
- background: #000;
- border-radius: 100%;
- color: #fff;
- height: 1rem;
- min-width: 1rem;
- line-height: 1rem;
- display: inline-block;
- text-align: center;
- font-size: 0.7rem;
- font-family: "Sarabun", sans-serif;
- margin-right: 0.75rem; }
- fieldset {
- border: 1px solid #ddd; }
- textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
- background-color: white;
- border: 1px solid #ddd;
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
- textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
- border-color: #c4c4c4; }
- textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
- border-color: #000;
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7); }
- .form-field .required {
- color: #F3443F;
- font-size: 3rem;
- line-height: 3rem;
- vertical-align: top;
- height: 1.5rem;
- display: inline-block; }
- form .buttons {
- text-align: center; }
- form input {
- font-weight: 400; }
- table {
- border: 1px solid #eaeaea;
- table-layout: auto; }
- th {
- background: #f7f7f7;
- padding: 0.5rem; }
- td {
- padding: 0.5rem;
- border: 1px solid #eaeaea; }
- .button {
- background: #fff;
- color: #000;
- border: 1px solid #000; }
- .button:hover {
- background: #000;
- color: #fff; }
- .button:active {
- box-shadow: 0 1px 0 black; }
- .button-secondary {
- background: #fff;
- color: #F6635E;
- border: 1px solid #F6635E; }
- .button-secondary:hover {
- background: #F6635E;
- color: #fff; }
- .button-secondary:active {
- box-shadow: 0 1px 0 #f32b24; }
- .bullets {
- margin: 1.7em 0;
- margin-left: -0.85em;
- margin-right: -0.85em;
- overflow: auto; }
- .bullet {
- float: left;
- padding: 0 0.85em; }
- .two-column-bullet {
- width: 50%; }
- @media only all and (max-width: 47.938em) {
- .two-column-bullet {
- width: 100%; } }
- .three-column-bullet {
- width: 33.33333%; }
- @media only all and (max-width: 47.938em) {
- .three-column-bullet {
- width: 100%; } }
- .four-column-bullet {
- width: 25%; }
- @media only all and (max-width: 47.938em) {
- .four-column-bullet {
- width: 100%; } }
- .bullet-icon {
- float: left;
- background: #000;
- padding: 0.875rem;
- width: 3.5rem;
- height: 3.5rem;
- border-radius: 50%;
- color: #fff;
- font-size: 1.75rem;
- text-align: center; }
- .bullet-icon-1 {
- background: #000; }
- .bullet-icon-2 {
- background: black; }
- .bullet-icon-3 {
- background: black; }
- .bullet-content {
- margin-left: 4.55rem; }
- .sb-slidebar {
- background-color: #333 !important; }
- #panel {
- padding-top: 1rem;
- color: #ddd; }
- #panel .navigation {
- list-style: none;
- padding: 0; }
- #panel .navigation li {
- border-bottom: 1px solid #3d3d3d; }
- #panel .navigation li a {
- color: #ddd;
- display: block;
- padding: 0.5rem 1rem;
- font-weight: 600; }
- #panel .navigation li a:hover {
- color: white;
- background-color: #262626; }
- #panel .navigation li a:last-child {
- border-bottom: 0; }
- #panel .navigation li.active > a {
- background: #fff;
- color: #000; }
- #panel .navigation li.active > a:hover {
- color: #000; }
- #panel .navigation li:first-child {
- border-top: 1px solid #3d3d3d; }
- #panel .navigation li ul {
- list-style: none;
- padding: 0; }
- #panel .navigation li ul li {
- border: 0 !important; }
- #panel .navigation li ul li a {
- color: #c4c4c4;
- padding: 0.2rem 1rem 0.2rem 2rem;
- font-size: 0.9rem; }
- #panel .navigation li ul li li a {
- padding-left: 3rem; }
- #panel .navigation li ul li li a li a {
- padding-left: 4rem; }
- #panel .navigation li ul li.active > a {
- background: #ccc; }
- .blog-header {
- padding-top: 2rem;
- padding-bottom: 2rem; }
- .blog-header.blog-header-image {
- background-size: cover;
- background-position: center; }
- .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
- color: #FFFFFF; }
- .blog-header h1 {
- font-size: 4rem;
- margin-top: 0; }
- @media only all and (min-width: 48em) and (max-width: 59.938em) {
- .blog-header h1 {
- font-size: 3rem; } }
- @media only all and (max-width: 47.938em) {
- .blog-header h1 {
- font-size: 2.5rem;
- line-height: 1.2;
- margin-bottom: 2.5rem; } }
- .blog-header + .blog-content {
- padding-top: 3rem; }
- .list-item {
- border-bottom: 1px solid #EEEEEE;
- margin-bottom: 3rem; }
- .list-item:last-child {
- border-bottom: 0; }
- .list-item .list-blog-header {
- position: relative; }
- .list-item .list-blog-header h4 {
- margin-bottom: 0.5rem; }
- .list-item .list-blog-header h4 a {
- color: #000; }
- .list-item .list-blog-header h4 a:hover {
- color: #000; }
- .list-item .list-blog-header img {
- display: block;
- margin-top: 1rem;
- border-radius: 3px; }
- .list-item .list-blog-date {
- float: right;
- text-align: center; }
- .list-item .list-blog-date span {
- display: block;
- font-size: 1.75rem;
- font-weight: 700;
- line-height: 110%; }
- .list-item .list-blog-date em {
- display: block;
- border-top: 1px solid #EEEEEE;
- font-style: normal;
- text-transform: uppercase; }
- .blog-content-item .list-blog-padding > p:nth-child(2) {
- font-size: 1.2rem; }
- .tags a {
- display: inline-block;
- font-size: 0.8rem;
- border: 1px solid #000;
- border-radius: 3px;
- padding: 0.1rem 0.4rem;
- margin-bottom: 0.2rem;
- text-transform: uppercase; }
- .archives, .related-pages {
- padding: 0;
- list-style: none; }
- .archives li, .related-pages li {
- border-bottom: 1px solid #EEEEEE;
- line-height: 2rem; }
- .archives li:last-child, .related-pages li:last-child {
- border-bottom: 0; }
- .related-pages li a {
- display: block; }
- .related-pages .score {
- display: block;
- float: right;
- color: #999;
- font-size: 85%; }
- .syndicate a {
- margin-bottom: 1rem; }
- div#breadcrumbs {
- padding-left: 0; }
- @media only all and (max-width: 47.938em) {
- div#breadcrumbs {
- display: none; } }
- #sidebar {
- padding-left: 3rem; }
- @media only all and (max-width: 47.938em) {
- #sidebar {
- padding-left: 0; } }
- #sidebar .sidebar-content {
- margin-bottom: 3rem; }
- #sidebar .sidebar-content h4 {
- margin-bottom: 1rem; }
- #sidebar .sidebar-content p, #sidebar .sidebar-content ul {
- margin-top: 1rem; }
- ul.pagination {
- margin: 0 0 3rem;
- text-align: center; }
- .prev-next {
- margin-top: 5rem;
- text-align: center; }
- #error {
- text-align: center;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- padding-bottom: 6rem; }
- #error h1 {
- font-size: 5rem; }
- #error p {
- margin: 1rem 0; }
- .simplesearch h1 {
- margin-bottom: 0; }
- .simplesearch .center {
- text-align: center; }
- .simplesearch input {
- display: inline-block;
- max-width: 30rem;
- font-size: 2rem; }
- .simplesearch .search-image {
- margin-top: 1rem; }
- .simplesearch .search-image img {
- border-radius: 4px; }
- @media only all and (max-width: 47.938em) {
- .simplesearch .search-image img {
- display: none; } }
- @media only all and (max-width: 47.938em) {
- .simplesearch .search-item {
- margin-left: 0; } }
- .simplesearch .search-wrapper .search-submit {
- height: 52px;
- padding: 0 10px; }
- .simplesearch .search-wrapper .search-submit img {
- width: 30px; }
- .simplesearch .search-details {
- float: right;
- margin-top: -2.5rem;
- font-weight: bold;
- font-size: 1rem;
- color: #333333; }
- @media only all and (max-width: 47.938em) {
- .simplesearch .search-details {
- float: none;
- margin-top: -0.2rem;
- margin-bottom: 1rem; } }
- .simplesearch hr {
- border-bottom: 1px solid #eee; }
- .grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
- z-index: 1; }
- .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 {
- padding-left: 3rem;
- padding-right: 3rem; }
- #body > script:first-child + .grav-lightslider {
- margin-top: -3rem; }
- #sb-site {
- background: none !important; }
- #sb-site #body {
- background: none !important;
- padding-bottom: 2rem !important;
- font-family: "Sarabun", sans-serif !important; }
- #sb-site #body p:empty {
- display: none; }
- @media (max-width: 442px) {
- #sb-site #body {
- padding-top: 2rem; } }
- #header.scrolled {
- padding-left: 2rem;
- padding-right: 2rem; }
- #header.scrolled img {
- -webkit-transform: scale(0.75);
- -moz-transform: scale(0.75);
- -ms-transform: scale(0.75);
- -o-transform: scale(0.75);
- transform: scale(0.75); }
- #header #navbar ul.navigation li a {
- font-family: "Sarabun", sans-serif;
- font-weight: 400;
- text-transform: uppercase;
- font-size: 1rem;
- display: inline-block;
- padding: 0.3rem 0.8rem;
- -webkit-backface-visibility: hidden; }
- #header #navbar ul.navigation li:after {
- display: inline;
- content: "|";
- padding: 0 .1em;
- vertical-align: top; }
- #header #navbar ul.navigation li:last-child:after {
- content: "" !important; }
- #header #navbar ul.navigation li a:hover {
- font-weight: 900; }
- #logo {
- position: relative;
- display: flex;
- flex-direction: row; }
- #logo img {
- padding: 0.5rem;
- height: 4rem !important;
- margin: auto; }
- @media (max-width: 442px) {
- #logo img {
- height: 3rem !important; } }
- @media (max-width: 1024px) {
- #logo img {
- height: 3.5rem !important; } }
- #logo img #gouv {
- padding-right: 2rem;
- padding: 0.5rem;
- min-height: 4rem !important;
- margin: auto; }
- @media (max-width: 442px) {
- #header #navbar {
- position: absolute;
- right: 1rem; }
- .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, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
- padding-left: 0 !important;
- padding-right: 0rem !important; }
- #header #logo {
- position: absolute;
- left: -2rem; }
- #logo img {
- height: 3rem;
- margin-left: 1rem; } }
- @media (max-width: 1024px) {
- .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, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
- padding-left: 0 !important;
- padding-right: 0rem !important; }
- #header #navbar {
- padding-right: 2rem; } }
- .callout {
- padding-top: 0.5rem; }
- .callout h1, h2, h3, p {
- text-align: left !important; }
- .callout {
- padding-right: 0rem !important;
- padding-left: 0rem !important; }
- .callout h2 {
- text-transform: capitalize;
- font-weight: 300;
- font-size: 1rem; }
- .titre_nsb {
- display: block;
- margin-right: 52%; }
- .titre_nsb h1 {
- margin-bottom: 0rem !important;
- text-align: right;
- padding-right: 0rem !important;
- padding-left: 2rem; }
- @media (max-width: 442px) {
- .titre_nsb {
- margin-right: 42%; }
- .titre_nsb h1 {
- font-size: 1.6rem; } }
- .titre_bsn {
- display: block;
- margin-left: 40%; }
- .titre_bsn h1 {
- text-align: left;
- margin-bottom: 0rem !important; }
- .titre_bsn p {
- padding-right: 15%; }
- @media (max-width: 442px) {
- .titre_bsn h1 {
- font-size: 1.6rem; } }
- @keyframes animate {
- 0% {
- width: 0%; }
- 100% {
- width: 100%; } }
- @keyframes glissement {
- from {
- margin-left: 100%;
- width: 300%; }
- to {
- margin-left: 0%;
- width: 100%; } }
- .after-h1 .in-view-right {
- animation: animate 1.2s 1 normal ease-in-out forwards; }
- .after-h1 .in-view {
- animation: glissement 1.2s 1 normal ease-in-out forwards; }
- .programmes {
- display: flex;
- flex-wrap: wrap;
- background-color: #d5d2d1;
- z-index: -1;
- justify-content: center;
- padding-left: 15%;
- padding-right: 15%;
- padding-top: 8rem;
- padding-bottom: 8rem; }
- .parallax-window {
- background: transparent; }
- .programme {
- z-index: 1;
- max-width: 35%;
- min-width: 26rem;
- padding: 1.5rem;
- background-color: white;
- margin: 0.4rem; }
- .programme h4 {
- text-transform: uppercase;
- line-height: 1.2; }
- .programme img {
- max-height: 4rem; }
- .programme p {
- font-family: "Sarabun", sans-serif;
- font-weight: 500;
- font-style: italic;
- padding-bottom: 1.5rem; }
- @media (max-width: 442px) {
- .programme {
- min-width: 20rem; } }
- .programme:hover {
- background-color: #000;
- transition: 0.2s ease-in-out; }
- .programme:hover p {
- color: #fff; }
- .programme:hover h4 {
- color: #fff; }
- /*CSS pour afficher/masquer un texte via un bouton*/
- /*Style du module TEXTE*/
- .texte-cache {
- position: relative;
- max-height: 400px;
- /*Hauteur du texte visible avant le clic*/
- overflow: hidden;
- /*On cache tout ce qui dépasse des 400px*/
- transition: max-height 1s ease;
- /* Transition CSS entre l'ouverture et la fermeture*/ }
- @media (max-width: 1024px) {
- .texte-cache {
- max-height: 445px; } }
- @media (max-width: 442px) {
- .texte-cache {
- max-height: 400px; } }
- /*Style du module TEXTE lorsqu'il est ouvert*/
- .texte-cache.ouvert {
- max-height: 300vh;
- /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/ }
- /*On stylise l'effet de flou lorsque le module TEXTE est fermé, donc il n'a pas la classe "ouvert"*/
- .texte-cache:not(.ouvert)::after {
- content: '';
- position: absolute;
- top: 400px;
- bottom: 0;
- left: 0;
- right: 0; }
- @media (max-width: 1024px) {
- .modular .features {
- width: 80% !important;
- margin: auto !important; } }
- @media (max-width: 442px) {
- .modular .features .feature {
- width: 80%; } }
- @media (max-width: 1024px) {
- .modular .features .feature {
- width: 24%; } }
- .bouton-ouverture {
- position: relative;
- justify-content: center;
- cursor: pointer;
- border: solid;
- border-radius: 0px !important;
- background-color: transparent;
- text-transform: uppercase;
- left: 45%;
- margin-bottom: 2rem !important; }
- .gouvernance {
- background-color: #000;
- color: #ffffff;
- text-transform: uppercase;
- padding-bottom: 6rem;
- padding-top: 2rem; }
- .mozaique_personnes {
- background-color: #d5d2d1;
- padding-bottom: 10rem; }
- .mozaique_personnes .equipe {
- display: flex !important;
- flex-direction: row;
- flex-wrap: wrap;
- width: 100%;
- padding-left: 22%;
- padding-right: 15%;
- margin: auto;
- justify-items: center; }
- @media (max-width: 442px) {
- .mozaique_personnes .equipe {
- width: 100%;
- padding-left: 3%;
- padding-right: 2%; } }
- .mozaique_personnes .equipe h3 {
- padding-top: 3rem;
- min-width: 100%;
- font-family: "Sarabun", sans-serif;
- font-weight: 800;
- font-size: 1rem;
- line-height: 20px;
- text-align: left; }
- @media (max-width: 442px) {
- .mozaique_personnes .equipe h3 {
- font-size: 0.9rem;
- padding-right: 0.5rem; } }
- .mozaique_personnes .equipe .personne {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- padding-right: 0.5rem;
- padding-bottom: 0.5rem; }
- .mozaique_personnes .equipe .personne .mozaique {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- max-width: 30rem;
- min-width: 30rem; }
- @media (max-width: 442px) {
- .mozaique_personnes .equipe .personne .mozaique {
- max-width: 21rem;
- min-width: 21rem; } }
- .mozaique_personnes .equipe .personne .mozaique .photo {
- overflow: hidden;
- width: 15rem !important;
- height: 15rem !important; }
- .mozaique_personnes .equipe .personne .mozaique .photo img {
- object-fit: cover;
- width: 100%;
- height: 100%; }
- .mozaique_personnes .equipe .personne .mozaique .info {
- background-color: #fff;
- display: flex;
- flex-direction: column;
- font-family: "Sarabun", sans-serif;
- width: 50%;
- height: 15rem;
- min-width: 15rem; }
- @media (max-width: 442px) {
- .mozaique_personnes .equipe .personne .mozaique .info {
- max-width: 11rem;
- min-width: 11rem; } }
- .mozaique_personnes .equipe .personne .mozaique .info h5 {
- font-weight: 900;
- font-size: 1.1rem;
- margin: 0;
- padding-top: 0.8rem;
- padding-right: 1rem;
- padding-left: 1.3rem; }
- @media (max-width: 442px) {
- .mozaique_personnes .equipe .personne .mozaique .info h5 {
- font-size: 0.9rem;
- padding-left: 0.8rem;
- padding-right: 0.6rem; } }
- .mozaique_personnes .equipe .personne .mozaique .info h6 {
- font-weight: 300;
- font-size: 0.9rem;
- font-style: italic;
- line-height: 1.3;
- margin: 0;
- padding-right: 1.2rem;
- padding-left: 1.3rem; }
- @media (max-width: 442px) {
- .mozaique_personnes .equipe .personne .mozaique .info h6 {
- padding-left: 0.8rem;
- font-size: 0.75rem;
- padding-right: 0.6rem; } }
- .mozaique_personnes .equipe .personne .mozaique .info:hover {
- background-color: #000;
- color: #fff;
- transition: 0.2s ease-in-out; }
- .bouton {
- border: solid !important;
- background-color: transparent;
- border-radius: 0px !important;
- text-transform: uppercase;
- align-self: flex-end;
- margin: auto;
- margin-bottom: 0.8rem !important;
- font-size: 0.7rem; }
- .modal {
- position: fixed;
- z-index: 1;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: none; }
- .modal.open {
- display: block; }
- .modal .container {
- position: absolute;
- background: white !important;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
- width: 50%;
- height: content;
- min-height: 50px;
- border: solid;
- color: black; }
- .modal .container .message {
- padding: 5% 10% 5% 5%; }
- .modal .container a.close {
- position: absolute;
- right: 5%;
- top: 5%;
- color: black;
- font-size: 30px; }
- .modal .container a.close:hover {
- color: black; }
- @media (max-width: 442px) {
- .modal .container {
- transform: translateX(-50%) translateY(-50%);
- width: 85%;
- height: 80%;
- overflow-y: scroll; }
- .modal .container a.close {
- font-size: 0.8rem;
- position: absolute;
- right: 2%;
- top: 0.8%; }
- .modal .container p {
- font-size: 0.8rem;
- margin-top: 0; }
- .modal .container .message {
- padding: 5% 5% 5% 5%; } }
- @media (max-width: 1024px) {
- .modal .container {
- transform: translateX(-50%) translateY(-50%);
- width: 75%;
- height: 65%;
- overflow-y: scroll; }
- .modal .container a.close {
- font-size: 0.8rem;
- position: absolute;
- right: 2%;
- top: 0.8%; }
- .modal .container p {
- font-size: 0.8rem;
- margin-top: 0; }
- .modal .container .message {
- padding: 5% 5% 5% 5%; } }
- #new-footer {
- position: absolute;
- display: flex;
- flex-direction: column; }
- #new-footer .tothetop {
- position: relative;
- height: 1rem;
- bottom: 3rem;
- text-align: center;
- left: 0;
- right: 0; }
- #new-footer .tothetop span {
- font-size: 1.7rem;
- line-height: 2,5rem;
- background: #fff;
- width: 4rem;
- height: 5rem;
- border-radius: 3px;
- display: inline-block;
- text-align: top; }
- #new-footer .footer {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap; }
- #new-footer .footer .footer-logos {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- width: 70%;
- align-items: center;
- margin-left: 3rem; }
- #new-footer .footer .footer-logos img {
- max-height: 4rem;
- padding-right: 1rem; }
- #new-footer .footer .footer-logos img:last-of-type {
- padding-top: 0.30rem;
- padding-bottom: 0.30rem; }
- #new-footer .footer #new-footer .footer .footer-logos img:last-of-type {
- height: 0.5rem !important; }
- #new-footer .footer .contact {
- display: flex;
- flex-direction: column;
- width: 30%;
- margin-top: 1.5rem;
- align-items: flex-start; }
- #new-footer .footer .contact img {
- margin-bottom: 1rem;
- max-height: 2rem; }
- #new-footer .footer .contact svg {
- margin-bottom: 1rem; }
- #new-footer .footer .contact h6 {
- margin: 0 !important;
- font-weight: 600; }
- #new-footer .footer .contact p {
- margin: 0; }
- @media (max-width: 442px) {
- #new-footer .footer {
- width: 100%;
- flex-direction: column-reverse;
- align-items: center;
- margin: auto; }
- #new-footer .footer .contact {
- padding-top: 1rem;
- width: 80%; }
- #new-footer .footer .footer-logos {
- width: 90%;
- margin-top: 1.5rem;
- margin-left: 0.5rem;
- flex-direction: column;
- justify-content: space-between; }
- #new-footer .footer .footer-logos img {
- padding: 0.5rem; }
- #new-footer .footer .footer-logos img:last-of-type {
- padding: 0.8rem; } }
- @media (max-width: 1024px) {
- #new-footer .footer .contact img {
- max-height: 1.5rem; }
- #new-footer .footer .contact h6 {
- font-size: 0.8rem; }
- #new-footer .footer .contact p {
- font-size: 0.8rem; }
- #new-footer .footer .contact svg {
- margin-bottom: 0.6rem; }
- #new-footer .footer .footer-logos img {
- padding: 0.5rem; }
- #new-footer .footer .footer-logos img:last-of-type {
- padding: 0.8rem; } }
- button:focus {
- border: solid !important;
- background-color: transparent;
- border-radius: 0px !important;
- text-transform: uppercase;
- align-self: flex-end;
- margin: auto;
- outline: -webkit-focus-ring-color auto 0px;
- outline-color: -webkit-focus-ring-color;
- outline-style: auto;
- outline-width: 0px; }
- .modular.header-image #header {
- background-color: rgba(255, 255, 255, 0);
- box-shadow: none; }
- .modular.header-image #header #logo h3 {
- color: #FFFFFF; }
- .modular.header-image #header #navbar a {
- color: #FFFFFF; }
- .modular .showcase {
- padding-top: 4rem;
- padding-bottom: 4rem;
- background-color: #666;
- background-size: cover;
- background-position: center;
- text-align: center;
- color: #FFFFFF; }
- .modular .showcase h1 {
- font-size: 4rem;
- margin-top: 0; }
- @media only all and (min-width: 48em) and (max-width: 59.938em) {
- .modular .showcase h1 {
- font-size: 3rem; } }
- @media only all and (max-width: 47.938em) {
- .modular .showcase h1 {
- font-size: 2.5rem;
- line-height: 1.2;
- margin-bottom: 2.5rem; } }
- .modular .showcase .button {
- color: #FFFFFF;
- padding: 0.7rem 2rem;
- margin-top: 2rem;
- background: rgba(255, 255, 255, 0);
- border: 1px solid #FFFFFF;
- border-radius: 3px;
- box-shadow: none;
- font-size: 1.3rem; }
- .modular .showcase .button:hover {
- background: rgba(255, 255, 255, 0.2); }
- .modular .titre_nsb h1 {
- text-transform: uppercase;
- text-align: right;
- padding-right: 50%; }
- .modular .features {
- width: 75%;
- margin: auto; }
- .modular .features:after {
- content: "";
- display: table;
- clear: both; }
- .modular .features h2 {
- margin: 0;
- line-height: 100%; }
- .modular .features p {
- margin: 1rem 0;
- font-size: 1.2rem; }
- @media only all and (max-width: 47.938em) {
- .modular .features p {
- font-size: 1rem; } }
- .modular .features .feature-items {
- margin-top: 2rem; }
- @supports not (flex-wrap: wrap) {
- .modular .features .feature-items {
- overflow: hidden; } }
- .modular .features .feature {
- display: block;
- float: left;
- width: 20%;
- vertical-align: top;
- margin-top: 2rem;
- margin-right: 3rem;
- margin-bottom: 1rem; }
- @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
- .modular .features .feature {
- margin-top: 1rem;
- width: 50%; } }
- @media only all and (max-width: 30em) {
- .modular .features .feature {
- margin-top: 1rem;
- width: 100%; } }
- .modular .features .feature i.fa {
- font-size: 2rem;
- color: #000; }
- .modular .features .feature h4 {
- margin: 0;
- font-size: 1.1rem;
- text-align: left; }
- .modular .features .feature p {
- display: inline-block;
- font-size: 0.8rem;
- margin: 0.2rem 0 1rem; }
- .modular .features .feature img {
- width: 45%;
- display: block; }
- .modular .features.big {
- text-align: center; }
- .modular .features.big .feature {
- width: 50%; }
- @media only all and (max-width: 30em) {
- .modular .features.big .feature {
- margin-top: 1rem;
- width: 100%; } }
- .modular .features.big i.fa {
- font-size: 3rem;
- float: left; }
- .modular .features.big .feature-content {
- padding-right: 2rem; }
- .modular .features.big .feature-content.icon-offset {
- margin-left: 5rem; }
- .modular .features.big .feature-content h4 {
- font-size: 1.3rem;
- text-align: left; }
- .modular .features.big .feature-content p {
- padding: 0;
- text-align: left; }
- .callout {
- background: #000;
- color: #fff;
- padding: 4rem 0.938rem; }
- @media only all and (max-width: 59.938em) {
- .callout {
- text-align: center; } }
- .callout .align-left {
- float: left;
- margin-right: 2rem; }
- @media only all and (max-width: 59.938em) {
- .callout .align-left {
- float: none;
- margin-right: 0; } }
- .callout .align-right {
- float: right;
- margin-left: 2rem; }
- @media only all and (max-width: 59.938em) {
- .callout .align-right {
- float: none;
- margin-left: 0; } }
- .callout img {
- border-radius: 3px; }
- .modular .modular-row:last-child {
- margin-bottom: 2rem; }
|