@media screen and (max-width: 767px) {

body .td-main-menu-logo img{
  width:auto !important;
}

.vc_column_container {
  background: #fff !important;
}
}


@media screen and (max-width: 767px) {

body.td-main-menu-logo img{
  width:auto !important;
}

}

.icon-social{
    margin-top: 20px;
}

.icon-social a {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: none;
    text-indent: 0;
    margin-left: 3px;
}

.icon-social a img {
    width: 100%;
    height: auto;
}
.footer_bg .icon-social {
  margin-top: 2px;
}
.footer_bg .icon-social a {
   
    width: 18px;
    height: 18px;
    margin: 0px 2px;
    padding:0;
}

.td-page-header.td-pb-padding-side{
    display: none !important;
}

.td-header-wrap.td-header-style-5{
    min-height: 90px;
}


.footer_bg  .td-pb-padding-side{
      display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    gap:15px;
}

@media screen and (min-width: 767px) {
.td-sub-footer-container .td-sub-footer-menu{
    width:100%;
}
.td-sub-footer-container .td-sub-footer-copy{
    width:100%;
    padding-left:10px;
}
}

@media screen and (min-width: 1024px) {
.td-sub-footer-container .td-sub-footer-menu{
    width:55%;
}
.td-sub-footer-container .td-sub-footer-copy{
    width:45%;
    padding-left:0px;
}
}




/* 2026-08-28 : 1er article des blocs "Solidarites" / "Dernieres informations" (td_module_4).
   Format d'origine conserve (grande image, texte en dessous). tagDiv force min-height:194px sur une
   colonne plus etroite que prevu, ce qui deformait l'image : on laisse la hauteur suivre la largeur. */
.td_module_4 .entry-thumb {
    width: 100%;
    height: auto;
    min-height: 0 !important;
}
