@font-face {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/icomoon.woff2') format('woff2'),
          url('../fonts/icomoon.woff') format('woff');
}
@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Italic'), url('../fonts/Poppins-Italic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin'), url('../fonts/Poppins-Thin.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin Italic'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight Italic'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../fonts/Poppins-Light.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light Italic'), url('../fonts/Poppins-LightItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('../fonts/Poppins-Medium.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium Italic'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold Italic'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('../fonts/Poppins-Bold.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold Italic'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold Italic'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black'), url('../fonts/Poppins-Black.woff') format('woff');
}
    

@font-face {
    font-family: 'Poppins Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black Italic'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
}
.site-branding__text{
  display: none;
}
body{
  background-image: none;
}
.visually-hidden-focusable{
  display: none;
}
.site-branding{
  background-image: none;
  min-height: auto;
}
#first-header-top{
  /*background-color: #F39120;*/
  background-color: #093b4f;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icons {
  margin-top: 1rem;
}
.header-top-bloc {
  display: flex;
  justify-content: space-between;
  align-items: center; /* centrer verticalement */
  flex-wrap: wrap; /* optionnel si tu veux que ça passe en colonne sur petits écrans */
  padding: 10px 0;
}
.contact-info .item-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.item-info li a {
  text-decoration: none;
  color: #fff; /* ou couleur de ta charte */
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
/* .icon-tel::before {
  content: "\260E"; 
  margin-right: 5px;
}

.icon-email::before {
  content: "\f0e0"; 
  margin-right: 5px;
} */
.reseau-sociaux-bloc .social-icon-item a{
  background-color: #FFBF4400;
  padding: 0.8em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF75;
  color: #fff;
  opacity: .9;
  border-radius: 5px 5px 5px 5px;
  text-decoration: none;
}
.reseau-sociaux-bloc .social-icon-item a:hover{
  background-color: #093B4F;
  border-color: #093B4F;
}
.reseau-sociaux-bloc .social-icons{
  margin-top: 0;
}
#block-sdg-views-block-bloc-header-top-block-1{
  margin-bottom: 0px;
}
#section-menu-navigation .menu-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
/**menu Item**/
#block-sdg-horizontalmenu #horizontal-menu li.menu-item > a{
  font-size: 16px;
  color: #0C141F;
  font-weight: 500;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #02010100;
  text-decoration: none;
}
#block-sdg-horizontalmenu #horizontal-menu li:hover > a{
  color: #0C141F;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #1A776F;
}
#block-sdg-horizontalmenu #horizontal-menu li.menu-item--expanded .sub-nav{
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 5px 5px;
  min-width: 220px;
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
  background: #ffffff;
  position: absolute;
  max-height: none;
  margin: 0;
}
#block-sdg-horizontalmenu #horizontal-menu li.menu-item--expanded .sub-nav li a{
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 1px 0px 1px 0px;
  padding: 12px 10px 12px 10px;
  border-radius: 5px 5px 5px 5px;
}
#block-sdg-horizontalmenu #horizontal-menu li.menu-item--expanded .sub-nav li:hover > a{
  background-color: #1A776F;
  color: #FFFFFF;
}
.horizontal-menu > li ul ul{
  left: 12em;
}
#block-sdg-textsousmenu .animated-text-wrapper {
  display: inline-block;
  overflow: hidden;
}

#block-sdg-textsousmenu  .animated-text {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: center;
}

#block-sdg-textsousmenu .static-text {
  margin-right: 10px;
}

#block-sdg-textsousmenu .dynamic-wrapper {
  /* position: relative; */
  display: inline-block;
  height: 1em;
}

#block-sdg-textsousmenu .dynamic-text {
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease-in-out;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
}

#block-sdg-textsousmenu .dynamic-text.show {
  opacity: 1;
  transform: translateY(0);
}

#block-sdg-textsousmenu .bloc-annimated {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; /* espace entre texte et image */
  flex-wrap: wrap; /* responsive */
  position: relative;
}

#block-sdg-textsousmenu .animated-text-wrapper {
  flex: 1 1 60%;
}

