p#\38 526 {
    display: none;
}

p#\38 506 {
    display: none;
}

.delegate_number_custom.small span.badge.pull-right {
    display: none;
}

/*Réseau sociaux*/

.fa-facebook:before {
    content: "\f39e";
}
.icon-linkedin::before {
    content: "\f0e1";
}

/*Spacing*/

.display-none{
display: none;
}

.line{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.line-pad-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.line-pad-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.line-pad-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.line-pad-lg {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.line-pad-t-0 {
  padding-top: 0;
}

.line-pad-t-sm {
  padding-top: 2.5rem;
}

.line-pad-t-md {
  padding-top: 5rem;
}
.line-pad-t-lg {
  padding-top: 10rem;
}

.line-pad-b-0 {
  padding-bottom: 0;
}

.line-pad-b-sm {
  padding-bottom: 2.5rem;
}

.line-pad-b-md {
  padding-bottom: 5rem;
}

.line-pad-b-lg {
  padding-bottom: 10rem;
}

/*Link focus*/

.navbar-default .navbar-nav>li>a:focus{
   color: var(--primary)!important;
}

/*Header*/

.line-top-header{
   background: #FDF5EF;
}

/*Footer*/

.line-footer{
   background: #1C2760;
}

/*Page*/

.mod-banner__img{
    top: -2px;
}

/*--Modifs accueil--*/

.line.line-banner-home .mod-banner__img{
    height: 390px!important;
}

.line.line-banner-home h1{
        line-height: 55px!important;
}

.line.line-banner-home .mod-banner__content{
    top: 40%!important;
}

/*--Modifs page équipe--*/

.team .newsList img {
    width: 223px;
    height: 223px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.team .newsList .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width:575px) {
    .team .newsList .row {
        flex-direction: column;
    }
}

.team .newsList .row div {
    text-align: center;
}

@media screen and (max-width:767px) {
    .team .newsList .row div {
        margin-bottom: 15px;
    }
}


.line-color{
   background: #FDF5EF;
}

.img-border-radius img.e-thumbnail{
border-radius: 10px;
}

.line-banner{
padding:0;
}

.line-top-header .zone-html .content {
    display: flex;
    justify-content: flex-start;
}

.top-header__controls {
    display: flex;
}

.top-header__controls__item {
    display: flex;
    padding: 0px;
}

.top-header__controls__item__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #1C2760;
}

.img-icon.-sm {
    width: 26px;
}
.js-btn-print .img-icon.-sm {
    margin-right: 10px;
}

.btn-leaf-or-1 svg path:hover, .btn-leaf-or-1 svg path:focus {
  fill: #f49652;
}

.btn-leaf-blue-1 svg path:hover, .btn-leaf-blue-1 svg path:focus {
  fill: #5864a3;
}

.home .line-banner-interne {
    display: none;
}

@media (max-width: 480px){
.line-footer .header-ext-social-links {
    display: inline-block !important;
}
    }

.menu-type-separator:focus-within .dropdown-menu {display:block;}

.line.no-padding {padding: 0;}
a[name] {margin-top:-114px;padding-top:114px;}

/*Modification de la taille du logo en pied de page*/
#xEvEfKyIns2EN9bGzEZ4NSQF > div > a > img {
  width: 50%; /* Ajuste la taille selon tes besoins */
  height: auto; /* Maintient les proportions */
}