.image-center{
padding-top:10px;
text-align:center;
}
.info-full{
display:flex;
gap: 15px;
}
.info-full ul{
width:50%;
}
.partenaires .img-logo {
width: 50%;
}
.partenaire-item:nth-child(even) .group-img{
flex-direction:row-reverse;
}
.group-img .img-thumb{
position:relative;
}
.group-img .img-thumb:before{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
content:"";
opacity:0;
transition: opacity 400ms;
transition-delay: 0ms;
background: #2781BE;
}
.group-img:hover .img-thumb:before{
opacity: 0.8;
}
.partenaires .img-thumb img,
.partenaires .img-logo img{
width:100%;
height:auto;
display:block;
}
.group-content{
position:fixed;
left:0;
top:0;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.7);
display:flex;
justify-content:center;
align-items:center;
z-index:9999;
opacity: 0;
visibility: hidden;
}
.group-content.show{
opacity: 1;
visibility: visible;
}
.content-txt{
width:80%;
max-width:800px;
padding:30px;
background:#ffffff;
}
.postid-237 .hero__button{
width:300px;
margin:0 auto;
text-align:center;
flex-direction:row!important;
}
.postid-237 .hero a {
display:flex;
justify-content:center;
float:left;
background: #2c80c0;
padding:10px
}
.postid-237 .hero a .btn--primary{
text-indent: -9999px;
width: 50px;
height:50px;
padding:0;
display:block;
}
.postid-237 .hero a:first-child .btn--primary {
background: url(https://plasmacom-v2.dev.pulse.digital/wp-content/uploads/2021/08/bouton-insta.png) center no-repeat!important;
background-size: contain !important;
}
.postid-237 .hero a:nth-child(2) .btn--primary {
background: url(https://plasmacom-v2.dev.pulse.digital/wp-content/uploads/2021/08/bouton-facebook.png) center top !important;
background-size: cover !important;
float:left;
}
.bloc-compatible .wp-block-media-text__content{
padding:0;
}
.bloc-compatible .wp-block-media-text__content .has-large-font-size{
font-size: 3.125rem;
}
.bloc-compatible .wp-block-media-text__media img{
height:auto;
width:80%;
margin:0 auto;
display:block;
}
.postid-553 .prestation img {
height: 60%;
}
@media screen and (max-width: 768px) {
.info-full{
width:100%;
flex-direction:column;
}
}
@media screen and (max-width: 575px) {
.bloc-compatible .wp-block-media-text__content .has-large-font-size{
font-size: 2.125rem;
}
.info-full{
flex-direction:column;
}
.postid-553 .prestation img {
height: 100%;
}
.text--h1 {
font-size: 1.438rem;
line-height: 90%;
}
.hero.template {
min-height: 25vh;
}
.events img {
position: relative;
min-height: 80px;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
p.bloc__title.text--white.text--h1 {
position: relative;
top: -220px;
font-size: 16px;
}
.events {
position: relative;
min-height: 46vh;
}
.picture {
min-height: 30vh;
max-width: 100%;
}
}.content-txt {
position: relative;
}
a.popup__close {
position: absolute;
right: 0;
top: 0px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background: #ffffff;
font-size: 30px;
}
.bloc-cliquable{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:99;
cursor:pointer;
}