/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 5, 2020, 3:34:34 PM
    Author     : dcollet
*/


.event-date {


    position:absolute;
    top : 30px;
    right: 20px;


    background-color:white;
    width:70px;
    height:70px;


    border-radius: 35px;


}


.event-date-text {
    position:absolute;
    top: 50%;
    left:50%;
    margin-left:-16px;
    margin-top:-22px;
}

.panel-body {
    min-height:60px;
}


.event-image {

    width:100%;
    height: auto;
    z-index:-1;
    /* margin:auto; */
    /* display: block; */

}


.image-container {
    position: relative;
}

.event-type-resautage {
    position: absolute;
    bottom: -14px;
    left: 0px;
    font-size: 15px;
    vertical-align: top;
    
   
    width:150px;
    height: 28px;
        
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    

    background-color:gray;
    color:white;
    
    border: 2px solid rgb(245,69,86);

    /*
    border-color: white;
    border-style: solid;
    border-width: 1px;
    */
}

.event-type-atelier {
    position: absolute;
    bottom: -14px;
    left: 0px;
    font-size: 15px;
    vertical-align: top;
    
   
    width:150px;
    height: 28px;
        
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    

    background-color:red;
    color:white;
    
    border: 2px solid rgb(245,69,86);

    /*
    border-color: white;
    border-style: solid;
    border-width: 1px;
    */
}

.event-type {
    position: absolute;
    bottom: -14px;
    left: 0px;
    font-size: 15px;
    vertical-align: top;
    
   
    width:150px;
    height: 28px;
        
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    
    border: 2px solid rgb(245,69,86);

}




.Networking:after {
    content:'Networking';
    vertical-align: top;
}

.Networking {
   
    
    background-color:gray;
    color:white;
    
}

.breakfest:after {
    content:'Solutions';
    color:white;
    font-size: 15px;
}

.breakfest {
   
    

    background-color:blue;
    color:black;
    
   
    
}


.jobdating:after {
    content:'Café-Tremplin';
    color:black;
    font-size: 15px;
}

.jobdating {
    

    background-color:yellow;
    color:black;
    
    
    
}



.hackathon:after {
    content:'Hackathon';
    color:white;
    font-size: 15px;
}

.hackathon {
    

    background-color:green;
    color:black;
    
    
    
}


.atelier:after {
    content:'Atelier';
    color:white;
    font-size: 15px;
}

.atelier {
    

    background-color:red;
    color:black;
    
    
    
}

.event-register {
    
    float:right;
    margin-right:10px;
    
}


h4 {
    margin-top:20px;
}


.margin {
    margin-top:35px;
}