#block-sdg-textsousmenu .image-bloc {
  flex: 0 0 auto;
  order: 2; /* image à droite */
  rotate: 192deg;
  max-width: 58px;
  top: -60px;
  position: absolute;
  right: 50.2px;
}
#block-sdg-views-block-bloc-contact-menu-block-1 .bloc-contact-menu a{
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: row;
  text-decoration: none;
}
#block-sdg-views-block-bloc-contact-menu-block-1 .bloc-contact-menu .text-con .first-text{
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  color: #0C141F;
}
#block-sdg-views-block-bloc-contact-menu-block-1 .bloc-contact-menu .text-con .last-text{
  color: #0C141FB5;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}
#block-sdg-views-block-bloc-contact-menu-block-1 .bloc-contact-menu .icon{
  color: #FFFFFF;
  background-color: #093B4F;
  border-radius: 5px 5px 5px 5px;
  margin: 0px 10px 0px 0px;
  padding: 14px 14px 14px 14px;
}
.highlighted{
  background-color: #F6F3EC;
  padding: 80px 0 0 0;
}
#section-featured-top{
    background-image: url(/sites/default/files/Demenagement-maisons-1.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.background-overley-element{
  background-color: #000000;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.region-featured-top{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#block-sdg-blocslidertext{
  width: 60%;
}
#block-sdg-webform{
  width: 35%;
  margin-bottom:0 ;
}
#block-sdg-blocslidertext h2{
    margin: 25px 0 0 0;
    font-size: 49px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.025em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #F6F3EC;
    font-family: 'outfit', sans-serif;
}
#block-sdg-blocslidertext p{
    text-align: justify;
    font-family: "Outfit", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 1px;
    word-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    padding: 0px 50px 0px 0px;
}
#block-sdg-webform form{
  background-color: #FFFFFF;
  box-shadow: 0px -9px 25px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 30px 30px 30px 30px;
  overflow: visible;
  border-radius: 10px 10px 10px 10px;
}
#block-sdg-webform form #edit-description h3{
font-size: 28px;
font-weight: 600;
}
#block-sdg-webform form #edit-description p span.red-color-style{
  color: #ff0000;
}
#block-sdg-webform form .form-item input,
#block-sdg-webform form .form-item textarea{
    background-color: #F6F7FA;
    border-style: solid;
    border-color: #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 0px 10px 10px;
    width: 100%;
}
#block-sdg-webform form .form-actions .form-submit{
    background-color: #3970FF;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    border: none;
    margin: 0;
}
#block-sdg-blocdescriptioncontent{
  margin-bottom: 0;
}
#block-sdg-blocdescriptioncontent .bloc-description-section-content{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#block-sdg-blocdescriptioncontent .bloc-description-section-content .text-bloc{
  width: 70%;
}
#block-sdg-blocdescriptioncontent .bloc-description-section-content .image-bloc{
width: 30%;
}
#block-sdg-blocdescriptioncontent .bloc-description-section-content .image-bloc img{
  float: right;
  width: 110px;
}
#block-sdg-blocdescriptioncontent .bloc-description-section-content .text-bloc h3{
    font-family: "Outfit", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.025em;
    color: #0c141f;
}
#block-sdg-blocdescriptioncontent .bloc-description-section-content .text-bloc p{
  margin-top: 0;
}
#block-sdg-page-title{
  margin-bottom: 0;
}
#main-wrapper{
      background-color: #F6F3EC;
}
.views-field-nothing .card{
  background: transparent;
  border: none;
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
}
.views-field-nothing .card .image-card{
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.views-field-nothing .card .image-card img{
    height: 318px;
    object-fit: cover;
    opacity: 100%;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
}
.views-field-nothing .card .text-card{
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 15px 100px 15px;
    border-radius: 8px 8px 8px 8px;
}
 .views-field-nothing .card .text-card .titre{
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #0C141F;
}
.views-field-nothing .card .text-card .descr{
  font-size: 19px;
  font-weight: 400;
  color: #0C141FB5;
}
.views-field-nothing .card .text-card .devis-lien{
  margin-bottom: 50px;
}
 .views-field-nothing .card .text-card .devis-lien a{
    background-color: #FFFFFF00;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    padding: 0px 0px 4px 0px;
    color: #1A776F;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #1A776F;
    border-radius: 0px 0px 0px 0px;
    text-decoration: none;
}
 .views-field-nothing .card .text-card .phone a{
  background-color: #1A776F;
  padding: 18px 32px 18px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  text-decoration: none;
}
 .views-field-nothing .card:hover .image-card img{
    opacity: 100%;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .row{
  width: 100%;
}
#section-featured-first .region-featured-bottom-first{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#block-sdg-views-block-pourquoi-nous-block-1{
  width: 45%;
  padding: 0px 20px 0px 0px;
}
#block-sdg-views-block-notre-valeur-block-1{
  width: 55%;
}
#block-sdg-views-block-pourquoi-nous-block-1 .views-field-title{
      margin: 20px 0;
}
#block-sdg-views-block-pourquoi-nous-block-1 .views-field-title span{
  font-family: "Outfit", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.01em;
}
#block-sdg-views-block-pourquoi-nous-block-1 .views-field-field-texte p{
  text-align: justify;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: #0C141FB5 ;
}
#block-sdg-views-block-pourquoi-nous-block-1 .views-field-field-image-pourquoi-nous{
      margin: 80px 0px 0px 0px;
      width: 204px;
}
#block-sdg-views-block-pourquoi-nous-block-1 .views-field-field-image-pourquoi-nous .field-content{
      transform: skewY(0) skewX(0) scaleY(1) scaleX(-1) translateY(0) translateX(0) translate(0) rotateY(0) rotateX(0) rotate(0) perspective(0);
}
#block-sdg-views-block-notre-valeur-block-1 .views-field-nothing .valeur-sdg{
    background-color: #FFFFFF;
    text-align: left;
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
}
#block-sdg-views-block-notre-valeur-block-1 .views-field-nothing .valeur-sdg .icon-image{
  position: relative;
  z-index: 2;
  line-height: 0;
  margin-right: 15px;
  margin-left: unset;
}
#block-sdg-views-block-notre-valeur-block-1 .views-field-nothing .valeur-sdg .icon-image .icon{
  background-color: #1A776F;
  border-radius: 5px 5px 5px 5px;
  margin: 8px 20px 0px 0px;
  padding: 6px 6px 6px 6px;
  height: 60px;
  width: 60px;
}
#block-sdg-views-block-notre-valeur-block-1 .views-field-nothing .valeur-sdg .bloc-texte-valeur .titre-valeur{
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
}
#block-sdg-views-block-notre-valeur-block-1 .views-field-nothing .valeur-sdg .bloc-texte-valeur .desc-valeur{
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    margin: 0px 0px 0px 0px;
}
#section-featured-first{
  padding: 20px 0;
}
#block-sdg-views-block-notre-valeur-block-1 .view-notre-valeur .view-content .views-row.impa{
  rotate: -3deg;
}
#block-sdg-views-block-notre-valeur-block-1 .view-notre-valeur .view-content .views-row.pair{
  rotate: 3deg;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
  background: #ffffff;
}

.accordion-header {
  background: #ffffff;
  cursor: pointer;
  padding: 15px;
  font-weight: bold;
  transition: background 0.3s;
}

.accordion-header:hover {
  /*background-color: #e2e2e2;*/
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  background: #fff;
}

.accordion-item.active .accordion-content {
  max-height: 200px; /* adjust based on your content */
  padding: 15px;
}
.accordion-item.active .accordion-icon::before {
  content: "−";
}

.accordion-icon::before {
  content: "+";
}
#section-featured-third{
  background-color: #F6F3EC;
  padding: 20px 0 20px 0;
}
.accordion-item .accordion-header span.titre{
  padding-right: 10px;
  display: inline-block;
  color: #0C141F;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  margin-left: 10px;
}
.accordion-item .accordion-header span.accordion-icon{
    float: right;
    background: #0C141F;
    padding: 0px 8px;
    border-radius: 3px;
    color: #ffffff;
}
.accordion-item.active .accordion-header span.titre{
  color: #1A776F; 
}
.accordion-item.active .accordion-header span.accordion-icon{
  background: #1A776F;
}
#block-sdg-views-block-questions-frequemment-posees-block-1 .block__title{
    font-family: "Outfit", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.01em;
    color: #0C141F;
    text-align: center;
    padding: 0 0 2% 0;
}
#block-sdg-views-block-questions-frequemment-posees-block-1 .view-questions-frequemment-posees{
  width: 70%;
  margin: auto;
}
#block-sdg-views-block-questions-frequemment-posees-block-1 .view-questions-frequemment-posees .view-content{
  gap: 15px;
}
.accordion-item.active .accordion-header{
  border-radius: 8px 8px 0px 0px;
}
.accordion-item.active .accordion-content{
  border-radius: 0px 0px 8px 8px;
}
.accordion-item .accordion-header{
  border-radius: 8px 8px 8px 8px;
}
.accordion-item.active .accordion-content{
  font-family: "Mada", Sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  padding: 0px 28px 28px 28px;
}
#block-sdg-views-block-questions-frequemment-posees-block-1{
  margin-bottom: 0;
}
.info-contact-footer .icon {
    color: #fff;
    font-size: 24px;
    margin-right: 12px;
}
/*footer*/
footer.site-footer{
  border: none;
}
#block-sdg-views-block-footer-information-block-1 .information-footer{
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    display: flex;
}
#block-sdg-views-block-footer-information-block-1 .information-footer .content-titre h3{
  font-family: "Outfit", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  color: #ffffff;
}
#block-sdg-views-block-footer-information-block-1 .information-footer .info-contact-footer{
  display: flex;
  position: relative;
  gap: 130px;
}
#block-sdg-views-block-footer-information-block-1 .information-footer .info-contact-footer .phone-contact a{
  text-decoration: none;
}
#block-sdg-views-block-footer-information-block-1 .information-footer .info-contact-footer .phone-contact .field-contact{
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
}
#block-sdg-views-block-footer-information-block-1 .information-footer .info-contact-footer .phone-contact .field-contact .text .phone{
  margin: 0px 0px 7px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  color: #F9A730;
}
#block-sdg-views-block-footer-information-block-1 .information-footer .info-contact-footer .phone-contact .field-contact .text .slogan-phone{
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  color: #FFFFFFB5;
}
#section-footer_first{
    background-color: #062523;
    padding: 160px 0 100px 0;
}
#block-sdg-views-block-footer-information-block-1{
  border-bottom: 1px solid #FFFFFF1A;
  padding-bottom: 80px;
}
#block-sdg-secondblocfooter .second-footer-bloc{
  display: flex;
}
#block-sdg-secondblocfooter .second-footer-bloc .lien-rapide,
#block-sdg-secondblocfooter .second-footer-bloc .service-debarase,
#block-sdg-secondblocfooter .second-footer-bloc .autre-service,
#block-sdg-secondblocfooter .second-footer-bloc .logo-reseau{
  width: 25%;
}
#block-sdg-secondblocfooter .second-footer-bloc .titre-bloc{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #FFFFFF;
  font-family: 'metropolis';
  margin-bottom: 20px;
}
#block-sdg-secondblocfooter .second-footer-bloc .lien-bloc ul li a{
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFFB5;
  box-shadow: none;
  text-decoration: none;
  font-family: 'Outfit';
}
#block-sdg-secondblocfooter .second-footer-bloc .lien-bloc ul{
  margin: 0;
  padding: 0;
}
#block-sdg-secondblocfooter .second-footer-bloc .lien-bloc ul li{
  list-style-type: none;
}
#block-sdg-secondblocfooter .second-footer-bloc .logo-reseau{
  padding-left: 30px;
}
#block-sdg-secondblocfooter .second-footer-bloc .logo-bloc{
  width: 200px;
}
#block-sdg-secondblocfooter .second-footer-bloc .logo-bloc img{
  height: 150px;
  object-fit: contain;
}
#block-sdg-secondblocfooter .second-footer-bloc .text-bloc-logo{
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: #FFFFFFB5;
  margin-top: 10px;
  font-family: 'Outfit';
}
#section-footer_second{
  background-color: #031A18;
}
#block-sdg-footermenu{
  margin-bottom: 0;
}
#section-footer_second .region-footer-second{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 10px 0;
}
#block-sdg-footermenu ul.menu{
  margin-bottom: 0;
  display: flex;
  gap: 30px;
} 
#block-sdg-footermenu ul.menu li{
  list-style-type: none;
}
#block-sdg-copyright .field--name-body p{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF6B;
  font-family: 'Outfit';
}
#block-sdg-footermenu ul.menu li a{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF6B;
  transition: color 0.3s;
  text-decoration: none;
}
#block-sdg-buttoncontact{
  width: 100%;
}
#block-sdg-buttoncontact .button-contact-footer .appl-phone{
  float: left;
}
#block-sdg-buttoncontact .button-contact-footer  .devis-demande{
  float: right;
}
#block-sdg-buttoncontact .button-contact-footer .appl-phone a{
  padding: 18px 32px 18px 32px;
  text-decoration: none;
  background-color: #093B4F;
  font-size: 22px;
  border-radius: 100px 100px 100px 100px;
  font-weight: 500;
  color: #ffffff;
  box-shadow: 0 0 0 rgba(0, 123, 255, 0.7);
  animation: pulseShadow 1.5s infinite;
  transition: transform 0.2s ease;
  font-family: 'Outfit';
}
#block-sdg-buttoncontact .button-contact-footer  .devis-demande a{
  background-color: #093B4F;
  font-size: 22px;
  border-radius: 100px 100px 100px 100px;
  font-weight: 500;
  color: #ffffff;
   padding: 18px 32px 18px 32px;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 123, 255, 0.7);
  animation: pulseShadow 1.5s infinite;
  transition: transform 0.2s ease;
  font-family: 'Outfit';
}
.not-bottom-page-devis{
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  bottom: 35px;
  right: 15%;
  z-index: 10;
}
.not-bottom-page{
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  bottom: 35px;
  z-index: 10;
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .view-meilleurs-avis-de-nos-clients .views-row{
 display: inline-block;
 width: 40%;
 margin-left: 30px;
 margin-right: 30px;
 vertical-align: top;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .item-comment .info-comment .picture-comment img{
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .item-comment .info-comment{
  margin-top: -30px;
  margin-left: 7%;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .item-comment .body-comment{
    background-color: #F6F3EC;
    /* margin: 35px 15px 135px 15px; */
    padding: 30px 40px 30px 35px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-style: none;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .item-comment .body-comment p{
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #0C141FB5;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .item-comment .info-comment .name-comment{
  color: #0C141F;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .item-comment .info-comment .rating-comment{
  margin-top: 15px;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-block-1 .block__title{
  font-family: "Outfit", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  color: #0C141F;
}
#section-menu-navigation.scrolled-section{
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
/** page service **/
body.path-service-de-d-barras-paris #block-sdg-breadcrumbs,
body.path-service-de-d-barras-paris #block-sdg-page-title{
    display: none;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonnes */
  gap: 16px;
}

.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-content > div.views-row:nth-child(4){
   grid-column: 1 / span 1;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-content > div.views-row:nth-child(5) {
  grid-column: 2 / span 1;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-header .header-page-vue {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-header .header-page-vue .header-bloc-text{
  width: 70%;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-header .header-page-vue .image-bloc{
  width: 30%;
  position: relative;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-header .header-page-vue .image-bloc img{
  float: right;
  width: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-header .header-page-vue .header-bloc-text .grand-titre-page{
  font-family: "Outfit", Sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0C141F;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-header .header-page-vue .header-bloc-text .service-titre-page{
  font-family: "Outfit", Sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  color: #0C141F;
  margin: 20px 0px;
}
.view-service-de-debarras-a-paris-debarrassage-rapide-et-pas-cher .view-header .header-page-vue .header-bloc-text .service-sous-titre-page{
  text-align: justify;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: #0C141FB5;
}
.views-field-nothing .card .text-card .voir-plus a{
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  padding: 0px 0px 4px 0px;
  color: #1D867E;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #1D867E;
  text-decoration: none;
}
/*service demenagement*/
.view-service-de-demenagement .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 colonnes */
  gap: 16px;
}

.view-service-de-demenagement .view-header .header-page-vue {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.view-service-de-demenagement .view-header .header-page-vue .header-bloc-text{
  width: 70%;
}
.view-service-de-demenagement .view-header .header-page-vue .image-bloc{
  width: 30%;
  position: relative;
}
.view-service-de-demenagement .view-header .header-page-vue .image-bloc img{
  float: right;
  width: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.view-service-de-demenagement .view-header .header-page-vue .header-bloc-text .grand-titre-page{
  font-family: "Outfit", Sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0C141F;
}
.view-service-de-demenagement .view-header .header-page-vue .header-bloc-text .service-titre-page{
  font-family: "Outfit", Sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  color: #0C141F;
  margin: 20px 0px;
}
.view-service-de-demenagement .view-header .header-page-vue .header-bloc-text .service-sous-titre-page{
  text-align: justify;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: #0C141FB5;
}
/*service nettoyage*/
.view-service-de-nettoyage .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 colonnes */
  gap: 16px;
}

.view-service-de-nettoyage .view-header .header-page-vue {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.view-service-de-nettoyage .view-header .header-page-vue .header-bloc-text{
  width: 70%;
}
.view-service-de-nettoyage .view-header .header-page-vue .image-bloc{
  width: 30%;
  position: relative;
}
.view-service-de-nettoyage .view-header .header-page-vue .image-bloc img{
  float: right;
  width: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.view-service-de-nettoyage .view-header .header-page-vue .header-bloc-text .grand-titre-page{
  font-family: "Outfit", Sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2em;
  color: #0C141F;
}
.view-service-de-nettoyage .view-header .header-page-vue .header-bloc-text .service-titre-page{
  font-family: "Outfit", Sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.025em;
  color: #0C141F;
  margin: 20px 0px;
}
.view-service-de-nettoyage .view-header .header-page-vue .header-bloc-text .service-sous-titre-page{
  text-align: justify;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: #0C141FB5;
}
/**besoins aide service **/
body.path-service-de-d-barras-paris #section-featured-five{
    background-image: url(/sites/default/files/back-service-aide.jpg);
    background-position: 23% -120px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px;
}
#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide{
    display: flex;
}
#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide .bloc-vide{
    width: 40%;
}
#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide .info-aide{
    width: 60%;
    background-color: #F6F3EC;
    padding: 60px 60px 60px 60px;
}
#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide .info-aide .titre-bloc{
    margin: 0px 0px 20px 0px;
    padding: 0px 120px 0px 0px;
    font-family: "Outfit", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.01em;
    color: #0C141F;
}
#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide .info-aide .desc-bloc{
    color: #0C141FB5;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    margin-bottom: 10%;
}

#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide .info-aide .button-bloc a{
    background-color: #1D867E;
    padding: 18px 32px 18px 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
}
#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide .info-aide .image-bloc{
    position: relative;
}
#section-featured-five #block-sdg-views-block-besoins-aide-bloc-service-block-1 .view-besoins-aide-bloc-service .view-content .besoin-aide .info-aide .image-bloc img{
    width: 78px;
    position: absolute;
    right: 207px;
    bottom: 15px;
    transform: skewY(0) skewX(0) scaleY(1) scaleX(-1) translateY(0) translateX(0) translate(0) rotateY(0) rotateX(0) rotate(0) perspective(0);
}
/**detail service page**/
body.node--type-services .highlighted{
  display: none;
}
body.node--type-services #section-featured-top{
  background-image: url(/sites/default/files/debarras-maison-back.webp);
  background-color: #494949;
  background-position: center center;
  padding: 5% 0px 5% 0px;
}
#block-sdg-views-block-banniere-detail-service-block-1{
  padding: 5% 0;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
#block-sdg-views-block-banniere-detail-service-block-1 .view-banniere-detail-service .views-field-field-titre-page-detail .field-content{
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
  text-align: center;
}
#block-sdg-views-block-banniere-detail-service-block-1 .view-banniere-detail-service .views-field-field-description-page-detail{
  margin: 32px 0px 35px 0px;
  padding: 0px 0px 0px 0px;
}
#block-sdg-views-block-banniere-detail-service-block-1 .view-banniere-detail-service .views-field-field-description-page-detail .field-content{
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
#block-sdg-servicedetailblock .section-slider-detail{
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 5%;
}
.node--type-services .page-title,
.node--type-services #block-sdg-breadcrumbs,
.node--type-services #main-wrapper{
    display: none;
}
/**slider detail service**/
.swiper-slide-service{
  height: 400px;
}
.swiper-slide-service .swiper-slide img{
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.node--type-services #section-maps_region{
  margin: 50px 0;
}
#block-sdg-servicedetailblock .grand-titre{
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  color: #262626;
  font-weight: 600;
  line-height: 29px;
}
#block-sdg-servicedetailblock .description-service,
#block-sdg-servicedetailblock .description-second-para{
  text-align: left;
  font-family: "Poppins", Sans-serif;
  line-height: 1.7em;
  color: #54595F;
  margin: 15px 0px;
}
#block-sdg-servicedetailblock .sous-titre{
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  color: #262626;
  margin-top: 10px;
}
.border-service-bar{
  width: 50px;
  direction: ltr;
  display: flex;
  margin: 0;
  border-style: solid;
  border-color: #3C78F0;
  border-width: 1px;
}
.bar-styled{
  padding-block-start: 30px;
  padding-block-end: 30px;
}
.detail-page-service{
  display: flex;
  flex-direction: row-reverse;
  padding: 0px 100px;
  gap: 50px;
  position: relative;
}
.content-bloc-service-detail{
  width: 70%;
}
.side-bar-bloc-link{
  width: 30%;
}
.side-bar-bloc-link .list-item-link{
  background-color: #f7f7f7;
  margin: 0px 0px 40px 0px;
  padding: 16px 16px 16px 16px;
}
.side-bar-bloc-link .list-item-link .item-link{
  padding-bottom: calc(70px / 2);
}
.side-bar-bloc-link .list-item-link .item-link a .icon i{
    color: #3C78F0;
    transition: color 0.3s;
}
.side-bar-bloc-link .list-item-link .item-link a .link-title{
  color: #000000;
  transition: color 0.3s;
  align-self: center;
  padding-inline-start: 5px;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
}
.side-bar-bloc-link .list-item-link .item-link a{
  text-decoration: none;
}
.side-bar-bloc-link .list-item-link .item-link:not(:last-child)::after{
    border-top-style: solid;
    border-top-width: 2px;
    content: "";
    width: 100%;
    border-color: #ffffff;
    display: block;
    bottom: 15px;
    position: absolute;
}
.side-bar-bloc-link .list-item-link .item-link{
  list-style: none;
  position: relative;
}
.content-bloc-service-detail .liste-zone{
  background-color: #f7f7f7;
  margin: 0px 0px 40px 0px;
  padding: 16px 16px 16px 16px;
}
.content-bloc-service-detail .liste-zone .item-style-zone{
  list-style: none;
  padding-bottom: calc(36px / 2);
}
.content-bloc-service-detail .liste-zone ul{
  margin: 0;
  padding: 0;
}
.content-bloc-service-detail .liste-zone .item-style-zone .label-zone{
  color: #000000;
  transition: color 0.3s;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  align-self: center;
  padding-inline-start: 5px;
}
.content-bloc-service-detail .liste-zone .item-style-zone .icon-zone i{
  color: #093B4F;
}
.faq-section .accordion-header{
  padding-left: 0;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.stopped {
  position: absolute;
}
.phone-bloc-number{
  background-color: #3C78F0;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 20px;
  text-align: center;
}
.phone-bloc-number a{
  color: #fff;
  padding: 30px;
  text-decoration: none;
  text-align: center;
}
.phone-bloc-number a .text-phone-number{
  margin-left: 15px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: rgba(237,237,237,.9) ; 
}
.side-bar-bloc-link .list-item-link .item-link:last-child{
  padding-bottom: 13px;
}
.side-bar-bloc-link .list-item-link ul{
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
#block-sdg-servicedetailblock .detail-page-service .faq-section{
  margin-bottom: 20px;
}
a, a:hover, a:active, a:focus {
    outline: 0;
}

/**block avis client mobile front page*/
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .view-meilleurs-avis-de-nos-clients .views-row{
 display: inline-block;
 width: 40%;
 margin-left: 30px;
 margin-right: 30px;
 vertical-align: top;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .item-comment .info-comment .picture-comment img{
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .item-comment .info-comment{
  margin-top: -30px;
  margin-left: 7%;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .item-comment .body-comment{
    background-color: #F6F3EC;
    /* margin: 35px 15px 135px 15px; */
    padding: 30px 40px 30px 35px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-style: none;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .item-comment .body-comment p{
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #0C141FB5;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .item-comment .info-comment .name-comment{
  color: #0C141F;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .item-comment .info-comment .rating-comment{
  margin-top: 15px;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2 .block__title{
  font-family: "Outfit", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  color: #0C141F;
}
#block-sdg-views-block-meilleurs-avis-de-nos-clients-mobile-block-1-2{
  display: none;
}
:is([type="color"], [type="date"], [type="datetime-local"], [type="email"], [type="file"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea):focus {
   border: none; 
   outline: none; 
}
body.path-frontpage .title.page-title{
  display: none;
}