html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #1f1f1f;
  font-family: "Helvetica", sans-serif;
  height: 100%;
  background-color: #D8232A;
}

h2 {
  font-size: 2.15rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 5px #00000057;
  margin: 20px 0;
  text-align: left;
}

a {
  color: #fff;
}

button {
  color: #fff;
  background-color: #D8232A;
  padding: 1rem 2rem;
  border: none;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2em;
  transition: all 550ms cubic-bezier(0.42, 0, 0.39, 1);
  text-align: left;
}
button:hover {
  box-shadow: inset 0 0 0px 80px #343434;
}

main {
  position: relative;
  z-index: 10;
  padding-top: 220px;
}

.container {
  max-width: 1140px;
}

.grille {
  height: 100vh;
  width: 100%;
  position: fixed;
}
.grille .row {
  height: 100vh;
}
.grille .ligne {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.grille .ligne:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.fond {
  width: 100vw;
  height: 150vh;
  background-image: url("../../img/back-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}
.fond#background2 {
  background-image: url("../../img/back-02.jpg");
  opacity: 0;
}
.fond#background3 {
  background-image: url("../../img/back-03.jpg");
  opacity: 0;
}

#lineClaim {
  padding-top: 200px;
  position: fixed;
}
#lineClaim h1 {
  font-size: 2.33rem;
  font-weight: 800;
  color: #D8232A;
}

#lineArgus {
  padding-top: 200px;
}
#lineArgus .bloc p {
  margin: 0;
}

#lineChiffres {
  padding: 100px 0;
}

#lineCases {
  padding: 100px 0 0 0;
}

#lineActus {
  padding-top: 100px;
}
#lineActus #blocsActus {
  background-color: #fff;
}
#lineActus .bloc-news {
  background-color: #fff;
}
#lineActus .bloc-news img {
  width: 100%;
}
#lineActus .bloc-news .content {
  padding: 40px;
  text-align: left;
  font-weight: 600;
}
#lineActus .bloc-news .content p {
  font-size: 1.2rem;
  font-weight: 300;
}
#lineActus .bloc-news .content h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

#lineOffres {
  padding: 100px 0;
}
#lineOffres .carte-hover {
  perspective: 800px;
  perspective-origin: center;
}
#lineOffres .carte-hover:hover .carte {
  transform: rotateY(180deg) translateZ(20px);
  box-shadow: 0 0 60px 0px rgba(0, 0, 0, 0.5);
}
#lineOffres .carte {
  position: relative;
  cursor: pointer;
  transition: all 550ms cubic-bezier(0.42, 0, 0.39, 1);
  transform-style: preserve-3d;
}
#lineOffres .bloc-offres {
  background-color: #343434;
  color: #fff;
  padding: 2.5rem;
  height: 260px;
  display: flex;
  position: relative;
}
#lineOffres .bloc-offres button {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#lineOffres .bloc-offres > div {
  margin: auto;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
#lineOffres .bloc-offres.back {
  position: absolute;
  background-color: #fff;
  color: #343434;
  top: -4px;
  transform: translateZ(-50px) rotateY(180deg);
}
#lineOffres .bloc-offres.back > div {
  text-align: center;
  margin: 0;
  position: relative;
}
#lineOffres .bloc-offres.back p {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.bloc {
  background-color: #fff;
  padding: 40px;
  min-height: 280px;
  height: auto;
  display: flex;
}
.bloc > * {
  margin: auto;
}
.bloc.rouge {
  background-color: #D8232A;
}
.bloc.rouge p {
  color: #fff;
}
.bloc.gris {
  background-color: #343434;
}
.bloc.gris p {
  color: #fff;
}
.bloc p {
  font-size: 23px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2em;
}
.bloc#bloc1 {
  margin-top: 200px;
}
.bloc#bloc3 {
  margin-top: 80px;
}
.bloc#bloc3 {
  margin-top: 280px;
}
.bloc.bloc-ref p {
  text-align: center;
  font-size: 1.15em;
}
.bloc.bloc-ref img {
  max-width: 100%;
}

.chiffres {
  color: #fff;
}
.chiffres span {
  font-weight: 600;
  font-size: 4.5rem;
  display: block;
}
.chiffres > div > div {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
}

footer {
  position: relative;
  width: 100%;
  background-color: #fff;
}
footer .footer {
  height: 200px;
  padding: 40px;
}
footer h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.3rem;
}
footer .sub-footer {
  text-align: center;
  padding: 20px;
  background-color: #f3f3f3;
}

nav {
  z-index: 1000;
}

.navbar {
  background-color: #fff;
  height: 140px;
}
.navbar.is-small .navbar-brand {
  margin-bottom: -18px;
}
.navbar.is-small .navbar-brand img {
  height: 57px;
}
.navbar .navbar-brand {
  position: absolute;
  margin-bottom: -39px;
  bottom: 0;
  transition: all 550ms cubic-bezier(0.42, 0, 0.39, 1);
}
.navbar .navbar-brand img {
  height: 144px;
  transition: all 550ms cubic-bezier(0.42, 0, 0.39, 1);
}
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.navbar .navbar-nav .nav-link {
  padding: 0 15px;
  height: 140px;
  align-items: center;
  display: flex;
}

.contact-bar {
  position: fixed;
  z-index: 5000;
  width: 100%;
  background-color: #D8232A;
  top: -70px;
  transition: all 550ms cubic-bezier(0.42, 0, 0.39, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.contact-bar.is-small {
  top: 0;
}
.contact-bar .container {
  display: flex;
  justify-content: space-between;
  height: 50px;
}
.contact-bar .logo img {
  height: 65px;
  position: absolute;
}
.contact-bar .cta {
  margin: auto 0;
  color: rgba(255, 255, 255, 0.5);
}
.contact-bar a {
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 1rem;
}
.contact-bar a:hover {
  color: #fff;
}

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