@import url(font-awesome.min.css); /* Pour les icônes */ /* ========================= Début de mon code CSS rajouté ============================= */ .img404 { text-align: center; padding-top: 10px; padding-bottom: 30px; } .img { display: block; margin: 20px; border: 3px black solid; border-radius: 5px; max-width: 45em; overflow: hidden; } .module { border-left: 4px black solid; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; margin-top: 10px; margin-bottom: 10px; } strong { font-weight: 400; } body { /* background: url(../../media/fond.png) center; */ font-family: fin; padding: 0px; margin: 0px; } .milieu { display: flex; justify-content: space-between; } .main { display: flex; margin-right: 10px; margin: 8px; } .texte { margin-top: 20px; } .centre { text-align: center; justify-content: center; } .pres { padding-bottom: 20px; } .pgauche { text-align: left; padding-left: 20px; border-left: 3px black solid; } .pdroite { text-align: right; padding-right: 20px; border-right: 3px black solid; } .mdpincorrect { color: red; font-weight: bold; } .avertissement { border: 2px yellow solid; border-radius: 12px 12px 12px 12px; padding: 10px; margin: 5px; background-color: lemonchiffon; } .descriptionNavigateur { margin: 12px; padding: 12px; overflow: auto; border: 1px black solid; } .monAvis { margin: 12px; padding: 12px; overflow: auto; border-left: 3px black solid; } .gras-css { font-weight: bold; } .souligne { text-decoration: underline; } .nomNavigateur { font-size: 3em; } .vert { color: green; } .rouge { color: red; } .bblanc { background-color: gray; } .textefooter { margin: 10px; line-height: 1.5em; width: 60%; } .logofooter { padding-left: 6%; } .basfooter { display: flex; justify-content: space-around; margin-top: 10px; margin-bottom: 20px; } .footer { text-align: center; background-color: #cbcbcb; display: flex; flex-direction: column; } .logogris { background-color: #cbcbcb; background-image: url(../../media/logo/antpetitgris.png); width: 264px; height: 80px; } .logogris:hover { background-image: url(../../media/logo/antpetit.png); } .liensfooter { display: flex; flex-direction: row; margin: 20px; } .lienfooter { margin: 10px; } @media (max-width: 500px) { .textefooter { padding-left: 10%; padding-right: 10%; } } /* ----------------------- MENU ------------------------ */ .menugauche { margin: 6px; overflow: auto; border-radius: 12px; width: 17em; border: 3px black solid; margin-right: 30px; text-align: center; } .option { padding: 30px; display: block; border-top: 2px black solid; transition: all 0.2s ease-in; } .option:active { box-shadow: 2px 2px 3px black inset; } .option:hover { background-color: #dbfeff; transition: all 0.2s ease-in-out; } .optionhaute { border-top: 0px black solid; } .premieroptiondossier { border-radius: 12px 0px 0px 0px; } .optiondossier { margin-left: 20px; border-left: 2px black solid; } .petiteoption { padding: 24px; } .nomdossier { display: block; padding-top: 10px; padding-bottom: 10px; border-top: 2px black solid; } .dossier { } .dossier:hover { } .pack { color: white; } /* ----------------------- ESPACE COMMENTAIRE ------------------------ */ .post { padding: 10px; } .pseudo { font-weight: bold; } .commentaire { margin: 10px; padding: 10px; border-left: 4px black solid; } /* ----------------------- COULEUR DE FOND ------------------------ */ .fond-blanc { background-color: white; } .fond-bleu { background-color: lightblue; } .fond-rouge { background-color: #ff4a4f; } .fond-vert { background-color: #63ff4a; } .demo { display: inline; padding: 10px; border-radius: 10px; } /* ----------------------- POLICES ------------------------ */ .toutes { display: flex; flex-wrap: wrap; justify-content: space-between; } /* Définition des polices Ubuntu */ @font-face { font-family: "condense"; src: url('../ubuntu/Condense.ttf'); } @font-face { font-family: "ubuntu"; src: url('../ubuntu/ubuntu.ttf'); } @font-face { font-family: "ubuntu-it"; src: url('../ubuntu/ubuntu-it.ttf'); } @font-face { font-family: "fin"; src: url('../ubuntu/fin.ttf'); } @font-face { font-family: "fin-it"; src: url('../ubuntu/fin-it.ttf'); } @font-face { font-family: "gras"; src: url('../ubuntu/gras.ttf'); } @font-face { font-family: "gras-it"; src: url('../ubuntu/gras-it.ttf'); } @font-face { font-family: "moyen"; src: url('../ubuntu/moyen.ttf'); } @font-face { font-family: "moyen-it"; src: url('../ubuntu/moyen-it.ttf'); } /* Utilisation des polices Ubuntu définies */ .condense { font-family: condense; } .fin { font-family: fin; } .fin-it { font-family: fin-it; } .gras { font-family: gras; } .gras-it { font-family: gras-it; } .moyen { font-family: moyen; } .moyen-it { font-family: moyen-it; } .ubuntu { font-family: ubuntu; } .ubuntu-it { font-family: ubuntu-it; } /* ----------------------- TAILLES DE TEXTE ------------------------ */ .t06 { font-size: 0.6em; } .t07 { font-size: 0.7em; } .t08 { font-size: 0.8em; } .t09 { font-size: 0.9em; } .t10 { font-size: 1.0em; } .t11 { font-size: 1.1em; } .t12 { font-size: 1.2em; } .t13 { font-size: 1.3em; } .t14 { font-size: 1.4em; } .t15 { font-size: 1.5em; } .t16 { font-size: 1.6em; } .t17 { font-size: 1.7em; } .t18 { font-size: 1.8em; } .t19 { font-size: 1.9em; } .t20 { font-size: 2.0em; } .t21 { font-size: 2.1em; } .t22 { font-size: 2.2em; } .t23 { font-size: 2.3em; } .t24 { font-size: 2.4em; } .t25 { font-size: 2.5em; } .t26 { font-size: 2.6em; } .t27 { font-size: 2.7em; } .t28 { font-size: 2.8em; } .t29 { font-size: 2.9em; } .t30 { font-size: 3.0em; } /* ============================= Fin de mon code CSS ========================================== */ /* ============================= Début du code initial HTML5UP ================================ */ /* Box Model */ *, *:before, *:after { box-sizing: border-box; } /* Grid */ .row { border-bottom: solid 1px transparent; box-sizing: border-box; } .row > * { float: left; box-sizing: border-box; } .row:after, .row:before { content: ''; display: block; clear: both; height: 0; } .row.uniform > * > :first-child { margin-top: 0; } .row.uniform > * > :last-child { margin-bottom: 0; } .row.\30 \25 > * { padding: 0 0 0 0rem; } .row.\30 \25 { margin: 0 0 -1px 0rem; } .row.uniform.\30 \25 > * { padding: 0rem 0 0 0rem; } .row.uniform.\30 \25 { margin: 0rem 0 -1px 0rem; } .row > * { padding: 0 0 0 2rem; } .row { margin: 0 0 -1px -2rem; } .row.uniform > * { padding: 2rem 0 0 2rem; } .row.uniform { margin: -2rem 0 -1px -2rem; } .row.\32 00\25 > * { padding: 0 0 0 4rem; } .row.\32 00\25 { margin: 0 0 -1px -4rem; } .row.uniform.\32 00\25 > * { padding: 4rem 0 0 4rem; } .row.uniform.\32 00\25 { margin: -4rem 0 -1px -4rem; } .row.\31 50\25 > * { padding: 0 0 0 3rem; } .row.\31 50\25 { margin: 0 0 -1px -3rem; } .row.uniform.\31 50\25 > * { padding: 3rem 0 0 3rem; } .row.uniform.\31 50\25 { margin: -3rem 0 -1px -3rem; } .row.\35 0\25 > * { padding: 0 0 0 1rem; } .row.\35 0\25 { margin: 0 0 -1px -1rem; } .row.uniform.\35 0\25 > * { padding: 1rem 0 0 1rem; } .row.uniform.\35 0\25 { margin: -1rem 0 -1px -1rem; } .row.\32 5\25 > * { padding: 0 0 0 0.5rem; } .row.\32 5\25 { margin: 0 0 -1px -0.5rem; } .row.uniform.\32 5\25 > * { padding: 0.5rem 0 0 0.5rem; } .row.uniform.\32 5\25 { margin: -0.5rem 0 -1px -0.5rem; } .\31 2u, .\31 2u\24 { width: 100%; clear: none; margin-left: 0; } .\31 1u, .\31 1u\24 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u, .\31 0u\24 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u, .\39 u\24 { width: 75%; clear: none; margin-left: 0; } .\38 u, .\38 u\24 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u, .\37 u\24 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u, .\36 u\24 { width: 50%; clear: none; margin-left: 0; } .\35 u, .\35 u\24 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u, .\34 u\24 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u, .\33 u\24 { width: 25%; clear: none; margin-left: 0; } .\32 u, .\32 u\24 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u, .\31 u\24 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24 + *, .\31 1u\24 + *, .\31 0u\24 + *, .\39 u\24 + *, .\38 u\24 + *, .\37 u\24 + *, .\36 u\24 + *, .\35 u\24 + *, .\34 u\24 + *, .\33 u\24 + *, .\32 u\24 + *, .\31 u\24 + * { clear: left; } .\-11u { margin-left: 91.66667%; } .\-10u { margin-left: 83.33333%; } .\-9u { margin-left: 75%; } .\-8u { margin-left: 66.66667%; } .\-7u { margin-left: 58.33333%; } .\-6u { margin-left: 50%; } .\-5u { margin-left: 41.66667%; } .\-4u { margin-left: 33.33333%; } .\-3u { margin-left: 25%; } .\-2u { margin-left: 16.66667%; } .\-1u { margin-left: 8.33333%; } @media screen and (max-width: 1680px) { .row > * { padding: 0 0 0 2rem; } .row { margin: 0 0 -1px -2rem; } .row.uniform > * { padding: 2rem 0 0 2rem; } .row.uniform { margin: -2rem 0 -1px -2rem; } .row.\32 00\25 > * { padding: 0 0 0 4rem; } .row.\32 00\25 { margin: 0 0 -1px -4rem; } .row.uniform.\32 00\25 > * { padding: 4rem 0 0 4rem; } .row.uniform.\32 00\25 { margin: -4rem 0 -1px -4rem; } .row.\31 50\25 > * { padding: 0 0 0 3rem; } .row.\31 50\25 { margin: 0 0 -1px -3rem; } .row.uniform.\31 50\25 > * { padding: 3rem 0 0 3rem; } .row.uniform.\31 50\25 { margin: -3rem 0 -1px -3rem; } .row.\35 0\25 > * { padding: 0 0 0 1rem; } .row.\35 0\25 { margin: 0 0 -1px -1rem; } .row.uniform.\35 0\25 > * { padding: 1rem 0 0 1rem; } .row.uniform.\35 0\25 { margin: -1rem 0 -1px -1rem; } .row.\32 5\25 > * { padding: 0 0 0 0.5rem; } .row.\32 5\25 { margin: 0 0 -1px -0.5rem; } .row.uniform.\32 5\25 > * { padding: 0.5rem 0 0 0.5rem; } .row.uniform.\32 5\25 { margin: -0.5rem 0 -1px -0.5rem; } .\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28xlarge\29 + *, .\31 1u\24\28xlarge\29 + *, .\31 0u\24\28xlarge\29 + *, .\39 u\24\28xlarge\29 + *, .\38 u\24\28xlarge\29 + *, .\37 u\24\28xlarge\29 + *, .\36 u\24\28xlarge\29 + *, .\35 u\24\28xlarge\29 + *, .\34 u\24\28xlarge\29 + *, .\33 u\24\28xlarge\29 + *, .\32 u\24\28xlarge\29 + *, .\31 u\24\28xlarge\29 + * { clear: left; } .\-11u\28xlarge\29 { margin-left: 91.66667%; } .\-10u\28xlarge\29 { margin-left: 83.33333%; } .\-9u\28xlarge\29 { margin-left: 75%; } .\-8u\28xlarge\29 { margin-left: 66.66667%; } .\-7u\28xlarge\29 { margin-left: 58.33333%; } .\-6u\28xlarge\29 { margin-left: 50%; } .\-5u\28xlarge\29 { margin-left: 41.66667%; } .\-4u\28xlarge\29 { margin-left: 33.33333%; } .\-3u\28xlarge\29 { margin-left: 25%; } .\-2u\28xlarge\29 { margin-left: 16.66667%; } .\-1u\28xlarge\29 { margin-left: 8.33333%; } } @media screen and (max-width: 1280px) { .row > * { padding: 0 0 0 2rem; } .row { margin: 0 0 -1px -2rem; } .row.uniform > * { padding: 2rem 0 0 2rem; } .row.uniform { margin: -2rem 0 -1px -2rem; } .row.\32 00\25 > * { padding: 0 0 0 4rem; } .row.\32 00\25 { margin: 0 0 -1px -4rem; } .row.uniform.\32 00\25 > * { padding: 4rem 0 0 4rem; } .row.uniform.\32 00\25 { margin: -4rem 0 -1px -4rem; } .row.\31 50\25 > * { padding: 0 0 0 3rem; } .row.\31 50\25 { margin: 0 0 -1px -3rem; } .row.uniform.\31 50\25 > * { padding: 3rem 0 0 3rem; } .row.uniform.\31 50\25 { margin: -3rem 0 -1px -3rem; } .row.\35 0\25 > * { padding: 0 0 0 1rem; } .row.\35 0\25 { margin: 0 0 -1px -1rem; } .row.uniform.\35 0\25 > * { padding: 1rem 0 0 1rem; } .row.uniform.\35 0\25 { margin: -1rem 0 -1px -1rem; } .row.\32 5\25 > * { padding: 0 0 0 0.5rem; } .row.\32 5\25 { margin: 0 0 -1px -0.5rem; } .row.uniform.\32 5\25 > * { padding: 0.5rem 0 0 0.5rem; } .row.uniform.\32 5\25 { margin: -0.5rem 0 -1px -0.5rem; } .\31 2u\28large\29, .\31 2u\24\28large\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28large\29, .\31 1u\24\28large\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28large\29, .\31 0u\24\28large\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28large\29, .\39 u\24\28large\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28large\29, .\38 u\24\28large\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28large\29, .\37 u\24\28large\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28large\29, .\36 u\24\28large\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28large\29, .\35 u\24\28large\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28large\29, .\34 u\24\28large\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28large\29, .\33 u\24\28large\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28large\29, .\32 u\24\28large\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28large\29, .\31 u\24\28large\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28large\29 + *, .\31 1u\24\28large\29 + *, .\31 0u\24\28large\29 + *, .\39 u\24\28large\29 + *, .\38 u\24\28large\29 + *, .\37 u\24\28large\29 + *, .\36 u\24\28large\29 + *, .\35 u\24\28large\29 + *, .\34 u\24\28large\29 + *, .\33 u\24\28large\29 + *, .\32 u\24\28large\29 + *, .\31 u\24\28large\29 + * { clear: left; } .\-11u\28large\29 { margin-left: 91.66667%; } .\-10u\28large\29 { margin-left: 83.33333%; } .\-9u\28large\29 { margin-left: 75%; } .\-8u\28large\29 { margin-left: 66.66667%; } .\-7u\28large\29 { margin-left: 58.33333%; } .\-6u\28large\29 { margin-left: 50%; } .\-5u\28large\29 { margin-left: 41.66667%; } .\-4u\28large\29 { margin-left: 33.33333%; } .\-3u\28large\29 { margin-left: 25%; } .\-2u\28large\29 { margin-left: 16.66667%; } .\-1u\28large\29 { margin-left: 8.33333%; } } @media screen and (max-width: 980px) { .row > * { padding: 0 0 0 2rem; } .row { margin: 0 0 -1px -2rem; } .row.uniform > * { padding: 2rem 0 0 2rem; } .row.uniform { margin: -2rem 0 -1px -2rem; } .row.\32 00\25 > * { padding: 0 0 0 4rem; } .row.\32 00\25 { margin: 0 0 -1px -4rem; } .row.uniform.\32 00\25 > * { padding: 4rem 0 0 4rem; } .row.uniform.\32 00\25 { margin: -4rem 0 -1px -4rem; } .row.\31 50\25 > * { padding: 0 0 0 3rem; } .row.\31 50\25 { margin: 0 0 -1px -3rem; } .row.uniform.\31 50\25 > * { padding: 3rem 0 0 3rem; } .row.uniform.\31 50\25 { margin: -3rem 0 -1px -3rem; } .row.\35 0\25 > * { padding: 0 0 0 1rem; } .row.\35 0\25 { margin: 0 0 -1px -1rem; } .row.uniform.\35 0\25 > * { padding: 1rem 0 0 1rem; } .row.uniform.\35 0\25 { margin: -1rem 0 -1px -1rem; } .row.\32 5\25 > * { padding: 0 0 0 0.5rem; } .row.\32 5\25 { margin: 0 0 -1px -0.5rem; } .row.uniform.\32 5\25 > * { padding: 0.5rem 0 0 0.5rem; } .row.uniform.\32 5\25 { margin: -0.5rem 0 -1px -0.5rem; } .\31 2u\28medium\29, .\31 2u\24\28medium\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28medium\29, .\31 1u\24\28medium\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28medium\29, .\31 0u\24\28medium\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28medium\29, .\39 u\24\28medium\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28medium\29, .\38 u\24\28medium\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28medium\29, .\37 u\24\28medium\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28medium\29, .\36 u\24\28medium\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28medium\29, .\35 u\24\28medium\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28medium\29, .\34 u\24\28medium\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28medium\29, .\33 u\24\28medium\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28medium\29, .\32 u\24\28medium\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28medium\29, .\31 u\24\28medium\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28medium\29 + *, .\31 1u\24\28medium\29 + *, .\31 0u\24\28medium\29 + *, .\39 u\24\28medium\29 + *, .\38 u\24\28medium\29 + *, .\37 u\24\28medium\29 + *, .\36 u\24\28medium\29 + *, .\35 u\24\28medium\29 + *, .\34 u\24\28medium\29 + *, .\33 u\24\28medium\29 + *, .\32 u\24\28medium\29 + *, .\31 u\24\28medium\29 + * { clear: left; } .\-11u\28medium\29 { margin-left: 91.66667%; } .\-10u\28medium\29 { margin-left: 83.33333%; } .\-9u\28medium\29 { margin-left: 75%; } .\-8u\28medium\29 { margin-left: 66.66667%; } .\-7u\28medium\29 { margin-left: 58.33333%; } .\-6u\28medium\29 { margin-left: 50%; } .\-5u\28medium\29 { margin-left: 41.66667%; } .\-4u\28medium\29 { margin-left: 33.33333%; } .\-3u\28medium\29 { margin-left: 25%; } .\-2u\28medium\29 { margin-left: 16.66667%; } .\-1u\28medium\29 { margin-left: 8.33333%; } } @media screen and (max-width: 736px) { .row > * { padding: 0 0 0 2rem; } .row { margin: 0 0 -1px -2rem; } .row.uniform > * { padding: 2rem 0 0 2rem; } .row.uniform { margin: -2rem 0 -1px -2rem; } .row.\32 00\25 > * { padding: 0 0 0 4rem; } .row.\32 00\25 { margin: 0 0 -1px -4rem; } .row.uniform.\32 00\25 > * { padding: 4rem 0 0 4rem; } .row.uniform.\32 00\25 { margin: -4rem 0 -1px -4rem; } .row.\31 50\25 > * { padding: 0 0 0 3rem; } .row.\31 50\25 { margin: 0 0 -1px -3rem; } .row.uniform.\31 50\25 > * { padding: 3rem 0 0 3rem; } .row.uniform.\31 50\25 { margin: -3rem 0 -1px -3rem; } .row.\35 0\25 > * { padding: 0 0 0 1rem; } .row.\35 0\25 { margin: 0 0 -1px -1rem; } .row.uniform.\35 0\25 > * { padding: 1rem 0 0 1rem; } .row.uniform.\35 0\25 { margin: -1rem 0 -1px -1rem; } .row.\32 5\25 > * { padding: 0 0 0 0.5rem; } .row.\32 5\25 { margin: 0 0 -1px -0.5rem; } .row.uniform.\32 5\25 > * { padding: 0.5rem 0 0 0.5rem; } .row.uniform.\32 5\25 { margin: -0.5rem 0 -1px -0.5rem; } .\31 2u\28small\29, .\31 2u\24\28small\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28small\29, .\31 1u\24\28small\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28small\29, .\31 0u\24\28small\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28small\29, .\39 u\24\28small\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28small\29, .\38 u\24\28small\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28small\29, .\37 u\24\28small\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28small\29, .\36 u\24\28small\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28small\29, .\35 u\24\28small\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28small\29, .\34 u\24\28small\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28small\29, .\33 u\24\28small\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28small\29, .\32 u\24\28small\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28small\29, .\31 u\24\28small\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28small\29 + *, .\31 1u\24\28small\29 + *, .\31 0u\24\28small\29 + *, .\39 u\24\28small\29 + *, .\38 u\24\28small\29 + *, .\37 u\24\28small\29 + *, .\36 u\24\28small\29 + *, .\35 u\24\28small\29 + *, .\34 u\24\28small\29 + *, .\33 u\24\28small\29 + *, .\32 u\24\28small\29 + *, .\31 u\24\28small\29 + * { clear: left; } .\-11u\28small\29 { margin-left: 91.66667%; } .\-10u\28small\29 { margin-left: 83.33333%; } .\-9u\28small\29 { margin-left: 75%; } .\-8u\28small\29 { margin-left: 66.66667%; } .\-7u\28small\29 { margin-left: 58.33333%; } .\-6u\28small\29 { margin-left: 50%; } .\-5u\28small\29 { margin-left: 41.66667%; } .\-4u\28small\29 { margin-left: 33.33333%; } .\-3u\28small\29 { margin-left: 25%; } .\-2u\28small\29 { margin-left: 16.66667%; } .\-1u\28small\29 { margin-left: 8.33333%; } } @media screen and (max-width: 480px) { .row > * { padding: 0 0 0 2rem; } .row { margin: 0 0 -1px -2rem; } .row.uniform > * { padding: 2rem 0 0 2rem; } .row.uniform { margin: -2rem 0 -1px -2rem; } .row.\32 00\25 > * { padding: 0 0 0 4rem; } .row.\32 00\25 { margin: 0 0 -1px -4rem; } .row.uniform.\32 00\25 > * { padding: 4rem 0 0 4rem; } .row.uniform.\32 00\25 { margin: -4rem 0 -1px -4rem; } .row.\31 50\25 > * { padding: 0 0 0 3rem; } .row.\31 50\25 { margin: 0 0 -1px -3rem; } .row.uniform.\31 50\25 > * { padding: 3rem 0 0 3rem; } .row.uniform.\31 50\25 { margin: -3rem 0 -1px -3rem; } .row.\35 0\25 > * { padding: 0 0 0 1rem; } .row.\35 0\25 { margin: 0 0 -1px -1rem; } .row.uniform.\35 0\25 > * { padding: 1rem 0 0 1rem; } .row.uniform.\35 0\25 { margin: -1rem 0 -1px -1rem; } .row.\32 5\25 > * { padding: 0 0 0 0.5rem; } .row.\32 5\25 { margin: 0 0 -1px -0.5rem; } .row.uniform.\32 5\25 > * { padding: 0.5rem 0 0 0.5rem; } .row.uniform.\32 5\25 { margin: -0.5rem 0 -1px -0.5rem; } .\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28xsmall\29, .\39 u\24\28xsmall\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28xsmall\29, .\38 u\24\28xsmall\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28xsmall\29, .\37 u\24\28xsmall\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28xsmall\29, .\36 u\24\28xsmall\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28xsmall\29, .\35 u\24\28xsmall\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28xsmall\29, .\34 u\24\28xsmall\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28xsmall\29, .\33 u\24\28xsmall\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28xsmall\29, .\32 u\24\28xsmall\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28xsmall\29, .\31 u\24\28xsmall\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28xsmall\29 + *, .\31 1u\24\28xsmall\29 + *, .\31 0u\24\28xsmall\29 + *, .\39 u\24\28xsmall\29 + *, .\38 u\24\28xsmall\29 + *, .\37 u\24\28xsmall\29 + *, .\36 u\24\28xsmall\29 + *, .\35 u\24\28xsmall\29 + *, .\34 u\24\28xsmall\29 + *, .\33 u\24\28xsmall\29 + *, .\32 u\24\28xsmall\29 + *, .\31 u\24\28xsmall\29 + * { clear: left; } .\-11u\28xsmall\29 { margin-left: 91.66667%; } .\-10u\28xsmall\29 { margin-left: 83.33333%; } .\-9u\28xsmall\29 { margin-left: 75%; } .\-8u\28xsmall\29 { margin-left: 66.66667%; } .\-7u\28xsmall\29 { margin-left: 58.33333%; } .\-6u\28xsmall\29 { margin-left: 50%; } .\-5u\28xsmall\29 { margin-left: 41.66667%; } .\-4u\28xsmall\29 { margin-left: 33.33333%; } .\-3u\28xsmall\29 { margin-left: 25%; } .\-2u\28xsmall\29 { margin-left: 16.66667%; } .\-1u\28xsmall\29 { margin-left: 8.33333%; } } @media screen and (max-width: 360px) { .row > * { padding: 0 0 0 2rem; } .row { margin: 0 0 -1px -2rem; } .row.uniform > * { padding: 2rem 0 0 2rem; } .row.uniform { margin: -2rem 0 -1px -2rem; } .row.\32 00\25 > * { padding: 0 0 0 4rem; } .row.\32 00\25 { margin: 0 0 -1px -4rem; } .row.uniform.\32 00\25 > * { padding: 4rem 0 0 4rem; } .row.uniform.\32 00\25 { margin: -4rem 0 -1px -4rem; } .row.\31 50\25 > * { padding: 0 0 0 3rem; } .row.\31 50\25 { margin: 0 0 -1px -3rem; } .row.uniform.\31 50\25 > * { padding: 3rem 0 0 3rem; } .row.uniform.\31 50\25 { margin: -3rem 0 -1px -3rem; } .row.\35 0\25 > * { padding: 0 0 0 1rem; } .row.\35 0\25 { margin: 0 0 -1px -1rem; } .row.uniform.\35 0\25 > * { padding: 1rem 0 0 1rem; } .row.uniform.\35 0\25 { margin: -1rem 0 -1px -1rem; } .row.\32 5\25 > * { padding: 0 0 0 0.5rem; } .row.\32 5\25 { margin: 0 0 -1px -0.5rem; } .row.uniform.\32 5\25 > * { padding: 0.5rem 0 0 0.5rem; } .row.uniform.\32 5\25 { margin: -0.5rem 0 -1px -0.5rem; } .\31 2u\28xxsmall\29, .\31 2u\24\28xxsmall\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28xxsmall\29, .\31 1u\24\28xxsmall\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28xxsmall\29, .\31 0u\24\28xxsmall\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28xxsmall\29, .\39 u\24\28xxsmall\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28xxsmall\29, .\38 u\24\28xxsmall\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28xxsmall\29, .\37 u\24\28xxsmall\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28xxsmall\29, .\36 u\24\28xxsmall\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28xxsmall\29, .\35 u\24\28xxsmall\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28xxsmall\29, .\34 u\24\28xxsmall\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28xxsmall\29, .\33 u\24\28xxsmall\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28xxsmall\29, .\32 u\24\28xxsmall\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28xxsmall\29, .\31 u\24\28xxsmall\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28xxsmall\29 + *, .\31 1u\24\28xxsmall\29 + *, .\31 0u\24\28xxsmall\29 + *, .\39 u\24\28xxsmall\29 + *, .\38 u\24\28xxsmall\29 + *, .\37 u\24\28xxsmall\29 + *, .\36 u\24\28xxsmall\29 + *, .\35 u\24\28xxsmall\29 + *, .\34 u\24\28xxsmall\29 + *, .\33 u\24\28xxsmall\29 + *, .\32 u\24\28xxsmall\29 + *, .\31 u\24\28xxsmall\29 + * { clear: left; } .\-11u\28xxsmall\29 { margin-left: 91.66667%; } .\-10u\28xxsmall\29 { margin-left: 83.33333%; } .\-9u\28xxsmall\29 { margin-left: 75%; } .\-8u\28xxsmall\29 { margin-left: 66.66667%; } .\-7u\28xxsmall\29 { margin-left: 58.33333%; } .\-6u\28xxsmall\29 { margin-left: 50%; } .\-5u\28xxsmall\29 { margin-left: 41.66667%; } .\-4u\28xxsmall\29 { margin-left: 33.33333%; } .\-3u\28xxsmall\29 { margin-left: 25%; } .\-2u\28xxsmall\29 { margin-left: 16.66667%; } .\-1u\28xxsmall\29 { margin-left: 8.33333%; } } /* Basic */ @media screen and (max-width: 480px) { } /* Type */ html { font-size: 18pt; } @media screen and (max-width: 1680px) { html { font-size: 14pt; } } @media screen and (max-width: 1280px) { html { font-size: 12pt; } } @media screen and (max-width: 736px) { html { font-size: 11pt; } } @media screen and (max-width: 360px) { html { font-size: 10pt; } } a { transition: color 0.2s ease-in-out; text-decoration: underline; } a:hover { text-decoration: none; } b { font-weight: 400; } em, i { font-style: italic; } p { margin: 0 0 2rem 0; } p.major { font-size: 1.25rem; } h1, h2, h3, h4, h5, h6 { font-weight: 300; line-height: 1.375; letter-spacing: -0.05em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; } h1 { font-size: 3.5rem; line-height: 1.2; } h2 { font-size: 2.25rem; } h3 { font-size: 1.5rem; } h4 { font-size: 1.1rem; } h5 { font-size: 0.9rem; } h6 { font-size: 0.7rem; } sub { font-size: 0.8rem; position: relative; top: 0.5rem; } sup { font-size: 0.8rem; position: relative; top: -0.5rem; } blockquote { border-left: solid 4px; font-style: italic; margin: 0 0 2rem 0; padding: 0.5rem 0 0.5rem 2rem; } code { border-radius: 4px; font-size: 0.9em; margin: 0 0.25rem; padding: 0.25rem 0.325rem; font-family: fin; } pre { font-size: 0.9em; margin: 0 0 2rem 0; } pre code { display: block; line-height: 1.5; padding: 0.75rem 1rem; overflow-x: auto; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } @media screen and (max-width: 736px) { p.major { font-size: 1.1rem; } h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.25rem; } h4 { font-size: 1rem; } } input, select, textarea { color: #000000; } a { color: #000000; } a:hover { color: #47D3E5; } b { color: #000000; } h1, h2, h3, h4, h5, h6 { color: #000000; } blockquote { border-left-color: rgba(0, 0, 0, 0.2); } code { background: rgba(0, 0, 0, 0.05); border-color: rgba(0, 0, 0, 0.2); } /* Box */ .box { border-radius: 4px; border: solid 1px; margin-bottom: 2rem; padding: 1.5rem; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; border-radius: 0; padding: 0; } .box { border-color: rgba(0, 0, 0, 0.2); } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { appearance: none; transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; border: 0; cursor: pointer; display: inline-block; font-weight: 400; letter-spacing: 0.125em; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; font-size: 0.75rem; max-width: 20rem; height: 3.75em; line-height: 3.75em; border-radius: 3.75em; padding: 0 2.5em; text-overflow: ellipsis; overflow: hidden; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5rem; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { display: block; margin: 0 0 1rem 0; width: 100%; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small { font-size: 0.6rem; height: 3.325em; line-height: 3.325em; border-radius: 3.325em; padding: 0 2em; } input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big { font-size: 0.8rem; height: 4em; line-height: 4em; border-radius: 4em; padding: 0 3em; } input[type="submit"].wide, input[type="reset"].wide, input[type="button"].wide, button.wide, .button.wide { min-width: 14em; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { pointer-events: none; opacity: 0.25; } input[type="submit"], input[type="reset"], input[type="button"], button, .button { background-color: transparent; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); color: #000000 !important; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { box-shadow: inset 0 0 0 1px #47D3E5; color: #47D3E5 !important; } input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: rgba(71, 211, 229, 0.2); box-shadow: inset 0 0 0 1px #47D3E5; color: #47D3E5 !important; } input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special { background-color: #000000; box-shadow: none; color: #ffffff !important; } input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover { background-color: #47D3E5; } input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, button.special:active, .button.special:active { background-color: #1ebdd1; } /* Form */ form { margin: 0 0 2rem 0; } form .field { margin: 0 0 1.5rem 0; clear: both; } form .field.half { clear: none; width: 50%; float: left; padding: 0 0 0 0.75rem; } form .field.half.first { padding: 0 0.75rem 0 0; } form .field.third { clear: none; width: 33.33333%; float: left; padding: 0 0 0 0.75rem; } form .field.third.first { padding: 0 0.75rem 0 0; } form > .actions { clear: both; margin: 1.875rem 0 0 0 !important; } @media screen and (max-width: 736px) { form .field { margin: 0 0 1.125rem 0; } form .field.half { padding: 0 0 0 0.5625rem; } form .field.half.first { padding: 0 0.5625rem 0 0; } form > .actions { margin: 1.5rem 0 0 0 !important; } } @media screen and (max-width: 480px) { form .field.half { width: 100%; float: none; padding: 0; } form .field.half.first { padding: 0; } form .field.third { width: 100%; float: none; padding: 0; } form .field.third.first { padding: 0; } } label { display: block; font-size: 0.9rem; font-weight: 400; margin: 0 0 1rem 0; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea { appearance: none; background-color: transparent; border-radius: 4px; border: none; border: solid 1px; color: inherit; display: block; outline: 0; padding: 0 0.825rem; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, input[type="search"]:invalid, input[type="url"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } .select-wrapper { text-decoration: none; display: block; position: relative; } .select-wrapper:before { font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .select-wrapper:before { content: '\f078'; display: block; height: 2.75rem; line-height: 2.75rem; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; width: 2.75rem; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select { height: 2.75rem; } textarea { padding: 0.75rem 1rem; } input[type="checkbox"], input[type="radio"] { appearance: none; display: block; float: left; margin-right: -2rem; opacity: 0; width: 1rem; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; user-select: none; cursor: pointer; display: inline-block; font-size: 1rem; font-weight: 300; padding-left: 2.4rem; padding-right: 0.75rem; position: relative; margin-bottom: 0; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { border-radius: 4px; border: solid 1px; content: ''; display: inline-block; height: 1.65rem; left: 0; line-height: 1.58125rem; position: absolute; text-align: center; top: 0; width: 1.65rem; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { content: '\f00c'; } input[type="checkbox"] + label:before { border-radius: 4px; } input[type="radio"] + label:before { border-radius: 100%; } .formerize-placeholder { opacity: 1.0; } label { color: #000000; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea { border-color: rgba(0, 0, 0, 0.2); } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus, textarea:focus { border-color: #47D3E5; box-shadow: 0 0 0 1px #47D3E5; } .select-wrapper:before { color: rgba(0, 0, 0, 0.2); } input[type="checkbox"] + label, input[type="radio"] + label { color: #000000; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { border-color: rgba(0, 0, 0, 0.2); } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background-color: #000000; border-color: #000000; color: #ffffff; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #47D3E5; box-shadow: 0 0 0 1px #47D3E5; } .formerize-placeholder { color: rgba(0, 0, 0, 0.75) !important; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; text-align: center; } .icon:before { font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } .icon.style2:before { border-radius: 2.75em; display: inline-block; height: 2.75em; line-height: 2.75em; width: 2.75em; } .icon.major { display: block; margin: 0 0 1rem 0; } .icon.major:before { font-size: 1.25rem; } a.icon.style2:before { transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; } .icon.style2:before { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); } a.icon.style2:hover:before { box-shadow: inset 0 0 0 1px #47D3E5; color: #47D3E5; } a.icon.style2:active:before { background-color: rgba(71, 211, 229, 0.1); box-shadow: inset 0 0 0 1px #47D3E5; color: #47D3E5; } /* Image */ .image { border: 0; border-radius: 4px; display: inline-block; position: relative; } .image.left, .image.right { width: 40%; max-width: 10rem; } .image.left { float: left; margin: 0 1.5rem 1rem 0; top: 0.25rem; } .image.right { float: right; margin: 0 0 1rem 1.5rem; top: 0.25rem; } .image.fit { display: block; margin: 0 0 2rem 0; width: 100%; } .image.main { display: block; margin: 0 0 3rem 0; width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2rem 0; padding-left: 1.25rem; } ol li { padding-left: 0.25rem; } ul { list-style: disc; margin: 0 0 2rem 0; padding-left: 1rem; } ul li { padding-left: 0.5rem; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px; padding: 0.5rem 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 0.75rem 0 0; } ul.icons li:last-child { padding-right: 0; } ul.actions { cursor: default; list-style: none; padding-left: 0; } ul.actions li { display: inline-block; padding: 0 1rem 0 0; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } ul.actions.small li { padding: 0 0.5rem 0 0; } ul.actions.vertical li { display: block; padding: 1rem 0 0 0; } ul.actions.vertical li:first-child { padding-top: 0; } ul.actions.vertical li > * { margin-bottom: 0; } ul.actions.vertical.small li { padding: 0.5rem 0 0 0; } ul.actions.vertical.small li:first-child { padding-top: 0; } ul.actions.fit { display: table; margin-left: -1rem; padding: 0; table-layout: fixed; width: calc(100% + 1rem); } ul.actions.fit li { display: table-cell; padding: 0 0 0 1rem; } ul.actions.fit li > * { margin-bottom: 0; } ul.actions.fit.small { margin-left: -0.5rem; width: calc(100% + 0.5rem); } ul.actions.fit.small li { padding: 0 0 0 0.5rem; } @media screen and (max-width: 480px) { ul.actions { margin: 0 0 2rem 0; } ul.actions li { padding: 1rem 0 0 0; display: block; text-align: center; width: 100%; } ul.actions li:first-child { padding-top: 0; } ul.actions li > * { width: 100%; margin: 0 !important; } ul.actions li > *.icon:before { margin-left: -2rem; } ul.actions.small li { padding: 0.5rem 0 0 0; } ul.actions.small li:first-child { padding-top: 0; } } dl { margin: 0 0 2rem 0; } dl dt { display: block; font-weight: 400; margin: 0 0 1rem 0; } dl dd { margin-left: 2rem; } dl.style2 dt { width: 25%; float: left; } dl.style2 dd { width: 70%; float: left; } dl.style2:after { content: ''; display: block; clear: both; } ul.alt li { border-top-color: rgba(0, 0, 0, 0.2); } /* Section/Article */ section.special, article.special { text-align: center; } header p { position: relative; margin: -0.65rem 0 1.5rem 0; font-style: italic; } header h1 + p { font-size: 1.375rem; } header h2 + p { font-size: 1.25rem; } header h3 + p { font-size: 1.1rem; } header h4 + p, header h5 + p, header h6 + p { font-size: 0.9rem; } header p { color: rgba(0, 0, 0, 0.75); } /* Table */ .table-wrapper { margin: 0 0 2rem 0; overflow-x: auto; } .table-wrapper > table { margin-bottom: 0; } table { margin: 0 0 2rem 0; width: 100%; } table tbody tr { border: solid 1px; border-left: 0; border-right: 0; } table td { padding: 0.75rem 0.75rem; } table th { font-size: 0.9rem; font-weight: 400; padding: 0 0.75rem 0.75rem 0.75rem; text-align: left; } table thead { border-bottom: solid 2px; } table tfoot { border-top: solid 2px; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } table.fixed { table-layout: fixed; } table tbody tr { border-color: rgba(0, 0, 0, 0.2); } table tbody tr:nth-child(2n + 1) { background-color: rgba(0, 0, 0, 0.05); } table tbody tr.alt { background-color: rgba(0, 0, 0, 0.05) !important; } table th { color: #000000; } table thead { border-bottom-color: rgba(0, 0, 0, 0.2); } table tfoot { border-top-color: rgba(0, 0, 0, 0.2); } table.alt tbody tr td { border-color: rgba(0, 0, 0, 0.2); } table.uniform tbody tr:nth-child(2n + 1) { background-color: transparent; } /* ============================= Fin du code initial HTML5UP ================================ */