@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600';

/* Selection colours (easy to forget) */
::selection {
	background: #3ab0e2;
	color: #FFF;
}
::-moz-selection {
	background: #3ab0e2;
	color: #FFF;
}

/* Saisissez votre CSS personnalisé ci-dessous */
.page-header .taxonomy-description {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.page-header .taxonomy-description p {
  margin-bottom: 0;
}
#main-nav.navbar-inverse .navbar-nav > li:not(.btn--menu) > a, #main-nav.navbar-inverse .navbar-nav ul.sub-menu li:not(.btn--menu) a {
    color: #808080 !important;
}
#main-nav.navbar-inverse .navbar-nav > li:not(.btn--menu) > a:hover, #main-nav.navbar-inverse .navbar-nav ul.sub-menu li:not(.btn--menu) a:hover {
    color: #297c9f !important;
}
.partner-photo {
  text-align: center;
}
.partner-photo img {
  border-radius: 999px;
  width: 196px;
  height: auto;
}
.btn {
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
}
a, .nav-links a {
    color: #3ab0e2;
}
.post-img-wrap a img {
    width: 128px;
}
article.status-publish .entry-content p img.size-full.alignleft {
  margin: 20px 20px 250px 0;
}
#site-navigation {
  height: auto;
}
.navbar-inverse .navbar-nav > li {
  margin-top: 12px;
}
.navbar-brand {
  height: 60px;
}
.header-content-wrap {
  padding: 170px 0 120px;
}
.intro-text {
  font-size: 38px;
  line-height: 45px;
}
body.custom-background {
    background-position: center !important;
}
.social-inline {
  margin-left: 0;
}
.social-inline li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
}
.social-inline li:first-child {
  margin-left: 0;
  margin-right: 80px;
}
.social-inline li.website a {
  padding: 10px;
  background: #3ab0e2;
  color: #fff;
}
.social-inline li.facebook a {
  padding: 10px;
  background: #4060A5;
  color: #fff;
  display: inline-block;
  width: 40px;
  border-radius: 999px;
  text-align: center;
}
.social-inline li.twitter a {
  padding: 10px;
  background: #00ABE3;
  color: #fff;
  display: inline-block;
  width: 40px;
  border-radius: 999px;
  text-align: center;
}
.social-inline li.google a {
  padding: 10px;
  background: #db4437;
  color: #fff;
  display: inline-block;
  width: 40px;
  border-radius: 999px;
  text-align: center;
}
article .posted-on a:hover, a:hover, .nav-links a:hover, article .posted-on a:visited, a:visited, .nav-links a:visited, article .posted-on a:active, a:active, .nav-links a:active {
    color: #297c9f;
}
.entry-content button:hover, .entry-content input[type="button"]:hover, .entry-content input[type="reset"]:hover, .entry-content input[type="submit"]:hover {
  background: #297c9f;
}
.border-radius--50 {
  border-radius: 50%;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav > li.current-menu-item {
  		background: #3ab0e2;
		padding: 0;
	}
	#main-nav.navbar-inverse ul.navbar-nav.nav > li.current > a, .page #main-nav.navbar-inverse ul.navbar-nav.nav > li.current-menu-item > a, .single-post ul.nav > li.current-menu-item > a, .archive ul.nav > li.current-menu-item > a {
  		color: #fff !important;
  		padding-left: 10px;
	}
}
ul.nav > li.current > a::before, .page ul.nav > li.current-menu-item > a::before, .single-post ul.nav > li.current-menu-item > a::before, .archive ul.nav > li.current-menu-item > a::before {
  background: #3ab0e2;
  width: 100%;
  height: 3px;
  left: 0;
}
.page ul.nav > li.current-menu-item:last-child > a::before {
  display: none;
}
h2 {
  font-weight: 400;
}
.posted-on {
  font-family: "raleway";
  font-style: italic;
  font-size: .8em;
  font-weight: 600;
}
.posted-on a {
  font-size: 1em;
}
.post .entry-footer {
  display: none;
}
body, button, input, select, textarea {
  color: #626262;
}
.title-color--blue {
  color: #297c9f;
}
.entry-title a:hover {
    color: #297c9f;
}
.list-post-top .entry-title a {
  color: #3ab0e2;
  font-weight: 600;
}
.excerpt-more {
  font-size: .8em;
  font-style: italic;
}
.excerpt-more::before {
  display: inline;
  font-size: .8em;
  content: " ...";
}
.btn--menu a {
  padding: 0px 20px !important;
  color: #FFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
  background: #3ab0e2;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 35px !important;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn--menu a:hover {
  background: #297c9f !important;
}
.panel--listing {
  border-left: 4px solid #297c9f;
  border-radius: 0;
  margin-bottom: 40px;
}
.panel--listing li {
  margin-bottom: 5px;
}
.media-object {
  max-width: none;
  height: 165px;
  border-radius: 50%;
}
.flex {
  	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn--big-title {
  padding: 25px 55px;
  font-size: 24px;
  font-weight: 700;
}
.form-newsletter input {
  padding: 10px;
  height: 48px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  border-radius: 3px 0 0 3px;
}
.form-newsletter button {
  margin: 0;
  box-shadow: 0 0 0 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "lato", sans-serif;
  border-radius: 0 3px 3px 0;
}
.company-details img {
  height: 31px;
}
.entry-title, .page-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: normal;
}
.entry-title::before, .entry-title::after, .page-title::before, .page-title::after {
  height: 0;
  display: none;
}
.presse .panel {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  text-align: center !important;
}
.presse .panel p {
  text-align: center !important;
}
.presse .presse--img {
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  height: 120px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.presse .presse--title {
  font-family: "open sans", sans-serif;
  font-weight: 600;
}
.pre-feedback {
  margin-bottom: 10px;
}
.pre-feedback + .panel {
  border-left-width: 5px;
  border-radius: 0;
  margin-bottom: 40px;
}
.pre-feedback strong {
  color: #297c9f;
  text-transform: uppercase;
}
.pre-feedback + .panel .panel-body {
  background: #fcfcfc;
  font-style: italic;
  position: relative;
  padding: 25px;
}
.pre-feedback + .panel .panel-body .clearfix {
  padding: 10px;
}
.pre-feedback + .panel .panel-body img {
  width: 96px;
}
.pre-feedback + .panel .panel-body iframe {
  margin-top: 20px;
}
.pre-feedback + .panel .panel-body::before {
  content: '"';
  color: #297c9f;
  display: inline-block;
  font-size: 60px;
  font-family: "times new roman", serif;
  position: absolute;
  top: 20px;
  left: 10px;
}
.pre-feedback + .panel .panel-body::after {
  content: '"';
  color: #297c9f;
  display: inline-block;
  font-size: 60px;
  font-family: "times new roman", serif;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.pre-feedback .app {
  color: rgba(0,0,0,.4);
  display: block;
  font-weight: 400;
  text-transform: none;
}
.dropdownmenu {
    background-color: #3ab0e2;
}
@media (max-width: 767px) {
.nav .has_children > a::after {
    content: '';
}
}
.psfb_required_mark {
  color: red;
  padding-left: 3px;
}
.planso-form-builder label {
  font-weight: 600;
}
.planso-form-builder .form-control[type="text"], .planso-form-builder .form-control[type="url"], .planso-form-builder .form-control[type="email"], .planso-form-builder .form-control[type="tel"] {
  padding-left: 10px;
  border-radius: 3px;
}
@media (max-width: 1024px) {
.media-left.media-top {
  display: block;
}
.media-left.media-top img {
  margin: auto;
}
.our-team {
    padding-bottom: 66px;
    padding-top: 50px;
    background: #297c9f !important;
    color: #ffffff !important;
}
.our-team h2 {
      color: #ffffff !important;

}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #3ab0e2 !important;
}