/**
 * @file
 * Use this CSS file to override components CSS rules
 */

 .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.onscroll .header.js-fixed.region--gray-background {
  background-color: #F5F9F9;
}

.header__section ul.menu {
  padding-top: 26px;
}

.header-container ul.menu li a {
    margin: 0 3px;
    padding: 5px 8px;
}
.header-container ul.sf-menu > li > a.menuparent::after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 5px;
  right: -4px;
  font-weight: 400;
  line-height: 20px;
  font-size: 10px;
}

.logo img {
    max-width: 100%;
    transition: max-width 0.5s ease 0s;
}

.onscroll .logo img {
    max-width: 75%;
}

.block-language ul li::before {
    content: none;
    font-size: 12px;
}

.dropdown-trigger {
	font-size: 20px;
	padding: 24px 12px 0px 0px;
}

.dropdown-menu {
	margin-top: 0px;
	padding: 12px;
	min-width: 142px;
}

div#block-selecteurdelangue {
    float: right;
}

.block-language ul {
    padding-left: 0;
    padding-right: 12px;
    list-style: none;
    padding-top: 19px;
    text-transform: capitalize;
}

  @media (max-width: 1199px) {
  .header-container ul.menu {
    text-align: right;
  }
  .header-container ul.menu li a {
  margin: 0 0px;
  }
}

/* Menu mobile */

.system-messages {
  background-color: white;
}

button.slideout-toggle {
  padding: 20px;
  display: none !important;
}

#block-navigationprincipale {
  padding-bottom: 0;
}

#block-navigationprincipale .content li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

#block-selecteurdelangue-2 .content li {
  padding-left: 0;
}

#block-selecteurdelangue-2 .content li a {
  text-decoration: none;
}

@media(max-width: 991px) {
  #block-mainnavigation-2,
  #block-selecteurdelangue {
    display: none;
  }
  button.slideout-toggle {
    display: inline-block !important;
  }
  .onscroll .logo img {
    max-width: 100%;
  }
  .onscroll .header__container > .row > div {
    display: block;
  }
}

@media(max-width:767px) {
  .logo {
    max-width: 275px;
  }
  .onscroll .header.js-fixed {
    display: block;
    position: relative;
  }

}

.text-color-linkedin,
.region--light-typography .text-color-linkedin,
a.hover-color-linkedin:hover,
.region--light-typography a.hover-color-linkedin:hover {
	color: #0084bf;
}

.scroll-button a:before {
	font-size: 36px;
	top: 80%;
}

.view-articles-grid .views-field-nothing-1 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
}

.view-articles-grid .views-field-body {
	min-height: 66px;
}

.list--fa-custom li {
	padding-bottom: 12px;
}

.field--name-body img {
	padding: 6px 8px;
}

.featured-linked-text-tile {
	border-color: #2BBBB2;
}

.no-space .node__header {
  padding: 0;
}

/****** COOKIES *******/

.cookiesjsr-banner {
  background-color: #f5f9f9;
  padding: 2em 1em 1em 1em;
  color: #061923;
}

@media (min-width: 576px) {
  .cookiesjsr-btn {
    min-height: auto;
  }
}

.cookiesjsr-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #018279;
  color: #018279;
  display: flex;
  font: inherit;
  justify-content: center;
  margin: .625em;
  opacity: 1;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: all .3s ease;
  white-space: nowrap;
  width: calc(100% - 2.5em);
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;

}

.cookiesjsr-btn:hover {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  background-color: #018279;
  color: #ffffff;
}

.cookiesjsr-btn.important {
  background-color: #018279;
  border-color: #018279;
  color: #ffffff;
}

.cookiesjsr-btn.important:hover {
  background-color: transparent;
  color: #018279;
  border-color: #018279;
}

.cookiesjsr-layer--title,
.cookiesjsr-service-group--tab,
.cookiesjsr-layer--label-all {
  color: #061923;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab,
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background: #018279;
}

.cookiesjsr-btn.invert {
    background-color: transparent;
    border-color: #018279;
    color: #018279;
}

.cookiesjsr-btn.invert:hover {
    background-color: #018279;
    border-color: #018279;
    color: #ffffff;
}

.cookiesjsr-btn.important.invert {
    background-color: #018279;
    border-color: #018279;
    color: #ffffff;
}

.cookiesjsr-btn.important.invert:hover {
    background-color: transparent;
    border-color: #018279;
    color: #018279;
    }

.cookiesjsr-links li a {
  color: #018279 !important;
}

.cookiesjsr-links li a:hover,
.cookiesjsr-links li a:focus {
  color: #2BBBB2 !important;
}

.cookiesjsr-links.cookiesjsr-service--links li a {
  color: #ffffff !important;
}

.cookiesjsr-links.cookiesjsr-service--links li a:hover,
.cookiesjsr-links.cookiesjsr-service--links li a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.cookiesjsr-layer--header {
  background-color: #f5f9f9;
  background: #f5f9f9;
  border-bottom: 1px solid #018279;
}

.cookiesjsr-layer--body {
  background: #f5f9f9;

}

.cookiesjsr-service-group--tab {
  background: #f5f9f9;
  border-bottom: 1px solid #018279;
  color: #061923;
}

.cookiesjsr-layer--footer {
  background: #f5f9f9;
  border-top: 1px solid #018279;

}

.cookiesjsr-banner--info,
.cookiesjsr-service-group--intro {
  font-size: 16px;
}


/******* Footer *******/

.social-links li a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 20px;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
}

.text-color-facebook, .region--light-typography .text-color-facebook, a.hover-color-facebook:hover, .region--light-typography a.hover-color-facebook:hover {
  color: #018279;
}

.text-color-twitter, .region--light-typography .text-color-twitter, a.hover-color-twitter:hover, .region--light-typography a.hover-color-twitter:hover {
  color: #018279;
}

.text-color-linkedin, .region--light-typography .text-color-linkedin, a.hover-color-linkedin:hover, .region--light-typography a.hover-color-linkedin:hover {
  color: #018279;
}

