/* ----------------------------------------------------------------
	CSS Specific to the Estrees Saint Denis Project

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

	Version: 1.0
-----------------------------------------------------------------*/

/* Content */
.section {
    margin: 30px 0;
    padding: 30px 0;
}
.content-wrap { padding: 30px 0 0 0; }

.dark h4 {
    color: #fff;
}
.dark .i-bordered {
    border-color: #fff;
    color: #fff;
}

/* Banner Cookies */
#cookie_bandeau_global { background-color: #fefefe; padding: 0 0 10px 0; }
#cookie_bandeau_global .row { width: 99%; }
.banner-cookie  { font-size: 13px; line-height: 17px; margin: 10px 0 0 0; }
.btn-largeur { width: 36px; }
.btn-topmargin { margin-top: 30px; }

/* Swiper Slider  */
.swiper_wrapper {
	height: 350px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 300px !important; }
}
@media (min-width: 480px) and (max-width: 767px) {
	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 250px !important; }
}

/*.slider-caption { padding: 20px; background: rgba(0, 0, 0, 0) url("../images/slider/swiper/bg.png") repeat scroll 0 0; }*/
.slider-caption h2 { font-size: 30px; margin: 0 0 10px 0; }
.slider-caption p { font-size: 22px; margin-bottom: 10px; }
#general_decor {
    background: rgba(0, 0, 0, 0) url("../images/pattern_3.png") repeat-x scroll 0 0;
    bottom: 0;
    height: 45px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

/* Header */
.heading-block { margin-bottom: 20px; }
.center .heading-block::after, .heading-block.center::after, .heading-block.title-center::after {
    margin: 0px auto 0;
}
.heading-block:after {
    margin-top: 0px;
    border-top: 0px solid #FFFFFF;
}
#primary-menu ul li a {
	font-size: 13px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	padding: 0 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#primary-menu ul li a {
		font-size: 12px;
		font-weight: 700;
		font-family: 'Lato', sans-serif;
		padding: 0 2px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#primary-menu ul li a {
		font-size: 12px;
		font-weight: 700;
		font-family: 'Lato', sans-serif;
		padding: 0 2px;
	}
}
#primary-menu ul li .mega-menu-content.col-3 > ul { width: 22%; padding-top: 10px; padding-bottom: 10px; }
#primary-menu ul li .mega-menu-content.col-3 img { padding-top: 10px; cursor: pointer; }
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > p { cursor: pointer; }
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a { margin-bottom: 0px; }
.mega-menu-title {
	height: 90px;
}
@media (min-width: 480px) and (max-width: 767px) {
	#primary-menu ul li .mega-menu-content.col-3 > ul { width: 100%; }
	.mega-menu-title {
	height: 50px;
	}
}
@media (max-width: 479px) {
	#primary-menu ul li .mega-menu-content.col-3 > ul { width: 100%; }
	.mega-menu-title {
	height: 50px;
	}
}

