/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 2.8
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/


html {
-webkit-font-smoothing: antialiased;
}

/* Better deal with font rendering on chrome/Safari */
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}



body {
	font: 16px/24px  "ralewayregular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	color:#666666 !important;
}

h1 {
	font-size:30px !important;
}
h2 {
	font-size:24px !important;
	text-transform:uppercase;
	font-weight:normal;
	margin: 10px auto !important;
	
}
h3 {
	font-size:20px !important;
}
h4 {
	font-size:18px !important;
}
h5 {
	font-size:16px !important;
}
h6 {
	font-size:14px !important;
}

.page-title, 
 {
	font-size:50px !important;
}


.ut-service-column h3 {
    word-break: normal;
    font-size: 17px !important;
    margin-bottom: 5px;
}


/* Slogan above hero caption -> smaller for mobile*/
.ut-hero-style-5 .hero-description, .hero-description {
	font-size: 0.7em !important;
}

.hero-title, .parallax-title, .section-title {
	font-family: "ralewaylight", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-weight:900 !important;
	text-transform:uppercase !important;
}

h2.section-title {
	color:#888888;
}

h1.quote-text {font-color:#666666 !important;}

/* Augmente la taille de police de la navbar */
#navigation ul li a {
	font-size: 13px;
}
/* change paramètres de police des sous-menus */
#navigation ul.sub-menu li a {
	font-size:13px !important;
}
/* Change couleur police + la transparence des sous-menus */
#navigation ul.sub-menu li > a {
background: rgba(18,18,18,0.9);
color: #ffffff !important;
}
#navigation ul.sub-menu li a:hover {
  color: #cf422a !important;
}

/* Change la transparence de la navigation transparente haut de page */
.ha-header.ha-transparent:hover {
  background: rgba(18,18,18,0.9);
}
/* Change la transparence de la navigation scroll */
.ha-header.ut-header-dark {
  background: rgba(18,18,18,0.9);
}

/* Change l'icone du menu nav mobile */
.ut-mm-button:before {
	content: "\f0c9";
}

/* Change les paramètres du sous-menu de la nav mobile */

.ut-header-dark #ut-mobile-nav {
background: rgba(0,0,0,0.4);
}
#ut-mobile-menu {
margin: 20px 0;
padding: 0;
text-align: right;
text-transform: uppercase;
margin-bottom: 100px !important;
}

.footer-content a {
	font-size:12px;
	text-transform:none !important;
}

.ut-header-dark .ut-mobile-menu a, .ut-mobile-menu a {
font-size: 28px !important;
font-weight:400;
color: #f1f1f1 !important;
padding: 10px 0 !important;
padding-right: 30px !important;
border: none !important;
}

.ut-mobile-menu a:after {
	content:'';
}

.ut-header-dark .ut-mobile-menu .sub-menu a {
	font-size: 13px !important;

}

.ut-mobile-menu .sub-menu li a {
	padding-top: 7px !important;
	padding-bottom:7px !important;

}


/* Display posts on Front page*/



.news-wrap {
	text-align:center;
	margin:0 auto;
}

.listing-item {
	margin-top:30px;
}

.display-posts-listing img {
	border: 3px solid #CF422A;
}


h2.news-title {
	font-size: 22px !important;
}

.category-display {
	text-transform:uppercase;
	color:#CF422A !important;
	margin-top:5px;
}

a.readmore {
	margin-top:10px;
}

label {
	font-size:130%;
	font-weight:700;
	line-height:40px;	
}


.kpc-recaptcha {
	margin: 15px 0;
}
.rc-anchor-dark {
	border:none !important;
    background: none !important;
}

.light input, .light textarea {
	border: 1px solid transparent;
	padding: 15px;
	font-size: 18px;
	outline: none;
	color: #000000;
	margin: 0;
	max-width:100%;
	display: block;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	margin-bottom: 20px;
	-webkit-transition:0.2s background linear;
	-moz-transition:0.2s background linear;
	transition:0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background:rgb(0, 0, 0);
	background:rgba(255, 255, 255, 0.50);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	-webkit-appearance: none;
}

.light button, .light input[type="submit"], .light input[type="button"] {
	border-radius:0px;
}


.ut-vertical h3 {
	text-align:center;
}


/* Case studies */

h3.ut-skill-name, .ut-portfolio-info span {
	font-size:11px !important;
	margin-bottom:0;
	text-transform:uppercase;
}







/* Offres d'emploi */


/* Liste sur la page Rejoingnez-nous */
#jobs-listing {
	margin: 60px auto;
}

#jobs-listing .parallax-title {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	text-align:left !important;

}
#jobs-listing h3 {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	line-height: 70px;
	text-transform: uppercase;
	color:#9d9fa0;

}

