 .page-template-evenement {
    /* background-color:red; */
}

.page-template-evenement .event-block {
    width: 250px;
    height: 150px;
    /*border: 1px solid lightseagreen;*/
    background-color: #3b3b3b;
    margin: 10px 5px;
    padding: 3px 10px;
    text-align: center;
    padding-top: 30px;
}

.page-template-evenement .event-block > span {
    display: block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;

}
.page-template-evenement .event-block a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #167CB9;
    color: #FFF;
    text-decoration: none;
    border: none;
    box-shadow: none;
    position: relative;
    padding: 13px 18px 15px 29px;
    margin-bottom: 8px;

}

.page-template-evenement .button_ev,
.ev_cta a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #167CB9;
    color: #FFF;
    text-decoration: none;
    border: none;
    box-shadow: none;
    position: relative;
    padding: 13px 18px 15px 29px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Century Gothic","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.page-template-evenement .button_ev:focus{
    background: #cad4e8;
}

.page-template-evenement #last-events .button{
    color: #red;
}

.page-template-evenement .button_ev:hover,
.ev_cta a:hover{
    background: #cad4e8;
}

.page-template-evenement .button_ev.ev_cta a{
    color:#fff;
}

.page-template-evenement .button_ev:before,
.ev_cta a:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 12px;
    height: 15px;
    width: 11px;

}


.page-template-evenement .padding-a{padding-top: 20px;}

.page-template-evenement .div-prog {
    border: 15px solid #FFF;
    background: #f7f7f7;
    font-size: 16px;
    min-height: 100px;
    padding: 2%;
    color: #3b3b3b;
    font-size: 22px;
}


.page-template-evenement .div-prog a{
    color:#6e8fc7;
    text-decoration:none !important;
}
.page-template-evenement .button_ev a{
    color: #fff;
}


.page-template-evenement li:before {
    border-radius: 20px;
}

.page-template-evenement ul{

    /* list-style-image: url(fleche-bleue_Plan_de_travail_1);*/
}

.page-template-evenement a{
    text-decoration: none;
}





@media (min-width: 1058px) and (max-width: 1159px) {
	.page-template-evenement .list-events{
        display: flex;
		padding-left: 1% !important;
    }
}



@media (min-width: 1058px) and (max-width: 1162px) {
	.page-template-evenement .list-events{
        display: flex;
		padding-left: 5% !important;
    }
}


@media (min-width: 767px) and (max-width: 1052px) {
	 .page-template-evenement .list-events{
        display: flex;
        flex-direction: column !important;
		padding-left: 28% !important;
    }

	.page-template-evenement #hexagone:after {
		
    border-top: 66.6px solid #3b3b3b !important;
}


}
@media (max-width: 579px) {
    .page-template-evenement .list-events{
        display: flex;
        flex-direction: column !important;
        margin-left: -62px !important;
        
    }
	
	.page-template-evenement #hexagone:after {
		
		border-top: 66.6px solid #3b3b3b !important;
	}

}


@media(max-width:767px){
    .page-template-evenement .list-events{
        display: flex;
        flex-direction: column !important;
		
    }
	
	.page-template-evenement #hexagone:after {
		
		border-top: 66.6px solid #3b3b3b !important;
	}

	
    .page-template-evenement .event-mobile{
        display: flex;
        flex-direction: column !important;
        text-align: -webkit-center;
    }

    .page-template-evenement .h3-prog{
        text-align: center;
    }


    .page-template-evenement  .div-prog{
        margin: 0 auto;
        width: 37%;

    }
    .page-template-evenement .div1-prog{
        flex-direction: column;
        margin: 0 auto;
    }
    .page-template-evenement  .last-event{
        margin: 0 auto;
    }

    .page-template-evenement .list-events{
        display: flex;
        flex-direction: column !important;
    }

}




/*HEXAGONE*/

/*.page-template-evenement #hexagone {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #3b3b3b;
    margin: 86.60px 35px;

}*/


.page-template-evenement #hexagone {
    position: relative;
    width: 263px;
    height: 160.21px;
    background-color: #3b3b3b;
    margin: 86.60px 35px;

}



.page-template-evenement #hexagone:before,
.page-template-evenement #hexagone:after {
    content: "";
    position: absolute;
    width: 0;
   	border-left: 133px solid transparent;
    border-right: 130px solid transparent;
}

.page-template-evenement #hexagone:before {
    bottom: 100%;
    border-bottom: 86.60px solid #3b3b3b;
}

.page-template-evenement #hexagone:after {
    top: 100%;
    width: 0;
    border-top: 86.60px solid #3b3b3b;
}


/*HEXAGONE*/


.page-template-evenement .div_a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #167CB9;
    color: #FFF;
    text-decoration: none;
    border: none;
    box-shadow: none;
    position: relative;
    padding: 13px 18px 15px 29px;
    margin-bottom: 8px;

}

.page-template-evenement .list-events{
    display: flex;
	padding-left:17%;
}
