/*
Theme Name: My Child Theme. Child for Ascend
Description: Child theme for Ascend theme.
Author: Pierre-Edouard de Breuvand
Template: ascend
Version: 1.0
*/

/* FONT FAMILY */

/* BARRE NOTIFICATION */
.wpfront-message > marquee {
    vertical-align: middle;
}
.wpfront-message > marquee > p {
    height: 20px;
}

/* HOME PAGE */
.page-id-510 aside.col-lg-3,
.page-id-510 aside div.col-lg-3 {
    width: unset;
}

#video-bandeau .video {
    width: 75%;
    display: flex;
    margin: 0 auto;
}

.homepagecontent > .row {
    display: flex;
    justify-content: space-between;
}
.homepagecontent .main.col-lg-9.col-md-8.kt-sidebar.kt-sidebar-left,
.homepagecontent .main.col-lg-9.col-md-8.kt-sidebar.kt-sidebar-right {
    display: none;
}
#ktsidebar h4.widget-title {
    background-color: rgb(150, 194, 47);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.sidebar .widget-title::before {
    content: none!important;
}

#ktsidebar .mec-sm959 {
    background-color: #fff;
    width: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}

#ktsidebar #mec_skin_579 article .btn-wrapper {
    display: none;
}


#text-5 h6 {
    background-color: rgb(150, 194, 47);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

#text-5 > .textwidget {
    background-color: #fff;
    width: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}

#kadence_recent_posts-3 > h6 {
    background-color: rgb(150, 194, 47);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
#kadence_recent_posts-3 > ul {
    background-color: #fff;
    width: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
} 
#kadence_recent_posts-3 > ul > li {
    display: flex;
    flex-direction: column;
}
#kadence_recent_posts-3 > ul > li > a {
    display: flex;
    flex-direction: column;
}

.home #inner-wrap.wrap.clearfix.contentclass.hfeed {
    background: linear-gradient(-140deg,rgb(60, 155, 215), rgb(22, 71, 143));
}
.home.blog #inner-wrap .kt_blog_home.grid-postlist .kad_blog_item article:hover {
    box-shadow: 0px 6px 25px -6px black;
}
.home.blog #inner-wrap .kt_blog_home.grid-postlist .kad_blog_item article {
    background-color: white;
    box-shadow: 0px 1px 5px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.home.blog #inner-wrap .kt_blog_home.grid-postlist .kad_blog_item article img {
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}
.home.blog #inner-wrap .kt_blog_home.grid-postlist .kad_blog_item article img:hover {
    filter: opacity(.7);
    -webkit-filter: opacity(.7);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}
.home.blog #inner-wrap .kt_blog_home.grid-postlist .kad_blog_item article .postcontent {
    padding: 10px;
}

.rowtight.homepromo.clearfix.kt-home-iconmenu-container {
    display: flex;
    justify-content: center;
}
.box-icon-item .icon-container {
    color: lightblue;
    border: none;
}
.box-icon-item h4 {
    color: lightblue;
}

#bouton-more-actu a.btn-m-actu {
    margin: 0 15px;
    background-color: rgb(60, 155, 215);
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
} 
#bouton-more-actu a.btn-m-actu:hover {
    background-color:  rgb(60, 155, 215);
    color: #fff;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}

/* PAGE HEADER BACKGROUND IMAGE */
/* conseil municipale */
.page-id-142 #wrapper #pageheader {
    background-image: url('./assets/image/pageheader/test-image.png');
}
/* élus */
.page-id-107 #wrapper #pageheader {
    background-image: url('./assets/image/pageheader/Equipe_municipale.jpg');
    background-attachment: unset;
    background-position: center;
    max-width: none;
    max-height: none;
}
.page-id-107 .wp-block-image:first-of-type figcaption {
    background: rgb(60, 155, 215)!important;
    box-shadow: 0px 35px 35px -25px rgb(60, 123, 180)!important;
}
/* MENU */
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item .mega-sub-menu {
    margin-left: 100%;
    top: 0;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: 0;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    width: max-content;
}

aside#kad-vertical-menu {
    z-index: 9999;
}
.kad-fixed-vertical-background-area {
    border: none;
}

/* MENBU RESPONSIVE */
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu {
    top: 15px;
}
.mag-pop-sldr-open-left #wpfront-notification-bar.wpfront-fixed {
    z-index: 0;
}
.mag-pop-sldr-open-left #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item {
    display: flex;
    flex-direction: column;
    width: max-content;
}
.mag-pop-sldr-open-left #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item .mega-sub-menu {
    margin-left: 0;
}


/* PAGE */
#pageheader {
    height: 450px;
}

.page-id-107 #ktmain .entry-content {
    display: flex;
    flex-wrap: wrap;
}
.page-id-107 #ktmain .entry-content .wp-block-image figcaption {
    box-shadow: 0px 25px 35px -25px #B1DEFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #F0F8FF;
    margin-top: -10px;
    padding: 20px;
}
.page-id-107 #ktmain .entry-content .wp-block-image figcaption > strong > span {
    font-size: 24px;
}
.page-id-107 #ktmain .entry-content .wp-block-image figcaption > span > strong {
    font-size: 24px;
}

/*.page-id-107 #pageheader .page-header-inner > h1.page_head_title {
    margin-bottom: 3.5em;
}*/

.page-id-162 #ktmain .entry-content .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    background-color: whitesmoke;
    padding: 15px 60px;
    border-radius: 10px;
}
.page-id-257 #ktmain .entry-content .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    background-color: whitesmoke;
    padding: 15px;
    border-radius: 10px;
}
.page-id-257 #ktmain > .entry-content {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: center;
}
.page-id-297 #ktmain .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 6px 25px -15px #1e73be75;
    margin: 15px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.page-id-297 #ktmain .wp-block-group__inner-container img {
    margin-right: 60px;
}
.page-id-297 #ktmain .entry-content p {
    padding: 15px;
    margin: auto 15px
}
.page-id-297 #ktmain .entry-content p>strong {
    color: #1e73be;
}

#kadbreadcrumbs {
    font-size: 16px;
}




/* BLOG */
.blog #ktsidebar {
    display: none;
}
.blog #ktmain {
    float: unset;
    margin: 0 auto;
}
.single-post #ktsidebar {
    display: none;
}
.single-post #ktmain {
    float: unset;
    margin: 0 auto;
}
.row.single-article #ktmain .imghoverclass {
    display: none;
}

/* CONTACT LIENS UTILES */
.page-id-916 #ktmain .entry-content .wp-block-group > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-column-gap: 20px;
}
.page-id-916 #ktmain .entry-content .wp-block-group:nth-child(2) .wp-block-group__inner-container p:nth-child(n+1) {
    background-color: rgba(253,187,61,.1);
    padding: 10px;
    margin: 15px;
    box-shadow: 0px 10px 23px -15px rgb(253, 187, 61);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.page-id-916 #ktmain .entry-content .wp-block-group:nth-child(4) .wp-block-group__inner-container p:nth-child(n+1) {
    background-color: rgba(253,214,2,.1);
    padding: 10px;
    margin: 15px;
    box-shadow: 0px 10px 23px -15px rgb(253,214,2);
    border-radius: 15px;
}
.page-id-916 #ktmain .entry-content .wp-block-group:nth-child(6) .wp-block-group__inner-container p:nth-child(n+1) {
    background-color: rgba(172,206,109,.1);
    padding: 10px;
    margin: 15px;
    box-shadow: 0px 10px 23px -15px rgb(172,206,109);
    border-radius: 15px;
}
.page-id-916 #ktmain .entry-content .wp-block-group:nth-child(8) .wp-block-group__inner-container p:nth-child(n+1) {
    background-color: rgba(171,219,228,.1);
    padding: 10px;
    margin: 15px;
    box-shadow: 0px 10px 23px -15px rgb(171,219,228);
    border-radius: 15px;
}

