/*
	Theme Name: Pilot Telecom
	Description: Pilot Telecom - gestion financière par le cloud
	Author: Marion Lodi (@marion.lodi)
	Author URI: http://marionlodi.fr
	Tags: webdesigner, pilottelecom, telecommunication, automatisation
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background-color: #ffffff;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#1d6099;
	text-decoration:none;
	font-size: 18px;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 300;
	line-height: 45px;
}

h1 .yellow {
	color: #f39606;
	font-size: 60px;
	font-weight: 700;
}

h2 {
	font-family: 'Lato', sans-serif;
	color: #484848;
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

h3 {
	font-family: 'Lato', sans-serif;
	color: #f39606;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 300;
}

p {
	color: #484848;
	font-size: 18px;
}

.color_blue {
	color: #1d6099;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1170px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.wrapper-2 {
	max-width:870px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {

}
/* logo */
.logo {
	width: 237px;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #2d2d2d;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer p {
	font-size: 14px;
	margin: 0px;
}

footer a {
	color: #8c8c8c;
	text-decoration: none;
	font-size: 15px;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

.nav {
	float: right;
	margin-top: 20px;
}

.navigation {
	position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
	opacity: 1;
	top: 0;
}

.navigation.nav-scroll {
    background-color: #fff;
}

.pure-menu-item {
	font-family: 'Lato', sans-serif;
	color: #484848;
	font-weight: 400;
	margin-left: 40px;
}

.pure-menu-item a {
	font-size: 17px;
}


/*------------------------------------*\
    NAV- RESPONSIVE
\*------------------------------------*/

.custom-wrapper {
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    height: 8.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.navigation .custom-wrapper {
		background-color: transparent;
    -webkit-font-smoothing: antialiased;
    height: 8em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.navigation .custom-wrapper.open, .custom-wrapper.open {
    height: 44em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #f39606;
    display: block;
    width: 50px;
    height: 4px;
    border-radius: 100px;
    position: absolute;
    top: 43px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 63em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }

    .pure-menu-list {text-align: center;}
    .pure-menu-item {font-size: 22px;}
    .pure-menu-link {padding: 1em 1em;}

    .navigation .navigation-menu {width: 100%;}

		.nav {
			float: none;
	    text-align: center;
	    margin-top: 20px;
		}

		.nav ul:first-child {
			padding-left: 0px;
		}

		.pure-menu-item {
			list-style: none;
			margin-left: 0px;
    	line-height: 75px;
		}
}

/*------------------------------------*\
    ACCUEIL
\*------------------------------------*/

#accueil {
	margin-bottom: 60px;
}

.content-accueil {
	padding-top: 110px;
}

.content-accueil h1 {
	text-transform: uppercase;
}

.accueil-1 {
	margin-top: 140px;
}

.accueil-2 {
	margin-top: 30px;
}

.accueil-2 img { float: right; padding-right: 50px;}

.mini-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #ff9900;
	font-weight: bold;
	padding-top: 30px;
}

.content-slide-logos {
	text-align: center;
}

/*------------------------------------*\
    PROBLEMATIQUE
\*------------------------------------*/

#problematique {
	background-image: url(img/bg_problematiques.jpg);
	background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-section {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}

/* Slider Témoignages Clients */
.wppsac-post-categories, .wp-post-date, .readmorebtn, .slick-dots {
	display: none !important;
}

.wp-post-content, .wp-sub-content {
	padding-bottom: 0px;
}

.recent-post-slider h2.wp-post-title {
	line-height: 0px;
}

.recent-post-slider h2.wp-post-title a {
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}

.wp-sub-content {
	font-size: 23px;
	width: 60%;
  margin: 0 auto;
	font-style: italic;
}

/*------------------------------------*\
    SOURCE DE GAINS
\*------------------------------------*/

#source-de-gains {
	background-image: url(img/bg_gains.jpg);
	background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#source-de-gains, #source-de-gains h2, #source-de-gains p, #demonstration h2 {
	color: #fff;
}

.content-img-gains {
	background-color: #f7f7f7;
	margin: 0px 5px;
	height: 186px;
}

.p_centre {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.gains_big {
	font-size: 35px;
	margin-top: 70px;
}

.img-gains {
}

.gains-p {
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
	color: #2367a0 !important;
}

.gains-p.no-margin {
	margin: 0px 2px;
}

/*------------------------------------*\
    FONCTIONNALITES
\*------------------------------------*/

#fonctionnalites {
	background-color: #f7f7f7;
}

.fonctionnalites h3 {
	font-size: 28px;
	margin: 0px;
}

.fonctionnalites .p_small {
	font-size: 15px;
}

.fonctionnalites_content {
	padding: 20px;
}

.fonctionnalites_tableau {
	width: 50%;
	margin: 0 auto;
}

/* PLUGIN CAROUSEL SLIDER LOGOS */

.helper {
	width: 100% !important;
	height: 100% !important;
}

.bx-viewport {
	height: 435px !important;
}

.bx-wrapper .bx-prev {
	background: url(img/icon-prev.png);
	background-repeat: no-repeat;
}

.bx-wrapper .bx-next {
	background: url(img/icon-next.png);
	background-repeat: no-repeat;
}

.bx-wrapper .bx-next:hover {
	background-position: center;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	margin-left: -100px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	margin-right: -100px;
}

.bx-wrapper .bx-controls {
	opacity: 0.5;
}

/* SLIDER ECRANS */

.wrapper-3 {
	max-width:599px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.slidesjs-previous {
	margin-left: -50px;
}

a.slidesjs-next{
	margin-right: -50px !important;
}

.slidesjs-play, .slidesjs-stop {
	display: none !important;
}

#slides {
	overflow: visible !important;
}

.slidesjs-control {
	width: 560px !important;
	margin: 0 auto;
}

/*------------------------------------*\
    SRC SOLUTION
\*------------------------------------*/

#src_solution {
	background-color: #e7e7e7;
}

.list_src {
	line-height: 2;
	margin-bottom: 50px;
}

/*------------------------------------*\
ETUDE DE CAS
\*------------------------------------*/

.etude_cas h1 {
	padding-top: 130px;
	margin-bottom: 40px;
	text-align: center;
}

.etude_cas article section {
	padding-top: 20px;
	padding-bottom: 40px;
}

.etude_cas article p, .etude_cas article li {
	font-size: 18px; 
}


/*------------------------------------*\
    REFERENCES
\*------------------------------------*/

#references-2 {
	background-image: url(img/bg_references.jpg);
	background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-small {
	text-transform: none;
	font-size: 24px;
}

.pure-etude-cas > div {
	padding-left: 20px;
	padding-right: 20px;
}

/*------------------------------------*\
    DEMONSTRATION
\*------------------------------------*/

#demonstration {
	background-image: url(img/bg_demonstration.jpg);
	background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-input {
	padding-left: 2px;
	padding-right: 2px;
}

.wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap input[type="text"], .wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap input[type="email"],.wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap select, textarea {
	padding: 13px 25px;
	width: 100%;
  font-size: 16px;
  border: 0px solid #8d8d8d;
  background-color: #fff;
  color: #686868;
  margin-top: 10px;
}

::-webkit-input-placeholder {
   color: #686868;
}
:-moz-placeholder { /* Firefox 18- */
   color: #686868;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #686868;
}
:-ms-input-placeholder {
   color: #686868;
}

.wpcf7 .wpcf7-form .pure-g .pure-u-1 .wpcf7-form-control-wrap select {
	height: 45px;
}

textarea {
	width: 99%;
}

div.wpcf7 img.ajax-loader {display: none;}
input:focus {border: none;}


.btn-blue {
	background-color: #1d6099;
	border: none;
	margin-top: 10px;
  width: 30%;
	color: #fff;
	padding: 15px 45px;
	font-size: 22px;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-blue:hover {
	background-color: #083d6a;
	color: #fff;
}

.div.wpcf7-mail-sent-ok {
	border: none !important;
	color: #fff !important;
	font-size: 15px !important;
}

.span.wpcf7-not-valid-tip {
	text-align: left;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.content-adress {
	text-align: left;
	margin-top: 40px;
}

.content-adress-infos {
	/*padding: 20px;*/
}

.adress {
	margin-top: -20px;
}

.social {
	padding-top: 30px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) {
	.pure-u-md-5-12, .pure-u-md-10-24, .pure-u-md-7-12, .pure-u-md-14-24, .pure-u-md-8-24, .pure-u-md-2-3, .pure-u-md-16-24, .pure-u-md-3-4, .pure-u-md-1-4 {width: 100%;}
	.accueil-1 {margin-top: 80px; text-align: center;}
	.accueil-2 {text-align: center;}
	.accueil-2 img {float: none; padding-right: 0px;}
	.slidesjs-previous {
	}
	a.slidesjs-next{
}

@media only screen and (max-width:425px) {
	h1 .yellow {font-size: 40px;}
	h1 {font-size: 26px;}
	h2 {font-size: 30px;}
	.bx-wrapper .bx-controls-direction a.bx-next { margin-right: 0px;}
	.bx-wrapper .bx-controls-direction a.bx-prev { margin-left: 0px;}
	.btn-blue {width: 100%;}
	.gains_big {font-size: 25px;}
	.img-gains {margin-bottom: 20px;}
	.content-adress {margin-left: 30px;}
	.slide-image .wp-post-image {
		width: auto;
	}
	.slidesjs-control {
		width: inherit !important
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
}
