/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* !CSS RESET */
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-Black.woff2") format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-ExtraBold.woff2")
      format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-Bold.woff2") format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-SemiBold.woff2")
      format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-Medium.woff2") format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-Regular.woff2") format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-Light.woff2") format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-ExtraLight.woff2")
      format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("Work-Sans/fonts/webfonts/woff2/WorkSans-Thin.woff2") format("woff2"),
    url("Work-Sans/fonts/webfonts/woff/WorkSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
::-moz-selection {
  color: #382e2d;
  background: #4ea44c;
}

::selection {
  color: #382e2d;
  background: #4ea44c;
}

body {
  background-color: white;
}

.homeCover {
  width: 50%;
  float: left;
  margin-right: 30px;
}

blockquote.cover {
  text-align: left;
  margin-left: 20px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 2em;
  color: #2b5a2a;
}

.container {
  margin-top: 100px;
}

.intro {
  width: 100%;
  height: 36em;
  background-size: cover;
  background-origin: 50% 50%;
}
.intro blockquote {
  font-size: 1em;
  position: absolute;
  color: white;
  background-color: #2d5e2c;
  opacity: 0.78;
  top: 150px;
  width: 500px;
  margin-left: 20%;
  padding: 10px;
}

.menuBis {
  list-style-type: none;
  ::marker {
    content: "";
  }
}

.menuBis a h2 {
  background-color: #4ea44c;
  padding-left: 10px;
  padding-top: 0.3em;
  border: 0;
  color: #382e2d;
  font-size: 0.8em;
  transition: all 0.7s ease;
  margin-top: 1em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 0px 50px 0px 0px;
  -moz-border-radius: 0px 50px 0px 0px;
  border-radius: 0px 50px 0px 0px;
}
.menuBis a:hover h2 {
  width: auto;
  background-color: #2b5a2a;
  color: white;
  transition: all 0.7s ease;
}
.menuBis a:hover .link {
  border: 5px solid #2b5a2a;
  transition: all 0.7s ease;
}
.menuBis .link {
  background-size: cover;
  background-origin: 50% 50%;
  background-color: #382e2d;
  list-style-type: none;
  height: 200px;
  border: 5px solid #4ea44c;
  transition: all 0.7s ease;
  -webkit-border-radius: 0px 0px 0px 50px;
  -moz-border-radius: 0px 0px 0px 50px;
  border-radius: 0px 0px 0px 50px;
}

h2.newstitle {
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 2.8em;
  margin-bottom: 0.3em;
  border-bottom: 0;
  background-color: #4ea44c;
  text-align: center;
  color: white;
}
h2.newstitle + h2 {
  background-color: none;
}

#news {
  margin-top: 2em;
  height: auto;
  padding-top: 1em;
  min-height: 540px;
}
#news p {
  font-size: 0.9em;
  width: 100%;
}
#news h2 {
  color: #382e2d;
  line-height: 1.3;
  margin-top: -10px;
}

.news-picture {
  display: block;
  width: 30%;
  min-height: 15em;
  background-size: cover;
  background-origin: 50% 50%;
  float: right;
  margin-left: 20px;
}

.cite {
  width: auto;
  font-weight: 400;
  text-align: center;
  color: #382e2d;
  font-size: 3em;
  margin: 0 auto;
}
.cite + p {
  letter-spacing: 4px;
  margin-top: 0;
  display: block;
  border-bottom: 0;
  font-size: 1.1em;
  border-top: 5px solid #4ea44c;
  color: #4ea44c;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 7em;
  text-align: center;
}

h2.infotitle {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #382e2d;
  margin-top: 1.2em;
}

.info {
  background-color: #382e2d;
  padding: 0.3em 20px 1.2em 20px;
  margin-bottom: 1em;
}
.info p {
  color: #c8c8c8;
  font-weight: 400;
}
.info p a {
  color: #4ea44c;
  border-bottom: 1px solid #4ea44c;
}
.info p a:hover {
  text-decoration: none;
  color: #2b5a2a;
  border-bottom: 1px solid #2b5a2a;
}

.line2 {
  margin-top: 1em;
}

h2.rdvtitle {
  margin-top: 2em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #382e2d;
  margin-bottom: 0;
  border-bottom: 3px solid #382e2d;
}

.encart {
  background-color: #4ea44c;
  text-align: center;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  padding: 1em 1em 1em 5em;
  font-style: italic;
  font-weight: bold;
}

.rdv {
  background-color: #4ea44c;
  padding: 0.1em 20px 1.2em 20px;
}
.rdv p {
  color: #382e2d;
  font-weight: 400;
}

