
/* new*/ 
#pourquiparticiperacademy .coursesCard__title{
    color: white !important;
}
#pourquiparticiperacademy {
	margin-bottom: 60px !important;
}
#pourquiparticiperacademy .coursesCard.-type-3 .coursesCard__icon {
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    font-size: 50px;
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	
}

#pourquiparticiperacademy .bg-green-hmc {
    background-color: white;
	margin-bottom: 17px !important;
}
#pourquiparticiperacademy .bg-green-hmc img {
    width: 80px;
}

#Pourqouiparticiperhmc {
    width: fit-content;
    font-size: 40px;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
    background: rgb(42, 110, 181);
    background: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%);
    margin: 20px auto 20px;
}
.paddingbottomshow{
	padding-bottom: 10px;
}
.pourquiaparticiperdescription{
	color: white !important;
	text-align:center;
	margin-bottom: 50px;
}
#pourquiparticiperacademy
 .coursesCard__title{
	font-size: 20px !important;
	 line-height: 1.7rem !important;
	 font-weight: 300;
	 letter-spacing: 0.1px;

}
.placelimitereserver{
	text-align: center;
	margin: 20px 0px;
}
#pourquiparticiperacademy .coursesCard__icon {
  transition: background-color 0.3s ease;
  background-color: white; /* Your original green */
  position: relative;
}

#pourquiparticiperacademy .coursesCard__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
  transition: opacity 0.3s ease;
}

#pourquiparticiperacademy .icon-hover {
  opacity: 0;
}

#pourquiparticiperacademy .coursesCard:hover .coursesCard__icon {
  background-color: black;
}

#pourquiparticiperacademy .coursesCard:hover .icon-default {
  opacity: 0;
}

#pourquiparticiperacademy .coursesCard:hover .icon-hover {
  opacity: 1;
}
.mobileventwebinaire{
 padding-bottom: 26px!important;
}

.videobackgroundevent {
  position: relative;
  overflow: hidden;
}

.videobackgroundevent video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.videobackgroundevent .container {
  position: relative;
  z-index: 1;
}

/* Optionnel : filtre sombre par-dessus la vidéo */
.videobackgroundevent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Assombrit la vidéo */
  z-index: 1;
}

.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.whatsapp-message {
  background-color: #e0f7e9;
  color: #075e54;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 227px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.close-btn {
  background: transparent;
  border: none;
  color: #075e54;
  font-size: 16px;
  cursor: pointer;
  margin-left: auto;
}

.whatsapp-button img {
  width: 68px;
  height: 68px;
  transition: transform 0.3s;
}

.whatsapp-button:hover img {
  transform: scale(1.1);
}
.adl-academy-button a{
	font-size : 12.5px !important;
}

#programmeiacafe {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
	
}

#programmeiacafe h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
	
	    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
    background: rgb(42, 110, 181);
    background: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%);
width: fit-content;
	margin: 20px auto;
}

#programmeiacafe .schedule {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#programmeiacafe .row {
  display: flex;
  flex-direction: column;
  border-left: 4px solid #007BFF;
  padding-left: 15px;
  position: relative;
}

#programmeiacafe .row::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -10px;
  width: 16px;
  height: 16px;
  background-color: #007BFF;
  border-radius: 50%;
}

#programmeiacafe .time {
  font-weight: 600;
  color: white;
  margin-bottom: 5px;
}

#programmeiacafe .activity {
  font-size: 1rem;
  color: white;
  line-height: 1.5;
}

#programmeiacafe .activity strong {
  color: white;
}

@media (min-width: 600px) {
  #programmeiacafe .row {
    flex-direction: row;
    gap: 30px;
  }

  #programmeiacafe .time {
    width: 160px;
    flex-shrink: 0;
  }

  #programmeiacafe .activity {
    flex-grow: 1;
  }
}
.inscriptionbtn{
	display: inline-block !important;
	width: 240px !important;
}
.dateiacafe{

	margin-left: 0px !important;
}
#scroll-down-arrow {
     border-radius: 50px;
    font-size: 2rem;
    cursor: pointer;
    /* position: fixed; */
    display: inline-block !important;
	margin-top: 29px;
    /* bottom: 30px; */
    padding: 2px 20px;
    /* left: 50%; */
    transform: translateX(-50%);
    background: white;
    animation: bounce 2s infinite;
    z-index: 1000;
}
/* Optional bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* Example target section style */


