body {
  max-width: unset;
  background: transparent;
}

#shared-modal {
  font-size: 16px;
  font-weight: 200;
}
#shared-modal .modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
#shared-modal h2 {
  margin: 15px 0 20px;
  font-size: 24px;
  color: #000819;
}
#shared-modal .form-group label {
  color: #8d95a2;
  display: block;
  margin-bottom: 5px;
  padding-top: 6px;
  font-weight: 200;
}
#shared-modal .form-group input {
  border-color: #eee;
  background-color: white;
}
#shared-modal .form-group textarea {
  border-color: #eee;
  background-color: white;
}
#shared-modal .form-group.remember-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#shared-modal a {
  color: #e74079;
}
#shared-modal input[type=checkbox] {
  margin: 1px 4px 0 0;
  line-height: normal;
  width: auto;
}
#shared-modal .btn {
  height: 42px;
  width: 140px;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  line-height: 27px;
  text-align: center;
  color: #000819;
}
#shared-modal .btn.btn-primary {
  background-color: #48bbbd;
  color: white;
}
#agefos-page {
  font-family: "Ubuntu", sans-serif;
}
#agefos-page .agefos-blue {
  color: #48bbbd;
}
#agefos-page .agefos-pink {
  color: #e74079;
}
#agefos-page .agefos-yellow {
  color: #d8dd4a;
}
#agefos-page .agefos-light-blue {
  color: #57ffb2;
}
#agefos-page .agefos-black {
  color: #000819;
}
#agefos-page .agefos-grey {
  color: #4b4d53;
}
#agefos-page .agefos-white {
  color: white;
}
#agefos-page .agefos-purple {
  color: #833f7b;
}
#agefos-page .slides > div > div {
  background-size: cover;
  border: 8px solid #48bbbd;
}
#agefos-page strong {
  font-weight: 600;
}
#agefos-page h2 {
  font-size: 300%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
  opacity: 1;
}
@media (max-width: 480px) {
  #agefos-page h2 {
    font-size: 150%;
  }
}
@media (max-width: 360px) {
  #agefos-page h2 {
    font-size: 100%;
  }
}
#agefos-page h3 {
  font-size: 140%;
  opacity: 1;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (max-width: 360px) {
  #agefos-page h3 {
    font-size: 100%;
  }
}
@media (max-width: 360px) {
  #agefos-page h3 {
    font-size: 110%;
  }
}
#agefos-page h4 {
  opacity: 1;
  font-weight: 600;
}
@media (max-width: 360px) {
  #agefos-page h4 {
    font-size: 100%;
  }
}
#agefos-page .italic {
  opacity: 1;
  font-style: italic;
}
#agefos-page .modal-dialog {
  display: block;
}
#agefos-page .logo {
  width: 200px;
  height: 50px;
}
@media (max-width: 1024px) {
  #agefos-page .logo {
    height: 40px;
  }
}
#agefos-page .first-div {
  opacity: 0.9;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border: 20px solid white;
}
@media (max-width: 480px) {
  #agefos-page .first-div {
    border: 8px solid white;
  }
}
#agefos-page .first-div .logo-agefos {
  position: absolute;
  top: 50px;
  left: 50px;
}
@media (max-width: 480px) {
  #agefos-page .first-div .logo-agefos {
    top: 10px;
    left: 10px;
    width: 160px;
  }
}
#agefos-page .first-div .connexion {
  background-color: #48bbbd;
  height: 50px;
  width: 150px;
  font-size: 20px;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 50px;
  color: white;
  z-index: 10;
}
@media (max-width: 480px) {
  #agefos-page .first-div .connexion {
    top: 10px !important;
    right: 10px !important;
    height: 40px;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #agefos-page .first-div .connexion {
    top: 10px !important;
    right: 10px !important;
    height: 40px;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
  }
}
#agefos-page .first-div .accroche {
  position: absolute;
  bottom: 100px;
  left: 100px;
  border-radius: 10%;
}
@media (max-width: 480px) {
  #agefos-page .first-div .accroche {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 360px) {
  #agefos-page .first-div .accroche {
    left: 30px;
    bottom: 30px;
  }
}
#agefos-page .first-div .accroche h1 {
  font-size: 750%;
  opacity: 1;
  font-weight: 700;
}
@media (max-width: 900px) {
  #agefos-page .first-div .accroche h1 {
    font-size: 550%;
  }
}
@media (max-width: 768px) {
  #agefos-page .first-div .accroche h1 {
    font-size: 500%;
  }
}
@media (max-width: 480px) {
  #agefos-page .first-div .accroche h1 {
    font-size: 300%;
  }
}
#agefos-page .first-div .accroche h2 {
  font-size: 500%;
  opacity: 1;
  margin: 0 auto;
}
@media (max-width: 900px) {
  #agefos-page .first-div .accroche h2 {
    font-size: 350%;
  }
}
@media (max-width: 768px) {
  #agefos-page .first-div .accroche h2 {
    font-size: 300%;
  }
}
@media (max-width: 480px) {
  #agefos-page .first-div .accroche h2 {
    font-size: 180%;
  }
}
#agefos-page .first-div .accroche h3 {
  font-size: 200%;
  opacity: 1;
  font-weight: 700;
}
@media (max-width: 900px) {
  #agefos-page .first-div .accroche h3 {
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  #agefos-page .first-div .accroche h3 {
    font-size: 125%;
  }
}
@media (max-width: 480px) {
  #agefos-page .first-div .accroche h3 {
    font-size: 80%;
    margin: 0 auto;
  }
}
#agefos-page #slider1_container {
  width: 100%;
  height: 100vh;
  border: 20px solid #48bbbd;
}
@media (max-width: 480px) {
  #agefos-page #slider1_container {
    border: 8px solid #48bbbd;
  }
}
#agefos-page #slider1_container .texte {
  color: white;
  padding: 40px;
}
#agefos-page #slider1_container .texte h1 {
  font-size: 80px;
  font-weight: bold;
}
#agefos-page #slider1_container .texte h2 {
  font-size: 40px;
  font-weight: bold;
}
#agefos-page #slider2_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1910px;
  height: 480px;
}
#agefos-page #slider3_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  border: 20px solid #48bbbd;
}
@media (max-width: 480px) {
  #agefos-page #slider3_container {
    border: 8px solid #48bbbd;
  }
}
#agefos-page .swiper-button-prev, #agefos-page .swiper-container-rtl .swiper-button-next {
  background-image: url("../../img/agefos/fleche_droite.png");
  background-size: cover;
  top: unset;
  left: unset;
  bottom: 0;
  right: 50px;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  opacity: 0.9;
}
#agefos-page .swiper-button-prev:hover, #agefos-page .swiper-container-rtl .swiper-button-next:hover {
  opacity: 1;
}
#agefos-page .swiper-button-next, #agefos-page .swiper-container-rtl .swiper-button-prev {
  background-image: url("../../img/agefos/fleche_droite.png");
  background-size: cover;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0px;
  width: 50px;
  height: 50px;
  opacity: 0.9;
}
#agefos-page .swiper-button-next:hover, #agefos-page .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 1;
}
#agefos-page .overlay-box {
  position: absolute;
  border-radius: 4px;
  left: 100px;
  background-color: #48bbbd;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 200;
  color: white;
  padding: 16px;
  text-align: left;
}
#agefos-page .overlay-box.features {
  bottom: 100px;
  width: 50%;
  max-width: 600px;
  min-width: 260px;
}
@media (max-width: 900px) {
  #agefos-page .overlay-box.features h2 {
    font-size: 200%;
  }
  #agefos-page .overlay-box.features h3 {
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  #agefos-page .overlay-box.features h2 {
    font-size: 150%;
  }
  #agefos-page .overlay-box.features h3 {
    font-size: 120%;
  }
}
@media (max-width: 480px) {
  #agefos-page .overlay-box.features {
    bottom: unset;
    left: 30px;
  }
  #agefos-page .overlay-box.features h3 {
    font-size: 100%;
  }
}
#agefos-page .overlay-box.temoignage {
  width: 60%;
  bottom: 10%;
  min-width: 260px;
  max-width: 600px;
}
#agefos-page .overlay-box.temoignage h2 {
  font-size: 250%;
  margin: 0px 0 16px 0;
}
@media (max-width: 700px) {
  #agefos-page .overlay-box.temoignage h2 {
    font-size: 200%;
  }
}
#agefos-page .overlay-box.temoignage h3 {
  font-size: 120%;
}
@media (max-width: 700px) {
  #agefos-page .overlay-box.temoignage h3 {
    font-size: 100%;
  }
}
@media (max-width: 480px) {
  #agefos-page .overlay-box.temoignage h3 {
    font-size: 90%;
  }
}
#agefos-page .overlay-box.temoignage h4 {
  margin: 16px 0 0px 0;
  font-size: 100%;
}
@media (max-width: 480px) {
  #agefos-page .overlay-box.temoignage {
    left: 30px;
  }
}
#agefos-page .tests {
  background-color: #e74079;
  padding: 80px;
  height: 960px;
  color: white;
  overflow: hidden;
}
@media (max-width: 480px) {
  #agefos-page .tests {
    padding: 20px;
  }
}
#agefos-page .tests .title {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  #agefos-page .tests .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  #agefos-page .tests .title {
    margin-bottom: 10px;
  }
}
#agefos-page .tests .buttons {
  display: flex;
}
#agefos-page .tests .buttons .contact-btn {
  background-color: white !important;
  color: #e74079;
  height: 50px;
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  line-height: 50px;
  margin: 32px auto;
  text-align: center;
  margin: 32px 16px;
}
#agefos-page .tests h2 {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 700px) {
  #agefos-page .tests h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #agefos-page .tests h2 {
    font-size: 30px;
  }
}
#agefos-page .tests h3 {
  display: flex;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  max-width: 780px;
}
@media (max-width: 700px) {
  #agefos-page .tests h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #agefos-page .tests h3 {
    font-size: 16px;
  }
}
#agefos-page .tests div {
  background-color: transparent !important;
}
#agefos-page .tests .slide-tests {
  height: 480px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  transition: all 1s;
  overflow: hidden;
  background-color: white !important;
  border-radius: 4px;
}
#agefos-page .tests .slide-tests .test-img {
  width: 370px;
  height: auto;
}
#agefos-page .tests .slide-tests .test-img img {
  width: 100%;
}
#agefos-page .tests .slide-tests .test-texte {
  padding: 20px 20px;
}
#agefos-page .tests .slide-tests .test-texte h2 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #agefos-page .tests .slide-tests .test-texte h2 {
    font-size: 25px;
  }
}
#agefos-page .tests .slide-tests .test-texte h3 {
  font-size: 20px;
  font-weight: bold;
}
#agefos-page .tests .slide-tests .test-texte h3 i {
  font-size: 30px;
}
#agefos-page .tests .slide-tests .test-texte h3 span {
  color: #000819;
  margin-left: 12px;
}
#agefos-page #cofinancement {
  text-align: center;
  margin: 20px;
}
#agefos-page #contacts, #agefos-page #organismes, #agefos-page #bandeau {
  border: 20px solid white;
}
#agefos-page #contacts h1, #agefos-page #organismes h1, #agefos-page #bandeau h1 {
  color: white;
  font-weight: 600;
}
@media (max-width: 768px) {
  #agefos-page #contacts h1, #agefos-page #organismes h1, #agefos-page #bandeau h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #agefos-page #contacts h1, #agefos-page #organismes h1, #agefos-page #bandeau h1 {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  #agefos-page #contacts h1, #agefos-page #organismes h1, #agefos-page #bandeau h1 {
    font-size: 20px;
  }
}
#agefos-page #contacts {
  border-bottom: unset;
}
#agefos-page #bandeau {
  background-color: #4b4d53;
  border-top: unset;
}
#agefos-page .two-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#agefos-page .two-columns .half-div {
  flex: 1 1 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px;
  min-height: 960px;
}
@media (max-width: 768px) {
  #agefos-page .two-columns .half-div {
    padding: 10px;
    min-height: 460px;
  }
}
#agefos-page .two-columns .half-div .organismes h1, #agefos-page .two-columns .half-div .organismes h2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
#agefos-page .two-columns .half-div .organismes h1.title, #agefos-page .two-columns .half-div .organismes h2.title {
  font-weight: 900;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #agefos-page .two-columns .half-div .organismes h1.title, #agefos-page .two-columns .half-div .organismes h2.title {
    margin: 16px;
  }
}
@media (max-width: 768px) {
  #agefos-page .two-columns .half-div .organismes h1, #agefos-page .two-columns .half-div .organismes h2 {
    font-size: 18px;
  }
}
#agefos-page .two-columns .half-div .organismes h2 {
  font-size: 18px;
}
@media (max-width: 768px) {
  #agefos-page .two-columns .half-div .organismes h2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #agefos-page .two-columns .half-div .organismes h2 {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  #agefos-page .two-columns .half-div .organismes h2 {
    font-size: 12px;
  }
}
#agefos-page .two-columns .half-div .map {
  text-align: center;
}
#agefos-page .two-columns .half-div .map img {
  width: 90%;
}
@media (max-width: 900px) {
  #agefos-page .two-columns .half-div .map img {
    width: 75%;
  }
}
#agefos-page .two-columns .half-div .one-organisme {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 8px;
  min-height: 60px;
  width: 100%;
}
#agefos-page .two-columns .half-div .number-circle {
  flex: 0 0 50px;
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #48bbbd;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
@media (max-width: 768px) {
  #agefos-page .two-columns .half-div .number-circle {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 20px;
  }
}
#agefos-page .two-columns .half-div .CQP {
  flex: 1 0 250px;
  font-size: 18px;
  color: white;
  margin-left: 45px;
}
@media (max-width: 768px) {
  #agefos-page .two-columns .half-div .CQP {
    font-size: 16px;
    margin-left: 20px;
  }
}
#agefos-page .bg-agefos-pink {
  background-color: #e74079;
}
#agefos-page .bg-agefos-blue {
  background-color: #48bbbd;
}
#agefos-page .contact {
  text-align: center;
  width: 70%;
}
#agefos-page .contact h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #agefos-page .contact h1 {
    font-size: 30px;
  }
}
#agefos-page .contact-btn {
  background-color: white;
  height: 50px;
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  line-height: 50px;
  margin: 32px auto;
  text-align: center;
}
#agefos-page .contact-btn.organisme {
  color: #48bbbd;
}
#agefos-page .contact-btn.particulier {
  color: #e74079;
}
#agefos-page #bandeau {
  background-color: #4b4d53;
  height: 140px;
}
#agefos-page #bandeau .mentions {
  padding: 40px 50px 50px 50px;
  color: white;
}
#agefos-page #bandeau .mentions img {
  height: 40px;
}
#agefos-page #bandeau .mentions span {
  float: right;
  line-height: 40px;
}
#agefos-page #bandeau .mentions span strong {
  font-weight: bold;
  margin-left: 40px;
}

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