/* DEMARCHES ADMINISTRATIVES */
.page-id-201 #content #ktmain .entry-content {
    display: flex;
    justify-content: space-evenly;
}
.page-id-201 .entry-content > p {
    background: rgb(124, 159, 41);
    padding: 5em;
    width: 49%;
    text-align: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.page-id-201 .entry-content > p:hover {
    box-shadow: 0 5px 30px -8px rgb(72, 91, 25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.page-id-201 .entry-content > p > a {
    color: #fff;
    font-size: 25px;
    border: none!important;
}
.page-id-201 .entry-content::after {
    display: none;
}

@media screen and (max-width:657px) {
    .page-id-201 #content #ktmain .entry-content {
        display: flex;
        flex-direction: column;
    }
    .page-id-201 .entry-content > p {
        width: 100%;
    }
}
/* ELUS */
.intro-elus{
	width:100%;
}

/* SOCIAL ICONS */
.kadence_social_widget {
    display: flex;
    justify-content: center;
}
.kadence_social_widget a {
    border: none;
    bottom: 0;
}

/* ACTUS */
img[src='https://felines-ardeche.fr/wp-content/themes/ascend/assets/img/placeholder-min.jpg'] {
  	display: none;
}


/* FOOTER */
#footer-links {
    min-height: 350px;
    background-color: white;
    padding-top: 15px;
    box-shadow: 0px -18px 25px -23px rgba(155, 172, 220, 0.5);
    margin-bottom: -70px;
    margin-top: 50px;
}
/* #footer-links:before {
    content: '';
    display: block;
    height: 1px;
    position: relative;
    top: -30px;
    box-sizing: border-box;
    background: black;
    width: 45%;
    margin: 15px auto;
} */

#footer-links .content {
    margin-top: 50px;
}

#footer-links .container {
    width: 100%;
}
#footer-links .footer-links ul.menu {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
}
#footer-links .footer-links ul.menu li.menu__item {
    /* display: inline-block; */
    width: 120px;
    /* vertical-align: top; */
    /* min-height: 160px; */
    list-style: none;
}
#footer-links .footer-links ul.menu li.menu__item a span {
    color: black;
    position: relative;

}
#footer-links .footer-links ul.menu li.menu__item:hover a span {
    color: #1e73be;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}

.icon-right-highlight {
    border-top: 2px solid #1e73be;
    border-right: 2px solid #1e73be;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 50% 0;
}

.icon-heighlight {
    top: 10px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 3;
    display: block;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -moz-transform: scale(0);
}




#footer-links .footer-links ul.menu li.menu__item .icon-bottom {
    width: auto;
    height: 100px;
    /* background: rgb(15, 90, 120); */
    border-radius: 10px;
    margin: 10px;
}

#footer-links ul.menu li.ico_marche .famille .icon-marches svg,
#footer-links ul.menu li.ico_demarches .demarches .icon-demarches svg,
#footer-links ul.menu li.ico_contacts .contacts .icon-contacts svg,
#footer-links ul.menu li.ico_assoc .assoc .icon-assoc svg,
#footer-links ul.menu li.ico_cantine .cantine .icon-cantine svg,
#footer-links ul.menu li.ico_agenda .agenda .icon-agenda svg {
    margin-top: 25px;
}
#footer-links ul.menu li.ico_marche:hover .famille .icon-marches svg,
#footer-links ul.menu li.ico_demarches:hover .demarches .icon-demarches svg,
#footer-links ul.menu li.ico_contacts:hover .contacts .icon-contacts svg,
#footer-links ul.menu li.ico_assoc:hover .assoc .icon-assoc svg,
#footer-links ul.menu li.ico_cantine:hover .cantine .icon-cantine svg,
#footer-links ul.menu li.ico_agenda:hover .agenda .icon-agenda svg {
    fill: #1e73be;
    width: 50px;
}



