@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%;
  }
}
.bandeau-realisations {
  width: 100%;
  margin-bottom: -100px;
}
@media screen and (max-width: 1032px) {
  .bandeau-realisations {
    margin-bottom: 0;
  }
}
.bandeau-realisations img {
  display: block;
  margin: 0 auto;
  width: 92%;
  max-height: 535px;
  object-fit: cover;
}
.bandeau-realisations h1 {
  font-family: "thunderLC", sans-serif;
  letter-spacing: 4px;
  font-size: 3em;
  display: flex;
  flex-direction: column;
  max-width: 790px;
  text-align: left;
  line-height: 42px;
  margin-bottom: 0;
  color: #5d54a5;
}
@media screen and (max-width: 1308px) {
  .bandeau-realisations h1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .bandeau-realisations h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .bandeau-realisations h1 {
    top: 0;
    position: relative;
    left: 4px;
    font-size: 25px;
    text-align: center;
  }
}
.bandeau-realisations h1 span {
  font-size: 22px;
  text-align: left;
  letter-spacing: 2px;
  color: #FFA800;
}
.bandeau-realisations .rela {
  position: relative;
  top: -138px;
}
@media screen and (max-width: 1308px) {
  .bandeau-realisations .rela {
    flex-direction: column-reverse;
    top: auto;
  }
}
@media screen and (max-width: 650px) {
  .bandeau-realisations .rela {
    top: 0;
  }
}
.bandeau-realisations .rela h4 {
  color: white;
  font-family: "thunder-thinlc-webfont", sans-serif;
  letter-spacing: 4px;
  position: relative;
  top: 33px;
  font-size: 43px !important;
}
@media screen and (max-width: 1308px) {
  .bandeau-realisations .rela h4 {
    top: auto;
  }
}
@media screen and (max-width: 750px) {
  .bandeau-realisations .rela h4:before {
    content: none !important;
  }
}
.bandeau-realisations .rela h5 {
  font-size: 4vw;
  color: white;
  text-transform: uppercase;
  font-family: "thunderLC", sans-serif;
  letter-spacing: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .bandeau-realisations .rela h5 {
    font-size: 38px;
    letter-spacing: 4px;
  }
}
.bandeau-realisations .rela span {
  color: #5D54A5;
  font-family: "thunder-semiboldlc-webfont", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
}
.bandeau-realisations .rela div:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 1308px) {
  .bandeau-realisations .rela div:nth-child(1) {
    width: 100%;
  }
}
.bandeau-realisations .rela div:nth-child(1) h4 {
  text-align: right !important;
  margin-right: 50px;
}
@media screen and (max-width: 1308px) {
  .bandeau-realisations .rela div:nth-child(1) h4 {
    text-align: center !important;
    margin-right: 0;
  }
}
.bandeau-realisations .rela div:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 1308px) {
  .bandeau-realisations .rela div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

hr {
  color: white;
  opacity: 1;
  width: 150px;
  margin: 0 auto;
  margin-top: 4em;
}

h2 {
  text-align: center;
  color: #FFA800;
  text-transform: uppercase;
  font-size: 23px !important;
  margin-top: 1em;
  font-family: "thunder-lightlc-webfont", sans-serif;
  letter-spacing: 3px;
}

.switchProject {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 570px) {
  .switchProject {
    margin-top: 2em;
  }
}
.switchProject a {
  color: white;
  font-family: "thunder-lightlc-webfont", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 650px) {
  .switchProject a:nth-child(2) {
    color: #FFA800;
    width: 120px;
  }
  .switchProject a:nth-child(2) img {
    display: none;
  }
}
.switchProject .rorate180 {
  transform: rotate(180deg);
}
@media screen and (max-width: 570px) {
  .switchProject .arrowReal {
    width: 39px;
  }
}
.switchProject .switchImg {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 618px) {
  .switchProject .switchImg {
    align-items: center;
  }
}
.switchProject .switchImg .imgPro {
  width: 182px;
  height: 99px;
  object-fit: cover;
}

.photoReal {
  justify-content: center;
}
@media screen and (max-width: 1528px) {
  .photoReal {
    margin-top: 3em;
  }
}
.photoReal .real-Desc {
  max-width: 811px;
}
@media screen and (max-width: 854px) {
  .photoReal .real-Desc {
    width: 95%;
  }
}
.photoReal .real-Desc p {
  color: white;
  font-family: "thunder-lightlc-webfont", sans-serif;
  letter-spacing: 4px;
  margin-bottom: 1em;
  font-size: 20px;
}

.para {
  transition: opacity 0.3s linear;
  opacity: 0.7;
  width: 639px;
}
@media screen and (max-width: 1118px) {
  .para {
    width: 100%;
    position: relative !important;
    margin: 0 auto;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 2em;
    opacity: 1;
  }
}
.para img {
  width: 100%;
}
@media screen and (max-width: 1118px) {
  .para img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .para img {
    width: 85%;
  }
}
.para:hover {
  opacity: 1;
}

.datagrid {
  position: relative;
  height: 900px;
}
@media screen and (max-width: 1118px) {
  .datagrid {
    height: auto !important;
  }
}
.datagrid h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  font-family: "thunder-lightlc-webfont", sans-serif;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 450px) {
  .datagrid h3 {
    font-size: 22px !important;
  }
}

