@charset "UTF-8";
html {
  font-family: "Nunito Sans";
}

body {
  position: relative;
  overflow: hidden;
  margin: 0;
}

#pinMaster {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}

#pinContainer {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.section {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 0;
  left: 0;
  top: 0;
}
.section .logo_first {
  cursor: pointer;
}
.section .middle-text {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Tenor Sans";
}
.section .middle-text span span {
  font-weight: bold;
  font-family: "Tenor Sans";
}
.section .background-holder {
  position: relative;
  text-align: center;
}
.section .background {
  position: absolute;
  z-index: -1;
  transform: translate(-50%);
}
.section .split {
  width: 50px;
  height: 1px;
  background-color: #215935;
  margin: auto;
  margin-top: -4rem;
  margin-bottom: 1rem;
}

.doc {
  position: absolute;
  bottom: 1rem;
  right: 1.6rem;
  z-index: 10000;
  cursor: pointer;
}

.information {
  position: absolute;
  transition: 0.35s ease;
  z-index: 3;
  cursor: pointer;
  position: fixed;
  transform-origin: center !important;
}
.information:hover {
  transform: rotate(45deg);
}

.section-first {
  background-color: #9DCEB3;
  opacity: 1;
  z-index: 2;
}
.section-first .content {
  margin-top: 6px;
}
.section-first .middle-text span {
  font-size: x-large;
  color: #215935;
}
.section-first .logo-handler {
  min-height: 12rem;
  position: relative;
}
.section-first .logo-handler .logo_first {
  margin-bottom: 0;
}
.section-first .logo-handler .logo_first .first-small-logo {
  position: absolute;
  left: 0;
  margin-left: 50%;
  transform: translate(-50%);
}
.section-first .information {
  top: 5% !important;
  left: 5% !important;
  margin-top: unset !important;
}
.section-first .middle-text span span {
  font-size: 19px;
}
.section-first .button2 {
  background-color: #FFF8DF;
  width: 120px;
  border-radius: 120px;
  height: 200px;
  margin: auto;
  display: flex;
}
.section-first .button2 img {
  transform: scale(3);
  margin: auto;
  margin-top: 2.5rem;
}

.section-second {
  background-color: #FFF8DF;
  opacity: 0;
}
.section-second .section-title span {
  color: #BF3B00;
}
.section-second .logo-handler {
  min-height: 5rem;
}
.section-second .logo-handler .logo_first {
  margin-left: 2rem;
}
.section-second .dot1, .section-second .dot2 {
  background-color: #BF3B00;
}
.section-second .middle-text {
  color: #BF3B00;
  min-height: 70px;
  margin-top: -2rem;
}
.section-second .content {
  height: 80%;
  margin-top: -1rem;
}
.section-second .content #second_split {
  margin-bottom: 2rem;
}
.section-second .content .second-handler {
  bottom: 10%;
}
.section-second .content .second-content-1 {
  margin: auto;
  margin-top: 4rem;
  width: 261px;
  height: 146px;
}
.section-second .content .second-content-2 {
  margin: auto;
  width: 1px;
  background-color: #BF3B00;
  height: 70px;
  min-height: 70px;
  margin-top: 10%;
}
.section-second .content .text2 {
  font-size: 19px;
  font-family: "Nunito Sans";
  opacity: 0;
  margin-top: 40px;
}
.section-second .information {
  bottom: 15px;
  left: 15px;
}
.section-second .background-mask {
  -webkit-clip-path: circle(325px at 50% 400%);
  clip-path: circle(325px at 50% 400%);
  transition: 2s ease;
}

