/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.spacer{
    float: none;
    clear: both;
    height: 1px;
}
 
 .pad_paragraphe{
	 padding:5px;
 }

#calendar a{
    color:#ffffff;
}

.smart-form .footer-perso{
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	padding-top: 7px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 14px;
	margin-left: -1px;	/*width:48%;*/
	margin-right: -1px;
}

.page-title{
	margin-bottom: 15px;	
}

.invisible{
    display:none;
}
.visible{
    display: block;
}

.img-gal{
	display: block;
	float: left;
	clear: none;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #555555;
}

.options-inter{
    background-color: #fffaaa;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
    padding-right: 15px;
}

.tarifs{
     background-color: #fffaaa;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
    padding-right: 15px;
}

.tarifs-note{
    font-size: 12px;
    font-style: italic;
    color: #878787;
    margin-top:-10px;
}

.photos{
    
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin: 5px;
    padding: 0px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    font-size:11px;
    color:#ffffff;
    position: relative;
    overflow: hidden;
   cursor: pointer;
    
}

.photos .infos{
    display: block;
    height: 136px;
    width: 150px;
    background-color: #000000;
    padding: 10px;
    margin: 0px;
    opacity: 0.75;
    position: absolute;
    top: 0px;
    left: 0px;
}

.photos ul{
    margin: 0px;
    padding: 2px;
    display: block;
    width: 150px;
    height: 16px;
    line-height: 10px;
    list-style-type: none;
    position: absolute;
    bottom: 0px;
    left:0px;
    text-align: center;
    background-color: #000000;
}

.photos li{
    display: inline;
    margin: 0px;
    padding: 0px;
    
}

.photos li a{
    color:#ffffff;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.photos-agenda{
    width:50%;
    height: auto;
    float: right;
}

.activepop{
    cursor: pointer;
}
.identite{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ma-list{
	/*width:450px;*/
	width:auto;
	min-width:500px;
}

.list-section{
	width:50%;
	float:left;
	clear:none;
	display:block;
	word-wrap:break-word;
	padding:0px;
	overflow:hidden;
}

.list-section a{
	/*width:auto;*/
	word-wrap:break-word;
	padding:0px;
	font-size:12px;
}

ul.csevalid li{
    display: flex;
    justify-content: space-between;
}

ul.csevalid li a.valid{
width: 20px;
height: 20px;
background-color: #739e73;
display: inline-block;
border-radius: 0.25em;
color: #fff;
text-align: center;
margin-right: 10px;
}

ul.csevalid li a.modif{
    width: 20px;
    height: 20px;
    background-color: #a4781b;
    display: inline-block;
    border-radius: 0.25em;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    }