body.tg-home .tg-main {
  padding: 0;
}
.tg-main-mt {
  margin-top: 135px;
}
.tg-main-section {
  padding: 40px 0;
}
.tg-bgblue {
  background-color: #29559e;
}
.tg-bgblue .tg-sectiontitle {
  padding: 0;
}
.tg-bgblue .tg-sectiontitle h2 {
  color: #fff;
}
.tg-bgblue .tg-sectiontitle::after {
  display: none;
}
.tg-sectiontitle h2 {
  text-transform: uppercase;
  color: #2d2c56;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 3px;
}
.tg-sectiontitle::before {
  display: none;
}
.tg-sectiontitle::after {
  content: url("../img/separateur.png");
  width: 240px;
  margin-left: -120px;
}
.flex-stretch {
  display: flex;
  justify-content: stretch;
}
.stop {
  clear: both;
}
p {
  font-size: 16px;
  color: #2d2c56;
}
.tg-btn::after {
  background-color: #29559e;
}
.tg-btn:hover {
  color: #fff;
}
.englob-picto {
  display: inline-block;
  border-radius: 50%;
  background-color: #29559e;
}
.englob-picto img {
  height: 60px;
}
.block-text h3,
.block-text h4 {
  font-weight: bold;
  color: #2d2c56;
  text-transform: uppercase;
  padding-left: 80px;
}
.block-text h3 {
  font-size: 24px;
}
.block-text h4 {
  font-size: 16px;
}
.block-text p {
  padding-left: 80px;
}
.block-text .englob-picto {
  float: left;
}
.block-text::after {
  content: "";
  display: block;
  clear: both;
  min-height: 1px;
}
.btn {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 40px;
}
.btn-blue {
  background-color: #29559e;
  border: 2px solid #29559e;
  color: #fff;
}
.btn-blue:hover {
  color: #29559e !important;
  background-color: #fff;
}
.btn-blue:focus {
  color: #fff;
}
input:focus {
  border-color: #29559e;
}
.header-top {
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  background-color: #29559e;
}
.text-italic {
  font-style: italic;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {margin-top: 30px;}
.mb30 { margin-bottom: 30px; }
.mb0 {
  margin-bottom: 0 !important;
}
.mb25 {
  margin-bottom: 25px;
}
.pd5 {
  padding: 5px;
}
.pd7 {
  padding: 7px;
}
.pt20 { padding-top: 20px; }
.pt40 {
  padding-top: 40px;
}
.tg-header {
  border-color: #29559e;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
}
.tg-logo a img {
  display: inline-block;
}
.tg-navigationarea .tg-btn {
  border: 2px solid #29559e;
  font-weight: bold;
  background-color: #fff;
}
.tg-navigationarea .tg-btn::before {
  background-color: #fff;
}
.tg-navigationarea .tg-btn:hover {
  color: #fff;
}
.tg-navigation ul li a,
.tg-rightarea .tg-btn {
  color: #2d2c56;
}
.tg-navigation ul li a::after,
.navbar-toggle {
  background-color: #29559e;
}
.home-left,
.home-center,
.home-right {
  margin: 0 -15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-left {
  background: #29559e;
  padding-top: 50px;
}
.home-left a,
.home-center a {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.home-center a {
  color: #29559e;
}
.home-left-item {
  position: relative;
  background: #182848;
  background: -moz-linear-gradient(top, #182848 0%, #4b6cb7 50%, #182848 100%);
  background: -webkit-linear-gradient(top, #182848 0%, #4b6cb7 50%, #182848 100%);
  background: linear-gradient(to bottom, #182848 0%, #4b6cb7 50%, #182848 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182848', endColorstr='#182848', GradientType=0);
  padding: 20px;
  cursor: pointer;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
.home-left-item p,
.home-left-item h3 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.home-left-item h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.home-left-item p {
  margin-bottom: 0;
}
.home-left-item.active {
  background: #e0e5eb;
}
.home-left-item.active p,
.home-left-item.active h3 {
  color: #2d2c56;
}
.home-center {
  display: flex;
  align-items: center;
  background-color: #e0e5eb;
  padding: 50px 40px;
}
.home-center input {
  border-radius: 0;
  height: 50px;
  margin-bottom: 25px;
}
.home-center input,
.home-center .tg-sortfilters {
  font-size: 12px;
}
.home-center .go-down {
  display: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  color: #29559e;
  cursor: pointer;
  margin-top: 15px;
}
.home-center-form strong {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
.nbrExtincteurs-error {
  display: none;
  margin-top: 4px;
  font-size: 14px;
  color: red;
}
.tg-sortfilters {
  padding: 0;
}
.tg-sortfilter {
  width: 100%;
  height: 50px;
  border-radius: 0;
  background-color: #fff;
}
.tg-sortfilter span {
  z-index: 1;
  line-height: 50px;
}
.tg-sortfilter .tg-select select {
  height: 50px;
  padding-left: 110px;
  padding-right: 40px;
  font-size: 12px;
  color: #2d2c56;
  font-weight: bold;
}
.tg-sortfilter.error, input.error { border-color: red; }
.tg-sortfilter .tg-select::after {
  content: '';
  width: 40px;
  height: 50px;
  background-image: url('../img/select-color.png');
  -webkit-background-size: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 0;
  
/*  font-size: 18px;
  color: #fff;
  line-height: 46px;
  bottom: 1px;
  border-radius: 3px;
  background-color: #29559e;
  border: 2px solid #78a5d3;*/
}
.home-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 30px 50px 30px;
  transition-duration: 0.3s;
}
.home-right .home-right-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.home-right.home1 {
  background-image: url("../img/home1.jpg");
}
.home-right.home2 {
  background-image: url("../img/home2.jpg");
}
.home-right.home3 {
  background-image: url("../img/home3.jpg");
}
.home-right h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 25px 0;
}
.home-right p.home-right-top {
  text-align: center;
  color: #fff;
}
.englob-nbr-site .col-md-6 {
  display: none;
}
.englob-nbr-site .col-md-6.visible,
.englob-nbr-site .col-md-6:first-child {
  display: block;
}
.v-home {
  display: none;
}
.v-home label {
  color: #fff;
}
.v-home fieldset {
  border: none;
}
.v-home input {
  border-radius: 0;
}
.v-home-1 {
  display: block;
}
.v-home-1 p {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.v-home-1 ul {
  width: 180px;
  margin: 0 auto;
  list-style: none;
  font-weight: bold;
  color: #fff;
}
.v-home-1 ul li {
  list-style-type: none;
}
.v-home-2 input {
  margin-bottom: 20px;
}
.v-home-2 input::last-child {
  margin-bottom: 0;
}
.v-home-2 p,
.v-home-3 p {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.v-home-3 .error {
  border-color: red;
}
.how-content-item {
  text-align: center;
}
.how-content-item img {
  display: block;
  border-radius: 50%;
  margin: 50px auto 20px auto;
}
.how-content-item span {
  text-transform: uppercase;
  color: #2d2c56;
  font-weight: bold;
}
#how .btn-blue {
  margin-top: 75px;
}
.concept-span {
  font-size: 16px;
  font-weight: bold;
  color: #2d2c56;
  text-align: center;
  margin: 20px 0 30px 0;
}
.concept-item {
  min-height: 60px;
  margin-bottom: 30px;
}
.concept-item .englob-picto {
  float: left;
  margin-right: 20px;
}
.concept-item p {
  margin: 0;
}
.concept-item-last {
  margin-bottom: 0;
}
.concept-img-center {
  padding: 0 20px;
}
.row-actu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-article {
  position: relative;
  margin-bottom: 35px;
  -webkit-box-shadow: -1px 1px 5px 0px #a89fa8;
  -moz-box-shadow: -1px 1px 5px 0px #a89fa8;
  box-shadow: -1px 1px 5px 0px #a89fa8;
}
.block-article-image {
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-article-content {
  text-align: center;
  padding: 25px 25px 70px 25px;
  color: #2d2c56;
}
.block-article-content h4 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  height: 90px;
  overflow: hidden;
}
.block-article-content .btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.block-article-content p {
  max-height: 140px;
  overflow: hidden;
}
.block-article-categorie {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.plus-article {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #2d2c56;
}
.plus-article:hover {
  color: #2d2c56;
}
.plus-article::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #c99502;
  transition: width 300ms ease-in-out;
}
.plus-article:hover::after {
  width: 100px;
}
.input-newsletter input {
  display: block;
  width: 65%;
  float: left;
  height: 50px;
  border-radius: 0;
}
.input-newsletter input:focus {
  border-color: transparent;
}
#mailNewsletter.error {
  border-color: red;
}
.input-newsletter input.error {
  border-color: red;
}
.input-newsletter .newsletter-submit {
  cursor: pointer;
  display: block;
  width: 35%;
  float: left;
  font-weight: bold;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #c99502;
  border: none;
}
#newsletter-ok {
  display: none;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 0 0;
}
#inscriptionNewsletter-p {
  display: none;
  font-size: 12px;
  color: red;
}
#contact input,
#contact textarea {
  margin-bottom: 20px;
  border-radius: 0;
  transition-property: border;
  transition-duration: 0.3s;
}
#contact input:focus,
#contact textarea:focus {
  border-color: #29559e;
  border-left-width: 3px;
}
#contact input.error,
#contact textarea.error {
  border-color: red;
}
#contact input {
  height: 50px;
}
#contact textarea {
  height: auto;
}
#contact input[type='submit'] {
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
#contact-ok {
  display: none;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.tg-footer {
  background-color: #29559e;
}
.tg-footer .tg-fourcolumns {
  padding: 75px 0;
}
.tg-footer .tg-fourcolumns .tg-footercolumn {
  padding: 0;
  min-height: auto;
}
.tg-footer .tg-widgetcontent > ul > li {
  padding: 7px 0;
}
.tg-footer .tg-widgetcontent > ul > li a {
  font-size: 16px;
  color: #fff;
}
.tg-footer .tg-widgettitle {
  padding-left: 0;
  border-bottom: 3px solid #fff;
}
.tg-footer .tg-widgettitle h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.tg-footer .tg-footernav ul li a:hover {
  color: #29559e;
}
.nav-reglementation {
  border-bottom: 1px solid #c99502;
}
.nav-reglementation h3 {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #2d2c56;
  text-transform: uppercase;
  padding-right: 50px;
  margin-bottom: 25px;
  cursor: pointer;
}
.nav-reglementation h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #2d2c56;
  font-size: 10px;
  transition: transform 0.3s;
}
.nav-reglementation h3.open::after {
  transform: rotate(90deg);
}
.nav-reglementation ul {
  display: none;
  margin-bottom: 25px;
}
.nav-reglementation li {
  list-style: none;
  font-size: 12px;
  line-height: 20px;
  color: #2d2c56;
  cursor: pointer;
  padding: 3px 0;
}
.content-reglementation b { color: #29559e; }
.nav-reglementation li.active {
  font-weight: bold;
  color: #29559e;
  border-left: 1px solid #c99502;
  margin-left: -15px;
  padding-left: 15px;
}
.breadcrumb-reglementation {
  color: #29559e;
  font-size: 12px;
  font-weight: bold;
}
.content-reglementation h1 {
  color: #2d2c56;
  font-size: 40px;
  font-weight: bold;
  text-transform: none;
}
.content-reglementation p {
  font-size: 14px;
}
.content-reglementation-description { display: none; }
.content-reglementation-description-1 { display: block; }
@media (min-width: 992px) {
  .nav-reglementation {
    border-right: 1px solid #c99502;
    border-bottom: none;
  }
}
.bg-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.modal {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  border-radius: 5px;
  bottom: auto;
}
.pagination {
  display: inline-block;
}
.pagination a {
  color: #000;
  padding: 8px 16px;
  border: 1px solid #3d3d3d;
}
.pagination a.active,
.pagination a:hover {
  color: #fff;
  background-color: #29559e;
  border-color: #29559e;
}
.page-mention h3,
.page-mention h4 {
  text-transform: none;
}
.page-mention h4 {
  font-weight: bold;
}
.article {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #cbbfbf;
  -webkit-box-shadow: 0px 3px 5px 0px #aaaaac;
  -moz-box-shadow: 0px 3px 5px 0px #aaaaac;
  box-shadow: 0px 3px 5px 0px #aaaaac;
}
.article h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 8px;
}
.article .date {
  margin-bottom: 8px;
}
.article .category {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d2c56;
}
.article img {
  margin-bottom: 20px;
}
strong{color: #2d2c56;}
.article .partage {
  border: 1px solid #29559e;
  border-radius: 5px;
  padding: 15px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article .partage i {
  font-size: 16px;
  color: #29559e;
  margin: 0 10px;
  cursor: pointer;
}
.article-aside .article-aside-item:first-child {
  margin-bottom: 25px;
}
.article-aside-item {
  border-radius: 5px;
  border: 1px solid #cbbfbf;
  -webkit-box-shadow: 0px 3px 5px 0px #aaaaac;
  -moz-box-shadow: 0px 3px 5px 0px #aaaaac;
  box-shadow: 0px 3px 5px 0px #aaaaac;
}
.article-aside-title {
  text-transform: uppercase;
  color: #29559e;
  padding: 10px;
  background-color: #f7f5f6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}
.article-aside-item ul {
  padding: 5px 20px;
}
.article-aside-item li {
  list-style: none;
  padding: 4px 0;
  border-bottom: 1px solid #f7f5f6;
}
.article-aside-item li a {
  color: #2d2c56;
  transition: color .3s;
}
.article-aside-item li a:hover {
  color: #29559e;
}
.article-aside-item li:last-child {
  border: none;
}
.article-aside-newsletter {
  padding: 10px 20px;
  text-align: center;
}
.article-aside-newsletter input {
  margin-bottom: 10px;
}
.other-article h3 {
  padding: 40px 0 25px 0;
  line-height: 1;
}
.carousel-article-item {
  margin: 0 10px;
}
.carousel-article-item-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.carousel-article-item-info {
  background-color: #f7f5f6;
  text-align: center;
  padding: 5px;
}
.carousel-article-item-category {
  color: #2d2c56;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.carousel-article-item-title {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.carousel-article .slick-prev,
.carousel-article .slick-next {
  background-color: rgba(41, 85, 158, 0.8);
  width: 30px;
  height: auto;
  top: -1px;
  bottom: -1px;
  transform: translate(0, 0);
  z-index: 999;
  transition: background-color 0.3s;
}
.carousel-article .slick-prev:hover,
.carousel-article .slick-next:hover,
.carousel-article .slick-prev:focus,
.carousel-article .slick-next:focus {
  background-color: #29559e;
}
.carousel-article .slick-next {
  right: 0;
}
.carousel-article .slick-prev {
  left: 0;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
}
.preloader .cssload-speeding-wheel {
  width: 31px;
  height: 31px;
  margin: 0 auto;
  border: 2px solid #2d2c56;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 425ms infinite linear;
  -o-animation: cssload-spin 425ms infinite linear;
  -ms-animation: cssload-spin 425ms infinite linear;
  -webkit-animation: cssload-spin 425ms infinite linear;
  -moz-animation: cssload-spin 425ms infinite linear;
  position: absolute;
  top: calc(46.5%);
  left: calc(46.5%);
}
input,
select,
textarea {
  text-transform: none !important;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .bloc-text-mb15 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tg-widgettitle {
    margin-top: 20px;
  }
  .mobile-hidden {display: none;}
}
@media (min-width: 768px) {
  .tg-logo a {
    height: 58px;
    line-height: 58px;
  }
  .concept-item:last-child {
    margin-bottom: 0;
  }
  .row-actu {
    flex-direction: row;
  }
  .block-article {
    width: 31%;
  }
  .input-newsletter .newsletter-submit {
    font-size: 16px;
  }
  .how-content {
    position: relative;
    min-height: 440px;
  }
  .how-content-item {
    position: absolute;
    left: 50%;
  }
  .how-content-item img {
    margin: 0 0 20px 0;
  }
  .how-content-item:first-child,
  .how-content-item:last-child {
    width: 234px;
    margin-top: 21px;
  }
  .how-content-item:first-child {
    transform: translateX(-140%);
    z-index: 3;
  }
  .how-content-item:nth-child(2) {
    transform: translateX(-50%);
    z-index: 2;
  }
  .how-content-item:last-child {
    transform: translateX(40%);
  }
  #how .btn-blue {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .text-italic.mb0 {
    margin-bottom: 20px;
  }
  .text-center-max-md {
    text-align: center;
  }
  .article-aside {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .item-stretch {
    display: flex;
    justify-content: stretch;
  }
}
@media (min-width: 992px) {
  .tg-main-mt {
    margin-top: 84px;
  }
  .concept-span {
    margin-bottom: 10px;
  }
  .concept-item {
    margin: 0;
  }
  .concept-item:first-child {
    margin: 20px 0 40px 0;
  }
  .concept-item-left .englob-picto {
    float: right;
    margin: 0 0 0 20px;
  }
  .concept-item-left p {
    text-align: right;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .text-md-right {
    text-align: right;
  }
  .mb0-md {
    margin-bottom: 0;
  }
  #concept .tg-description p {
    padding: 0 90px;
  }
  .article-aside {
    position: fixed;
    width: 296px;
  }
  .article-aside.absolute {
    position: absolute;
    bottom: 0;
  }
  .row-df {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .concept-item:first-child {
    margin: 40px 0 50px 0;
  }
  .concept-item .pd10-0 {
    padding: 10px 0;
  }
  .home-left,
  .home-center,
  .home-right {
    height: 550px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-left {
    padding-top: 50px;
  }
  .article-aside {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .home-center .go-down {
    display: block;
  }
}

/* New Devis */
.devis-title {
  text-transform: uppercase;
  font-size: 36px;
  color: #29569f;
  line-height: 1;
  margin-bottom: 20px;
}

.devis-subtitle {
  font-size: 24px;
  color: #29569f;
  line-height: 1.5;
}

.devis-legend {
  display: inline-block;
  font-size: 18px;
  color: #29569f;
  margin-bottom: 30px;
}

/* New Header */
.header {
	margin-top: 84px;
	padding: 35px 0;
	background-image: url("../img/header-bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.header h1 {
	color: #fff;
	font-size: 40px;
	text-transform: none;
	font-family: "Roboto";
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.header .subtitle {
	color: #fff;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

.header .header-banner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}

.header-banner-item {
	width: 100%;
	max-width: 33.3333%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	border-top: 1px solid #fff;
	color: #fff;
	cursor: pointer;
  min-height: 395px;
}

.header-banner-item .btn-blue {
	display: block;
	font-size: 14px;
	border-radius: 5px;
	width: 100%;
	transition: background-color .3s, color .3s;
  padding-left: 0;
  padding-right: 0;
}

.header-banner-item .tg-sortfilter {
	border-radius: 5px;
	margin-bottom: 15px;
}

.header-banner-item-maintenance input { margin-bottom: 15px; }

.header-banner-item .tg-sortfilter span {
	color: #a4a4a4;
	font-size: 12px;
}

.header-banner-item img {
	width: 50px;
	margin-bottom: 20px;
}

.header-banner-item  h3 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}

.header-banner-item p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}

.header-banner-item form { display: none; }

.header-banner .slick-list { width: 100%; }

.header-banner-item.active form { display: block; }

.header-banner-item.active {
  background-color: #fff;
}

.header-banner-item.active h3,
.header-banner-item.active p {
  color: #29559e;
}

.slick-slide .img-header-color { display: none; }

.header-banner-item.active .img-header-color { display: block; }

.header-banner-item.active .img-header-white { display: none; }

/**/

.header-banner-item:hover  {
  background-color: rgba(255, 255, 255, .8);
}

.header-banner-item.active:hover { background-color: #fff; }

.header-banner-item:hover  h3,
.header-banner-item:hover  p {
  color: #29559e;
}

.bold {font-weight: 700;}

.header-banner-item:hover  .img-header-color { display: block; }

.header-banner-item:hover  .img-header-white { display: none; }

.header .slick-next { right: 0; z-index: 2;}

.header .slick-prev { left: 0; z-index: 2;}

.ul-devis {
  padding-left: 40px;
  font-size: 14px;
  color: #2d2c56;
}

.ul-devis li { line-height: 20px; }

.ul-devis.ul-devis-check li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.ul-devis.ul-devis-check li:before {
  content: '✓';
  position: absolute;
  left: 0;
}
.slick-dots {
  top: -30px;
  bottom: auto;
}

.slick-dots li { margin: 0 8px; }

.slick-dots li button {
  width: 25px;
  padding: 0 4px;
}

.slick-dots li button::before {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #29569f;
  border-radius: 4px;
  opacity: 1;
  top: 7px;
}


.slick-dots li.slick-active button::before { background-color: #fff; }

.table-reglementation th {
  color: #fff;
  background-color: #29569f;
}

.table-reglementation th,
.table-reglementation td {
  line-height: 1.4;
  padding: 4px;
}

#cgu .asterix-red,
.block-form label span.asterix-red {
  font-size: 22px;
  color: red;
}

@media (min-width: 992px) {
  .header-banner-item { max-width: 27%; }
}

@media (max-width: 767px) {
  .header { margin-top: 137px; }
  .header-banner { margin-top: 35px; }
  .header-banner-item { margin: 0 25px; }
}

@media (min-width: 768px) {
  .header-banner-item:hover form { display: block; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header { margin-top: 154px; }
}