.showmorebtnia{
	text-align :center;

}
#centeriacafe h1{
	text-align: center !important;
}
.inscriptionbtn{
	margin-left: 0px !important;
}
.showmorebtnia{
	margin-left: 25px;
}
.checkbox44{
	display: flex;
}
.checkbox44 input{
	display: inline !important;
	width: 16px !important;
	margin-right: 7px;
}
.checkbox44  .wpcf7-list-item{
	margin-left: 0px !important;
	padding-left: 0px !important:
}
.min-heightservicedesktop{
	min-height:89px;
}
.minheightservicesnew{
	min-height: 400px;
}
@media (min-width: 1024px) {
  .col-start-lg-2 {
    grid-column-start: 2 !important;
  }
}
img.svg-pageexpertise {
    margin: 10px auto 20px;
    width: 116px;
}

/*================================================
Features Area 2 CSS
=================================================*/
.features-section-2 {
  background-image: url(../img/banner/background-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.features-section-2 .feature-box {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(3.5px);
  padding: 75px 30px 35px;
  position: relative;
  border: 1px solid #101c37;
  margin-bottom: 30px;
  transition: var(--transition);
  z-index: 0;
  overflow: hidden;
}

.features-section-2 .feature-box:hover:before {
  position: absolute;
  content: '';
  z-index: -1;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  top: 1px;
  left: 1px;
  background: rgb(16 17 40);
  transition: all 300ms ease;
}

.features-section-2 .feature-box:hover:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(90deg, rgba(110, 102, 255, 0) 0%, rgb(40, 176, 255) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.features-section-2 .feature-box span {
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  color: white;
  font-weight: 500;
}

.features-section-2 .feature-box .icon {
  font-size: 60px;
  margin-bottom: 20px;
  color: white;
}

.features-section-2 .feature-box h3 {
  color:white;
  margin-bottom: 20px;
}

.features-section-2 .feature-box p {
  color: white;
  font-size: 17px;
}
img.img3siteweb {
    width: 108px !important;
    display: inline-block;
    margin: 21px auto !important;
    text-align: center;
}
.features-section-2 .feature-box.minheighth4 h3

 {
    min-height: 110px;
	 font-size: 1.75rem;
	 text-align: center;
}
.features-section-2 .feature-box p {
    color:#B9B9BA;
    font-size: 15px;
    text-align: center;
}
.minheight7
 {
    min-height: 526px;
}
.paddingagence {
	margin-bottom: 40px;
}
.owlcarouselservice i {
    color: white !important;
    font-size: 29px;
}
/* Styles pour les cards de front-page.php - même style que serviceia.blade.php */
.relative-arrow.group {
  position: relative;
  border: 1px solid #101c37;
  transition: all 0.3s ease;
  z-index: 0;
  overflow: hidden;
}

.relative-arrow.group:hover:before {
  position: absolute;
  content: '';
  z-index: -1;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  top: 1px;
  left: 1px;
  background: rgb(16 17 40);
  transition: all 300ms ease;
}

.relative-arrow.group:hover:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(90deg, rgba(110, 102, 255, 0) 0%, rgb(40, 176, 255) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}

/* Animation pour les cards front-page.php */
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.featureitem5:hover:before {
    position: absolute;
    content: '';
    z-index: -1;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    top: 1px;
    left: 1px;
    background: rgb(16 17 40);
    transition: all 300ms ease;
}

/* Styles complémentaires pour les cards de front-page.php */
.relative-arrow.group.bg-black:hover:before {
  background: rgb(16 17 40) !important;
}

.relative-arrow.group.bg-white:hover:before {
  background: rgb(40 40 40) !important;
}

/* Amélioration des transitions pour les éléments des cards */
.relative-arrow.group h3,
.relative-arrow.group p,
.relative-arrow.group img {
  transition: all 0.3s ease !important;
}

/* Styles pour rendre les cards plus attrayantes au hover */
.relative-arrow.group:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

/* Animation spéciale pour l'icône au hover */
.relative-arrow.group:hover .hover-image-hmc {
  opacity: 1 !important;
  transform: scale(1.1) !important;
}

/* Style pour les cards avec bg-black */
.relative-arrow.group.bg-black {
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(3.5px) !important;
}




/* agenda */ 
/*
#containeragendaiaevent .agenda {
    max-width: 600px !important;
    margin: 0 auto !important;
}

#containeragendaiaevent .agenda-item {
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    position: relative !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

#containeragendaiaevent .agenda-time {
    font-weight: bold !important;
    margin-bottom: 5px !important;
    display: block !important;
}

#containeragendaiaevent .agenda-title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

#containeragendaiaevent .agenda-speakers {
    display: flex !important;
    gap: 10px !important;
    margin-top: 10px !important;
    flex-wrap: wrap !important;
}

#containeragendaiaevent .speaker {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    background-color: #eef2f5 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}

#containeragendaiaevent .speaker img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}

#containeragendaiaevent .agenda-description {
    font-size: 14px !important;
    color: #555 !important;
    margin-top: 8px !important;
}
*/
/* Couleurs par type */
/*
#containeragendaiaevent .type-pink {
    background-color: #ffeaea !important;
    border-left: 4px solid #ff7f7f !important;
}

#containeragendaiaevent .type-blue {
    background-color: #f0f4ff !important;
    border-left: 4px solid #5a7dff !important;
}

#containeragendaiaevent .type-green {
    background-color: #eafaf1 !important;
    border-left: 4px solid #34c759 !important;
} */
#containeragendaiaevent .agenda {
    max-width: 600px !important;
    margin: 0 auto !important;
}

#containeragendaiaevent .agenda-item {
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    padding: 15px 15px 15px 25px !important;
	padding-left: 40px !important;
    position: relative !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

#containeragendaiaevent .agenda-time {
    font-weight: bold !important;
    margin-bottom: 5px !important;
    display: block !important;
}

#containeragendaiaevent .agenda-title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

#containeragendaiaevent .agenda-speakers {
    display: flex !important;
    gap: 10px !important;
    margin-top: 10px !important;
    flex-wrap: wrap !important;
}

