|
@@ -1,13 +1,16 @@
|
|
header{
|
|
header{
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
+
|
|
// thumbnails global
|
|
// thumbnails global
|
|
.thumbnails{
|
|
.thumbnails{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: auto;
|
|
height: auto;
|
|
background: white;
|
|
background: white;
|
|
- margin: 0.5rem 0;
|
|
|
|
- @include shadow;
|
|
|
|
|
|
+ margin: $gutter1;
|
|
|
|
+ &:not(.bibliographie){
|
|
|
|
+ @include shadow;
|
|
|
|
+ }
|
|
figure{
|
|
figure{
|
|
height: 150px;
|
|
height: 150px;
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -21,7 +24,18 @@ header{
|
|
// thumbnails publications
|
|
// thumbnails publications
|
|
&.publications{
|
|
&.publications{
|
|
.__media{
|
|
.__media{
|
|
- padding: 1rem 0 1rem 1rem;
|
|
|
|
|
|
+ padding: 0.5rem 0 0.5rem 0.5rem;
|
|
|
|
+ // .__img{
|
|
|
|
+ // height: 150px;
|
|
|
|
+ // width: 100%;
|
|
|
|
+ // img{
|
|
|
|
+ // width: auto;
|
|
|
|
+ // height: 100%;
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ }
|
|
|
|
+ .__wrap{
|
|
|
|
+ padding: 0.5rem;
|
|
}
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
@media screen and (min-width: 768px) {
|
|
width: calc(100% / 2 - #{$gutter1} * 2);
|
|
width: calc(100% / 2 - #{$gutter1} * 2);
|
|
@@ -39,6 +53,15 @@ header{
|
|
.__slide{
|
|
.__slide{
|
|
.thumbnails{
|
|
.thumbnails{
|
|
max-width: 380px;
|
|
max-width: 380px;
|
|
|
|
+ @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);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -59,6 +82,69 @@ header{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+// page moment
|
|
|
|
+.__ressources{
|
|
|
|
+ .__publications{
|
|
|
|
+ .publications{
|
|
|
|
+ .__media{
|
|
|
|
+ padding: 0.5rem 0 0.5rem 0.5rem;
|
|
|
|
+ }
|
|
|
|
+ .__wrap{
|
|
|
|
+ padding: 0.5rem;
|
|
|
|
+ }
|
|
|
|
+ @media screen and (min-width: 768px) {
|
|
|
|
+ width: calc(100% / 2 - #{$gutter1});
|
|
|
|
+ }
|
|
|
|
+ @media screen and (min-width: 992px) {
|
|
|
|
+ width: calc(100% / 2 - #{$gutter1});
|
|
|
|
+ }
|
|
|
|
+ @media screen and (min-width: 1200px) {
|
|
|
|
+ width: calc(100% / 2 - #{$gutter1});
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .__bibliographie{
|
|
|
|
+ .thumbnails{
|
|
|
|
+ background: transparent;
|
|
|
|
+ a{
|
|
|
|
+ & > div{
|
|
|
|
+ div, span, p{
|
|
|
|
+ display: inline;
|
|
|
|
+ background: white;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+// thumbnails participant
|
|
|
|
+.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;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
// @media screen and (min-width: 992px) {
|
|
// @media screen and (min-width: 992px) {
|
|
// .programme{
|
|
// .programme{
|
|
// .row{
|
|
// .row{
|
|
@@ -193,36 +279,7 @@ header{
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
//
|
|
//
|
|
-// .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{
|
|
// article{
|
|
// .__publications{
|
|
// .__publications{
|
|
// & > div{
|
|
// & > div{
|