body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3a3a3a;
  background: #fff;
}
body,
html {
  height: 100%;
  min-height: 100%;
  position: relative;
}
a:focus {
  text-decoration: none;
}
.nav > .divider-vertical {
  display: none;
}
.nav > li {
  width: auto;
  border: none;
  padding: 0 15px;
}
.navbar-nav > li.menuroot > A {
  padding: 15px 15px;
  margin-bottom: 0;
  color: #000;
  transition: color 0.4s ease 0s;
}
.navbar-affix .navbar-nav > li.menuroot > A,
.affix .navbar-nav > li.menuroot > A {
  color: #000;
}
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav > li > A > .caret {
  display: none;
}
.nav > li > A .itemname::after {
  display: block;
  background-color: #ffdd00;
  transition: all 0.4s ease 0s;
  width: 20px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  content: " ";
}
.nav > li > A:hover .itemname::after,
.nav > li.open > A .itemname::after {
  width: 100%;
  height: 2px;
  background-color: #000;
}
.nav > li > A:hover,
.nav > li > A:focus,
.nav > li.open > A,
.nav > li.open > A:hover,
.nav > li.open > A:focus {
  background-color: transparent;
}
.nav > li.open {
  background-color: transparent;
}
.navbar-nav > li.menuroot > A > .itemname {
  width: auto;
  margin-bottom: 10px;
  height: auto;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-nav > li.firstroot {
  width: auto;
}
.navbar-main {
  top: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  transition: all 0.4s ease 0s;
  background: #ffdd00;
}
.navbar-affix,
.affix {
  position: fixed;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  background-color: #ffdd00;
  background-image: none;
}
.navbar-affix .navbar-nav > li.menuroot > A,
.affix .navbar-nav > li.menuroot > A {
  height: 60px;
}
.navbar-brand {
  margin-top: -30px;
  height: auto;
}
.navbar-adresse {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.navbar-affix .navbar-brand,
.affix .navbar-brand {
  height: 30px;
  margin-top: 0px;
  padding: 0 15px;
}
.navbar-affix .navbar-brand img,
.affix .navbar-brand img {
  height: 60px;
}
#navbar-collapse-main {
  padding-right: 40px;
}
.full {
  overflow: hidden;
  height: 88%;
  min-height: 500px;
  width: 100%;
  background-color: #83B4DF;
  position: relative;
}
.full .bg {
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full .container-fluid {
  position: absolute;
  bottom: 0;
  padding: 60px;
}
.full .slogan h2 {
  font-size: 10vmin;
  font-weight: bold;
  color: #fff;
}
.half {
  height: 50%;
  min-height: 250px;
}
.half .slogan h2 {
  font-size: 6vmin;
}
.bodyhome {
  display: none;
}
BODY.home .col-lg-1,
BODY.home .col-lg-10,
BODY.home .col-lg-11,
BODY.home .col-lg-12,
BODY.home .col-lg-2,
BODY.home .col-lg-3,
BODY.home .col-lg-4,
BODY.home .col-lg-5,
BODY.home .col-lg-6,
BODY.home .col-lg-7,
BODY.home .col-lg-8,
BODY.home .col-lg-9,
BODY.home .col-md-1,
BODY.home .col-md-10,
BODY.home .col-md-11,
BODY.home .col-md-12,
BODY.home .col-md-2,
BODY.home .col-md-3,
BODY.home .col-md-4,
BODY.home .col-md-5,
BODY.home .col-md-6,
BODY.home .col-md-7,
BODY.home .col-md-8,
BODY.home .col-md-9,
BODY.home .col-sm-1,
BODY.home .col-sm-10,
BODY.home .col-sm-11,
BODY.home .col-sm-12,
BODY.home .col-sm-2,
BODY.home .col-sm-3,
BODY.home .col-sm-4,
BODY.home .col-sm-5,
BODY.home .col-sm-6,
BODY.home .col-sm-7,
BODY.home .col-sm-8,
BODY.home .col-sm-9,
BODY.home .col-xs-1,
BODY.home .col-xs-10,
BODY.home .col-xs-11,
BODY.home .col-xs-12,
BODY.home .col-xs-2,
BODY.home .col-xs-3,
BODY.home .col-xs-4,
BODY.home .col-xs-5,
BODY.home .col-xs-6,
BODY.home .col-xs-7,
BODY.home .col-xs-8,
BODY.home .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.grid {
  background-color: #ffdd00;
}
.grid img {
  display: block;
  height: auto;
  min-height: 100px;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.grid .tuile {
  overflow: hidden;
}
.grid a:hover img {
  filter: grayscale(100%);
  transform: scale3d(1.05, 1.05, 1);
}
.grid .tuile .title {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
}
.grid .tuile .title::after {
  display: block;
  background-color: #ffdd00;
  transition: all 0.4s ease 0s;
  width: 40px;
  height: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
  content: " ";
}
.grid .tuile a:hover .title::after {
  width: 100px;
  height: 2px;
  background-color: #fff;
}
.grid .plus a {
  display: block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  font-weight: bold;
  color: #ffdd00;
  transition: all 0.4s ease 0s;
  border-bottom: 1px solid #eee;
}
.grid .plus a:hover {
  background-color: #ffdd00;
  color: #eee;
  text-decoration: none;
}
.tuileactu a {
  display: block;
  height: 300px;
  border-right: 1px solid #eee;
  background-color: #fff;
  color: #666;
}
.tuileactu a:hover {
  text-decoration: none;
}
.tuileactu .time {
  padding: 4px 10px;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  transition: all 0.4s ease 0s;
}
.tuileactu a:hover .time {
  background-color: #ffdd00;
}
.tuileactu .title {
  font-size: 20px;
  padding: 20px 30px 10px 30px;
  font-weight: bold;
}
.tuileactu a:hover .title {
  color: #ffdd00;
}
.tuileactu .desc {
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  color: #444;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  color: #eee;
  background-color: #222;
  text-align: right;
  text-transform: uppercase;
  font-size: 9px;
  padding: 30px 20px;
}
.footer a {
  color: #ffdd00;
}
.nostat {
  display: none;
}
.tools {
  border-bottom: 1px solid #eee;
  padding: 0 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.breadcrumb {
  font-size: 12px;
  line-height: 12px;
  margin: 20px 0;
  background: none;
  font-weight: bold;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
  .navbar-affix .navbar-brand {
    margin-top: 0;
    padding: 0;
    height: auto;
  }
  .navbar-brand,
  .navbar-adresse {
    text-align: center;
    display: block;
    width: 100%;
  }
  .navbar-brand > IMG,
  .navbar-adresse > IMG {
    display: inline;
  }
  .navbar-brand > A,
  .navbar-adresse > A {
    text-decoration: underline;
  }
  .affix .navbar-brand,
  .affix .navbar-adresse {
    display: none;
  }
  .grid .tuile .title {
    font-size: 20px;
  }
  #sharethis {
    text-align: center;
  }
  #sharethis {
    margin: 10px 0;
  }
  .navbar-main {
    background-color: #ffdd00;
  }
  .navbar-nav > li.menuroot > A {
    color: #000;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-main {
    padding-top: 30px;
  }
  .affix {
    padding-top: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
