.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #e4051f;
    font-family: 'Roboto Condensed', sans-serif; 
    letter-spacing: 0.8px;
    font-weight: 600;
}
 
.navbar-dark .navbar-nav .nav-link {
    color: #676767;
    font-family: 'Roboto Condensed', sans-serif;  
    letter-spacing: 0.8px; 
}

a,p,span,div,h1,h2,h3,h4,h5,h6,li,ul{
   font-family: 'Roboto Condensed', sans-serif;   
   line-height: 1.42em;
   letter-spacing: 0.8px;
}

.title{
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.42em;
    letter-spacing: 0.8px; 
}

.cadre{
    border: solid 1px #eeeeee;
    padding: 10px;
}

.title-accueil{
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.42em;
    letter-spacing: 0.8px; 
}

.title-text{
    color: #e4051f;
    font-size: 24px;
}

.texte-site{
    color: #676767;
    line-height: 1.42em;
    letter-spacing: 0.8px;
    text-align: justify;
}
  
#text_menu{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.bg-dark1 {
    background-color: #ffffff!important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 5%);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #e4051f;
}

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.navbar-toggler {
    padding: 6px;
    font-size: 20px;
    line-height: 1;
    background-color: #9a9a9a;
    border: 1px solid #e4051f;
    border-radius: 0px;
}
 
.bg-dark2 {
    background-color: #ebebeb!important;
}

.text-rouge {
    color: #e4051f!important;
    text-align: left;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.42em;
} 

.btn-accueil{
    background: #d8d8d8;
    border: none;
    border-radius: 0px;
    padding: 10px;
    color: #676767;
}

.section-accueil{
    padding-bottom: 40px;
    padding-top: 40px;
    background: #edf1f3;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #676767;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.42em;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
    padding-top: 10px; 
}

@media screen and (max-width: 767px) {
  .logo-groupe {
    display:none;
  }
}
            
@media screen and (max-width: 767px) {
  .logo-site {
    width:80%;
  }
}

@media screen and (max-width: 2560px) {
  .padding-190{ 
        padding-left: 190px;
        padding-right: 190px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1040px) {
      .padding-190{ 
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }
    
 @media screen and (max-width: 2560px) {
      .centered {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          color: #ffffff;
          font-size: 24px;
          font-weight: 600;
          width: 80%;
        }
    }
    
    @media screen and (max-width: 800px) {
      .centered {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          color: #ffffff;
          font-size: 18px;
          font-weight: 600;
          width: 80%;
        }
    }
