/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Border Radius */
/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
/* Pepsi Owner Extended */
@font-face {
  font-family: 'pepsi-owner-extended';
  src: url("../fonts/PepsiOwners-Extended.ttf") format("ttf"), url("../fonts/PepsiOwners-Extended.otf") format("otf"), url("../fonts/PepsiOwners-Extended.woff") format("woff"), url("../fonts/PepsiOwners-Extended.woff2") format("woff2");
}

/* Pepsi Owner Compressed */
@font-face {
  font-family: 'pepsi-owner-compressed';
  src: url("../fonts/PepsiOwners2-Compressed220909.ttf") format("ttf"), url("../fonts/PepsiOwners2-Compressed220909.eot") format("eot"), url("../fonts/PepsiOwners2-Compressed220909.woff") format("woff"), url("../fonts/PepsiOwners2-Compressed220909.woff2") format("woff2");
}

/* Pepsi Owner Regular */
@font-face {
  font-family: 'pepsi-owner-regular';
  src: url("../fonts/PepsiOwners2-Regular220909.ttf") format("ttf"), url("../fonts/PepsiOwners2-Regular220909.eot") format("eot"), url("../fonts/PepsiOwners2-Regular220909.woff") format("woff"), url("../fonts/PepsiOwners2-Regular220909.woff2") format("woff2");
}

html {
  font-size: 100%;
}

