/***********
 * FRAME 1 *
 ***********/
.frame-1 {
  height: 1100px;
  background-image: url("/resources/img/pages/home/frame-1/bg-header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.frame-1 .container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.frame-1 a {
  position: relative;
  display: block;
  width: 240px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.frame-1 a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/***********
 * FRAME 2 *
 ***********/
.frame-2 {
  position: relative;
  padding: 80px 0;
}

.frame-2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.frame-2 h2 {
  display: block;
  margin: 60px 0 40px 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
}

.frame-2 .texte p {
  margin: 0 0 20px 0;
  font-size: 21px;
  text-align: center;
}

.frame-2 .texte p b {
  display: block;
}

.frame-2 .bloc-content {
  position: relative;
  margin: 120px 0 0 0;
}

.frame-2 .bloc-content .voiture {
  position: absolute;
  left: 10%;
  bottom: -170px;
  display: block;
  pointer-events: none;
  z-index: 10;
}

.frame-2 .bloc-content .bloc {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333% - 27px);
  height: 420px;
  width: 262px;
  margin: 0 40px 0 0;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  -webkit-transition: top ease 0.4s;
  transition: top ease 0.4s;
}

.frame-2 .bloc-content .bloc:hover {
  top: -15px;
}

.frame-2 .bloc-content .bloc:last-child {
  margin: 0;
}

.frame-2 .bloc-content .bloc .titre {
  margin: 16px 0 10px 0;
  font-size: 21px;
  text-align: center;
}

.frame-2 .bloc-content .bloc p {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 116x;
}

.frame-2 .bloc-content .bloc p:last-child {
  margin: 0;
}

.frame-2 .bloc-content .bloc .titre.marker.code {
  margin: 20px 0;
}

.frame-2 .bloc-content .bloc p span {
  display: block;
  font-weight: 600;
}
.frame-2 .bloc-content .bloc p span.heure {
  display: inline-block;
  font-weight: 600;
}

.frame-2 .bloc-content .bloc .petit {
  font-size: 11px;
}

div.btn-container {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

label {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0;
  width: 175px;
  height: 32px;
  background: #ff8b0f;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;
  cursor: pointer;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  right: 30px;
  cursor: pointer;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 80px;
  height: 14px;
  background: #2f3242;
  border-radius: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 7px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-color-mode-switch input[type="checkbox"] {
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
  cursor: pointer;
}

.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 82px;
  background: #2f3242;
}

.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  left: 18px;
}

/***********
 * FRAME 3 *
 ***********/
.frame-3 {
  position: relative;
  padding: 120px 0 40px 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(230, 230, 230, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.frame-3 .bg {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.frame-3 .bloc {
  position: relative;
  display: block;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.2);
}

.frame-3 .bloc h2 {
  display: block;
  margin: 0 0 60px 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
}

.frame-3 .bloc .ants {
  position: absolute;
  top: 120px;
  right: 100px;
  display: block;
  width: 82px;
}

.frame-3 .bloc .permis {
  position: absolute;
  top: 180px;
  right: -80px;
}

.frame-3 .bloc ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.frame-3 .bloc ul li {
  position: relative;
  display: block;
  vertical-align: middle;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
}

.frame-3 .bloc ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
  background-image: url("/resources/img/pages/home/frame-3/li.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.frame-3 .bloc ul li:hover:before {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.frame-3 .bloc ul li span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.frame-3 .bloc ul li:last-child {
  margin: 0;
}

.frame-3 .infos {
  position: relative;
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  font-size: 12px;
}

.frame-3 .infos p {
  margin: 0;
}

/***********
 * FRAME 4 *
 ***********/
.frame-4 {
  position: relative;
  padding: 80px 0 240px 0;
  background-image: url("/resources/img/pages/home/frame-4/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.frame-4 h2 {
  position: relative;
  display: block;
  margin: 0 0 80px 0;
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
  z-index: 10;
}

.frame-4 .parking {
  position: relative;
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 100px auto;
}

.frame-4 .parking .bloc {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  cursor: pointer;
}

.frame-4 .parking .bloc:before,
.frame-4 .parking .bloc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 232px;
  background-image: url("/resources/img/pages/home/frame-4/trait-parking.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.frame-4 .parking .bloc:after {
  display: none;
  left: auto;
  right: 0;
}

.frame-4 .parking .bloc .img {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
}

.frame-4 .parking .bloc .img img {
  display: block;
  margin: 0 auto;
}

.frame-4 .parking .bloc:not(.spe):hover .img img {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.frame-4 .parking .bloc.spe .img img {
  position: absolute;
  top: -200px;
  left: -20px;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

.frame-4 .parking .bloc.spe:hover .img img {
  top: 0;
  left: 30px;
  transform: rotate(25deg);
}

.frame-4 .parking .bloc p {
  margin: 20px 0 0 0;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.frame-4 .parking .bloc:hover p {
  font-weight: 700;
  font-size: 21px;
}

.frame-4 .blocs {
  display: flex;
}

.frame-4 .financement {
  position: relative;
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.frame-4 .financement .img {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: -40px auto 20px auto;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.frame-4 .financement .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.frame-4 .partenaires {
  position: relative;
  display: block;
  padding: 10px;
  max-width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
}

.frame-4 .partenaires .titre {
  color: black;
  font-size: 24px;
}

.frame-4 .partenaires img {
  max-width: 100%;
}

.frame-4 .overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 29, 35, 0.9);
  z-index: 120;
}

.frame-4 .popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: none;
  width: 600px;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 140;
}

.frame-4 .popup[data-type="1e"] {
  padding: 60px 40px 40px 40px;
  overflow: visible;
}

.frame-4 .popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  z-index: 40;
}

.frame-4 .popup .titre {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 20px;
}

.frame-4 .popup .desc {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.frame-4 .popup[data-type="1e"] .desc {
  margin: 0;
}

.frame-4 .popup .titre {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.frame-4 .popup .section {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

.frame-4 .popup ul + .titre {
  margin: 40px 0 20px 0;
}

.frame-4 .popup ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.frame-4 .popup ul li {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
  font-size: 18px;
}

.frame-4 .popup[data-type="1e"] ul li {
  margin: 0 0 5px 0;
}

.frame-4 .popup[data-type="1e"] ul li:before {
  content: none;
}

.frame-4 .popup ul li:last-child {
  margin: 0;
}

.frame-4 .popup ul li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.frame-4 .popup ul.white li:before {
  background-image: url("/resources/img/pages/home/frame-4/li-white.png");
}

.frame-4 .popup ul.green li:before {
  background-image: url("/resources/img/pages/home/frame-4/li-green.png");
}

.frame-4 .popup ul.orange li:before {
  background-image: url("/resources/img/pages/home/frame-4/li-orange.png");
}
.frame-4 .popup ul.plus-orange li:before {
  background-image: url("/resources/img/pages/home/frame-4/plus-orange.png");
}

.frame-4 .popup ul li div {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 0 0;
}

.frame-4 .popup ul li i {
  display: block;
}

.frame-4 .popup ul li.li-plus-orange {
  margin: 0 0 28px 0;
}

.frame-4 .popup ul li p.exam {
  margin-left: 10px;
}

.frame-4 .popup ul li p.exam img {
  position: relative;
  top: 2px;
  margin-top: 10px;
  margin-right: 10px;
}

.frame-4 .popup .recap {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.frame-4 .popup .prix {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.frame-4 .popup .prix span {
  display: block;
  font-size: 28px;
  letter-spacing: 4px;
}

.frame-4 .popup .modalites {
  margin: 20px 0 0 0;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

/***********
 * FRAME 5 *
 ***********/
.frame-5 {
  position: relative;
  margin: -160px 0 0 0;
  padding: 20px 0 100px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0.01)),
    to(rgba(230, 230, 230, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.01) 1%,
    rgba(230, 230, 230, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.frame-5 .erasmus {
  position: relative;
  display: block;
  margin: 0 auto;
}

.frame-5 h2 {
  position: relative;
  display: block;
  margin: 40px 0 0 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
}

.frame-5 h2 + .sous-titre {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: center;
  font-style: italic;
  margin: 0;
}

.frame-5 .bloc-content {
  position: relative;
  display: block;
  margin: 80px 0 0 0;
}

.frame-5 .bloc-content .bloc {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 15px);
  margin: 0 20px 0 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: top ease 0.4s;
  transition: top ease 0.4s;
}

.frame-5 .bloc-content .bloc:hover {
  top: -15px;
}

.frame-5 .bloc-content .bloc:nth-child(2) {
  margin: 80px 20px 0 0;
}

.frame-5 .bloc-content .bloc:last-child {
  margin: 80px 0 0 0;
}

.frame-5 .bloc-content .bloc .img {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: -60px auto 40px auto;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.frame-5 .bloc-content .bloc .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.frame-5 .bloc-content .bloc .titre {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

.frame-5 .bloc-content .bloc p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.frame-5 .bloc-content .bloc p b {
  display: block;
}

/* .frame-5 .bloc-content .bloc:last-child p:not(.titre) {
  font-size: 17px;
} */

.frame-5 .bloc-content .bloc:last-child p b {
  font-size: 17px;
}

/***********
 * FRAME 5bis *
 ***********/
.frame-5bis {
  position: relative;
  padding: 80px 0 0 0;
}
.trombi {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: left;
  margin-left: 100px;
}

.personne {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personne > p {
  font-family: "Permanent Marker";
  margin-top: 0;
  font-size: 20px;
}

.personne img {
  border: #ff8b0f solid 2px;
}
/***********
 * FRAME 6 *
 ***********/
.frame-6 {
  position: relative;
  padding: 50px 0;
}

.frame-6 h2 {
  position: relative;
  display: block;
  margin: 0;
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
}

.frame-6 .etoiles {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 60px auto;
}

.frame-6 .bloc {
  position: relative;
  display: block;
  width: 700px;
  max-width: 100%;
  margin: 0 auto 40px auto;
  padding: 20px 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.frame-6 a {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/***********
 * FRAME 7 *
 ***********/
.ancre-contact {
  position: relative;
  top: -110px;
}

.frame-7 {
  position: relative;
  padding: 100px 0;
  background-image: url("/resources/img/pages/home/frame-7/bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.frame-7 .left,
.frame-7 .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.frame-7 .left img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.frame-7 .right {
  width: 360px;
  max-width: 100%;
}

.frame-7 .right h2 {
  position: relative;
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
}

.frame-7 .right p {
  margin: 20px 0;
}

.frame-7 .right a {
  display: block;
  width: 160px;
  max-width: 100%;
  margin: 0 auto;
  color: inherit;
  text-decoration: none;
}

.frame-7 .right a > * {
  display: inline-block;
  vertical-align: middle;
}

.frame-7 .right a span {
  margin: 0 10px;
}

.frame-7 .right .fleche {
  position: relative;
  -webkit-animation: slide 1.4s ease infinite;
  animation: slide 1.4s ease infinite;
}

@keyframes slide {
  from {
    left: 0;
  }

  50% {
    left: 10px;
  }

  to {
    left: 0;
  }
}

/***********
 * FRAME 8 *
 ***********/
.frame-8 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.frame-8 > .container > p {
  line-height: 20px;
}

.frame-8 > .container > p > img {
  position: relative;
  top: 5px;
  left: 5px;
}

.frame-8 .blocs {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.frame-8 .bloc {
  position: relative;
  width: calc(50% - 20px);
  padding: 20px;
  padding-top: 40px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
  transition: transform ease 0.4s;
}

.frame-8 .bloc:hover {
  transform: translateY(-15px);
}

.frame-8 .bloc::before {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.frame-8 .bloc.formations::before {
  background-color: white;
  background-image: url(/resources/img/front/controller/pages/home/frame-8/post-permis@2x.png);
}

.frame-8 .bloc.options::before {
  background-color: #ff8b0f;
  background-image: url(/resources/img/front/controller/pages/home/frame-8/options@2x.png);
}

.frame-8 .bloc .title {
  height: 50px;
  font-size: 26px;
  font-style: italic;
}

.frame-8 .bloc ul {
  padding-left: 20px;
  text-align: left;
}

.frame-8 .bloc ul span {
  font-style: italic;
  font-weight: 500;
}

.frame-8 .bloc ul span.duree {
  color: #9c9fb2;
}

.frame-8 .bloc ul span.tarif {
  font-weight: 700;
}
.financement p {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin: 0px;
}
.financement ul {
  margin-bottom: 25px;
}

/***********
 * FRAME 9 *
 ***********/
.frame-9 {
  padding-bottom: 50px;
  text-align: center;
  margin-top: -300px;
}

.frame-9 .bloc {
  display: inline-block;
  margin: 0 50px 0 0;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.frame-9 .bloc.bg-orange {
  display: inline-block;
  margin: 0 50px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.frame-9 .bloc-ville {
  position: relative;
  padding: 7px;
  margin: 10px 100px -30px -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  font-size: 21px;
  z-index: 3;
}

.frame-9 h2 {
  font-size: 35px;
  color: #ff8b0f;
  letter-spacing: 4px;
}

.frame-9 .texte {
  margin: 0 0 5px 0;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
}

.frame-9 .bloc-content {
  margin: 80px 0 0 0;
  display: flex;
  justify-content: center;
}

.frame-9 .bloc-content img {
  position: relative;
  top: 0;
  margin: 0 0 -60px -315px;
  padding: 10px 15px;
  border-radius: 25px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
  background-color: white;
  z-index: 4;
  max-width: 25px;
}

.horloge {
  position: relative;
  z-index: 1;
  max-width: 500px;
  display: flex;
  margin: -150px 0 0 1000px;
}

/* Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1500px) {
  .horloge {
    position: relative;
    z-index: 1;
    max-width: 350px;
    display: flex;
    margin: -170px 0 0 1000px;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: -200px;
  }
}

@media (max-width: 1350px) {
  .horloge {
    position: relative;
    z-index: 1;
    max-width: 350px;
    display: flex;
    margin: -120px 0 0 800px;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: -200px;
  }
}

@media (max-width: 1000px) {
  .frame-4 .blocs {
    display: block;
  }

  .frame-4 .blocs > div {
    width: 100%;
  }

  .frame-4 .blocs > .financement {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .frame-4 .blocs > .financement .img {
    top: -40px;
  }

  .horloge {
    position: relative;
    z-index: 1;
    max-width: 350px;
    display: flex;
    margin: -120px 0 0 600px;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: -300px;
  }
}

@media (max-width: 820px) {
  .frame-2 .bloc-content .bloc {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    min-height: 1px;
  }

  .frame-2 .bloc-content .voiture {
    display: none;
  }

  .frame-4 {
    background-size: cover;
  }

  .frame-5 .bloc-content .bloc {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0 !important;
  }

  .frame-5 .bloc-content .bloc:nth-child(2n) {
    margin: 0 0 20px 0 !important;
  }

  .horloge {
    position: relative;
    z-index: 1;
    max-width: 300px;
    display: flex;
    margin: -100px 0 0 500px;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: -190px;
  }

  div.btn-container {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }

  label {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  .btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
  }

  .btn-color-mode-switch > label.btn-color-mode-switch-inner {
    margin: 0;
    width: 197px;
    height: 39px;
    background: #ff8b0f;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;
    cursor: pointer;
  }

  .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
    content: attr(data-on);
    position: absolute;
    font-size: 21px;
    font-weight: 500;
    right: 30px;
    cursor: pointer;
  }

  .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
    content: attr(data-off);
    width: 85px;
    height: 21px;
    background: #2f3242;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 7px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .btn-color-mode-switch input[type="checkbox"] {
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
    cursor: pointer;
  }

  .btn-color-mode-switch
    input[type="checkbox"]:checked
    + label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    left: 100px;
    background: #2f3242;
  }

  .btn-color-mode-switch
    input[type="checkbox"]:checked
    + label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    left: 20px;
  }
}

@media (max-width: 790px) {
  .frame-3 .bloc .ants {
    display: none;
  }

  .frame-3 .bloc .permis {
    display: none;
  }

  .frame-3 .bloc ul li span br {
    display: none;
  }

  .frame-7 .left,
  .frame-7 .right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .frame-7 .right {
    margin: 40px 0 0 0;
  }

  .horloge {
    position: relative;
    z-index: 1;
    max-width: 300px;
    display: flex;
    margin: -100px 0 0 450px;
  }
}

@media (max-width: 760px) {
  .frame-4 .parking .bloc {
    width: 50%;
    margin: 0 0 80px 0;
  }

  .trombi {
    margin-left: 0;
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .frame-8 .blocs {
    display: block;
  }

  .frame-8 .bloc {
    width: 100%;
    margin-bottom: 40px;
  }

  .frame-8 .bloc .title {
    height: initial;
  }

  .horloge {
    position: relative;
    z-index: 1;
    max-width: 300px;
    display: flex;
    margin: -80px 0 0 250px;
  }

  .frame-9 .bloc-content {
    margin: 80px 0 0 0;
    display: block;
  }

  .frame-9 .bloc-ville {
    position: relative;
    padding: 7px;
    margin: 10px 200px -30px 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
    font-size: 21px;
    z-index: 3;
  }
}

@media (max-width: 570px) {
  .slider .slide .taux {
    padding: 0;
  }
}

@media (max-width: 530px) {
  .horloge {
    display: none !important;
  }

  .frame-9 .bloc-content .bloc-ville {
    position: relative;
    padding: 7px;
    margin: 10px 180px -30px 80px;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: 60px;
  }
}

@media (max-width: 470px) {
  .frame-4 .parking .bloc {
    display: block;
    width: 100%;
  }

  .frame-4 .parking .bloc p {
    margin: 0 0 80px 0;
  }

  .frame-4 .parking .bloc:after {
    display: block;
  }

  .frame-4 .parking .bloc:nth-child(2) {
    margin: 180px 0 0 0;
  }

  .frame-6 .bloc {
    padding: 20px;
  }

  .frame-6 .bloc .left {
    display: none;
  }

  .frame-6 .bloc .right {
    display: block;
    width: 100%;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: 60px;
  }

  .horloge {
    display: none !important;
  }

  .frame-9 .bloc-content .bloc-ville {
    position: relative;
    padding: 7px;
    margin: 10px 150px -30px 50px;
  }
}

@media (max-width: 420px) {
  .frame-5 .bloc-content .bloc {
    display: block;
    width: 100%;
    margin: 0 0 80px 0 !important;
  }

  .frame-5 .bloc-content .bloc:nth-child(2n) {
    margin: 0 0 80px 0 !important;
  }

  .horloge {
    display: none !important;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: 60px;
  }

  .frame-9 .bloc-content .bloc-ville {
    position: relative;
    padding: 7px;
    margin: 10px 120px -30px 20px;
  }
}

@media (max-width: 370px) {
  .frame-2 h2 {
    font-size: 24px;
  }

  .frame-3 .bloc {
    padding: 10px;
  }

  .frame-4 .popup .titre {
    font-size: 18px;
  }

  .frame-4 .permis-1e .left,
  .frame-4 .permis-1e .right {
    display: block;
    width: 100%;
    padding: 0;
  }

  .frame-4 .paiment {
    padding: 10px;
  }

  .horloge {
    display: none !important;
  }

  .frame-9 {
    padding-bottom: 50px;
    text-align: center;
    margin-top: 80px;
  }

  .frame-9 .bloc-content .bloc-ville {
    position: relative;
    padding: 7px;
    margin: 10px 100px -30px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.4);
    font-size: 21px;
    z-index: 3;
  }
}

.eco_conduite {
  width: 75px;
  float: right;
}

p.last {
  padding-bottom: 20px;
}
