html, body {
	height: 100%;
}

/* Restoring Wordpress Default Styles */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}



/* Search */

/*form.search {
	display: none;
}*/

.search-results .type-tribe_events {
	width: 100%;
}

.search-results .frame {
	display: inline-block;
	vertical-align: top;
	width: 15% !important;
}

.search-results .frame img{
	max-width: 120px;
}

.search-result-title {
	font-size: 18px;
}

.search-result-title a,
.search-result-title a:hover,
.search-result-title a:visited {
	color: #1f2d90;
	text-decoration: none;
	cursor: pointer;
}

.tribe_events_content {
	padding-top: 12px;
}

.search_spacer {
	line-height: 40px;
}

.sub-menu-search {
	top: 22px !important;
}

.search_content {
	display: inline-block;
	vertical-align: top;
	max-width: 70%;
}

/* Modifications to the slider by Sam */
/* as requested during last customer meeting */

.header {
	height: 385px !important; /* 540 - 155 */
}

.header .carrousel {
	height: 300px !important; /* 455 - 1/3 = 300 (reduction by 155) */
}

.header .carrousel > a {
	height : 300px !important;
}

.header .carrousel h1 {
	top: 130px !important; /* 285 - 155 */
}

/* Languages */

.lang-item img {
	width: 18px
}

/* Home */

/* ######### Shared CSS for various parts of carousel (in the event of multiple carousels) ######### */

div.carrousel{ /* shared CSS for main carousel container */
	/*background: black url(http://www.cloudweekparis.fr/wp-content/themes/pariscloudweek/js/lib/bkslider/ajaxload.gif) center center no-repeat;*/ /* loading gif while caoursel is loading */
}

div.carrousel div.slide{ /* CSS for each image's DIV container within main container */
	background-color: black;
	background-position: center center; /* center image within carousel */
	background-repeat: no-repeat;
	background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
	color: black;
}

/* Home buttons */

.latest_news article a:hover {
	color: #26326D;
	background-color: white;
	border-right: solid 3px #26326D;
}

/* Home Sliders */

/* Global */

a.read_more {
	color: #26326D;
}

#partner-event-list {
	margin-top: 20px;
}

#partner-event-list .partner-event-times {
	color: #34439A;
	margin-right: 10px;
}

#partner-event-list ul li {
	margin-left: 40px;
	list-style-type: disc;
}

#partner-event-list ul li a {
	text-decoration: none;
}

#partner-event-list ul li a:hover {
	text-decoration: underline;
}

.partner-event-back-top a {
	font-size: 0.8em;
	text-decoration: none;
	border-bottom: dotted 1px gray;
}
.single-tribe_events h2.tribe-events-single-event-title {
	color: #34439A !important;
}

.single-tribe_events h2.tribe-events-single-event-title a {
	color: #34439A !important;
	text-decoration: none;
}

.tribe-partner-events h2 {
	font-size: 1.1em;
	color: #34439A !important;
}

#partners-a-sam {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#partners-a-sam .partners-a-wrap-sam {
	display: block;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

#partners-a-sam .partners-a-wrap-sam ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#partners-a-sam .partners-a-wrap-sam ul li {
  display: block;
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#partners-a-sam .partners-a-wrap-sam ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#partners-a-sam .partners-a-wrap-sam ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/* Page Events */

article.tribe-events-single {
	margin-top: 40px;
}

#tribe-events {
	position: relative;
}

.tribe-events-cal-links {
	padding-top: 10px !important;
}

#tribe-events h2 {
	margin-top: 20px;
}

#tribe-events h2,
#tribe-events h3 {
	color: #34439A;
}

#tribe-events p {
	margin: 0 !important;
}

#tribe-events ul {
	margin-left: 30px;
}

#tribe-events ul li {
	margin: 0 !important;
	list-style-type: disc !important;
}

.partner-event-content {
	/*min-height: 120px;*/
	/*max-width: 60% !important;*/
	text-align:justify;
	text-align-last: left;
	line-height: 1.5em;
}

