* {
  font-family: "Montserrat", sans-serif;
}
*:focus, *:focus-visible {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

h2 {
  font-size: 2.5rem !important;
}

h3 {
  font-size: 2.5rem !important;
}

.bg-primary, .btn-primary, .form-check-input:checked, .btn-outline-light:hover, .btn-outline-light:focus, header .dropdown-item:hover, header .dropdown-item.active {
  background-color: #FCC232 !important;
}

.bg-secondary, .btn-secondary, .list-group-item.active {
  background-color: #B1D1EC !important;
}

.bg-secondary-transparent {
  background-color: rgba(177, 209, 236, 0.75) !important;
}

.bg-info, .btn-info {
  background-color: #55276A !important;
}

.bg-info-transparent {
  background-color: rgba(85, 39, 106, 0.8) !important;
}

.bg-dark, .btn-dark {
  background-color: #91c4b9 !important;
}

.bg-light, .btn-light, .dropdown-menu, .form-control, .form-select {
  background-color: #eff2ef !important;
}

.bg-light-transparent {
  background-color: rgba(239, 242, 239, 0.4) !important;
}

.bg-black, .btn-black {
  background-color: #000;
}

.bg-white, .btn-white {
  background-color: #fff;
}

.bg-overlay {
  background-image: radial-gradient(circle at 74% center, rgba(88, 0, 161, 0.5019607843), #5900a0);
}

.text-primary, .link-primary, .form-group a, .nav-link:focus, .nav-link:hover, .contacts .card i, .btn-docted {
  color: #FCC232 !important;
}

.text-secondary, .link-secondary {
  color: #B1D1EC !important;
}

.text-info, .link-info, .link-info:hover, header .dropdown-item {
  color: #55276A !important;
}

.text-dark, .link-dark {
  color: #91c4b9 !important;
}

.text-light, .link-light, .connect {
  color: #eff2ef !important;
}

.text-black, .link-black, #menu-mobile .nav-link, #menu-mobile .nav-link.active {
  color: #000 !important;
}

.text-white, .link-white, .btn-info, .nav-link, .nav-link.active, header .dropdown-item:hover, header .dropdown-item.active, .btn-outline-light:hover, .btn-outline-light:focus {
  color: #fff !important;
}

.border-primary, .btn-outline-primary, .offcanvas .btn-outline-light, .form-check-input:checked {
  border-color: #FCC232 !important;
}

.border-secondary, .btn-outline-secondary, .list-group-item.active {
  border-color: #B1D1EC !important;
}

.border-info, .btn-outline-info {
  border-color: #55276A !important;
}

.border-dark, .btn-outline-dark {
  border-color: #91c4b9 !important;
}

.border-light, .btn-outline-light, .contacts .card, .form-check-input:focus, .btn-close:focus, .form-select, .form-control:focus, .connect {
  border-color: #eff2ef !important;
}

.border-black, .btn-outline-black {
  border-color: #000 !important;
}

.border-white, .btn-outline-white {
  border-color: #fff !important;
}

.btn {
  font-weight: bold;
}

.btn-primary, .btn-secondary, .btn-info, .btn-dark, .btn-light, .btn-white, .btn-black, .form-control, .form-select {
  border: 0;
  outline: none;
}

.btn:focus, .form-control, .form-select {
  box-shadow: none !important;
}

.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-dark:hover, .btn-light:hover, .btn-white:hover, .bg-info.hover:hover, .link-primary:hover, .link-secondary:hover, .link-info:hover, .link-dark:hover, .link-light:hover, .link-white:hover, .connect:hover {
  filter: brightness(75%);
}

.btn-black:hover, .link-black:hover {
  filter: brightness(115%);
}

.connect {
  border-left: 1px solid;
  margin: 0.5rem 0 0.5rem 0.5rem;
  padding: 0.5rem 0 0.5rem 1rem;
}

#content p, #content li {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.8;
}
#content p {
  margin-bottom: 0.6rem;
  text-align: justify;
}
#content.text-center p {
  text-align: center;
}
#content p:last-of-type {
  margin-bottom: 0;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
  margin-top: 2rem !important;
}
#content img, #content iframe {
  max-width: 100%;
  margin: 10px 0;
  border-radius: 1rem;
  border: 1px solid #eff2ef;
  padding: 5px;
}
#content h3 {
  font-weight: 600 !important;
}
#content h4 {
  font-weight: 500 !important;
}
#content strong {
  font-weight: 500;
}
#content blockquote {
  margin: 2rem 0 2rem;
  padding-left: 20px;
  margin-left: 75px;
  border-left: 2px solid #FCC232;
  position: relative;
  color: #FCC232;
}
#content blockquote p {
  font-weight: 700;
}
#content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  color: #FCC232;
  font-weight: 900;
  font-size: 3em;
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
}
#content .fr-img-caption .fr-inner {
  text-align: center;
  display: block;
  font-style: italic;
  font-size: 0.8em;
  color: rgba(145, 196, 185, 0.7);
}