/* Splash Accueil */

.path-frontpage .banner {
  /*background-image: url('/sites/default/files/bg-drops-3.webp');*/
  background-color: #f5f9f9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

#block-splashaccueilanimation {
  padding: 60px 0px 60px;
}

#block-splashaccueilanimation .splash-box {
  position: relative;
  overflow: hidden;
  height: 520px;
}

#block-splashaccueilanimation .section-1,
#block-splashaccueilanimation .section-2 {
  height: 520px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#block-splashaccueilanimation .section-2 {
  display: block;
}

#block-splashaccueilanimation h1 {
  font-size: 60px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-top: 0;
  color: white;
  position: relative;
  padding-left: 48px;
}

#block-splashaccueilanimation h2 {
  font-weight: 300;
  margin-top: 0;
  color: white;
  position: relative;
  padding-left: 48px;
  color: #0D3A51;
  flex-basis: 100%;
}

#block-splashaccueilanimation .section-1 h1 {
  animation-delay: 2s;
  }

#block-splashaccueilanimation .section-1 h1 span {
  color: #27bbb1;
}

#block-splashaccueilanimation .section-2 h2 span {
  color: white;
}

#block-splashaccueilanimation .section-1 {
  background-image: url('/sites/default/files/percumedia-banner-section-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

#block-splashaccueilanimation .section-1 {
    position: absolute;
    top: -520px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: .9s;
    animation: slide 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
    animation-delay: .9s;
}

#block-splashaccueilanimation .section-2 {
    position: absolute;
    bottom: -520px;
    -webkit-animation: slide2 0.5s forwards;
    -webkit-animation-delay: 6s;
    animation: slide2 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
    animation-delay: 6s;
    background-image: linear-gradient(to bottom right, #018279, #48d5cc);
}

#block-splashaccueilanimation .section-2 h2 {
  animation-delay: 7s;
  margin-top: 125px;
}

#block-splashaccueilanimation .section-2 a {
  color: white;
  font-weight: 500;
  font-size: 22px;
  padding: 20px 30px 20px;
  display: block;
  line-height: 1.375;
  position: relative;
}

#block-splashaccueilanimation .section-2 a.round {
  display: inline-block;
  background-color: transparent;
  border: solid 4px;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 10px;
  line-height: 16px;
  font-weight: 700;
  font-size: 18px;
  width: 45px;
  text-align: center;
  height: 45px;
  position: absolute;
  left: 45px;
  bottom: 20px;
}

#block-splashaccueilanimation .section-2 a.full-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#block-splashaccueilanimation .section-2 a.round:hover,
#block-splashaccueilanimation .section-2 a.round:focus {
  color: white;
  border-color: rgba(255, 255, 255, 1);
}

#block-splashaccueilanimation .section-2 a:hover,
#block-splashaccueilanimation .section-2 a:focus {
  color: #018279;
}

#block-splashaccueilanimation .section-2 .row {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
  height: 175px;
}


#block-splashaccueilanimation .line {
  display:block;
  position:absolute;
  top:0;
  left:50%;
  border-bottom:4px solid black;
  width:0%;
  height:4px;
  text-align:center;
  animation: line 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.5s;
}

#block-splashaccueilanimation .section-2 .cta-services {
  font-weight: bold;
  background-image: url('/sites/default/files/cta-services-bg.webp');
  background-size: cover;
  -webkit-animation: slide2 0.5s forwards;
    -webkit-animation-delay: 7.25s;
    animation: slide2 0.75s cubic-bezier(0.87, 0, 0.13, 1) both;
    animation-delay: 7.25s;
}

#block-splashaccueilanimation .section-2 .cta-offre {
  font-weight: bold;
  background-image: url('/sites/default/files/cta-offer-bg.webp');
  background-size: cover;
  -webkit-animation: slide2 0.5s forwards;
    -webkit-animation-delay: 7.5s;
    animation: slide2 0.75s cubic-bezier(0.87, 0, 0.13, 1) both;
    animation-delay: 7.5s;
    background-position: right center;
}

#block-splashaccueilanimation .section-2 .cta-contact {
  font-weight: bold;
  background-image: url('/sites/default/files/cta-contact-bg.webp');
  background-size: cover;
  -webkit-animation: slide2 0.5s forwards;
    -webkit-animation-delay: 7.75s;
    animation: slide2 0.75s cubic-bezier(0.87, 0, 0.13, 1) both;
    animation-delay: 7.75s;
  background-position: right bottom;
}

@keyframes line {
  from {
    left:50%;
    width: 0%;
  }
  to {
    left:0;
    width:100%;
  }
}

@-webkit-keyframes slide {
    from {
      top: -100%;
    }
    to {
      top:0
    }
}

@keyframes slide {
   from {
      top: -100%;
    }
    to {
      top:0;
    }
}

@-webkit-keyframes slide2 {
    from {
      bottom: -100%;
    }
    to {
      bottom:0
    }
}

@keyframes slide2 {
   from {
      bottom: -100%;
    }
    to {
      bottom:0;
    }
}

@keyframes texte {
   from {
      background-position: 100% 100%;
    }
    to {
      background-position:0% 0%;
    }
}

@media(min-width:1400px) {
  .path-frontpage .banner .container {
    max-width: 1320px;
  }
  #block-splashaccueilanimation .splash-box {
    position: relative;
    overflow: hidden;
    height: 618px;
  }
  #block-splashaccueilanimation .section-1,
  #block-splashaccueilanimation .section-2 {
    height: 618px;
  }
  #block-splashaccueilanimation .section-1 {
    top: -618px;
  }
  #block-splashaccueilanimation .section-2 {
    bottom: -618px;
  }
  #block-splashaccueilanimation .section-2 .row {
    height: 206px;
  }
  #block-splashaccueilanimation .section-2 h2 {
    margin-top: 160px;
  }
}

