test deploy
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
.gal{
|
||||
border-top: 1px solid $light-blue;
|
||||
margin-left: 15%;
|
||||
.content_gal{
|
||||
width: 2.2%!important;
|
||||
@@ -8,7 +6,8 @@
|
||||
.title_gal{
|
||||
opacity: 1;
|
||||
right: 70px;
|
||||
transition: all 1s ease;
|
||||
-webkit-transition: all 1s ease;
|
||||
transition: right 1s ease, opacity 1s ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -18,7 +17,7 @@
|
||||
max-width: 50%;
|
||||
background: $light-blue;
|
||||
padding: 25px;
|
||||
top: 450px;
|
||||
top: 20vw;
|
||||
color: $white;
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -30,11 +29,17 @@
|
||||
margin: 20px 0;
|
||||
.btn-group{
|
||||
@include inlineflex();
|
||||
margin-left: 15px;
|
||||
&:nth-of-type(1){
|
||||
label{
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
&:nth-of-type(2){
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
label{
|
||||
padding: 10px;
|
||||
margin-right: 20px;
|
||||
cursor: pointer;
|
||||
&.tous{
|
||||
border-top: 2px solid $green;
|
||||
@@ -82,22 +87,63 @@
|
||||
|
||||
.start{
|
||||
min-height: calc(100vh - 325px);
|
||||
&:not(#home){
|
||||
.entete{
|
||||
border-bottom: 10px solid $light-blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.start:not(#form){
|
||||
&#calendrier, &#archive{
|
||||
width: 70%;
|
||||
margin: auto;
|
||||
margin: 40px auto 40px auto;
|
||||
.header-wrapper{
|
||||
.title{
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
h1{
|
||||
width: auto;
|
||||
margin-bottom: 20px;
|
||||
background: $red;
|
||||
border-radius: 30px;
|
||||
padding: 10px 20px;
|
||||
color: white;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&#event{
|
||||
margin: 40px auto 40px auto;
|
||||
.title{
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
h1{
|
||||
width: auto;
|
||||
margin-bottom: 20px;
|
||||
background: $red;
|
||||
border-radius: 30px;
|
||||
padding: 10px 20px;
|
||||
color: white;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.body-wrapper{
|
||||
@include inlineflex();
|
||||
justify-content: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
.card{
|
||||
width: calc( (100% / 4) - 45px);
|
||||
width: calc( (100% / 4) - 7.5px);
|
||||
min-width: 200px;
|
||||
margin: 0 15px 30px 15px;
|
||||
margin: 0 0 10px 0 ;
|
||||
.card-header{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -129,8 +175,11 @@
|
||||
width: 45%;
|
||||
.card-content{
|
||||
@include inlineflex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
-ms-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
.reso{
|
||||
width: 20%;
|
||||
a{
|
||||
@@ -160,7 +209,7 @@
|
||||
.body-wrapper{
|
||||
width: 100%;
|
||||
min-width: 250px;
|
||||
margin: auto auto 100px auto;
|
||||
margin: auto auto 140px auto;
|
||||
form{
|
||||
width: calc( (100% / 2));
|
||||
margin-top: 20px;
|
||||
@@ -207,26 +256,30 @@
|
||||
}
|
||||
&.button-wrapper{
|
||||
background: $red;
|
||||
height: 60px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
button{
|
||||
margin-right: 20px;
|
||||
margin-right: 25%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
background: white;
|
||||
border-radius: 30px;
|
||||
padding: 10px 35px;
|
||||
box-shadow:none;
|
||||
-webkit-box-shadow:none;
|
||||
box-shadow:none;
|
||||
border:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#send-valide{
|
||||
transform: translate(-50%, -50%);
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
background: $red;
|
||||
border-radius: 20px;
|
||||
position: fixed;
|
||||
@@ -286,13 +339,15 @@
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
height: auto;
|
||||
border-top: 10px solid $green;
|
||||
.entete_c{
|
||||
@include inlineflex;
|
||||
text-align: center;
|
||||
width: 66%;
|
||||
margin: 50px auto;
|
||||
position: relative;
|
||||
h2{
|
||||
|
||||
h1{
|
||||
width: auto;
|
||||
margin-bottom: 20px;
|
||||
background: $red;
|
||||
@@ -300,7 +355,6 @@
|
||||
width: auto;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -336,7 +390,8 @@
|
||||
}
|
||||
.reso{
|
||||
@include inlineflex;
|
||||
flex-wrap: nowrap;
|
||||
-ms-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
width: 50px;
|
||||
height: 25px;
|
||||
}
|
||||
@@ -383,12 +438,14 @@
|
||||
float: left;
|
||||
border: 2px solid $red;
|
||||
border-radius: 30px;
|
||||
-webkit-transition: background-color 0.3s ease;
|
||||
transition: background-color 0.3s ease;
|
||||
a{
|
||||
color: black;
|
||||
}
|
||||
&:hover{
|
||||
background-color: $red;
|
||||
-webkit-transition: background-color 0.3s ease;
|
||||
transition: background-color 0.3s ease;
|
||||
a{
|
||||
color: white;
|
||||
@@ -427,7 +484,8 @@
|
||||
input{
|
||||
border-radius: 30px;
|
||||
height: 31px;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
.clear{
|
||||
@@ -455,7 +513,8 @@
|
||||
height: 50px;
|
||||
top: -20px;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
-webkit-transform: translate(-50%);
|
||||
transform: translate(-50%);
|
||||
}
|
||||
&:nth-of-type(n+4){
|
||||
width: calc(100% / 4);
|
||||
@@ -471,6 +530,7 @@
|
||||
border: 2px solid $green;
|
||||
border-radius: 30px;
|
||||
margin: auto;
|
||||
-webkit-transition: background-color 0.3s ease;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
}
|
||||
@@ -481,9 +541,9 @@
|
||||
#item{
|
||||
.content{
|
||||
@include inlineflex;
|
||||
flex-wrap: nowrap;
|
||||
.images_s{
|
||||
width: 100%;
|
||||
// width: calc(100% / 2 - 15px);
|
||||
width: 40%;
|
||||
min-width: 300px;
|
||||
margin-right: 15px;
|
||||
img{
|
||||
@@ -491,18 +551,39 @@
|
||||
}
|
||||
}
|
||||
.content_s{
|
||||
width: auto;
|
||||
width: calc(60% - 30px);
|
||||
|
||||
}
|
||||
.icones{
|
||||
margin: 70px 0;
|
||||
@include inlineflex;
|
||||
-ms-flex-pack: distribute;
|
||||
justify-content: space-around;
|
||||
width: 100%;
|
||||
.icon{
|
||||
height: 50px;
|
||||
width: auto;
|
||||
max-width: 200px;
|
||||
img{
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
}
|
||||
p{
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#devis{
|
||||
@include inlineflex();
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
@@ -514,18 +595,20 @@
|
||||
height: 200px;
|
||||
background: $red;
|
||||
border-radius: 200px;
|
||||
transform: translateX(80px);
|
||||
-webkit-transform: translateX(80px);
|
||||
transform: translateX(80px);
|
||||
h4{
|
||||
text-align: center;
|
||||
color: white;
|
||||
margin: 50% 10px 0 10px;
|
||||
transform: translateY(-50%);
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
.txt{
|
||||
@include inlineflex();
|
||||
background: white;
|
||||
width: 35%;
|
||||
width: 25%;
|
||||
margin-right: 20px;
|
||||
height: 250px;
|
||||
p{
|
||||
@@ -539,7 +622,8 @@
|
||||
}
|
||||
.demander-votre-devis{
|
||||
margin-top: 0;
|
||||
transform: translateX(-100px);
|
||||
-webkit-transform: translateX(-200px);
|
||||
transform: translateX(-200px);
|
||||
}
|
||||
.img{
|
||||
width: 400px;
|
||||
@@ -550,33 +634,51 @@
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
&.item{
|
||||
}
|
||||
|
||||
#devis{
|
||||
&.item, &.sublog{
|
||||
background: $red;
|
||||
height: auto;
|
||||
padding: 20px 0;
|
||||
a{
|
||||
color: white;
|
||||
.title{
|
||||
border-radius: 0;
|
||||
padding: 20px;
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
transform: translateX(0);
|
||||
a{
|
||||
color: white;
|
||||
vertical-align: baseline;
|
||||
border-radius: 30px;
|
||||
border: 1px solid white;
|
||||
padding: 5px 20px;
|
||||
height: 35px;
|
||||
width: auto;
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
&:hover{
|
||||
color: black;
|
||||
.title{
|
||||
background: white;
|
||||
-webkit-transition: background 0.3s ease;
|
||||
transition: background 0.3s ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bx-viewport{
|
||||
height: 600px!important;
|
||||
}
|
||||
// .bx-viewport{
|
||||
// height: 30vw!important;
|
||||
// }
|
||||
|
||||
#reco{
|
||||
background: $dark-blue;
|
||||
.title{
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
h5{
|
||||
h2{
|
||||
width: auto;
|
||||
margin: auto;
|
||||
color: white;
|
||||
@@ -586,6 +688,8 @@
|
||||
border-bottom: 1px solid white;
|
||||
font-size: 1rem;
|
||||
&::after{
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
margin-left: 10px;
|
||||
content: " ";
|
||||
@@ -598,7 +702,8 @@
|
||||
}
|
||||
&.open{
|
||||
h5:after{
|
||||
transform: rotate(180deg);
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -608,8 +713,11 @@
|
||||
width: 100%;
|
||||
padding-top: 20px;
|
||||
@include inlineflex;
|
||||
justify-content: center;
|
||||
transform: translateY(-100%);
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-transform: translateY(-100%);
|
||||
transform: translateY(-100%);
|
||||
p{
|
||||
color: white;
|
||||
width: 300px;
|
||||
@@ -671,7 +779,10 @@
|
||||
}
|
||||
.card-header{
|
||||
@include inlineflex;
|
||||
flex-direction: column;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
&.professionnels{
|
||||
background-color: $red;
|
||||
@@ -767,3 +878,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#default{
|
||||
.header-wrapper{
|
||||
width: 45%;
|
||||
margin-top: 50px;
|
||||
margin: auto;
|
||||
}
|
||||
.body-wrapper{
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.title{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
.txt{
|
||||
margin:auto;
|
||||
}
|
||||
p{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user