Compare commits
3 Commits
78e44cd2c1
...
e7db8a850e
| Author | SHA1 | Date | |
|---|---|---|---|
| e7db8a850e | |||
| bd7cae209c | |||
| a15b423749 |
@@ -4064,7 +4064,7 @@ body {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .node-type-projet:has(.laureat:not(:empty))::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: -0.1rem;
|
||||
left: -1rem;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
@@ -4233,7 +4233,7 @@ body {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.node-type-projet .layout-content .content_container {
|
||||
width: 95% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first {
|
||||
flex: 0 1 25%;
|
||||
@@ -4296,14 +4296,13 @@ body {
|
||||
height: 25px;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second {
|
||||
flex: 0 1 50% !important;
|
||||
flex: 0 1 45% !important;
|
||||
margin-top: 1rem;
|
||||
max-width: 50%;
|
||||
max-width: 45%;
|
||||
margin-left: 3rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second {
|
||||
position: relative;
|
||||
margin-right: 3rem;
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -4348,6 +4347,18 @@ body {
|
||||
font-size: 0.8em;
|
||||
font-family: "gilroy-bold";
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_equipe_photo {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_equipe_photo img {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: 16rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_equipe_presentation p {
|
||||
font-family: "gilroy-light";
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_parties_projet {
|
||||
margin-top: 2rem;
|
||||
width: 100%;
|
||||
@@ -4431,23 +4442,30 @@ body {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_infos) {
|
||||
order: 2;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_equipe_photo) {
|
||||
order: 3;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_equipe_presentation) {
|
||||
order: 4;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_parties_projet) {
|
||||
order: 5;
|
||||
order: 7;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_documents) {
|
||||
order: 3;
|
||||
order: 5;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_liens) {
|
||||
order: 4;
|
||||
order: 6;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--third {
|
||||
flex: 0 1 25%;
|
||||
flex: 0 1 20%;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third {
|
||||
position: fixed;
|
||||
width: 20% !important;
|
||||
width: 23% !important;
|
||||
margin-top: 2rem;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// max-width: 100vw;
|
||||
.content_container{
|
||||
|
||||
width: 95% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
.layout--threecol-25-50-25{
|
||||
@@ -94,14 +94,14 @@
|
||||
}
|
||||
|
||||
.layout__region--second{
|
||||
flex: 0 1 50% !important;
|
||||
flex: 0 1 45% !important;
|
||||
margin-top: 1rem;
|
||||
max-width: 50%;
|
||||
max-width: 45%;
|
||||
margin-left: 3rem;
|
||||
.block-region-second{
|
||||
// margin-left: 3rem;
|
||||
position: relative;
|
||||
margin-right: 3rem;
|
||||
// margin-right: 3rem;
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -148,6 +148,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.field_field_equipe_photo{
|
||||
padding-top: 2rem;
|
||||
img{
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: 16rem;
|
||||
}
|
||||
}
|
||||
.field_field_equipe_presentation p{
|
||||
font-family: "gilroy-light";
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
|
||||
.field_field_parties_projet{
|
||||
margin-top: 2rem;
|
||||
width: 100%;
|
||||
@@ -242,24 +255,31 @@
|
||||
div:has(.field_field_infos){
|
||||
order: 2;
|
||||
}
|
||||
div:has(.field_field_equipe_photo){
|
||||
order: 3;
|
||||
}
|
||||
div:has(.field_field_equipe_presentation){
|
||||
order: 4;
|
||||
}
|
||||
div:has(.field_field_parties_projet){
|
||||
order: 5;
|
||||
order: 7;
|
||||
}
|
||||
div:has(.field_field_documents){
|
||||
order: 3;
|
||||
order: 5;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
div:has(.field_field_liens){
|
||||
order: 4;
|
||||
order: 6;
|
||||
}
|
||||
}
|
||||
}
|
||||
.layout__region--third{
|
||||
flex: 0 1 25%;
|
||||
flex: 0 1 20%;
|
||||
.block-region-third{
|
||||
position:fixed;
|
||||
width: 20% !important;
|
||||
width: 23% !important;
|
||||
margin-top: 2rem;
|
||||
margin-left: 2rem;
|
||||
@media(max-width: 810px){
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -439,7 +439,7 @@
|
||||
content: "";
|
||||
position: absolute;
|
||||
// display: block;
|
||||
top: 0; // adapte la position selon ton visuel
|
||||
top: -0.1rem; // adapte la position selon ton visuel
|
||||
left: -1rem;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
|
||||
Reference in New Issue
Block a user