This commit is contained in:
2019-06-04 16:51:57 +02:00
parent ee4865107c
commit 57562dd207
7 changed files with 62 additions and 12 deletions

View File

@ -72,6 +72,30 @@
width: 100%;
max-height: 554px;
overflow: hidden;
display: flex;
background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
.title_gal{
position: absolute;
right: 25%;
max-width: 50%;
background: $light-blue;
padding: 25px;
top: 27vw;
color: $white;
p{
font-family: now_alt_bold;
font-size: 1.2rem;
font-weight: 400;
line-height: 2.2rem;
}
}
img{
width: 70%;
margin: auto;
}
}
.container{
@ -347,7 +371,7 @@
.entete_c{
@include inlineflex;
text-align: center;
width: 66%;
width: 70%;
margin: 50px auto;
position: relative;
@ -705,7 +729,7 @@
}
}
&.open{
h5:after{
h2:after{
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
@ -911,7 +935,7 @@
position: absolute;
left: 50%;
top: 300px;
width: 30%;
width: 40%;
background: white;
& > p{
padding-left: 10px;