/*
 Theme Name:   Twenty Sixteen Morning
 Theme URI:    https://morning-coworking.com/
 Description:  Twenty Sixteen Child Theme created by Maxime Genestier for Morning Coworking
 Author:       Maxime Genestier
 Template:     twentysixteen
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

/**************************************************************************************************************/
/*************************************************** GENERAL **************************************************/
/**************************************************************************************************************/
@font-face {
	font-family: "stanley poster";
	src: url('/wp-content/themes/twentysixteen-morning/assets/fonts/stanleyposter.otf');
	font-weight: normal;
}
@font-face {
    font-family: "alternate-gothic-no-1-d";
    src: url('/wp-content/themes/twentysixteen-morning/assets/fonts/AlternateGotNo1D.otf');
    font-weight: normal;
}

* {
	outline: none;
}
/* delete a white band at the bottom of the site */
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
	display: none;
}

/*********** site width ***********/
.site, .site-main {
	margin: 0;
}
.site-content {
	margin: 0px 15px;
}
/* delete site margins */
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
	margin: 0;
}
@media screen and (min-width: 1025px) {
	.site-content {
		max-width: 960px;
		padding: 0;
		margin: auto;
	}
}
@media screen and (min-width: 1260px) {
	.site-content {
		max-width: 1200px;
	}
}

/*********** blocks css ***********/
.vc_row {
	padding: 60px 0;
}
.vc_row.vc_row-flex, .wpb_wrapper .vc_row {
	padding: 0 0 60px 0;
}
@media screen and (min-width: 800px) {
	.vc_row.vc_row-flex, .wpb_wrapper .vc_row {
		display: flex;
	}
}
.vc_row.vc_row-flex:first-child, .wpb_wrapper .vc_row:last-child  {
	padding: 0;
}
@media screen and (min-width: 1025px) {
	.entry-content, .no-sidebar .entry-content {
		margin-top: 75px;
	}
}

/*********** body ***********/
body, a {
	font-family: "avenir", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
p {
	margin: 0 0 0.5em 0;
}
p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 799px) {
	p {
		text-align: center;
	}
}
img {
	width: 100%;
}
/*********** links ***********/
a, .entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a {
	text-decoration: none;
	color: #1A2035;
	box-shadow: none;
}
a:hover, .entry-footer a:hover, .site-info a:hover, #content-bottom-widgets a:hover {
	color: #ff5955;
}

/*********** blocks ***********/
.block_flex_mobile_column {
	display: flex;
}
@media screen and (max-width: 799px) {
	.block_flex_mobile_column {
		flex-direction: column;
	}
	.flex_mobile_first {
		order: -1;
	}
}

/*********** titles ***********/
h1, h2, h3, h4, h5, h6, .entry-title, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
	font-family: "abhaya libre", serif;
	font-weight: 600;
}
h1, .entry-content h1, .entry-summary h1, .comment-content h1 {
	font-size: 25px;
	margin-bottom: 15px;
}
h2, .entry-content h2, .entry-summary h2, .comment-content h2 {
	font-size: 25px;
	margin-bottom: 60px;
}
h3, .entry-content h3, .entry-summary h3, .comment-content h3 {
	font-family: "avenir", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 20px 0;
}

/*********** buttons ***********/

/* principal button */
button.vc_btn3 {
	font-family: "avenir", sans-serif;
	font-weight: 300;
	letter-spacing: inherit;
	text-transform: none;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat, .vc_btn3-container .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .vc_btn3-container .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline, .btn_secondary_dark a {
	font-size: 16px;
	padding: 15px;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
	background-color: #ff5955;
	border: 1px solid #ff5955;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover {
	background-color: #fff;
	color: #ff5955;
}
@media screen and (max-width: 799px) {
	.vc_btn3-container .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
		margin-right: auto;
    	margin-left: auto;
    	display: block;
    	width: fit-content;
	}
}
/* secondary button red */
.vc_btn3-container .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
	background-color: transparent;
	border: 1px solid #ff5955;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus {
	background-color: #ff5955;
}
/* secondary button white */
.vc_btn3-container .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
	border: 1px solid #fff;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
	background-color: #fff;
	color: #ff5955;
}
/* secondary button dark */
.btn_secondary_dark {
	padding: 30px 0 0 0;
}
.btn_secondary_dark a {
	border: 1px solid #1A2035;
	border-radius: 5px;
}
@media screen and (max-width: 760px) {
	.btn_secondary_dark {
		padding: 30px 0;
	}
}
#content-bottom-widgets .btn_secondary_dark a:hover {
	background-color: #1A2035;
	color: #fff;
}

/*********** special classes and ids ***********/
.vc_column_container .citation p {
	font-size: 18px;
	font-family: "abhaya libre", serif;
	line-height: 24px;
}
@media screen and (max-width: 799px) {
	.vc_column_container .citation {
		text-align: center;
		padding: 0 0 30px;
	}
}
/* illus */
.arrow {
	display: block;
	margin: 0 auto 30px;
	width: inherit;
}
.illu {
	display: block;
	margin: auto;
}
.illu-xs {
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
}
.illu-sm {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.illu-md {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
.illu-xl {
	max-width: 300px;
	max-height: 300px;
	margin-bottom: 30px;
}
/* waves */
#wave_white_small p, #wave_dark_small p {
	padding: 0 0 0 25px;
	background-repeat: no-repeat;
	width: fit-content;
	margin: auto;
}
#wave_white_small p {
    background-image: url(/wp-content/themes/twentysixteen-morning/assets/img/white_wave.svg);
}
#wave_dark_small p {
    background-image: url(/wp-content/themes/twentysixteen-morning/assets/img/dark_wave.svg);
}
/* specials */
.hidden {
	display: none !important;
	margin: 0 !important;
}

/**************************************************************************************************************/
/*************************************************** HEADER ***************************************************/
/**************************************************************************************************************/

/*********** all header ***********/
.site-header {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	padding: 10px 30px;
}
@media screen and (min-width: 1025px) {
	.site-header {
		z-index: 999;
		position: fixed;
		left:0;
		right:0;
	}
	.site-header-main {
		max-width: 960px;
		margin: auto;
	}
}
@media screen and (min-width: 1260px) {
	.site-header-main {
		max-width: 1200px;
	}
}
@media screen and (max-width: 909px) {
	.site-header {
		padding: 0 15px;
	}
}
.main-navigation {
	margin: 0;
}

/*********** logo ***********/
.custom-logo {
	max-width: 100px;
}
@media screen and (min-width: 800px) {
	.custom-logo {
		max-width: 120px;
	}
}

/*********** Menu ***********/
.site-header-menu {
	margin: 0 0 0 auto;
}

/* mobile menu - burger */
.site-header-main .menu-toggle, .site-header-main .menu-toggle:hover, .site-header-main .menu-toggle:focus {
	font-size: 20px;
    border: none;
	padding: 0;
	color: #1A2035;
}
.site-header-main button.menu-toggle.toggled-on {
	color: #ff5955;
	background: white;
}
@media screen and (max-width: 909px) {
	/* mobile menu - dropdown */
	.main-navigation {
		width: 100%;
	    position: fixed;
	    left: 0;
	    background-color: white;
	    z-index: 99;
	    height: 100vh;
		overflow: scroll;
	}
	/* moile menu - dropdown level 2 */
	.main-navigation ul ul {
		margin-left: 0.875em;
	    position: absolute;
	    right: 100%;
	    width: 101%;
	    background-color: #F6F6F6;
	    z-index: 99;
	    top: 0px;
	    padding: 30px 0;
	    margin: -30px 0 0 0;
	}
}

/*********** MAX MEGA MENU - plugin ***********/

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 17px;
}

/* flying menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background: #fff;
	padding-top: 0px;
	margin-top: 0;
	width: 230px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: inherit;
	color: inherit;
	font: inherit;
	padding: 15px 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
	color: #FF5955;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {
	padding-top: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
	padding-bottom: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: inherit;
	color: #ff5955;
	font: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
	text-align: left;
}

/* item primary */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: "avenir", sans-serif;
	padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	padding: 0 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	padding-right: 0;
}

/* item secondary */
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu {
	font-family: "avenir", sans-serif;
	font-size: 16px;
	text-transform: none;
}

/* title city */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600;
} 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color: #1A2035;
	font-weight: 600;
}

/**************************************************************************************************************/
/**************************************************** FOOTER **************************************************/
/**************************************************************************************************************/

/*********** delete "powered by Wordpress" ***********/
#colophon {
	display: none;
} 

/*********** all footer ***********/
#content-bottom-widgets {
	padding: 30px 0;
}
.content-bottom-widgets p {
	margin-bottom: 10px;
}

/*********** widget blocks ***********/
.content-bottom-widgets .widget-area {
	margin-bottom: 10px;
	width: 100%;
    text-align: center;
}
.content-bottom-widgets .widget-area p {
	text-align: center;
}
.widget {
	border: 0;
	padding: 0;
    margin: 0 auto;
}

/*********** 3 column footer ***********/
@media screen and (min-width: 760px) {
	.content-bottom-widgets .widget-area {
		width: 33.33333%;
		float: left;
		margin: 0;
		text-align: left;
	}
	.content-bottom-widgets .widget-area p {
		text-align: left;
	}
}
.widget-area > :last-child, .widget > :last-child {
	width: fit-content;
}

/*********** picto social network ***********/
.textwidget a img {
	display: inline-block;
} 
.footer-social {
	display: inline-block;
	margin: 0 30px 0 0;
}

/**************************************************************************************************************/
/************************************************* HOME PAGE **************************************************/
/**************************************************************************************************************/

/*********** home page block hero ***********/
.illu-hp {
	max-width: 100px;
	height: 130px;
}
#hero.hero_y_90 {
	background-position-y: 90% !important;
}
#hero.hero_y_80 {
	background-position-y: 80% !important;
}
#hero.hero_y_70 {
	background-position-y: 70% !important;
}
#hero.hero_y_60 {
	background-position-y: 60% !important;
}
#hero.hero_y_40 {
	background-position-y: 40% !important;
}
#hero.hero_y_30 {
	background-position-y: 30% !important;
}
#hero.hero_y_20 {
	background-position-y: 20% !important;
}
#hero.hero_y_10 {
	background-position-y: 10% !important;
}

.hp_title .vc_column-inner {
	background-color: rgb(203, 227, 255);
	background-image: url('/wp-content/uploads/2019/11/HERO-Morning-Coworking2.jpg');
}
.hp_title .wpb_raw_code {
	height: 480px;
	display: flex;
	align-items: center;
	margin-right: 58%;
	margin-left: auto;
	width: fit-content;
}
.hp_title .vc_column-inner h1 {
	font-size: 45px;
	display: inline;
	background-color: #fff;
	box-shadow: 0.5em 0 0 #fff,-0.5em 0 0 #fff;
	line-height: 1.3;
}
@media screen and (max-width: 799px) {
	.hp_title .wpb_raw_code {
		margin-left: 30px;
		margin-right: auto;
		align-items: start;
		margin-top: 60px;
	}
	.hp_title .vc_column-inner h1 {
		font-size: 42px;
		height: 420px;
	}
}


#hp_hero_mobile {
	width: 310px;
	margin: auto;
	padding: 100px 0px 250px 140px;
}
#hp_hero_mobile_title {
	font-size: 35px; 
	line-height: 40px;
}
#hp_hero_mobile_slogan {
	font-size: 14px; 
	font-family: "avenir", sans-serif; 
	letter-spacing: 0.2em; 
	font-weight: 300; 
	line-height: 15px;
}

/*********** home page block spaces ***********/
.space_h2_arrow {
	margin-bottom: 15px !important;
}
@media screen and (max-width: 799px) {
	.hp_spaces.vc_column_container {
		/* for 3 columns
		width: 33.3333%;*/
		width: 50%;
		float: left;
	}
}
.hp_spaces a {
	display: inline-block;
	padding-bottom: 10px;
}
.hp_spaces a:hover {
	color: #ff5955;
}
@media screen and (max-width: 800px) {
	#hp_map {
		clear:both;
	}
}
#hp_map figure {
	width: 100%;
}

/*********** Home page block custom offer ***********/
.block-custom-offer.vc_row {
	padding-top: 60px;
}

.block-custom-offer .description {
	max-width: 50%;
	margin: auto;
}

.block-custom-offer .services {
	margin: 60px 0;
}
.block-custom-offer .services.list .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.block-custom-offer .services .vc_row.vc_row-flex:not(:last-child) {
	padding: 0 0 30px 0;
}
@media screen and (max-width: 909px) {
	.block-custom-offer .description {
		max-width: 100%;
	}
	.block-custom-offer .services.list h3 {
		text-align: center !important;
	}
	.block-custom-offer .services.list img {
		margin-bottom: 30px;
	}
	.block-custom-offer .services.slider {
		margin-top: 0;
	}
}

/*********** Home page block community ***********/

#photo_colocs.wpb_single_image .wpb_wrapper.vc_figure, #photo_colocs.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

/* logo coworkers home page */
.vc_row.logo_colocs_row {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.logo_colocs_row .vc_column_container { 
	margin: auto;
}
.logo_colocs_row figure img {
	max-width: 150px;
    max-height: 70px;
    height: auto;
    width: auto;
	vertical-align: middle;
}
@media screen and (max-width: 800px) {
	.logo_colocs_row figure img {
		max-width: 100%;
	}
}

/* pictures of colocs and testimonies */
.hp_testimony {
	padding: 30px;
}
@media screen and (min-width: 800px) {
	.hp_testimony {
		padding-bottom: 0;
	}
}
.hp_photo_coloc {
	max-width: 230px;
	margin: auto;
}

/*********** Home page Events ***********/

/* exclu events */
.hp_event_exclu_morning, .hp_event_open_morning {
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
    float: left;
}
.hp_event_exclu_morning {
	background-color: #ff5955;
}
.hp_event_open_morning {
	background-color: #50E3C2;
}
/* date events */
.hp_event_date_red, .hp_event_date_blue {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-left: 15px;
    float: left;
    line-height: 23px;
}
.hp_event_date_red {
	color: #ff5955;
}
.hp_event_date_blue {
	color: #6860FF;
}
@media screen and (max-width: 799px) {
	.hp_event_exclu_date, .hp_event_open_date {
		margin: auto;
    	width: fit-content;
	}
	.hp_event_exclu, .hp_event_date_blue {
		text-align: left;
	}
}
/* title events */
.hp_event_title_red, .hp_event_title_blue {
	clear: both;
}
.hp_event_title_red p a, .hp_event_title_blue p a, .hp_event_title_red p, .hp_event_title_blue p {
	font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
    line-height: 38px;
}
.hp_event_title_red p, .hp_event_title_blue p {
	padding: 15px 0;
}
.hp_event_title_red p a, .hp_event_title_red p {
	color: #ff5955;
}
.hp_event_title_blue p a, .hp_event_title_blue p {
	color: #6860FF;
}
.hp_event_address_red {
	color: #ff5955;
}
.hp_event_address_blue {
	color: #6860FF;
}

@media screen and (max-width: 799px) {
	.hp_event_img {
		padding-bottom: 30px;
	}
	.hp_event_title_red p a, .hp_event_address_red, .hp_event_exclu_date, .hp_event_title_blue p a, .hp_event_address_blue, .hp_event_open_date {
		text-align: center;
	}
	.hp_event_exclu_morning, .hp_event_open_morning {
		display: block;
	    margin: auto;
	    margin-bottom: 20px;
	}
}

/**************************************************************************************************************/
/******************************************** ALL SPACES PAGE *************************************************/
/**************************************************************************************************************/

.spaces_map {
	max-width: 500px;
	display: block;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

/**************************************************************************************************************/
/********************************************** SPACE PAGE ****************************************************/
/**************************************************************************************************************/

.post-thumbnail {
	display: none;
}

/********** Space HERO + carousel **********/

#hero {
    cursor: pointer;
}
#carousel {
	height: 0;
	cursor: auto;
}
#carousel.carousel_full_screen {
	height: inherit;
}
.carousel_full_screen {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.carousel_full_screen > * {
	max-width: 600px;
    width: 90%;
}
@media screen and (min-width: 1025px) {
	.carousel_full_screen > * {
		max-width: 630px;
	}
}
@media screen and (min-width: 1260px) {
	.carousel_full_screen > * {
		max-width: 870px;
	}
}

/********** Space block sticky **********/
#space_block_sticky {
	display: flex;
	justify-content: center;
}
.space_block_sticky.vc_column_container {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	border-radius: 4px;
	width: 95%;
	background: #fff;
}
@media screen and (min-width: 1025px) {
	#space_block_sticky {
		display: block;
	}
	.space_block_sticky.vc_column_container {
		position: fixed;
		z-index: 99;
		width: 300px;
		margin-left: 660px;
		/* margin-top: 10%; */
	}
}
@media screen and (min-width: 1260px) {
	.space_block_sticky.vc_column_container {
		margin-left: 900px;
	}
}
.space_block_sticky.vc_column_container > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 400px;
	margin: 30px 0;
}
.space_block_sticky h1 {
	line-height: 20px;
}
.space_block_sticky .space_name {
	font-family: "avenir", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 0.2em;
}
.space_block_sticky .metro_line {
	width:20px; 
	margin-bottom: 3px;
	display: inline-block;
}
.space_block_sticky .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat, .space_block_sticky .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
	width: 230px;
}
.space_block_sticky .tel {
	color: #ff5955;
}

/*********** Space row ***********/
@media screen and (min-width: 1025px) {
	.space_row {
		max-width: 630px;
	}
}
@media screen and (min-width: 1260px) {
	.space_row {
		max-width: 870px;
	}
}
/*********** Google map ***********/
.wpb_wrapper.wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}

#map { height:400px; width:100%; };

/*********** Gallery ***********/

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
	color: #fff;
	text-shadow: none;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control {
	opacity: 1;
    background: rgba(26, 32, 53, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 10px;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev, .wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next {
	margin-top: -18px;
	color: #fff;
}

/*********** Block prices ***********/

.vc_row .space_block_price, .vc_row .space_block_service {
	padding: 10px;
	max-width: 200px;
	margin: 0 auto;
}
@media screen and (min-width: 800px) {
	.vc_row .space_block_price, .vc_row .space_block_service {
		max-width: 33%;
	}
}
.space_block_price .vc_column-inner {
	background-color: #fff;
	border-radius: 4px;
	padding: 30px 0;
}
@media screen and (min-width: 800px) {
	.space_block_price .vc_column-inner {
		padding: 30px !important;
	}
	.space_block_price .vc_column-inner > .wpb_wrapper {
		height: 244px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
	.space_block_price .vc_column-inner > .wpb_wrapper {
		display: inherit;
		height: inherit;
	}
}
#space_block_price_title {
	font-family: "abhaya libre", serif;
	font-size: 24px;
	line-height: 25px;
}
.space_price_office_type {
	padding: 20px 0;
}
.space_price p {
	font-size: 24px;
	font-family: "abhaya libre", serif;
	color: #ff5955;
}

/*********** Block services ***********/
.space_block_service .vc_column-inner {
	padding-bottom: 30px;
}

/*********** Block morning manager ***********/
#space_mm_text {
	padding: 0;
}
#space_mm_picture {
	width: 200px;
}
@media screen and (min-width: 800px) {
	#space_mm_text {
		padding: 0 60px 0 30px;
	}
}

/*********** Block other ***********/
.vc_pageable-slide-wrapper.vc_clearfix {
	width: 100%;
}
.space_other_title {
	color: #ff5955;
}
.vc_grid .space_other_title h3 {
	padding-top: 0;
}
.wpb_wrapper .vc_gitem-zone-mini div {
	padding: 0;
}
.wpb_wrapper .vc_grid.vc_row.vc_grid-gutter-30px {
	margin-bottom: 0;
}

/**************************************************************************************************************/
/****************************************** CONTACT SPACE PAGE ************************************************/
/**************************************************************************************************************/

.vc_column_container.space_contact {
	background: #fff;
	padding: 30px 60px 0;
}
.vc_column_container.space_contact p {
	padding-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.vc_column_container.space_contact {
		padding: 30px 30px 0;
		width: 100%;
	}
}

/*********** WP plugin - Contact Form 7 ************/

div.wpcf7 {
	margin-top: 30px;
}
.vc_column_container.space_contact div.wpcf7 p {
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-bottom: 15px;
}
div.wpcf7 label {
	margin-bottom: 5px;
	display: inline-block;
}
@media screen and (min-width: 992px) {
	.vc_column_container.space_contact div.wpcf7 p:nth-child(2),
	.vc_column_container.space_contact div.wpcf7 p:nth-child(3),
	.vc_column_container.space_contact div.wpcf7 p:nth-child(4),
	.vc_column_container.space_contact div.wpcf7 p:nth-child(5),
	.vc_column_container.event_contact div.wpcf7 p:nth-child(9),
	.vc_column_container.event_contact div.wpcf7 p:nth-child(10) {
		width: 49%;
		display: inline-block;
	}
	.vc_column_container.space_contact div.wpcf7 p:nth-child(2),
	.vc_column_container.space_contact div.wpcf7 p:nth-child(4),
	.vc_column_container.event_contact div.wpcf7 p:nth-child(9) {
		margin-right: 0.5%;
	}
}
.vc_column_container.space_contact div.wpcf7 p:nth-child(4), .vc_column_container.space_contact div.wpcf7 p:nth-last-child(2) {
	margin-bottom: 0;
}
div.wpcf7 input[name="first-name"] {
	text-transform: capitalize;
}
div.wpcf7 input[name="last-name"] {
	text-transform: uppercase;
}
div.wpcf7 input[name="your-name"] {
	display: none;
}
div.wpcf7 input, div.wpcf7 textarea, div.wpcf7 select {
	border-radius: 4px;
	background: #fff;
	font: inherit;
	padding: 5px 10px;
}
div.wpcf7 select {
	height: 38px;
	width: 100%;
}
div.wpcf7 input[name="title"] {
	display: none;
}

/* CGU */
.vc_column_container.space_contact div.wpcf7 p:nth-last-child(3) {
	font-size: 0.8em;
	color: grey;
	text-align: center;
}
.vc_column_container.space_contact div.wpcf7 p:nth-last-child(3) a {
	font-size: 0.8em;
	color: #FF5955;
}

/* submit button */
div.wpcf7 input[type="submit"] {
	font-family: "avenir", sans-serif;
	font-weight: 300;
	letter-spacing: inherit;
	text-transform: none;
	background-color: #ff5955;
	border: 1px solid #ff5955;
	font-size: 16px;
	padding: 10px 25px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
div.wpcf7 input[type="submit"]:hover {
	background-color: #fff;
	color: #ff5955;
}
div.wpcf7 .ajax-loader {
	float: right;
	margin-top: -30px;
}

/* error messages */
div.wpcf7-response-output {
	margin: 0 0 10px;
	text-align: center;
	color: #ff5955;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	color: #1DE9B6;
}

/**************************************************************************************************************/
/******************************************** COMMUNITY PAGE **************************************************/
/**************************************************************************************************************/

.vc_column_container .hp_block_community {
	padding: 30px;
}
@media screen and (min-width: 800px) {
	.vc_column_container .hp_block_community {
		padding: 60px 30px 0 30px;
	}
}

.hp_community_desc {
	max-width: 450px;
	margin: auto;
}

/*********** Numbers ***********/
.slogan p {
	font-family: "abhaya libre", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 0 50px 0;
	width: fit-content;
	margin: auto;
}
.slogan p:before, .slogan p:after {
	background-image: url(/wp-content/uploads/2018/04/guillemets.png);
	height: 16px;
	width: 100%;
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}
.slogan p:before {
	background-position: left;
	margin-bottom: 15px;
}
.slogan p:after {
	background-position: right;
	margin-top: 5px;
}
.community_picto figure img {
	width: auto;
	max-height: 100px;
}
@media screen and (max-width: 799px) {
	.vc_row .community_number_block {
		width: 33%;
		display: inline-block;
	}
}
/*********** Morning experts ***********/
.photo_morning_experts figure img {
	width: auto;
	max-height: 200px;
}

/**************************************************************************************************************/
/***************************************** ORGANISE EVENT PAGE ************************************************/
/**************************************************************************************************************/

/*********** Block service ***********/
.vc_row .event_block_service {
	padding: 10px;
	margin: auto;
	width: 50%;
	display: inline-block;
}
@media screen and (max-width: 359px) {
	.vc_row .event_block_service {
		width: 100%;
	}
}
.event_block_service .vc_column-inner {
	padding-bottom: 30px;
}
.event_block_service .vc_column-inner:last-child {
	padding-bottom: 0;
}
.event_block_service p {
	max-width: 180px;
	margin: auto;
}

/*********** Space block ***********/
.event_space_block .wpb_wrapper {
	background-color: #fff;
}
.event_space_block .wpb_wrapper h3 {
	padding: 30px 30px 0 30px;
}
.event_space_block .wpb_wrapper .wpb_text_column {
	padding: 0 30px 30px 30px;
}
.event_space_block h3 {
	color: #ff5955;
}

/**************************************************************************************************************/
/****************************************** MONTHLY EVENT PAGE ************************************************/
/**************************************************************************************************************/

.monthly_event {
    padding-top: 0;
}

/* header */
.monthly_event.header {
	text-align: center;
}

.monthly_event.header .left_block > .vc_column-inner > .wpb_wrapper, .monthly_event.header .right_block > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    height: 100%;
    padding: 60px;
}

.monthly_event.header .right_block > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
	padding: 0 60px;
}

.monthly_event.header .hashtag {
    padding-bottom: 60px;
}

.monthly_event.header h1 {
    padding-bottom: 30px;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
}

.monthly_event.header img {
    max-width: 400px;
	max-height: 400px;
	margin-bottom: 0;
}

.monthly_event.header h2 {
    font-size: 50px;
    font-family: "stanley poster", serif;
}

.monthly_event.header .right_block p {
    font-size: 20px;
	max-width: 400px;
	margin: auto;
}

.monthly_event.header .vc_separator {
    padding: 30px 0;
}

.monthly_event .hashtag p {
    width: fit-content;
    padding: 0 20px;
    margin: auto;
    background-color: #42509E;
    color: white;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 799px) {
    .monthly_event.header h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .monthly_event.header .right_block > .vc_column-inner > .wpb_wrapper {
        padding: 60px;
    }
}

/* block half */
.monthly_event_dates {
	display: flex;
	flex-wrap: wrap;
}

.monthly_event .block_half {
    padding: 0 60px;
    margin: 0;
	margin-top: 105px;
}

.monthly_event .block_half:first-child, .monthly_event .block_half:nth-child(2) {
	margin-top: 105px;
}

.monthly_event .block_half:last-child, .monthly_event .block_half:nth-last-child(2) {
	margin-bottom: 60px;
}

.monthly_event .block_half h2 {
    font-size: 32px;
    margin: 30px 0 10px;
}

.monthly_event .block_half .date {
    font-family: "stanley poster", serif;
    line-height: 1em;
    font-size: 18px;
}

.monthly_event .block_half .date .day {
    font-size: 29px;
    display: block;
	padding-bottom: 10px;
}

.monthly_event .block_half .place {
    display: block;
    margin: 30px 0;
}

.monthly_event .block_half .place a {
    font-family: "stanley poster", serif;
    font-size: 19px;
    display: inline;
    padding: 5px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 800px) {
    .monthly_event .block_half {
        padding: 0 30px;
        margin-bottom: 0;
    }
    .monthly_event .block_half {
        margin-bottom: 60px;
    }
    .monthly_event .block_half p {
        text-align: left;
    }
}

