html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
.post__content-wrapper .post__content .post__body .post__presentation .presentation__head {
	justify-content: flex-end;
	align-items: flex-end;	
	margin-bottom: 10px;
}
.post__presentation .complements {
	text-align: right;
	margin-bottom: 40px;
}
.post__presentation .complements .classement {
	font-weight: 700;
	color: #4d8488;
}
.post__presentation .complements .chaine {
	font-weight: 400;
	color: #bd5d38;
	text-transform: uppercase;
	font-size: 14px;
}
.post__content li  .date__complement,
.popup__content li  .date__complement,
.post__informations__content .informations_line .date__complement {
	display: block;
	margin-top: 5px;
}
.post__content .post__presentation .presentation__infos .guides span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #4d8488;
	color: #fff;
	border-radius: 100px;
	padding: 5px 15px;
}
.post__content .post__presentation .presentation__infos .classification2 span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #3f5f36;
	color: #fff;
	border-radius: 100px;
	padding: 5px 15px;
}
.post__content-wrapper .post__content .post__body .post__presentation ul {
	justify-content: end;
	margin-bottom: 0;
}
.post__presentation .complements .classement.epis {
	color: #bd5d38;
}
.post__content .post__presentation .presentation__infos .themes span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	border: solid 2px #4d8488;
	color: #4d8488;
	border-radius: 100px;
	padding: 5px 15px;
}
.post__content .post__presentation .presentation__infos .agrements span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	border: solid 2px #333;
	color: #333;
	border-radius: 100px;
	padding: 5px 15px;
}
.post__content .post__presentation .presentation__infos .themes,
.post__content .post__presentation .presentation__infos .agrements {
	margin-top: 10px;
}
.post__content-wrapper.model-standard .post__informations .post__informations__content .btn.btn-link [class^="icon-"], [class*=" icon-"] {
	margin-right: 6px;
}
.posts__list.posts__list__standard .posts__item a .posts__content {
	text-align: left;
}
li.menu-item button {
	display: none;
}
.posts__filter {
	padding: 26px 18px;
}
.posts__filter .filter__select {
	margin-bottom: 10px;
}
.posts__filter .filter__select select, 
.posts__filter .filter__select input {
	margin-right: 13px;
}
.menu-languages {
	text-align:right;
	position:relative;
	height: 100px;
	width: 60px;
	padding: 0;
	margin: 0;
}
.menu-languages .languages {
	position:absolute;
	top:32px;
	right:0px;
	width:60px;
	min-height:33px;
	padding:0px;
	margin: 0;
	border:solid 1px white;
	color: white;
}
.menu-languages .languages::after {
	content:"\f107";
	font-family:"FontAwesome";
	position:absolute;
	right:10px;
	top:6px;
	font-size:14px;
	color:white;
}
.menu-languages ul.languages li {
	display:none;
	text-align:center;
	padding-top:0px;
	padding-right:20px;
	line-height: 33px;
  text-transform: uppercase;
  font-weight: bold;
  list-style: none;
 	color: white;
}
.menu-languages ul.languages li:first-child {
	padding-bottom:0px;
}
.menu-languages ul.languages li:last-child {
	padding-top:0px;
}
.menu-languages ul.languages li.current-lang {
	display:block;
	color:white;
}
.menu-languages ul.languages li a {
	color:white;
}
.posts__filter .filter__select {
  margin-bottom: 10px;
}
.pagination__top.pagination__default {
	margin-bottom: 50px;
}
@media screen and (max-width: 1250px) {
	#header #header-right #header-menu {
	  padding: 0 15px 0 15px;
	}
	#header #header-right #header-menu ul.menu li a {
		padding: 38px 16px;
	}
}
@media screen and (max-width: 1240px) {
	#header #header-right #header-menu {
	  padding: 0;
	}
	#header #header-right #header-menu ul.menu li a {
    padding: 12px 0;
  }
	li.menu-item {
		position: relative;
	}
	li.menu-item .submenu {
		display:none;
		opacity:0;
	}
	#header #header-right #header-menu ul.menu li .submenu {
		opacity: 1;
		position: relative;
	}
	li.menu-item button {
		position:absolute;
		cursor:pointer;
		display: block;
		right:70%;
		top:10px;
		z-index:10;
		border:none;
		background:transparent;
		padding:0;
	}
	li.menu-item button::before {
		display:block;
		content:"\f107";
		font-family: "FontAwesome";
		font-size:22px;
		line-height:26px;
		height:26px;
		width:26px;
		border:solid 1px #fff;
		border-radius:15px;
		color:#fff;
		transition:all .2s ease-in;
		cursor: pointer;
	}
	li.menu-item button:hover::before {
		color: #333432;
		border: solid 1px #333432;
	}
	li.menu-item.sub-menu-open button::before {
		transform:rotate(180deg);
	}
	#header #header-right #header-menu ul.menu li.menu-item.sub-menu-open .submenu {
		display: block!important;
		height: auto!important;
		top: 0!important;
		padding: 30px 0 30px 15px!important;
		left: -7.5px !important;
	}
	.posts__filter {
		padding: 26px 15px;
	}
	.posts__filter .filter__select select, 
	.posts__filter .filter__select input {
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	li.menu-item button {
		right: 55%;
	}
	#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul li a {
		font-size: 14px!important;
	}
	#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu ul li {
		margin-bottom: 10px!important;
	}
}
@media screen and (max-width: 575px) {
	li.menu-item button {
		right: 40%;
	}
	#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu {
		width: 50%;
	}
	#header #header-right #header-menu ul.menu li .submenu .container-submenu .col-submenu:last-child {
		width: 0;
	}
}
@media screen and (max-width: 499px) {
	li.menu-item button {
		right: 15px;
	}
}
@media screen and (max-width: 420px) {
	li.menu-item button {
		right: 0px;
	}
}
.page-espace-partenaires-password,
.page-espace-partenaires-password * {
	box-sizing: border-box;
}
.page-get-password {
	text-align: center;
	padding: 40px 0;
}
.page-get-password .post-password-form input[type=password] {
	padding: 15px 20px;
  max-width: 100%;
  border: 0;
  font-family: 'Barlow';
  font-size: 16px;
  border-radius: 0;
}
.page-get-password .post-password-form input[type=submit] {
	cursor: pointer;
  display: inline-block;
  line-height: 1;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: #333;
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-appearance: none;
  font-family: "Barlow", Sans-serif;
}
.page-espace-partenaires-password hr {
	display: flex;
	border: 0;
  border-bottom: 4px solid #aaaaaa;
  padding-top: 60px;	
  margin-bottom: 60px;
}
.form-password-demand .form-line-3 {
  display: grid;
	grid-template-columns: 32% 31% 32%;
  gap: 30px 30px;
  margin-bottom: 30px;
}
.form-password-demand input[type=submit] {
	margin-top: 40px;
}