/* Add font files for Arial */
@font-face {
  font-family: 'Arial';
  src: url('fonts/arial.woff2') format('woff2'),
       url('fonts/arial.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-family-arial: 'Arial', sans-serif;
  --text-gris: rgba(198, 198, 198, 1);
  --text-bleu: rgba(0, 4, 255, 1);
  --text-black: rgba(0, 0, 0, 1);
}


.text-bleu {
  color: var(--text-bleu);
}

.text-black {
  color: var(--text-black);
}

.text-gris {
  color: var(--text-gris);
}

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

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Prototype Links */
a.prototype-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.logotxt {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-size: 32px;
  margin-left: -2px;
  margin-top:2px;
  color: rgba(248, 247, 243, 1);
  text-transform: uppercase;
}

.fondlogotxt {
  background-color: blue;
  height: 30px;
  width: 100px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.line-bleu {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;

}

.h1 {
	  color: var(--text-bleu);
	  font-family: var(--font-family-arial);
	  font-size: 26px;
	  text-transform: uppercase;
	  font-weight: bold;
}

.h2 {
	  color: var(--text-black);
	  font-family: var(--font-family-arial);
	  font-size: 20px;
	  text-transform: uppercase;
	  font-weight: bold;
}

.h3 {
	  color: var(--text-black);
	  font-family: var(--font-family-arial);
	  font-size: 16px;
}

.h4 {
	  color: var(--text-gris);
	  font-family: var(--font-family-arial);
	  font-size: 15px;
}

.text-6 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 10%;
  line-height: 69.9999988079071%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-gris);
}

.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 8px 0px 8px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  min-width: 360px;
  max-width: 750px;
  background-color: rgba(248, 247, 243, 1);
}

.text-9 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.text-10 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-black);
}

.text-11 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.cadre-content-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.1px solid rgba(111, 111, 111, 1);
}

.cadre-content-1-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(248, 247, 243, 1);
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.img-13 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.text-15 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-179-179-179);
}

.legend {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.legend-text {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-179-179-179);
}


.content-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 8px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 360px;
  max-width: 750px;
  background-color: rgba(248, 247, 243, 1);
}

.content-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 8px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  min-width: 360px;
  max-width: 750px;
  background-color: rgba(248, 247, 243, 1);
}

.content-3 {
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  min-width: 360px;
  max-width: 750px;
  background-color: rgba(248, 247, 243, 1);
}

.content-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 8px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 360px;
  max-width: 750px;
  background-color: rgba(248, 247, 243, 1);
}

.text-19 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 54px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-black);
}

.frame-gauche-18 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}


.text-22 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.text-23 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-black);
}

.text-24 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.frame-gauche-21 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.img-26 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}



.frame-droite-25 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(248, 247, 243, 1);
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.text-32 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.text-33 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-black);
}

.text-34 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.frame-gauche-31 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 350px;
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.img-36 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.frame-droite-35 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 43.00291545189505%;
  background-color: rgba(248, 247, 243, 1);
}

.text-39 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 54px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.frame-gauche-38 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 97.667638483965%;
}

.text-42 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.text-43 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-black);
}

.text-44 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.frame-gauche-41 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.img-46 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.text-48 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-179-179-179);
}

.frame-droite-45 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(248, 247, 243, 1);
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.text-52 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 54px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.frame-gauche-51 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 97.667638483965%;
}

.text-55 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.text-56 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-black);
}

.text-57 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.frame-gauche-54 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 350px;
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.img-59 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.frame-droite-58 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 43.00291545189505%;
  background-color: rgba(248, 247, 243, 1);
}

.text-62 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-rgb-0-4-255);
}

.text-63 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-black);
}

.text-64 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.frame-gauche-61 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}

.img-66 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.text-68 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -2%;
  line-height: 114.99999761581421%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-179-179-179);
}

.frame-droite-65 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(248, 247, 243, 1);
  border: 0.10000000149011612px solid rgba(111, 111, 111, 1);
}


.logokage-73 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.text-75 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right;
  font-family: var(--font-family-arial);
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 10%;
  line-height: 69.9999988079071%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-gris);
}

.frame-footer-72 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: -34px;
  padding: 0px 8px 0px 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(0, 4, 255, 1);
}

.frame-footer-71 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: -34px;
  padding: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 98.82005899705014%;
  background-color: rgba(0, 4, 255, 1);
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 8px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  min-width: 350px;
  max-width: 750px;
  background-color: rgba(248, 247, 243, 1);
}

.this-1 {
@media (max-width: 1440px) {
  .this-1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .this-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 32px 0px 32px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  max-width: 750px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 360px;
  max-width: 750px;
  background-color: rgba(248, 247, 243, 1);
}
