/* GENERAL */
@import url("https://use.typekit.net/rcv1tei.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-fluid {
  padding: 0 70px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

h1.big_title {
  font-size: 240px;
  font-weight: bold;
}

#CookiebotWidget {
  z-index: 0 !important;
}

@media only screen and (max-width: 1640px) {
  h1.big_title {
    font-size: 180px;
  }
}

@media only screen and (max-width: 1440px) {
  h1.big_title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  h1.big_title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .container-fluid {
    padding: 0 30px;
  }

  h1.big_title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .container-fluid {
    padding: 0 10px;
  }

  h1.big_title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 468px) {
  
    h1.big_title {
      font-size: 50px;
    }
  }

/* GRID BOOTSTRAP */
.row {
  margin-top: calc(-0 * var(--bs-gutter-y));
  margin-right: calc(-0 * var(--bs-gutter-x));
  margin-left: calc(-0 * var(--bs-gutter-x));
}

.row>* /* for col */ {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

/* COOKIE & RECAPTCHA */
@media only screen and (max-width: 768px) {
  #CookiebotWidget {
    display: none !important;
  }

  .grecaptcha-badge {
    display: none !important;
  }
}
/* END COOKIE & RECAPTCHA */
/* END GENERAL*/

/*****************************************/

/* START SECTION ONE */

div.section {
  height: 100%;
  margin: 100px 0;
  /*margin-top: 50px;*/
}

div.section_one p {
  font-size: 95px;
  line-height: 110px;
}

div.section_one p code {
  font-family: inherit;
  font-size: 95px;
  color: #000;
  background-color: #00ea90;
}
/* END SECTION ONE */

/*****************************************/

/* START SECTION TWO */
div.section_two {
  margin: 0;
  /*margin-top: 100px;*/
}

/* VIDEO */
div.video_movie video {
  width: 100%;
  /* margin-bottom: -10px;*/
}
/* END VIDEO */

/* END SECTION TWO */

/*****************************************/

/* START SECTION THREE */
div.case_study {
  background-color: #000;
  color: #fff;
  padding: 100px 0 200px 0;
}

div.cards_projects .col-lg-6 {
  position: relative;
  margin: 25px 0;
}

div.cards_projects .col-lg-12 {
  position: relative;
  margin: 25px 0;
}

div.cards_padding_left {
  padding-left: 10px;
}

div.cards_padding_right {
  padding-right: 10px;
}

.cards_projects_texte {
  position: relative;
  overflow: hidden;
}

.cards_pictures {
  display: block;
  width: 100%;
  position: relative;
}

.overlay_logo {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.overlay_cards_projects_left,
.overlay_cards_projects_right,
.overlay_cards_projects_top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}

/* Overlay à gauche */
.overlay_cards_projects_left {
  left: -100%;
  transform: translateX(0);
}

.cards_projects_texte:hover .overlay_cards_projects_left {
  transform: translateX(100%);
  opacity: 1;
}

/* Overlay à droite */
.overlay_cards_projects_right {
  right: -100%;
  transform: translateX(0);
}

.cards_projects_texte:hover .overlay_cards_projects_right {
  transform: translateX(-100%);
  opacity: 1;
}

.overlay_logo_noir,
.overlay_logo_noir {
  position: absolute;
}

div.cards_texte {
  margin: 40px 0;
}

div.cards_texte .name_client {
  font-size: 25px;
  text-align: left;
  font-weight: 400;
  color: #fff;
}

div.cards_texte .texte_projects {
  font-size: 40px;
  text-align: left;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
}

div.social_media {
  margin-top: 100px;
}

div.social_media p {
  font-size: 90px;
  font-weight: 600;
}

div.social_media a {
    color: #fff;
    font-size: 90px;
    font-weight: 600;
}
/* END SECTION THREE */

/*****************************************/

@media only screen and (max-width: 1440px) {
  div.section_one p,
  div.social_media p,
  div.social_media a {
    font-size: 85px;
    line-height: 100px;
  }

  div.section_one p code {
    font-size: 85px;
  }
}

@media only screen and (max-width: 1200px) {
  div.section_one p,
  div.social_media p,
  div.social_media a {
    font-size: 75px;
    line-height: 88px;
  }

  div.section_one p code {
    font-size: 75px;
  }

  div.cards_texte .name_client {
    font-size: 20px;
  }

  div.cards_texte .texte_projects {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 992px) {
  div.section_one p,
  div.social_media p,
  div.social_media a {
    font-size: 60px;
    line-height: 70px;
  }

  div.section_one p code {
    font-size: 60px;
  }

  .swiper_border_noir {
    height: auto;
  }

  div.swiper-slide .swiper_texte {
    width: 100%;
    height: auto;
  }

  .swiper_inside {
    width: 100%;
  }

  div.cards_projects .col-lg-6 .col-lg-12 {
    margin: 0 0 60px 0;
  }

  div.cards_padding_left {
    padding-left: 0px;
  }

  div.cards_padding_right {
    padding-right: 0px;
  }

  .container {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  div.section {
    height: 100%;
    margin: 0;
  }

  div.section_one {
    margin: 100px 0;
  }

  div.section_two {
    margin-top: 100px;
  }

  div.section_one p,
  div.social_media p
  div.social_media a {
    font-size: 40px;
    line-height: 45px;
  }

  div.section_one p code {
    font-size: 40px;
  }
}

@media only screen and (max-width: 468px) {
  div.section_one {
    margin: 50px 0;
  }

  /*div.section_two {
    margin-top: 50px;
  }*/
}