@charset "UTF-8";
/*-- Declaration variables couleurs--*/
:root {
  --color1: #12a184;
  --color2: #1A1C49;
  --color3: #2e3192;
  --color4: #e14c68;
  --color5: black;
  --color6: #6C757D;
  --color7: white;
}

@font-face {
  font-family: "thunder-bold";
  src: url("../../../fonts/thunder-boldlc-webfont.woff2") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "thunderLC";
  src: url("../../../fonts/thunder-lc-webfont.woff2") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "thunderLCExtraboldlc";
  src: url("../../../fonts/thunder-extraboldlc-webfont.woff2") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "thunderExtralightlc";
  src: url("../../../fonts/thunder-extralightlc-webfont.woff2") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "thunder-lightlc-webfont";
  src: url("../../../fonts/thunder-lightlc-webfont.woff2") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "thunder-mediumlc-webfont";
  src: url("../../../fonts/thunder-mediumlc-webfont.woff2") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "thunder-semiboldlc-webfont";
  src: url("../../../fonts/thunder-semiboldlc-webfont.woff2") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "thunder-thinlc-webfont";
  src: url("../../../fonts/thunder-thinlc-webfont.woff2") format("woff");
  font-weight: 100;
}
/* vert 1*/
/*bleu*/
/*rose*/
/*gris backgounrd slider*/
/*gris backgounrd slider*/
/*trait /couleur de peinture orange jaune*/
/*neuf couleur*/
/*occas couleur*/
/* gris4 */
/* vert titre */
/*texte gris foncé*/
/*gris fond */
/*gris agence*/
/*bleu canard */
/*bleu clair */
/*jaune */
/*gauche fleche */
/*droite fleche */
/* canard clair*/
/* bleu footer */
/* bleu clair mentions*/
/* vert index */
/* bleu txt bouton */
/* bleu txt bouton */
/*pagination*/
/*-- Declaration mixin--*/
/*-- @include magic-border(1px, #fff, 0.3s, 1); --*/
.animBtn {
  position: relative;
  cursor: pointer;
}
.animBtn:after {
  content: "";
  animation: width2 0.5s ease-in-out forwards;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
}
.animBtn:before {
  content: "";
  animation: width2 0.5s ease-in-out forwards;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
}
.animBtn:hover {
  color: black !important;
}
.animBtn:hover:after {
  content: "";
  background-color: #fff;
  animation: width1 0.5s ease-in-out forwards;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.animBtn:hover:before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff;
  animation: width1 0.5s ease-in-out forwards;
  top: 0;
  right: 0;
  height: 100%;
}

