/*
Theme Name: LCDW
Author: La cuisine du web
Version: 1.0
Domain Path: /languages/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Reset
0.1 - Layout
2.0 - Typography
3.0 - Elements
    3.1 - Generics
    3.2 - Variables
    3.3 - Buttons
    3.4 - Blocks
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Header
	5.4 - Footer
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
	10.4 - Slider
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - responsive
--------------------------------------------------------------*/

/* DEV --> A commenter pour mise en prod*/
/*#wpadminbar, #attentionGrabberWrap { display:none !important; }*/

/*--------------------------------------------------------------
0.0 - Reset
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Layout
--------------------------------------------------------------*/
html { }
body { margin-top: 30px; }
#main > div { margin-bottom: 40px; }
.container { max-width: 1055px;}

.page-header{ margin: 0; }

.mb2 { margin-bottom: 20px; }
.mb3 { margin-bottom: 30px; }
.mb4 { margin-bottom: 40px; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body { font-family: arial, sans-serif; font-size: 14px; }

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }
h1 { margin-top: 0; font-size: 28px; font-weight: normal; text-transform: uppercase; color: #e62928; }
h2 { font-size: 21px; font-weight: normal; text-transform: uppercase; margin-bottom: 20px; clear:both; }
h3 { color: #888; font-size: 22px; font-weight: 400; clear: both; margin-bottom: 20px; }
h4 { font-size: 18px; font-weight: bold; clear:both; }

.entry-title { font-size: 24px; }

a, a:hover, a:focus { color: #e62928; }
.chapeau { font-size: 17px; font-weight: bold; font-family: arial, sans-serif; margin-bottom: 30px; }
.screen-reader-text { display: none; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Generic
--------------------------------------------------------------*/
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.full-width { width: 100%; }
img.size-full,
img.size-large { display: block; max-width: 100%; height: auto; }
img { max-width: 100%; height: auto;}
/*--------------------------------------------------------------
3.2 Variables
--------------------------------------------------------------*/
/** RED */
.text-primary-color { color: #e62928; }

/*--------------------------------------------------------------
3.3 Buttons
--------------------------------------------------------------*/
.btn { border: 1px solid; border-radius: 0; }
.btn-black { border-color: #373737; color: #373737; }

.btn-primary { background: #e62928; text-transform: uppercase; }
.btn-primary:hover { background: #fff; color: #e62928; border-color: #e62928; }
a.btn-primary:hover { color: #e62928 !important; }
.btn-primary.btn-black { background: #373737; color: #fff; }
.btn-primary.btn-black:hover { background: #fff; color: #373737; border-color: #373737; }
.btn-primary.btn-black:hover small{ color: #373737; }
.btn-secondary, .btn-secondary:focus { background: none; border-color: #e62928; color: #e62928; text-transform: uppercase; }
.btn-secondary:hover { background: #e62928; color: #fff; border-color: #e62928; }
.btn-secondary.btn-black:hover { background: #373737; color:  #fff; border-color: #373737; }

/*--------------------------------------------------------------
3.4 Blocks
--------------------------------------------------------------*/
/* GENERIC */
.block { }
.block .media { border-bottom: 1px solid; margin: 0;}
.block .block-header { text-transform: uppercase; color: #fff; }
.block .block-header h2, .block-header h3{ font-size: 18px; color: #fff; }
.block .block-header h2 { margin: 0; }
.block .block-header h2 span { display: inline-block; border-right: 1px solid #fff; padding: 10px 15px; }
.block .block-header h2 small { color: #fff; margin-left: 10px; }
.block .block-header .btn { line-height: 23px; }
.block .block-content .media, .block-content.padding { padding: 15px 0; }
.block .block-content > p { padding-top: 15px; }
.block .block-footer { text-align: right; padding: 15px 0 0 0; margin-bottom: 30px; }
.block .media>.pull-left { margin-right: 20px; position: relative; }
.block .media-heading { font-size:16px; color: #000; }
.block .media-body-head + .media-heading { margin-top: 2px; }
.block .media-body-head { font-weight: bold; font-size: 12px; }
.block .media-body.new { padding-top: 5px; background: url("images/icons/news.png") no-repeat top right; }
.block .media-body.new .date{ display: block; }
.block .media-object.wp-post-image { width: 120px; }
.block .media-link { color: inherit; transition: all 0.2s ease-in-out; display: block;}
.block .media-link:hover { text-decoration: none; color: inherit; background: #EAF5FF; }
.block .have-background:last-child { margin-bottom: 0; }

.block.items-preview .excerpt { overflow: hidden; }
.block.items-preview .media { height: auto; position: relative; }
.block.items-preview .media .btn { right: 0; bottom: 15px; }
.block.items-preview .media.have-background .btn { right: 10px; }

/* COLORS */
.block.block-red .block-header { background: #e62928; }
.block.block-red .media { border-color: #e62928; }
.block.block-black { }
.block.block-black .block-header { background: #191919; }
.block.block-black .media { border-color: #191919; }

/* PRESENTATION */
.block.block-presentation{ margin-bottom: 30px;}

/* PRESENTATION */
.block.block-subscribe { display: none; }

/* ACTU */
.block.actu .thumb_zoom{ overflow: hidden; }
.block.actu .thumb_zoom img{ -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }
.block.actu .thumb_zoom:hover img{ -webkit-transform: scale(1.5,1.5) rotate(-30deg); -moz-transform: scale(1.5,1.5) rotate(-30deg); -o-transform: scale(1.5,1.5) rotate(-30deg); -ms-transform: scale(1.5,1.5) rotate(-30deg); transform: scale(1.5,1.5) rotate(-30deg); }

/* CALENDAR */
.have_date { overflow: hidden; }
.have_date .calendar-date { transition: all 0.3s ease; }
.have_date:hover .calendar-date { top: -120px; }
.calendar-date{ position:absolute; top:0; width: 100%; text-align: center; background: #000; opacity: 0.8; border-top: 10px solid #e62928; color: #fff; height:100%; font-weight: bold; text-transform: uppercase; padding-top: 18px; }
.calendar-d { font-size: 40px; display: block; line-height: 40px; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events{ padding: 6px 0; }
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title { font-weight: normal;}
#tribe-bar-form .tribe-bar-submit input[type=submit]{ font-size: 11px; }
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a { color: #333; }
.events-archive.events-gridview #tribe-events-content table .type-tribe_events.tribe-events-organizer-4570 a,
.events-archive.events-gridview #tribe-events-content table .type-tribe_events.tribe-events-organizer-5185 a{ font-weight: 700; color: #e62928; }

/* JOB BOARD*/
.job-board .block .media { border-color: #C8C8C8; min-height: 130px; }
.job-board .block .block-content { border-bottom: 1px solid #e62928; margin-bottom: -1px; }
.job-board .block .block-content > .row:last-child .media { border: none; }
.job-board .block .media-body { width: inherit; display: block; }
.job-board .block .media-body .date { display: block; }

/* I Want */
.i-want .media-link .ico { border: 1px solid #e62928; width: 60px; height: 60px; }
.i-want .media-link:hover .ico { transition: all 0.2s ease-in-out; }
.i-want .media-link .ico.subscribe { background: url("images/icons/subscri.png") no-repeat center; }
.i-want .media-link:hover .ico.subscribe { background: #e62928 url("images/icons/subscri-hover.png") no-repeat center; }
.i-want .media-link .ico.sponso { background: url("images/icons/sponso.png") no-repeat center; }
.i-want .media-link:hover .ico.sponso { background: #e62928 url("images/icons/sponso-hover.png") no-repeat center; }
.i-want .media-link .ico.participate { background: url("images/icons/partici.png") no-repeat center; }
.i-want .media-link:hover .ico.participate { background: #e62928 url("images/icons/partici-hover.png") no-repeat center; }
.i-want .media-link .ico.orga { background: url("images/icons/orga.png") no-repeat center; }
.i-want .media-link:hover .ico.orga { background: #e62928 url("images/icons/orga-hover.png") no-repeat center; }

/* subscribe */
.block-subscribe .column{ height:50px; line-height:50px; text-align:center; }
.block-subscribe .column img{ display: inline; }

/* NAV BLOCK */
.nav-block .pull-left { margin-right: 15px; }
.nav-block .media-link { padding: 10px 0; }

.link-body { overflow: hidden; border-bottom: 1px solid #C8C8C8; height: 60px; font-size: 11px; }
.link-body span { font-size: 17px; color: #e62928; text-transform: uppercase; }

/* 404 */
#block404 .img-404{ margin-bottom: 20px;}

/* Override event calendar */
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
.tribe-events-calendar thead th { background-color: #e62928; }

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical { color: #e62928; }

.tribe-events-list-widget { font-family: Montserrat, sans-serif; }
.tribe-events-list-widget .entry-title { font-size: 13px; }
.tribe-events-list-widget ol.vcalendar { padding: 0;}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a { background-color: #D05757; }

.tribe-events-calendar thead th{ border-right: 1px solid #DA1616; border-left: 1px solid #DA1616; }

.tribe-events-notices{ background: #FFFFFF; border: 1px solid #CD7272; color: #e62928; text-shadow: 0; -webkit-border-radius: 0; border-radius: 0; }

/* Override job board */
.wpjb-grid { font-family: Montserrat, sans-serif; }
.wpjb-grid .wpjb-grid-col.wpjb-col-location {font-style: italic; }
.wpjb-grid .wpjb-grid-col.wpjb-grid-col-right .wpjb-sub { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; font-weight: 400; }
.wpjb-grid .wpjb-type-cdi .wpjb-grid-col.wpjb-grid-col-right .wpjb-sub,
.wpjb-grid .wpjb-type-cdd .wpjb-grid-col.wpjb-grid-col-right .wpjb-sub { background-color: #d9534f; }
.wpjb-grid .wpjb-type-stage .wpjb-grid-col.wpjb-grid-col-right .wpjb-sub { background-color: #777; }
.wpjb-grid .wpjb-grid-row { border-bottom:  1px solid #C8C8C8 !important; }

div.wpjb-flash-info { border: 1px solid #909090 !important; background-color: #F4F4F4 !important; }

.wpjb .wpjb-bulb { background-color: #25AD4A !important; }

.entry-content .wpjb ul.wpjb-add-job-steps > li.wpjb-step-current{ border-bottom: 3px solid rgb(204, 0, 0); background-color: #f5f5f5; }
.entry-content .wpjb ul.wpjb-add-job-steps > li { font-size: 1.1em; }
.entry-content .wpjb .wpjb-form .wpjb-error { outline: 1px solid #e62928; background-color: #FFDDDD; }
.entry-content .wpjb .wpjb-form ul.wpjb-errors li { color: #e62928; }
.entry-content .wpjb .wpjb-img-32 { height: auto; }

/* Override gravity form */
.entry-content .gform_wrapper .ginput_complex .ginput_cardinfo_right { width: 100%; }
.entry-content .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code { float: left; }
.entry-content .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon { margin-left: 5px; }

/* Annuaire and partner */
.single-annuaire .detail ul,
.single-partner .detail ul { padding: 0; }
.single-annuaire .detail li,
.single-partner .detail li { list-style: none; margin-bottom: 10px;   }
.single-annuaire .detail .ico,
.single-partner .detail .ico { width: 40px; margin: 0 15px 30px 0; }
.single-annuaire .detail .ico:hover,
.single-partner .detail .ico:hover { opcacity: 0.8; }
.single-annuaire #map-canvas,
.single-partner #map-canvas { min-height: 400px; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
.form-control { box-shadow: none; }
.search-form .glyphicon-search { cursor: pointer; }

input[type=search] { border-radius: 0; background: #dedede; }
input[type=text],
input[type=password] { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #dedede; background-image: none; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
input[type=submit]  { background: #e62928; color: #fff; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; text-transform: uppercase; }
input[type=submit]:hover{ background: #fff; color: #e62928; border: 1px solid #e62928; }

/* Override event calendar */
.bubble { background-color: #f4f4f4; }


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* navigation general */
nav ul li { position:relative; z-index:1000; }

/* sub navigation */
nav li ul { position:absolute; left:0; top:50px; width:200px; }
nav li li { position:relative; margin:0; display:block; }
nav li li ul { position:absolute; top:0; left:200px; margin:0; }

/* Second navigation menu */
#header .second-menu { display: none; }
#header .second-menu { margin-bottom: 20px; font-size: 12px; }
#header .second-menu ul { display: table; width: 100%; }
#header .second-menu li { padding: 0; display: table-cell; width: auto; text-align: center; }
#header .second-menu li > a { color: #000; display: block; padding: 2px 0 2px 0; border-right: 1px solid #ccc; }
#header .second-menu li:first-child a { border-left: 1px solid #ccc; }

/* Main navigation menu */
#header .main-menu { display: block; font-size: 15px; border: 0; position: inherit; }
#header .main-menu ul { display: inline-table; width: 100%; text-transform: uppercase; border: 0; margin: 0; }
#header .main-menu li { width: auto; text-align: center; background: #000; padding: 0; opacity: 0.8; font-size: 13px; clear: both; }
#header .main-menu li:after{ clear: both; }
#header .main-menu li > a { display: block; color: #fff; line-height: 50px; padding-top: 0; padding-bottom: 0; }
#header .main-menu li > a:hover,
#header .main-menu li > a:focus { background: #494949 !important; text-decoration: none; }
#header .main-menu ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: inherit; padding: 0; }
#header .main-menu ul ul a { font-size: 11px; line-height: 30px; text-align: left; padding: 0 10px; }
#header .main-menu ul li:hover > ul { left: auto; }
#header .main-menu .navbar-toggle { border-color: #C00; background: #C00; margin-top: 0; padding: 9px 45%; margin-right: 0; }
#header .main-menu .navbar-toggle .btn-nav { padding-left: 0; }
#header .main-menu .navbar-toggle .icon-bar { background-color: #fff; }
#header .main-menu .navbar-nav { margin: 0;}
#header .main-menu .navbar-nav>li { clear:both; }
#header .main-menu .navbar-collapse.collapse{ height: initial!important; }

/* Small menu */
.menu-toggle { display: none; }

@media screen and (max-width: 600px) {
    .menu-toggle,
	.main-menu.toggled .nav-menu {
		display: block;
	}

	.main-menu ul {
		display: none;
	}
}
/*.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }*/

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next { float: right; text-align: right; width: 50%; }

/*--------------------------------------------------------------
5.3 Header
--------------------------------------------------------------*/
#header .site-description{ padding: 0; margin-bottom: 10px;}
#header .site-description p{ margin: 0; font-size: 14px; }
#header .list-inline { margin: 0; }
#header .btn-action { display: none; }
#header .navbar { margin-bottom: 10px; }
#header .brand { margin-bottom: 10px; }
#header .brand img { position: relative; top: -8px }
/*--------------------------------------------------------------
5.4 Footer
--------------------------------------------------------------*/
#footer { color: #fff; font-size: 12px; position: relative; }
#footer .footer-content { padding: 20px 20px 10px; background: #202020; }
#footer h4 { border-bottom: 2px solid #3e3e3e; padding-bottom: 10px; text-transform: uppercase; font-size: 16px; margin-bottom: 20px; font-weight: normal; }
#footer a { color: #fff; }
#footer .second-menu { text-transform: uppercase; font-size: 11px; }
#footer .second-menu a { padding: 0; }
#footer .bottom-bar { padding: 10px 20px; background: #101010; position: relative; }
#footer .bottom-bar .li { display: block; }
#footer .bottom-bar .col-xs-2:last-child { position: absolute; right: 0; bottom: 0; }
#footer .logo { display: none; }
#footer .social .ico{ height: 40px; margin-right: 5px; margin-bottom: 10px; }
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.vcenter { display: table-cell; vertical-align: middle; }

.nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

img.alignleft { margin-right: 15px;}
img.alignright { margin-left: 15px; }

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone { margin-bottom: 10px;}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget { color: #737373; margin: 0 0 20px; }
.widget ul { padding: 0; }
.widget li { list-style-type: none; border-bottom: 1px solid #DEDEDE; padding: 10px 0; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 13px; }
.widget li a { color: #505050; }
.widget .red-link {text-decoration: underline; margin: 10px 0 15px; display: block;}
.widget .block .media-heading { font-size: 14px; color: #505050; text-transform: uppercase; }
.widget .block .media{ border-bottom: 1px solid #dedede; padding: 10px 0; }

.widget .block.grey{ background-color: #dedede; padding: 15px; color: #505050;}

.widget-title { background: #e62928; padding: 10px 15px; font-size: 15px; color: #fff; text-transform: uppercase; }
.widget-title.grey { background: #505050; }
.widget_recent_entries li a { color: #505050; }

.widget .block.newsletter input { height: 30px; }
.widget .block.newsletter input[type=email] { padding: 10px; font-style: italic; border: 1px solid #c8c8c8; }
.widget .block.newsletter input[type=submit] { padding: 4px 12px; margin-top: -2px; height: 30px; }

.widget .jobboard.block .media-body { display: block; width: inherit; }

.widget .social.block .ico { height: 40px; margin-right: 5px; margin-bottom: 10px;}
.widget .partner.block { margin-top: 15px; }

.widget #wpjb_widget_alerts input[type=submit]{ margin-top: 5px; }

.widget .wpjb-widget-smart-alert,
.widget .wpjb-widget-smart-alert li { border: 0; padding: 5px 0; }
.widget .wpjb-widget-smart-alert input[type=text]{ width: 100% !important;}
.widget .wpjb-widget-smart-alert input[type=submit]{ font-weight: normal; }
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.entry-title {  margin-bottom: 10px; }

.entry-content { font-size: 15px; line-height: 150%; }

.entry-meta { font-weight: bold; font-size: 14px; color: #696969; }

hr { border-color: #ddd; }

.entry-content li { padding-left: 10px; }
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry { margin: 0 0 1.5em; }

.byline,
.updated { display: none; }

.single .byline,
.group-blog .byline { display: inline; }

.page-content,
.entry-content,
.entry-summary { margin: 1.5em 0 0; }
.page-links { clear: both; margin: 0 0 1.5em; }

/* Archive annuaire and partner page */
.archive .annuaire,
.archive .partner { border: 1px solid #CCCCCC; }
.archive .annuaire .wp-post-image,
.archive .partner .wp-post-image{ max-height: 100px; max-width: 100px; }

.archive .annuaire .entry-content img,
.archive .partner.entry-content img{ margin-right: 15px; float: left; }
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }
.bypostauthor { }

/*--------------------------------------------------------------
10.4 Slider
--------------------------------------------------------------*/
.main-slider { margin-top: -20px; display: none; }
.main-slider .carousel-caption { top: 10%; }
.main-slider .carousel-control { width: 30px; opacity: 1; background: none !important; }
.main-slider .carousel-control span { background: rgba(0, 0, 0, 0.7); width: auto !important; height: auto !important; margin: 0 !important; position: absolute; top: 43%; display: inline-block; padding: 8px; z-index: 2; }
.main-slider .carousel-control.left span { left: 0; }
.main-slider .carousel-control.right span { right: 0; }
.main-slider .carousel-indicators { bottom: 0; }
.main-slider .carousel-indicators li { border-radius: 0; background: #C7C7C7; }
.main-slider .carousel-indicators .active { background: #e62928; }
.main-slider .carousel-block { background: rgba(0, 0, 0, 0.7); padding: 13px; display: inline-block; }
.main-slider .carousel-content { border: 1px solid #A49395; padding: 16px 18px 0; text-transform: uppercase; text-shadow: none; }
.main-slider .carousel-title { margin: 0 0 5px; font-size: 18px; color: #CF001B; color: #DF0E29; opacity: 0.9; font-weight: bold; }
.main-slider .carousel-baseline { font-size: 20px; font-weight: bold; }
.main-slider .carousel-inner>.item>a>img { width: 100%; }
.main-slider .carousel-inner { display: inline-block; }
.main-slider .carousel-inner>.item {  z-index: 1; }


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object { max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.trombi { vertical-align: top; width: 110px; display:inline-block; text-align:center;padding-top:5px;margin : 10px 10px 40px 10px; }
.phototrombi {height:105px; padding-top:5px}
.titrage {font-size:12px;vertical-align:middle}

/*--------------------------------------------------------------
13.0 Responsive
--------------------------------------------------------------*/

/* Smatphone only */
@media (max-width: 768px) {
    .mb-xs-40{ margin-bottom: 40px; }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #header .site-description { padding: 10px 20px; margin-bottom: 0 }
    #header .btn-action,
    #header .second-menu { display: block; }
    #header .main-menu { width: 100%; }
    #header .main-menu li { display: table-cell; color: #fff;  background: #333; opacity: 1; }
	#header .main-menu li > a { color: #fff;}
	#header .main-menu ul { background: #333; color: #fff; }
    #header .main-menu ul.sub-menu { display:none; z-index:10000; }
    #header .main-menu ul ul { width: 250px;top: 50px; }
    #header .main-menu ul ul { position: absolute; background: transparent; }
    #header .main-menu ul ul li { float:left; width: 250px; background: #333; opacity: 0.8; }
    #header .main-menu ul ul a { font-size: 12px; line-height: 40px; border-bottom: 1px solid rgb(18, 18, 18);}
    #header .main-menu ul li:hover .sub-menu { display: block;}
    #header .main-menu .nav>li>a { padding: 0; }
    #header .main-menu .navbar-nav>li { float:none; clear: both; }
	#header .main-menu ul.sub-menu ul.sub-menu { display: none;}
	#header .main-menu ul.sub-menu:hover ul.sub-menu{ margin-left: 250px; position: absolute; top: -1px; display: block; }
	#header .main-menu .dropdown-menu{ border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); }
	#header .navbar { margin-bottom: 20px; }
	#header .brand { margin-bottom: 0px; }
    #footer .bottom-bar .list-inline { display: inline-block; }
	#footer .logo { display: block; }

    .block .block-footer,
    .block.block-presentation{ margin-bottom: 0; }
    .block.block-subscribe { display: block; }
    .block.items-preview .media .btn { position: absolute; }
    .block.items-preview .media { height: 200px; }
    .block.items-preview .excerpt { height: 87px; }
    .block .media-body.new { padding-top: 0; }
    .main-slider { display: block; }
    .job-board .block .media { min-height: inherit; }
    .job-board .block .media-body .date{ display: inline; }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #header .site-description p { font-size: 16px; }
    #header .main-menu li { font-size: 15px; }

    .archive .annuaire,
	.archive .partner { width: 49%; min-height: 250px; }

	.archive .annuaire:nth-child(even),
	.archive .partner:nth-child(even) { margin-right: 1%; }

	.archive .annuaire:nth-child(odd),
	.archive .partner:nth-child(odd){ margin-left: 1%;}

	.archive .annuaire .wp-post-image,
	.archive .partner .wp-post-image { margin-bottom: 10px; }

    .archive .annuaire .entry-title,
	.archive .partner .entry-title { font-size: 20px; }

	.main-slider .carousel-baseline { font-size: 24px; }
	.main-slider .carousel-caption { top: 17%; }
}

@media (min-width: 992px) and (max-width: 1999) { }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }