/*
 Theme Name: Pofo Child
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: Child theme for Pofo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/

/* 
////////////////////////////////////////////
Variables 
////////////////////////////////////////////
*/
:root {
--color-gray: #808080;
--color-gray2: #f4f4f4;
--color-pink: #ff40b4;
--color-red: #ff1f4d;
--font-size-big: 25px;
--font-size-medium: 22px;
--font-size-normal: 18px;
}
body { 
	background-color: var(--color-gray2) !important;
	color: black;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	font-size: 18px; 
	line-height: 26px;
}
@media only screen and (max-width:767px) {
	body {
		font-size: 16px !important;
		line-height: 20px !important;
	}
}
.color-pink {
	color: var(--color-pink);
	font-weight: bold; 
}
.bg-deep-pink {
	background-color: rgba(255, 33, 79, .85);
}
.avatar  {
	display: none !important;
}
.subtitle {
	/* color: var(--color-red); */
	font-size: var(--font-size-normal);
	text-transform: uppercase;
	font-weight: normal;
	
}
.bg-white {
	background-color: white;
}

/* 
////////////////////////////////////////////
Headers 
////////////////////////////////////////////
*/ 
h1 {
	font-family: "Montserrat", sans-serif;
	color: white !important;
	font-weight: bold;
	line-height: 1.4;
}
h2 {
	font-size: 60px;
	text-transform: uppercase;
}
h2.title {
	font-weight: bold;
	font-size: var(--font-size-big) !important;
	color: var(--color-red);
} 
h3 {
	font-size: 40px;
}
.picto_soeme {
	position: relative;
	margin-top: 100px;
}
.picto_soeme:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
	width: 80px;
	height: 40px;
	background-image: url("./assets/images/picto_soeme.png");
}
@media only screen and (max-width:991px) {
	.picto_soeme:after {
		left: calc(50% - 30px);
		width: 60px;
		height: 30px;
		background-size: contain;
	}

}
/* 
////////////////////////////////////////////
Menu 
////////////////////////////////////////////
*/
.accordion-menu a {
	font-size: 14px !important;
	font-weight: normal !important;
}
.accordion-menu a:hover,
.accordion-menu a.active {
	color: var(--color-red) !important;
}
.accordion-menu a {
	color: black !important;
}

/* 
////////////////////////////////////////////
Responsive menu */
////////////////////////////////////////////
*/
.mobmenu-panel {
		margin-top: 55px;
		overflow: visible !important;
		width: 100% !important;
}
.mobmenu-overlay {
		display: none;
}
.mob-cancel-button {
	/* margin-top: -50px !important; */
}
.show-nav-right .mob-icon-menu  {
		display: none;
}
.mobmenu-right-panel {
	width: 100% !important;
}
.menu-menu-soeme-container {
	min-width: 100%;
}
.mobmenu-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	 align-items: center;
	text-align: center;
	margin-top: -60px !important;
}
.mobmenu-right-bt {
	top: 5px !important;
	right: 15px !important;
}
.mob-menu-logo-holder {
		margin-top: 15px;
}
.menu-item a:hover {
	background: var(--color-red) !important;
}
/*
@media only screen and (max-width:1400px) {
	.home br {
		display: inline;
		content: ' ';
		clear:none;
	}
}
*/
@media only screen and (max-width:991px) {
	.home .heading-style2 br {
		display: block !important;
	}
	.navbar .container {
		width: 100%;
		padding: 0 30px;
	}
	.collapse.in {
		min-height: 100vh;
		max-height: 100vh;
		background: white;
		padding-top: 100px;
	} 
	.navbar-nav {
		background-color: white !important;
	}
	.navbar-collapse .inner-link {
		color: black !important;
		text-align: center;
		font-size: var(--font-size-medium) !important;
		padding: 20px 0;
	}
}
/* 
////////////////////////////////////////////
Sections 
////////////////////////////////////////////
*/

/* Section - Home top */

#home_top .fixed_image {
	position: fixed;
	top:0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

#home_top .title-large {
	display: none;
}

#home_top .content2 .btn {
	margin-top: 15px;
}

#home_top .vc_column-inner  {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction : column;
	-webkit-box-direction : column;
	flex-direction: column;
}
#home_top .vc_column-inner .wpb_wrapper {
	 background-color: rgba(255, 33, 79, .85);
	 text-align: left;
	 max-width: 1200px;
}
#home_top a.btn {
		margin-top: 3rem;
}

@media only screen and (min-width:1200px) {	
	#home_top {
		margin-top: 70px !important;
	}
	#home_top h1 {
		font-size: 24px;	
		line-height: 1;
	}
	#home_top h1 strong {
		font-size: 70px ;
		display: block;
	}
	#home_top .vc_column-inner  {
		-webkit-box-pack: flex-end;
		 -ms-flex-pack: flex-end;
		justify-content: flex-end;
		-webkit-box-align: flex-end;
		-ms-flex-align: flex-end;
		 align-items: flex-end;
	}
	#home_top .vc_column-inner .wpb_wrapper {
		padding: 5rem 10rem 10rem 10rem;
	}
}
@media only screen and (max-width:1200px) {	
	#home_top h1 {
		font-size: 24px !important;
		line-height: 1.2;
	}
	#home_top .vc_column-inner  {
		-webkit-box-pack: center;
		 -ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		 align-items: center;
		 margin-top: -60px;
	}
	#home_top .vc_column-inner .wpb_wrapper {
		padding: 5rem 5%;
	}
}
/*
@media only screen and (max-width:1200px) {	
	
	#home_top h1 {
		line-height: 45px !important;
		font-size: 25px !important;
		margin-top: 50px;
		padding: 50px 15px 0 15px;
		text-shadow: 1px 1px 1px #000;
	}
	#home_top h1 br {
		display: none;
		content: ' ';
		clear:none;
	}
}
*/
#home_top a.btn {
	display: inline-block;
	/*
	color: white;
	background-color: var(--color-red);
	*/
	font-weight: 700 !important;
	color: black !important;
	background-color: white;
	font-weight: normal;
	color: white;
	padding: 5px 15px;
	border: 0;
	letter-spacing: 0.5px !important;
}
#home_top .blockquote-style-3 div {
	text-align: center;
	max-width: 800px; 
}
/* Section - Histoire */
#home_histoire {
	padding-top: 100px !important;
	
}
#home_histoire h3 {
	font-size: var(--font-size-medium);
	text-transform: uppercase;
	color: var(--color-red);
}
@media only screen and (max-width:992px) {	
	#home_histoire h3 {
		margin-top: 50px;
	}
	#home_histoire-1 {
		padding-left: 5%;
		padding-right: 5%;
	}
	#home_histoire-1 h3 {
		text-align: center !important;
	}
}
#home_histoire-1,
#home_histoire-2 {
	min-height: 100vh;
}
@media only screen and (min-width:1200px) {
	
	#home_histoire-1 .vc_column_container  {
		padding: 0 20px;
		
		text-align: justify;
	}
	#home_histoire-1 figure {
		float: right;
	}
} 
#home_histoire-1 figure img {
	border-bottom: solid 2px var(--color-red);
}

#home_histoire-2 {
	font-size: var(--font-size-medium);
	line-height: 2;
	text-align: center;
}
@media only screen and (max-width:992px) {	
	#home_histoire-2 h2{
		margin-top: 50px;
	}
}
#home_histoire-2 h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

#home_histoire-2 .blockquote-style-3  {	
	color: white; 
	font-weight: 300 !important;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* Section - Agence */
/*
#agence-1 {
		padding-top: 5% !important;
}
*/
#agence-1 .features p {
	text-align: left;
	/* font-size: var(--font-size-medium); */
	line-height: 1.4;
}
#agence-1 .subtitle {
	margin: 5% 0 2% 0;

}
#agence-1-text {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	 align-items: center;
	 min-height: 100vh;
	 padding-top: 5%;
	 padding-bottom: 50px;
	 
} 
@media only screen and (min-width:1200px) {
	#agence-1-text {
		text-align: justify;
	}
}
@media only screen and (max-width:992px) {
	#agence-1-text {
		padding-left: 5% !important; 
		padding-right: 5% !important;
	}
}
@media only screen and (min-width:1200px) {
	/* 
	#agence-2 p {
		text-align: justify !important;
	}
	*/
}
#agence-2 .pofo-featurebox  {
	background-color: var(--color-gray2);
}

@media only screen and (min-width:990px) and (max-width:1200px) {
	#agence-2 .column2 .feature-box-wrap  {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction : column-reverse;
		-webkit-box-direction : column-reverse;
		flex-direction: column-reverse;
		
	}
}

#agence-3 b, #agence-3 strong {
	color: var(--color-red);
}
#agence-3-header {
	margin-top: 100px;
	margin-bottom: 50px;
}

@media only screen and (min-width:992px) {
	#agence-3-header > div {
		-webkit-box-align: center;
		-ms-flex-align: center;
		 align-items: center;
	}
}
#agence-3-header > div {
	@media only screen and (min-width:992px) {
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	}
	font-size: var(--font-size-normal);
	line-height: 1;
	text-align: center;
}
#agence-3-header h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
#agence-3-header p {
	line-height: 1.6;
}
@media only screen and (max-width:992px) {
	#agence-3-header h3 {
		font-size: 25px;
	}
	#agence-3-header p {
		font-size: 16px;
	}
}
#agence-3-header > div img {
	margin-top: 50px;
}
#agence-3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#agence-3 ul li:nth-child(even) {
		color: var(--color-red);
}
.agence-3-list h3 {
		font-size: var(--font-size-normal);
}
.agence-3-list .wpb_wrapper {
	margin: 0 30px;
}
.agence-3-list .wpb_wrapper b,
.agence-3-list .wpb_wrapper strong {
	font-weight: normal;
	color: var(--color-red);
}
.agence-3-list h3 {
	font-weight: bold;
	margin-bottom: 0;
	font-size: var(--font-size-medium);
}
.agence-3-list {
	margin-bottom: 3%;
}

@media only screen and (min-width:1200px) {
	.agence-3-list1 .wpb_wrapper {
		float: right !important;
	}
	
}
@media only screen and (max-width:1200px) {
	#agence-3 .vc_column-inner {
		padding: 0;
		margin: 0;
	}
	.agence-3-list, .agence-3-list h3 {
		text-align: center !important;
	}
	.agence-3-list2 {
		padding-top: 5%;
	}
	
}
/* Section - Réalisations / Références */
#references {
	background: white;
}
#references h2 {
	margin: 8% 0 2% 0;
}
#references-1 .vc_column-inner  {
	padding: 0 !important;
}
#references-1 h3 {
	text-transform: uppercase; 
	color: var(--color-red);
	text-align: center !important;
	font-size: 20px;
}

#references-1 figcaption span {
	color: var(--color-gray);
	text-align: center;
}
#references-1 figcaption span::first-line {
		font-weight: 600;
		color: var(--color-red);
}
#references-1 figcaption {
	background: white;
}
#references-2  {
	margin-bottom: 100px;
}
@media only screen and (min-width:992px) {
	#references-2  {
		padding: 0 20%;
	}
	#references-2__text {
		width: 110%;
		margin-left: -5%;
	}
}
#references-2 div {
	text-align: center;
}
#references-2 .wpb_single_image {
	height: 100px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	 align-items: center;
}
#references-2 img {
	margin: 15px 0;
	max-height: 80px;
	width: auto;
}
#references-2__text {
	padding-bottom: 50px;
	line-height: 1.3;
}
@media only screen and (min-width:992px) {	
	#references-2__text {
		font-size: var(--font-size-big);
	}
}
@media only screen and (max-width:992px) {	
	#references-2__text {
		font-size: var(--font-size-medium);
	}
}
#references-2 li.grid-item:nth-child(9) figcaption {
	top: 30px;
	bottom: auto !important;
}

.portfolio-hover-content {
	text-align: left !important;
}
.portfolio-hover-content span, .portfolio-hover-content p {
	font-size: 14px;
	font-weight: normal;
}

.portfolio-hover-content p {
	color: black;	
}
/* Section - Contact */
#contact {
	background-position: center;
	font-size: var(--font-size-normal);
	letter-spacing: .3rem;
	padding: 0 !important;
}
@media only screen and (min-width:1200px) {
	#contact {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		-webkit-box-align: flex-end;
		-ms-flex-align: flex-end;
	}
	#contact .vc_column_container {
		margin-right: 5%;
		width: auto !important;
	}
}
@media only screen and (max-width:1200px) {
	#contact {
		background-position: right bottom !important;
	}
}
#contact .vc_column_container {
	text-align: center;
}

@media only screen and (max-width:991px) {
	
	#contact #contact-footer1 {	
		padding-left: 5%;
		padding-right: 5%;
	}
	#contact #contact-footer1 br {
		display: none;
		content: ' ';
		clear:none;
	}
	#contact p {
		font-size: var(--font-size-normal);
	}
}
#contact img {
	max-width: 200px;
}
#contact p,
#contact a {
	color: white;
	text-shadow: 1px 1px 2px #000;
}
#contact a:hover {
	text-decoration: underline;
}
#contact img {
	margin: 40px 0;
	max-width: 130px;
}

#contact #contact-footer2 p {
	font-size: var(--font-size-normal);
}

/* Section - Footer */
.site-footer {
	color: white;
}
.footer-bottom {
	padding: 25px 0;
}