2019-05-09 00:26:27 +02:00
|
|
|
|
2019-04-05 00:19:26 +02:00
|
|
|
.gal{
|
2019-05-09 00:26:27 +02:00
|
|
|
// width: 100%;
|
|
|
|
// max-height:554px;
|
|
|
|
// overflow-y: hidden;
|
|
|
|
// position: relative;
|
2019-05-01 19:59:32 +02:00
|
|
|
border-top: 1px solid $light-blue;
|
2019-05-09 00:26:27 +02:00
|
|
|
// .slidesjs-navigation{
|
|
|
|
// z-index: 999;
|
|
|
|
// position: absolute;
|
|
|
|
// top: 50%;
|
|
|
|
// transform: translateY(-50%);
|
|
|
|
// &.slidesjs-previous{
|
|
|
|
// left: 10px;
|
|
|
|
// &:before{
|
|
|
|
// display: block;
|
|
|
|
// content: " ";
|
|
|
|
// width: 30px;
|
|
|
|
// height: 50px;
|
|
|
|
// background-image: url('/user/themes/lecampus/images/arrow.svg');
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
// background-size: 30px 50px;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// &.slidesjs-next{
|
|
|
|
// right: 10px;
|
|
|
|
// &:before{
|
|
|
|
// display: block;
|
|
|
|
// content: " ";
|
|
|
|
// width: 30px;
|
|
|
|
// height: 50px;
|
|
|
|
// background-image: url('/user/themes/lecampus/images/arrow.svg');
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
// background-size: 30px 50px;
|
|
|
|
// transform: rotate(180deg);
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
2019-04-09 18:05:36 +02:00
|
|
|
.title{
|
|
|
|
position: absolute;
|
|
|
|
right: 50px;
|
|
|
|
width: 33%;
|
2019-05-01 19:59:32 +02:00
|
|
|
background: $light-blue;
|
2019-04-09 18:05:36 +02:00
|
|
|
padding: 40px;
|
2019-05-01 19:59:32 +02:00
|
|
|
top: 350px;
|
|
|
|
color: $white;
|
2019-04-09 18:05:36 +02:00
|
|
|
}
|
2019-04-05 00:19:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.cat{
|
|
|
|
height: 50px;
|
2019-04-08 18:00:38 +02:00
|
|
|
z-index: 999;
|
|
|
|
margin: 20px 0;
|
2019-05-01 19:59:32 +02:00
|
|
|
.btn-group{
|
2019-04-08 18:00:38 +02:00
|
|
|
@include inlineflex();
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
2019-05-01 19:59:32 +02:00
|
|
|
label{
|
2019-04-05 00:19:26 +02:00
|
|
|
padding: 10px;
|
2019-04-08 18:00:38 +02:00
|
|
|
margin-right: 20px;
|
2019-05-09 00:26:27 +02:00
|
|
|
cursor: pointer;
|
|
|
|
&.tous{
|
|
|
|
border-top: 2px solid $green;
|
|
|
|
border-bottom: 2px solid $green;
|
|
|
|
}
|
|
|
|
&.professionnels{
|
|
|
|
border-top: 2px solid $red;
|
|
|
|
border-bottom: 2px solid $red;
|
|
|
|
}
|
|
|
|
&.grand_public{
|
|
|
|
border-top: 2px solid $light-blue;
|
|
|
|
border-bottom: 2px solid $light-blue;
|
|
|
|
}
|
|
|
|
&.formations{
|
|
|
|
border-top: 2px solid $grey;
|
|
|
|
border-bottom: 2px solid $grey;
|
|
|
|
}
|
|
|
|
&.archive{
|
|
|
|
border-top: 2px solid $dark-blue;
|
|
|
|
border-bottom: 2px solid $dark-blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
input{
|
|
|
|
visibility: hidden;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bandeau{
|
|
|
|
width: 100%;
|
|
|
|
max-height: 554px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container{
|
|
|
|
& > .title{
|
|
|
|
background: $red;
|
|
|
|
border-radius: 30px;
|
|
|
|
width: auto;
|
|
|
|
float:left;
|
|
|
|
padding: 10px 20px;
|
|
|
|
color: white;
|
2019-04-05 00:19:26 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-04-08 18:00:38 +02:00
|
|
|
.start:not(#form){
|
2019-05-09 00:26:27 +02:00
|
|
|
&#calendrier, &#archive{
|
|
|
|
width: 70%;
|
|
|
|
min-height: calc(100vh - 325px);
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.body-wrapper{
|
2019-04-08 18:00:38 +02:00
|
|
|
@include inlineflex();
|
2019-05-09 00:26:27 +02:00
|
|
|
justify-content: center;
|
2019-04-08 18:00:38 +02:00
|
|
|
width: 100%;
|
2019-05-09 00:26:27 +02:00
|
|
|
position: relative;
|
2019-04-08 18:00:38 +02:00
|
|
|
.card{
|
|
|
|
width: calc( (100% / 4) - 45px);
|
2019-05-09 00:26:27 +02:00
|
|
|
min-width: 200px;
|
2019-04-08 18:00:38 +02:00
|
|
|
margin: 0 15px 30px 15px;
|
|
|
|
.card-header{
|
|
|
|
position: absolute;
|
2019-05-09 00:26:27 +02:00
|
|
|
width: 100%;
|
2019-04-08 18:00:38 +02:00
|
|
|
right: 0;
|
|
|
|
text-align: right;
|
2019-05-09 00:26:27 +02:00
|
|
|
.professionnels{
|
|
|
|
background-color: $red;
|
|
|
|
}
|
|
|
|
.grand_public{
|
|
|
|
background-color: $light-blue;
|
|
|
|
}
|
|
|
|
.formations{
|
|
|
|
background-color: $grey;
|
|
|
|
}
|
2019-04-08 18:00:38 +02:00
|
|
|
.publics{
|
2019-05-09 00:26:27 +02:00
|
|
|
padding: 2.5px 10px;
|
2019-05-01 19:59:32 +02:00
|
|
|
color: white;
|
2019-04-08 18:00:38 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.card-body{
|
|
|
|
padding: 15px;
|
2019-05-09 00:26:27 +02:00
|
|
|
background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.event{
|
|
|
|
width: 45%;
|
|
|
|
.card-content{
|
|
|
|
@include inlineflex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
.reso{
|
|
|
|
width: 20%;
|
|
|
|
a{
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
img{
|
|
|
|
margin-left: 10px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.txt{
|
|
|
|
width: 80%;
|
2019-04-05 00:19:26 +02:00
|
|
|
}
|
2019-04-03 15:29:46 +02:00
|
|
|
}
|
2019-04-02 19:54:29 +02:00
|
|
|
}
|
2019-04-08 18:00:38 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.start#form{
|
2019-05-09 00:26:27 +02:00
|
|
|
.body-wrapper{
|
2019-04-08 18:00:38 +02:00
|
|
|
width: calc( (100% / 2));
|
|
|
|
min-width: 250px;
|
|
|
|
margin: 100px auto;
|
|
|
|
form{
|
2019-05-09 00:26:27 +02:00
|
|
|
width: 100%;
|
2019-04-08 18:00:38 +02:00
|
|
|
margin-top: 20px;
|
|
|
|
& > div{
|
2019-05-09 00:26:27 +02:00
|
|
|
width: 100%;
|
2019-04-08 18:00:38 +02:00
|
|
|
margin: 20px 0;
|
2019-05-09 00:26:27 +02:00
|
|
|
border-bottom: 1px solid $red;
|
|
|
|
.form-data{
|
|
|
|
@include inlineflex();
|
|
|
|
margin: 20px 0px;
|
|
|
|
&> div{
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
2019-04-08 18:00:38 +02:00
|
|
|
}
|
2019-05-09 00:26:27 +02:00
|
|
|
&:nth-of-type(n+5):not(:nth-of-type(n+11)){
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
border-bottom: 0px;
|
|
|
|
.form-data{
|
|
|
|
width: 100%;
|
|
|
|
& > div{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2019-04-08 18:00:38 +02:00
|
|
|
}
|
2019-05-09 00:26:27 +02:00
|
|
|
&:nth-of-type(9), &:nth-of-type(10){
|
|
|
|
border-bottom: 1px solid $red !important;
|
|
|
|
}
|
|
|
|
&.button-wrapper{
|
|
|
|
background: $red;
|
|
|
|
height: 60px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2019-04-08 18:00:38 +02:00
|
|
|
width: 100%;
|
2019-05-09 00:26:27 +02:00
|
|
|
button{
|
|
|
|
margin-right: 20px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
background: white;
|
|
|
|
border-radius: 30px;
|
|
|
|
padding: 10px 35px;
|
|
|
|
box-shadow:none;
|
|
|
|
}
|
2019-04-08 18:00:38 +02:00
|
|
|
}
|
2019-04-03 15:29:46 +02:00
|
|
|
}
|
2019-04-02 19:54:29 +02:00
|
|
|
}
|
2019-05-09 00:26:27 +02:00
|
|
|
#send-valide{
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
background: $red;
|
|
|
|
border-radius: 20px;
|
|
|
|
position: fixed;
|
|
|
|
width: 30%;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
2019-04-02 19:54:29 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-01 19:59:32 +02:00
|
|
|
.content{
|
|
|
|
width: 50%;
|
2019-05-09 00:26:27 +02:00
|
|
|
margin: 4rem auto;
|
2019-04-03 15:29:46 +02:00
|
|
|
p{
|
|
|
|
margin: 10px 0;
|
2019-04-02 19:54:29 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-04-09 18:05:36 +02:00
|
|
|
.content_s{
|
|
|
|
margin: auto!important;
|
|
|
|
}
|
|
|
|
|
2019-05-01 19:59:32 +02:00
|
|
|
.entete{
|
2019-05-09 00:26:27 +02:00
|
|
|
@include inlineflex;
|
|
|
|
padding: 20px;
|
2019-05-01 19:59:32 +02:00
|
|
|
background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
height: auto;
|
|
|
|
.entete_c{
|
2019-05-09 00:26:27 +02:00
|
|
|
@include inlineflex;
|
|
|
|
text-align: center;
|
2019-05-01 19:59:32 +02:00
|
|
|
width: 66%;
|
|
|
|
margin: 50px auto;
|
|
|
|
position: relative;
|
|
|
|
h2{
|
|
|
|
width: auto;
|
2019-05-09 00:26:27 +02:00
|
|
|
margin-bottom: 20px;
|
2019-05-01 19:59:32 +02:00
|
|
|
background: $red;
|
|
|
|
border-radius: 30px;
|
|
|
|
width: auto;
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
|
2019-04-05 00:19:26 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-09 00:26:27 +02:00
|
|
|
.body-wrapper{
|
|
|
|
.entete{
|
|
|
|
border-top: 10px solid $green;
|
|
|
|
border-bottom: 10px solid $light-blue;
|
|
|
|
}
|
2019-05-01 19:59:32 +02:00
|
|
|
h3{
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.content{
|
|
|
|
h4{
|
|
|
|
&:not(:first-of-type){
|
|
|
|
border-top: 1px solid black;
|
|
|
|
padding-top: 30px;
|
2019-05-09 00:26:27 +02:00
|
|
|
margin: 30px 0 0 0;
|
2019-05-01 19:59:32 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-04-08 18:00:38 +02:00
|
|
|
.sub-content{
|
|
|
|
border-top: 1px solid black;
|
|
|
|
margin-bottom: 20px;
|
2019-04-05 00:19:26 +02:00
|
|
|
margin-top: 20px;
|
2019-04-09 18:05:36 +02:00
|
|
|
& > img{
|
|
|
|
width: 33%;
|
|
|
|
float: left;
|
|
|
|
margin: 20px 10px 0px 0px;
|
|
|
|
}
|
2019-04-08 18:00:38 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#event{
|
|
|
|
.content{
|
|
|
|
margin-top: 50px;
|
|
|
|
h2{
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
.reso{
|
|
|
|
@include inlineflex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
width: 50px;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sidebar{
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-04-03 15:29:46 +02:00
|
|
|
.sidebar{
|
2019-05-09 00:26:27 +02:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
width: 250px;
|
|
|
|
margin: -55px auto 0 20px;
|
2019-05-01 19:59:32 +02:00
|
|
|
h2{
|
|
|
|
background: $red;
|
|
|
|
border-radius: 100px;
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
2019-04-03 15:29:46 +02:00
|
|
|
.side-agenda{
|
2019-05-09 00:26:27 +02:00
|
|
|
padding: 10px 20px 10px 0;
|
2019-05-01 19:59:32 +02:00
|
|
|
&:not(:nth-of-type(1)){
|
|
|
|
border-top: 1px solid $light-blue;
|
|
|
|
&::before{
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
width: 5px;
|
|
|
|
height: 5px;
|
|
|
|
margin-top: -13px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: $light-blue;
|
|
|
|
}
|
|
|
|
}
|
2019-04-03 15:29:46 +02:00
|
|
|
&:nth-of-type(3){
|
|
|
|
margin-bottom: 10px;
|
2019-04-02 19:54:29 +02:00
|
|
|
}
|
|
|
|
}
|
2019-04-03 15:29:46 +02:00
|
|
|
.side-all-agenda{
|
|
|
|
width: auto;
|
2019-05-09 00:26:27 +02:00
|
|
|
padding: 10px 20px;
|
2019-04-03 15:29:46 +02:00
|
|
|
margin-bottom: 10px;
|
2019-05-01 19:59:32 +02:00
|
|
|
float: left;
|
|
|
|
border: 2px solid $red;
|
|
|
|
border-radius: 30px;
|
2019-05-09 00:26:27 +02:00
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
a{
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
&:hover{
|
|
|
|
background-color: $red;
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
a{
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
2019-04-03 15:29:46 +02:00
|
|
|
}
|
2019-05-09 00:26:27 +02:00
|
|
|
|
2019-04-03 15:29:46 +02:00
|
|
|
}
|
2019-04-05 00:19:26 +02:00
|
|
|
|
2019-05-01 19:59:32 +02:00
|
|
|
.side-newsletter{
|
|
|
|
padding: 20px;
|
|
|
|
background: $light-blue;
|
|
|
|
#mc_embed_signup{
|
|
|
|
width: 600px;
|
|
|
|
margin: auto;
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
border-radius: 100px;
|
|
|
|
border: 1px solid $white;
|
|
|
|
form{
|
|
|
|
@include inlineflex();
|
|
|
|
width: 100%;
|
|
|
|
#mc_embed_signup_scroll{
|
|
|
|
@include inlineflex();
|
|
|
|
width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
label{
|
|
|
|
text-align: center;
|
|
|
|
color: $white;
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
&>input{
|
|
|
|
width: 315px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
input{
|
|
|
|
border-radius: 30px;
|
2019-05-09 00:26:27 +02:00
|
|
|
height: 31px;
|
2019-05-01 19:59:32 +02:00
|
|
|
box-shadow: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.clear{
|
|
|
|
input{
|
|
|
|
background: $white;
|
|
|
|
margin-left: -30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-04-05 00:19:26 +02:00
|
|
|
}
|
2019-05-09 00:26:27 +02:00
|
|
|
|
|
|
|
#home{
|
|
|
|
.content{
|
|
|
|
@include inlineflex();
|
|
|
|
& > p{
|
|
|
|
position: relative;
|
|
|
|
width: calc(100% / 3);
|
|
|
|
padding: 50px 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
img{
|
|
|
|
position: absolute;
|
|
|
|
width: auto;
|
|
|
|
height: 50px;
|
|
|
|
top: -20px;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%);
|
|
|
|
}
|
|
|
|
&:nth-of-type(n+4){
|
|
|
|
width: calc(100% / 4);
|
|
|
|
}
|
|
|
|
&:last-child{
|
|
|
|
width: auto!important;
|
|
|
|
margin-top: 0!important;
|
|
|
|
margin: auto;
|
|
|
|
a{
|
|
|
|
display: block;
|
|
|
|
padding: 10px 20px;
|
|
|
|
text-align: center;
|
|
|
|
border: 2px solid $green;
|
|
|
|
border-radius: 30px;
|
|
|
|
margin: auto;
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#item{
|
|
|
|
.content{
|
|
|
|
@include inlineflex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
.images_s{
|
|
|
|
width: 100%;
|
|
|
|
min-width: 300px;
|
|
|
|
margin-right: 15px;
|
|
|
|
img{
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.content_s{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.devis{
|
|
|
|
@include inlineflex();
|
|
|
|
justify-content: center;
|
|
|
|
background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.txt{
|
|
|
|
@include inlineflex();
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
&:nth-of-type(1){
|
|
|
|
width: 200px;
|
|
|
|
height: auto;
|
|
|
|
transform: translateY(50%);
|
|
|
|
&::after {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
background: $red;
|
|
|
|
border-radius: 200px;
|
|
|
|
margin-top: -65%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:nth-of-type(2){
|
|
|
|
width: 400px;
|
|
|
|
background: white;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#demander-votre-devis{
|
|
|
|
position: relative;
|
|
|
|
a{
|
|
|
|
display: block;
|
|
|
|
margin-left: -100px;
|
|
|
|
background: $red;
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
h3{
|
|
|
|
padding-top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
&::after{
|
|
|
|
display: block;
|
|
|
|
content: ">";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bx-viewport{
|
|
|
|
height: 600px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reco{
|
|
|
|
background: $dark-blue;
|
|
|
|
.title{
|
|
|
|
cursor: pointer;
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
h4{
|
|
|
|
width: 300px;
|
|
|
|
margin: auto;
|
|
|
|
color: white;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
border-top: 1px solid white;
|
|
|
|
border-bottom: 1px solid white;
|
|
|
|
&::after{
|
|
|
|
display: block;
|
|
|
|
content: ">";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.txt{
|
|
|
|
z-index: -1;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
@include inlineflex;
|
|
|
|
justify-content: center;
|
|
|
|
p{
|
|
|
|
color: white;
|
|
|
|
width: 300px;
|
|
|
|
margin: 0 20px 20px 20px;
|
|
|
|
border-left: 1px solid white;
|
|
|
|
padding-left: 20px;
|
|
|
|
a{
|
|
|
|
color: white;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content_s{
|
|
|
|
&.map{
|
|
|
|
width: 100%!important;
|
|
|
|
height: auto;
|
|
|
|
p{
|
|
|
|
&:last-child{
|
|
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a#carte{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#event{
|
|
|
|
.head-event{
|
|
|
|
.tags{
|
|
|
|
width: 100%;
|
|
|
|
&.professionnels{
|
|
|
|
background-color: $red;
|
|
|
|
}
|
|
|
|
&.grand_public{
|
|
|
|
background-color: $light-blue;
|
|
|
|
}
|
|
|
|
&.formations{
|
|
|
|
background-color: $grey;
|
|
|
|
}
|
|
|
|
&.publics{
|
|
|
|
padding: 2.5px 10px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.card-body{
|
|
|
|
padding: 15px;
|
|
|
|
background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
}
|