|
@@ -28,7 +28,7 @@ header{
|
|
|
}
|
|
|
}
|
|
|
#block-renderedsitesettingsblock-2{
|
|
|
- width: auto;
|
|
|
+ width: 35%;
|
|
|
border-left: 1px solid $color1;
|
|
|
padding: 0;
|
|
|
display: none;
|
|
@@ -38,36 +38,45 @@ header{
|
|
|
.site_setting_entity{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: flex-start;
|
|
|
padding: 0 1rem 0 0rem;
|
|
|
h1{
|
|
|
- max-width: 100%;
|
|
|
+ width: 100%;
|
|
|
color: $color2;
|
|
|
padding-right: 1rem;
|
|
|
text-transform: uppercase;
|
|
|
text-align: right;
|
|
|
align-self: stretch;
|
|
|
margin: auto 0;
|
|
|
- width: 100%;
|
|
|
-
|
|
|
}
|
|
|
.__info_colloque{
|
|
|
- width: 100%;
|
|
|
- align-self: stretch;
|
|
|
- margin: auto 0;
|
|
|
- height: 7vw;
|
|
|
+ width: 50%;
|
|
|
height: auto;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ // justify-content: space-between;
|
|
|
&>div{
|
|
|
+ height: auto;
|
|
|
&:first-child{
|
|
|
+ color: $color1;
|
|
|
white-space: nowrap;
|
|
|
border-bottom: 2px solid $color1;
|
|
|
+ padding-bottom: 0.4rem;
|
|
|
+ margin-bottom: 0.6rem;
|
|
|
+ }
|
|
|
+ &:last-child{
|
|
|
+ p{
|
|
|
+ color: $color2;
|
|
|
+ padding-right: 10px;
|
|
|
+ // width: min-content;
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
#block-mainnavigation{
|
|
|
- // max-width: max-content;
|
|
|
width: max-content;
|
|
|
.burger{
|
|
|
padding-top: 0.25rem;
|