/* pour enleevr la bordure sur l'img */
.pum-theme-5376 .pum-container, .pum-theme-lightbox .pum-container{
	background:none;
}
/* pour deplacer le bouton x */
.pum-theme-5376 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
	top:5px;
}
#popmake-5385 > div > p:nth-child(1) > a > img.bouton-campus-popup{
	position:absolute;
	bottom:0;
	border:2px solid red;
}
#popmake-5385.pum-container.popmake.theme-5376.pum-responsive.pum-responsive-medium.responsive.size-medium.active.custom-position div.pum-content.popmake-content p img.bouton-campus-popup.alignnone.wp-image-5406.size-medium{
	position:absolute;
	bottom:6%;
	right:3%;
	width:25%;
}

/*Social media icons */
/* #popmake-5385 > div > p:nth-child(5) > a > img.icone-email-popup {
	position:absolute;
	bottom:10%;
	right:3%;
	height:18%;
}
#popmake-5385 > div > p:nth-child(3) > a > img.icone-fb-popup{
	position:absolute;
	height:18%;
	bottom:10%;
	right:12%;
}
#popmake-5385 > div > p:nth-child(4) > a > img.icone-twitter-popup{
	position:absolute;
	height:18%;
	bottom:10%;
	right:21%;
} */
/* background of button */
.pum-theme-6 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
	height:1em;
	width:1em;
}
/* x in button */
.site .button:not(:hover):not(:active):not(.has-text-color), button:not(:hover):not(:active):not(.has-text-color), input[type=submit]:not(:hover):not(:active):not(.has-text-color), input[type=reset]:not(:hover):not(:active):not(.has-text-color), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
	color: whitesmoke;
}
.pum-container .popmake .theme-5376 .pum-responsive .pum-responsive-medium .responsive .size-medium .custom-position:active{
	display:none;
}
/* close button size adjust for phone */
@media only screen and (max-width: 375px) {
	.pum-theme-5376 .pum-container, .pum-theme-lightbox .pum-container{
	width:85%;
}
}
@media only screen and (max-width: 740px) {

	/* x in button */
.pum-close.popmake-close {
		font-size:15px;
		line-height:0;
		padding-bottom:1px;
	}
	/* 	whole button, was outside of screen so here the right and top is modified*/
	.pum-theme-6 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
		right:-5px;
	}
	.pum-theme-5376 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
		top:10px;
	}

}
#hover-accueil-menu {
	z-index: 9999999;
}

/* pour la page des badges de collaboration 2022 */

.collab2022 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 200px;
  max-width: 250px;
  width: 100%;
  background-color: #ffffff;
  color: #2B2B2B;
	vertical-align: top;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.collab2022 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.collab2022 .profile-image {
  padding: 15% 10% 0;
}

.collab2022 .profile-image img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  max-width: 40%;
}

.collab2022 figcaption {
  padding: 5% 10% 15%;
}

.collab2022 h4 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.collab2022 h5 {
  font-weight: 400;
  margin: 0;
  color: #888;
  letter-spacing: 1px;
}