.tribe-events-partner-content-container {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}
.tribe-events-meta-group-gmap-partner {
	width: 35%;
	margin-left: 4%;
	display: inline-block;
	vertical-align: top;
}

/*.tribe-events-single-event-title-container {
	display: inline-block;
	width: 60%;
}*/

#tribe-events-content .updated {
	max-height: 30px;
}

.type-tribe_events {
	display: inline-block;
	width: 60%;
}

.tribe-events-before-html {
	z-index: 10;
	width: 25%;
	position: absolute;
	top: 50px;
	right: 10px;
}

.partner_event_btn {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}

.event_registration_btn:before {
   content: "Inscription";
}

.partner_event_btn,
.event_registration_btn {
  color: #f57e33;
  /*background-color: #f57e33;
  padding: 30px 40px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;*/
}

/* Page Inscription (registration) */

.labelr {
	width: 78%;
	float: right;
}

/* Default Classes for all pages (Qui sommes nous / presse ...) */

.page_default article {
	text-align: justify;
	text-align-last: left;
}

.page_default section {
	width: 62%;
	display: inline-block;
	vertical-align: top;
}

.partners_newsletter {
	margin: 20px auto;
}

.partner_newsletter {
	display: inline-block;
}

/* Page Program */

.page_program section.program {
	width: 62%;
	display: inline-block;
	vertical-align: top;
}

.page_program section.news_editorial {
	width: 35%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: top;
}

.page_program section.program article,
.page_program section.news_editorial article {
	margin-bottom: 80px;
	font-size: 1.2em;
	text-align: justify;
	text-align-last: left;
}

.page_program section.program article h2,
.page_program section.news_editorial article h2 {
	margin: 10px 0;
	color: #EF7E3D;
}

/* Page News */

.page_news section.news article,
.page_news section.news_editorial article {
	margin-bottom: 80px;
	text-align: justify;
	text-align-last: left;
}

.page_news section.news article h2,
.page_news section.news_editorial article h2 {
	margin: 10px 0;
	color: #EF7E3D;
}

.page_news section.news img,
section.speakers .frame img{
	width: 100%;
	display: block;
	margin: 10px 0;
}

