@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url('https://fonts.googleapis.com/css?family=Cedarville+Cursive|Covered+By+Your+Grace|Reenie+Beanie|Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
/* Couleurs
#77bbb0
*/
html,
body {
  font-size: 16px;
}
body {
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
  color: #545454;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  background-color: #FFFFFF;
  overflow-x: hidden;
	/* background-image: url("uploads/images/bg_asterisque_body.png");
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center; */
}
a,
a.inverted,
a.white {
  cursor: pointer;
  color: #70a198;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a.inverted {
  color: #77bbb0;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
  color: #4a5c62;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
  color: #394147;
}
a.white:hover,
a.white:focus {
  color: #70a198;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {font-family: 'Lato', sans-serif; color:#111111; font-weight: 100; font-size: 3em; line-height: 1em; margin-bottom: 20px;padding-left:0px;}
h1.title {font-family: 'Lato', sans-serif; color:#4B4F54; font-weight: 100; font-size: 3.5em; line-height: 1em; margin-bottom: 20px;padding-left:0px;}
h2 {font-family: 'Lato', sans-serif; color:#114e56; font-weight: 300; font-size: 2.5em; line-height: 1em; margin: 20px 0px 20px 0px;}
h3 {font-family: 'Lato', sans-serif; color:#70a198; font-weight: 700; font-size: 20px; line-height: 25px; margin-bottom: 10px;}
h4 {font-family: 'Lato', sans-serif; color:#86b6c6; font-weight: 400; font-size: 18px; line-height: 22px; margin-bottom: 10px;}
h4.blog a {font-size: 20px;font-weight: 400;color:#124e56;}
h4.blog a:hover {color:#70a198;}
h4.green {color:#77bbb0;}
h5 {font-family: 'Lato', sans-serif; color:#124e56; font-weight: 400; font-size: 18px; line-height: 24px; margin: 15px 0px 15px 0px; padding: 5px 10px 5px 10px; display: inline-block;}
h6 {font-family: 'Nothing You Could Do', cursive; color: #124e56; font-size: 18px; margin: 10px 0px 0px 0px}

img.circular {
	width: 250px;
	border: solid 3px #FFFFFF;
	border-radius: 250px;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	margin-bottom:5px;
	}

p {
  margin-bottom: 1em;line-height: 26px;
}
p.desc {
  font-family: 'Lato', sans-serif; color:#666666; font-weight: 300; font-size: 16px; line-height: 22px; margin-bottom: 10px;
}
p.desc a{
  font-weight: 400;
}
p.cursive2 {
  font-family: 'Reenie Beanie', cursive;
}
p.cursive3 {
  font-family: 'Covered By Your Grace', cursive;
}
p:last-child {
  margin-bottom: 0;
}
ul.green {color:#77bbb0; line-height: 25px;}
ul.blue {color:#87b6c5; line-height: 25px;}
ul li {margin-bottom: 10px;}
.wojo-content {
  padding: 1em;
}
.wojo-content-full {
  padding: 2em 1em
}
.wojo-content-half {
  padding: .5em 1em;
}
header {
  position: relative;
  background-color: #FFFFFF;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	z-index: 99999999999;
}
header .top-bar {
  background-color: #fff;
  color: #fff;
  /* background-attachment: scroll;
  background-image: url("uploads/images/pages/static3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: .5em 0;
  display: none;
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px
}
header .logo {
  text-align: center;
  padding-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  max-width: 70px;
  margin: 0px auto;
}
.subheader {
  /* background-image: url("uploads/images/bg_subheader.png");
  background-repeat: no-repeat;
  background-position: top center; */
  
  background-color: #FFFFFF;
	margin-bottom: 0px;
}
.subheader h1 {
  margin: 0;
}
.subheader h1 small {
  display: none;
  font-weight: 300;
  color: #545454;
  margin-top: .5em;
}
.subheader .wojo.breadcrumb {
  position: relative;
  top: 0px;
  right: 0px;
	margin-top: -32px;
  float: right;
  background-color: rgba(0,0,0,0.2);
  color: #fff;
  padding: .5em 1.2em;
  text-transform: none;
  width: auto;
  white-space:normal;
}
.subheader .wojo.breadcrumb a.section {
  color: #fff;
}
.subheader .wojo.breadcrumb a:hover {
  text-decoration: underline;
}
.subheader .wojo.breadcrumb .section {
  font-size: .876em;
  color: #fff;
}
.subheader .wojo.inverted.input {
  width: 300px;
}
#suggestions {
  position: absolute;
  width: 300px;
  top: 5em;
  z-index: 100
}
#search-results {
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#search-results {
  background-color: #FFF;
}
#search-results .item {
  display: block
}
#page {
	margin-top: -20px;
}
#pagination {
  margin-top: 1em;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
  float: left;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li,
ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* Menu box
===================*/
.top-menu {
  position: relative;
}
#menu-button {
  display: none;
  float: none;
  font-family: "Icons";
  text-align: center;
  line-height: 1.8em;
  color: #000;
  margin: 10px auto;
}
#menu-button:before {
  content: "\f00d";
  font-size: 1.8em;
}
#menu-button.collapsed {
  color: #70a198;
}
#menu-button.collapsed:before {
  content: "\f0c9";
  font-size: 1.8em;
}
.topmenu ul {
  background-color: #70a198;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding: .85em 1.6em;
  text-align: center;
  font-weight: 400;
  color: #111111;
}
.topmenu li a > i {
  display: none;
  font-size: 2em;
}
.topmenu li > a strong {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.778em;
  padding: 1em 0;
}
.topmenu li > a small {
  display: none;
  font-size: .85em;
}
.topmenu li > a i,
.topmenu li > a strong,
.topmenu li > a small {
  position: relative;
}
.topmenu li:hover > a i {
  opacity: 1;
}
.topmenu li:hover a strong {
  opacity: 1;
}
.topmenu li:hover a small {
  opacity: 1;
}
.topmenu a >small {
  display: block
}
.topmenu a:hover,
.topmenu a:focus,
.topmenu a:active,
.topmenu a.highlighted {
  color: #70a198;
}
.topmenu li > a.active {
  background-color: #FFFFFF;
  color: #111111;
}
.topmenu li > a.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #70a198;
  bottom: -10px;
  left: 50%;
  margin-left: -8px
}
.topmenu a.has-submenu {
}
.topmenu li.nav-submenu-item i.icon {
  margin-right: .5em
}
.topmenu ul a.has-submenu,
 .topmenu-vertical a.has-submenu {
  padding-right: 1.8em;
}
.topmenu li ul li a {
  padding: .85em;
  text-align: left;
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.778em;
	color: #fff;
}
.topmenu li ul li a:hover {
  color: #fff;
}
.topmenu li ul li a i {
  font-size: 1em;
  display: inline-block;
  margin: 0 .5em 0 0;
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;/*box-shadow: inset 1px 0 0 0 #EEE;*/
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
/* Sub menu indicators
===================*/
.topmenu ul.menu-submenu {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.topmenu a span.sub-arrow {
  position: absolute;
  left: 50%;
  bottom: 16px;
  margin-left: -12px;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  right: 1em;
  top: 1.4em;
  left: auto;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Items separators
===================*/
.topmenu li {
}
.topmenu li:first-child {
  border-left: 0;
}
.topmenu ul li,
 .topmenu-vertical li {
  border-left: 0;
}
.topmenu ul li:first-child,
 .topmenu-vertical li:first-child {
  border-top: 0;
}
.topmenu span.scroll-up,
.topmenu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border: solid #bbb;
  border-width: 1px 0;
  background: #fff;
  height: 20px;
}
.topmenu span.scroll-up-arrow,
.topmenu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}
.topmenu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}
/* == Plugis Layout == */
#topwidget {
  background-color: none;
}
#topwidget .static-image {
  background-attachment: scroll;
  background-image: url("uploads/images/pages/static6.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 1em 4em;
  color: #fff
}
#topwidget .static-image > h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
  font-weight: 400;
  color: #333
}
#botwidget {
  position: relative;
  background-color: #FFFFFF;
  border-top: 1px solid #fff;
  color: #85959a;
	margin-bottom: 25px;
}
#botwidget h3 {
  font-size: 1.667em;
  padding-top: 1em;
  text-transform: capitalize;
  font-weight: 400;
  color: #465866;
}
/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
/* == Footer == */
footer {
  background-color: #FAFAFA;
  padding: 1em 0em 1em 0em;
  text-align: center;
  color: #4B4F54;
  margin-top: 0px;
  border-top: solid 0px #4B4F54;
}