@media(max-width:991px) {
  #block-splashaccueilanimation .section-2 .cta-services {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
  }
  #block-splashaccueilanimation h1 {
    font-size: 52px;
  }
  #block-splashaccueilanimation h2 {
    font-size: 30px
  }
  #block-splashaccueilanimation .splash-box {
    position: relative;
    overflow: hidden;
    height: 450px;
  }
  #block-splashaccueilanimation .section-1,
  #block-splashaccueilanimation .section-2 {
    height: 450px;
  }
  #block-splashaccueilanimation .section-2 .row {
    height: 150px;
  }
  #block-splashaccueilanimation .section-2 a {
    font-size: 18px;
    padding: 20px 30px 20px;

  }
  #block-splashaccueilanimation .section-2 h2 {
    animation-delay: 7s;
    margin-top: 110px;
  }
}

@media(max-width:767px) {
  #block-splashaccueilanimation h1 {
    font-size: 36px;
    padding-left: 36px;
  }
  #block-splashaccueilanimation .section-2 h2 {
    font-size: 22px;
    padding-left: 36px;
    margin-top: 125px;

  }
  #block-splashaccueilanimation .splash-box {
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  #block-splashaccueilanimation .section-1,
  #block-splashaccueilanimation .section-2 {
    height: 400px;
  }
  #block-splashaccueilanimation .section-2 h2 {
    margin-top: 95px;
  }
}

@media(max-width:575px) {
  #block-splashaccueilanimation h1 {
    font-size: 28px;
    padding-left: 24px;
  }

  #block-splashaccueilanimation .splash-box {
    position: relative;
    overflow: hidden;
    height: 350px;
  }
  #block-splashaccueilanimation .section-1,
  #block-splashaccueilanimation .section-2 {
    height: 350px;
  }
  #block-splashaccueilanimation .section-2 h2 {
    font-size: 18px;
    padding-left: 24px;
    margin-top: 75px;

  }
  #block-splashaccueilanimation .section-2 .row {
    height: 150px;
  }
  #block-splashaccueilanimation .section-2 a {
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
    z-index: 1;
  }
  #block-splashaccueilanimation .section-2 a.round {
    display: none
  }
  #block-splashaccueilanimation .section-2 a.full-area {
    position: absolute;
    transform: none;
  }
  #block-splashaccueilanimation .section-2 .cta-offre {
    background-position: 33% center;
  }
  #block-splashaccueilanimation .section-2 .cta-contact {
    background-position: 33% bottom;
  }
  #block-splashaccueilanimation .section-2 .cta-offre:after,
  #block-splashaccueilanimation .section-2 .cta-contact:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0D3A51;
    opacity: 0.5;
  }
}

@media(max-width:991px) {
   .mt-carousel-item.text-right {
    text-align: left !important;
  }
}

/* Portfolio Accueil */

#block-views-block-mt-showcases-grid-style-2-block-1 .view-content ul {
  list-style: none;
}

.view-testimonials-list-2.view > .more-link a {
  border: none;
}

/******* Services *******/

.page-node-83 .content-top {
  /*background-image: url('/sites/default/files/background-percumedia.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;*/
  position: relative;
}

.page-node-83 .content-top:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.3);
}

#block-views-block-blocs-services-block-1 {
  padding-bottom: 80px;
}

#block-views-block-blocs-services-block-1 p.cta {
  padding-top: 30px;
}

.paragraph--type--detail-service.paragraph--view-mode--accordeon {
  padding-bottom: 10px;
}

.paragraph--type--detail-service.paragraph--view-mode--accordeon h4 button {
  background-color: transparent;
  border: none;
  color: #018279;
  font-family: 'Roboto', Helvetica Neue, Arial, Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.paragraph--type--detail-service.paragraph--view-mode--accordeon h4 button:hover,
.paragraph--type--detail-service.paragraph--view-mode--accordeon h4 button:focus {
  color: #2BBBB2;
}

.paragraph--type--detail-service.paragraph--view-mode--accordeon div.text-center button {
  background-color: transparent;
  border: solid 4px;
  border-color: rgba(43, 187, 178, 0.25);
  border-radius: 50%;
  padding: 15px;
  line-height: 25px;
}

.paragraph--type--detail-service.paragraph--view-mode--accordeon div.text-center button:hover {
  border-color: rgba(43, 187, 178, 1);
}

.paragraph--type--detail-service.paragraph--view-mode--accordeon div.text-center button:before {
  content: attr(data-text2);
  color: #018279;
  color: #018279;
  font-weight: 800;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.paragraph--type--detail-service.paragraph--view-mode--accordeon div.text-center button.collapsed:before {
  content: attr(data-text1);

}

#views-bootstrap-solutions-seo-flexibles-block-1 {
  margin-top: 60px;
  margin-bottom: 90px;
}

#block-showcaseplus-views-block-solutions-seo-flexibles-block-1 #services-SEO {
  padding-top: 180px;
  margin-top: -150px;
}

#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div {
  margin-bottom: 30px;
}

#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div > div {
  padding: 30px;
  border-radius: 5px;
}

#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div:nth-child(1) > div {
  background-color: #F5F9F9;
}

#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div:nth-child(2) > div {
  background-color: rgba(1,130,121,9%);
  border: 1px solid #018279;
}

#views-bootstrap-solutions-seo-flexibles-block-1 a.button {
  display: block;
}

#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div:nth-child(1) a.button {
  background-color: transparent;
  color: #018279;
  border-color: #018279;
}

#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div:nth-child(1) a.button:hover,
#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div:nth-child(1) a.button:focus {
  color: #ffffff;
  border-color: #2BBBB2;
}

#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div:nth-child(2) .views-field-field-sous-titre,
#views-bootstrap-solutions-seo-flexibles-block-1 > .row > div:nth-child(2) h3 {
  color: #2BBBB2;
}

#views-bootstrap-solutions-seo-flexibles-block-1 h3 {
  margin-top: 24px;

}

#views-bootstrap-solutions-seo-flexibles-block-1 .views-field-field-items {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
#views-bootstrap-solutions-seo-flexibles-block-1  .views-field-field-sous-titre {
  text-transform: uppercase;
}

