recup commit dev
This commit is contained in:
@ -254,10 +254,12 @@
|
||||
overflow: hidden;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
max-height: 250px;
|
||||
img{
|
||||
display: inline-block;
|
||||
height: 250px;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
.wrapper-content{
|
||||
@ -268,11 +270,16 @@
|
||||
padding: 20px 20px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.date{
|
||||
float: left;
|
||||
}
|
||||
.cat{
|
||||
margin-left: 3px;
|
||||
.wrapper-info{
|
||||
display: inline-flex;
|
||||
width: 100%;
|
||||
& > div{
|
||||
}
|
||||
.cat{
|
||||
margin:0 0 0 3px;
|
||||
height: inherit!important;
|
||||
width: auto!important;
|
||||
}
|
||||
}
|
||||
.readmore{
|
||||
float: right;
|
||||
@ -282,6 +289,7 @@
|
||||
.card-content{
|
||||
overflow: hidden;
|
||||
height: 7.7rem;
|
||||
|
||||
h2{
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
@ -354,117 +362,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.start#form{
|
||||
.entete{
|
||||
border-top: 1px solid $light-blue
|
||||
}
|
||||
h2{
|
||||
margin-top: 0;
|
||||
}
|
||||
.body-wrapper{
|
||||
width: 100%;
|
||||
min-width: 250px;
|
||||
margin: auto auto 140px auto;
|
||||
form{
|
||||
width: calc( (100% / 2));
|
||||
margin-top: 20px;
|
||||
margin: auto;
|
||||
& > div{
|
||||
width: 100%;
|
||||
margin: 20px 0;
|
||||
border-bottom: 1px solid $red;
|
||||
.form-data{
|
||||
@include inlineflex();
|
||||
margin: 20px 0px;
|
||||
&> div{
|
||||
overflow: hidden;
|
||||
margin: 10px 10px;
|
||||
min-width: 100px;
|
||||
border: 2px solid $red;
|
||||
border-radius: 30px;
|
||||
padding: 10px 20px;
|
||||
&.check{
|
||||
background: $red;
|
||||
color: white;
|
||||
}
|
||||
input{
|
||||
border: none;
|
||||
}
|
||||
input[type='radio'] {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
label{
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:nth-of-type(n+5):not(:nth-of-type(n+12)){
|
||||
width: 50%;
|
||||
float: left;
|
||||
border-bottom: 0px;
|
||||
.form-data{
|
||||
width: 100%;
|
||||
& > div{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:nth-of-type(11){
|
||||
border-bottom: 1px solid $red !important;
|
||||
width: 100%!important;
|
||||
.form-data {
|
||||
width: 50%!important;
|
||||
}
|
||||
}
|
||||
&.button-wrapper{
|
||||
background: $red;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
button{
|
||||
margin-right: 25%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
background: white;
|
||||
border-radius: 30px;
|
||||
padding: 10px 35px;
|
||||
box-shadow:none;
|
||||
border:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#send-valide{
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
background: $red;
|
||||
border-radius: 20px;
|
||||
position: fixed;
|
||||
width: 30%;
|
||||
min-height: 30%;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
padding: 50px;
|
||||
.toast{
|
||||
position: relative;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
.ok{
|
||||
color: white;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header-wrapper{
|
||||
.title{
|
||||
h2{
|
||||
@ -502,19 +399,21 @@
|
||||
// background-size: cover;
|
||||
height: auto;
|
||||
border-top: 10px solid $green;
|
||||
width: 100%;
|
||||
.entete_c{
|
||||
@include inlineflex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
margin: 50px auto;
|
||||
position: relative;
|
||||
|
||||
h1{
|
||||
width: auto;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
margin-bottom: 20px;
|
||||
background: $red;
|
||||
border-radius: 30px;
|
||||
width: auto;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
}
|
||||
@ -1079,6 +978,9 @@
|
||||
margin: 0 0 1.2rem 0;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
a{
|
||||
border-bottom: 1px solid $red;
|
||||
}
|
||||
h2{
|
||||
font-size: 1.2rem;
|
||||
font-family: $Bold;
|
||||
@ -1152,7 +1054,6 @@
|
||||
width: 100%;
|
||||
// height: 300px;
|
||||
.title{
|
||||
visibility: hidden;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
background: $red;
|
||||
@ -1174,7 +1075,7 @@
|
||||
margin-right: 20px;
|
||||
height: auto;
|
||||
p{
|
||||
padding: 20px 20px 20px 20px;
|
||||
padding: 20px 20px 20px 100px;
|
||||
color: black;
|
||||
text-align: left;
|
||||
strong{
|
||||
@ -1204,7 +1105,7 @@
|
||||
}
|
||||
|
||||
#devis{
|
||||
&.item, &.sublog, &.item-article{
|
||||
&.item, &.sublog, &.item-article, &.nos-offres ,&.nos-packs{
|
||||
background: $red;
|
||||
height: auto;
|
||||
padding: 20px 0;
|
||||
|
@ -552,7 +552,6 @@
|
||||
& > a{
|
||||
grid-template-columns: 100%!important;
|
||||
grid-column-gap: 0!important;
|
||||
grid-template-rows: 100%!important;
|
||||
.card-image{
|
||||
img{
|
||||
width: 100%!important;
|
||||
@ -731,7 +730,8 @@
|
||||
width: 100%!important;
|
||||
}
|
||||
|
||||
} .start:not(#form)#archive, .start:not(#form)#calendrier, .start:not(#form)#articles{
|
||||
}
|
||||
.start:not(#form)#archive, .start:not(#form)#calendrier, .start:not(#form)#articles{
|
||||
width: 90%!important;
|
||||
.cat {
|
||||
height: auto!important;
|
||||
@ -777,6 +777,30 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.start{
|
||||
&#form{
|
||||
.body-wrapper{
|
||||
form{
|
||||
.form-columns{
|
||||
.form-column {
|
||||
display: block;
|
||||
.form-data {
|
||||
width: 100%;
|
||||
& > div{
|
||||
width: 100%;
|
||||
label{
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
|
||||
width: 90%!important;
|
||||
|
@ -140,7 +140,7 @@ p{
|
||||
}
|
||||
|
||||
|
||||
#item, #item-article{
|
||||
#item, #item-article, #event{
|
||||
.title-wrapper{
|
||||
.back{
|
||||
font-family: $Bold;
|
||||
@ -179,17 +179,28 @@ p{
|
||||
font-family: $Bold;
|
||||
font-weight: normal;
|
||||
}
|
||||
ul{
|
||||
ul, ol{
|
||||
padding: 0;
|
||||
li{
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.5rem;
|
||||
&::before{
|
||||
content: " ";
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-radius: 10px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
background: $red;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#item, #item-article{
|
||||
#item, #item-article, #event{
|
||||
.content{
|
||||
.content_s{
|
||||
h2{
|
||||
|
Reference in New Issue
Block a user