.img1 {
  position: absolute;
  left: 15%;
}

.img2 {
  position: absolute;
  left: 56%;
  top: 17%;
}

.img3 {
  position: absolute;
  top: 37%;
  left: 31%;
}

.img4 {
  position: absolute;
  top: 57%;
  left: 10%;
}

.img5 {
  position: absolute;
  top: 57%;
  left: 56%;
}

.img6 {
  position: absolute;
  top: 77%;
  left: 31%;
}

.img7 {
  position: absolute;
  top: 77%;
  left: 56%;
}

.height9 {
  height: 900px;
}

.gallery4 {
  margin-top: 6em !important;
}

.hrHauteur {
  height: 100px !important;
  color: #5D54A5;
  width: 1px;
  opacity: 1;
  margin: auto;
}
@media screen and (max-width: 650px) {
  .hrHauteur {
    display: none;
  }
}

.hrWhite {
  height: 1px !important;
  color: white;
  width: 100px;
  opacity: 1;
  margin: auto;
}
@media screen and (max-width: 650px) {
  .hrWhite {
    display: none;
  }
}

.TauxDeSatisfaction {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "thunder-thinlc-webfont", sans-serif;
  letter-spacing: 3px;
}

.pictoMasterclass {
  gap: 3em;
  margin-top: 5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 972px) {
  .pictoMasterclass {
    flex-wrap: wrap;
  }
}
.pictoMasterclass img {
  margin: 0 auto;
  padding-bottom: 3em;
}
.pictoMasterclass p {
  width: 118px;
  color: white;
  line-height: initial;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: "thunder-lightlc-webfont", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 972px) {
  .pictoMasterclass p {
    text-align: center !important;
  }
}
.pictoMasterclass span {
  height: 97px;
  background-color: #5D54A5;
  width: 1px;
  rotate: 25deg;
  position: relative;
  top: -22px;
  opacity: 0.6;
}
@media screen and (max-width: 972px) {
  .pictoMasterclass span {
    display: none;
  }
}

.phraseContact {
  color: white;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-family: "thunder-lightlc-webfont", sans-serif;
  letter-spacing: 4px;
  font-size: 18px;
  padding-top: 2em;
}
@media screen and (max-width: 842px) {
  .phraseContact {
    width: 95%;
  }
}

.btnfiche {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6em;
}
@media screen and (max-width: 1014px) {
  .btnfiche {
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 2em;
    margin-top: 2em;
    height: auto;
  }
}
.btnfiche a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "thunder-thinlc-webfont", sans-serif;
  border: 1px solid #fff;
  padding: 12px 15px;
  position: relative;
  /* width: 350px; */
  text-align: center;
  max-width: 450px;
  width: 450px;
}
@media screen and (max-width: 462px) {
  .btnfiche a {
    width: 95%;
  }
}

.retourMaster {
  display: flex;
  align-items: center;
  justify-content: center;
}
.retourMaster a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "thunder-thinlc-webfont", sans-serif;
  border: 1px solid #fff;
  padding: 12px 15px;
  position: relative;
  /* width: 350px; */
  text-align: center;
  max-width: 450px;
  width: 450px;
}
@media screen and (max-width: 462px) {
  .retourMaster a {
    width: 95%;
  }
}

.logoMasterclassFiche img {
  margin: auto;
  width: 95%;
  max-width: 600px;
  margin-top: 5em;
  margin-bottom: 5em;
}

/*# sourceMappingURL=agenda.min.css.map */