#views-bootstrap-solutions-seo-flexibles-block-1 .views-field-field-items ul {
  font-size: 16px;
  list-style-type: '✓';
  list-style-position: outside;
}

#views-bootstrap-solutions-seo-flexibles-block-1 .views-field-field-items ul li {
  margin-bottom: 8px;
  padding-left: 8px;
}

#views-bootstrap-solutions-seo-flexibles-block-1 .views-field-field-items ul li::marker {
  color: #018279;
  font-size: 20px;
}

.node--type-service.node--view-mode-teaser {
  padding: 0 0 0 0;
  margin-bottom: 0;
}

.node--type-service.node--view-mode-teaser-tabs .nav-tabs .nav-link {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 30px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  text-align: center;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-decoration: none;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #018279;
  letter-spacing: 0.25em;
text-transform: uppercase;
}

.node--type-service.node--view-mode-teaser-tabs .nav-tabs .nav-link:hover,
.node--type-service.node--view-mode-teaser-tabs .nav-tabs .nav-link.active:hover {
  background-color: #2BBBB2;
  color: white;
  border-color: transparent;
}

.node--type-service.node--view-mode-teaser-tabs .nav-tabs .nav-link.active {
  color: #018279;
  border-color: #018279;
  background-color: transparent;
}

.node--type-service.node--view-mode-teaser-tabs .nav-tabs .nav-item {
  margin: 0px 15px 15px;
}

.node--type-service.node--view-mode-teaser-tabs .nav-tabs ~ .tab-content {
  border:none;
  background-color: white;
}

.page-node-83 .featured-top,
.page-node-83 .featured-bottom {
  background-color: #018279;
  color: #ffffff;
}

.page-node-83 .featured {
  background-color: #0D3A51;
  color: white;
}

.page-node-83 .highlighted-top__section {
  padding: 60px 0 60px;
}

.page-node-83 .featured-bottom__section,
.page-node-83 .featured-top__section {
  padding: 90px 0 120px;
}

.page-node-83 .footer-top__section {
  padding: 9px 0 120px;
}

.page-node-83 .no-space .main-content__section {
  padding-bottom: 60px;;
}

#block-showcaseplus-service1 .field--name-field-illustration img,
#block-showcaseplus-service3 .field--name-field-illustration img {
  opacity: 0.5;
}

#block-showcaseplus-service2 .field--name-field-illustration img {
  filter: brightness(100);
  opacity: 0.3;
  padding-right: 30px;
}

#block-showcaseplus-service1 a.button.button--hover-style-2::before,
#block-showcaseplus-service2 a.button.button--hover-style-2::before,
#block-showcaseplus-service3 a.button.button--hover-style-2::before {
  background-color: #ffffff;
  border-color: #ffffff;
}

#block-showcaseplus-service1 .region--light-typography a.button:hover,
#block-showcaseplus-service1 .region--light-typography a.button:focus,
#block-showcaseplus-service3 .region--light-typography a.button:hover,
#block-showcaseplus-service3 .region--light-typography a.button:focus {
  color: #018279;
  border-color:#ffffff;
}

#block-showcaseplus-service2 .region--light-typography a.button:hover,
#block-showcaseplus-service2 .region--light-typography a.button:focus {
  color: #0D3A51;
  border-color:#ffffff;
}

@media(max-width:767px) {
  #block-showcaseplus-service1 .field--name-field-illustration img,
  #block-showcaseplus-service2 .field--name-field-illustration img,
  #block-showcaseplus-service3 .field--name-field-illustration img {
    padding-top: 30px;
  }
  #block-showcaseplus-service2 .field--name-field-illustration img {
    padding-right: 0;
  }
}

.page-node-83 #block-showcaseplus-temoignageariane {
  padding-top:50px;
}

.page-node-83 .highlighted-top {
  background-color: #f5f9f9;
}

#block-showcaseplus-pourquoichoisirpercumedia .embedded-entity {
  display: none;
}

#block-showcaseplus-pourquoichoisirpercumedia .embedded-entity.align-right {
  max-width:40%;
  margin-left:30px;
  display: block;
}

#block-showcaseplus-pourquoichoisirpercumedia .embedded-entity .node--view-mode-teaser {
  margin-bottom:0;
}

#block-showcaseplus-pourquoichoisirpercumedia .embedded-entity .node--type-mt-testimonial .field--name-body {
  background-color: #ffffff;
}

#block-showcaseplus-pourquoichoisirpercumedia .embedded-entity .node--type-mt-testimonial .field--name-body:after {
  border-color: #ffffff transparent transparent transparent;
  }

@media(max-width:991px) {
  #block-showcaseplus-pourquoichoisirpercumedia .embedded-entity {
    display: block;
  }
  #block-showcaseplus-pourquoichoisirpercumedia .embedded-entity.align-right {
    display: none;
  }
}

/* Développement de sites web */

.page-node-122 .intro-box {
  padding: 50px 30px 30px;
  background-color: #018279;
  margin-bottom:90px;
  border-radius: 5px;
}

.page-node-122 .intro-box .field--name-body {
  padding-left: 15px;
  color: #ffffff;
}

.page-node-122 .intro-box > div:nth-child(2) {
  border-left: 1px solid #ffffff;
}

@media(max-width:991px) {
  .page-node-122 .intro-box .field--name-body {
    padding-left: 0;
  }

  .page-node-122 .intro-box > div:nth-child(2) {
    border-left: none;
  }
}

.page-node-122 .field--name-field-intro-aux-sections-texte {
  padding-bottom:45px;
}

.page-node-122 h2 .field--name-field-sous-titre-service {
  margin-top: 5px;
  color: #0D3A51;
}

.page-node-122 h2 .field--name-field-sous-titre-service em {
  font-style: normal;
  color: #ffffff;
}

.page-node-122 .service-box .details-container {
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
  background-color: #f5f9f9;
}

/* Suppression de l'ancien hover CSS car géré par JavaScript */
.page-node-122 .service-box .details-container .layer-1 {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  transform: translateY(0%);
  transition: transform 0.3s ease-in-out; /* Transition plus fluide */
}

.page-node-122 .service-box h3 {
  margin-top: 0;
  font-size: 24px;
  position: absolute;
  z-index: 5;
  color: white;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.page-node-122 .service-box .details-container .layer-1 img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Assure un bon affichage de l'image */
}

.page-node-122 .service-box .details-container .layer-2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 0; /* Reste en dessous de l'image */
}

/* Indicateur + pour les touchscreens */
.page-node-122 .service-box .touch-indicator {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: white;
  display: none; /* Caché par défaut */
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-node-122 .service-box .touch-indicator:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

/* Rotation du + quand ouvert */
.page-node-122 .service-box .touch-indicator.expanded {
  transform: rotate(45deg);
}

.page-node-122 .service-box .touch-indicator.expanded:hover {
  transform: rotate(45deg) scale(1.1);
}
#block-showcaseplus-temoignagenatashagodbout .node--view-mode-teaser {
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-showcaseplus-temoignagenatashagodbout .node--view-mode-teaser .field--name-body {
  background-color: #f5f9f9;
}

#block-showcaseplus-temoignagenatashagodbout .node--view-mode-teaser .field--name-body:after {
  border-color: #f5f9f9 transparent transparent transparent;
}

.page-node-122 .featured-top__section {
  padding: 50px 0 120px;
}

.page-node-122 .featured-top > .container {
  position: relative;
}

.page-node-122 .featured-top > .container:before {
  content: "";
  background-image: url('/sites/default/files/styles/druplicon_max/public/blocs/EL_blue_CMYK.png.webp');
  opacity: 0.1;
  position: absolute;
  top: 45%;
  left: 0;
  width: 33%;
  height: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media(max-width:1199px) {
  .page-node-122 .featured-top > .container::before {
    content: "";
    background-image: url('/sites/default/files/styles/druplicon_max/public/blocs/EL_blue_CMYK.png.webp');
    opacity: 0.1;
    position: absolute;
    top: 43%;
    left: 0;
    width: 50%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}

@media(max-width:991px) {
  .page-node-122 .featured-top > .container::before {
    content: "";
    background-image: url('/sites/default/files/styles/druplicon_max/public/blocs/EL_blue_CMYK.png.webp');
    opacity: 0.1;
    position: absolute;
    top: 43%;
    left: -7%;
    width: 50%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}

@media (max-width: 575px) {
  .page-node-122 .featured-top > .container::before {
    content: "";
    background-image: url('/sites/default/files/styles/druplicon_max/public/blocs/EL_blue_CMYK.png.webp');
    opacity: 0.1;
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    height: 93%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}

.page-node-122 .featured__section {
  padding:0;
}



#block-showcaseplus-blocdecouvrabiliteservices .background-image {
  background-size: cover;
}

#block-showcaseplus-unaccompagnementhumainsanscassetete .embedded-entity {
  display: none;
}

#block-showcaseplus-unaccompagnementhumainsanscassetete .embedded-entity.align-right {
  max-width:40%;
  margin-left:30px;
  display: block;
}

#block-showcaseplus-unaccompagnementhumainsanscassetete .embedded-entity .node--view-mode-teaser {
  margin-bottom:0;
}

#block-showcaseplus-unaccompagnementhumainsanscassetete .embedded-entity .node--type-mt-testimonial .field--name-body {
  background-color: #ffffff;
}

#block-showcaseplus-unaccompagnementhumainsanscassetete .embedded-entity .node--type-mt-testimonial .field--name-body:after {
  border-color: #ffffff transparent transparent transparent;
  }

@media(max-width:991px) {
  #block-showcaseplus-unaccompagnementhumainsanscassetete .embedded-entity {
    display: block;
  }
  #block-showcaseplus-unaccompagnementhumainsanscassetete .embedded-entity.align-right {
    display: none;
  }
}

.page-node-122 .sub-featured__section {
  padding:0;
}

/* Hébergement */

.page-node-178 .intro-box {
  padding: 50px 30px 30px;
  background-color: #018279;
  margin-bottom:90px;
  border-radius: 5px;
}

.page-node-178 .intro-box .field--name-body {
  padding-left: 15px;
  color: #ffffff;
}

.page-node-178 .intro-box > div:nth-child(2) {
  border-left: 1px solid #ffffff;
}

@media(max-width:991px) {
  .page-node-178 .intro-box .field--name-body {
    padding-left: 0;
  }

  .page-node-178 .intro-box > div:nth-child(2) {
    border-left: none;
  }
}

.page-node-178 .field--name-field-intro-aux-sections-texte {
  padding-bottom:45px;
}

.page-node-178 h2 .field--name-field-sous-titre-service {
  margin-top: 5px;
  color: #0D3A51;
}

.page-node-178 h2 .field--name-field-sous-titre-service em {
  font-style: normal;
  color: #ffffff;
}

.paragraph--type-detail-service-icone.paragraph--view-mode-default {
  position: relative;
    padding-left: 130px;
    border: 1px solid #018279;
    padding-bottom: 30px;
    padding-right: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 100px;
}

.paragraph--type-detail-service-icone.paragraph--view-mode-default .field--name-field-icone {
  max-width: 200px;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.paragraph--type-detail-service-icone.paragraph--view-mode-default .field--name-field-icone img {
  border-radius: 50%;
  border: 1px solid #018279;
  padding: 20px;
  background-color: #fff;
}

@media(max-width:991px) {
  .paragraph--type-detail-service-icone.paragraph--view-mode-default {
      padding-left: 105px;
      margin-left: 75px;
  }

  .paragraph--type-detail-service-icone.paragraph--view-mode-default .field--name-field-icone {
    max-width: 150px;
    left: -75px;
  }
}

@media(max-width:767px) {
  .paragraph--type-detail-service-icone.paragraph--view-mode-default {
      padding-left: 75px;
      margin-left: 60px;
  }

  .paragraph--type-detail-service-icone.paragraph--view-mode-default .field--name-field-icone {
    max-width: 120px;
    left: -60px;
  }
  .paragraph--type-detail-service-icone.paragraph--view-mode-default .field--name-field-icone img {
    padding: 15px;
  }
}

@media(max-width:575px) {
  .paragraph--type-detail-service-icone.paragraph--view-mode-default {
      padding-left: 60px;
      margin-left: 50px;
      padding-bottom: 15px;
      padding-right: 15px;
  }

  .paragraph--type-detail-service-icone.paragraph--view-mode-default .field--name-field-icone {
    max-width: 100px;
    left: -50px;
  }
  .paragraph--type-detail-service-icone.paragraph--view-mode-default .field--name-field-icone img {
    padding: 10px;
  }
}

#block-showcaseplus-temoignageariane .node--view-mode-teaser {
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-showcaseplus-temoignageariane .node--view-mode-teaser .field--name-body {
  background-color: #f5f9f9;
}

#block-showcaseplus-temoignageariane .node--view-mode-teaser .field--name-body:after {
  border-color: #f5f9f9 transparent transparent transparent;
}

#block-showcaseplus-pourquoichoisirnotrehebergement .embedded-entity {
  display: none;
}

#block-showcaseplus-pourquoichoisirnotrehebergement .embedded-entity.align-right {
  max-width:40%;
  margin-left:30px;
  display: block;
}

#block-showcaseplus-pourquoichoisirnotrehebergement .embedded-entity .node--view-mode-teaser {
  margin-bottom:0;
}

#block-showcaseplus-pourquoichoisirnotrehebergement .embedded-entity .node--type-mt-testimonial .field--name-body {
  background-color: #ffffff;
}

#block-showcaseplus-pourquoichoisirnotrehebergement .embedded-entity .node--type-mt-testimonial .field--name-body:after {
  border-color: #ffffff transparent transparent transparent;
  }

@media(max-width:991px) {
  #block-showcaseplus-pourquoichoisirnotrehebergement .embedded-entity {
    display: block;
  }
  #block-showcaseplus-pourquoichoisirnotrehebergement .embedded-entity.align-right {
    display: none;
  }
}

.page-node-178 .sub-featured__section {
  padding:0;
}

/* SEO */

.page-node-179 .intro-box {
  padding: 50px 30px 30px;
  background-color: #018279;
  margin-bottom:90px;
  border-radius: 5px;
}

.page-node-179 .intro-box .field--name-body {
  padding-left: 15px;
  color: #ffffff;
}

.page-node-179 .intro-box > div:nth-child(2) {
  border-left: 1px solid #ffffff;
}

@media(max-width:991px) {
  .page-node-179 .intro-box .field--name-body {
    padding-left: 0;
  }

  .page-node-179 .intro-box > div:nth-child(2) {
    border-left: none;
  }
}

.page-node-179 .field--name-field-intro-aux-sections-texte {
  padding-bottom:45px;
}

.page-node-179 h2 .field--name-field-sous-titre-service {
  margin-top: 5px;
  color: #0D3A51;
}

.page-node-179 h2 .field--name-field-sous-titre-service em {
  font-style: normal;
  color: #ffffff;
}



.page-node-179 .service-box {
  padding: 30px;
  border-radius: 5px;
}

.page-node-179 .row > div:nth-child(1) > .service-box {
  background-color: #F5F9F9;
}

.page-node-179 .row > div:nth-child(2) > .service-box {
  background-color: rgba(1,130,121,9%);
  border: 1px solid #018279;
}

.page-node-179 .service-box .button {
  margin-left: 0;
  margin-right: 0;
}

.page-node-179 .service-box .button > a {
  display: block;
}

.page-node-179 .row > div:nth-child(1) > .service-box .button > a {
  background-color: transparent;
  color: #018279;
  border-color: #018279;
}

.page-node-179 .row > div:nth-child(1) > .service-box .button > a:hover,
.page-node-179 .row > div:nth-child(1) > .service-box .button > a:focus {
  color: #ffffff;
  border-color: #2BBBB2;
}

.page-node-179 .row > div:nth-child(2) > .service-box .field--name-field-sous-titre,
.page-node-179 .row > div:nth-child(3) > .service-box h3 {
  color: #2BBBB2;
}

.page-node-179 .service-box h3 {
  margin-top: 24px;

}

.page-node-179 .service-box .field--name-field-sous-titre {
  text-transform: uppercase;
  font-weight: 800;
}

.page-node-179 .service-box .field--name-field-items {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

.page-node-179 .service-box .field--name-field-items ul {
  font-size: 16px;
  list-style-type: '✓';
  list-style-position: outside;
}

.page-node-179 .service-box .field--name-field-items ul li {
  margin-bottom: 8px;
  padding-left: 8px;
}

.page-node-179 .service-box .field--name-field-items ul li::marker {
  color: #018279;
  font-size: 20px;
}

#block-showcaseplus-temoignagemariechantalleclair .node--view-mode-teaser {
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-showcaseplus-temoignagemariechantalleclair .node--view-mode-teaser .field--name-body {
  background-color: #f5f9f9;
}

#block-showcaseplus-temoignagemariechantalleclair .node--view-mode-teaser .field--name-body:after {
  border-color: #f5f9f9 transparent transparent transparent;
}

#block-showcaseplus-pourquoichoisirnosanalysesseo .embedded-entity {
  display: none;
}

#block-showcaseplus-pourquoichoisirnosanalysesseo .embedded-entity.align-right {
  max-width:40%;
  margin-left:30px;
  display: block;
}

#block-showcaseplus-pourquoichoisirnosanalysesseo .embedded-entity .node--view-mode-teaser {
  margin-bottom:0;
}

#block-showcaseplus-pourquoichoisirnosanalysesseo .embedded-entity .node--type-mt-testimonial .field--name-body {
  background-color: #ffffff;
}