.section-third {
  background-color: #FED0AE;
  opacity: 0;
}
.section-third .section-title span {
  color: #BF3B00;
}
.section-third .logo-handler {
  min-height: 5rem;
}
.section-third .logo-handler .logo_first {
  margin-left: 2rem;
}
.section-third .dot1, .section-third .dot2 {
  background-color: #215935;
}
.section-third .middle-text {
  color: #BF3B00;
  margin-top: -2rem;
}
.section-third .middle-text .absolute {
  color: #215935;
  font-size: 19px;
}
.section-third .content {
  height: 65%;
  justify-content: space-around;
}
.section-third .content .middle-text {
  margin-top: unset !important;
}
.section-third .content .split-holder {
  position: relative;
  text-align: center;
  align-items: center;
  margin-top: 2rem;
}
.section-third .content .split-holder .splitv {
  margin: auto;
  height: 1px;
  width: 100px;
}
.section-third .content .split-holder .splitv_green {
  background-color: #215935;
  opacity: 0;
}
.section-third .content .split-holder .splitv_red {
  background-color: #BF3B00;
}
.section-third .background-holder {
  position: absolute;
  flex-direction: row;
  margin-top: -12rem;
  width: 100%;
  justify-content: center;
  padding-left: 25px;
}
.section-third .information {
  bottom: 15px;
  left: 15px;
  z-index: 3;
}
.section-third .absolute-dot {
  position: absolute;
  width: 100vw;
  bottom: 5%;
}

.section-fourth {
  background-color: #06210E;
  opacity: 0;
}
.section-fourth .section-title span {
  color: #9DCEB3;
}
.section-fourth .logo-handler {
  min-height: 5rem;
}
.section-fourth .logo-handler .logo_first {
  margin-left: 2rem;
}
.section-fourth .dot1, .section-fourth .dot2 {
  background-color: #9DCEB3;
}
.section-fourth .middle-text {
  color: #9DCEB3;
  height: unset;
}
.section-fourth .lang a {
  color: #FFF8DF;
}
.section-fourth .background {
  bottom: 0px;
  right: 0px;
  transform: unset;
}
.section-fourth .background2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 372px;
  background-color: #215935;
  z-index: -2;
}
.section-fourth #fourth-background-arches {
  bottom: -265px;
}
.section-fourth .information {
  bottom: 15px;
  left: 15px;
}
.section-fourth .yellow {
  color: #FFF8DF;
}
.section-fourth .split {
  width: 70px;
  height: 1px;
  background-color: #9DCEB3;
  margin: auto;
}

.section-five {
  background-color: #F4D1B0;
  opacity: 0;
  -webkit-clip-path: circle(2000px at 50% 50%);
  clip-path: circle(2000px at 50% 50%);
  transition: 1.5s ease;
}
.section-five .section-title span {
  color: #215935;
}
.section-five .logo-handler {
  min-height: 5rem;
}
.section-five .logo-handler .logo_first {
  margin-left: 2rem;
}
.section-five .dot1, .section-five .dot2 {
  background-color: #BF3B00;
}
.section-five .middle-text {
  color: #BF3B00;
  margin-bottom: 1rem;
}
.section-five .middle-text .green {
  color: #215935;
  font-size: 19px;
  opacity: 0;
}
.section-five .lang a {
  color: #215935;
}
.section-five .background {
  transform: translate(-46%);
}
.section-five .background5 {
  position: absolute;
  bottom: 0;
  margin-bottom: -80%;
  margin-left: -192%;
  z-index: -2;
}
.section-five .background2 {
  position: absolute;
  bottom: 0;
  margin-bottom: -70%;
  margin-left: -113%;
  z-index: -3;
}
.section-five .background3 {
  z-index: -4;
  position: absolute;
  bottom: 15%;
  margin-left: 50%;
  opacity: 0.7;
}
.section-five .background4 {
  z-index: -3;
  position: absolute;
  bottom: 0;
  margin-bottom: -62%;
  margin-left: -132%;
}
.section-five .information {
  bottom: 15px;
  left: 15px;
}
.section-five .split {
  width: 100px;
  height: 1px;
  background-color: #BF3B00;
  margin: auto;
  margin-top: 0;
}
.section-five .mongolfiere {
  margin-top: 1rem;
}
.section-five .dot-handler {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-six {
  background-color: #9DCEB3;
  opacity: 0;
}
.section-six .section-title span {
  color: #FFF8DF;
}
.section-six .logo-handler {
  min-height: 10rem;
  position: relative;
}
.section-six .logo-handler .logo_first {
  margin-bottom: 0;
}
.section-six .content {
  min-height: 9rem;
  height: 25%;
}
.section-six .dot1, .section-six .dot2 {
  background-color: #215935;
}
.section-six .middle-text {
  color: #215935;
}
.section-six .information {
  bottom: 15px;
  left: 15px;
}
.section-six .split {
  width: 50px;
  height: 1px;
  background-color: #215935;
  margin: auto;
  margin-top: 1.5rem;
}
.section-six .background {
  transform-origin: center center;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 576px;
  transform: translate(-69%, 78%) scale(16);
}
.section-six #sixth-background-pc {
  display: none;
}