#footer-links ul.menu li.ico_marche .famille .icon-marches {
    /* background-image: url("./assets/image/family.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
#footer-links ul.menu li.ico_marche:hover .famille .icon-marches {
    box-shadow: 0 5px 12px -1px #1e73be6e;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    margin-top: 0;
    margin-bottom: 20px;
}
#footer-links ul.menu .ico_demarches .demarches .icon-demarches {
    /* background-image: url("./assets/image/demarche.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transition: .2s ease;
}
#footer-links ul.menu .ico_demarches:hover .demarches .icon-demarches {
    box-shadow: 0 5px 12px -1px #1e73be6e;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    margin-top: 0;
    margin-bottom: 20px;
}
#footer-links ul.menu li.ico_contacts .contacts .icon-contacts {
    /* background-image: url("./assets/image/contact.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transition: .2s ease;
}
#footer-links ul.menu li.ico_contacts:hover .contacts .icon-contacts {
    box-shadow: 0 5px 12px -1px #1e73be6e;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    margin-top: 0;
    margin-bottom: 20px;
}
#footer-links ul.menu li.ico_assoc .assoc .icon-assoc {
    /* background-image: url("./assets/image/annuaire.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transition: .2s ease;
}
#footer-links ul.menu li.ico_assoc:hover .assoc .icon-assoc {
    box-shadow: 0 5px 12px -1px #1e73be6e;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    margin-top: 0;
    margin-bottom: 20px;
}
#footer-links ul.menu li.ico_cantine .cantine .icon-cantine {
    /* background-image: url("./assets/image/menu-scolaire.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transition: .2s ease;
}
#footer-links ul.menu li.ico_cantine:hover .cantine .icon-cantine {
    box-shadow: 0 5px 12px -1px #1e73be6e;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    margin-top: 0;
    margin-bottom: 20px;
}
#footer-links ul.menu li.ico_agenda .agenda .icon-agenda {
    /* background-image: url("./assets/image/agenda.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transition: .2s ease;
}
#footer-links ul.menu li.ico_agenda:hover .agenda .icon-agenda {
    fill: #1e73be;
    box-shadow: 0 5px 12px -1px #1e73be6e;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    margin-top: 0;
    margin-bottom: 20px;
}

.footerclass {
    padding-top: 0;
}
.footerbase {
    margin-top: 0;
    background: linear-gradient(-140deg, rgb(150, 194, 47),rgb(17, 69 , 31))!important;
}
.footerbase .container {
    padding: 0;
    padding-right: 20px;
    width: 100%;
    max-width: none;
}
#bottom {
    background: linear-gradient(-140deg, rgb(150, 194, 47),rgb(17, 69 , 31));
    color: white;
    padding-top: 20px;
    padding-bottom: 35px;
    position: relative;
}
#bottom > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}
#bottom .container .separated {
    height: 150px;
    width: 1px;
    background-color: #fff;
    margin: auto 0;
}
#bottom .region-left #block-postal-footer h3 {
    color: #fff;
}
#bottom .region-left #block-postal-footer .content {
    text-align: center;
}
#bottom .region-left #block-postal-footer ul li {
    list-style: none;
}
#bottom .region-left #block-postal-footer ul {
    margin: 0;
    padding-left: 0!important;
}
#bottom .region-left #block-postal-footer .content .tel .tel-footer {
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
#bottom .region-left #block-postal-footer .content .tel .tel-footer:hover {
    color: rgb(22, 71, 143);
} 
#bottom .region-bottom #block-boxes-footer .infos .tel .tel-footer:hover {
    color: rgb(22, 71, 143);
}
#bottom .region-bottom {
    text-align: center;
    max-width: 270px;
}
#bottom .region-bottom #block-boxes-footer h3 {
    color: white;
}
#bottom .region-bottom  #block-boxes-footer .infos p a span {
    color: white;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
#bottom .region-bottom #block-boxes-footer ul {
    list-style: none;
}
#bottom .region-bottom span.separate {
    background: #fff;
    height: 10px;
    width: 1px;
    display: inline-block;
}
#bottom .region-bottom #block-boxes-footer .links {
    padding: 0;
}
#bottom .region-bottom #block-boxes-footer .links .item {
    display: inline-block;
    margin: 0 15px;
    font-size: 13px;
}
#bottom .region-bottom #block-boxes-footer .links .item a {
    color: white;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
#bottom .region-bottom #block-boxes-footer .links .item a:hover {
    color: rgb(22, 71, 143);
}

#bottom .region-bottom #block-menu-block-2 ul.menu {
    padding: 0;
}
#bottom .region-bottom #block-menu-block-2 ul.menu li {
    display: inline-block;
    margin: 0 15px;
    font-size: 13px;
}
#bottom .region-bottom #block-menu-block-2 ul.menu li a {
    color: white;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
#bottom .region-bottom #block-menu-block-2 ul.menu li a:hover {
    color: rgb(22, 71, 143);
}
#bottom .region-right {
    margin: auto 0;
}
#bottom .region-right #block-social-footer .content .follow-us {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
#bottom .region-right #block-social-footer .content svg {
    height: 25px;
    width: 40px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    fill: #fff;
}
#bottom .region-right #block-social-footer .content svg:hover {
    fill: #1e73be;
}
footer .footercredits {
    display: none!important;
}
.footer-credit {
    margin-top: 50px;
    text-align: left;
    padding-left: 25px;
    font-size: 11px;
    margin-bottom: -35px;
}
.text-credit a {
    color: white;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.footer-credit .text-credit a:hover {
    color: #1e73be;
}
/* TOP OF TOP */
#topcontrol .to_the_top {
    color: rgb(150, 194, 47);
    border: 2px solid rgb(150, 194, 47);
}
#topcontrol .to_the_top:hover {
    color: rgb(17, 69 , 31);
    border: 2px solid rgb(17, 69 , 31);
}

