@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400);


body {
	font-family: 'Source Sans Pro', sans-serif !important;
	color: #525252;
	margin: 0;
}

.navbar {
	margin-bottom: 20px;
	padding-left: 10%;
	padding-right: 15%;
	box-shadow: 0 5px 10px -1px #AAAAAA;
	font-size: 16px;
	border-bottom: none;
	min-height: 80px;
	vertical-align: middle;
}


.bloc {
	box-shadow: 0px 0px 5px 0px #CACACA;
	background-color: #F4F4F4;
	min-height: 300px;
	text-align: center;
	min-width: 400px;
	margin:65px;
	padding: 20px;
	border: solid 1px #E9E9E9;
	border-radius: 5px;
}
.bloc small{
	font-size: 0.6em;
} 

.bloc:hover {
	background-color: white;
}

#navContainer {
	margin-top: 15px
}


.navblock {
	margin: 0px 20px 0px 20px
}

h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	text-align: center;
}
h1 {
	font-size: 55px;
	margin: 10px 0 40px 0;
}
h2 {
	font-size: 40px;
	margin: 10px 0 25px 0;
}
h2 div.subtitle {
	font-size: 0.5em;
	height:66px;
}
h3 {
	font-size: 30px;
	line-height: 1.7;
}
h4 {
	font-size: 24px;
	line-height: 1.7;
}

.sub-h1 {
	font-size: 30px;
	color: #A3A3A3;
}

.panel {
	margin-bottom: 0px;
	padding-bottom: 25px;
}

@media(min-width:768px){
	.panel {
		padding-top: 25px;
		min-height: 500px;
	}
}

.dark {
	background-color: #EAEAEA;
}

#img-title {
	width: 720px;
	display: block;
	margin: auto;
}

.slides>div {
	line-height: 1.6;
}

.slide {
	background-color: #eaeaea;
	min-height: 550px;
	padding: 60px
}

.centered-bloc {
	text-align: center;
}

input {
	text-align: center;
	font-family: 'Source sans Pro', sans-serif;
	font-weight: 200;
}

#mail-input {
	margin: auto;
	min-width: 250px;
	height: 70px;
	width: 45%;
	font-size: 40px;
	vertical-align: middle;
}

input:focus {
	outline: none;
}

input:hover {
	font-style: italic;
}

#mail-button {
	vertical-align: middle;
	height: 70px;
	background-color: white;
	border: solid 1px black;
	font-size: 40px;
	font-weight: 100;
	color: #083968;
}

#mail-button:hover {
	color: #27ae60;
}

#footer-social {
	min-height: 300px;
	background-color: #334680;
	color: white;
	text-align: center;
	padding-top: 90px;
	padding-bottom:90px;
}

#footer-social a {
	color:white;
}

#nav-footer {
	padding-top: 15px;
	text-align: center;
	min-height: 110px;
	background-color: #374550;
	color: white;
}

.social-text {
	font-size: 20px
}

.social-bloc {
	margin-bottom: 30px
}

#footer-social-row {
	max-width: 70%;
	margin: auto;
}

#nav-footer-row {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	max-width: 50%;
	margin: auto;
}

.nav-footer-elem a {
	color: white;
	font-family: 'Source sans Pro', sans-serif;
	font-weight: 200;
}

#pricing-row {
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

.pricing-bloc {
	height: 200px;
	margin-bottom: 20px;
	border: solid 1px white;
}
.pricing-bloc:hover {
	border: solid 1px #B5B5B5;
}

.pricing-text {
	font-size: 26px;
	font-family: Source sans Pro;
	margin-top: 20px;
	color: #4D4D4D;

}

.c-est-parti {
	margin: 10px;
	font-size: 40px;
}

.pricing-icon {
	font-size: 80px;
}

@media(max-width:768px){
	.pricing-text {
		font-size: 18px;
	}

	.pricing-icon {
		font-size: 50px;
	}
}

#pricing-i1 {
	color:#FFB800
}


#pricing-i2 {
	color: #083968
}

#pricing-i3 {
	color: #4D4D4D
}

.billing {
	font-size: 30px;
}

#ca-input {
	margin: auto;
	width: 300px;
	height: 70px;
	max-width: 100%;
}

.btn-paiement {
	height: 70px;
	width: 200px;
	font-weight: 100;
	border-color: rgb(118, 118, 118);
}
.btn-paiement div {
	font-weight: 400;
	line-height: 5px;
	font-size: 15px;
	height: 0;
	position: relative;
	color: #42b544
}


.forfait-text {
	font-size: 26px;
	font-family: Source sans Pro;
	margin-top: 20px;
	color: #4D4D4D;
}

@media(max-width:768px){
	.forfait-text {
		font-size: 20px;
		margin-top: 10px
	}

	.forfait-bloc {
		height: 70px
	}
}

