#demarchesSimulateur {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background: white;
  position: relative;
}


.precisionSimulateur {
  margin: 0 auto !important;
  text-transform: none !important;
}

#contentNotifIndex {
  width: 100%;
  height: 50px;
  background-color: #e53935;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contentNotifIndex p {
  margin: 0;
}

.textSimulateurP {
  color: black;
font-size: 16px;
}

.blackScreenSimulateur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: .4;
  display: none;
}

@media screen and (min-width: 768px){
  .textSimulateurP {
    color: white;
  }
  .blackScreenSimulateur {
    display: block;
  }

}

@media screen and (min-width: 768px) {
  #demarchesSimulateur {
    background: url("../image/clavier_unsplash.jpeg") center center / cover;
  }
}


#simulateur {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #demarchesSimulateur {
    padding: 40px;
  }
  #demarchesSimulateur #simulateur {
    order: 2;
  }
}

.flecheSimulateur {
  width: 50vw;
  height: 50vw;
  border-radius: 5vw;
  background: #FAFAFA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: rotate(45deg);
}

#marianne {
  object-fit: contain;
  width: 200px;
}

#textSimulateur {
  position: relative;
  z-index: 1;
  width: 95%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #textSimulateur {
    width: 40%;
  }
}

#demarches {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100vw;
  background-color: #1E88E5;
  padding: 50px 0;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #demarches {
    flex-direction: row;

  }
}

#demarches .linkDemarche {
  height: 100px;
  align-items: center;
  justify-content: space-between;
  background: #F7F7F7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 0 0 0 20px;
  margin-top: 20px;
  width: 90%;
  border: none;
}

@media screen and (min-width: 768px) {
  #demarches .linkDemarche {
    width: 40%;
  }
}

.iconDemarche {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.titleDemarche {
  width: calc(100% - 80px);
  text-align: center;
}


#demarches .linkDemarche:hover {
  background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
}
#demarches .linkDemarche:hover p {
  color: white;
}
#demarches .linkDemarche:hover img {
  filter: grayscale(0%) brightness(0%) contrast(200%) invert(100%);
  -webkit-filter: grayscale(0%) brightness(0%) contrast(200%) invert(100%);
}
#demarches .linkDemarche p {
  width: 100%;
}

.contentLink {
  margin-bottom: 6px !important;
  color: #0D47A1;
  font-size: 20px;
}

.contentLinkTwo {
  color: #1565C0;
  margin: 0 !important;
  font-size: 16px;
}

#containCCM {
  background-color: #F5F5F5;
}

#CCM {
  margin-top: 30px;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #CCM {
    margin-top: 0;
  }
}

#CCM .contentCCM {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.boxCCM p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #CCM .contentCCM {
    flex-direction: row;
    justify-content: space-evenly;
  }
  #CCM .contentCCM .boxCCM {
    width: 14.32%;
  }
}
#CCM .boxImgCCM i {
  font-size: 70px;
  color: #0277BD;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #CCM .boxArrow {
    transform: rotate(-90deg);
    width: 14.32%;
    padding: 4%;
  }
}

#info {
  padding: 50px 0;
}

#info div {
  margin-bottom: 50px;
  padding: 10px;
}
#info div:last-child {
  margin-bottom: 0;
}

#containerAgence {
  background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
}

@media screen and (min-width: 768px) {
  #agence {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  #boxImgAgence {
    width: 40%;
  }
}

#contentAgence {
  padding: 15px 0 30px 0;
}
@media screen and (min-width: 768px) {
  #contentAgence {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#contentAgence h1 {
  text-align: center;
  color: white;
  font-weight: 500;
  padding: 0 5%;
  margin-bottom: 50px;
  font-size: 33px;
}
#contentAgence #infoAgence {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #contentAgence #infoAgence {
    flex-direction: row;
    justify-content: space-around;
  }
}
#contentAgence p {
  font-weight: 500;
  color: white;
}
#contentAgence p:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: red;
  margin: 20px auto 10px auto;
}
#contentAgence p:first-child:before {
  background: url("../image/time.svg") no-repeat center center/cover;
}
#contentAgence p:last-child:before {
  background: url("../image/location.svg") no-repeat center center/cover;
}

#avantages {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 50px 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #avantages {
    flex-direction: row;
    align-items: normal;
  }
}

.oneAvantage {

  text-align: center;
  display: flex;
align-items: center;
  flex-direction: column;
  width: 90%;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .oneAvantage {
    width: calc(96% / 4);
    margin-bottom: 0;
  }
}

.imgAvantage {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.titleAvantage {
  color: #1565C0;
  margin-top: 16px;
  margin-bottom: 16px;
}

.titleWhite {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: white;
}

.titleBlue {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #1E88E5;
}

/*# sourceMappingURL=style.css.map */

.oneShema {
  width: 80%;
  object-fit: contain;
}

#shemaCCMImg {
  width: 60%;
  object-fit: contain;
  margin: 0 auto;
}

.resumTextAvantage {
  width: 70%;
}

.resumTextAvantage p {
  margin: 0 auto 8px auto;
}

.oneAvantage {
  padding: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

#autreDemarcheContent {
  width: 100%;
  justify-content: space-around;
  display: flex;
  max-height: 0;
  overflow: hidden;
  transition-duration: 1s;
}

.resumTextAvantage {
  background-color: #1565C0;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  margin-bottom: 24px;
}

.resumTextAvantage p{
  text-align: left;
  width: 80%;
  font-size: 16px;
}

.shadowInput {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.textAvantage {
  font-size: 16px;
}

#ctaChangerSaCarteGrise {
  background: linear-gradient(
          90deg
          , #0277BD 0%, #039BE5 100%);
  height: 45px;
  width: 300px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  color: white;
  border: none;
  border-radius: 10px;
  margin: 10px auto 30px auto;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  display: block;
}