/* WIDGET */
.widget {
    margin-top: 30px;
    position: relative;
}
.sidebar-widgets-wrap .widget {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

/* ACTUALITES */
.bothsidebar .post-grid.grid-2 .entry-image, 
.bothsidebar .post-grid.grid-2 .entry-image img {
    height: 100%;
}

/* ACCES DIRECT ICONES */
.i-large.i-rounded {
	font-size: 52px;
}
.i-large.i-rounded {
	width: 108px !important;
	height: 108px !important;
	line-height: 88px !important;
}
.i-large.i-rounded span {
	float: left;
	line-height: 0px;
    font-size: 16px;
}
.i-large.i-rounded:hover i, .i-large.i-rounded:hover span {
	color:#333;
}

/* CR SEANCES / LETTRES INFOS */
.entry-cr {
	margin: 5px 0 0 0;
	list-style: none;
}
.entry-cr li {
	font-size: 13px;
	line-height: 19px;
	margin: 5px 0 0 0;
	color: #999;
	font-style: italic;
}
.entry-cr li i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

/* BIBLIOTHEIQUE */
.thumbnail > .caption h3 {
	display: block;
}
.thumbnail > .caption span {
	display: block;
	color: #999;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin: 0 10px 15px 0;
}

/* ANNUAIRE / ASSOCIATIONS */
.acc_content .enterprise-title {
	position: relative;
	padding-top: 20px;
}

.acc_content .enterprise-title h4 {
	display: block;
	margin-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.acc_content .enterprise-title span {
	display: block;
	color: #6F962C;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.acc_content p {
    margin-bottom: 0px;
}
.acc_content span {
	display: block;
	color: #888;
	font-weight: 400;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 20px;	
}

/* GRAPHIC ELEMENTS */
.col_half_graphic { width: 48%; }
.col_one_fourth_graphic { width: 24%; }
.col_one_fourth_graphic_last { width: 23%; }
.col_half_graphic, .col_one_fourth_graphic, .col_one_fourth_graphic_last {
	display: block;
	position: relative;
	margin-right: 1%;
	margin-bottom: 10px;
	float: left;
}
.graphic-elements { padding: 40px 0; background-color: #2f2f2f; }
.grphic-elements .col_half { 	margin-right: 1%; margin-bottom: 10px; }
.graphic-elements .encart-1 { height: 404px; padding: 20px 200px 0 20px; }
.graphic-elements .encart-2 { height: 197px; padding: 20px 200px 0 20px; margin-bottom: 10px; }
.graphic-elements .encart-3 { height: 197px; padding: 20px 200px 0 20px; }
.graphic-elements .encart-4 { height: 404px; padding: 20px; }
.graphic-elements .encart-5 { height: 197px; padding: 20px; margin-bottom: 10px; }
.graphic-elements .encart-6 { height: 197px; padding: 20px; }
.graphic-elements .encart-7 { height: 404px; padding: 20px; }
.graphic-elements .encart-1 h3, 
.graphic-elements .encart-2 h3, 
.graphic-elements .encart-3 h3, 
.graphic-elements .encart-4 h3, 
.graphic-elements .encart-5 h3, 
.graphic-elements .encart-6 h3, 
.graphic-elements .encart-7 h3 { font-size: 32px; line-height: 34px; margin: 0; padding: 0 0 10px 0; }
.graphic-elements .encart-1 p, 
.graphic-elements .encart-2 p, 
.graphic-elements .encart-3 p, 
.graphic-elements .encart-4 p, 
.graphic-elements .encart-5 p, 
.graphic-elements .encart-6 p, 
.graphic-elements .encart-7 p  { color: #fff; font-size: 18px; line-height: 14px; }
.graphic-elements a .encart-1 p, 
.graphic-elements a .encart-2 p, 
.graphic-elements a .encart-3 p, 
.graphic-elements a .encart-4 p, 
.graphic-elements a .encart-5 p, 
.graphic-elements a .encart-6 p, 
.graphic-elements a .encart-7 p  { color: #fff; }
.graphic-elements div h4 { margin-bottom: 15px; padding-top: 10px; }
.dark .feature-box h3 {
	color: #fff;
	text-transform:none;
}
.dark .feature-box h3 span.subtitle {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
}

/* TITLE ELEMENTS */
#Tgrisfonce {
	border-top: 2px solid #2f2f2f; /*gris fonce*/
	padding-top: 15px;
}
#Tgrisfonce h4 span, #Tgrisfonce a, #Tgrisfonce li a:hover, #Tgrisfonce li i {
	color: #2f2f2f;
}
#Tgrisfonce li a, #Tgrisfonce a:hover {
	color: #555;
}
#Tvert {
	border-top: 2px solid #6F962C; /*vert*/
	padding-top: 15px;
}
#Tvertfonce {
	border-top: 2px solid #6F962C; /*vert*/
	padding-top: 15px;
}
#Tvertfonce h4 span, #Tvertfonce a, #Tvertfonce li a:hover, #Tvertfonce li i {
	color: #6F962C;
}
#Tvertfonce li a, #Tvertfonce a:hover {
	color: #555;
}
#Tbleu {
	border-top: 2px solid #3070ac ; /*bleu #00a6eb */
	padding-top: 15px;
}
#Tbleu h4 span, #Tbleu a, #Tbleu li a:hover, #Tbleu li i {
	color: #3070ac ;
}
#Tbleu li a, #Tbleu a:hover {
	color: #555;
}
#Torange {
	border-top: 2px solid #ec7404; /*rose*/
	padding-top: 15px;
}
#Torange h4 span, #Torange a, #Torange li a:hover, #Torange li i {
	color: #ec7404;
}
#Torange li a, #Torange a:hover {
	color: #555;
}
#Trose {
	border-top: 2px solid #d34f66; /*rose*/
	padding-top: 15px;
}
#Trose h4 span, #Trose a, #Trose li a:hover, #Trose li i {
	color: #d34f66;
}
#Trose li a, #Trose a:hover {
	color: #555;
}
#Tjaune {
	border-top: 2px solid #fbd95b; /*jaune #fed340 */
	padding-top: 15px;
}
#Tjaune h4 span, #Tjaune a, #Tjaune li a:hover, #Tjaune li i {
	color: #fbd95b;
}
#Tjaune li a, #Tjaune a:hover {
	color: #555;
}

