/*
Theme Name: Sydney Enfant
Description: ********
Author: *******
Author URI: ************
Template: sydney
Version: 0.1.0
*/


.site-title {
	font-size: 32px;
}

.site-info .row .col-md-6 {
	width: 100%;
}

.infos-block {
	margin-bottom:100px;
}

.infos-column {
	height: 0;
}

.infos-sup {
    background-color: #14b9d1cc;
	position: relative;
    top: -148px;
    padding: 20px;
    padding-bottom: 5px;
}

.infos-sup-2 {
	background-color: #14b9d1cc;
	position: relative;
    top: -168px;
    padding: 20px;
    padding-bottom: 5px;
}

#mainnav ul li#menu-item-274,
#mainnav ul li#menu-item-275 {
	position: fixed;
	background-color: #14b9d1;
	padding: 20px 20px 20px 40px;
	top : 90px;
	z-index: 10000;
}

#menu-item-274 {
	right: 130px;
	padding-left: 40px;
	border-radius: 50px 0 0 50px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#menu-item-275 {
	right: 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#primary {
	width: 100%;
}

.event_registration {
	display: none;
}

.wpem-event-organizer-name {
	display: none;
}

.wpem-single-event-sidebar-info {
	color: white;
}

.wpem-heading-text:nth-child(2),
.wpem-event-date-time,
.wpem-heading-text:nth-child(5) {
	display: none;
} 

.registration_button.wpem-theme-button {
	background-color: #14B9D1
}

.woocommerce-product-gallery {
	display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
}

.liste-couleur {
	color: #14B9D1;
}

@media screen and (min-width:1024px) {
    
    .content-inner {
        margin-top:-170px;
        z-index: 1000;
        padding: 60px;
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
    }
    
    .event_listing .content-inner {
        margin-top:-250px;
    }
}

/* ------------------------------------- */

/* Ajouter une police au site web, dont le fichier a été préalablement copié dans le dossier css du thème utilisé */
@font-face {
    font-family: "Workbench"; 
    src: url("polices/Workbench.ttf"); 
}
  
      
/* .exemple {
    color: red;
    font-family: "Workbench", sans-serif;
    border: 1px solid blue;
    padding: 10px;
    width: 50%;
    background-color:
} */