/* partners */
.monthly_event.partners {
    padding-top: 60px;
    padding-bottom: 0;
	justify-content: center;
}

.monthly_event.partners h2 {
    font-size: 30px;
}

.monthly_event.partners img {
    max-width: 200px;
    max-height: 70px;
    width: auto;
    margin-bottom: 60px;
}

/**************************************************************************************************************/
/************************************* MONTHLY EVENT PAGE - IA WEEK *******************************************/
/**************************************************************************************************************/

.ia_week .left_block {
	background: #f5f7e0;
	color: #EB5B59;
}

.ia_week .right_block {
	background: #EB5B59;
	color: #fff;
}

.ia_week.bg_clear {
	background: #fbfcf9;
}

.ia_week .date .day {
    color: #EB5B59;
}

.ia_week .block_half {
	color: #424F9D;
}

.ia_week .block_half .place a {
    background-color: #EB5B59;
    color: #FEFCF9;
}
.ia_week .block_half .place a:hover {
    background-color: #fff;
    color: #EB5B59;
}

.ia_week.partners {
    background-color: #ffffff;
}

.ia_week.partners h2 {
    color: #424F9D;
	margin-bottom: 105px;
}

/**************************************************************************************************************/
/**************************************** ON DEMAND OFFER PAGE ************************************************/
/**************************************************************************************************************/

.on-demand-offer .services {
	margin: 60px 0;
	padding: 0;
}
.on-demand-offer .services img {
	margin-bottom: 30px;
}
.on-demand-offer .logo_colocs_row figure img {
	max-width: 250px;
	max-height: 80px;
}

@media screen and (max-width: 909px) {
	.on-demand-offer .services .wpb_column:not(:last-child) {
		margin-bottom: 30px;
	}
	.on-demand-offer .vc_row.logo_colocs_row {
		flex-direction: column;
	}
	.on-demand-offer .vc_row.logo_colocs_row .wpb_column:not(:last-child) {
		margin-bottom: 30px
	}
}

/**************************************************************************************************************/
/********************************************** PAGE TEAM *****************************************************/
/**************************************************************************************************************/

.members {
	text-align: center;
	margin-top: 60px;
}

.members__list .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.member {
	padding: 0 30px 30px 30px;
}

.member__profil-picture img {
	max-height: 330px;
	width: auto;
}

.member .social {
	display: flex;
	justify-content: center;
}

.member .social li {
	list-style-type: none;
}

.member .social li a {
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	border: 1px solid lightgrey;
	border-radius: 100%;
	margin: 0 5px;
}

.member .linkedin a:hover, .member .twitter a:hover {
	background-color: #FF5955;
}

.member .linkedin a {
	background-image: url('/wp-content/themes/twentysixteen-morning/assets/logos/linkedin.svg');
}
.member .linkedin a:hover {
	background-image: url('/wp-content/themes/twentysixteen-morning/assets/logos/linkedin_white.svg');
}

.member .twitter a {
	background-image: url('/wp-content/themes/twentysixteen-morning/assets/logos/twitter.svg');
}
.member .twitter a:hover {
	background-image: url('/wp-content/themes/twentysixteen-morning/assets/logos/twitter_white.svg');
}

/**************************************************************************************************************/
/********************************************** 404 PAGE ******************************************************/
/**************************************************************************************************************/

.page404-title {
	text-align: center;
    font-size: 60px;
    margin: 60px;
}
.page404-content {
	text-align: center;
    margin: 60px;	
}

/**************************************************************************************************************/
/********************************************* ReCaptcha ******************************************************/
/**************************************************************************************************************/

.grecaptcha-badge {
	opacity: 0;
}

/**************************************************************************************************************/
/********************************************* Intercom *******************************************************/
/**************************************************************************************************************/

@media screen and (max-width: 909px) {
	.intercom-namespace {
		display: none;
	}
}

