/*
Theme Name: Careerfy Child
Theme URI: http://demo.eyecix.com/careerfy/
Template: careerfy
Author: Eyecix
Author URI: http://eyecix.com/
Description: Careerfy brings you the most simple solution to display jobs on any type of websites. You may already know, some really big Job Portals provides the option to use their database and extend your website with job offers. This Theme can make everything automatically, some job providers also pay commission when any of your visitors click on the job links.
Tags: two-columns,left-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.5
Updated: 2023-06-01 14:27:32

*/

/* ---- Modification de la page évènements - Caroline le 21/01/25---- */
/* Corps de page + header évènement */
.page-id-39 #em-wrapper, .em.em-view-container {
	padding: 5%;
}

.event-template-default .container  {
	padding: 5%;
}

header.careerfy-entry-header h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 500;
    color: #8C61F9;
	margin-bottom: 30px;
	margin-left: 3%;
}

/* Vue en liste uniquement */
.em.em-list .em-item .em-item-image {
    max-width: 200px;
}

.em-events-list .em-item-info {
	width: 100%;
}

.em.em-list .em-item {
    padding: 3% !important;
}

/* Vue en liste sur mobile */
@media screen and (max-width: 768px) {
.em.em-list .em-item {
	flex-direction: column;
}
}

/* Boutons */
.em.em-item.em-item-single .em-item-meta .button, .em.em-item.em-item-single .em-item-meta button {
    margin: 15px 0 0 !important;
    color: #8C61F9 !important;
    border-radius: 50px 50px 50px 50px !important;
    border: 1px solid #8C61F9 !important;
}

.em.pixelbones .input input[type=submit].em-booking-submit {
	margin: 15px 0 0 !important;
    background-color: #8C61F9 !important;
	color: #fff !important;
    border-radius: 50px 50px 50px 50px !important;
    border: 1px solid #8C61F9 !important;
}

/* Message d'ereur */
.em-booking-message-error p {
color: red;
}

/* Masquer les liens ZOOm */

.em-item-meta-line.em-event-location a {
    display: none;
}
.em-item-meta-line.em-event-location:after {
    content: 'Visioconférence';
}