/* BOX */
.symple-box.blue {
    background: #e9f7fe none repeat scroll 0 0;
    border: 1px solid #b6d7e8;
    color: #5091b2;
}
.symple-box {
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 15px 20px;
}

/* Features-box */
.feature-box.fbox-plain.fbox-small h3 {
    font-size: 18px;
    line-height: 20px;
	padding-top: 2px;
    margin-bottom: 5px;
}
.feature-box p { font-size: 16px; }

/* Balise P */
#content p { line-height: 1.5; }
.lead { font-size: 18px; }

/* Boxes */
.style-msg .sb-msg, .style-msg2 .msgtitle, .style-msg2 .sb-msg {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
}

.events .entry, .ievent {
	background-color: #f8ffeb;
}

/* List-group */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #6F962C;
    border-color: #6F962C;
}

/* Footer stick */
.footer-stick { margin-bottom: 0px !important; }
.content-wrap .footer-stick { margin-bottom: 0px !important; }

/* Footer */
#footer.dark, .dark #footer {
    color: #fff;
}
.dark .widget, .dark .widget p {
    opacity: 0.9;
}
.dark .widget h4 {
    color: #fff;
}
.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless { color: #fff !important; }
.dark .footer-widgets-wrap a { color: #ff9; }
.dark .footer-widgets-wrap a:hover { color: #ff9; opacity: 0.65; }
.footer-big-contacts { font-size: 20px; }
.dark .widget_links li a {
	color: #fff;
	background-image: url("../images/icons/widget-link-dark.png");
}
#footer {
	background: url('../images/footer_bg.png') repeat-x scroll center 510px;
}
@media (min-width: 480px) and (max-width: 767px) {
	#footer {
		background-image: none;
	}
}
@media (max-width: 479px) {
	#footer {
		background-image: none;
	}
}
.dark .widget_links li a:hover { color: #ff9; opacity: 0.65; }
.dark #copyrights {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.dark .footer-widgets-wrap .subscribe-widget a {
    border-bottom-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}
.dark .footer-widgets-wrap .subscribe-widget a:hover {
    border-bottom-color: rgba(255, 255, 153, 0.65);
    color: rgba(255, 255, 153, 0.65);
}
.dark .copyright-links a {
    border-bottom-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}
.dark .copyright-links a:hover {
	color: rgba(255,255,153,0.65);
	border-bottom-color: rgba(255,255,153,0.65);
}

/* Divers - class pour cacher */
.display-none {
	display:none;
}

/* Form */
.Formulaire {
	margin-bottom: 0;
	margin-top: 35px;
}
.Formulaire .sm-form-control {
    height: 32px;
	border: 1px solid #ddd;
	padding: 2px 14px 4px 14px;
}

.Formulaire textarea.sm-form-control {
    height: auto;
	border: 1px solid #ddd;
}

.Formulaire .btn-group .btn {
	padding-top: 4px;
	height: 32px;
	font-size: 15px;
    border: 1px solid #ddd;
	border-radius: 0;
}
.Formulaire .search-submit {
	height:32px;
	border: 1px solid #ddd;
	background-color: #eeeeee;
}

.Formulaire p { margin-bottom: 0px;  line-height: 1.4; }

.sm-form-control-no-bordure {
	display: block;
	width: 100%;
	height: 32px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 0px solid #FFF;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.sm-form-control-no-bordure:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sm-form-control-no-bordure::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.sm-form-control-no-bordure:-ms-input-placeholder { color: #999; }
.sm-form-control-no-bordure::-webkit-input-placeholder { color: #999; }

.sm-form-control-no-bordure[disabled],
.sm-form-control-no-bordure[readonly],
fieldset[disabled] .sm-form-control-no-bordure {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.sm-form-control-no-bordure { height: auto; }

.form-control-no-bordure { border-radius: 3px; }

.form-control-no-bordure:active,
.form-control-no-bordure:focus {
	border-color: #999;
	box-shadow: none;
}

.form-control.error, .sm-form-control.error, .sm-form-control-no-bordure.error {
    border-color: #CB8F8E;
}

.sm-form-control-select-normal { padding: 4px 14px; }

/* Extended Style Boxes (HTML/style-boxes.html) */
.style-msg2-background-color {
    background-color: #EEE;"
}

/* Divers */
.cursor_pointer {
    cursor: pointer;
}