#header{
  z-index: 100000;
}

.deep-nav-btn{
  background: #c76e00;
  border-radius: 3px;
}

.deep-nav-btn:hover{
  background: none;
  border: 2px solid #c76e00;
  color: var(--default-color);
  transition: all ease-in-out 0.3s;
}

#particles-js{
  z-index: 0;
  width: 100%;
  height: 100%;
  position:absolute;
  background: transparent;
  /*background-image: linear-gradient(to bottom right, #004aad 50%, rgba(0, 74, 173, 0.7));*/
}

#particles-js1, #particles-js2, #particles-js3{
  z-index: 0;
  width: 100%;
  height: 100%;
  position:absolute;
  background: transparent;
  /*background-image: linear-gradient(to bottom right, #004aad 50%, rgba(0, 74, 173, 0.7));*/
}

.headpage-particles-section{
  margin-top: -170px;
}

.bg-gray{
  background: #f5f5f5;
}

#back-bg{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#back-bg > .back-bg-mirror, 
#back-bg > .back-bg-background{
  margin: 0;
  padding: 0;    
  width: 100%;
  height: 100%;
  z-index: -999;
  position: absolute;
}

#back-bg > .back-bg-mirror{
  opacity: 0.8;
  background-color: #004aad;
}

.formation-partner-image{
  width: 10%;
}

.deep-title{
  color: #fff;
  border-bottom: 5px solid #c76e00;
}

.deep-breadcrumb{
  color: #fff;
  font-size: 21px;
  font-family: "Comfortaa";
  border-bottom: 2px solid #c76e00; 
}

.deep-breadcrumb:hover{
  color: #fff;
  border-bottom: none; 
}

.deep-btn{
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  transition: 0.5s;
  margin: 10px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 2px solid var(--accent-color);
}

.deep-btn:hover{
  background: none;
  color: var(--default-color);
}

.deep-btn-sm{
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  padding: 5px 15px;
  transition: 0.5s;
  margin: 10px;
  cursor: pointer;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 2px solid var(--accent-color);
}

.deep-btn-sm:hover{
  background: none;
  color: var(--default-color);
}

.deep-list-item{
  height: 40px;
  font-size: 16px;
  margin-bottom: 7px;
  padding: 0 7px 0 7px;
  border-bottom: 2px solid #f5f5f5;
}

.deep-list-item a{
  margin-top: 7px;
}

.deep-contact-form{
  padding: 30px;
  border-radius: 21px;
  background: rgb(0, 74, 173, 0.05);
}

.copyright{
  z-index: 100;
}

.copyright .social-media a{
  color: #fff;
}

.copyright .social-media a:hover{
  color: #c76e00;
}


/*--------------------------------------------------------------
# Service infos Section (avoid all styles)
--------------------------------------------------------------*/
.deep-section-content{
  font-size: 15px;
  line-height: 26.1px;
  font-family: "Comfortaa";
}

.deep-section-content h1{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 7px;
}

.deep-section-content h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}

.deep-section-content h3{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}

.deep-section-content ul{
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
  margin: 10px 0;
}

.deep-section-content ul li{
  list-style-type: disc;
  font-size: 15px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.deep-section-content ol{
  padding-left: 20px;
  font-size: 15px;
  margin: 10px 0;
}

.deep-section-content ol li{
  list-style-type: decimal;
  font-size: 15px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.deep-section-content ol li ul{
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
  margin: 10px 0;
}

.deep-section-content ol li ul li{
  list-style-type: disc;
  font-size: 15px;
  padding: 0;
  margin: 0;
  width: 100%;
}

/*.deep-section-content a{
  all: unset; /* Resets all properties to their initial values for elements within .reset-styles *
}*/

.deep-section-content p{
  font-size: 15px;
  line-height: 26.1px;
  font-family: "Comfortaa";
  font-weight: 400;
}

.deep-section-content table{
  width: 100%;
  font-family: "Roboto";
  border: 2px solid #ddd;
}

.deep-section-content table tr td{
  padding: 12px;
  font-family: "Roboto";
  border: 2px solid #ddd;
}

.deep-section-content table tr th p, .deep-section-content table tr td p{
  font-family: "Roboto";
}

.deep-section-content blockquote {
  text-align: left;
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
.partners .partner-item {
  background-color: var(--surface-color);
  box-sizing: content-box;
  text-align: center;
  padding: 30px;
  margin: 30px 15px;
  position: relative;
  height: 100%;
}

.partners .partner-item:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.partners .partner-item .partner-img {
  width: 100%;
  margin-right: 5px;
}

.partner-image-container{
  width: 100%;
  height: 170px;
}

.partner-image-container span{
  width: 100%;
  height: 100%;
}

.partners .partner-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.partners .partner-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}


/*--------------------------------------------------------------
# Formations List Section
--------------------------------------------------------------*/
.formation-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.formation-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.formation-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.formation-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.formation-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.formation-posts .title a:hover {
  color: var(--accent-color);
}

.formation-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.formation-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.formation-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  .page-title h1{
    font-size: 24px;
  }

  .page-title ol li a{
    font-size: 14px;
  }

  .page-title .breadcrumbs ol li+li::before {
    font-size: 14px; 
  }

  .formation-partner-image{
    width: 25%;
  }

}