#containeragendaiaevent .speaker {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    background-color: #eef2f5 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}

#containeragendaiaevent .speaker img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}

#containeragendaiaevent .agenda-description {
    font-size: 14px !important;
    color: #555 !important;
    margin-top: 8px !important;
}

/* Couleurs par type */
#containeragendaiaevent .agenda {
    max-width: 600px !important;
    margin: 0 auto !important;
}

#containeragendaiaevent .agenda-item {
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    padding: 15px 15px 15px 35px !important;
    position: relative !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

#containeragendaiaevent .agenda-time {
    font-weight: bold !important;
    margin-bottom: 5px !important;
    display: block !important;
}

#containeragendaiaevent .agenda-title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

#containeragendaiaevent .agenda-speakers {
    display: flex !important;
    gap: 10px !important;
    margin-top: 10px !important;
    flex-wrap: wrap !important;
}

#containeragendaiaevent .speaker {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    background-color: #eef2f5 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}

#containeragendaiaevent .speaker img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}

#containeragendaiaevent .agenda-description {
    font-size: 14px !important;
    color: #555 !important;
    margin-top: 8px !important;
}

/* Couleurs par type */
#containeragendaiaevent .type-pink {
    background-color: white !important;
    
    margin-left: 10px !important;
	margin-right: 10px !important;
    position: relative !important;
}

#containeragendaiaevent .type-pink::before {
    content: '' !important;
    position: absolute !important;
    left: 15px !important;
    top: 0 !important;
		margin-top: 10px !important;
	margin-bottom: 10px !important;
    bottom: 0 !important;
    width: 3px !important;
    background-color: black !important;
    border-radius: 2px !important;
}

#containeragendaiaevent .type-blue {
    background-color: #eff6ff !important;
    border-left: none !important;
    margin-left: 10px !important;
    position: relative !important;
}

#containeragendaiaevent .type-blue::before {
    content: '' !important;
    position: absolute !important;
    left: 15px !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 3px !important;
		margin-top: 10px !important;
	margin-bottom: 10px !important;
    background-color: #3b82f6 !important;
    border-radius: 2px !important;
}

#containeragendaiaevent .type-green {
    background-color: #f0fdf4 !important;
    border-left: none !important;
    margin-left: 10px !important;
    position: relative !important;
}

#containeragendaiaevent .type-green::before {
    content: '' !important;
    position: absolute !important;
    left: 15px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 3px !important;
    background-color: #22c55e !important;
    border-radius: 2px !important;
}
#containeragendaiaevent{
	margin-bottom: 65px;
}
.agenda-title{
	font-weight: bold !important;
}
span.agenda-time{
	    color: #4b4d63 !important;
	font-size: 15px;
}
.agenda-description{
	border-top: 1px solid #dfd3d3;
	padding-top: 7px;
}
#containeragendaiaevent .agenda-item{
	margin-right: 10px !important;
}
@media only screen and (min-width: 1000px) { .carrouselhideowl .owl-dots{
	display: none !important
	}}
	