#jobs-listing a h3:hover {
	color:#df4f2e;
	-webkit-transition:0.2s color linear;
	-moz-transition:0.2s color linear;
	transition:0.2s color linear;

}


/* Détails de l'offre */

article > div.job-offer-item, div.back-container {
	max-width: 800px;
	margin: 0 auto;
	padding:0 5px;

}

a.back i {
	background-color:#cccccc;
	color:#ffffff;
	text-transform:uppercase;
	padding:2px 4px;
	margin-bottom: 40px;
}
a.back i:hover {
	color:#df4f2e;
	background-color:#eeeeee;
	-webkit-transition:0.2s color linear;
	-moz-transition:0.2s color linear;
	transition:0.2s color linear;

}

h1.job-title {
	font-family: "ralewaybold", Helvetica Neue, Helvetica, Arial, sans-serif ;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 20px;
}

#postuler {
	margin-top:130px;
}
#postuler h2 {
	font-family: "ralewaybold", Helvetica Neue, Helvetica, Arial, sans-serif ;
	text-transform:uppercase;
	text-align:center;
	margin-bottom: 50px;
}

.job-offer-item h3 {
	margin: 40px auto;
}

.job-offer-item p, #postuler p {
	
	font-size: 20px !important;
	padding: 0;
	margin-left: 0;
}

.job-form {
	border: 1px solid #999999;
	padding: 30px 30px 0 30px;

}

.job-form label {
	font-size:14px;
}
.gfield_label {
	display:none;
}


/* EFFET HOVER "REJOIGNEZ-NOUS" */

/* Effect 14: border switch */
.cl-effect-14 a {
	font-size: 22px;
	font-family: "ralewaysemibold", Helvetica Neue, Helvetica, Arial, sans-serif ;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}



/* Bullet points */

.portfolio ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio li {
  padding-left: 1em; 
  text-indent: -.7em;
  margin-top: 15px;
}

.portfolio li:before {
  content: "• ";
  color: #cf422a;
  font-size: 300%;
  vertical-align:bottom;
}


@media screen and (max-width: 767px) {

	/* Réduit le padding des sections en parallax sur la HP */
	#a-propos .parallax-overlay, #nos-valeurs .parallax-overlay {
		  padding-top: 60px !important;
		  padding-bottom: 60px !important;

	}

	h1.hero-title {
		font-size: 1.3em !important;
	}
	
	.hero-btn .fa-2x {
	font-size:1.8em !important;
	}
	
	/* Fixes bug in case studies where logo goes behind the navbar */
	.hero-inner {
		padding-top : 70px !important;
	}
	
#jobs-listing .parallax-title {
		font-size: 40px !important;
		line-height: 50px;
	}

#jobs-listing h3 {
		font-size: 28px !important;
		line-height: 50px !important;
}

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

.hero-title { font-size: 2em !important;}
}




@media screen and (min-width: 960px) {

.ut-header-dark .ut-mobile-menu a, .ut-mobile-menu a {
	font-size: 35px !important;
	padding: 20px 0 !important;

}

.ut-mobile-menu .sub-menu li a {
	padding-top: 10px;
	padding-bottom:10px;

}

.ut-header-dark .ut-mobile-menu .sub-menu a {
	font-size: 15px !important;

}


	
.ut-hero-style-5 .hero-description {
font-size: 1.214em;
}
	
h1 .hero-title, .hero-title {
	margin: 0.2em auto;
	font-size:2em !important;
}
.hero-inner .hero-description-bottom {
	font-size:1.5em;
	font-weight:bold;
}


			
	h1 {
		font-size:37px !important;
	}
	h2 {
		font-size:30px !important;
	}
	h3 {
		font-size:22px !important;
	}
	h4 {
		font-size:18px !important;
	}
	h5 {
		font-size:16px !important;
	}
	h6 {
		font-size:14px !important;
	}
	
	.page-title, 
	.parallax-title, 
	 {
		font-size:50px !important;
	}
		
		h1.job-title {
			font-size:50px !important;
		}
		#postuler h2 {
			font-size:30px !important;
		}
		

.cl-effect-14 a {
	font-size: 38px;
	padding: 0 20px;
}

		
}
@media screen and (min-width: 1024px) {
		h1.job-title {
			font-size:80px !important;
		}
		#postuler h2 {
			font-size:50px !important;
			line-height: 60px !important;
			
		}
.hero-title {
	font-size: 3em !important;
}


.listing-item {
	margin-top:0;
}

.news-wrap {
	text-align:left;
}

.display-posts-listing img {
    margin-right: 40px;
}
		
		
}


/* Ajout */
#label_5_5_1 {
	position:relative;
	top:-35px;
	left:25px;
	font-size:13px;
	font-weight:normal;
	line-height:130%;
}

