/*
Theme Name: Presstige
Theme URI: 
Author: O2Sources
Author URI: http://www.o2sources.com
Description: A blank theme for starting a WordPress project based on <a href="http://www.inpixelitrust.fr/blog/en/inpixelitrust-responsive-blank-theme-wordpress/">Inpixelitrust responsive blank theme</a>.
Version: 2.0
License: GPL
License URI: http://codex.wordpress.org/License
*/

@import "css/styles.css";

#datepicker .evenement.multiple-days {
	background: #b23d6d;
}
#datepicker .evenement.multiple-days.ui-datepicker-today {
	background: #fcbd06;
}

.perso-tooltip {
	width: 300px;
	height: auto;
	padding: 1em;
	border-radius: 1em;
}

#home-actus .article { text-align: center; }
#home-actus .article .article-titre { text-align: justify; }
#home-actus .article .article-extrait { text-align: justify; }
#home-actus .article img { height: 103px; }

/*******************Added by MLCOM :**********************/

/*HOME: Fix bug*/
#home-agenda{
	min-height: 530px;
}

/*HOME: Call for project section*/

.home-cfp{
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 5em;
	padding-bottom: 5em;
}

.cfp-content-title{
	font-size: 52px;	
	line-height: 56px;
}

.cfp-content-intro{
	font-size: 16px;
	margin-bottom: 2em;
}

.cfp-wrapper{
	padding-left: 4%;
	padding-right: 4%;
	
	padding-top: 2em;
	padding-bottom: 2em;
}

.cfp-item{
	background-color: #fff;
	box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.15);
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
	min-height: 140px;
	
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 0;
}

.cfp-item .cfp-img{
	background-color: #f5f5f5;
	width: 30%;
}

.cfp-item .cfp-img img{
	object-fit: cover;
	height: 100%;
    width: 100%;
}

.cfp-item .cfp-infos{
	padding: 30px;
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.cfp-item .cfp-title{
	color: #006A81;
	margin-bottom: 15px;
	line-height: 20px;
}

.cfp-item .cfp-button{
	background-color: #fff;
    color: #ec743b;
    width: auto;
	height: 21px;
	display: inline-block;
    float: left;
    text-transform: uppercase;
    background-image: url(img/fleche.png?1465921435);
	background-repeat: no-repeat;
    background-position: 0;
    padding-left: 20px;
    font-size: 1.5rem;
	margin-bottom: 5px;
	margin-right: 5px;
}

/*Responsive: Tablet*/
@media(max-width:1120px){
	.home .titre{
		font-size: 38px;
		line-height: 40px;
	}	
}

/*Responsive: Mobile*/
@media(max-width:767px){
	.cfp-wrapper{
		padding-left: 0%;
		padding-right: 0%;
	}

	.cfp-item{
		flex-direction: column;
	}
	
	.cfp-item .cfp-img{
		width: 100%;	
		height: 100px;
	}
	
}