footer {
  background-color: #382e2d;
  color: #c8c8c8;
  width: 100%;
  display: inline-block;
  margin-top: 2em;
  padding-top: 0.4em;
  padding-bottom: 4em;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: -20px;
}
footer p {
  color: #c8c8c8;
}
footer .container {
  margin-top: 0;
  padding-top: 0;
}
footer h1,
footer h2,
footer h3 {
  color: #4ea44c;
  border-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}

hr {
  clear: both;
}

footer p a {
  color: #a2d683;
  border-bottom: 1px solid #a2d683;
}
footer p a:hover {
  color: #4ea44c;
  border-bottom: 1px solid #4ea44c;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 767px),
  (min-device-width: 300px) and (max-device-width: 700px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .intro {
    height: 300px;
  }

  h1 {
    margin-top: 2em;
  }

  .cite {
    font-size: 2.4em;
    margin-top: -3em;
  }

  blockquote {
    font-size: 0.85em;
    width: 90%;
  }

  blockquote.cover {
    font-size: 0.85em;
    width: 90%;
  }

  .news-picture {
    width: 100%;
  }

  .container {
    margin-top: 10em;
  }

  #news h2 {
    margin-top: 0;
    background-color: #4ea44c;
    padding-left: 1em;
    padding-right: 1em;
  }
  #news h2.newstitle {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }

  p {
    font-size: 0.75em;
  }

  .menubis li.link {
    height: 100px;
  }

  .intro {
    position: relative;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .intro blockquote {
    position: relative;
    margin-left: 0;
    margin-top: 0em;
    margin-bottom: 4em;
    opacity: 1;
    font-size: 0.8em;
    width: 100%;
    padding: 10px;
  }
}
.introError {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-origin: 50% 50%;
}
.introError blockquote {
  font-size: 1em;
  color: white;
  background-color: #2d5e2c;
  opacity: 0.89;
  width: 500px;
  margin-left: 20%;
  padding: 10px;
}

@media screen and (max-width: 560px) {
  .container h1 {
    font-size: 1.6em;
  }
}
.team {
  max-height: 12em;
  overflow: hidden;
}
.team img {
  width: 100%;
}

.mt2 {
  margin-top: 2em;
}

.profname {
  color: #4ea44c;
  border-bottom: 1px solid #4ea44c;
}

@media screen and (min-width: 768px) {
  nav.navbar ul li:hover .submenu {
    display: block;
    visibility: visible;
  }
  nav.navbar ul li .submenu {
    visibility: hidden;
    transition: visibility 1s ease;
    position: absolute;
    z-index: 2;
    display: none;
    left: -30px;
  }
  nav.navbar ul li .submenu li a {
    display: block;
    border: 5px solid #382e2d;
    min-width: 200px;
    padding: 0.6em 1.5em;
    font-size: 1em;
    font-weight: 300;
    color: #382e2d;
    background: #4ea44c repeat scroll 0% 0%;
    white-space: nowrap;
  }
  nav.navbar ul li .submenu li a:hover {
    color: #4ea44c;
    background-color: #2b5a2a;
  }
}
@media screen and (max-width: 767px) {
  ul.nav.navbar-bar {
    overflow: hidden;
    width: 100%;
  }
  ul.nav.navbar-bar li {
    overflow: hidden;
    width: 98%;
  }
  ul.nav.navbar-bar li:hover .submenu {
    display: block;
    visibility: visible;
  }

  .navbar-inverse .navbar-collapse {
    border: 0px solid;
    box-shadow: 0px 1px 0px rgba(150, 150, 150, 0.01) inset;
    width: 100%;
  }

  .navbar-bar {
    border: 0px solid;
    margin: 0 auto;
    width: 100%;
  }
  .navbar-bar li {
    display: block;
    padding-top: 3em;
    float: none;
  }

  nav.navbar ul li {
    float: none;
    border-bottom: 0;
    display: block;
    width: 100%;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
  }
  nav.navbar ul li a {
    border-bottom: 0;
    float: none;
  }
  nav.navbar ul li ul.submenu li {
    border-bottom: 0;
    border-top: 0;
    font-weight: 300;
    padding-top: 0em;
    padding-bottom: 0em;
    width: 100%;
  }
  nav.navbar ul li ul.submenu li a {
    color: #9d9d9d;
    padding-top: 0em;
    padding-bottom: 0.3em;
    display: block;
  }
  nav.navbar ul li ul.submenu li a:hover {
    color: white;
  }
}
nav.navbar {
  background-color: #382e2d;
  padding-top: 1em;
  margin: 0 auto;
}
nav.navbar ul li {
  float: left;
  list-style-type: none;
  margin-left: 30px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-indent: 0;
  padding-left: 0;
  list-style-position: outside;
}
nav.navbar ul a {
  color: #382e2d;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 5px solid;
  transition-duration: 3sec;
  transition:
    color 0.3s ease 0s,
    background 0.3s ease 0s,
    border 0.3s ease 0s;
}
nav.navbar ul a:hover {
  color: #382e2d;
}
nav.navbar ul .active {
  color: #382e2d;
  border-bottom: 5px solid #4ea44c;
  background-color: #4ea44c;
}

.navbar-brand {
  border-bottom: 0px solid red;
}
.navbar-brand .logo {
  float: left;
  margin-right: 0;
  width: 80px;
  color: white;
  margin-top: -20px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  nav.navbar {
    background-color: #382e2d;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
  }
  nav.navbar ul .active {
    color: white;
    border-bottom: 0;
  }
}
body {
  font-family: WorkSans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #323232;
}

a {
  color: #2b5a2a;
  border-bottom: 1px solid #2b5a2a;
}
a:hover {
  text-decoration: none;
  color: #0a140a;
  border-bottom: 1px solid #0a140a;
}

h1 {
  background-color: #4ea44c;
  margin: auto;
  font-size: 3em;
  font-weight: 600;
  color: #382e2d;
  text-transform: uppercase;
  width: auto;
  text-align: left;
  padding-left: 0.3em;
  margin-top: -3em;
}

h2 {
  color: #382e2d;
  border-bottom: 4px solid #4ea44c;
  margin-top: 2em;
  font-size: 1.6em;
  font-weight: 600;
}
h2 + h3 {
  margin-top: 1.1em;
}

h3 {
  color: #2b5a2a;
  margin-top: 2em;
  font-size: 1.1em;
  font-weight: 500;
  width: auto;
  display: block;
}
h3 + p {
  margin-top: 0;
}

p {
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  margin-top: 1em;
}

figure.petit {
  float: left;
  width: 30%;
  margin-right: 2em;
  margin-top: 1em;
}
figure.petit img {
  width: 100%;
}

figure.grand {
  width: 100%;
}
figure.grand img {
  width: 100%;
  margin: 1em 0 1em 0;
}

ul li {
  list-style-type: square;
  list-style-position: inside;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
}

em,
i,
.italic {
  border-bottom: 3px solid #323232;
}

strong,
.bold {
  font-weight: 600;
}

sup {
  font-size: 0.77em;
  padding-left: 1px;
}

table {
  border: 0;
}
table tbody tr {
  border-bottom: 2px solid #4ea44c;
}
table tbody tr:nth-of-type(2n) {
  background-color: #8eca8c;
}
table tbody tr:nth-of-type(2n + 1) {
  background-color: #f5faf5;
}
table tbody tr td {
  padding: 30px;
  padding-top: 0.9em;
  padding-bottom: 1.1em;
}
table tbody tr td p {
  margin-top: 0;
}
table tbody tr td:first-of-type p {
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

article p,
article ul,
article li {
  max-width: 44em;
}

#news h2 {
  margin-top: 2em;
}
#news h2:nth-of-type(1) {
  margin-top: 0;
}
#news h2:nth-of-type(2) {
  margin-top: 0;
}
#news p:last-of-type {
  margin-bottom: 3em;
}
#news p + .news-picture {
  margin-top: 3em;
}