div.img-container {
	width: 250px;
	height: 250px;
	margin: auto;
	overflow: hidden;
	border-radius: 50%;
	position:relative;
}
img.team-member {
	width:100%;
	border-radius: 50%;
}
div.photo-details {
	background-color: rgba(0,0,0,0.8);
	width: 250px;
	height: 250px;
	position:absolute;
	z-index:3000;
	color: white;
	text-align: center;
	padding-top: 75px;
	font-size: 20px;
}
div.photo-details>a {
	color: white;
	text-decoration: none;
}

div.img-container:hover div.photo-details {
	margin-top: 0px;
	-webkit-transition: margin-top;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 150ms;
	-moz-transition: margin-top;
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 150ms;
	transition: margin-top;
	transition-timing-function: ease-in;
	transition-duration: 150ms
}

div.img-container div.photo-details {
	margin-top: -250px;
	-webkit-transition: margin-top;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 150ms;
	-moz-transition: margin-top;
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 150ms;
	transition: margin-top;
	transition-timing-function: ease-in;
	transition-duration: 150ms
}

.container {
	max-width: 100%
}

#prix-bloc {
	width: 70%;
	text-align: center;
	margin: auto;
	font-size: 80px;
}

#prix-meta {
	text-align: center;
	font-style: italic;
	font-size: 20px;
}

#modules-bloc {
	margin-top: 20px;
	text-align: center;
	font-style: bold;
	font-size: 24px;
}

#fake-margin {
	height: 130px
}

.active-bloc {
	border: 1px solid black;
}

#cookie-banner {
	position: fixed;
	z-index: 3000;
	bottom: 0;
	width: 100%;
	padding: 8px 5%;
	font-size: 1em;
	color: #D1D1D1;
	background: #444;
}

#cookie-banner a {
	color: white;
}

.nav.nav-pills.nav-stacked.affix {
	top:20px;
}

.affix-bottom {
	position: relative
}
.features-nav-container {
	float:left;
	margin-left: -220px;
	width: 250px;
	height: 5000px;
	border-right: solid #EEE 1px;
	padding-left: 50px
}
#myScrollspy>ul {
	margin-top: 120px;
	width:200px;
	font-size:14px;
}
@media(min-width:768px){
	.features-container {
		padding-left: 220px;
	}
}
#features {
	font-size: 18px;
	margin-bottom: 100px;
}

.features-bloc {
	height: 300px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	border: solid 1px #B5B5B5;
	overflow:hidden;
}
.features-bloc:hover {
	padding: 9px 19px 9px 19px;
	border: solid 2px black;
}
.border-image {
	border: solid 1px #B5B5B5;
}
img {
	max-width: 100%;
}

.img-target-text {
	font-size: 16px;
	padding-top: 120px
}

.img-target {
	height: 300px
}

table.pipe-demo, table.labels-demo{
	width: 100%;
	margin: 30px 0 30px 0;
}
table.pipe-demo>tbody>tr>td {
	vertical-align: middle;
}
table.labels-demo>tbody>tr>td {
	text-align: center;
	font-size: 20px;
	width: 14.3%;
	font-weight: 200;
	vertical-align: top;
}
table.labels-demo>tbody>tr>td>i, .labels-demo>div>i {
	font-size: 40px;
	margin-top: 17px;
	display:block;
	color:#083968;
}
table.pipe-demo td.arrow {
	font-size: 90px;
	color:#083968;
	width: 5%;
	text-align: center;
}
table.pipe-demo td.etape {
	font-size: 30px;
	width: 30%;
	font-weight: 200;
	text-align: center;
}

/*.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {*/
.row::before, .row::after {
	display:none;
}

hr {
	margin-top: 100px;
	margin-bottom: 100px;
}


#gestion {
	margin-top: 100px
}

.counter {
	font-size: 60px;
	margin-bottom: -20px;
}

#counter {
	margin-top: 100px;
}

.get-started input {
	margin: 10px auto;
	width: 54%;
	max-width: 100%;
	font-size: 30px;
}
.get-started input[type="text"] {
	background:none;
	border-top:none;
	border-left:none;
	border-right:none;
}
.get-started input[type="file"] {
	font-size: 17px;
	display: inline-block;
	border:none;
	width:auto;
}

.get-started {
	margin: auto;
	padding: 20px;
	max-width: 900px;
	font-size: 30px;
	color: #555;
}

.get-started>label {
	min-width:45%;
	display: inline-block;
	height:65px;
	font-weight: 300;
}
.get-started-form-label {
	font-size:0.5em;
	margin:12px;
}

small.label-description {
	font-size: 13px;
}

label[for=abbreviation] {
	line-height: 19px;
	vertical-align: text-top;
}