.page_news .frame {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.page_news .post_content {
	display: inline-block;
	vertical-align: top;
	margin-left: 4%;
	width: 55%;
	text-align: justify;
	text-align-last: left;
}

/* Page Single news */

.page_single_news section.single_news img {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.page_single_news .frame {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.page_single_news h1 {
	line-height:1.5em;
}

.page_single_news .post_content {
	display: inline-block;
	vertical-align: top;
	line-height:1.5em;
	margin-left: 4%;
	width: 55%;
	text-align: justify;
	text-align-last: left;
}

.single_news li {
	list-style-type: disc;
	margin-left: 30px;
}

.news_content li {
	list-style-type: disc;
	margin-left: 30px;
}

/* Page Videos */

.page_videos section.videos article {
	margin-bottom: 80px;
	text-align: justify;
	text-align-last: left;
}

.page_videos section.videos article h2 {
	margin: 10px 0;
	color: #EF7E3D;
}

.page_videos section.videos article a,
.page_videos section.videos article a:visited,
.page_videos section.videos article a:hover {
	text-decoration: none;
}

.page_videos section.videos img {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.page_videos .frame {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

.page_videos .post_content {
	display: inline-block;
	vertical-align: top; 
	margin-left: 4%;
	width: 55%;
	text-align: justify;
	text-align-last: left;
}
.page_videos h2 a,
.page_videos h2 a:visited,
.page_videos h2 a:hover {
	text-decoration: none;
	color: #F47F2A;
}

.page_videos .s1 {
	font-weight: bold;
}

.page_videos p {
	margin: 10px auto;
}

.page_videos ul {
	margin-left: 20px;
}

.page_videos ul li {
	list-style-type: disc;
	padding-left: 20px;
}

/* Page Single video */

.page_single_video section.single_video img {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.page_single_video h1 {
	line-height:1.5em;
}

.page_single_video .video_content {
	display: inline-block;
	vertical-align: top;
	line-height:1.5em;
	text-align: left;
	text-align-last: left;
}

.page_single_video .video_content .video_container {
	text-align: center;
}

.single_video li {
	list-style-type: disc;
	margin-left: 30px;
}

.news_content li {
	list-style-type: disc;
	margin-left: 30px;
}

/* Page Gallery */

.gallery ul {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 30px;
	border: solid 1px #ccc;
	background: #eee;
}

.gallery ul li {
	list-style-type: none;
	display: inline-block;
}

/* Page Speakers (Intervenants) */

.page_speakers article.speaker {
	text-align: left;
	margin-bottom: 40px;
}

.page_speakers article.speaker h2 {
	color: #EF7E3D;
}

.page_speakers article.speaker h3 {
	color: #1F2D90;
}

.page_speakers article.speaker p {
	margin: 6px 0;
	text-align: justify;
	text-align-last: left;
}

.page_speakers article.speaker a {
	padding: 0;
	border: none;
	display: inline;
	text-align: left;
	position: static
}

/*.page_speakers img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
}*/

.page_speakers .speaker_content {
	max-width: 60%;
}

/* Page Partners and Sponsors */

.single_partner img,
.single_sponsor img {
	display: block;
	max-width: 300px;
	margin-bottom: 30px;
}

.page_single_partner section.single_partner,
.page_single_sponsor section.single_sponsor {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

.page_single_partner section.news_editorial,
.page_single_sponsor section.news_editorial {
	width: 35%;
	margin-left: 3%;
	display: inline-block;
	vertical-align: top;
}

.partner_content,
.sponsor_content {
	max-width: 60%;
}

.partner_content h2 a,
.partner_content h2 a:hover,
.partner_content h2 a:visited,
.videos_content h2 a,
.videos_content h2 a:hover,
.videos_content h2 a:visited,
.sponsor_content h2 a,
.sponsor_content h2 a:hover,
.sponsor_content h2 a:visited {
	color: #000;
	text-decoration: none
}

section.sponsors .sponsor_content {
  display: inline-block;
  vertical-align: top;
  width: 79%;
}


.page_videos .frame {
	position:relative
}

/* Page Documents */

.page_documents section.documents article {
	margin-bottom: 80px;
	text-align: justify;
	text-align-last: left;
}

.page_documents section.documents article h2 {
	margin: 10px 0;
	color: #EF7E3D;
}

.page_documents section.documents img {
	width: 100px;
	display: block;
	margin: 10px 0;
}

.page_documents .frame {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.page_documents .post_content {
	display: inline-block;
	vertical-align: top; 
	margin-left: 4%;
	width: 55%;
	text-align: justify;
	text-align-last: left;
}
.page_documents h3 a,
.page_documents h3 a:visited,
.page_documents h3 a:hover {
	text-decoration: none;
	color: #F47F2A;
}

.page_documents .s1 {
	font-weight: bold;
}

.page_documents p {
	margin: 10px auto;
}

.page_documents ul {
	margin-left: 20px;
}

.page_documents ul li {
	list-style-type: disc;
	padding-left: 20px;
}

.page_single_document section.single_document img {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.page_single_document h1 {
	line-height:1.5em;
}

.page_single_document .document_content {
	display: inline-block;
	vertical-align: top;
	line-height:1.5em;
	text-align: left;
	text-align-last: left;
}

.page_single_document .document_content .document_container {
	text-align: center;
}

.single_document li {
	list-style-type: disc;
	margin-left: 30px;
}

.document_content h2 a,
.document_content h2 a:hover,
.document_content h2 a:visited {
	color: #000;
	text-decoration: none
}

section.documents .document_content {
  display: inline-block;
  vertical-align: top;
  width: 79%;
}

.page_documents .frame {
	position:relative
}

/* Page Press */

.page_presse h2,
.page_presse h3,
.page_press h2,
.page_press h3 {
	color: #EF7E3D;
	text-align: center;
}


.page_presse h2,
.page_press h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.page_presse h3,
.page_press h3 {
	margin-bottom: 20px;
}

.page_presse p,
.page_press p {
	margin: 15px 0;
	font-weight: lighter;
	text-align: justify;
	text-align-last: left;
}

.page_presse ul,
.page_press ul{
	margin-left: 20px;
}

.page_presse ul li,
.page_press ul li {
	list-style-type: disc;
}

ul.press_releases {
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.press_releases li {
	list-style-type: none;
}

ul.press_releases li .frame {
	display: inline-block;
	vertical-align: top;
}

ul.press_releases li .frame img {
	max-width: 100px;
}

ul.press_releases li .press_release_content {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin-left: 3%;
}

ul.press_releases li a {
	text-decoration: none;
}

.page_presse .home_sidebar {
	margin-top: 0 !important;
}

.page_presse .home_sidebar h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Others */

.tribe-events-event-meta .tribe-events-meta-group{
	width:31%;
	padding:1%;
	margin:0 1%
}

.page_qui-sommes-nous,
.page_about-us {
	line-height: 1.5em;
}

/* Inscriptions */

.page_inscription ul {
	padding-left: 20px;
}

.page_inscription ul li {
	list-style-type: disc;
}

.spacer {
	line-height: 15px;
	min-height: 15px;
	clear: both;
}

label.error {
	display: none;
}

input.error {
	background-color: #F99F9F;
}

span.title {
	color: #1F2D90;
}

span.info {
	color: #4BA6C5;
}

span.error {
	color: #F99F9F;
}

/* Testimonial Slider */

/* Bloc général */

#testimonial {
    position: relative;
    margin: 0 auto;
    width: calc(~'100% - 16px');
	/* border:8px solid #26326d; */
}

#testimonial .signature {
    text-align: right;
}

#owl-demo {
    border: solid 8px #26326d;
}

#testimonial h1 {
    padding: 20px 20px 0;
    font-size: 18px;
}

#testimonial p {
    padding: 20px;
    font-size: 12px;
}
/* Size auto image */

#owl-demo .item img {
    width: 100%;
    height: auto;
}
/* arrows */

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    top: 0;
    left: 0;
    /*pas besoin de la flèche de gauche*/
    
    display: none;
}
/* bouton */

#testimonial #bouton {
    margin-top: 2px;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

#testimonial #bouton section.butn {
    margin-top: 2px;
    position: relative;
    float: right;
    width: 160px;
    height: 28px;
}

#testimonial #bouton section.butn a {
    background: url(http://www.cloudweekparis.fr/img/small_arrow.png), #26326d;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    width: auto;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    top: 0;
    right: 0;
    filter: Alpha(Opacity=35);
    /*IE7 fix*/
    height:176px;
    background: url(../images/arrow.png), rgba(38, 50, 109, .35);
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background: url(../images/arrow.png), rgba(38, 50, 109, 1);
    background-position: center;
    background-repeat: no-repeat;
}

#owl-demo .item {
    width: auto;
    background: white;
    color: #26326d;
    text-align: left;
}
/**********************************



            CSS du plugin



***********************************/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 100%;
    position: absolute;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    
    padding: 3px 10px;
    font-size: 12px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(http://www.cloudweekparis.fr/wp-content/themes/pariscloudweek/css/AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
    cursor: url(http://www.cloudweekparis.fr/wp-content/themes/pariscloudweek/css/grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*************************************************************************




                        MEDIA QUERIES





***************************************************************************/

@media screen and (max-width: 999px) {
    .owl-theme .owl-controls .owl-buttons div {
        position: relative;
        float: left;
        width: 99%;
        height: 30px;
        margin-top: 16px;
        margin-left: -8px;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-next {
        filter: Alpha(Opacity=100);
        /*IE7 fix*/
        
        background: url(http://www.cloudweekparis.fr/img/arrow-v2.png), rgba(38, 50, 109, 1);
        background-position: center;
        background-repeat: no-repeat;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
        background: url(http://www.cloudweekparis.fr/img/arrow-v2.png), rgba(38, 50, 109, 1);
        background-position: center;
        background-repeat: no-repeat;
    }
    #testimonial #bouton {
        margin-top: 14px;
    }
}