.gallery {
  margin-bottom: 5em;
}
.gallery h2 {
  color: #2b5a2a;
  font-size: 3em;
  background-color: white;
  margin: 0;
  padding: 0;
  border: 0;
}

.gallery li {
  margin: 0;
  padding: 0;
  background-size: cover;
  list-style: none;
  height: 200px;
  transition: border 0.3s ease;
}
.gallery li:hover {
  border: 15px solid #4ea44c;
}
.gallery li.retour {
  background-color: #382e2d;
  text-align: center;
  vertical-align: middle;
  padding-top: 5em;
  color: #4ea44c, 30%;
  text-transform: uppercase;
  border: 5px solid #715c5a;
}
.gallery li.retour:hover {
  background-color: #4ea44c;
  color: #382e2d;
  border: 5px solid white;
}
.gallery li.retour span {
  border-bottom: 6px solid #3d813c;
}

.gAll li {
  height: 300px;
  margin-bottom: 2em;
  border-right: 30px solid white;
}
.gAll li:hover {
  border: 0;
  border-right: 30px solid white;
  border-left: 30px solid #4ea44c;
}

/*# sourceMappingURL=main.css.map */

/* Besoin de l’ajouter au sass! */
.fancybox-title-float-wrap .child {
  display: none !important;
}

.rdv img {
  max-width: 100%;
  margin-top: 1em;
}

#news blockquote p {
  font-size: 0.7em;
}

#news blockquote {
  padding-left: 1em;
  border-left: 2px solid grey;
}

.container figure img {
  margin-top: 1em;
  max-width: 100% !important;
}

table {
  margin: 2em 0;
}