footer .footer-wrap {
}
footer .logo {
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}
footer .logo img {
  max-width: 90px;
}
footer .ficons {
  margin-bottom: 1em;
  padding: 5px 0px 5px 0px;
  background-color: #4B4F54;
}
footer .footmenu {
  margin-bottom: 1em;
  padding: 5px 0px 4px 0px;
  background-color: #4B4F54;
  font-family: 'Lato', sans-serif; color:#F3F3F3; font-weight: 300; font-size: 15px; text-align: center;
}
footer .footmenu a {
  color:#F3F3F3;
}
footer .ficons i.icon {
  margin: 0 .25em;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #70a198;
  border-radius: 30px;
  text-align: center;
  line-height: 55px;
  opacity: 0.8;
  color: #FFFFFF;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 28px 'Icons';
  color: #FFFFFF;
}
#error-page {
  height: 100%;
  text-align: center;
  background-color: #FFFFFF;
  position: relative;
  padding-top: 50px;
	
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #111111;
  font-size: 1.5em;
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
  border-radius:500em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
/* == Custom Sections == */
.parallax-box {
	background-image: url("uploads/images/bg_asterisque.png");
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 1200px;
	margin: 0px auto;
	/* min-height: 320px; */
	padding: 2em 1.5em;
	background: #77bbb0;
	color: #FFFFFF;
	}

.section1 {
  background: #F3F3F3;
  position: relative;
  padding: 3em 1.5em 2em 1.5em;
  color: #545454;
  /* background-attachment: fixed;
  background-image: url("uploads/images/bg_asterisque.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size:auto; */
  max-width: 1800px;
  margin: 0px auto;
}
/* .section1:before {
  background: #fff;
  border-top: 0px solid #e1e1e1;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px;
	
} */
/* .section1:after {
  background: #e1e1e1;
  border-bottom: 1px solid #fefefe;
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
} */
.section2:after {
  background: #fefefe;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.section2 {
  position: relative;
  padding: 3em 1em;
  background: #f4f6f8;
  border-top: 1px solid #e3e3e3;
}
.section3 {
  background: #4B4F54;
  border-top: 0px solid #dadada;
  position: relative;
  padding: 0.5em 1em;
  color:#7A8088;
}
.section3 a {font-family: 'Lato', sans-serif; color:#F3F3F3; font-weight: 300; font-size: 15px; text-transform: none;}
.section3 a:hover {color:#70a198;}
.section4 {
  background: #e3e8ee;
  border-bottom: 1px solid #f4f6f8;
  padding: 3em 1em;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.topmenu li > a {
  padding: .5em 1em;
	color: #000;
}
.topmenu li a > i {
  font-size: 1.2em;
}
.topmenu li > a strong {
  font-size: .85em;
	color: #000;
}
.topmenu li > a small {
  font-size: .65em;
	color: #000;
}
.topmenu a span.sub-arrow {
  left: 40%;
}
}

@media only screen and (max-width: 768px) {
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: .75em;
  margin-left: auto;
  text-align: left;
}
#footer .links {
  float: none!important
}
.wojo.tabs li {
  float: none;
}
.wojo.tabs li a.active,
 .wojo.tabs li a.active:hover {
  border-color: #F4BF1E;
}
ul.topmenu {
  width: auto;
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  
}
ul.topmenu>li {
  float: none;
	background-color: #F5F5F5;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
	color: #000;
	border-bottom: solid 1px #FFFFFF;
	
}
ul.topmenu iframe {
  display: none;
}
/* Menu box
===================*/
#menu-button {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
}
#menu.collapsed {
  display: none;
}
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: left;
  font-weight: 400;
  color: #fff;
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
  margin-right: 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 400;
  font-size: .85em;
  padding:0;
}
.topmenu li > a small {
  display: block;
  font-size: .8em;
  margin-left: 2.5em;
}
.topmenu a span.sub-arrow {
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a i,
.topmenu li:hover a small {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.topmenu a.highlighted span.sub-arrow {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.topmenu li {
  border-left: 0;
}
.topmenu li:first-child {
  border-top: 0;
}
}
