
.home-bg {
  background: url("../image/panel.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
}


.page-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 1;
}


.home_container {
  position: absolute;
  top: 5%;
  left: 3%;
  z-index: 6;
  width: 55% !important;
  max-width: 800px !important;
  /* height: 95vh !important; */
}

.home_container .mobile-circle {
  display: none;
  position: relative;
  top: 25px;
  right: 15%;
  z-index: 10;
  width: 250px;
  height: 250px;
  background: #ffb200;
  border-radius: 50%
}

.home_container .mobile-circle .circle-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  color: white;
  font-size: 20px;
  margin: 0 auto;
  line-height: 30px;
  width: 100%;
  height: 100%;
  transform: rotate(20deg);
}
.home_container .title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 110px;
  line-height: 100px;
  font-weight: bold;
}

.home_container .title span {
  color: white;
}
.home_container .title span.warning {
  color: #ffb200;
}

.home_container .button_container {
  position: relative;
  text-align: center;
  margin: 2rem 0;
}

.home_container .button_container button {
  position: relative;
  padding: 1rem 4rem;
  background-color: #ffb200;
  color: white;
  font-size: 25px;
  font-style: bold;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.home_container .button_container span {
  position: absolute;
  bottom: 0;
  right: 25%;
  z-index: 1;
  background-image: url('../image/icons8-cursor-40.png');
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: rotate(-10deg);
}
/* .home_container .footer {
  position: absolute;
  bottom: 0;
} */
.home_container .footer p {
  color: white;
  font-size: 11px;
  line-height: 20px;
}

.trapez {
  position: absolute;
  width: 80%;
  height: 100%;
  border-top: 100vh solid #0733A4;
  border-right: 200px solid transparent;
  z-index: 5;
}

.circle {
  position: absolute;
  top: 25px;
  right: 15%;
  z-index: 10;
  width: 250px;
  height: 250px;
  background: #ffb200;
  border-radius: 50%
}

.circle .circle-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  color: white;
  font-size: 20px;
  margin: 0 auto;
  line-height: 30px;
  width: 100%;
  height: 100%;
  transform: rotate(20deg);
}

.triangle-topright {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  z-index: 10;
  border-top: 250px solid #0733A4;
  border-left: 100px solid transparent;
}

.trapezoid {
  position: absolute;
  height: 0;
  bottom: 0;
  right: 2%;
  border-bottom: 25px solid #0733A4;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  width: 250px;
}


.triangle-up {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 30%;
  right: 5%;
  z-index: 10;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 260px solid #0733A4;
}

.created_enterprise > option:nth-child(2){
  font-weight: bolder;
}

@media screen and (min-width: 1400px) {
  .home_container {
    height: 95vh !important;
  }

  .home_container .button_container {
    margin-top: 6rem;
  }
  .home_container .footer {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .home_container .title {
    font-size: 95px;
    line-height: 89px;
  }
}
@media screen and (max-width: 820px) {
  .circle {
    width: 300px;
    height: 300px;
    bottom: 10%;
    left: 15%;
    top: initial;
    right: initial;
  }

  .circle .circle-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  body {
    background-color: #0733A4;
  }
  .home-bg {
    display: none;
  }
  .footer {
    position: relative;
    padding: 1rem;
  }
  .trapezoid {
    display: none;
  }
  .triangle-up {
    display: none;
  }
  .triangle-topright {
    display: none;
  }
  .circle {
    display: none;
  }
  .home_container .mobile-circle {
    display: flex;
  }
  .home_container .mobile-circle {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 250px;
    height: 250px;
    background: #ffb200;
    border-radius: 50%;
    margin: 1rem 0;
  }
  
  .trapez {
    display: none;
  }
  .home_container {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
  }
  .home_container .title {
    font-size: 75px;
    line-height: 80px;
  }
  .home_container .title span {
    padding: 0 0.1rem;
  }
  .home_container .button_container {
    width: 100%;
  }
  .home_container .button_container button {
    position: relative;
    padding: 1rem 4rem;
    background-color: #ffb200;
    color: white;
    font-size: 25px;
    font-style: normal;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .page-content {
    background: #0733A4;
  }
  
  .home_container .button_container span {
    right: 15%;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    position: fixed;
    bottom: 0;
  }
}
@media screen and (max-width: 390px) {
  .home_container .mobile-circle {
    width: 175px;
    height: 175px;
  }
  
  .home_container .title {
    font-size: 60px;
    line-height: 60px;
  }
  .home_container .button_container button {
    position: relative;
    padding: 0.7rem 3rem;
  }
}
@media screen and (max-width: 375px) {
  .home_container .title {
    font-size: 63px;
    line-height: 60px;
    padding-left: 10px;
  }
  .home_container .title span {
    padding: 0 0.1rem;
  }
  .home_container .mobile-circle {
    position: relative;
    width: 200px;
    height: 200px;
  }
  .home_container .button_container {
    width: 100%;
  }
  .home_container .button_container button {
    padding: 0.5rem 3rem;
    font-size: 25px;
  }
  .home_container .mobile-circle .circle-text {
    font-size: 20px;
  }

  .home_container .footer p {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .home_container .title {
    font-size: 57px;
    line-height: 56px;
    padding-left: 10px;
  }
  .home_container .title span {
    padding: 0 0.1rem;
  }
  .home_container .mobile-circle {
    position: relative;
    width: 150px;
    height: 150px;
  }
  .home_container .button_container {
    width: 100%;
  }
  .home_container .button_container button {
    position: relative;
    padding: 0.5rem 2rem;
    color: white;
    font-size: 20px;
  }
  .page-content {
    background: #0733A4;
  }
  .home_container .mobile-circle .circle-text {
    font-size: 15px;
  }
  
  .home_container .button_container span {
    right: 15%;
  }

  .footer {
    position: fixed;
    bottom: 0;
    padding: 1rem;
  }

  .home_container .footer p {
    line-height: 18px;
    font-size: 9px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 300px) {
  .home_container .title {
    font-size: 50px;
    line-height: 56px;
    padding-left: 10px;
  }
}

.form_page_container {
  position: relative;
  background-color: #0733A4;
  min-height: 100vh !important;
}
.img {
  background-image: url('../image/logo-blanc.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  width: 600px;
  position: relative;
  /* top: -8px;
  left: 5px; */
}
.footer_img {
  background-image: url('../AlexisAssurancesLogoAAblanc.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  position: relative;
}