body {
  background-color: black;
  min-height: 100vh;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

body.Active {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

/* Animation */
@keyframes animation-height {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}

@keyframes animation-height-1 {
  0% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}

/* End Animation */
/* Parts */
.Ecran {
  display: none;
  flex-direction: column;
}

.Ecran.Active {
  display: flex;
}

.Ecran.Blur {
  filter: blur(15px);
}

.Ecran .Logo {
  margin: 54px 0 0 110px;
  position: relative;
  width: 411px;
  z-index: 2;
}

.Ecran .Logo img {
  width: 100%;
}

.Ecran.EcranIntro {
  position: relative;
}

.Ecran.EcranIntro .Bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Ecran.EcranIntro .Bg img {
  opacity: 0;
  min-height: 100vh;
  object-fit: cover;
  object-position: right top;
  width: 100%;
}

.Ecran.EcranIntro .Bg svg {
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.Ecran.EcranIntro .Bg .BoxCity {
  cursor: pointer;
}

.Ecran.EcranIntro .Bg .st0 {
  fill: #111;
}

.Ecran.EcranIntro .Bg .st1 {
  fill: #030384;
}

.Ecran.EcranIntro .Bg .st2 {
  font-family: "pepsi-owner-compressed", sans-Serif;
  font-size: 73.11px;
}

.Ecran.EcranIntro .Bg .st2, .Ecran.EcranIntro .Bg .st3 {
  isolation: isolate;
}

.Ecran.EcranIntro .Bg .st2, .Ecran.EcranIntro .Bg .st4 {
  fill: #fff;
}

.Ecran.EcranIntro .Bg .st5 {
  fill: #0e0e90;
}

.Ecran.EcranIntro .Bg .st6 {
  fill: #0a0a0a;
}

.Ecran.EcranIntro .Bg .st7 {
  fill: #ededed;
}

.Ecran.EcranIntro .Bg .st8 {
  fill: #0f0f0f;
}

.Ecran.EcranIntro .Bg .st9 {
  fill: #0000bc;
}

.Ecran.EcranIntro .TextImg {
  display: flex;
  flex-wrap: wrap;
  margin: 163px 0 0 92px;
  position: relative;
}

.Ecran.EcranIntro .TextImg .Box {
  display: flex;
  flex-direction: column;
  margin: 168px 0 0;
  transform: rotate(-8deg);
  position: relative;
  z-index: 2;
}

.Ecran.EcranIntro .TextImg .Box .Text {
  color: white;
  font-family: "pepsi-owner-compressed", sans-Serif;
  font-size: 150px;
  line-height: 115px;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0px 633px 165px rgba(10, 36, 212, 0.05);
}

.Ecran.EcranIntro .TextImg .Img {
  margin: 0 0 0 -38px;
  position: relative;
  width: 269px;
  z-index: 2;
}

.Ecran.EcranIntro .TextImg .Img img {
  width: 100%;
}

.Ecran.EcranIntro .TextImg button {
  background-color: rgba(0, 0, 0, 0.55);
  border: 3px solid white;
  cursor: pointer;
  bottom: 63px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  font-family: "pepsi-owner-regular", sans-Serif;
  font-size: 40px;
  height: 64px;
  left: 28px;
  transform: rotate(-8deg);
  position: absolute;
  -webkit-text-stroke: 2px white;
  padding: 0;
  transition: all 0.3s ease;
  width: 551px;
  z-index: 3;
}

.Ecran.EcranIntro .TextImg button:hover {
  border: 3px solid #0000bc;
  color: #0000bc;
}

.Ecran.EcranIntro .TextImg .Shorot {
  bottom: -8px;
  cursor: pointer;
  left: 76px;
  position: absolute;
  transform: rotate(-8deg);
  width: 475px;
  z-index: 3;
}

.Ecran.EcranIntro .TextImg .Shorot img {
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(102deg) brightness(117%) contrast(100%);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.Ecran.EcranIntro .TextImg .Shorot img:hover {
  filter: invert(11%) sepia(67%) saturate(6327%) hue-rotate(240deg) brightness(83%) contrast(131%);
}

.Ecran.EcranVote {
  min-height: 100vh;
  gap: 40px 0;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.Ecran.EcranVote .Logo {
  cursor: pointer;
}

.Ecran.EcranVote .Maps {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
}

.Ecran.EcranVote .Maps .DetailsVote {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px 0;
  opacity: 0;
  position: fixed;
  transform: scale(0.8);
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 9999;
}

.Ecran.EcranVote .Maps .DetailsVote.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.Ecran.EcranVote .Maps .DetailsVote h1 {
  color: white;
  display: none;
  font-family: "pepsi-owner-compressed", sans-Serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.Ecran.EcranVote .Maps .DetailsVote .etoile {
  background-image: url("../images/Etoile.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  height: 103px;
  width: 68px;
}

.Ecran.EcranVote .Maps .DetailsVote button {
  align-items: center;
  background-color: rgba(0, 0, 188, 0.96);
  border: 7px solid #d9e0ff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: "pepsi-owner-compressed", sans-Serif;
  font-size: 47px;
  height: 72px;
  justify-content: center;
  line-height: 1.2;
  text-transform: uppercase;
  transform: scale(0.8);
  transition: all 0.3s ease;
  width: 170px;
}

.Ecran.EcranVote .Maps .DetailsVote button:hover {
  transform: scale(1);
}

.Ecran.EcranVote .Maps svg {
  display: block;
  height: 100%;
  width: 100%;
}

.Ecran.EcranVote .Maps .city {
  cursor: pointer;
}

.Ecran.EcranVote .Maps .city.disabled {
  cursor: initial;
}

.Ecran.EcranVote .Maps .st0 {
  fill: #111;
}

.Ecran.EcranVote .Maps .st1 {
  fill: #000b8e;
}

.Ecran.EcranVote .Maps .st2 {
  stroke-linejoin: round;
}

.Ecran.EcranVote .Maps .st2, .Ecran.EcranVote .Maps .st3 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.Ecran.EcranVote .Maps .st2.disabled, .Ecran.EcranVote .Maps .st3.disabled {
  stroke: transparent;
}

.Ecran.EcranVote .Maps .st4 {
  fill: #0a0a0a;
}

.Ecran.EcranVote .Maps .st5 {
  fill: #000042;
}

.Ecran.EcranVote .Maps .st6 {
  font-size: 7.28px;
}

.Ecran.EcranVote .Maps .st6, .Ecran.EcranVote .Maps .st7, .Ecran.EcranVote .Maps .st8, .Ecran.EcranVote .Maps .st9, .Ecran.EcranVote .Maps .st10, .Ecran.EcranVote .Maps .st11, .Ecran.EcranVote .Maps .st12, .Ecran.EcranVote .Maps .st13, .Ecran.EcranVote .Maps .st14 {
  fill: #fff;
  font-family: "pepsi-owner-regular", sans-Serif;
}

.Ecran.EcranVote .Maps .st6.disabled, .Ecran.EcranVote .Maps .st7.disabled, .Ecran.EcranVote .Maps .st8.disabled, .Ecran.EcranVote .Maps .st9.disabled, .Ecran.EcranVote .Maps .st10.disabled, .Ecran.EcranVote .Maps .st11.disabled, .Ecran.EcranVote .Maps .st12.disabled, .Ecran.EcranVote .Maps .st13.disabled, .Ecran.EcranVote .Maps .st14.disabled {
  fill: transparent;
}

.Ecran.EcranVote .Maps .st7 {
  font-size: 7.75px;
}

.Ecran.EcranVote .Maps .st8 {
  font-size: 7.15px;
}

.Ecran.EcranVote .Maps .st9 {
  font-size: 7.08px;
}

.Ecran.EcranVote .Maps .st10 {
  font-size: 6.77px;
}

.Ecran.EcranVote .Maps .st11 {
  font-size: 8.9px;
}

.Ecran.EcranVote .Maps .st12 {
  font-size: 8.15px;
}

.Ecran.EcranVote .Maps .st13 {
  font-size: 8.16px;
}

.Ecran.EcranVote .Maps .st14 {
  font-size: 8.46px;
}

.Ecran.EcranVote .Maps .st15 {
  fill: #0f0f0f;
}

.Ecran.EcranVote .Maps .st3 {
  stroke-miterlimit: 10;
}

.Ecran.EcranVote .Details {
  display: flex;
  flex-direction: column;
  margin: 0 0 80px;
}

.Ecran.EcranVote .ListCity {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  margin: 0 0 0 73px;
  position: relative;
  transform: rotate(-8deg);
  width: 780px;
  z-index: 2;
}

.Ecran.EcranVote .ListCity .Bloc {
  display: flex;
  flex-wrap: wrap;
}

.Ecran.EcranVote .ListCity .Box {
  color: white;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-family: "pepsi-owner-compressed", sans-Serif;
  font-size: 128px;
  line-height: 99px;
  gap: 0 21px;
  padding: 0 0 0 40px;
  text-transform: uppercase;
}

.Ecran.EcranVote .ListCity .Box span {
  display: flex;
}

.Ecran.EcranVote .ListCity .Box.Active {
  color: #0000bc;
}

.Ecran.EcranVote .ListCity .Box.Active::after {
  content: '>';
}

.Ecran.EcranVote .Button {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 113px;
  transform: rotate(-8deg);
  position: relative;
  width: 566px;
  z-index: 2;
}

.Ecran.EcranVote .Button button {
  background-color: rgba(0, 0, 0, 0.55);
  border: 3px solid white;
  cursor: pointer;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  font-family: "pepsi-owner-regular", sans-Serif;
  font-size: 40px;
  height: 77px;
  -webkit-text-stroke: 2px white;
  padding: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 3;
}

.Ecran.EcranVote .Button button:hover {
  border: 3px solid #0000bc;
  color: #0000bc;
}

.ModalShorot {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.31);
  display: none;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: auto;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.ModalShorot.Active {
  display: flex;
}

.ModalShorot .Box {
  background-image: url("../images/Shape.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 813px;
  padding: 64px 0 40px;
  position: relative;
  width: 802px;
}

.ModalShorot .Box .Fermer {
  background-image: url("../images/Fermer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 38px;
  left: 106px;
  position: absolute;
  top: 34px;
  width: 38px;
  z-index: 2;
}

.ModalShorot .Box .Shorot {
  margin: 0 auto;
  width: 402px;
}

.ModalShorot .Box .Shorot img {
  width: 100%;
}

.ModalShorot .Box .List {
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  margin: 30px auto 0;
  width: 444px;
}

.ModalShorot .Box .List .Bloc {
  align-items: center;
  border: 2px solid #0000bc;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  counter-increment: item;
  color: white;
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  gap: 0 10px;
  min-height: 42px;
}

.ModalShorot .Box .List .Bloc::before {
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: counter(item);
  display: flex;
  font-size: 27px;
  justify-content: center;
  height: 44px;
  margin-left: -12px;
  width: 45px;
}

.ModalShorot .Box .List .Bloc:nth-child(1)::before {
  background-image: url("../images/Shape-1.svg");
}

.ModalShorot .Box .List .Bloc:nth-child(2)::before {
  background-image: url("../images/Shape-2.svg");
}

.ModalShorot .Box .List .Bloc:nth-child(3)::before {
  background-image: url("../images/Shape-3.svg");
}

.ModalShorot .Box .List .Bloc:nth-child(4), .ModalShorot .Box .List .Bloc:nth-child(5) {
  padding: 4px 0 8px;
}

.ModalShorot .Box .List .Bloc:nth-child(4)::before, .ModalShorot .Box .List .Bloc:nth-child(5)::before {
  background-image: url("../images/Shape-4.svg");
}

.ModalShorot .Box .List .Bloc b {
  font-weight: 900;
}

.ModalShorot .Box .List .Bloc font {
  color: #0000bc;
  font-weight: 900;
  text-transform: uppercase;
}

.ModalMessage {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.31);
  display: none;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.ModalMessage.Active {
  display: flex;
}

.ModalMessage .Box {
  background-image: url("../images/Shape-5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 407px;
  padding: 53px 0 40px;
  position: relative;
  width: 816px;
}

.ModalMessage .Box .Fermer {
  background-image: url("../images/Fermer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 38px;
  left: 88px;
  position: absolute;
  top: 44px;
  width: 38px;
  z-index: 2;
}

.ModalMessage .Box .Check {
  background-image: url("../images/Check.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 120px;
  margin: 0 auto;
  width: 148px;
}

.ModalMessage .Box p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 39.37px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 0;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.ModalMessage .Box p b {
  font-family: "pepsi-owner-extended", sans-Serif;
  font-size: 47.52px;
}

@media screen and (max-width: 1900px) {
  .Ecran .Logo {
    margin: 44px 0 0 91px;
    width: 344px;
  }
  .Ecran.EcranIntro .TextImg {
    margin: 136px 0 0 122px;
  }
  .Ecran.EcranIntro .TextImg .Box {
    margin: 127px 0 0;
  }
  .Ecran.EcranIntro .TextImg .Box .Text {
    font-size: 124px;
    line-height: 96px;
  }
  .Ecran.EcranIntro .TextImg .Img {
    margin: 0 0 0 -36px;
    width: 225px;
  }
  .Ecran.EcranIntro .TextImg button {
    bottom: 70px;
    font-size: 31px;
    height: 54px;
    left: 17px;
    width: 460px;
  }
  .Ecran.EcranIntro .TextImg .Shorot {
    bottom: 10px;
    left: 60px;
    width: 399px;
  }
  .Ecran.EcranVote .Maps .DetailsVote {
    gap: 5px 0;
  }
  .Ecran.EcranVote .Maps .DetailsVote h1 {
    font-size: 20px;
  }
  .Ecran.EcranVote .Maps .DetailsVote .etoile {
    height: 86px;
    width: 57px;
  }
  .Ecran.EcranVote .Maps .DetailsVote button {
    font-size: 42px;
    height: 60px;
    width: 142px;
  }
  .Ecran.EcranVote .ListCity {
    margin: 0 0 0 54px;
    width: 610px;
  }
  .Ecran.EcranVote .ListCity .Box {
    font-size: 107px;
    line-height: 82px;
    gap: 0 17px;
    padding: 0 0 0 29px;
  }
  .Ecran.EcranVote .Button {
    margin: 15px 0 0 97px;
    width: 467px;
  }
  .Ecran.EcranVote .Button button {
    font-size: 34px;
    height: 64px;
  }
  .ModalShorot .Box {
    height: 669px;
    padding: 53px 0 20px;
    width: 663px;
  }
  .ModalShorot .Box .Fermer {
    height: 31px;
    left: 88px;
    top: 26px;
    width: 31px;
  }
  .ModalShorot .Box .Shorot {
    width: 335px;
  }
  .ModalShorot .Box .List {
    gap: 19px 0;
    margin: 25px auto 0;
    width: 370px;
  }
  .ModalShorot .Box .List .Bloc {
    font-size: 22px;
    gap: 0 9px;
    min-height: 35px;
  }
  .ModalShorot .Box .List .Bloc::before {
    font-size: 22px;
    height: 37px;
    margin-left: -10px;
    width: 38px;
  }
  .ModalMessage .Box {
    height: 343px;
    padding: 43px 0 20px;
    width: 684px;
  }
  .ModalMessage .Box .Fermer {
    height: 31px;
    left: 72px;
    top: 36px;
    width: 31px;
  }
  .ModalMessage .Box .Check {
    height: 100px;
    width: 123px;
  }
  .ModalMessage .Box p {
    font-size: 32.81px;
  }
  .ModalMessage .Box p b {
    font-size: 39.59px;
  }
}

@media screen and (max-width: 1590px) {
  .Ecran .Logo {
    margin: 39px 0 0 81px;
    width: 311px;
  }
  .Ecran.EcranIntro .TextImg {
    margin: 121px 0 0 109px;
  }
  .Ecran.EcranIntro .TextImg .Box {
    margin: 114px 0 0;
  }
  .Ecran.EcranIntro .TextImg .Box .Text {
    font-size: 112px;
    line-height: 86px;
  }
  .Ecran.EcranIntro .TextImg .Img {
    margin: 0 0 0 -32px;
    width: 202px;
  }
  .Ecran.EcranIntro .TextImg button {
    bottom: 65px;
    font-size: 29px;
    height: 49px;
    left: 14px;
    width: 413px;
  }
  .Ecran.EcranIntro .TextImg .Shorot {
    bottom: 10px;
    left: 48px;
    width: 359px;
  }
  .Ecran.EcranVote .Maps .DetailsVote h1 {
    font-size: 18px;
  }
  .Ecran.EcranVote .Maps .DetailsVote .etoile {
    height: 77px;
    width: 51px;
  }
  .Ecran.EcranVote .Maps .DetailsVote button {
    font-size: 36px;
    height: 53px;
    width: 128px;
  }
  .Ecran.EcranVote .ListCity {
    margin: 0 0 0 54px;
    width: 576px;
  }
  .Ecran.EcranVote .ListCity .Box {
    font-size: 96px;
    line-height: 74px;
    gap: 0 15px;
    padding: 0 0 0 28px;
  }
  .Ecran.EcranVote .Button {
    margin: 15px 0 0 82px;
    width: 427px;
  }
  .Ecran.EcranVote .Button button {
    font-size: 29px;
    height: 59px;
  }
  .ModalShorot .Box {
    height: 602px;
    padding: 48px 0 20px;
    width: 597px;
  }
  .ModalShorot .Box .Fermer {
    height: 28px;
    left: 79px;
    top: 25px;
    width: 28px;
  }
  .ModalShorot .Box .Shorot {
    width: 302px;
  }
  .ModalShorot .Box .List {
    gap: 18px 0;
    margin: 22px auto 0;
    width: 333px;
  }
  .ModalShorot .Box .List .Bloc {
    font-size: 20px;
    gap: 0 8px;
    min-height: 31px;
  }
  .ModalShorot .Box .List .Bloc::before {
    font-size: 20px;
    height: 33px;
    margin-left: -8px;
    width: 34px;
  }
  .ModalMessage .Box {
    height: 304px;
    padding: 37px 0 20px;
    width: 611px;
  }
  .ModalMessage .Box .Fermer {
    height: 28px;
    left: 65px;
    top: 31px;
    width: 28px;
  }
  .ModalMessage .Box .Check {
    height: 90px;
    width: 111px;
  }
  .ModalMessage .Box p {
    font-size: 29.54px;
  }
  .ModalMessage .Box p b {
    font-size: 35.65px;
  }
}

@media screen and (max-width: 1430px) {
  .Ecran .Logo {
    margin: 34px 0 0 72px;
    width: 277px;
  }
  .Ecran.EcranIntro .TextImg {
    margin: 107px 0 0 97px;
  }
  .Ecran.EcranIntro .TextImg .Box {
    margin: 100px 0 0;
  }
  .Ecran.EcranIntro .TextImg .Box .Text {
    font-size: 100px;
    line-height: 77px;
  }
  .Ecran.EcranIntro .TextImg .Img {
    margin: 0 0 0 -27px;
    width: 180px;
  }
  .Ecran.EcranIntro .TextImg button {
    bottom: 56px;
    font-size: 26px;
    height: 44px;
    left: 13px;
    width: 368px;
  }
  .Ecran.EcranIntro .TextImg .Shorot {
    bottom: 5px;
    left: 42px;
    width: 319px;
  }
  .Ecran.EcranVote .Maps .DetailsVote h1 {
    font-size: 16px;
  }
  .Ecran.EcranVote .Maps .DetailsVote .etoile {
    height: 68px;
    width: 45px;
  }
  .Ecran.EcranVote .Maps .DetailsVote button {
    font-size: 30px;
    height: 48px;
    width: 114px;
  }
  .Ecran.EcranVote .ListCity {
    margin: 0 0 0 54px;
    width: 514px;
  }
  .Ecran.EcranVote .ListCity .Box {
    font-size: 85px;
    line-height: 66px;
    gap: 0 13px;
    padding: 0 0 0 25px;
  }
  .Ecran.EcranVote .Button {
    margin: 15px 0 0 82px;
    width: 380px;
  }
  .Ecran.EcranVote .Button button {
    font-size: 26px;
    height: 50px;
  }
  .ModalShorot .Box {
    height: 535px;
    padding: 42px 0 20px;
    width: 530px;
  }
  .ModalShorot .Box .Fermer {
    height: 25px;
    left: 70px;
    top: 22px;
    width: 25px;
  }
  .ModalShorot .Box .Shorot {
    width: 268px;
  }
  .ModalShorot .Box .List {
    gap: 18px 0;
    margin: 19px auto 0;
    width: 296px;
  }
  .ModalShorot .Box .List .Bloc {
    font-size: 17px;
    gap: 0 6px;
    min-height: 28px;
  }
  .ModalShorot .Box .List .Bloc::before {
    font-size: 17px;
    height: 29px;
    margin-left: -8px;
    width: 30px;
  }
  .ModalMessage .Box {
    height: 269px;
    padding: 32px 0 20px;
    width: 542px;
  }
  .ModalMessage .Box .Fermer {
    height: 25px;
    left: 57px;
    top: 26px;
    width: 25px;
  }
  .ModalMessage .Box .Check {
    height: 80px;
    width: 99px;
  }
  .ModalMessage .Box p {
    font-size: 26.27px;
  }
  .ModalMessage .Box p b {
    font-size: 31.71px;
  }
}

@media screen and (max-width: 1270px) {
  .Ecran .Logo {
    margin: 31px 0 0 67px;
    width: 277px;
  }
  .Ecran.EcranIntro .TextImg {
    margin: 100px 0 0 91px;
  }
  .Ecran.EcranIntro .TextImg .Box {
    margin: 94px 0 0;
  }
  .Ecran.EcranIntro .TextImg .Box .Text {
    font-size: 93px;
    line-height: 72px;
  }
  .Ecran.EcranIntro .TextImg .Img {
    margin: 0 0 0 -26px;
    width: 168px;
  }
  .Ecran.EcranIntro .TextImg button {
    bottom: 52px;
    font-size: 24px;
    height: 40px;
    left: 11px;
    width: 342px;
  }
  .Ecran.EcranIntro .TextImg .Shorot {
    bottom: 5px;
    left: 40px;
    width: 299px;
  }
  .Ecran.EcranVote .Maps .DetailsVote h1 {
    font-size: 14px;
  }
  .Ecran.EcranVote .Maps .DetailsVote .etoile {
    height: 61px;
    width: 41px;
  }
  .Ecran.EcranVote .Maps .DetailsVote button {
    border: 5px solid #d9e0ff;
    font-size: 24px;
    height: 42px;
    width: 102px;
  }
  .Ecran.EcranVote .ListCity {
    margin: 0 0 0 54px;
    width: 468px;
  }
  .Ecran.EcranVote .ListCity .Box {
    font-size: 70px;
    line-height: 59px;
    gap: 0 12px;
    padding: 0 0 0 22px;
  }
  .Ecran.EcranVote .Button {
    margin: 15px 0 0 82px;
    width: 342px;
  }
  .Ecran.EcranVote .Button button {
    font-size: 24px;
    height: 40px;
  }
  .ModalShorot .Box {
    height: 502px;
    padding: 40px 0 20px;
    width: 497px;
  }
  .ModalShorot .Box .Fermer {
    height: 23px;
    left: 65px;
    top: 21px;
    width: 23px;
  }
  .ModalShorot .Box .Shorot {
    width: 251px;
  }
  .ModalShorot .Box .List {
    gap: 15px 0;
    margin: 17px auto 0;
    width: 277px;
  }
  .ModalShorot .Box .List .Bloc {
    font-size: 16px;
    gap: 0 6px;
    min-height: 26px;
  }
  .ModalShorot .Box .List .Bloc::before {
    font-size: 16px;
    height: 27px;
    margin-left: -8px;
    width: 28px;
  }
  .ModalMessage .Box {
    height: 243px;
    padding: 30px 0 20px;
    width: 488px;
  }
  .ModalMessage .Box .Fermer {
    height: 22px;
    left: 51px;
    top: 25px;
    width: 22px;
  }
  .ModalMessage .Box .Check {
    height: 72px;
    width: 89px;
  }
  .ModalMessage .Box p {
    font-size: 23.63px;
  }
  .ModalMessage .Box p b {
    font-size: 28.52px;
  }
}

@media screen and (max-width: 1190px) {
  .Ecran .Logo {
    margin: 29px 0 0 63px;
    width: 252px;
  }
  .Ecran.EcranIntro .TextImg {
    margin: 95px 0 0 85px;
  }
  .Ecran.EcranIntro .TextImg .Box {
    margin: 89px 0 0;
  }
  .Ecran.EcranIntro .TextImg .Box .Text {
    font-size: 90px;
    line-height: 69px;
  }
  .Ecran.EcranIntro .TextImg .Img {
    margin: 0 0 0 -25px;
    width: 162px;
  }
  .Ecran.EcranIntro .TextImg button {
    bottom: 50px;
    font-size: 23px;
    height: 40px;
    left: 10px;
    width: 330px;
  }
  .Ecran.EcranIntro .TextImg .Shorot {
    bottom: 3px;
    left: 40px;
    width: 287px;
  }
  .ModalShorot .Box {
    height: 482px;
    padding: 38px 0 20px;
    width: 477px;
  }
  .ModalShorot .Box .Fermer {
    height: 22px;
    left: 63px;
    top: 20px;
    width: 22px;
  }
  .ModalShorot .Box .Shorot {
    width: 241px;
  }
  .ModalShorot .Box .List {
    gap: 14px 0;
    margin: 17px auto 0;
    width: 266px;
  }
  .ModalShorot .Box .List .Bloc {
    font-size: 15px;
    gap: 0 5px;
    min-height: 25px;
  }
  .ModalShorot .Box .List .Bloc::before {
    font-size: 16px;
    height: 26px;
    margin-left: -7px;
    width: 27px;
  }
}

@media screen and (max-width: 1140px) {
  .Ecran {
    background-attachment: fixed;
    background-image: url("../images/BgMobile.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
  }
  .Ecran .Logo {
    margin: 40px auto 0;
    width: 250px;
  }
  .Ecran.EcranIntro {
    gap: 40px 0;
    padding: 0 0 40px;
  }
  .Ecran.EcranIntro .Bg {
    display: none;
  }
  .Ecran.EcranIntro .TextImg {
    margin: 40px auto;
  }
  .Ecran.EcranVote {
    justify-content: initial;
    gap: 0;
  }
  .Ecran.EcranVote .Maps {
    position: relative;
  }
  .Ecran.EcranVote .Maps .DetailsVote h1 {
    font-size: 14px;
  }
  .Ecran.EcranVote .Maps .DetailsVote .etoile {
    height: 61px;
    width: 41px;
  }
  .Ecran.EcranVote .Maps .DetailsVote button {
    border: 5px solid #d9e0ff;
    font-size: 24px;
    height: 42px;
    width: 102px;
  }
  .Ecran.EcranVote .Details {
    margin: 40px 0;
  }
}

@media screen and (max-width: 700px) {
  .Ecran .Logo {
    margin: 20px auto 0;
    width: 200px;
  }
  .Ecran.EcranIntro {
    gap: 20px 0;
    padding: 0 0 20px;
  }
  .Ecran.EcranIntro .TextImg {
    margin: 20px auto;
  }
  .Ecran.EcranIntro .TextImg .Box {
    margin: 76px 0 0;
  }
  .Ecran.EcranIntro .TextImg .Box .Text {
    font-size: 70px;
    line-height: 52px;
  }
  .Ecran.EcranIntro .TextImg .Img {
    margin: 0 0 0 -19px;
    width: 130px;
  }
  .Ecran.EcranIntro .TextImg button {
    bottom: 41px;
    font-size: 18px;
    height: 40px;
    left: 5px;
    width: 260px;
  }
  .Ecran.EcranIntro .TextImg .Shorot {
    bottom: 3px;
    left: 28px;
    width: 223px;
  }
  .Ecran.EcranVote .Maps .DetailsVote h1 {
    font-size: 14px;
  }
  .Ecran.EcranVote .Maps .DetailsVote .etoile {
    height: 61px;
    width: 41px;
  }
  .Ecran.EcranVote .Maps .DetailsVote button {
    border: 5px solid #d9e0ff;
    font-size: 24px;
    height: 42px;
    width: 102px;
  }
  .Ecran.EcranVote .Details {
    margin: 20px 0 40px;
  }
  .Ecran.EcranVote .ListCity {
    margin: 0 0 0 20px;
    width: 100%;
  }
  .Ecran.EcranVote .ListCity .Box {
    font-size: 40px;
    line-height: 40px;
    gap: 0 10px;
    padding: 0 0 0 20px;
  }
  .Ecran.EcranVote .Button {
    margin: 10px 0 0 30px;
    width: 300px;
  }
  .Ecran.EcranVote .Button button {
    font-size: 20px;
    height: 40px;
  }
  .ModalShorot .Box {
    height: auto;
    padding: 20px 0 40px;
    width: 320px;
  }
  .ModalShorot .Box .Fermer {
    height: 22px;
    left: 40px;
    top: 20px;
    width: 22px;
  }
  .ModalShorot .Box .Shorot {
    width: 180px;
  }
  .ModalShorot .Box .List {
    gap: 14px 0;
    margin: 17px auto 0;
    width: 266px;
  }
  .ModalShorot .Box .List .Bloc {
    font-size: 15px;
    gap: 0 5px;
    min-height: 25px;
  }
  .ModalShorot .Box .List .Bloc::before {
    font-size: 16px;
    height: 26px;
    margin-left: -7px;
    width: 27px;
  }
  .ModalMessage .Box {
    height: auto;
    padding: 40px 0;
    width: 320px;
  }
  .ModalMessage .Box .Fermer {
    height: 22px;
    left: 45px;
    top: 20px;
    width: 22px;
  }
  .ModalMessage .Box .Check {
    height: 48px;
    width: 60px;
  }
  .ModalMessage .Box p {
    font-size: 16px;
    padding: 0 5px;
  }
  .ModalMessage .Box p b {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */