@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700);
.clearfix {
  content: "";
  display: table;
  clear: both;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i,
em {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
u,
span.underline {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a,
span {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  outline: none;
}
img {
  max-width: 100%;
}
.nostretch {
  white-space: nowrap;
  width: 1%;
}
.col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
.col-xs-9 {
  padding-right: 6px;
  padding-left: 6px;
}
.full-width {
  width: 100%;
}
header {
  margin: 0 0 15px 0;
}
header .header-interne {
  background-image: url('../img/header-interne.jpg');
  height: 400px;
  background-position: center bottom;
  text-align: center;
}
header .header-interne img {
  max-width: 100%;
  margin-top: 260px;
}
header .full-width {
  position: fixed;
  background-color: white;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
header .container {
  position: relative;
}
header .navbar-brand {
  margin-top: -20px;
}
header .navbar-brand img {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 991px) {
header .navbar-brand img {
  visibility: hidden;
  margin-top: 10px;
  position: relative;
}
}
@media screen and (max-width: 767px) {
header .navbar-brand img {
  visibility: visible;
  width: 60%;
  margin-top: 20px;
}
}
header nav.navbar-default {
  /*width: 100%;*/
  margin: 0px;
  /*width: 1140px;*/
  z-index: 3;
  height: 67px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  /*-moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.5);
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=8);*/
  font-size: 16px;
  background-color: white;
}
@media screen and (max-width: 1199px) {
  header nav.navbar-default {
    width: 940px;
  }
}
@media screen and (max-width: 991px) {
  header nav.navbar-default {
    height: 38px;
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar-default {
    box-shadow: none;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
  }
}
header nav.navbar-default .container-fluid {
  background-color: white;
}
@media screen and (max-width: 1199px) {
  header nav.navbar-default .container-fluid {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar-default .container-fluid {
    padding: 14px;
  }
}
header nav.navbar-default .navbar-header a {
  padding: 0;
}
header nav.navbar-default .navbar-collapse {
  /*background-color: white;*/
  border-color: transparent;
  float: right;
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  header nav.navbar-default .navbar-collapse {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar-default .navbar-collapse {
    margin-top: 47px;
    float: left;
    width: 100%;
  }
}
header nav.navbar-default ul.navbar-nav {
  margin-top: 0px;
}
@media screen and (max-width: 1199px) {
  header nav.navbar-default ul.navbar-nav {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  header nav.navbar-default ul.navbar-nav {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar-default ul.navbar-nav {
    float: none;
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}
header nav.navbar-default ul.navbar-nav .open a,
header nav.navbar-default ul.navbar-nav .open a:hover {
  background-color: white;
}
header nav.navbar-default ul.navbar-nav .open a:focus {
  background-color: #009bc9;
  color: white;
}
header nav.navbar-default ul.navbar-nav ul.dropdown-menu {
  border: 0px;
  padding-bottom: 0px;
}
header nav.navbar-default ul.navbar-nav ul.dropdown-menu li.sous-menu {
  padding-top: 0px;
  height: auto;
}
header nav.navbar-default ul.navbar-nav ul.dropdown-menu li.sous-menu a {
  font-size: 14px;
  /*padding-right: 8px;
          padding-left: 8px;
          padding-top: 5px;
          padding-bottom: 5px;*/
  padding: 5px 10px;
}
header nav.navbar-default ul.navbar-nav ul.dropdown-menu li.sous-menu:last-child a {
  padding: 0px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}
header nav.navbar-default ul.navbar-nav li {
  padding-top: 10px;
}
@media screen and (max-width: 1199px) {
  header nav.navbar-default ul.navbar-nav li {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  header nav.navbar-default ul.navbar-nav li {
    padding: 0px;
  }
}
header nav.navbar-default ul.navbar-nav li.billeterie {
  background-color: #009bc9;
}
header nav.navbar-default ul.navbar-nav li.fb {
  margin-top: -5px;
}
header nav.navbar-default ul.navbar-nav li:last-child {
  height: 68px;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  header nav.navbar-default ul.navbar-nav li:last-child {
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar-default ul.navbar-nav li:last-child {
    height: 45px;
  }
}
header nav.navbar-default ul.navbar-nav li:last-child a {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  header nav.navbar-default ul.navbar-nav li:last-child a {
    padding: 5px;
    height: 40px;
  }
  header nav.navbar-default ul.navbar-nav li:last-child a img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar-default ul.navbar-nav li:last-child a {
    padding: 5px;
    text-align: center;
  }
  header nav.navbar-default ul.navbar-nav li:last-child a img {
    height: 40px;
    width: auto;
  }
}
header nav.navbar-default ul.navbar-nav li a {
  color: #009bc9;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  header nav.navbar-default ul.navbar-nav li a {
    font-size: 14px;
    padding: 8px;
  }
}
@media screen and (max-width: 991px) {
  header nav.navbar-default ul.navbar-nav li a {
    font-size: 14px;
  }
}
header .parallaxe {
  margin-top: 65px;
  background-image: url('../img/fond-header-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
}
header .parallaxe .arbre {
  float: right;
}
header .parallaxe .parc-loisir {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  header .parallaxe {
    margin-top: 49px;
    background-position: center top;
    height: 400px;
    text-align: center;
    background-image: url('../img/fond-header-index-sm.jpg');
    padding-top: 200px;
  }
  header .parallaxe .arbre {
    display: none;
  }
}
header .slider-large {
  width: 100%;
  height: 462px;
  background: url(../img/Slider-header-home.jpg) no-repeat bottom center;
}
@media screen and (max-width: 1199px) {
  header .slider-large {
    height: 446px;
  }
}
header .header-fix {
  width: 100%;
  height: 309px;
  background: url(../img/header-h242.jpg) no-repeat bottom center;
}
@media screen and (max-width: 1199px) {
  header .header-fix {
    height: 293px;
  }
}
/*@font-face {
    font-family: 'lato';
    src: url('../font/lato-bold-webfont.eot');
    src: url('../font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato-bold-webfont.woff2') format('woff2'),
         url('../font/lato-bold-webfont.woff') format('woff'),
         url('../font/lato-bold-webfont.ttf') format('truetype'),
         url('../font/lato-bold-webfont.svg#cabinregular') format('svg');
    font-weight: bold;
    font-style: bold;

}

@font-face {
    font-family: 'lato';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato-regular-webfont.woff2') format('woff2'),
         url('../font/lato-regular-webfont.woff') format('woff'),
         url('../font/lato-regular-webfont.ttf') format('truetype'),
         url('../font/lato-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
* {
  font-family: 'Comfortaa', cursive;
  font-weight: normal;
}
/*
  content.less
  mise en forme des éléments de contenu
*/
h1 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 25px;
}
h2 img.tepacap {
  margin: -5px 0 0 0;
}
.bloc-content {
  background-color: #ededed;
  padding: 20px;
}
.bloc-content .img {
  float: left;
}
@media screen and (max-width: 1199px) {
  .bloc-content .img {
    text-align: center;
    padding-left: 0px;
    width: 100%;
  }
}
.clear {
  clear: both;
}
section {
  /*h1 {
    color: @kaki;
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 24px;
  }*/
}
section h2 {
  background-color: #2e3a28;
  color: white;
  font-size: 18px;
  padding: 13px 25px;
  margin: 10px 0 0 0;
}
section h4 {
  background-color: #728C64;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 13px;
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}
section .titre {
  background-color: #ef693a;
  text-align: center;
  padding: 5px 5px 2px 5px;
}
section .titre img  {
  max-width: 100%;
}
section .titre-pass-semaine {
  background-color: #72A35D;
  border-bottom: solid 5px #5D7A2F;
}
section .pass-semaine {
  background-color: #ededed;
  padding: 0px 30px 10px 30px;
}
section .pass-semaine .offre {
  padding-top: 16px;
}
section .pass-semaine .offre ul {
  padding-left: 0px;
  text-align: center;
}
section .pass-semaine .offre ul li {
  list-style-type: none;
  display: inline-block;
  width: 45%;
}
section .pass-semaine .offre ul li img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  section .pass-semaine .offre ul li {
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  section .pass-semaine .offre ul li {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section .pass-semaine .offre ul li img {
    max-width: 100%;
  }
}
section .pass-semaine .offre ul li:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  section .pass-semaine .offre ul li:last-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  section .pass-semaine .offre ul li:last-child {
    margin-left: 0px;
  }
}
section .pass-semaine .offre ul li a {
  text-decoration: none;
}
section .pass-semaine .offre ul li a .tarif {
  background-color: #575756;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 28px;
  color: white;
}
section .pass-semaine .offre ul li a .tarif:hover {
  background-color: #86BC25;
  text-decoration: none;
}

section .pass-semaine .offre ul li a .bouton {
  background-image: url('../img/bouton-enligne.png');
  background-repeat: no-repeat;
  width: 100%;
  display: inline-block;
}
section .pass-semaine .offre ul li a .bouton:hover {
  background-image: url('../img/bouton-enligne-hover.png');
}
section .pass-semaine .offre ul li a .bouton p {
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  section .pass-semaine .offre ul li a .bouton p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  section .pass-semaine .offre ul li a .bouton {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 991px) {
  section .pass-semaine .offre ul li a .bouton {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  section .pass-semaine .offre ul li a .bouton {
    margin-left: 11px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {section .center_p {line-height: 64px; height: 70px;}}

@media screen and (max-width: 991px) {
  section .derniere-minute {
    margin-top: 20px;
  }
}
section .derniere-minute .titre-minute {
  background-color: #ef693a;
  text-align: left;
  border-bottom: solid 5px #D85830;
  padding: 5px 5px 2px 40px;
  /*img  {
        max-width: 100%;
      }*/
}
section .derniere-minute .info {
  background-image: url('../img/bg-orange.jpg');
  background-size: cover;
  padding: 20px 50px;
}
@media screen and (max-width: 1199px) {
  section .derniere-minute .info {
    padding: 10px 40px 10px 40px;
  }
}
@media screen and (max-width: 991px) {
  section .derniere-minute .info {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section .derniere-minute .info {
    padding: 20px 20px 20px 20px;
  }
}
section .derniere-minute .info .picto {
  display: inline-block;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  section .derniere-minute .info .picto img  {
    width: 70%;
  }
}
section .derniere-minute .info p {
  display: inline-block;
  color: white;
  font-size: 16px;
  padding-left: 25px;
  vertical-align: middle;
  max-width: 350px;
}
@media screen and (max-width: 1199px) {
  section .derniere-minute .info p {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  section .derniere-minute .info p {
    font-size: 16px;
    max-width: 250px;
    padding-left: 10px;
    max-width: 100%;
  }
}
section .une-question {
  margin-top: 14px;
}
@media screen and (max-width: 1199px) {
  section .une-question {
    margin-top: 4px;
  }
}
@media screen and (max-width: 991px) {
  section .une-question {
    margin-top: 10px;
  }
}
section .une-question .titre-question {
  background-color: #86BC25;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-align: left;
  border-bottom: solid 5px #7BA015;
  padding: 5px 5px 0px 40px;
}
section .une-question .titre-question img  {
  margin-right: 30px;
  /*max-width: 100%;
      .mediaMD({
        margin-left: 0px;
        });
        .mediaSM({
        margin-left: 20%;
        });*/
}
section .une-question p {
  color: white;
  font-size: 18px;
  display: inline-block;
  /*.mediaMD({
        font-size: 22px;
      });*/
}
@media screen and (max-width: 767px) {
  section .une-question p {
    width: 100%;
    text-align: center;
    display: none;
  }
}
section .une-question .ombre {
  display: inline-block;
  position: absolute;
}
section .une-question .telephone {
  background-image: url('../img/bg-vert.jpg');
  background-size: cover;
  padding: 0px 5px 0px 40px;
  position: relative;
  min-height: 112px;
  /*.mediaMD({
        padding: 0px 30px 20px 20px;
        //text-align: center;
      });*/
}
@media screen and (max-width: 767px) {
  section .une-question .telephone {
    padding: 0px 0px 20px 0px;
    text-align: center;
  }
}
section .une-question .telephone .picto {
  background-color: white;
  border-radius: 0 5px 5px 0;
  height: 45px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  section .une-question .telephone .picto {
    width: 40%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question .telephone .picto {
    width: 65%;
    margin-bottom: 20px;
  }
}
section .une-question .telephone .picto p {
  font-size: 22px;
  color: #575756;
  padding: 6px 16px 0 2px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  section .une-question .telephone .picto p {
    font-size: 20px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question .telephone .picto p {
    font-size: 16px;
  }
}
section .une-question .telephone .picto img  {
  margin: -2px 8px 0 0;
}
@media screen and (max-width: 767px) {
  section .une-question .telephone .picto img  {
    width: 12%;
    text-align: left;
  }
}
section .une-question .telephone .mail {
  display: inline-block;
  background-image: url('../img/bouton-mail.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 189px;
  height: 53px;
  margin-left: 53px;
  background-size: contain;
  margin-top: -2px;
}
@media screen and (max-width: 1199px) {
  section .une-question .telephone .mail {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question .telephone .mail {
    margin-left: 0px;
  }
}
section .une-question .telephone .mail img {
  position: absolute;
}
section .une-question .telephone .mail p {
  color: white;
  position: relative;
  padding-left: 60px;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 62px;
}
@media screen and (max-width: 1199px) {
  section .une-question .telephone .mail p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question .telephone .mail p {
    font-size: 16px;
    padding-left: 40px;
  }
}
section .une-question .telephone .mail:hover {
  background-image: url('../img/bouton-mail-hover.png');
}
section .une-question .telephone p {
  display: inline-block;
  color: #2e3a28;
  font-size: 18px;
  padding-left: 5px;
  vertical-align: middle;
  max-width: 350px;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  section .une-question .telephone p {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question .telephone p {
    font-size: 16px;
    max-width: 250px;
    padding-left: 10px;
  }
}
section .univers {
  margin-top: 10px;
}
section .univers ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
section .univers ul:after {
  content: ' ';
  display: block;
  clear: both;
}
section .univers ul li {
  float: left;
  width: 25%;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  section .univers ul li {
    margin-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  section .univers ul li {
    width: 48%;
    margin-right: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  section .univers ul li {
    width: 100%;
    margin-top: 12px;
  }
}
section .univers ul li:last-child {
  margin-right: 0px;
}
section .univers ul li .univers-tepacap {
  background-image: url('../img/fond-tepasiptit.jpg');
  background-size: cover;
  background-position: center center;
  padding: 12px;
  height: 563px;
}
@media screen and (max-width: 991px) {
  section .univers ul li .univers-tepacap {
    background-image: url('../img/fond-tepasiptit-MD.jpg');
  }
}
@media screen and (max-width: 767px) {
  section .univers ul li .univers-tepacap {
    background-image: url('../img/fond-tepasiptit-XS.jpg');
    background-position: left;
  }
}
section .univers ul li .univers-tepacap .titre-univers {
  height: 80px;
  text-align: center;
}
section .univers ul li .univers-tepacap .titre-univers img {
  max-width: 100%;
}
section .univers ul li .univers-tepacap .picto-age {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
section .univers ul li .univers-tepacap .picto-age img {
  position: absolute;
}
section .univers ul li .univers-tepacap .picto-age p {
  position: relative;
  padding-top: 25px;
  text-align: center;
  color: white;
  line-height: 15px;
}
section .univers ul li .univers-tepacap .description {
  background-color: white;
  padding: 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #009bc9;
  text-align: center;
}
section .univers ul li .univers-tepacap .modules-liberte {
  background-color: white;
  text-align: center;
  padding-bottom: 10px;
}
section .univers ul li .univers-tepacap .modules-liberte .bloc-acro {
  background-color: #DE5016;
  display: inline-block;
  width: 47%;
  padding: 5px;
  padding-bottom: 8px;
  vertical-align: bottom;
}
section .univers ul li .univers-tepacap .modules-liberte .bloc-acro img {
  max-width: 100%;
}
section .univers ul li .univers-tepacap .modules-liberte .bloc-fun {
  background-color: #88b917;
  display: inline-block;
  width: 47%;
  padding: 1px;
}
section .univers ul li .univers-tepacap .modules-liberte .bloc-fun img {
  max-width: 100%;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap {
  background-image: url('../img/fond-bouton-univers.png');
  width: 179px;
  height: 84px;
  display: block;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  color: #88b917;
  position: relative;
  margin: 170px auto 0 auto;
}
@media screen and (max-width: 767px) {
  section .univers ul li .univers-tepacap .bouton-univers-tepacap {
    margin: 90px auto 0 auto;
  }
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-acro {
  color: #ef693a;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-acro span {
  background-image: url('../img/fleche-orange.png');
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-acro:hover {
  background-image: url('../img/bouton-orange.png');
  color: white;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-tepasiptit {
  color: #009bc9;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-tepasiptit span {
  background-image: url('../img/fleche-bleu.png');
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-tepasiptit:hover {
  background-image: url('../img/bouton-bleu.png');
  color: white;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap:hover {
  background-image: url('../img/bouton-vert.png');
  text-decoration: none;
  color: white;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap:hover span {
  background-position: center top;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap span {
  background-image: url('../img/fleche-vert-fun.png');
  position: absolute;
  width: 66px;
  height: 25px;
  right: 30px;
  top: 25px;
  background-position: center bottom;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-liberte {
  color: #4f1f59;
  margin-top: 105px;
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-liberte span {
  background-image: url('../img/fleche-violette.png');
}
section .univers ul li .univers-tepacap .bouton-univers-tepacap#bouton-liberte:hover {
  background-image: url('../img/bouton-violet.png');
  color: white;
}
section .univers ul li .univers-tepacap.acro {
  background-image: url('../img/fond-acro.jpg');
}
@media screen and (max-width: 991px) {
  section .univers ul li .univers-tepacap.acro {
    background-image: url('../img/fond-acro-MD.jpg');
  }
}
@media screen and (max-width: 767px) {
  section .univers ul li .univers-tepacap.acro {
    background-image: url('../img/fond-acro-XS.jpg');
  }
}
section .univers ul li .univers-tepacap.acro .description {
  color: #ef693a;
}
section .univers ul li .univers-tepacap.fun {
  background-image: url('../img/fond-fun.jpg');
}
@media screen and (max-width: 991px) {
  section .univers ul li .univers-tepacap.fun {
    background-image: url('../img/fond-fun-MD.jpg');
  }
}
@media screen and (max-width: 767px) {
  section .univers ul li .univers-tepacap.fun {
    background-image: url('../img/fond-fun-XS.jpg');
  }
}
section .univers ul li .univers-tepacap.fun .description {
  color: #88b917;
}
section .univers ul li .univers-tepacap.liberte {
  background-image: url('../img/fond-liberte.jpg');
}
@media screen and (max-width: 991px) {
  section .univers ul li .univers-tepacap.liberte {
    background-image: url('../img/fond-liberte-MD.jpg');
  }
}
@media screen and (max-width: 767px) {
  section .univers ul li .univers-tepacap.liberte {
    background-image: url('../img/fond-liberte-XS.jpg');
  }
}
section .univers ul li .univers-tepacap.liberte .description {
  color: #4f1f59;
}
section .presentation {
  background-color: #ededed;
  padding: 20px;
}
section .presentation .img {
  float: left;
}
@media screen and (max-width: 1199px) {
  section .presentation .img {
    text-align: center;
    padding-left: 0px;
    width: 100%;
  }
}
section .presentation p {
  font-size: 12px;
  margin-left: 290px;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  section .presentation p {
    margin-left: 0;
  }
}
section .presentation:after {
  content: ' ';
  display: block;
  height: 0px;
  clear: both;
}
section .modules ul {
  padding-left: 0px;
  margin-top: 10px;
}
section .modules ul li {
  width: 25%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section .modules ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  section .modules ul li {
    width: 50%;
  }
}
section .modules ul li a {
  text-decoration: none;
}
section .modules ul li a:hover {
  color: #ef693a;
}
section .modules ul li .picto {
  background-color: #90C47A;
  /*&:hover {
          background-color: @kaki;
          }*/
}
section .modules ul li .picto:nth-child(2n+2) {
  background-color: #73A558;
}
section .modules ul li:nth-child(2n+2) .picto {
  background-color: #73A558;
}
section .modules ul li p {
  background-color: #728C64;
  color: white;
  font-weight: bold;
  font-size: 17px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  section .modules ul li p {
    font-size: 16px;
  }
}
section .modules ul li:hover p {
  background-color: #86BC25;
}
section .slick-slider {
  outline: none;
  margin-top: 10px;
}
section .slick-slider .slick-slide {
  outline: none;
}
section .slick-slider button.slick-next {
  background-image: url('../img/slide-droite.png');
  width: 99px;
  height: 99px;
  right: 0;
  z-index: 2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section .slick-slider button.slick-next {
    height: 50px;
    width: 99px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
}
section .slick-slider button.slick-next:before {
  content: none;
}
section .slick-slider button.slick-prev {
  background-image: url('../img/slide-gauche.png');
  width: 99px;
  height: 99px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section .slick-slider button.slick-prev {
    height: 50px;
    width: 99px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
  }
}
section .slick-slider button.slick-prev:before {
  content: none;
}
section ul.slider-univers li {
  width: 100%;
  margin-right: 0px;
}
section ul.slider-univers li img {
  max-width: 100%;
}
section ul.slider-univers li .bandeau-lien-univers {
  background-color: #2e3a28;
  height: 50px;
}
@media screen and (max-width: 767px) {
  section ul.slider-univers li .bandeau-lien-univers {
    display: none;
  }
}
section ul.slider-univers li .bandeau-lien-univers p {
  font-size: 18px;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  section ul.slider-univers li .bandeau-lien-univers p {
    padding: 10px;
    font-size: 16px;
  }
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers {
  display: inline-block;
  float: right;
  height: 50px;
  overflow: hidden;
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers li.lien-univers {
  width: 130px;
  float: left;
  margin: 0px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers li.lien-univers {
    height: 42px;
  }
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers li.lien-univers a {
  display: inline-block;
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers li.lien-univers a img {
  max-width: 100%;
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-acro-slider {
  background-color: #DE5016;
}
@media screen and (max-width: 991px) {
  section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-acro-slider {
    height: 42px;
    margin-top: 0px;
  }
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-acro-slider:hover {
  background-color: #7F1421;
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-liberte-slider {
  background-color: #4f1f59;
  height: 65px;
}
@media screen and (max-width: 991px) {
  section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-liberte-slider {
    height: 42px;
    margin-top: 0px;
  }
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-liberte-slider:hover {
  background-color: #7F1421;
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-fun-slider {
  background-color: #88b917;
  height: 65px;
  padding: 6px;
}
@media screen and (max-width: 991px) {
  section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-fun-slider {
    height: 42px;
    margin-top: 0px;
    padding: 3px;
  }
}
section ul.slider-univers li .bandeau-lien-univers ul.ul-lien-univers #bouton-fun-slider:hover {
  background-color: #7F1421;
}
.bloc-facebook {
  background-color: #ededed;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .bloc-facebook {
    text-align: center;
  }
}
.bloc-facebook .titre-fcb {
  background-image: url('../img/titre-facebook.png');
  height: 108px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  .bloc-facebook .titre-fcb {
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .bloc-facebook .titre-fcb {
    background-position: center;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bloc-facebook .titre-fcb {
    width: auto;
  }
}
.bloc-facebook .titre-fcb p {
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  padding: 15px;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .bloc-facebook .titre-fcb p {
    font-size: 16px;
    padding-top: 20px;
  }
}
.bloc-facebook .tepabo {
  background-image: url('../img/tepabo.png');
  background-repeat: no-repeat;
  max-width: 100%;
  height: 270px;
  margin-top: 50px;
  min-height: 314px;
}
@media screen and (max-width: 1199px) {
  .bloc-facebook .tepabo {
    margin-bottom: 30px;
    padding: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .bloc-facebook .tepabo {
    width: 40%;
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .bloc-facebook .tepabo {
    width: auto;
  }
}
.bloc-facebook .tepabo p {
  width: 36%;
  font-size: 14px;
  line-height: 15px;
  z-index: 1;
  padding-right: 3px;
  padding-top: 10px;
  float: right;
}
@media screen and (max-width: 1199px) {
  .bloc-facebook .tepabo p {
    float: left;
    width: 100%;
    padding-top: 0px;
    margin-top: 280px;
  }
}
@media screen and (max-width: 991px) {
  .bloc-facebook .tepabo p {
    margin-top: 0px;
    width: 60%;
    float: right;
    text-align: left;
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-facebook .tepabo p {
    padding-top: 10px;
  }
}
footer {
  margin-top: 25px;
  background-color: #2e3a28;
  padding-top: 25px;
  color: white;
}
footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  footer .container {
    display: block;
  }
}
footer .logo-footer {
  float: left;
  width: 23%;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  footer .logo-footer {
    text-align: center;
    width: 100%;
    float: none;
  }
}
footer .texte-footer {
  float: left;
  width: 54%;
}
@media screen and (max-width: 1199px) {
  footer .texte-footer {
    text-align: center;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  footer .texte-footer {
    text-align: center;
  }
}
footer .texte-footer .coordonnee {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: middle;
}
footer .texte-footer h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px 0;
}
footer .texte-footer p {
  color: white;
  line-height: 16px;
  font-size: 14px;
}
footer .texte-footer ul {
  padding-left: 10px;
  line-height: 16px;
}
footer .texte-footer ul li {
  list-style-type: '- ';
}
footer .texte-footer ul li a {
  color: white;
  text-decoration: none;
}
footer .texte-footer ul li a:hover {
  color: #009bc9;
}
footer .texte-footer .separateur {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .texte-footer .separateur {
    display: none;
  }
}
footer .texte-footer .partenaires {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 20px;
}
footer .social-links {
  float: left;
  background-image: url(../img/footer-bg-links.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 23%;
  padding-top: 65px;
  min-width: 270px;
  min-height: 170px;
}
@media screen and (max-width: 1199px) {
  footer .social-links {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
}
footer .social-links ul {
  text-align: center;
  margin: 0;
}
footer .social-links ul li {
  display: inline-block;
  padding: 5px 10px;
  list-style-type: none;
}
footer .social-links ul li a {
  text-decoration: none;
}
footer .info-footer {
  background-color: #728C64;
}
footer .info-footer ul {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin: 0;
}
footer .info-footer ul li {
  list-style-type: none;
  display: inline-block;
  color: white;
  text-align: center;
}
footer .info-footer ul li:after {
  content: ' | ';
  display: inline-block;
  margin: 0 20px;
}
footer .info-footer ul li:last-child:after {
  display: none;
}
footer .info-footer ul li a {
  text-decoration: none;
  color: white;
}
footer .info-footer ul li a:hover {
  color: black;
}
footer .notebleue {
  background-color: #E1E2E0;
}
footer .notebleue ul {
  text-align: center;
  margin: 0;
  padding: 10px;
}
footer .notebleue ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
}
footer .notebleue ul li a {
  text-decoration: none;
  color: black;
}
footer .notebleue ul li a:hover {
  color: #009bc9;
}
.bloc-tepasiptit {
  background-image: url('../img/fond-bleu.jpg');
  background-size: cover;
  padding-bottom: 10px;
  padding-top: 10px;
}
.bloc-tepasiptit.acro,
.bloc-tepasiptit.radios {
  background-image: url('../img/fond-orange.jpg');
}
.bloc-tepasiptit.texte-fun {
  background-image: url('../img/fond-vert.jpg');
}
.bloc-tepasiptit.texte-liberte {
  background-image: url('../img/fond-violet.jpg');
}
.bloc-tepasiptit.texte-tepatache {
  background-image: url('../img/fond-rose.jpg');
}
.bloc-tepasiptit.entree{
  background-image: url('../img/fond-jaune.jpg');
}
.bloc-tepasiptit .groupe-age {
  display: inline-block;
}
.bloc-tepasiptit .groupe-age .age {
  background-image: url('../img/age-bleu.png');
  height: 115px;
  width: 115px;
  background-repeat: no-repeat;
  color: white;
  padding-top: 32px;
  margin-left: 56px;
  text-align: center;
  background-position: center top;
}
.bloc-tepasiptit .groupe-age .age.pastille-orange {
  background-image: url('../img/age-orange.png');
}
.bloc-tepasiptit .groupe-age .age.pastille-fun {
  background-image: url('../img/age-vert.png');
}
.bloc-tepasiptit .groupe-age .age.pastille-violet {
  background-image: url('../img/age-violet.png');
}
.bloc-tepasiptit .groupe-age .age.pastille-rose {
  background-image: url('../img/age-rose.png');
}
.bloc-tepasiptit .groupe-age .age.pastille-jaune {
  background-image: url('../img/age-jaune.png');
}
@media screen and (max-width: 991px) {
  .bloc-tepasiptit .groupe-age .age {
    margin-left: 0px;
  }
}
.bloc-tepasiptit .titre-page-univers {
  display: inline-block;
  position: relative;
  width: 390px;
}
@media screen and (max-width: 767px) {
  .bloc-tepasiptit .titre-page-univers {
    width: auto;
  }
}
.bloc-tepasiptit .titre-page-univers img {
  max-width: 100%;
}
.bloc-tepasiptit .explication {
  color: white;
  font-weight: bold;
  font-size: 18px;
  width: 70%;
  padding-left: 200px;
}
@media screen and (max-width: 991px) {
  .bloc-tepasiptit .explication {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-tepasiptit .explication {
    padding-left: 5px;
    text-align: center;
    width: 100%;
  }
}
.bloc-tepasiptit button {
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  margin-left: 250px;
}
@media screen and (max-width: 1199px) {
  .bloc-tepasiptit button {
    margin-left: 120px;
  }
}
@media screen and (max-width: 991px) {
  .bloc-tepasiptit button {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-tepasiptit button {
    width: 100%;
  }
}
.bloc-tepasiptit button img {
  transition: all 0.2s ease;
}
.bloc-tepasiptit button img.deplier {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.bloc-tepasiptit button p {
  color: white;
  text-align: center;
  position: relative;
}
.bloc-tepasiptit .illu {
  display: inline-block;
  position: absolute;
  margin-left: 30px;
}
.bloc-tepasiptit .illu img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .bloc-tepasiptit .illu {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .bloc-tepasiptit .illu {
    display: none;
  }
}
.bloc-tepasiptit .illu.illu-tepatache {
  margin-left: 0px;
}
@media screen and (max-width: 991px) {
  .bloc-tepasiptit .illu.illu-tepatache img {
    max-width: 90%;
  }
}
.deroule {
  background-image: url('../img/fond-bleu-deroule.jpg');
  background-size: cover;
  border: none;
  outline: none;
  display: none;
}
.deroule.texte-acro {
  background-image: url('../img/fond-orangederoule.jpg');
}
.deroule.texte-fun {
  background-image: url('../img/fond-vert-deroule.jpg');
}
.deroule.texte-entree {
  background-image: url('../img/fond-jaune-deroule.jpg');
}
.deroule.texte-liberte {
  background-image: none;
  background-color: #4F1F59;
  /* on ne voit pas la différence entre l'img et un fond uni */
}
.deroule.texte-tepatache {
  background-image: url('../img/fond-rosederoule.jpg');
}
.deroule .photo-illu {
  margin-bottom: 20px;
}
.deroule .photo-illu img {
  max-width: 100%;
}
.deroule .contenu {
  padding: 114px;
  padding-top: 0px;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .deroule .contenu {
    padding: 70px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .deroule .contenu {
    padding: 20px;
  }
}
.deroule .contenu .texte-courant {
  background-color: white;
  padding: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .deroule .contenu .texte-courant {
    padding: 20px;
    padding-bottom: 10px;
  }
}
.deroule .contenu .texte-courant .intro {
  font-size: 16px;
  font-weight: bold;
}
.deroule .contenu .texte-courant span {
  color: #88b917;
}
.deroule .contenu .texte-courant ul {
  padding-left: 0px;
  margin-top: 20px;
}
.deroule .contenu .texte-courant ul li {
  list-style-type: none;
}
.deroule .contenu .texte-courant ul li span {
  color: #009bc9;
}
.deroule .contenu .texte-courant ul li .niveau {
  display: inline-block;
  background: #bfd70e;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  vertical-align: top;
  font-size: 16px;
}
.deroule .contenu .texte-courant ul li .niveau.orange {
  background-color: #F0C834;
}
.deroule .contenu .texte-courant ul li .niveau.rouge {
  background-color: #E34940;
}
.deroule .contenu .texte-courant ul li .niveau.noir {
  background-color: #414041;
}
.deroule .contenu .texte-courant ul li .niveau-titre {
  padding-left: 20px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
.deroule .contenu .texte-courant ul li p {
  margin-left: 55px;
  font-size: 15px;
  margin-bottom: 0px;
}
.deroule .contenu .texte-courant ul li .separateur-fiche {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.deroule .contenu .texte-courant ul li .separateur-fiche img {
  max-width: 100%;
}
.deroule .contenu .texte-courant .nouveaute {
  background-color: #009bc9;
  color: white;
  text-align: center;
  padding: 5px;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .deroule .contenu .texte-courant .nouveaute {
    width: 100%;
  }
}
.deroule .contenu .texte-courant .nouveaute.vert {
  background-color: #88b917;
}
.deroule .contenu .texte-courant .nouveaute.jaune {
  background-color: #ffc300;
}
.deroule .contenu .texte-courant .conclusion {
  padding: 5px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #6F7072;
  text-align: center;
  color: white;
}
.deroule .contenu .texte-courant .video {
  text-align: center;
}
.deroule .contenu .texte-courant .video iframe {
  max-width: 100%;
}
.deroule .contenu .texte-courant p.parapgraphe {
  margin-top: 10px;
}
.deroule .contenu .texte-courant .clic-it .image-clic-it {
  border-bottom: 7px solid #DE5016;
  background-image: url('../img/clic-it.png');
  height: 134px;
  background-repeat: no-repeat;
}
.deroule .contenu .texte-courant .clic-it .image-clic-it img {
  max-width: 100%;
}
.deroule .contenu .texte-courant .clic-it .image-clic-it p.p-clic {
  font-size: 16px;
  margin: 0px;
  padding-top: 75px;
  padding-left: 120px;
  width: 48%;
  color: white;
}
@media screen and (max-width: 1199px) {
  .deroule .contenu .texte-courant .clic-it .image-clic-it p.p-clic {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .deroule .contenu .texte-courant .clic-it .image-clic-it p.p-clic {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .deroule .contenu .texte-courant .clic-it .image-clic-it p.p-clic {
    width: 100%;
    font-size: 14px;
    padding-left: 100px;
    padding-top: 68px;
  }
}
.deroule .info-titre {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: bold;
}
p.presentation-parc {
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 20px;
}
.titre-anniversaire {
  background-color: #009bc9 !important;
}
.titre-anniversaire img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.anniversaire {
  background-color: #EDEDED;
  padding: 39px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .anniversaire {
    padding: 10px;
  }
}
.anniversaire p.ou {
  display: inline-block;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .anniversaire p.ou {
    display: block;
    padding: 0px;
  }
}
.anniversaire .bouton-anniversaire {
  background-image: url('../img/bouton-bleu-presentation.png');
  height: 53px;
  background-repeat: no-repeat;
  background-attachment: cover;
  max-width: 100%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 206px;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .anniversaire .bouton-anniversaire {
    width: 180px;
    background-size: contain;
    font-size: 14px;
  }
}
.anniversaire .bouton-anniversaire p {
  padding-top: 15px;
  text-align: center;
  line-height: 18px;
}
.anniversaire .bouton-anniversaire #enterrement {
  padding-top: 5px;
}
.anniversaire .bouton-anniversaire #enterrement .small {
  font-size: 12px;
}
.anniversaire .bouton-anniversaire:hover {
  background-image: url('../img/bouton-bleu-presentation-hover.png');
}
.titre-infos-pratiques {
  background-color: #ef693a;
  padding: 30px;
  text-align: center;
  padding: 0px;
}
.titre-infos-pratiques p {
  font-size: 14px;
}
.titre-infos-pratiques img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.infos-pratiques {
  background-color: #EDEDED;
  padding: 10px 20px 10px 20px;
  text-align: center;
  margin-bottom: 10px;
}
.infos-pratiques .info {
  font-size: 14px;
  text-align: left;
}
.infos-pratiques .info span {
  color: #ef693a;
}
h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.tepacap-fiesta {
  background-color: #EDEDED;
  margin-top: 10px;
}
.tepacap-fiesta.bloc-gris {
  padding-bottom: 27px;
}
.tepacap-fiesta .titre-tepacap-fiesta {
  background-color: #86BC25;
}
.tepacap-fiesta .titre-tepacap-fiesta img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.tepacap-fiesta .img-tepacap-fiesta {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  padding-top: 0px;
}
.tepacap-fiesta .img-tepacap-fiesta img {
  max-width: 100%;
}
.tepacap-fiesta .texte-tepacap-fiesta {
  display: inline-block;
  font-size: 13px;
  padding-top: 10px;
  width: 63%;
  line-height: 15px;
}
.tepacap-fiesta .texte-tepacap-fiesta ul {
  padding-left: 10px;
  vertical-align: top;
}
.tepacap-fiesta .texte-tepacap-fiesta ul li {
  list-style-type: none;
}
.tepacap-fiesta .slider-cabane {
  padding: 0px;
  margin: 0;
  margin-bottom: 20px;
}
.tepacap-fiesta .slider-cabane li {
  background-color: red;
}
.tepacap-fiesta .slider-cabane li img {
  margin-right: 0px;
  max-width: 100%;
}
.espace-couvert {
  background-image: url('../img/fond-tepacap-fiesta.jpg');
  background-position: center;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.espace-couvert.cabane {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .espace-couvert {
    padding-top: 20px;
  }
}
.espace-couvert .bloc-titre {
  font-size: 20px;
}
.espace-couvert .bloc-texte {
  margin-left: 20px;
  background-color: white;
  width: 30%;
  font-size: 14px;
  vertical-align: bottom;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .espace-couvert .bloc-texte {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .espace-couvert .bloc-texte {
    width: 70%;
  }
}
.espace-couvert .bloc-orange {
  background-color: #ef693a;
  text-align: center;
  color: white;
  padding: 5px;
  font-size: 18px;
  margin-bottom: 10px;
  z-index: -1;
  margin-top: 10px;
}
.tab-content .active {
  background-color: #ededed;
  border-top: solid #ef693a 5px;
}
.tab-content .active ul.picto {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
}
.tab-content .active ul.picto li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab-content .active ul.picto li {
    width: 49%;
  }
}
.tab-content .active ul.picto li img {
  max-width: 100%;
}
.tab-content .active ul.picto li.interdit {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .tab-content .active ul.picto li.interdit {
    width: 49%;
  }
}
.tab-content .active ul.picto li.savoir {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .tab-content .active ul.picto li.savoir {
    width: 49%;
  }
}
.cabane {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nav-tabs li {
    width: 30%;
    text-align: center;
  }
}
.nav-tabs li.active a {
  text-decoration: none;
  background-color: #ef693a;
  color: white;
  border: 0;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background-color: #ef693a;
  color: white;
  border: 0;
  text-decoration: none;
}
.nav-tabs li a {
  background-color: #bfbfbf;
  color: black;
  border: 0;
  padding: 3px 10px;
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  color: white;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .nav-tabs li a {
    font-size: 12px;
    padding: 5px;
  }
}
.nav-tabs li a:hover {
  background-color: #919191;
}
.p-presentation {
  margin-bottom: 0px;
}
.p-presentation ul {
  margin-bottom: 0px;
}
.p-presentation .liste-tepatache {
  padding: 10px;
  background-image: url('../img/fond-paintball.jpg');
  height: 136px;
}
.p-presentation .liste-tepatache .titre-paintball {
  display: inline-block;
}
.p-presentation .liste-tepatache p.bloc-texte {
  display: inline-block;
  background-color: white;
  padding: 10px;
  margin-left: 3%;
  line-height: 15px;
  font-size: 15px;
  margin-right: 3%;
  color: #D93688;
  font-weight: bold;
}
.p-presentation .liste-tepatache .bouton-univers-tepacap {
  background-image: url('../img/fond-bouton-univers.png');
  width: 179px;
  height: 84px;
  display: inline-block;
  max-width: 100%;
  background-size: 100%;
}
.p-presentation .liste-tepatache .illu {
  display: inline-block;
}
.p-presentation .liste-tepatache .illu img {
  max-width: 100%;
}
.p-presentation .liste-tepatache .picto-age {
  display: inline-block;
}
.p-presentation .liste-tepatache .picto-age p {
  position: relative;
  margin-left: 28px;
  margin-top: 25px;
  color: white;
  text-align: center;
  line-height: 15px;
}
.p-presentation .liste-tepatache .picto-age img {
  position: absolute;
}
.univers-tepacap {
  margin-bottom: 0px;
}
.service {
  font-size: 16px;
  font-weight: bold;
}
.bloc-coloriage {
  margin-top: 20px;
}
.contenu-tepacroc {
  background-image: url('../img/back-tepacroc.jpg');
}
.contenu-tepacroc ul.cote-tepacroc {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
}
.contenu-tepacroc ul.cote-tepacroc li {
  width: 23%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .contenu-tepacroc ul.cote-tepacroc li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contenu-tepacroc ul.cote-tepacroc li {
    width: 100%;
  }
}
.contenu-tepacroc ul.cote-tepacroc li .titre-tepacroc p {
  background-color: #B8C324;
  padding: 5px;
  color: white;
  text-align: center;
  font-size: 22px;
}
.contenu-tepacroc ul.cote-tepacroc li ul.interne {
  list-style-type: none;
  padding-left: 0px;
  background-color: white;
  padding: 5px;
  position: relative;
}
.contenu-tepacroc ul.cote-tepacroc li ul.interne li {
  width: 100%;
}
.contenu-tepacroc ul.cote-tepacroc li ul.interne li .plat {
  display: inline-block;
  width: 70%;
}
.contenu-tepacroc ul.cote-tepacroc li ul.interne li .plat span {
  color: #009bc9;
  font-weight: bold;
}
.contenu-tepacroc ul.cote-tepacroc li ul.interne li .espace {
  padding-bottom: 10px;
}
.contenu-tepacroc ul.cote-tepacroc li ul.interne li .prix {
  display: inline-block;
  width: 28%;
  text-align: right;
  color: #009bc9;
  font-weight: bold;
}
.contenu-tepacroc ul.cote-tepacroc li .ombre {
  background-image: url('../img/ombre1.png');
  height: 105px;
  background-repeat: no-repeat;
  margin-top: -60px;
  background-position: center bottom;
  position: absolute;
}
.contenu-tepacroc .tepacroc-plus {
  margin-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .contenu-tepacroc .tepacroc-plus {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contenu-tepacroc .tepacroc-plus {
    padding-left: 0px;
  }
}
.contenu-tepacroc .tepacroc-plus img {
  max-width: 100%;
}
.contenu-tepacroc .tepacroc-plus .titre-tepacroc {
  display: inline-block;
}
.contenu-tepacroc .tepacroc-plus .detente {
  display: inline-block;
  background-color: #B8C324;
  padding: 5px;
  color: white;
  margin-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contenu-tepacroc .tepacroc-plus .detente {
    font-size: 14px;
    margin-left: 0px;
  }
}
.contenu-tepacroc .interdit {
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .contenu-tepacroc .interdit {
    text-align: center;
  }
}
.contenu-tepacroc .interdit .picto {
  display: inline-block;
}
.contenu-tepacroc .interdit .picto img {
  max-width: 100%;
}
.contenu-tepacroc .interdit .phrase {
  display: inline-block;
  font-size: 14px;
}
.scolaire {
  margin-top: 10px;
}
.mini-camp {
  background-color: #F7E4CB;
  padding-bottom: 20px;
}
.mini-camp ul.camp-enfant {
  list-style-type: none;
  padding: 20px;
  padding-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .mini-camp ul.camp-enfant {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .mini-camp ul.camp-enfant {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mini-camp ul.camp-enfant {
    margin: 0px;
  }
}
.mini-camp ul.camp-enfant li {
  vertical-align: top;
  width: 30%;
  text-align: left;
  display: inline-block;
  padding-right: 2%;
}
@media screen and (max-width: 991px) {
  .mini-camp ul.camp-enfant li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .mini-camp ul.camp-enfant li {
    width: 100%;
    padding-right: 0%;
  }
}
.mini-camp ul.camp-enfant li .titre-enfant {
  background-color: #86BC25;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  line-height: 20px;
}
.mini-camp ul.camp-enfant li .titre-enfant img {
  max-width: 100%;
}
.mini-camp ul.camp-enfant li:last-child {
  padding-right: 0px;
}
.mini-camp ul.camp-enfant li p {
  font-size: 14px;
  padding: 20px;
  background-color: white;
}
.mini-camp ul.camp-enfant li span {
  font-size: 14px;
}
.mini-camp .devis-bouton {
  text-align: center;
}
.mini-camp .devis-bouton p {
  font-weight: bold;
  margin-bottom: 5px;
}
.mini-camp .devis-bouton .bouton {
  background-image: url('../img/bouton-enligne.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 38px;
  width: 234px;
  display: inline-block;
  color: white;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  .mini-camp .devis-bouton .bouton {
    font-size: 14px;
  }
}
.mini-camp .devis-bouton .bouton:hover {
  background-image: url('../img/bouton-enligne-hover.png');
}
.journee-camp {
  margin-top: 40px;
}
.journee-camp .titre {
  color: white;
  padding: 5px;
  font-weight: bold;
  font-size: 20px;
}
.journee-camp ul.mini-list {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.journee-camp ul.mini-list li {
  padding: 10px;
  vertical-align: top;
  width: 50%;
  display: inline-block;
  background-color: #F7E4CB;
}
@media screen and (max-width: 767px) {
  .journee-camp ul.mini-list li {
    width: 100%;
  }
}
.journee-camp ul.mini-list li:last-child {
  background-color: #F2E8DA;
}
.journee-camp .confort {
  margin-bottom: 20px;
  border-bottom: 12px solid #F2E8DA;
}
@media screen and (max-width: 767px) {
  .journee-camp .confort {
    margin-top: 10px;
  }
}
.journee-camp .confort .bloc-orange {
  background-color: #ef693a;
  width: 20%;
  padding: 8px;
  text-align: center;
  color: white;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .journee-camp .confort .bloc-orange {
    vertical-align: top;
    height: 55px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .journee-camp .confort .bloc-orange {
    width: 100%;
    vertical-align: top;
    height: auto;
  }
}
.journee-camp .confort p {
  display: inline-block;
  width: 79%;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .journee-camp .confort p {
    vertical-align: top;
    margin-top: 0px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .journee-camp .confort p {
    width: 100%;
  }
}
.devis-bouton {
  text-align: center;
}
.devis-bouton p {
  font-weight: bold;
  margin-bottom: 5px;
}
.devis-bouton .bouton {
  background-image: url('../img/bouton-enligne.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 38px;
  width: 234px;
  display: inline-block;
  color: white;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  .devis-bouton .bouton {
    font-size: 14px;
  }
}
.devis-bouton .bouton:hover {
  background-image: url('../img/bouton-enligne-hover.png');
  text-decoration: none;
}
.slider-camp {
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.slider-camp img {
  max-width: 100%;
}
p.bas {
  margin-top: 10px;
}
.securite-clic {
  margin-top: 20px;
}
.securite-clic .image-clic-it {
  border-bottom: 7px solid #DE5016;
  background-image: url('../img/clic-it.png');
  height: 134px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.securite-clic .image-clic-it img {
  max-width: 100%;
}
.securite-clic .image-clic-it p.p-clic {
  font-size: 16px;
  margin: 0px;
  padding-top: 75px;
  padding-left: 120px;
  width: 35%;
  color: white;
}
@media screen and (max-width: 991px) {
  .securite-clic .image-clic-it p.p-clic {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .securite-clic .image-clic-it p.p-clic {
    width: 100%;
  }
}
.formulaire-devis {
  margin-top: 20px;
}
.formulaire-devis .formulaire .moitie {
  width: 40%;
  display: inline-block;
}
.formulaire-devis .formulaire .form-group .texte-type {
  width: 9%;
  display: inline-block;
}
.formulaire-devis .formulaire .form-group input {
  width: 90%;
  display: inline-block;
}
.nav-coloriage .nav {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .nav-coloriage .nav li {
    width: 50%;
  }
}
ul.contenu-arbre {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul.contenu-arbre li {
  display: inline-block;
  width: 12%;
  padding-right: 0.1%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  ul.contenu-arbre li {
    width: 10%;
  }
}
ul.contenu-arbre li:last-child {
  padding-right: 0%;
}
ul.contenu-arbre li a img {
  max-width: 100%;
}
ul.contenu-arbre li a p {
  width: 73%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.seminaire-camp {
  background-color: #F7E4CB;
}
.seminaire-camp .titre-seminaire {
  background-color: #86BC25;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  line-height: 20px;
}
.seminaire-camp .titre-seminaire img {
  max-width: 100%;
}
.seminaire-camp ul.seminaire {
  padding: 20px;
}
.seminaire-camp ul.seminaire li.seminaire-li {
  width: 49%;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .seminaire-camp ul.seminaire li.seminaire-li {
    width: 100%;
    padding: 10px;
    padding-top: 0px;
  }
}
.seminaire-camp ul.seminaire li.seminaire-li:last-child {
  float: right;
}
.seminaire-camp .bouton-seminaire {
  margin-top: 20px;
  padding-bottom: 20px;
}
.journee-seminaire {
  margin-top: 20px;
}
.location {
  background-color: #F7E4CB;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .location {
    background-color: transparent;
  }
}
.location .titre {
  color: white;
  font-size: 20px;
  background-color: #ef693a;
  padding: 5px;
}
.location ul.type-location {
  text-decoration: none;
  padding-left: 0px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.location ul.type-location li {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  background-color: white;
  text-align: left;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .location ul.type-location li {
    width: 100%;
  }
}
.location ul.type-location li:last-child {
  margin-right: 0%;
}
.location ul.type-location li .separer {
  text-align: center;
}
.location ul.type-location li .separer img {
  max-width: 100%;
}
.location ul.type-location li .titre-vert {
  background-color: #86BC25;
  padding: 5px;
  color: white;
  font-size: 16px;
  text-align: center;
}
.location ul.type-location li p {
  display: inline-block;
  width: 59%;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .location ul.type-location li p {
    margin-top: 5px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .location ul.type-location li p {
    width: 100%;
  }
}
.location ul.type-location li .tarif {
  display: inline-block;
  width: 40%;
  background-color: #ef693a;
  color: white;
  padding: 5px;
  text-align: center;
  float: right;
}
@media screen and (max-width: 991px) {
  .location ul.type-location li .tarif {
    width: auto;
    margin-top: 5px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .location ul.type-location li .tarif {
    width: 100%;
  }
}
.location ul.type-location li .tarif .forfait {
  font-weight: bold;
  background-color: white;
  color: #ef693a;
  padding: 5px;
  margin-top: 5px;
}
.location ul.type-location li .info {
  width: 100%;
  padding-top: 0px;
  padding-right: 10px;
}
.type-anniversaire {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.type-anniversaire li {
  width: 29%;
  background-color: white;
  display: inline-block;
  margin-right: 1%;
  padding-bottom: 5px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .type-anniversaire li {
    width: 100%;
  }
}
.type-anniversaire li:last-child {
  padding-right: 0%;
}
.type-anniversaire li .titre-vert {
  background-color: #009bc9;
  color: white;
  text-align: center;
}
.type-anniversaire li .titre-vert.orange {
  background-color: #DE5016;
}
.type-anniversaire li .titre-vert.vert-fun {
  background-color: #88b917;
}
@media screen and (max-width: 1199px) {
  .type-anniversaire li .titre-vert {
    margin-bottom: 10px;
  }
}
.type-anniversaire li .offre {
  width: 68%;
  background-color: #009bc9;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
}
.type-anniversaire li .offre.vert {
  background-color: #88b917;
}
.type-anniversaire li .offre.orange {
  background-color: #DE5016;
}
.type-anniversaire li .enfant-picto {
  width: 29%;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .type-anniversaire li .enfant-picto {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .type-anniversaire li .enfant-picto {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .type-anniversaire li .enfant-picto {
    width: 27%;
  }
}
.type-anniversaire li .enfant-picto p {
  text-align: center;
  padding-left: 29px;
  position: absolute;
  padding-top: 28px;
  z-index: 1;
  color: white;
  line-height: 12px;
}
@media screen and (max-width: 991px) {
  .type-anniversaire li .enfant-picto p {
    padding-left: 26px;
  }
}
.type-anniversaire li .enfant-picto img {
  max-width: 100%;
  position: relative;
}
.type-anniversaire li .separer img {
  max-width: 100%;
}
.type-anniversaire li .condition {
  font-size: 13px;
  text-align: center;
}
.fete {
  padding-left: 0px;
}
.fete li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .fete li {
    width: 100%;
  }
}
.fete li .titre-vert {
  background-color: #86BC25;
  color: white;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
.fete li .dormir {
  background-color: #ededed;
  padding: 20px;
  padding-bottom: 10px;
}
.fete li .dormir .devis-bouton {
  text-align: center;
  padding-top: 10px;
}
.fete li .dormir .devis-bouton p {
  font-weight: bold;
  margin-bottom: 5px;
}
.fete li .dormir .devis-bouton .bouton {
  background-image: url('../img/bouton-enligne.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 38px;
  width: 234px;
  display: inline-block;
  color: white;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-size: contain;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .fete li .dormir .devis-bouton .bouton {
    font-size: 14px;
  }
}
.fete li .dormir .devis-bouton .bouton:hover {
  background-image: url('../img/bouton-enligne-hover.png');
}
.formulaire-devis p {
  font-size: 14px;
  background-color: #dfdfdf;
  padding: 5px;
}
.formulaire-devis p.champs {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
}
.formulaire-devis .form-group {
  font-size: 0;
  margin-bottom: 20px;
}
.formulaire-devis .form-group label {
  width: 20%;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .formulaire-devis .form-group label {
    width: 100%;
  }
}
.formulaire-devis .form-group input {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .formulaire-devis .form-group input {
    width: 100%;
  }
}
.formulaire-devis .form-group .checkbox-inline {
  width: auto;
  display: inline-block;
  padding-left: 0;
  margin-right: 20px;
}
.formulaire-devis .form-group .checkbox-inline input {
  width: auto;
  margin-right: 5px;
}
.formulaire-devis .form-group .tranche-age {
  width: 80%;
  display: inline-block;
}
.formulaire-devis .form-group .tranche-age input {
  width: 60px;
}
.formulaire-devis .form-group .tranche-age label {
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
}
.formulaire-devis .form-group .bloc-checkbox {
  width: 80%;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .formulaire-devis .form-group .bloc-checkbox {
    width: 90%;
  }
}
.formulaire-devis .form-group.petit label {
  width: 41%;
}
@media screen and (max-width: 1199px) {
  .formulaire-devis .form-group.petit label {
    width: 41.5%;
  }
}
@media screen and (max-width: 991px) {
  .formulaire-devis .form-group.petit label {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .formulaire-devis .form-group.petit label {
    width: 100%;
  }
}
.formulaire-devis .form-group.petit input {
  width: 59%;
}
@media screen and (max-width: 1199px) {
  .formulaire-devis .form-group.petit input {
    width: 58.5%;
  }
}
@media screen and (max-width: 991px) {
  .formulaire-devis .form-group.petit input {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .formulaire-devis .form-group.petit input {
    width: 100%;
  }
}
.formulaire-devis hr {
  border: 1px solid black;
}
.formulaire-devis .envoyer-form {
  float: right;
  background-color: #ef693a;
  color: white;
  border: 0;
  font-size: 18px;
}
.formulaire-devis .envoyer-form:hover {
  background-color: #919191;
}
.formulaire-devis .envoyer-form i {
  padding: 4px;
}
#facturation {
  cursor: pointer;
}
.slick-track li a {
  text-decoration: none;
  color: black;
}
.slick-track li a:hover {
  color: #ef693a;
}
p.text-box {
  background-color: transparent;
  width: 49%;
}
.my-form {
  width: 100%;
}
.my-form label {
  width: 40%;
}
.my-form input {
  width: 51%;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .my-form input {
    width: 58.5%;
  }
}
@media screen and (max-width: 991px) {
  .my-form input {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .my-form input {
    width: 100%;
  }
}
.my-form .add-box {
  background-color: #ef693a;
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 5px;
}
/*
  contact.less
*/
section {
  /* form */
}
section .une-question-contact {
  margin-top: 14px;
}
@media screen and (max-width: 1199px) {
  section .une-question-contact {
    margin-top: 4px;
  }
}
@media screen and (max-width: 991px) {
  section .une-question-contact {
    margin-top: 10px;
  }
}
section .une-question-contact .titre-question {
  background-color: #86BC25;
  padding-top: 7px;
  padding-bottom: 3px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
section .une-question-contact .titre-question img  {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  section .une-question-contact .titre-question img  {
    margin-left: 20%;
  }
}
section .une-question-contact p {
  color: white;
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  section .une-question-contact p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question-contact p {
    width: 100%;
    text-align: center;
    display: none;
  }
}
section .une-question-contact .ombre {
  display: inline-block;
  position: absolute;
}
section .une-question-contact .telephone {
  background-image: url('../img/bg-vert-full-w.jpg');
  background-position: center center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: #86BC25;
  padding: 20px 35px 20px 35px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
section .une-question-contact .telephone:after {
  content: ' ';
  display: block;
  clear: both;
}
@media screen and (max-width: 1199px) {
  section .une-question-contact .telephone {
    /*padding: 0px 25px 20px 10px;*/
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section .une-question-contact .telephone {
    padding: 0px 0px 20px 0px;
  }
}
section .une-question-contact .telephone .picto {
  background-color: white;
  display: inline-block;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  min-width: 230px;
}
@media screen and (max-width: 1199px) {
  section .une-question-contact .telephone .picto {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  section .une-question-contact .telephone .picto {
    display: inline-block;
    width: 65%;
    margin-bottom: 10px;
  }
}
section .une-question-contact .telephone .picto p {
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  section .une-question-contact .telephone .picto p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question-contact .telephone .picto p {
    display: inline-block;
    width: 60%;
  }
}
section .une-question-contact .telephone .picto .adresse {
  font-size: 14px;
  margin: 0;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  section .une-question-contact .telephone .picto img  {
    width: 12%;
    display: inline-block;
  }
}
section .une-question-contact .telephone .mail {
  display: inline-block;
  background-image: url('../img/bouton-mail.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 189px;
  height: 53px;
  /*margin-left: 53px;*/
  margin-top: 30px;
  background-size: contain;
  text-align: left;
  /*.mediaMD({
        margin-left: 5px;
        });

        .mediaXS({
        margin-left: 0px;
        });*/
}
section .une-question-contact .telephone .mail img {
  position: absolute;
}
section .une-question-contact .telephone .mail p {
  color: white;
  position: relative;
  padding-left: 60px;
  font-size: 17px;
  padding-top: 10px;
  padding-left: 64px;
  /*.mediaMD({
          font-size: 16px;
          padding-left: 65px;
          });

          .mediaXS({
          font-size: 16px;
          padding-left: 40px;
          });*/
}
section .une-question-contact .telephone .mail:hover {
  background-image: url('../img/bouton-mail-hover.png');
}
section .une-question-contact .telephone p {
  display: inline-block;
  color: #2e3a28;
  font-size: 25px;
  padding-left: 5px;
  vertical-align: middle;
  font-weight: bold;
  max-width: 350px;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  section .une-question-contact .telephone p {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  section .une-question-contact .telephone p {
    font-size: 16px;
    max-width: 250px;
    padding-left: 10px;
  }
}
section .formulaire-contact p {
  font-size: 14px;
  background-color: #dfdfdf;
  padding: 5px;
}
section .formulaire-contact p.champs {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
}
section .formulaire-contact .form-group {
  font-size: 0;
  margin-bottom: 20px;
}
section .formulaire-contact .form-group label {
  width: 15%;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section .formulaire-contact .form-group label {
    width: 100%;
  }
}
section .formulaire-contact .form-group input,
section .formulaire-contact .form-group textarea {
  width: 85%;
}
@media screen and (max-width: 767px) {
  section .formulaire-contact .form-group input,
  section .formulaire-contact .form-group textarea {
    width: 100%;
  }
}
section .formulaire-contact .form-group .checkbox-inline {
  width: auto;
  display: inline-block;
  padding-left: 0;
  margin-right: 20px;
}
section .formulaire-contact .form-group .checkbox-inline input {
  width: auto;
  margin-right: 5px;
}
section .formulaire-contact .form-group .tranche-age {
  width: 80%;
  display: inline-block;
}
section .formulaire-contact .form-group .tranche-age input {
  width: 60px;
}
section .formulaire-contact .form-group .tranche-age label {
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
}
section .formulaire-contact .form-group .bloc-checkbox {
  width: 80%;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section .formulaire-contact .form-group .bloc-checkbox {
    width: 90%;
  }
}
section .formulaire-contact .form-group.petit label {
  width: 31%;
}
@media screen and (max-width: 1199px) {
  section .formulaire-contact .form-group.petit label {
    width: 31%;
  }
}
@media screen and (max-width: 991px) {
  section .formulaire-contact .form-group.petit label {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  section .formulaire-contact .form-group.petit label {
    width: 100%;
  }
}
section .formulaire-contact .form-group.petit input {
  width: 69%;
}
@media screen and (max-width: 1199px) {
  section .formulaire-contact .form-group.petit input {
    width: 69%;
  }
}
@media screen and (max-width: 991px) {
  section .formulaire-contact .form-group.petit input {
    width: 69%;
  }
}
@media screen and (max-width: 767px) {
  section .formulaire-contact .form-group.petit input {
    width: 100%;
  }
}
section .formulaire-contact hr {
  border: 1px solid black;
}
section .formulaire-contact .envoyer-form {
  float: right;
  background-color: #ef693a;
  color: white;
  border: 0;
  font-size: 18px;
}
section .formulaire-contact .envoyer-form:hover {
  background-color: #919191;
}
section .formulaire-contact .envoyer-form i {
  padding: 4px;
}

.page-univers-container{
  display:flex;
}