.section-seventh {
  background-color: #215935;
  opacity: 0;
  height: unset;
  min-height: 100vh;
  display: none;
}
.section-seventh .section-title {
  position: fixed;
}
.section-seventh .section-title span {
  color: #FFF8DF;
}
.section-seventh .logo-handler {
  min-height: 12rem;
  position: relative;
}
.section-seventh .logo-handler .logo_first {
  margin-bottom: 0;
}
.section-seventh .middle-text {
  color: #FBD0AF;
}
.section-seventh .middle-text span span {
  color: #9DCEB3;
  font-weight: normal;
}

.flex {
  display: flex;
  flex-direction: column;
}

.center {
  margin: auto;
}

.content {
  height: 40%;
  min-height: 10rem;
  position: relative;
}

.plan {
  position: absolute;
  height: 100%;
  display: flex;
  overflow: hidden;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  transform: scale(0.33);
  bottom: -22%;
  top: unset;
  overflow: visible;
}
.plan .button-plan {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 345px;
  z-index: -1;
}

.relative {
  position: relative;
  width: 1920px;
  height: 1080px;
  margin: auto;
}

.svg {
  position: absolute;
  z-index: 1;
  transform-origin: top left;
  margin-top: -300px;
}

#informations-dark:hover {
  transform: rotate(90deg) !important;
}

.copyright {
  position: absolute;
  right: 8px;
  bottom: 20px;
  z-index: 10;
}

.lang {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 30px;
  width: 130px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lang a {
  color: #FFF8DF;
  cursor: pointer;
  text-decoration: unset;
}
.lang .selected {
  text-decoration: underline;
}

.section-title {
  position: absolute;
  text-align: right;
  z-index: 10;
  right: 30px;
  top: 30px;
  width: 200px;
  cursor: pointer;
}
.section-title span {
  text-decoration: underline;
}

.dot1 {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #215935;
  margin: auto;
  margin-top: 5px;
}

.dot2 {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #215935;
  opacity: 0.5;
  margin: auto;
  margin-top: 5px;
}

.absolute {
  position: absolute;
}

.text-relative {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.button {
  padding: 1rem;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  background-color: #FFF8DF;
  width: 188px;
  min-height: 1.3rem;
  text-align: center;
  margin: auto;
  margin-top: -2rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
.button span {
  margin: auto;
  color: #BF3B00;
  font-size: 18px;
  font-family: "Tenor Sans";
  text-decoration: underline;
  white-space: nowrap;
}

.form {
  display: flex;
  flex-direction: column;
  padding-left: 15%;
  padding-right: 15%;
  justify-content: space-between;
}
.form .form-input {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 70px;
  margin-bottom: 1.5rem;
}
.form .form-input label {
  color: #9DCEB3;
  font-family: "Nunito Sans";
  font-size: 12px;
}
.form .form-input input {
  border: none;
  border-bottom: solid 2px #F4D1B0;
  background-color: #215935;
  height: 30px;
  color: #FBD0AF;
}
.form .form-input input:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid gray;
}
.form .form-input input:invalid {
  border-bottom: 2px solid #BF3B00;
}
.form .form-input input::placeholder {
  color: white;
  font-weight: 200;
  opacity: 0.2;
  font-size: medium;
}

.send-holder {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100vw;
  display: flex;
}
.send-holder .send-button {
  width: 160px;
  height: 46px;
  border-radius: 160px;
  margin: auto;
  display: flex;
  border: solid 1px #9DCEB3;
  transition: width 0.5s;
  text-align: left;
  cursor: pointer;
}
.send-holder .send-button span {
  color: #9DCEB3;
  font-size: 19px;
  margin: auto;
  font-family: "Nunito Sans";
  font-weight: bold;
}
.send-holder .send-button div {
  margin-right: 1rem;
  height: 100%;
  display: flex;
}
.send-holder .send-button img {
  width: 32px;
}
.send-holder .send-button:hover {
  background-color: #9DCEB3;
  width: 15rem;
}
.send-holder .send-button:hover span {
  color: #215935;
  margin-left: 1rem;
}
.send-holder .send-button:hover div #light {
  display: none;
}
.send-holder .send-button:hover div #dark {
  display: block !important;
}

