footer .footer-logo2 {
        background: url(/wp-content/themes/noeStarter/images/logo_cc.png) no-repeat 0 0;
        display: inline-block;
        width: 162px;
        height: 99px;
}
footer .footer-logo3 {
        background: url(/wp-content/themes/noeStarter/images/famille_plus.jpg) no-repeat 0 0;
        display: inline-block;
        width: 90px;
        height: 90px;
}
@media only screen and (min-width: 1613px) {
    #logoeco {
        display:block;
        position:absolute;
        right:20px;
        top:50px;
        width: 220px;
        height: 220px;
    }
}
@media only screen and (max-width: 1612px) {
    #logo {
        left: 0px !important;
    }
    .noewp-main-menu-wrapper>ul>li>a {
        padding: 10px 10px !important;
    }
    .noewp-main-menu-wrapper>ul>li>a {
        padding: 10px !important;
        font-size: 15px !important;
    }
    #logoeco {
        position: absolute;
        width: 220px;
        height: 220px;
        right: 20px;
        top: 50px;
    }
    .noewp-main-menu-wrapper>ul {
        text-align: center !important;
        float: none !important;
        margin-left: 15%;
        margin-right: 15%;
    }
}
@media only screen and (max-width: 1440px) {
    .full-header nav.social, nav.social {
        padding: 8px 0 0 0 !important;
    }
        .mobile.retina header #logo {
        left: 52px !important;
        top: 14px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .full-header nav.social, nav.social {
        padding: 8px 0 0 0 !important;
    }
    .mobile.retina header #logo {
        left: 40px !important;
        top: -22px !important;
    }
    .full-header #logo ,#logoeco{
        width: 150px !important;
        height: 160px !important;
    }
}
@media only screen and (max-width: 768px){

body .mobile.retina header #logo {
        left: 180px !important;
    }

.mobile.retina header #logo {
        left: 40px !important;
        top: -22px !important;

    }
.mobile .toggle-menu {
        top: 16px !important;
    }
div#logoeco {
        left: 30% !important;
    }
div#logoeco img {
        max-width: 70px !important;
        max-height: 70px !important;
    }
div#logoeco {
        left: 195px !important;
        top: 16px !important;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .mobile.retina header #logo {
        left: 50px !important;
        top: -30px !important;
    }
        .full-header #logo, #logoeco {
        width: 150px !important;
        height: 160px !important;
        float: left;
        left: 20%;
        top: 10px;
    }
}
@media (orientation: landscape) {
   .mobile.retina header #logo {
        left: 35px !important;
        top: -30px !important;
    }
   /* .full-header #logo, #logoeco {
        width: 150px !important;
        height: 160px !important;
        float: left;
        left: 20%;
        top: 10px;
    }*/
    #logoeco > a > img{
        width: 50%;
        height: 50%;
    }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .full-header #logo, #logoeco {
        width: 150px !important;
        height: 160px !important;
        float: left;
        left: 20%;
        top: 10px;
    }
}

@media only screen and (max-width: 749px) {
    #logoeco {
        position:absolute;
        width:57px;
        height:57px;
        left:190px;
        top:5px;
    }
    #logoeco img {
        width:57px;
        height:57px;
    }
}
@media only screen and (max-width: 620px) {
nav.social ul li {
        padding-right: 6px !important;
    }
    #logoeco {
        position:absolute;
        width:57px;
        height:57px;
        left:74px;
        top:90px;
    }
    #logoeco img {
        width:57px;
        height:57px;
    }
}
@media only screen and (max-width: 550px) {
    .mobile.retina header #logo {
        left: 50px !important;
        top: -25px !important;
    }
    #logoeco {
        position:absolute;
        width:57px;
        height:57px;
        left:190px;
        top:5px;
    }
    #logoeco img {
        width:57px;
        height:57px;
    }
}
@media only screen and (max-width: 425px) {
    div#logoeco {
        top: 22px !important;
    }
    #logo {
        left: 25px !important;
        top: -25px;
    }
}

/** Agenda Liste / Actu */
.agenda-liste,
.post-8955 .noenews-list {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.post-8955 .noenews-list {
    padding-left: 20px;
    padding-right: 20px;
}

.agenda-liste .agenda-list-item,
.post-8955 .noenews-list .actu-list-item {
    width: 100% !important;
}

.post-8955 .noenews-list .actu-list-item {
    margin: 0;
    flex: 0 0 auto;
}

.agenda-liste .agenda-list-item h4,
.post-8955 .noenews-list .actu-list-item h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.agenda-liste .agenda-list-item .agenda-detail,
.post-8955 .noenews-list .actu-list-item .actu-detail {
    padding-bottom: 20px;
}

.agenda-liste .agenda-list-item .agenda-image a,
.agenda-liste .agenda-list-item .agenda-image img,
.post-8955 .noenews-list .actu-list-item .actu-detail a,
.post-8955 .noenews-list .actu-list-item .actu-detail img {
    display: block;
}

@media (min-width: 640px) {
    .post-8955 .noenews-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 750px) {
    .agenda-liste  {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1000px) {
    .agenda-liste,
    .post-8955 .noenews-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .post-8955 .noenews-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
