/* Styles par défaut (utilisés sur tous les appareils) */
/* @media (min-width: 481px){} ==> Media query pour les écrans de plus de 481px de large ( grands smartphones) */
/* @media (min-width: 768px){} ==> Media query pour les écrans de plus de 768px de large (tablettes et ordinateurs) */
/* @media (min-width: 1024px){} ==> Media query pour les écrans de plus de 1024px de large (ordinateurs) */
.informations {
  margin-top: 135px;
}
.informations header {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.informations header h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.informations header p {
  font-size: 15px;
  line-height: 30px;
}
.informations .bloc-image-1 div {
  background-size: contain;
  background-position: 25%;
  background-repeat: no-repeat;
}
.informations .bloc-image-2 {
  position: relative;
  min-height: 600px;
}
.informations .bloc-image-2 div {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.informations .bloc {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.informations .bloc i {
  font-size: 60px;
  color: #fff;
}
.informations .bloc h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
.informations .bloc p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 25px;
}
.informations .bloc.bloc-1 {
  background: #FFF;
  color: #000;
}
.informations .bloc.bloc-1 i {
  color: #000;
}
.informations .bloc.bloc-2 {
  background: #C81010;
  color: #FFF;
}
.informations .bloc.bloc-2 i {
  color: #FFF;
}
.informations .bloc.bloc-3 {
  background: #000;
  color: #FFF;
}
.informations .bloc.bloc-3 i {
  color: #FFF;
}
.informations .bloc.bloc-4 {
  background: #FFF;
  color: #000;
}
.informations .bloc.bloc-4 i {
  color: #000;
}
.informations .bloc.bloc-5 {
  background: #C81010;
  color: #FFF;
}
.informations .bloc.bloc-5 i {
  color: #FFF;
}
.informations .bloc.bloc-6 {
  background: #000;
  color: #FFF;
}
.informations .bloc.bloc-6 i {
  color: #FFF;
}
.informations .bloc.bloc-7 {
  background: #FFF;
  position: relative;
  color: #000;
}
.informations .bloc.bloc-7 p {
  font-size: 18px;
  text-align: left;
  margin-top: 0;
}
.informations .bloc.bloc-7 p.note {
  margin-top: 25px;
  text-align: center;
  font-size: 15px;
  font-style: italic;
}
.informations .bloc.bloc-7 p.note span {
  display: block;
  margin: 10px 0 15px 0;
}
.informations .bloc.bloc-7 p.note i {
  color: #c89200;
  font-size: 16px;
  padding: 10px;
  font-weight: 400;
}
.informations .bloc.bloc-7 p.asterisk {
  position: absolute;
  bottom: 5px;
  left: 15px;
  font-size: 11px;
}
/* ---------------------------------------------------------------- */
.blog {
  margin-top: 135px;
}
.blog header {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.blog header h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.blog header p {
  font-size: 15px;
  line-height: 30px;
}
.blog .bloc-image {
  position: relative;
  min-height: 300px;
  margin-bottom: 20px;
}
.blog .bloc-image div {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.blog .bloc {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
.blog .bloc h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.blog .bloc p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 25px 0;
  line-height: 25px;
}
.blog .bloc a,
.blog .bloc .link {
  display: inline-block;
  color: #fff;
  background: #ba2221;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
  margin-top: 20px;
  transition: 0.3s;
}
.blog .bloc a:hover,
.blog .bloc .link:hover {
  color: #000;
  background: #FFF;
}
@media (min-width: 768px) {
  .blog .bloc a,
  .blog .bloc .link {
    font-size: 16px;
  }
  .blog .bloc a span,
  .blog .bloc .link span {
    display: none;
  }
}
@media (min-width: 1024px) {
  .blog .bloc a,
  .blog .bloc .link {
    font-size: 17px;
  }
}
.blog.page header {
  background: #FFF;
  color: #002633;
}
.blog.page header h1 {
  font-size: 40px;
}
.blog.page header p {
  font-size: 19px;
  line-height: 30px;
}
.blog.page .bloc {
  background: #FFF;
  color: #002633;
  text-align: left;
  margin-bottom: 0px;
}
.blog.page .bloc h3 {
  color: #002633;
  margin-top: 0px;
}
.blog.page .bloc p {
  color: #999;
}
.blog.page .bloc .numb {
  color: #ba2221;
  text-align: right;
  margin-right: 20px;
}
.blog.page .bloc i {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.blog.page .bloc.bloc-0 {
  background: #005881;
}
.blog.page .bloc.bloc-0 p {
  color: #fff;
}
.blog.page .bloc.bloc-0 a {
  background: none;
  font-size: inherit;
  color: #60ccfe;
  padding: 0;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0;
}
.blog.page .bloc.bloc-1 {
  padding-top: 50px;
}
.blog.page .bloc.bloc-7,
.blog.page .bloc.bloc-8,
.blog.page .bloc.bloc-9 {
  text-align: center;
  color: #fff;
}
.blog.page .bloc.bloc-7 h3,
.blog.page .bloc.bloc-8 h3,
.blog.page .bloc.bloc-9 h3,
.blog.page .bloc.bloc-7 p,
.blog.page .bloc.bloc-8 p,
.blog.page .bloc.bloc-9 p {
  color: #fff;
}
.blog.page .bloc.bloc-7 h3,
.blog.page .bloc.bloc-8 h3,
.blog.page .bloc.bloc-9 h3 {
  margin-top: 15px;
}
.blog.page .bloc.bloc-7 {
  background: #005881;
  margin-top: 20px;
}
.blog.page .bloc.bloc-8 {
  background: #003c58;
}
@media (min-width: 768px) {
  .blog.page .bloc.bloc-8 {
    margin-top: 20px;
  }
}
.blog.page .bloc.bloc-9 {
  background: #005881;
}
@media (min-width: 768px) {
  .blog.page .bloc.bloc-9 {
    margin-top: 20px;
  }
}
.blog.page .bloc.bloc-10 {
  background: #FFF;
  margin-top: 20px;
}
.blog.page .bloc.bloc-10 p {
  color: #002633;
}
.blog.page .bloc.bloc-10 a {
  background: none;
  font-size: inherit;
  color: #ba2221;
  padding: 0;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0;
}
.blog.page .owl-carousel .single-banner-slide {
  height: 600px;
  width: 100vw;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.blog.page .owl-carousel .single-banner-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.blog.page .owl-carousel .owl-nav button.owl-prev,
.blog.page .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  color: #fff !important;
  margin-top: -30px;
  font-size: 40px !important;
  height: auto;
  width: auto;
  opacity: 0.5;
}
.blog.page .owl-carousel .owl-nav button.owl-prev {
  left: 1.25rem;
}
.blog.page .owl-carousel .owl-nav button.owl-next {
  right: 1.25rem;
}
.blog.page .owl-carousel .owl-dots {
  display: none;
  padding: 1.25rem !important;
  width: auto;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .blog.page .owl-carousel .owl-dots {
    display: block;
  }
}
.blog.page .owl-carousel .owl-dots button.owl-dot {
  background: #575757 !important;
  height: 15px;
  margin: 0 1px;
  width: 15px;
  opacity: 0.7;
}
.blog.page .owl-carousel .owl-dots button.owl-dot.active {
  background: #dadada !important;
}
.article,
.page,
.ville {
  margin-top: 135px;
  font-family: "Barlow", sans-serif;
}
.article header .header,
.page header .header,
.ville header .header {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.article header h1,
.page header h1,
.ville header h1 {
  font-size: 30px;
  margin-bottom: 5px;
}
.article header p,
.page header p,
.ville header p {
  font-size: 15px;
  line-height: 30px;
}
.article .content,
.page .content,
.ville .content {
  background: #fff;
  color: #262628;
  font-family: "Barlow", sans-serif;
  line-height: 23px;
}
.article .content h2,
.page .content h2,
.ville .content h2,
.article .content h3,
.page .content h3,
.ville .content h3,
.article .content h4,
.page .content h4,
.ville .content h4 {
  margin: 30px 20px 15px 20px;
  font-weight: 600;
  color: #ba2221;
}
.article .content a,
.page .content a,
.ville .content a {
  color: #ba2221;
  text-decoration: none;
  font-weight: bold;
}
.article .content p,
.page .content p,
.ville .content p {
  padding: 20px;
}
.article .content ul,
.page .content ul,
.ville .content ul {
  padding: 0px 20px 20px 40px;
}
.article .content ul.ps,
.page .content ul.ps,
.ville .content ul.ps {
  list-style: none;
}
.article .content ul.ps li,
.page .content ul.ps li,
.ville .content ul.ps li {
  margin-bottom: 5px;
}
.article .content ul.ps li a,
.page .content ul.ps li a,
.ville .content ul.ps li a {
  color: #000;
  font-weight: normal;
}
.article .content ul.ps li a:hover,
.page .content ul.ps li a:hover,
.ville .content ul.ps li a:hover {
  color: #ba2221;
}
.article .content .img img,
.page .content .img img,
.ville .content .img img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.article .img-ville,
.page .img-ville,
.ville .img-ville {
  position: relative;
  width: 100%;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .article .img-ville,
  .page .img-ville,
  .ville .img-ville {
    width: 45%;
    margin: 15px;
  }
}
@media (min-width: 1024px) {
  .article .img-ville,
  .page .img-ville,
  .ville .img-ville {
    width: 30%;
    margin: 15px;
  }
}
@media (min-width: 1500px) {
  .article .img-ville,
  .page .img-ville,
  .ville .img-ville {
    width: 285px;
    margin: 15px;
  }
}
.article .img-ville.left,
.page .img-ville.left,
.ville .img-ville.left {
  float: left;
}
@media (min-width: 768px) {
  .article .img-ville.left,
  .page .img-ville.left,
  .ville .img-ville.left {
    margin-left: 0;
  }
}
.article .img-ville.right,
.page .img-ville.right,
.ville .img-ville.right {
  float: right;
}
@media (min-width: 768px) {
  .article .img-ville.right,
  .page .img-ville.right,
  .ville .img-ville.right {
    margin-right: 0;
  }
}
.article .img-ville img,
.page .img-ville img,
.ville .img-ville img {
  width: 100%;
}
.article .img-ville .credits,
.page .img-ville .credits,
.ville .img-ville .credits {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 12px;
  padding: 0 5px;
}
/* ---------------------------------------------------------------- */
.services {
  margin-top: 135px;
}
.services header {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.services header h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.services header p {
  font-size: 15px;
  line-height: 30px;
}
.services .bloc-image {
  position: relative;
  min-height: 300px;
}
.services .bloc-image div {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.services .bloc-image.bloc-image-1,
.services .bloc-image.bloc-image-2,
.services .bloc-image.bloc-image-3,
.services .bloc-image.bloc-image-4,
.services .bloc-image.bloc-image-5,
.services .bloc-image.bloc-image-6 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .services .bloc-image.bloc-image-7 {
    margin-bottom: 0px;
  }
}
.services .bloc {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.services .bloc .price {
  text-align: center;
  background-color: #FFF;
  color: #005881;
  padding: 5px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 500px;
  margin: 0 auto;
}
.services .bloc .price i {
  font-size: 26px !important;
}
.services .bloc .numb {
  font-size: 80px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.services .bloc h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.services .bloc p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 15px 0 25px 0;
  line-height: 25px;
}
.services .bloc a,
.services .bloc .link {
  display: inline-block;
  color: #fff;
  background: #ba2221;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
  margin-top: 20px;
  transition: 0.3s;
}
.services .bloc a:hover,
.services .bloc .link:hover {
  color: #000;
  background: transparent;
}
@media (min-width: 768px) {
  .services .bloc a,
  .services .bloc .link {
    font-size: 16px;
  }
  .services .bloc a span,
  .services .bloc .link span {
    display: none;
  }
}
@media (min-width: 1024px) {
  .services .bloc a,
  .services .bloc .link {
    font-size: 17px;
  }
}
.services .bloc.bloc-0 i {
  font-size: 40px;
}
.services .bloc.bloc-gold {
  width: 100%;
  margin: 0 auto;
}
.services .bloc.bloc-gold i {
  font-size: 60px;
  color: gold;
}
@media (min-width: 481px) {
  .services .bloc.bloc-gold {
    width: 75%;
  }
  .services .bloc.bloc-gold i {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .services .bloc.bloc-gold {
    width: 50%;
  }
  .services .bloc.bloc-gold i {
    font-size: 60px;
  }
}
.services .bloc.bloc-1 {
  background: #FFF;
  text-align: right;
  margin-bottom: 20px;
}
.services .bloc.bloc-1 h3 {
  color: #002633;
}
.services .bloc.bloc-1 p {
  color: #999;
}
.services .bloc.bloc-2 {
  background: #005881;
  text-align: right;
  margin-bottom: 20px;
}
.services .bloc.bloc-2 h3 {
  color: #FFF;
}
.services .bloc.bloc-3 {
  background: #E4A600;
  text-align: left;
  margin-bottom: 20px;
}
.services .bloc.bloc-3 h3 {
  color: #FFF;
}
.services .bloc.bloc-4 {
  background: #FFF;
  text-align: left;
  margin-bottom: 20px;
}
.services .bloc.bloc-4 h3 {
  color: #002633;
}
.services .bloc.bloc-4 p {
  color: #999;
}
.services .bloc.bloc-5 {
  background: #28a5df;
  text-align: right;
  margin-bottom: 20px;
}
.services .bloc.bloc-5 h3 {
  color: #FFF;
}
.services .bloc.bloc-6 {
  background: #49BF4C;
  text-align: right;
  margin-bottom: 20px;
}
.services .bloc.bloc-6 h3 {
  color: #FFF;
}
.services .bloc.bloc-7 {
  background: #ffffff;
  text-align: right;
  margin-bottom: 20px;
}
.services .bloc.bloc-7 h3 {
  color: #002633;
}
.services .bloc.bloc-7 p {
  color: #999;
}
@media (min-width: 768px) {
  .services .bloc.bloc-7 {
    margin-bottom: 0px;
  }
}
.services.page header {
  background: #FFF;
  color: #002633;
}
.services.page header h1 {
  font-size: 40px;
}
.services.page header p {
  font-size: 19px;
  line-height: 30px;
}
.services.page .bloc {
  background: #FFF;
  color: #002633;
  text-align: left;
  margin-bottom: 0px;
}
.services.page .bloc h3 {
  color: #002633;
  margin-top: 0px;
}
.services.page .bloc p {
  color: #999;
}
.services.page .bloc .numb {
  color: #ba2221;
  text-align: right;
  margin-right: 20px;
}
.services.page .bloc i {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.services.page .bloc.bloc-0 {
  background: #005881;
}
.services.page .bloc.bloc-0 p {
  color: #fff;
}
.services.page .bloc.bloc-0 a {
  background: none;
  font-size: inherit;
  color: #60ccfe;
  padding: 0;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0;
}
.services.page .bloc.bloc-1 {
  padding-top: 50px;
}
.services.page .bloc.bloc-benefits {
  background: #005881;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.services.page .bloc.bloc-benefits h3,
.services.page .bloc.bloc-benefits p {
  color: #fff;
}
.services.page .bloc.bloc-benefits h3 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .services.page .bloc.bloc-benefits:first-child {
    margin-right: 20px;
  }
  .services.page .bloc.bloc-benefits:last-child {
    margin-left: 20px;
  }
}
.services.page .bloc.bloc-end {
  background: #FFF;
  margin-top: 20px;
}
.services.page .bloc.bloc-end p {
  color: #002633;
}
.services.page .bloc.bloc-end a {
  background: none;
  font-size: inherit;
  color: #ba2221;
  padding: 0;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0;
}
.services.page .owl-carousel .single-banner-slide {
  height: 600px;
  width: 100vw;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.services.page .owl-carousel .single-banner-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.services.page .owl-carousel .owl-nav button.owl-prev,
.services.page .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  color: #fff !important;
  margin-top: -30px;
  font-size: 40px !important;
  height: auto;
  width: auto;
  opacity: 0.5;
}
.services.page .owl-carousel .owl-nav button.owl-prev {
  left: 1.25rem;
}
.services.page .owl-carousel .owl-nav button.owl-next {
  right: 1.25rem;
}
.services.page .owl-carousel .owl-dots {
  display: none;
  padding: 1.25rem !important;
  width: auto;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .services.page .owl-carousel .owl-dots {
    display: block;
  }
}
.services.page .owl-carousel .owl-dots button.owl-dot {
  background: #575757 !important;
  height: 15px;
  margin: 0 1px;
  width: 15px;
  opacity: 0.7;
}
.services.page .owl-carousel .owl-dots button.owl-dot.active {
  background: #dadada !important;
}
