123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891 |
- @charset "UTF-8";
- /**
- * Primary Drupal Styles
- * Author: Bachir Soussi Chiadmi
- */
- /* between 0 & 640px */
- /* between 640px & 1024px */
- /* between 1025px & 1366px */
- /* between 1367px & 1920px */
- /* between 1920px & infinity */
- body {
- font-size: 16px;
- font-family: "aileron", Arial, "MS Trebuchet", sans-serif; }
- h1 {
- font-size: 1.6em; }
- h2 {
- font-size: 1.5em; }
- h3 {
- font-size: 1.4em; }
- h4 {
- font-size: 1.3em; }
- h5 {
- font-size: 1.2em; }
- h6 {
- font-size: 1.1em; }
- input {
- font-family: Arial, "MS Trebuchet", sans-serif;
- font-size: 0.8em; }
- /** layout */
- .footer-block .region, .header-block {
- display: inline-block;
- vertical-align: top; }
- #header, #main, #footer {
- padding: 0; }
- #header {
- width: 100%;
- z-index: 20;
- background-color: rgba(255, 255, 255, 0.95);
- background-image: url(../../images/fond-trame-logo-lite.png);
- background-repeat: no-repeat;
- background-position: center top;
- background-size: contain;
- max-height: 200px; }
- @media only screen and (min-width: 85.4375em) {
- #header {
- position: fixed;
- max-height: 400px; } }
- #header hgroup.logo {
- width: 95%;
- margin: 0 auto;
- padding: 1em 0 0; }
- @media only screen and (min-width: 64.0625em) {
- #header hgroup.logo {
- max-width: 1000px; } }
- #header h1 {
- margin: 0; }
- #header h1 a {
- display: block;
- height: 120px;
- background-image: url(../../images/logo.png);
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat;
- text-indent: -2000px;
- overflow: hidden;
- margin: 0; }
- @media only screen and (min-width: 85.4375em) {
- #header h1 a {
- height: 320px; } }
- #header h2 {
- text-align: center;
- color: #20c498;
- font-size: 1em;
- font-weight: 500; }
- @media only screen and (min-width: 85.4375em) {
- #header h2 {
- font-size: 2em; } }
- #main {
- width: 95%;
- margin: 0 auto; }
- @media only screen and (min-width: 85.4375em) {
- #main {
- padding-top: 400px; } }
- @media only screen and (min-width: 64.0625em) {
- #main {
- max-width: 1000px; } }
- #node-63 {
- padding: 1em 0; }
- #node-63 .content section {
- display: inline; }
- #node-63 .content p {
- margin: 0;
- font-size: 1em;
- line-height: 1.2;
- font-weight: 400; }
- #node-63 .content p em {
- font-weight: 500; }
- @media only screen and (min-width: 64.0625em) {
- #node-63 .content p {
- font-size: 1.3em;
- line-height: 1.3; } }
- #node-63 ul.links {
- text-align: right;
- margin: 0;
- padding: 0; }
- #node-63 ul.links li {
- margin: 0;
- padding: 0;
- display: inline-block; }
- #node-63 ul.links a {
- color: #20c498;
- text-decoration: none;
- font-weight: 500; }
- #thematique-anchor-links {
- display: none;
- padding: 2em 0 4em; }
- @media only screen and (min-width: 40.0625em) {
- #thematique-anchor-links {
- display: block; } }
- #thematique-anchor-links ul {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-flow: row nowrap;
- flex-flow: row nowrap;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 0;
- margin: 0; }
- #thematique-anchor-links ul li {
- max-width: 7em;
- list-style: none;
- padding: 0;
- margin: 0; }
- #thematique-anchor-links ul li a {
- text-decoration: none;
- font-weight: 600;
- display: block;
- min-height: 3em;
- background-position: center;
- background-repeat: no-repeat;
- background-size: contain; }
- #thematique-anchor-links ul li a span {
- display: block; }
- #thematique-anchor-links ul li a.node-32 {
- background-image: url(../../images/menu-fond-theme-0-flat.jpg);
- color: #2f82ff; }
- #thematique-anchor-links ul li a.node-32.en_attente {
- color: #aaa;
- background-image: url(../../images/menu-fond-theme-0-flat-nb.jpg);
- cursor: default; }
- #thematique-anchor-links ul li a.node-14 {
- background-image: url(../../images/menu-fond-theme-1-flat.jpg);
- color: #ff0000; }
- #thematique-anchor-links ul li a.node-14.en_attente {
- color: #aaa;
- background-image: url(../../images/menu-fond-theme-1-flat-nb.jpg);
- cursor: default; }
- #thematique-anchor-links ul li a.node-38 {
- background-image: url(../../images/menu-fond-theme-2-flat.jpg);
- color: #88aa00; }
- #thematique-anchor-links ul li a.node-38.en_attente {
- color: #aaa;
- background-image: url(../../images/menu-fond-theme-2-flat-nb.jpg);
- cursor: default; }
- #thematique-anchor-links ul li a.node-3 {
- background-image: url(../../images/menu-fond-theme-3-flat.jpg);
- color: #ff6600; }
- #thematique-anchor-links ul li a.node-3.en_attente {
- color: #aaa;
- background-image: url(../../images/menu-fond-theme-3-flat-nb.jpg);
- cursor: default; }
- #thematique-anchor-links ul li a.node-20 {
- background-image: url(../../images/menu-fond-theme-4-flat.jpg);
- color: #ff2ad4; }
- #thematique-anchor-links ul li a.node-20.en_attente {
- color: #aaa;
- background-image: url(../../images/menu-fond-theme-4-flat-nb.jpg);
- cursor: default; }
- #thematique-anchor-links ul li a.node-26 {
- background-image: url(../../images/menu-fond-theme-5-flat.jpg);
- color: #8800aa; }
- #thematique-anchor-links ul li a.node-26.en_attente {
- color: #aaa;
- background-image: url(../../images/menu-fond-theme-5-flat-nb.jpg);
- cursor: default; }
- .node-thematique {
- margin-top: 2em;
- margin-bottom: 7em;
- position: relative; }
- @media only screen and (min-width: 85.4375em) {
- .node-thematique {
- margin-top: 0; } }
- .node-thematique::before {
- position: absolute;
- content: " ";
- z-index: -1;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0; }
- @media only screen and (min-width: 85.4375em) {
- .node-thematique::before {
- background-size: contain;
- width: 110%;
- height: 110%;
- top: -5%;
- left: -5%; } }
- .node-thematique.en_attente::before {
- background-size: contain;
- background-position: left; }
- .node-thematique.node-32::before {
- background-image: url(../../images/fond-theme-0-flat.png); }
- .node-thematique.node-32 > h2,
- .node-thematique.node-32 .group-video .field-name-field-description h3,
- .node-thematique.node-32 .group-description .field-name-field-ecouter,
- .node-thematique.node-32 .node-documentair .field-name-field-doc,
- .node-thematique.node-32 .node-documentair .field-name-title-field,
- .node-thematique.node-32 .field-name-field-episodes .field-label,
- .node-thematique.node-32 .node-episode .field-name-title-field,
- .node-thematique.node-32 .node-episode span.date {
- color: #2f82ff; }
- .node-thematique.node-32 .field-name-body .summary {
- border-left-color: #2f82ff; }
- .node-thematique.node-14::before {
- background-image: url(../../images/fond-theme-1-flat.png); }
- .node-thematique.node-14 > h2,
- .node-thematique.node-14 .group-video .field-name-field-description h3,
- .node-thematique.node-14 .group-description .field-name-field-ecouter,
- .node-thematique.node-14 .node-documentair .field-name-field-doc,
- .node-thematique.node-14 .node-documentair .field-name-title-field,
- .node-thematique.node-14 .field-name-field-episodes .field-label,
- .node-thematique.node-14 .node-episode .field-name-title-field,
- .node-thematique.node-14 .node-episode span.date {
- color: #ff0000; }
- .node-thematique.node-14 .field-name-body .summary {
- border-left-color: #ff0000; }
- .node-thematique.node-38::before {
- background-image: url(../../images/fond-theme-2-flat.png); }
- .node-thematique.node-38 > h2,
- .node-thematique.node-38 .group-video .field-name-field-description h3,
- .node-thematique.node-38 .group-description .field-name-field-ecouter,
- .node-thematique.node-38 .node-documentair .field-name-field-doc,
- .node-thematique.node-38 .node-documentair .field-name-title-field,
- .node-thematique.node-38 .field-name-field-episodes .field-label,
- .node-thematique.node-38 .node-episode .field-name-title-field,
- .node-thematique.node-38 .node-episode span.date {
- color: #88aa00; }
- .node-thematique.node-38 .field-name-body .summary {
- border-left-color: #88aa00; }
- .node-thematique.node-3::before {
- background-image: url(../../images/fond-theme-3-flat.png); }
- .node-thematique.node-3 > h2,
- .node-thematique.node-3 .group-video .field-name-field-description h3,
- .node-thematique.node-3 .group-description .field-name-field-ecouter,
- .node-thematique.node-3 .node-documentair .field-name-field-doc,
- .node-thematique.node-3 .node-documentair .field-name-title-field,
- .node-thematique.node-3 .field-name-field-episodes .field-label,
- .node-thematique.node-3 .node-episode .field-name-title-field,
- .node-thematique.node-3 .node-episode span.date {
- color: #ff6600; }
- .node-thematique.node-3 .field-name-body .summary {
- border-left-color: #ff6600; }
- .node-thematique.node-20::before {
- background-image: url(../../images/fond-theme-4-flat.png); }
- .node-thematique.node-20 > h2,
- .node-thematique.node-20 .group-video .field-name-field-description h3,
- .node-thematique.node-20 .group-description .field-name-field-ecouter,
- .node-thematique.node-20 .node-documentair .field-name-field-doc,
- .node-thematique.node-20 .node-documentair .field-name-title-field,
- .node-thematique.node-20 .field-name-field-episodes .field-label,
- .node-thematique.node-20 .node-episode .field-name-title-field,
- .node-thematique.node-20 .node-episode span.date {
- color: #ff2ad4; }
- .node-thematique.node-20 .field-name-body .summary {
- border-left-color: #ff2ad4; }
- .node-thematique.node-26::before {
- background-image: url(../../images/fond-theme-5-flat.png); }
- .node-thematique.node-26 > h2,
- .node-thematique.node-26 .group-video .field-name-field-description h3,
- .node-thematique.node-26 .group-description .field-name-field-ecouter,
- .node-thematique.node-26 .node-documentair .field-name-field-doc,
- .node-thematique.node-26 .node-documentair .field-name-title-field,
- .node-thematique.node-26 .field-name-field-episodes .field-label,
- .node-thematique.node-26 .node-episode .field-name-title-field,
- .node-thematique.node-26 .node-episode span.date {
- color: #8800aa; }
- .node-thematique.node-26 .field-name-body .summary {
- border-left-color: #8800aa; }
- .node-thematique > h2 {
- font-size: 3em;
- font-weight: 400;
- line-height: 0.9;
- text-indent: -0.09em;
- position: relative;
- margin: 0;
- padding: 0 1em 0 0; }
- @media only screen and (min-width: 85.4375em) {
- .node-thematique > h2 {
- padding: 0 2em 0 0;
- font-size: 4em;
- padding: 0; } }
- .node-thematique > h2 span.target {
- position: absolute;
- top: -120px; }
- @media only screen and (min-width: 85.4375em) {
- .node-thematique > h2 span.target {
- top: -170px; } }
- .node-thematique > h2 span.date {
- font-size: 0.3em;
- font-weight: 600;
- display: block;
- text-indent: 0.2em; }
- .node-thematique .content {
- letter-spacing: -0.25em; }
- .node-thematique .content > * {
- letter-spacing: normal; }
- .node-thematique .content article.main {
- overflow: hidden; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content article.main {
- display: inline-block;
- vertical-align: top;
- width: 69.5%; } }
- .node-thematique .content article.main .field-name-body {
- position: relative;
- z-index: 3; }
- .node-thematique .content article.main .field-name-body > * {
- padding: 0 1em 0 0; }
- .node-thematique .content article.main .field-name-body .summary {
- position: relative;
- transition: background-color 0.5 ease-in-out;
- border-left-style: solid;
- border-left-width: 0; }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content article.main .field-name-body .summary {
- height: 7em;
- overflow: hidden; } }
- .node-thematique .content article.main .field-name-body .summary p {
- font-size: 1.05em;
- padding: 0.5em 0;
- margin: 0;
- font-weight: 500; }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content article.main .field-name-body .summary p {
- padding: 0.5em 1.2em 0.5em; } }
- .node-thematique .content article.main .field-name-body .value {
- display: none;
- position: absolute;
- height: 1px;
- margin-bottom: 0;
- transition: height 0.5s ease-in-out;
- background-color: #fff;
- overflow: hidden; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content article.main .field-name-body .value {
- display: block; } }
- .node-thematique .content article.main .field-name-body .value p {
- font-size: 0.95em;
- padding: 1em 1em 0 1.5em;
- line-height: 1.3;
- margin: 0;
- background-color: #fff; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content article.main .field-name-body:hover .value {
- height: 700px; } }
- .node-thematique .content article.main .group-video {
- position: relative; }
- .node-thematique .content article.main .group-video .field-name-field-emvideo img {
- max-width: 100%;
- height: auto; }
- .node-thematique .content article.main .group-video .field-name-field-emvideo a {
- display: block;
- line-height: 0; }
- .node-thematique .content article.main .group-video .group-description {
- cursor: pointer;
- pointer-events: none;
- position: absolute;
- z-index: 2;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%; }
- .node-thematique .content article.main .group-video .group-description .field-name-field-ecouter {
- font-size: 0.7em;
- background-color: rgba(255, 255, 255, 0.9);
- font-weight: 600;
- padding: 0.2em 0.4em;
- display: inline-block;
- margin: 5px; }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content article.main .group-video .group-description .field-name-field-ecouter {
- font-size: 1em; } }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content article.main .group-video .group-description .field-name-field-ecouter {
- margin: 15px; } }
- .node-thematique .content article.main .group-video .group-description .field-name-field-description {
- position: absolute;
- top: 0;
- left: 0;
- box-sizing: border-box;
- width: 80%;
- height: 70%;
- margin: 10%;
- padding: 5%;
- opacity: 0;
- background-color: rgba(255, 255, 255, 0.9);
- transition: opacity 0.3s ease-in-out; }
- .node-thematique .content article.main .group-video .group-description .field-name-field-description h3 {
- font-weight: 500;
- font-size: 2em;
- margin: 0; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content article.main .group-video:hover .group-description .field-name-field-description {
- opacity: 1; } }
- .node-thematique .content aside.right {
- margin-top: 1.2em; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.right {
- display: inline-block;
- vertical-align: top;
- width: 30.5%;
- margin-top: 0; } }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.right .field-name-field-eclairages {
- padding-left: 1em; } }
- .node-thematique .content aside.right .field-name-field-eclairages .field-items {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -ms-flex-pack: start;
- justify-content: flex-start; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.right .field-name-field-eclairages .field-items {
- display: block; } }
- .node-thematique .content aside.right .field-name-field-eclairages .field-items > .field-item {
- display: block;
- background-color: #fff;
- width: 33%; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.right .field-name-field-eclairages .field-items > .field-item {
- width: auto; }
- .node-thematique .content aside.right .field-name-field-eclairages .field-items > .field-item:not(:last-child) {
- padding-bottom: 1.2em; } }
- .node-thematique .content aside.right .node-documentair {
- background-color: #fff; }
- .node-thematique .content aside.right .node-documentair .content {
- position: relative; }
- .node-thematique .content aside.right .node-documentair .content .group-txt {
- cursor: pointer;
- pointer-events: none;
- box-sizing: border-box;
- position: absolute;
- z-index: 2;
- overflow: hidden;
- top: 0;
- left: 0;
- width: 90%;
- height: 80%;
- margin: 5px; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.right .node-documentair .content .group-txt {
- margin: 15px; } }
- .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-field-doc {
- font-size: 0.7em;
- background-color: rgba(255, 255, 255, 0.9);
- font-weight: 600;
- padding: 0.2em 0.4em;
- display: inline-block;
- z-index: 5;
- transition: background-color 0.3s ease-in-out; }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-field-doc {
- font-size: 1em; } }
- .node-thematique .content aside.right .node-documentair .content .group-txt .field-name-title-field {
- position: absolute;
- z-index: -1;
- top: 0;
- left: 0;
- width: 100%;
- font-size: 1.5em;
- font-weight: 500;
- padding: 30px 7px 10px;
- background-color: rgba(255, 255, 255, 0.9);
- opacity: 0;
- transition: opacity 0.3s ease-in-out; }
- .node-thematique .content aside.right .node-documentair .content .group-video img {
- width: 100%;
- height: auto; }
- .node-thematique .content aside.right .node-documentair .content .group-video a {
- display: block;
- line-height: 0; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-field-doc {
- background-color: transparent; }
- .node-thematique .content aside.right .node-documentair:not(.en_attente):hover .group-txt .field-name-title-field {
- opacity: 1; } }
- .node-thematique .content aside.right .node-documentair.en_attente > .content {
- position: relative; }
- .node-thematique .content aside.right .node-documentair.en_attente > .content::before {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- content: " ";
- z-index: 10;
- background-color: #fff;
- opacity: 0.8; }
- .node-thematique .content aside.bottom {
- padding-top: 1.2em; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.bottom {
- padding-top: 0.6em; } }
- .node-thematique .content aside.bottom .field-name-field-episodes .field-label {
- font-size: 0.7em;
- background-color: rgba(255, 255, 255, 0.9);
- font-weight: 600;
- padding: 0.2em 0.4em;
- display: inline-block;
- margin-bottom: 0.3em; }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content aside.bottom .field-name-field-episodes .field-label {
- font-size: 1em; } }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -ms-flex-pack: start;
- justify-content: flex-start; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items {
- -ms-flex-flow: row nowrap;
- flex-flow: row nowrap;
- -ms-flex-pack: justify;
- justify-content: space-between; } }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
- display: block;
- background-color: #fff;
- width: 50%; }
- @media only screen and (min-width: 40.0625em) {
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item {
- width: 19%; } }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content {
- position: relative; }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt {
- cursor: pointer;
- pointer-events: none;
- box-sizing: border-box;
- position: absolute;
- z-index: 2;
- overflow: hidden;
- top: 0;
- left: 0;
- width: 90%;
- height: 80%;
- margin: 5%;
- padding: 5%;
- background-color: rgba(255, 255, 255, 0.9);
- opacity: 1;
- transition: opacity,background-color 0.3s ease-in-out;
- z-index: 11; }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt .field-name-title-field {
- font-size: 3em;
- font-weight: 300;
- line-height: 1;
- font-style: italic;
- text-align: center; }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-txt .field-name-title-field {
- font-size: 4em; } }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-video img {
- width: 100%;
- height: auto; }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode .content .group-video a {
- display: block;
- line-height: 0; }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode:not(.en_attente):hover .content .group-txt {
- opacity: 0.9;
- background-color: rgba(255, 255, 255, 0.3); }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode:not(.en_attente):hover .content .group-txt .field-name-title-field {
- font-weight: 500; }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content {
- position: relative; }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content::before {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- content: " ";
- z-index: 10;
- background-color: #fff;
- opacity: 0.8; }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content .field-name-title-field {
- font-size: 2em; }
- @media only screen and (min-width: 64.0625em) {
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content .field-name-title-field {
- font-size: 3em; } }
- .node-thematique .content aside.bottom .field-name-field-episodes > .field-items > .field-item .node-episode.en_attente > .content .field-name-title-field span.date {
- display: block;
- font-size: 0.3em;
- font-weight: 500;
- font-style: normal;
- padding-top: 0.3em; }
- #DOMWindow .embedded-video, #DOMWindow .player, #DOMWindow iframe {
- width: 100%;
- height: 100%; }
- .page-title {
- font-size: 4em;
- font-weight: 400;
- color: #20c498;
- text-transform: capitalize;
- text-indent: -0.09em;
- margin: 1em 0 0; }
- body.node-type-page h2 {
- font-size: 1.5em;
- font-weight: 400; }
- body.node-type-page h3 {
- font-size: 2em;
- font-weight: 300;
- margin: 1em 0 0; }
- body.node-type-page p {
- line-height: 1.3; }
- body.node-type-page a {
- color: #20c498; }
- #block-menu-menu-footer-menu {
- padding: 2em 0; }
- #block-menu-menu-footer-menu ul {
- margin: 0;
- padding: 0;
- text-align: center; }
- #block-menu-menu-footer-menu li {
- display: inline-block;
- list-style: none; }
- #block-menu-menu-footer-menu a {
- text-decoration: none;
- color: #20c498;
- font-size: 1.4em;
- font-weight: 400; }
- #block-menu-menu-footer-menu a:hover {
- font-weight: 500; }
- .region-footer-bottom {
- text-align: center; }
- .region-footer-bottom .block {
- display: inline-block;
- font-size: 0.7em;
- margin: 2em 0; }
- .region-footer-bottom .block a {
- color: inherit; }
- #content {
- padding: 1em; }
- .mceContentBody div {
- border: 1px dashed #D4D4D4; }
- .mceContentBody p:after, .mceContentBody ul:after {
- content: "¬";
- color: red; }
- .mceContentBody h1:before, .mceContentBody h2:before, .mceContentBody h3:before, .mceContentBody h4:before, .mceContentBody h5:before, .mceContentBody h6:before {
- color: blue;
- font-weight: normal;
- font-size: 10px;
- vertical-align: super; }
- .mceContentBody h1:before {
- content: "h1 "; }
- .mceContentBody h2:before {
- content: "h2 "; }
- .mceContentBody h3:before {
- content: "h3 "; }
- .mceContentBody h4:before {
- content: "h4 "; }
- .mceContentBody h5:before {
- content: "h5 "; }
- .mceContentBody h6:before {
- content: "h6 "; }
- .mceContentBody p {
- border: 1px dashed #848484; }
- .mceContentBody div {
- border: 1px solid #1A1A1A; }
- .mceContentBody h2 {
- font-size: 1.5em;
- font-weight: 400; }
- .mceContentBody h3 {
- font-size: 2em;
- font-weight: 300;
- margin: 1em 0 0; }
- .mceContentBody p {
- line-height: 1.3; }
- .mceContentBody a {
- color: #20c498; }
- /** Messages. */
- div.messages {
- padding: 9px;
- margin: 0.5em 0 0;
- color: #036;
- background: #bdf;
- border: 1px solid #ace;
- border-radius: 5px; }
- div.warning {
- color: #840;
- background: #fe6;
- border-color: #ed5; }
- div.error {
- color: #fff;
- background: #e63;
- border-color: #d52; }
- div.error p.error {
- color: #333; }
- div.status {
- color: #360;
- background: #cf8;
- border-color: #be7; }
- /** Tab navigation */
- ul.primary, .views-admin-links ul {
- font: 13px/1.231 sans-serif;
- *font-size: small;
- border-collapse: collapse;
- padding: 0 0 0 1em;
- /* LTR */
- white-space: nowrap;
- list-style: none;
- margin: 5px;
- height: auto;
- line-height: normal; }
- ul.primary li, .views-admin-links li {
- display: inline; }
- ul.primary li a, .views-admin-links li a {
- border-width: 1px;
- border-style: solid solid none solid;
- height: auto;
- margin-right: 0.5em;
- /* LTR */
- padding: 0 1em;
- text-decoration: none;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px; }
- /** Form */
- #node-form .form-region-main {
- border-right: 1px solid #BFBFBF;
- padding-right: 10px;
- width: 68%; }
- #node-form .form-region-main label {
- float: left;
- min-width: 25%; }
- #node-form .form-region-main input.form-text {
- width: 40%; }
- #node-form .form-region-right {
- padding-left: 5px; }
- #node-form .form-region-right label {
- float: left;
- min-width: 35%; }
- #node-form .form-region-right input.form-text {
- width: 60%; }
- #node-form .form-region-main label.option, #node-form .form-region-right label.option {
- float: none; }
- form:not(#views-ui-config-item-form) .form-item {
- position: relative;
- /* padding:9px;*/ }
- form:not(#views-ui-config-item-form) .form-item .description {
- position: absolute;
- bottom: 140%;
- /* right:-15px;*/
- z-index: 5;
- left: 50%;
- color: #1A1A1A;
- line-height: 1.1;
- background: url(../images/popup.png) 50% 100% no-repeat;
- width: 240px;
- margin: 0px 0px -15px;
- padding: 9px 10px 20px;
- display: none;
- border-top: 1px solid #9F9F9F; }
- form:not(#views-ui-config-item-form) .form-item:hover {
- z-index: 1;
- height: auto;
- /* Fix for flicker in IE7 */ }
- form:not(#views-ui-config-item-form) .form-item:hover > .description {
- display: block; }
- fieldset {
- border: 1px solid #D4D4D4;
- padding: 10px;
- margin-bottom: 1em;
- border-radius: 5px; }
- fieldset legend {
- font-size: 1.6em; }
- input.form-text {
- max-width: 95%; }
- /** TABLE */
- table {
- width: 100%;
- border-radius: 5px; }
- table thead th {
- background-color: #CCC;
- padding: 0.5em 1em;
- text-align: left; }
- table tbody tr.even, table tbody tr.odd {
- border-bottom: 0 solid #CCCCCC;
- padding: 0.1em 0.6em; }
- table tbody tr.even {
- background-color: #EEE; }
- table tbody tr.odd {
- background-color: #E5E5E5; }
- table tbody td {
- padding: 0.5em 1em;
- text-align: left; }
- td.active {
- background-color: transparent; }
- #tasks .tabs {
- border: none;
- padding: 0; }
- #tasks .tabs a {
- border: none;
- border-radius: 3px;
- background-color: #eee;
- padding: 0.4em;
- color: #000;
- margin: 0 1em 0 0; }
- #tasks .tabs a.active {
- background-color: #999; }
|