.respOn{display:none;}



@media screen and (max-width: 1100px){

/*generic*/
section.section:first-of-type {margin-top: 48px;}
.section-gutemberg > *:not(.fullWidthGut){padding-left:30px;padding-right:30px;}

/*header*/
.section-titre-info-content{padding-top:15px;padding-bottom:15px;gap:15px;}
.home-header-container{gap:36px;padding-top:18px;padding-bottom:18px;}
.home-header-part-logo{max-width:380px;}
.home-header-part{gap:18px;}

/*archives*/
.section-archives-content{gap:20px;}
.list-post-cards-ul{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap:16px;}
.list-post-button-ul{gap:10px;margin-top:18px;}

/*footer*/
.footer-rs-li-a svg{width:30px;}
.footer-right{max-width:338px;}
.footer-right-content{gap:12px;}
.footer-rs-ul{gap:10px;}
.footer-rs-container{gap:12px;}
.footer-left{gap:12px;}
.footer-menu-ul{gap:12px;}
.footer{padding-left:20px;padding-right:20px;}
}

@media screen and (max-width: 850px){
  .respOn{display:inline-block!important;}
  .respOff{display:none!important;}	

  /*footer*/
  .footer-left{gap:32px;}
  .footer-content{flex-direction:column-reverse;}
  .footer-right{max-width:none;padding-bottom:0;}
  .footer-right-content{padding-left:0;border-left:none;border-bottom:1px solid #FFFFFF;padding-bottom:30px;}
  .footer-menu-ul{flex-direction:column;gap:6px;}

  /*nav*/
  .nav{display:flex;flex-direction:column;width:100%;height:0;overflow-y:hidden;transition:.5s ease;box-shadow:none;}
  .nav-logo-container{width:62px;}
  .nav-right-content{border-top:1px solid #557382;width:100%;}
  .nav-right-content .comp-nav{width:100%;}
  .nav-right-content .comp-nav p{width:100%;}
  .nav-li{display:flex;flex-direction:column;width:100%;}
  .nav-ul-sm{width:100%;max-width:none!important;position:relative;top:0;}
  .comp-nav{transition:.5s ease;}
  .comp-nav p{width:100%;color:#575757!important;}
  .comp-nav .icon-container svg *{fill:#575757!important;}
  .currentSm .comp-nav{background-color:#557382!important;}
  .sm-p{white-space:initial;}
  .currentSm .comp-nav .icon-container svg *{fill:#FBDF52!important;}
  .currentSm .comp-nav p{color:#FBDF52!important;}
  .comp-sm-nav{background-color:transparent!important;}
  .comp-sm-nav p{color:#575757!important;}
  .hmtrigger{transition:.5s ease;}
  .nav-smartphone-container{position:fixed;z-index:3000;box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.50);display:flex!important;flex-direction:row;justify-content:space-between;}
  .hmCross{display:none;}
  .nav-smartphone-container .icon-container svg{overflow:visible;}
  .nav-smartphone-container .icon-container{}
  .hm-is-open .hmtrigger{background-color:#557382;}
  .hm-is-open .hmtrigger p{color:#FBDF52!important;}
  .hm-is-open .hmtrigger svg *{fill:#FBDF52!important;}
  .hm-is-open .nav{height:100dvh;overflow-y:auto;}
  .hm-is-open .hmCross{display:inline-block;}
  .hm-is-open .hmBurger{display:none;}

  /*header home*/
.home-header-container{gap:36px;padding-top:15px;padding-bottom:25px;flex-direction:column;align-items:center;}
.home-header-part-logo{max-width:350px;padding-right:20px;padding-left:20px;box-sizing:border-box;}
.home-header-part-txt h2{text-align:center;}
.home-header-bouton{display:flex;flex-direction:row;align-items:center;justify-content:center;}
.home-header-part{gap:18px;}

/*archives*/
.list-post-cards-ul{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));}
.list-post-button-ul{margin-top:10px;}
  /*colors a modifier si besoin*/
  .comp-bouton:hover{background-color:#FBDF52;}
  .comp-bouton:hover svg *{fill:#575757;}
  .comp-bouton:hover p{color:#575757;}
  .comp-bouton:hover{border-color:#575757;}
  }
@media screen and (max-width: 340px){
  .section-gutemberg > *:not(.fullWidthGut){padding-left:15px;padding-right:15px;}
  