body {
  margin: 0px;
  padding: 0px;
}
a{
  text-decoration: none;
  color: black;
}
.titrePrincipal {
  color: #1271AC;
  padding-top: 5%;
  font-size: 50px;
  padding-bottom: 3%;
}
@media  screen and (max-width: 767px){
  .titrePrincipal{
    padding-top: 100px;
  }
}

.titreAPropos {
  color: #1271AC;
}

.textAPropos {
  padding-top: 1%;
  padding-bottom: 3%;
  font-size: 20px;
}

.bulleBleue {
  background-color: #1271ac63;
  border-radius: 20px;
  box-shadow: 1px 1px 5px black;
  color: black;
}

.btn{
  border-radius: 100px;
  font-size: 30px;
  box-shadow: 1px 1px 5px black;
}
.formButton :hover {
  transform: scale(1.1);
}

.titreServices {
  color: #1271AC;
  font-size: 40px;
}

.texteServices {
  padding-top: 3%;
  font-size: x-large;
}

.logoGauche {
  border-radius: 100%;
}

.s-formules {
  background-image: url("../../images/fond_entreprise.webp");
  background-size: cover;
  background-position: center;
}

.s-expertiseComptable {
  background-image: url("../../images/fond_entreprise.webp");
  background-size: cover;
  background-position: center;
}

.formules {
  background-color: rgba(255, 255, 255, 0.8);
  
}



.container-aPropos {
  background-color: #1271AC;
  color: white;
}

.contactComplet {
  display: flex;
  flex-direction: row;
}

.contact {
  border: solid 1px black;
  height: 250px;
}

.nav-link {
  color: #1271AC;
}


.links {
  transition: transform 400ms 0;
}
.links :hover {
  transform: scale(1.1);
} 


.logoRSA {
  transition: transform 400ms 0;
}
.logoRSA :hover {
  transform: scale(1.3);
}

.droitfiscal {
  background-image: url("../../images/contfiscal.jpg");
  position: relative;
  background-position: center;
  background-size: 100%; /* Adjust the percentage or use specific dimensions */
  padding: 150px;
  text-align: center;
  color: #ffffff;
}

.services-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fiscalcol {
  background-color: #1271AC;
  padding: 15px;
  margin: 10px;
  border-radius: 8px;
  text-align: center;
  width: calc(33.33% - 20px); 
  box-sizing: border-box;
  border: 1px solid #4472D8; 
  color: white;
}

.africa {
  background-image: url("../../images/africa.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
}

.juridique {
  background-image: url("../../images/juridique.jpg");
  position: relative;
  background-position: center;
  background-size: cover; /* Adjust the percentage or use specific dimensions */
  padding: 150px;
  text-align: center;
  color: #ffffff;
}

.expertise {
  background-image: url("../../images/expertComptable.jpg");
  position: relative;
  background-position: center;
  background-size: cover; /* Adjust the percentage or use specific dimensions */
  padding: 180px;
  text-align: center;
  color: #ffffff;
}

.entrepreneur {
  background-image: url("../../images/entrepreneur.jpg");
  position: relative;
  background-position: center;
  background-size: cover; /* Adjust the percentage or use specific dimensions */
  padding: 150px;
  text-align: center;
  color: #ffffff;
}

.compta {
  position: relative;
  background-image: url("../../images/compta.jpg");
  background-position: center;
  background-size: cover;
  padding: 150px;
  text-align: center;
  color: #ffffff;
}

.formulesTitle { /*Floutage sur les images en haut de page */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.plan {
  background-image: url("../../images/planBusiness.jpg");
  position: relative;
  background-position: center;
  background-size: cover; /* Adjust the percentage or use specific dimensions */
  padding: 150px;
  text-align: center;
  color: #ffffff;
}

.social {
  background-image: url("../../images/Socialite.png");
  position: relative;
  background-position: center;
  background-size: cover; /* Adjust the percentage or use specific dimensions */
  padding: 150px;
  text-align: center;
  color: #ffffff;
}

.titreAfrica {
  color: #ffffff; /* Set text color to white */
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* Black outline for each letter */
  padding-top: 5%;
  font-size: 50px;
  padding-bottom: 3%;
}

.reservedRight {
  background-color: #1271AC;
  color: white;
  text-shadow: 1px 1px 5px black;
}

@media (max-width: 993px) {
  .contactComplet {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 993px) {
  .telcolor{
  
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
  }
  .bodyafrique{
    background-color: #000;
  }
}



.liste{
  list-style-type:none;
}

.tableliste{
  margin-top: 50px;
  margin-bottom: 10px;
}

.soustitre{
  margin: 50px;
  font-size: 35px
}

.bgblue{
  background-color: #1271AC;
}

.colortext{
  color: white;
}

.elementlist{
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 25px;
}

.pad0{
  padding: 0px;
}

.fontsiz{
  font-size: 20px;
}

#carouselExampleIndicators .carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/*# sourceMappingURL=style.css.map */
