/* Saisissez votre CSS personnalisé ci-dessous */
.entry-header {
    background: #ea474b;
    padding: 40px 0 10px;
}
/**
 * header
 **/
.secondary-header {
	background: #ddcdb3;
  	height: 35px;
  	position: fixed;
}
a {
    color: #ffffff;
}
/**
 * Nos services
 */
.home-services {
    background: #ddcdb3;
}

.home-services .fa, .service .fa {
    background: #dd9933;
}
.entry-content .serviceResume{
	display:none;
}
.service .serviceContent{
	display:none;
}
/** surcharge Admission**/
.home-services .fa, .service .fa.fa-sign-in {
    background: #719BC3;
}
/** service separateur 
.grid.grid-pad.no-top .col-1-4.mt-column-clear.wow.animated.fadeIn.animated:nth-last-child(2) {
    text-indent: -5000px;
}**/
/**
 * btn FOYJO
 **/
button.btnFoyjo{
	color:#DDCDB3;
 	background: #DDCDB3;
  	border-color: #DDCDB3;
  	width: 350px;
    height: 60px;
 	padding: 10px;
    margin: 3px;
}

/**
 * footer (psoted by...)
 **/
.entry-footer {
	display:none;
}

/**
 * hack sur les chiffres clés et la virgule pour l'année
 * 1,900 => 1900
 **/
#odometer1 span.odometer-formatting-mark,
#odometer5 span.odometer-formatting-mark {
    display: none;
}
/**
 * tableau Admission
 */
table.su-table table {
    width: 100% !important;
    margin: 0 0 1.5em 0 !important;
    border-collapse: collapse !important;
    font-size: 1em !important;
    border: 1px solid #ccc !important;
}

table.su-table .su-even td {
    background: #f7f7f7 !important;
}

table.su-table td {
    padding: 0.5em 1em !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
}
/**
 * masquer les boutons de navigations dans les articles
 **/
.nav-links {
    display: none;
}
td.msg {
 	word-break: break-word;
}
.hide {
  display: none;
}