123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377 |
- header{
- display: none;
- }
- // thumbnails global
- .thumbnails{
- width: 100%;
- height: auto;
- background: white;
- margin: 0.5rem 0;
- @include shadow;
- figure{
- height: 150px;
- margin: 0;
- }
- .__wrap{
- padding: 1rem;
- & > .d-flex{
- margin-bottom: 0.5rem;
- }
- }
- // thumbnails publications
- &.publications{
- .__media{
- padding: 1rem 0 1rem 1rem;
- }
- @media screen and (min-width: 768px) {
- width: calc(100% / 2 - #{$gutter1} * 2);
- }
- @media screen and (min-width: 992px) {
- width: calc(100% / 3 - #{$gutter1} * 2);
- }
- @media screen and (min-width: 1200px) {
- width: calc(100% / 4 - #{$gutter1} * 2);
- }
- }
- }
- // thumbnails slides
- .__slide{
- .thumbnails{
- max-width: 380px;
- }
- }
- // Page programme
- .container{
- &.programme{
- .thumbnails{
- @media screen and (min-width: 768px) {
- width: calc(100% / 2 - #{$gutter1} * 2);
- margin: 0.5rem;
- }
- @media screen and (min-width: 992px) {
- width: calc(100% / 3 - #{$gutter1} * 2);
- }
- // @media screen and (min-width: 1200px) {
- // width: calc(100% / 4 - #{$gutter1} * 2);
- // }
- }
- }
- }
- // @media screen and (min-width: 992px) {
- // .programme{
- // .row{
- // margin: $gutter1 calc(-#{$gutter1});
- // }
- // .thumbnails{
- // width: calc( 50% - #{$gutter1} * 2);
- // margin: 0 $gutter1;
- // }
- // }
- // .thumbnails{
- // &.publications{
- // width: calc(100% / 4 - #{$gutter1} * 4);
- // }
- // }
- // }
- // .thumbnails{
- // margin: 1rem 0rem;
- // // max-width: 300px;
- // min-width: 250px;
- // height: auto;
- // width: calc(100% / 4 );
- // background: white;
- // transform: scale(1);
- // @include shadow;
- // a{
- // display: block;
- // height: 100%;
- // }
- // .__content{
- // margin-top: 1rem;
- // }
- // &.programme{
- // .__wrap{
- // padding: 1rem;
- // }
- // }
- // &.publications{
- // width: 100%;
- // .__media{
- // padding: 1rem;
- // figure{
- // height: 100%;
- // img{
- // width: 100%;
- // height: 100%;
- // object-fit: cover;
- // }
- // }
- // }
- // .__content{
- // margin: 1rem 1rem 1rem 0;
- // }
- // }
- // }
- //
- // .thumbnails{
- // figure{
- // height: 120px;
- // margin: 0;
- // img{
- // width: 100%;
- // height: 100%;
- // object-fit: cover;
- // }
- // }
- // }
- //
- // .programme{
- // .row{
- // margin: 0;
- // }
- // .thumbnails{
- // width: 100%;
- // margin: 0;
- // figure{
- // height: 150px;
- // }
- // }
- // }
- //
- //
- //
- //
- // .container {
- // &.programme{
- // .views{
- // section{
- // .row{
- // margin: 1rem 0;
- // }
- // }
- // }
- // .thumbnails{
- // width: 100%;
- // margin: 1rem 0;
- // }
- // }
- // @media screen and (min-width: 768px) {
- // &.programme{
- // .row{
- // .thumbnails{
- // width: calc( 50% - #{$gutter1} * 2);
- // // min-width: calc( 50% - #{$gutter1} * 2);
- // margin: 0 $gutter1;
- // }
- // }
- // }
- // }
- // @media screen and (min-width: 992px) {
- // &.programme{
- // .row{
- // .thumbnails{
- // width: calc( (100% / 3) - #{$gutter1} * 3);
- // // min-width: calc( 50% - #{$gutter1} * 2);
- // margin: 0 $gutter1;
- // }
- // }
- // }
- // }
- // @media screen and (min-width: 1200px) {
- // &.programme{
- // .row{
- // .thumbnails{
- // width: calc( (100% / 4) - #{$gutter1} * 4);
- // // min-width: calc( 50% - #{$gutter1} * 2);
- // margin: 0 $gutter1;
- // }
- // }
- // }
- // }
- //
- // .thumbnails_participants{
- // figure{
- // & > div{
- // width: 100px;
- // height: 100px;
- // margin-left: 0.5rem;
- //
- // img{
- // border-radius: 50%;
- // width: 100%;
- // height: 100%;
- // object-fit: cover;
- // }
- // }
- // figcaption{
- // &.__info{
- // padding: 4rem 0.5rem 0.5rem 0.5rem;
- // margin-top: -3rem;
- // background: white;
- // .__name{
- // text-transform: uppercase;
- // }
- // .__qualite{
- //
- // }
- // }
- // }
- // }
- // }
- //
- // article{
- // .__publications{
- // & > div{
- // article{
- // width: 100%;
- // @include shadow;
- // figure{
- // padding: 1rem;
- // .__media{
- // margin-right: 1rem;
- // }
- // figcaption {
- // width: 80%;
- // }
- // }
- // }
- // }
- // }
- // .__bibliographie{
- // & > div{
- // article{
- // width: 100%;
- // a{
- // & > div {
- // p, span, div{
- // display: inline;
- // background: white;
- // }
- // }
- // }
- // }
- // }
- // }
- // }
- //
- //
- // &.publications{
- // section{
- // article{
- // width: 100%;
- // @include shadow;
- // figure{
- // padding: 1rem;
- // .__media{
- // margin-right: 1rem;
- // }
- // figcaption {
- // width: 80%;
- // }
- // }
- // }
- // }
- // }
- // &.bilbiographie{
- // article{
- // width: 100%;
- // a{
- // & > div {
- // p, span, div{
- // display: inline;
- // background: white;
- // }
- // }
- // }
- // }
- // }
- // }
- //
- // @media screen and (min-width: 992px) {
- // article{
- // .__publications{
- // & > div{
- // margin: 0 calc(-#{$gutter1});
- // article{
- // width: calc( 50% - #{$gutter1} * 2);
- // margin: 0 $gutter1;
- // @include shadow;
- // figure{
- // padding: 1rem;
- // .__media{
- // margin-right: 1rem;
- // }
- // figcaption {
- // width: 80%;
- // }
- // }
- // }
- // }
- // }
- // .__bibliographie{
- // & > div{
- // margin: 0 calc(-#{$gutter1});
- // article{
- // width: calc( 100% / 3 - #{$gutter1} * 3);
- // margin: 0 $gutter1;
- // figure{
- // padding: 1rem;
- // .__media{
- // margin-right: 1rem;
- // }
- // figcaption {
- // width: 80%;
- // }
- // }
- // }
- // }
- // }
- // }
- //
- // .container {
- // &.publications{
- // section{
- // article{
- // width: calc( 50% - #{$gutter1} * 2);
- // margin: 0 $gutter1;
- // @include shadow;
- // figure{
- // padding: 1rem;
- // .__media{
- // margin-right: 1rem;
- // }
- // figcaption {
- // width: 80%;
- // }
- // }
- // }
- // }
- // .views{
- // &.__publications{
- // article{
- // width: calc( 25% - #{$gutter1} * 4);
- // }
- // }
- // }
- // }
- // &.bibliographie{
- // article{
- // width: calc( 100% / 3 - #{$gutter1} * 3);
- // margin: 0 $gutter1;
- // figure{
- // padding: 1rem;
- // .__media{
- // margin-right: 1rem;
- // }
- // figcaption {
- // width: 80%;
- // }
- // }
- // }
- // }
- // }
- // }
|