.flex-event.dateiacafe {
    justify-content: center;
}
@media only screen and (max-width: 991px) {
  .textcenter-iacafe .iacafeliste {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.containerbtnevent.listewebinaire-containerbtn{
  margin-top: 0px !important;
}
  .containerbtnevent.listewebinaire-containerbtn {
    margin-bottom: 8px !important; 
}
.padding-leftrightmobile-listewebinaire{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.showmorebtnia.leftbtnlistewebinnaire {
  margin-left: 55px !important;
}
  .col-md-6.textcenter-iacafe,.containerbtnevent.listewebinaire-containerbtn {
    text-align: center !important;
}
  .objectif-iacaferound2{
    padding-bottom: 60px;
  }
  .padding-mobilerightleft{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  #participantiacfe h3 {
    margin-top: 20px;
}
.centermobilecol{
  text-align: center;
}
    .showmorebtnia {
        margin-left: 25px !important;
    }
}
#iacafespanround1{
        font-family: "Poppins", sans-serif !important;
}
.navbar-area .navbar .navbar-nav .nav-item .nav-link,.default-btn span,.default-btn i{
    color: white !important;
}
.page-header.-type-1 .page-header__text,.titlevenementdisruptive{
    color: black !important;
}
.carouselmasterclass .item{
  z-index: 999999999 !important;
}
.bghmcia:focus,.bghmcia:active{
  background: #1e70b7;
    background: linear-gradient(to bottom right, #2a6eb4 30%, #4eb2a0 64%, #75c16d 100%) !important;
}
.carouselmasterclass .owl-dots.disabled {
    display: block !important;
}
/* section moncef dadoun */ 
#intervenantiacafe {
    width: fit-content;
    font-size: 40px;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
    background: rgb(42, 110, 181);
    background: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%);
  
}
#participantiacfe{
  background: white !important;
}
.textcentercol{
  text-align: center;
}
section#participantiacfe img {
    padding-left: 10px;
    padding-right: 10px;
}

#participantiacfe {
    padding: 42px 0px 42px;
}
#participantiacfe h3{
  color: black;
}
#participantiacfe p{
  color: black;
}
#participantiacfe h3 {
    margin-top: 15px;
    color: black;
    font-size: 31px;
    margin-bottom: 15px;
}
/* end*/ 
@media (min-width: 992px) {
   .service-card-item222 {
        min-height: 172px !important;
    }
}

#thematiqueevent22 .service-card-item222 {
    background: #fff;
    padding: 22px 30px 24px 30px;

}

#thematiqueevent22 .service-card-item222 h3{
     color: black !important;
    }
.service-card-item222 {
    background: #fff;
    padding: 22px 30px 24px 30px;
    
    border-radius: 6px;


}


  #thematiqueevent22{
    width: fit-content;
    font-size: 39px;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
    background: rgb(42, 110, 181);
    background: linear-gradient(90deg, rgba(42, 110, 181, 1) 20%, rgba(94, 182, 131, 1) 37%);
    margin: 20px auto 60px;
}

.service-card-item222 h3 {
    font-size: 21px;
    font-weight: 300;
}
.service-card-item222 h3 strong {

    font-weight: 700 !important;
}
span#enligneedition {
    font-size: 32px;
}

@media (max-width: 767px) {
    h2#intervenantiacafe {
        text-align: left !important;
        margin: 20px 20px !important;
        margin-left: 0px !important;
    }
}
.boldonlystrong{
  font-weight: 300 !important;
}

.boldonlystrong strong{
  font-weight: 700 !important;
}
h2#thematiqueevent22 {
    margin-top: 45px !important;
}
#quisadresse-iacaferound2{
  margin-bottom: 64px !important;
}
p.reserverbonus {
    text-align: center;
    color: black;
    font-weight: 300;
}
p.reserverbonus strong{
   
    font-weight: 700;
}
p.reserverbonus {
    padding-left: 10px;
    padding-right: 10px;
}
p.paragraphlistewebiniare {
  color: white;
  font-size: 22px;
}
.listewebinaire-containerbtn{
  text-align: left !important;
  margin-top: 50px !important;
}
.listewebinaire-iacafe{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 1000px) {
  .iacafeliste {
    padding-top: 10px;
      font-size: 6.5vw !important;
  }
  .textiacafeliste {
    font-size: 33px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.scrollangentia.overflowhiddenlistewebinaire {
    margin-top: 46px;
}
.containerbtnevent.listewebinaire-containerbtn {
  margin-top: 71px !important;
}
.containerbtnevent.listewebinaire-containerbtn{
  margin-bottom: 44px !important;
}
.containerbtnevent.listewebinaire-containerbtn,.leftbtnlistewebinnaire {
 text-align: center !important;
 
}
.leftbtnlistewebinnaire{
  margin-left: 52px !important;
  margin-top: 10px !important;
}
.col-md-6.textcenter-iacafe {
  padding-right: 122px;
}
}
.containeraporposiacafeliste{
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: none !important;
}
.textcenter-iacafe.iacafeliste{
  text-align: center !important;
}
.container.containereventaboutwebinaire.mobileventwebinaire.containeraporposiacafeliste {
  padding-top: 0px !important;
  padding-bottom: 70px !important;
}
p.paragraphlistewebiniare.textcenter-iacafe.textiacafeliste {
  text-align: center;
}
h1.textcenter-iacafe.iacafeliste {
  padding-top: 28px;
  padding-bottom: 28px;
}
.rendez-vouslistewebiniare{
  color:white !important;
  text-align: center;
}
.overflowhiddenlistewebinaire{
  overflow-y: hidden !important;
}