/*
Theme Name: interagilite_theme Child
Theme URI: https://nicepage.com/wordpress
Template: Interagilite_theme
Author: Nicepage
Author URI: https://nicepage.com
Description: Nicepage-generated theme
Tags: left-sidebar,right-sidebar,custom-background,custom-colors,blog
Version: 1.0.1597140687
Updated: 2020-08-11 11:11:27

*/

.archive #content {
	background: #f5f7fa;
}
.liste-perso .u-container-layout-2 {
	padding: 60px 30px;
	background: #fff;
	min-height: auto !important;
}
.liste-perso img {
	object-fit: contain;
	height: auto;
	max-height: 400px;
}
.liste-perso h4 {
	text-align: center;
	padding: 0 89px;
}
.liste-perso h4:hover {
	color: #f7b032;
}
.liste-perso .u-post-content {
	text-align: center;
	padding: 0 89px;
	margin-top: -6px !important;
}
.liste-perso {
	padding-bottom: 50px;
}
.liste-perso:first-of-type {
	padding-top: 60px;
}
.u-sheet.pagination {
	padding-bottom: 40px;
}
.u-sheet.pagination .page-numbers:not(.prev):not(.next), .u-sheet.pagination .prev.page-numbers::before, .u-sheet.pagination .next.page-numbers::before, .u-sheet.pagination::before, .u-sheet.pagination::after {
	display: none;
}
.u-sheet.pagination .prev.page-numbers, .u-sheet.pagination .next.page-numbers, .u-sheet.pagination .prev.page-numbers::before, .u-sheet.pagination .next.page-numbers::before {
	position: initial;
    height: auto;
    width: auto;
    white-space: break-spaces;
    color: #111111;
    background: no-repeat;
    text-transform: none;
    font-size: 17px;
    margin-top: 10px; 
}
.u-sheet.pagination .next.page-numbers {
	float: right;
}
.cover-en-savoir-plus {
	text-align: center;
}
.savoir-plus {
	background: #f7b032;
    display: inline-block;
    color: #fff;
    font-weight: bold !important;
    padding: 6px 15px;
    border-radius: 7px;
    margin-top: 20px;
}
.savoir-plus:hover {
	background: #f6a515;
    color: #fff;
}
.single h1 {
	font-size: 37px;
}
/*responsive*/
@media(max-width: 767px){
	.liste-perso .u-container-layout-2 {
		padding: 30px 15px;
	}
	.liste-perso h4, .liste-perso .u-post-content {
		padding: 0 15px;
	}
}
/*fin responsive*/