.sociaux .whatsapp, .sociaux .youtube, .sociaux .linkedin, .sociaux .facebook, .sociaux .instagram, .sociaux .twitter {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.sociaux .whatsapp {
  border: 2px solid #25d366;
}
.sociaux .whatsapp i {
  color: #25d366;
}
.sociaux .youtube {
  border: 2px solid #FF0000;
}
.sociaux .youtube i {
  color: #FF0000;
}
.sociaux .linkedin {
  border: 2px solid #0077B5;
}
.sociaux .linkedin i {
  color: #0077B5;
}
.sociaux .facebook {
  border: 2px solid #4267B2;
}
.sociaux .facebook i {
  color: #4267B2;
}
.sociaux .instagram {
  border: 2px solid #E1306C;
}
.sociaux .instagram i {
  color: #E1306C;
}
.sociaux .twitter {
  border: 2px solid #1DA1F2;
}
.sociaux .twitter i {
  color: #1DA1F2;
}
.sociaux .whatsapp:hover {
  background-color: #25d366;
}
.sociaux .whatsapp:hover i {
  color: #fff;
}
.sociaux .youtube:hover {
  background-color: #FF0000;
}
.sociaux .youtube:hover i {
  color: #fff;
}
.sociaux .linkedin:hover {
  background-color: #0077B5;
}
.sociaux .linkedin:hover i {
  color: #fff;
}
.sociaux .facebook:hover {
  background-color: #4267B2;
}
.sociaux .facebook:hover i {
  color: #fff;
}
.sociaux .instagram:hover {
  background-color: #E1306C;
}
.sociaux .instagram:hover i {
  color: #fff;
}
.sociaux .twitter:hover {
  background-color: #1DA1F2;
}
.sociaux .twitter:hover i {
  color: #fff;
}

.form-control, .form-select {
  padding: 1rem !important;
}

.text-justify {
  text-align: justify !important;
}

.cercle-6 {
  width: 6rem;
  height: 6rem;
}

.cercle-110 {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.rounded-bottom-right {
  border-radius: 0 5rem 0 0;
}

.rounded-bottom-left {
  border-radius: 0 0 0 5rem;
}

.border-dotted {
  border-style: dotted !important;
}

.fs-7 {
  font-size: 0.7rem !important;
}

@media (min-width: 768px) {
  :root {
    --spacer: 7rem;
  }
}
@media (max-width: 767px) {
  :root {
    --spacer: 4rem;
  }
}
.mb-6, .my-6 {
  margin-bottom: var(--spacer);
}

.mt-6, .my-6 {
  margin-top: var(--spacer);
}

.pb-6, .py-6 {
  padding-bottom: var(--spacer);
}

.pt-6, .py-6 {
  padding-top: var(--spacer);
}

header .nav-item {
  padding-right: 1rem;
}
header .nav-item:last-of-type {
  padding-right: 0;
}
header .nav-item .nav-link {
  font-weight: 300;
}
header .nav-item .nav-link.active {
  font-weight: 700 !important;
}
header .dropdown-menu li {
  padding: 0.5rem !important;
}
header .dropdown-menu li .dropdown-item {
  border-radius: 4px;
}

.formations .card:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .connect {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .connect {
    color: #FCC232 !important;
    border: 1px solid #FCC232 !important;
    border-radius: 1rem;
    margin-left: 0;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 1199px) {
  header .nav-item {
    padding-right: 0.5rem;
  }
}