/*****
  Website: ScoutReady Website
  Author: Delrodie AMOIKON
  Support: delrodieamoikon@gmail.com
  Version: 1.0.0
*****/
body {
  font-family: "Inter", sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #E9F1F7;
  padding: 0 0 5px 0;
}

.navbar-brand img {
  width: 170px;
  height: auto;
}
.navbar-nav {
  display: flex;
  justify-content: end;
  width: 100%;
}
.navbar-nav .nav-link {
  margin: auto 7px;
}
.navbar-nav a {
  color: #00006D;
  text-decoration: none;
}
.navbar-nav a:hover {
  color: #006DBB;
}
.navbar-nav a.nav-link.active {
  color: #006DBB;
}
.navbar .btn-telechargement {
  margin-left: 30px;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #E9F1F7;
  z-index: 1;
}

.btn {
  border-radius: 0;
}

.btn-download {
  background-color: white;
  box-shadow: 1px 1px 7px #757c80;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}
.btn-download i {
  font-size: 3.5rem;
  margin-right: 10px;
  color: #006DBB;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .btn-download i {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-download i {
    font-size: 1.5rem;
  }
}
.btn-download-group {
  display: flex;
  align-items: center;
  transition: all 2s ease-in-out;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.btn-download-group a {
  text-decoration: none;
  color: black;
}
.btn-download-group a:first-child {
  margin-right: 25px;
}
.btn-download-group a:hover {
  color: white;
  background: #006DBB;
}
.btn-download-group a:hover i {
  color: white;
}
.btn-download-group.btn-color {
  justify-content: start;
}
.btn-download-group.btn-color .btn-download {
  box-shadow: none;
  border-radius: 15px;
  padding: 1px 30px;
}
@media screen and (max-width: 767px) {
  .btn-download-group.btn-color .btn-download {
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.btn-download-group.btn-color .btn-download i {
  color: white;
}
.btn-download-group.btn-color .btn-download:first-child {
  background: #00006D;
  color: white;
}
.btn-download-group.btn-color .btn-download:last-child {
  background: #006DBB;
  color: white;
}
.btn-download-group.btn-color .btn-download:hover {
  background: #E9F1F7;
  color: #00006D;
  box-shadow: 1px 1px 3px #00006D;
}
.btn-download-group.btn-color .btn-download:hover i {
  color: #00006D;
}
.btn-download__content-store {
  font-weight: 800;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .btn-download__content-store {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-download__content-store {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 992px) {
  .btn-download__content {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .btn-download {
    padding: 5px 15px;
  }
}

.btn-darkBlue {
  background-color: #00006D;
  color: white;
}
.btn-darkBlue:hover {
  background-color: #006DBB;
  color: white;
}

.btn-blue {
  background-color: #006DBB;
  color: white;
}
.btn-blue:hover {
  background-color: #00006D;
  color: white;
}

.btn-tertialBlue {
  background-color: #91B3CB;
  color: white;
}
.btn-tertialBlue:hover {
  background-color: #006DBB;
  color: white;
}

.atropos-shadow {
  background: transparent !important;
}

footer {
  background: #E9F1F7;
  padding: 100px 0 20px;
  color: rgb(90, 105, 126);
}
footer a {
  text-decoration: none;
  color: rgb(90, 105, 126);
}
footer a:hover {
  color: #006DBB;
}
footer .description {
  text-align: justify;
  line-height: 1.7rem;
}
footer .bloc-title {
  color: #91B3CB;
  margin-bottom: 15px;
}
footer li,
footer .label,
footer .contact {
  padding: 3px 0;
}
footer .contact a {
  color: #91B3CB;
  font-weight: 600;
}
footer .contact a i {
  color: #006DBB;
  margin-right: 5px;
}
footer .contact a:hover {
  color: #006DBB;
}
footer .contact a:hover i {
  color: #91B3CB;
}
footer form {
  margin-top: 25px;
}
footer .form-control {
  border-color: #91B3CB;
  border-radius: 0;
  background: #E9F1F7;
  border-right: 0;
}
footer input:focus {
  background: #E9F1F7;
}
footer input::placeholder {
  color: #91B3CB;
  font-size: 0.9rem;
  font-style: italic;
}
footer .btn {
  border-color: #91B3CB;
  border-left: 0;
  color: #91B3CB;
}
footer .btn i {
  font-size: 1.5rem;
  color: #91B3CB;
}
footer .btn:hover {
  background: #006DBB;
  color: white;
}
footer .btn:hover i {
  color: white;
}
footer .instruction {
  font-size: 0.85rem;
  font-style: italic;
  color: black;
  margin: 50px auto 0;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  footer .instruction {
    width: 100%;
  }
}
footer .copyright {
  border-top: solid 1px #91B3CB;
  margin-top: 15px;
}
footer .copyright .content {
  text-align: center;
  padding: 5px 0;
  font-size: 0.8rem;
}
footer .copyright .content span {
  cursor: pointer;
}
footer .copyright .content span:hover {
  color: #006DBB;
}
@media screen and (max-width: 991px) {
  footer .col-md-6 {
    margin-bottom: 25px;
  }
}

.btn-gotop {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #006DBB;
  bottom: 50px;
  right: 50px;
  text-align: center;
  line-height: 50px;
  color: white;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.6s ease-out;
  animation: beating 2s ease-in-out infinite;
}
.btn-gotop .bi {
  font-weight: bold;
}
.btn-gotop:hover {
  background: #006DBB;
  color: white;
}
@media (max-width: 425px) {
  .btn-gotop {
    bottom: 20px;
    right: 20px;
  }
}

@keyframes beating {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.section-label {
  color: #91B3CB;
  margin-bottom: 40px;
  font-weight: 700;
  cursor: pointer;
}
.section-label:hover {
  color: #006DBB;
}
.section-title {
  color: #00006D;
  font-weight: 600;
  margin: 10px auto;
}

.slide {
  position: relative;
  background: #E9F1F7;
  width: 100%;
  height: 100vh;
}
.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.slide-content img {
  width: 350px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .slide-content img {
    width: 250px;
  }
}
.slide-content__text {
  text-align: justify;
}
.slide-content__text h1 {
  font-weight: 800;
  font-size: 5.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.slide-content__text h1 .scout-style {
  color: #00006D;
}
.slide-content__text h1 .ready-style {
  color: #006DBB;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .slide-content__text h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-content__text h1 {
    font-size: 3.7rem;
    text-align: center;
  }
}
.slide-content__text .slogan {
  font-weight: 200;
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .slide-content__text .slogan {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-content__text .slogan {
    font-size: 1.7rem;
    text-align: center;
  }
}
.slide-content__text .description {
  margin: 50px auto;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.3rem;
  text-align: justify;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .slide-content__text .description {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-content__text .description {
    font-size: 1rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slide-content {
    padding-top: 350px;
  }
  .slide-content img {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .slide {
    height: 150vh;
    border: solid 1px red;
  }
}

.bande-pub {
  position: relative;
  padding: 50px 0;
  background: #006DBB;
}
.bande-pub__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bande-pub__content-illustration {
  background: #91B3CB;
  border-radius: 50%;
  margin-right: 10px;
}
.bande-pub__content-illustration img {
  width: 100px;
  height: auto;
  padding: 15px;
}
.bande-pub__content-text h3 {
  color: white;
  font-weight: 700;
}
.bande-pub__content-text h6 {
  color: #91B3CB;
  font-weight: 300;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .bande-pub__content-text h3 {
    font-size: 1.15rem;
  }
  .bande-pub__content-text h6 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .bande-pub__content-text h3 {
    font-size: 1.15rem;
  }
  .bande-pub__content-text h6 {
    font-size: 0.8rem;
  }
}

.stats-user {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.stats-user h2 {
  font-weight: 800;
  color: #006DBB;
  font-size: 3rem;
}
.stats-user h6 {
  font-weight: 300;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .stats-user__item {
    padding: 30px 0;
  }
}

.fonctionnalite {
  position: relative;
  padding: 50px 0;
}
.fonctionnalite__content-items {
  text-align: center;
}
.fonctionnalite__content .card {
  border: 0;
  border-radius: 0;
  background: #E9F1F7;
  padding: 30px 0;
  cursor: pointer;
  transition: all 2s ease-in-out;
}
.fonctionnalite__content .card-title {
  color: #00006D;
  font-weight: 600;
  margin-top: 10px;
}
.fonctionnalite__content .card-icon img {
  width: 100px;
  height: auto;
}
.fonctionnalite__content .card-text {
  line-height: 1.7rem;
  text-align: justify;
  padding: 25px;
}
.fonctionnalite__content .card:hover {
  animation: bound 5s linear infinite;
  background: transparent !important;
}

.fonctionnement,
.apropos {
  position: relative;
  padding: 100px 0;
}
.fonctionnement .section-label,
.apropos .section-label {
  padding-bottom: 0;
  margin-bottom: 0;
}
.fonctionnement li,
.apropos li {
  line-height: 2.2rem;
}
.fonctionnement-accroche,
.apropos-accroche {
  font-style: italic;
  color: #006DBB;
  font-weight: 400;
}
.fonctionnement .btn-download-group,
.apropos .btn-download-group {
  margin-top: 25px;
}
.fonctionnement__content-illustration .image-wrapper,
.apropos__content-illustration .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
.fonctionnement__content-illustration .image-wrapper img,
.apropos__content-illustration .image-wrapper img {
  width: 48%;
  height: auto;
  position: relative;
}
.fonctionnement__content-illustration .image-wrapper img:first-child,
.apropos__content-illustration .image-wrapper img:first-child {
  z-index: 1;
}
.fonctionnement__content-illustration .image-wrapper img:last-child,
.apropos__content-illustration .image-wrapper img:last-child {
  z-index: 2;
  margin-left: -250px;
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  .fonctionnement__content-illustration .image-wrapper img:last-child,
  .apropos__content-illustration .image-wrapper img:last-child {
    margin-left: -150px;
  }
}
.fonctionnement__content-illustration .image-wrapper img:hover,
.apropos__content-illustration .image-wrapper img:hover {
  transform: scale(1.1);
  transition: all 2s ease-in-out;
  z-index: 10;
}

.temoignages {
  margin: 100px auto;
}
.temoignages__content .card {
  border-color: #91B3CB;
  border-radius: 0;
}
.temoignages__content .profile {
  display: flex;
  align-items: center;
  justify-content: start;
}
.temoignages__content .avatar {
  width: 25%;
  height: auto;
  border-radius: 50%;
}
.temoignages__content .identite {
  margin-left: 7px;
}
.temoignages__content .identite .nom {
  font-weight: 600;
  color: #00006D;
  font-size: 1rem;
}
.temoignages__content .identite .fonction {
  font-weight: 300;
  color: #006DBB;
  font-size: 0.9rem;
}
.temoignages__content .message {
  font-weight: 300;
  font-style: italic;
  line-height: 1.5rem;
  padding-top: 25px;
  padding-bottom: 5px;
}

@keyframes bound {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10);
  }
}
.page.breadcrumb {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 150px;
  text-align: center;
}

.breadcrumb__content {
  color: #00006D;
}
.breadcrumb__content-label {
  font-weight: 400;
  font-size: 2.8rem;
}
.breadcrumb__content-active {
  font-weight: 700;
  font-size: 3.4rem;
}

.apropos-text {
  text-align: justify;
  line-height: 2.1rem;
}
.apropos-stats {
  margin: 50px auto;
}
.apropos-stats__item .valeur {
  font-weight: 700;
  font-size: 3rem;
  color: #006DBB;
}
.apropos-stats__item .label {
  font-size: 1.5rem;
  font-weight: 300;
}

.raison .card {
  border-radius: 0;
  border: 0;
}
.raison .card-body {
  margin: 0 auto;
  padding: 30px 30px;
  line-height: 1.9rem;
}
.raison .card-num {
  text-align: center;
  color: #006DBB;
  font-size: 2.3rem;
  font-weight: 700;
}
.raison .card-title {
  color: #00006D;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.raison .card-text {
  padding: 30px 5px;
}
.raison .slider-container li:nth-child(odd) .card {
  background-color: rgba(0, 109, 187, 0.2);
}
.raison .slider-container li:nth-child(even) .card {
  background-color: rgba(0, 0, 109, 0.2);
}

.utilite {
  margin: 150px auto;
  transition: all 2s ease-in-out;
}
.utilite__content-label {
  color: #91B3CB;
  font-weight: 600;
  font-size: 1.25rem;
}
.utilite__content-title {
  color: #00006D;
  font-size: 1.7rem;
}
.utilite__content-text {
  text-align: justify;
  line-height: 1.9rem;
}
.utilite__content-text strong {
  color: #006DBB;
}
.utilite__content-text ul {
  margin: 25px auto;
}
.utilite__content-text li {
  padding: 7px 0;
}
.utilite__content-illustration .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
.utilite__content-illustration .image-wrapper img {
  width: 50%;
  height: auto;
  position: relative;
}
.utilite__content-illustration .image-wrapper img:first-child {
  z-index: 1;
  width: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .utilite__content-illustration .image-wrapper img:first-child {
    width: 40%;
  }
}
.utilite__content-illustration .image-wrapper img:last-child {
  z-index: 1;
  width: 33%;
  margin-left: -100px;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .utilite__content-illustration .image-wrapper img:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .utilite__content-illustration .image-wrapper img {
    width: 90%;
  }
}

.quiz {
  margin: 150px auto;
}

.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-border-color: transparent !important;
  --bs-accordion-active-color: variable.$color-tertialBlue;
}
.accordion-item {
  border-bottom: solid 1px #91B3CB;
}
.accordion-item h2 {
  color: #00006D;
  font-weight: 600;
}
.accordion-button {
  color: #00006D;
  font-weight: 600;
}

.article {
  margin-bottom: 150px;
}
.article-content__text {
  text-align: justify;
  line-height: 1.9rem;
}
.article-content__text h5 {
  margin-top: 25px;
}
.article-content__text h6 {
  margin-top: 20px;
  font-weight: 600;
}
.article a {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css-2N_sgSr.map */