/* PHONE */
.mfp-wrap.mfp-auto-cursor.sldr-menu-animi.sldr-align-right.mfp-slide.mfp-ready {
    z-index: 9999999;
}
.mfp-bg.mfp-slide.mfp-ready {
    z-index: 99999;
}

/* RESPONSIVE */

@media screen and (min-width: 1280px) {
    #ktsidebar {
        width: 45%;
    }
    .w-post-infos {
        width: 20%;
    }
} 

@media screen and (max-width: 1120px) {
    #block-social-footer a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px;
    }
}

@media screen and (max-width: 649px) {
    #footer-links {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    #bottom > .container {
        display: flex;
        flex-direction: column;
    }
    #bottom .region-bottom {
        margin: 50px auto;
    }
    #bottom .region-right {
        margin: 0 auto;
    }
    #bottom .container .separated {
        display: none;
    }
    .home #wrapper #inner-wrap .homepagecontent > .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .home #wrapper #inner-wrap .homepagecontent aside {
        margin-bottom: 50px;
    }
    .w-post-actu > #kadence_recent_posts-3 ul li .recentpost_featimg div {
        display: flex;
    } 
    .kadence_recent_posts {
        margin: unset;
        max-width: 100%;
    }
    .w-post-actu > #kadence_recent_posts-3 ul li .recentpost_featimg div>img {
        margin: 0 auto;
    }
    .page-id-257 #ktmain > .entry-content {
        display: flex;
        flex-direction: column;
    }
    .page-id-916 #ktmain .entry-content .wp-block-group > .wp-block-group__inner-container {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 330px) {
    #bottom .region-right {
        padding-top: 30px;
    }
}

/* COMMERCES */
.entry-content .wp-block-group__inner-container p{
	text-align: justify;
}


