*{
  padding: 0;
  margin: 0;
}

.roboto {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.raleway-<uniquifier> {
  font-weight: <weight>;
}

.elap-100{
  color: #00458F;
}

.grey-high{
  color: #212121;
}

.grey-medium{
  color: #4C4C4C;
}

.grey-low{
  color: #6A6A6A;
}

.page-migration{
  background-color: #F1F3F4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
}

.ctn-gauche{
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 72px;
  flex: 1 0 0;
  align-self: stretch;
}

.ctn-texte{
  display: flex;
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  font-family: "Roboto" !important;
  font-weight: 400;
  font-size: 18px;
}

.ctn-texte h1{
  padding: 0;
  margin: 0;

  font-size: 28px;
  font-weight: 700;
}

.ctn-texte h2{
  padding: 0;
  margin: 0;

  font-size: 20px;
  font-weight: 500;
}

.ctn-p{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.italic{
  font-style: italic;
}

span.a{
  text-decoration: underline;
}

.ctn-visa{
  display: flex;
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.ctn-logo{
  background-color: #00458F;
  min-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-garde .header{
  width: 563px;
}

.page-garde .div-wrapper {
  display: flex;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page-garde .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Raleway", Helvetica;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.page-garde .header-personne {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.page-garde .text-page-garde {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}

.page-garde .entretien {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Raleway", Helvetica;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  color: #4CAFD9;
}

.page-garde .text-page-garde-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.page-garde .label {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Raleway", Helvetica;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  color: #365186;
}

.page-garde .variable {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Raleway", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.page-garde .text-page-garde-4 {
  align-items: center;
  gap: 6px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.page-garde .footer{
  width: 563px;
}