#block-showcaseplus-pourquoichoisirnosanalysesseo .embedded-entity .node--type-mt-testimonial .field--name-body:after {
  border-color: #ffffff transparent transparent transparent;
  }

.page-node-179 .sub-featured__section {
    padding:0;
  }

@media(max-width:991px) {
  #block-showcaseplus-pourquoichoisirnosanalysesseo .embedded-entity {
    display: block;
  }
  #block-showcaseplus-pourquoichoisirnosanalysesseo .embedded-entity.align-right {
    display: none;
  }
}

/* FAQs */

.node--type-item-faq.node--view-mode-teaser {
  margin-bottom: 0;
}

.node--type-item-faq.node--view-mode-teaser header {
  display: flex;
}

.node--type-item-faq.node--view-mode-teaser h3 {
  width: 100%;
}

.node--type-item-faq.node--view-mode-teaser h3 button {
  background-color: transparent;
  border: none;
  color: #018279;
  font-family: 'Roboto', Helvetica Neue, Arial, Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
}

.node--type-item-faq.node--view-mode-teaser h3 button:hover,
.node--type-item-faq.node--view-mode-teaser h3 button:focus {
  color: #2BBBB2;
}

.node--type-item-faq.node--view-mode-teaser header > button {
  background-color: transparent;
  border: solid 4px;
  border-color: rgba(43, 187, 178, 0.25);
  border-radius: 50%;
  padding: 15px;
  line-height: 25px;
  height: fit-content;
  margin-top: 18px;
}

.node--type-item-faq.node--view-mode-teaser header > button:hover {
  border-color: rgba(43, 187, 178, 1);
}

.node--type-item-faq.node--view-mode-teaser header > button:before {
  content: attr(data-text2);
  color: #018279;
  color: #018279;
  font-weight: 800;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.node--type-item-faq.node--view-mode-teaser header > button.collapsed:before {
  content: attr(data-text1);

}


/******* Portfolio *******/

.nav.nav-pills {
  display: flex !important;
  flex-wrap: wrap;
}

/* Pages projets */

@media (max-width:991px) {
  .page-node-type-mt-showcase .field--name-body {
    margin-top: 30px;
  }
}

/******* Blogue *******/

.view-articles-grid .article-header {
  background-color: #F5F9F9;
  min-height: 160px;
  }

.encadre-article {
  background-color: #f5f9f9;
  padding: 24px 48px 36px;
  margin-top: 24px;
}

.field--name-field-audio label {
  font-size: 15px;
}

.field--name-field-audio {
  margin-bottom: 24px;
}

/******* Contact *******/

#block-showcaseplus-contactinfo li {
  font-size: 16px;
}

/* Landing page artistes */

/*#block-texteenteteoffreartistes {
  padding: 90px 0;
  background-image: url(/sites/default/files/2021-04/karen-alsop-8M8xi-5o2cA-unsplash_0.jpg);
  background-size: cover;
}*/

#block-texteenteteoffreartistes .row,
#block-enjeuxoffreartistes .row {
  display: flex;
  justify-content: center;
}

#block-texteenteteoffreartistes h2.block-title--large {
  letter-spacing: 0.2em;
 }

 #block-enteteoffreartistes .background-image.lazy {
  background-image: url('/sites/default/files/styles/image_convertie/public/2021-04/rayon-lumiere-2.jpg.webp') !important;
}

#block-enteteoffreartistes .background-image.background-image--attachment-scroll {
    background-position: center top 20%;
    background-size: cover;
    overflow: hidden
}

#block-enteteoffreartistes .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 109%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#block-enjeuxoffreartistes h2:nth-child(1) {
  transform: rotate(-3deg);
  margin: 0;
}

#block-enjeuxoffreartistes h2:nth-child(2) {
  transform: rotate(-3deg);
  margin: 0;
  color:white;
}

#block-enjeuxoffreartistes h3,
#block-enjeuxoffreartistes h4 {
  transform: rotate(-3deg);
  margin: 0;
  color:white;
}

#block-enjeuxoffreartistes p {
  padding-top: 50px;
  color: white;
  font-size: 20px;
  padding-left: 150px;
}

#block-enjeuxoffreartistes {
  /*background: linear-gradient(-3deg, #2BBBB2 422px, #fff 422px);*/
  background: linear-gradient(177deg, #fff 28.5%, #018279 28.6%);
  margin: 0 -15px;
  padding-top: 120px;
  padding-bottom: 60px;
  height: 614px;
}

#block-enjeuxoffreartistes .right {
  text-align: right;
}

#block-enjeuxoffreartistes .right .button {
  background-color: transparent;
  border: 1px solid #fff;
}

#block-enjeuxoffreartistes .right .button:hover,
#block-enjeuxoffreartistes .right .button:focus,
#block-enjeuxoffreartistes .right .button:active {
  background-color: white;
  color: #018279;
}

#block-valeursoffreartistes {
    padding: 0px 0 60px;
}

.page-node-114 .featured-top__section {
    padding: 90px 0 60px;
}

#block-role li {
  font-size: 18px;
}

#block-role .list--fa-check li {
  padding: 0 0 5px 25px;
}

#block-role .list--fa-check li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #2BBBB2;
}

#block-imagetirelire .background-image {
  background-position: center bottom 15%;
  background-size: cover;
}

.page-node-114 .featured-top {
  background-color: #018279;
}

.page-node-114 .content-top__section {
  padding: 90px 0 0;
}

#block-views-block-mt-showcases-grid-style-2-block-2 .view-content .row {
  justify-content: center;
}

#block-views-block-mt-showcases-grid-style-2-block-2 .view-footer {
  width: 100%
}

#block-processusoffreartistes h2,
#block-processusoffreartistes p {
  color: #ffffff;
}

#block-processusoffreartistes .button {
    background-color: transparent;
    border: 1px solid #fff;
}

#block-processusoffreartistes .button:hover,
#block-processusoffreartistes .button:focus,
#block-processusoffreartistes .button:active {
    background-color: white;
    color: #2BBBB2;
}

#block-processusoffreartistes h3 span {
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
  height: 63px;
  line-height: 63px;
  color: #018279;
  font-weight: 500;
  margin-bottom: 24px;
}

.page-node-114 .highlighted {
  background-color: #0D3A51;
  color: #ffffff;
}

.page-node-114 .main-content__section {
    padding: 90px 0 60px;
}

#block-faqoffreartistes {
  padding: 90px 0 60px;
}

#block-faqoffreartistes .button {
  background-color: transparent;
  border: 1px solid #fff;
}

#block-faqoffreartistes .button:hover,
#block-faqoffreartistes .button:active,
#block-faqoffreartistes .button:focus {
  border: 1px solid #27bbb1;
  border: 1px solid #27bbb1;
}

#block-faqoffreartistes a.button.button--hover-style-2::before, #block-faqoffreartistes .button.button--hover-style-2 > a::before {
  background-color: #27bbb1;
  border-color: #27bbb1;
}

.page-node-114 #block-views-block-mt-showcases-grid-style-2-block-2 h2 {
  font-size: 30px;
  padding-bottom: 40px;
}

/*@media(min-width:1500px) {
  #block-enteteoffreartistes .background-image {
    background-image: url("/sites/default/files/2021-04/ray-light-lg-2.jpg") !important;
  }
}*/

@media(max-width:1199px) {
  #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 27.5%, #018279 27.6%);
  }
}

@media(max-width:991px) {
  #block-imagetirelire .background-image {
    background-position: right 41% bottom 15%;
    background-size: cover;
  }
  #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 24%, #018279 24.1%);
    height: 714px;
  }
  .page-node-114 #block-views-block-mt-showcases-grid-style-2-block-2 .content .view-content > div:nth-child(3) {
    display: none;
  }
  #block-enteteoffreartistes .background-image.background-image--attachment-scroll {
    background-position-x: 50% !important;
}
}

@media(max-width:767px) {
  #block-valeursoffreartistes h3 {
    margin-top: 0;
  }
  #block-valeursoffreartistes .bottom-spacing-small {
    padding-bottom: 45px;
  }
  .page-node-114 h2,
  .page-node-114 h2.title {
    font-size: 30px;
  }
  .page-node-114 p.medium {
    font-size: 18px;
  }
  #block-role li {
    font-size: 16px;
  }
  #block-enjeuxoffreartistes h3 {
    padding-top: 5px;
  }

  #block-enjeuxoffreartistes p {
    font-size: 18px;
    padding-left: 0;
  }
  .page-node-114 h3 {
    font-size: 25px;
  }
  #block-valeursoffreartistes img {
    padding:0;
  }
    #block-imagetirelire .background-image-overlay {
    opacity: 0.7 !important;
  }
  #block-imagetirelire .background-image {
    background-image: url('/sites/default/files/styles/image_convertie/public/2021-04/tireline-30x25.jpg.webp') !important;
  }
  #block-imagetirelire .background-image {
    background-position: right 15% top;
    background-size: cover;
  }
  /*#block-imagetirelire .background-image-overlay {
    opacity: 0.75 !important;
  }*/

  #block-enjeuxoffreartistes {
    background: #018279;
    padding-top: 90px;
    height: auto;
  }
  #block-enjeuxoffreartistes h2:nth-child(1) {
    transform: rotate(-3deg);
    margin: 0;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  #block-imagetirelire .background-image-block__section {
    position: relative;
    padding: 70px 0 130px;
    overflow: hidden;
  }
  .page-node-114 #block-views-block-mt-showcases-grid-style-2-block-2 h2 {
    font-size: 25px;
  }
  .page-node-114 #block-views-block-mt-showcases-grid-style-2-block-2 .content .view-content > div:nth-child(3) {
    display: block;
  }
  #block-enteteoffreartistes .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #block-enteteoffreartistes .background-image.background-image--attachment-scroll {
    background-position-x: 70% !important;
}
}

@media(max-width:600px) {

}

@media(max-width:575px) {
  #block-valeursoffreartistes .colo-g {
    padding-right: 10px
  }
  #block-valeursoffreartistes .colo-d {
    padding-left: 10px
  }
}

@media(max-width:525px) {
  #block-imagetirelire .background-image-overlay {
    opacity: 0.7 !important;
  }
  #block-imagetirelire .background-image-block__section {
    position: relative;
    padding: 70px 0 130px;
    overflow: hidden;
  }
  #block-imagetirelire .background-image {
    background-position: right 25% top;
    background-size: cover;
  }
}

@media(min-width:1600px) {
 #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 28.5%, #018279 28.7%);
  }
  #block-enteteoffreartistes .background-image,
  #block-enteteoffreartistes .background-image.lazy {
    background-image: url("/sites/default/files/styles/image_convertie/public/2021-04/ray-light-lg-2.jpg.webp") !important;
  }
}

@media(min-width:2000px) {
 #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 29.5%, #018279 29.7%);
  }
  #block-imagetirelire .background-image {
    background-image: url('/sites/default/files/styles/image_convertie/public/2021-04/tirelire-lg-2.jpg.webp') !important;
    background-position: center bottom 21%;
  }
}

@media(min-width:2250px) {
 #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 30.5%, #018279 30.7%);
  }
}

@media(min-width:2600px) {
 #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 30%, #018279 30.2%);
  }
}

@media(min-width:3000px) {
 #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 30.5%, #018279 30.7%);
  }
}

@media(min-width:3500px) {
 #block-enjeuxoffreartistes {
    background: linear-gradient(177deg, #fff 31.5%, #018279 31.7%);
  }
}

/* Webform Sondage */

.page-node-type-webform .fieldset-wrapper {
    margin-bottom: 32px;
}

.page-node-type-webform fieldset legend,
.page-node-type-webform .form-type-textarea label {
  border: none;
  display: inline;
  width: auto;
  padding: 0;
  font-size: inherit;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}

/* Infolettre */

.infolettre {
  max-width: 625px;
}

.text-align-center {
  text-align: center;
}