.footer {
  background-color: #082611;
  height: 100vh;
  justify-content: space-evenly;
  padding-left: 15%;
  padding-right: 15%;
}
.footer .footer-part {
  height: 40vh;
  justify-content: space-evenly;
}
.footer .footer-part .title {
  color: #215935;
}
.footer .footer-part .footer-content {
  display: flex;
  font-family: "Nunito Sans";
  font-size: 13px;
}
.footer .footer-part .footer-content span {
  color: #FFF8DF;
}
.footer .footer-part .footer-content .yellow {
  color: #FBD0AF;
}
.footer .footer-part .my-phone a, .footer .footer-part .my-email a {
  font-size: 13px;
  text-decoration: underline;
  font-family: "Nunito Sans";
  color: #FBD0AF;
}
.footer .footer-part .logo-footer {
  height: 55px;
  margin-bottom: 1.5rem;
}
.footer .footer-part .link-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 160px;
}
.footer .footer-part .link-holder .link {
  height: 32px;
  width: 32px;
  background-color: #215935;
  border-radius: 50%;
  display: flex;
}
.footer .footer-part .link-holder .link img {
  margin: auto;
}

.five-absolute {
  height: 100vh;
  width: 100vw;
  background-color: #BF3B00;
}

.scroll-mobile {
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 20;
  border-radius: 50%;
  background-color: #FFF8DF;
  transition: all 0.3s ease;
  display: flex;
}
.scroll-mobile img {
  margin: auto;
  transform: rotate(180deg);
}

.menu {
  top: 0;
  left: 100vw;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #9DCEB3;
  z-index: 25;
  display: none;
}
.menu .close {
  cursor: pointer;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}
.menu .list {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.menu .list .menu-logo {
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.menu .list .menu-content {
  height: 75%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.menu .list .menu-content span {
  text-align: right;
  width: 60%;
  margin-left: 30%;
  color: #215935;
  font-family: "Tenor Sans";
  font-size: 20px;
  cursor: pointer;
}
.menu .list .menu-content .selected {
  color: #BF3B00;
  text-decoration: underline;
  font-size: 24px;
}
.menu .list .menu-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  margin-left: 5%;
}
.menu .list .menu-footer span {
  width: unset !important;
  color: #BF3B00;
  text-decoration: underline;
  font-size: 20px;
  font-family: "Tenor Sans";
  cursor: pointer;
  margin: auto;
  margin-left: unset;
  margin-right: unset;
}
.menu .list .menu-footer .menu-arrow {
  transform: rotate(90deg);
}
.menu .list .menu-footer .menu-information {
  cursor: pointer;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

/* valable pour tous les écrans supérieures à 640px */
/* valable pour tous les écrans supérieures à 960px */
@media screen and (min-width: 960px) {
  body {
    height: 100.1vh;
    overflow: unset !important;
  }

  #first_button_2_holder,
#first_button_1,
#mobile,
#second_dot_holder,
#second_split,
#third_splitholder,
#third_dot_holder,
#fifth_split,
#sixth-dot-handler,
#scroll-mobile {
    display: none !important;
  }

  .doc {
    top: 1rem;
    right: 11rem;
  }

  .doc-menu {
    right: 5.5rem !important;
  }

  .section-first .plan {
    transform: scale(1);
  }
  .section-first .middle-text span {
    position: unset !important;
    opacity: 1 !important;
  }
  .section-first .dot-handler {
    display: none !important;
  }

  .section-second #logo-svg {
    z-index: 3;
  }
  .section-second #second_split {
    margin-bottom: unset !important;
  }
  .section-second .second-handler {
    bottom: 0 !important;
  }
  .section-second .second-content-1 {
    width: 1143px !important;
    height: 1760.4px !important;
  }
  .section-second .middle-text span {
    opacity: 1 !important;
    position: unset !important;
  }
  .section-second .middle-text #second_text_3 {
    margin-top: 0;
  }
  .section-second .middle-text #second_text_1 {
    font-size: 100px !important;
  }
  .section-second .background-holder img {
    transform: translate(-50%, 145%) scale(4) !important;
  }
  .section-second .background-mask {
    -webkit-clip-path: circle(100px at 50% 400%);
    clip-path: circle(100px at 50% 400%);
  }
  .section-second .content {
    height: 80% !important;
    padding-top: 2% !important;
  }
  .section-second .logo-handler .logo_first {
    margin: auto !important;
  }

  .section-third .logo-handler .logo_first {
    margin: auto !important;
  }
  .section-third .content {
    flex-direction: column;
    width: 50%;
    height: 58% !important;
    justify-content: space-evenly !important;
    padding-left: 10%;
    height: 30% !important;
    margin-top: 15%;
  }
  .section-third .content .middle-text {
    text-align: left;
    margin: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
  }
  .section-third .content .text-relative {
    width: unset !important;
    height: unset !important;
  }
  .section-third .background-holder {
    position: absolute;
    width: 50% !important;
    margin-left: 50% !important;
    top: 50% !important;
    margin-top: -200px !important;
    transform: scale(1.5);
  }
  .section-third #third_text_2, .section-third #third_text_3 {
    opacity: 1 !important;
    position: unset !important;
  }
  .section-third #third_text_3 {
    margin-top: 0 !important;
  }
  .section-third #third_text_1 {
    order: 1;
    font-size: 75px !important;
    margin-bottom: 1.5rem;
  }
  .section-third #third_splitholder {
    order: 3;
  }
  .section-third #third_text_4 {
    order: 2;
    font-family: "Nunito Sans";
  }
  .section-third #third_text_4 span {
    font-family: "Nunito Sans";
    position: unset !important;
  }
  .section-third #third_background {
    order: 4;
    flex: 1 0 100%;
  }

  .section-fourth .logo-handler .logo_first {
    margin: auto !important;
  }
  .section-fourth .background, .section-fourth .background2 {
    height: 100%;
  }
  .section-fourth #fourth-background-arches {
    bottom: -10.5%;
    width: 100%;
    transform: scale(1.7);
    right: 110px !important;
  }
  .section-fourth .background3 {
    display: block !important;
    position: absolute;
    width: 4.5%;
    height: 100%;
    background-color: #06210E;
    top: 0;
    right: 0;
  }
  .section-fourth .content {
    min-height: 40rem !important;
  }
  .section-fourth .content .middle-text {
    text-align: left !important;
    width: 45% !important;
    margin: unset !important;
    margin-left: 0;
    height: 100%;
    align-items: unset !important;
    padding-left: 8%;
  }
  .section-fourth .content .middle-text #fourth_text_2, .section-fourth .content .middle-text #fourth_text_3 {
    opacity: 1 !important;
    position: unset !important;
  }
  .section-fourth .content .middle-text #fourth_text_1 {
    margin-bottom: 2rem;
    font-size: 90px !important;
  }
  .section-fourth .content .middle-text span {
    text-align: left !important;
  }
  .section-fourth .content .dot-handler {
    display: none;
  }
  .section-fourth .content #fourth_split {
    width: 200px !important;
    margin: unset !important;
    margin-left: 8% !important;
    margin-top: -6rem !important;
  }
  .section-fourth #fourth-background-arches {
    width: unset !important;
    right: 21vw !important;
  }

  .section-five .logo-handler .logo_first {
    margin: auto !important;
  }
  .section-five .dot-handler {
    display: none !important;
  }
  .section-five .content {
    width: 50% !important;
    flex-direction: unset !important;
  }
  .section-five .content .middle-text {
    width: 100% !important;
    text-align: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    margin-left: 20%;
    margin-top: 25%;
  }
  .section-five .content .middle-text #fifth_text_1, .section-five .content .middle-text #fifth_text_2, .section-five .content .middle-text #fifth_text_3, .section-five .content .middle-text #fifth_text_4 {
    position: unset !important;
    opacity: 1;
  }
  .section-five .content .middle-text #fifth_text_2, .section-five .content .middle-text #fifth_text_3, .section-five .content .middle-text #fifth_text_4 {
    font-family: "Nunito Sans";
  }
  .section-five .content .middle-text #fifth_text_2 span, .section-five .content .middle-text #fifth_text_3 span, .section-five .content .middle-text #fifth_text_4 span {
    font-family: "Nunito Sans";
    font-weight: bold;
  }
  .section-five .content .middle-text #fifth_text_1 {
    font-size: 55px !important;
    margin-bottom: 1rem;
  }
  .section-five .background4 {
    margin-left: unset !important;
    bottom: 8% !important;
    left: 48% !important;
    margin-left: -580px !important;
    margin-bottom: unset !important;
  }
  .section-five .background5 {
    margin-left: unset !important;
    bottom: 0 !important;
    left: 50% !important;
    margin-left: -860px !important;
    margin-bottom: unset !important;
  }
  .section-five .background2 {
    margin-left: unset !important;
    bottom: 5% !important;
    left: 51% !important;
    margin-left: -561px !important;
    margin-bottom: unset !important;
  }
  .section-five .background-holder {
    position: unset !important;
  }
  .section-five .background-holder .background {
    transform: scale(1.5);
    margin-top: 24%;
  }

  .section-six #sixth-background-pc {
    display: block !important;
  }
  .section-six #sixth-background {
    display: none !important;
  }
  .section-six #sixth-content-first {
    position: absolute;
    bottom: 0;
  }
  .section-six #sixth-content-first #sixth_text_1 {
    font-size: 50px !important;
    position: unset !important;
  }
  .section-six #sixth-content-first #sixth_text_2 {
    opacity: 1 !important;
    position: unset !important;
    height: 100px !important;
  }
  .section-six #sixth-content-first #sixth_text_2 {
    font-family: "Nunito Sans";
  }
  .section-six #sixth-content-first #sixth_text_2 span {
    font-family: "Nunito Sans";
    font-weight: bold;
  }

  .section-seventh {
    transition: all 0.5s ease;
  }
  .section-seventh .footer {
    height: 30vh !important;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .section-seventh .footer .footer-part {
    margin: unset !important;
    height: unset !important;
  }
  .section-seventh .footer .footer-part .title {
    font-size: x-large !important;
  }
  .section-seventh .footer .footer-part span {
    font-size: medium;
  }
  .section-seventh .footer .footer-part .my-phone a, .section-seventh .footer .footer-part .my-email a {
    font-size: medium;
  }
  .section-seventh .footer .footer-part .link-holder {
    margin: auto;
    transform: scale(1.6);
    width: 175px;
  }
  .section-seventh .footer .footer-part .link-holder .link {
    transition: 0.3s ease;
  }
  .section-seventh .footer .footer-part .link-holder .link:hover {
    transform: scale(1.25);
  }
  .section-seventh .footer .footer-part .logo-footer {
    height: 120px;
    width: 300px;
    margin: auto;
  }
  .section-seventh .middle-text {
    font-size: 30px !important;
  }
  .section-seventh .middle-text span {
    font-size: 30px !important;
  }
  .section-seventh .form {
    width: 30%;
    margin: auto;
  }
  .section-seventh .form .form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-seventh .form .form-row .form-input {
    width: 40%;
  }

  .menu .list .menu-logo {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .menu .list .menu-logo:hover {
    transform: scale(1.2);
  }
  .menu .list .menu-content span {
    text-align: center;
    width: 20%;
    margin: auto;
    transition: all 0.3s ease;
  }
  .menu .list .menu-content span:hover {
    text-decoration: underline;
    transform: scale(1.15);
  }
  .menu .list .menu-footer {
    width: 20%;
  }
  .menu .list .menu-footer span {
    width: 20%;
    text-align: center;
  }
  .menu .list .menu-footer .menu-information:hover {
    transform: rotate(0deg);
  }
}
/* valable pour tous les écrans supérieures à 1200px */