@keyframes width1 {
  from {
    width: 0%;
  }
  to {
    width: 51%;
  }
}
@keyframes width2 {
  from {
    width: 51%;
  }
  to {
    width: 0%;
  }
}
.footer1 {
  margin-top: 8em;
}
@media screen and (min-width: 2371px) {
  .footer1 {
    margin-top: 16em;
  }
}
@media screen and (max-width: 650px) {
  .footer1 {
    margin-top: 4em;
  }
}
.footer1 .expert {
  color: white;
  letter-spacing: 1.9px;
  font-family: "thunder-thinlc-webfont", sans-serif;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 2371px) {
  .footer1 .expert {
    font-size: 27px;
  }
}
@media screen and (max-width: 750px) {
  .footer1 .expert {
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.footer1 .allLogo {
  margin-top: 25px;
  height: 45px;
  width: 60%;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 2371px) {
  .footer1 .allLogo {
    height: 91px;
    width: 85%;
  }
}
@media screen and (max-width: 1220px) {
  .footer1 .allLogo {
    height: auto;
    gap: 2em;
  }
}
.footer1 .allLogo a {
  height: 100%;
}
.footer1 .allLogo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .footer1 .allLogo img {
    height: 52px;
  }
}
@media screen and (max-width: 764px) {
  .footer1 .allLogo img {
    height: 40px;
  }
}
.footer1 .allLogo span {
  height: 40px;
  background-color: white;
  width: 1px;
}
@media screen and (max-width: 1350px) {
  .footer1 .allLogo span {
    display: none;
  }
}
.footer1 .logoRegion {
  background-color: white;
  gap: 77px;
  margin-top: 46px;
}
@media screen and (max-width: 582px) {
  .footer1 .logoRegion {
    gap: 0;
    flex-wrap: wrap;
    margin-top: 45px;
  }
}
.footer1 .logoRegion a {
  padding: 10px;
}
@media screen and (max-width: 477px) {
  .footer1 .logoRegion a {
    width: 150px;
  }
  .footer1 .logoRegion a img {
    width: 100%;
  }
}

.brochure {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 334px;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .brochure {
    height: 180px;
  }
}
.brochure .textDefil {
  font-size: 11vw;
  font-weight: bolder;
  letter-spacing: 94px;
  font-family: "thunder-bold", sans-serif;
  overflow-x: hidden;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .brochure .textDefil {
    display: none;
  }
}
.brochure .brochure-open {
  display: none;
}
.brochure .brochure-open p {
  color: white;
  font-family: "thunder-lightlc-webfont", sans-serif;
  font-size: 20px;
  letter-spacing: 1.9px;
}
.brochure .brochure-open p a:hover {
  font-weight: 800;
}
.brochure .film-a:hover {
  color: #FFA800;
}
.brochure .motion-a:hover {
  color: #006633;
}
.brochure .masterclass-a:hover {
  color: #5D54A5;
}
.brochure .manufacture-a:hover {
  color: white;
}
.brochure .film-brochure {
  color: #FFA800;
}
.brochure .motion-brochure {
  color: #006633;
}
.brochure .masterclass-brochure {
  color: #5D54A5;
}
.brochure .manufacture-brochure {
  color: white;
}
.brochure a {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
}
.brochure button {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "thunder-thinlc-webfont", sans-serif;
  border: 1px solid #fff;
  padding: 18px 106px;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 512px) {
  .brochure button {
    padding: 8px 34px;
  }
}
@keyframes width1 {
  from {
    width: 0;
  }
  to {
    width: 51%;
  }
}

.reseaux {
  gap: 4rem;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 450px) {
  .reseaux {
    gap: 2rem;
  }
}
.reseaux a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.reseaux a:before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: calc(1px / -1);
  left: calc(1px / -1);
  background: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to left, #fff 0%, #fff 100%);
  background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.6s, 0.3s, 0s;
}
.reseaux a:hover:before {
  background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.3s, 0.6s;
}

.logoFooter {
  margin-bottom: 50px;
}
@media screen and (max-width: 822px) {
  .logoFooter {
    margin-top: 0;
  }
}

.address {
  color: white;
  gap: 1rem;
  margin-top: 7em;
  margin-bottom: 3em;
}
@media screen and (max-width: 822px) {
  .address {
    margin-top: 3em;
    margin-bottom: 3em;
    flex-direction: column;
  }
}
.address .adress-bold {
  font-family: "thunder-semiboldlc-webfont", sans-serif !important;
  font-size: 21px;
  margin-bottom: 5px;
  letter-spacing: 2.3px;
}
.address p {
  font-family: "thunder-thinlc-webfont", sans-serif;
  margin: 0;
  letter-spacing: 3px;
}
@media screen and (max-width: 750px) {
  .address p {
    text-align: center !important;
  }
}
.address .dress {
  width: 253px;
  text-align: right;
}
@media screen and (max-width: 822px) {
  .address .dress {
    text-align: center;
    margin: 0 auto;
  }
}
.address .dress1 {
  width: 253px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 822px) {
  .address .dress1 {
    text-align: center;
    margin: 0 auto;
  }
}

.threads {
  transform: scale(1.7);
}

.contactFooter {
  text-transform: uppercase;
  padding: 0px 54px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "thunder-thinlc-webfont", sans-serif;
  letter-spacing: 6px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 822px) {
  .contactFooter {
    padding: 6px 54px;
  }
}

.mentions {
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 751px) {
  .mentions {
    flex-direction: column;
  }
}
.mentions a {
  color: rgba(224, 224, 224, 0.4);
  font-size: 15px;
  font-family: "thunder-lightlc-webfont", sans-serif;
  letter-spacing: 1px;
}
.mentions p {
  color: rgba(224, 224, 224, 0.4);
  font-family: "thunder-lightlc-webfont", sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 751px) {
  .mentions p {
    text-align: center !important;
    letter-spacing: 0 !important;
  }
}

/*# sourceMappingURL=footer.min.css.map */
