/* @override 
	https://www.anthony-guerree.com/wp-content/themes/anthony_2020/style.css?*
	https://anthony-guerree.com/wp-content/themes/anthony_2020/style.css?* 
	https://22-anthony-guerree:8890/wp-content/themes/anthony_2020/style.css?*
	*/

/* @group Global */

*, *:after, *:before {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
	width: 100%;
}

html, body {
	height: 100%;
}

body {
	display: grid;
	min-height: 100%;
	font-size: 2.2em;
	line-height: 1.5;
	letter-spacing: .04rem;
	font-family: system-ui,-apple-system,Raleway,sans-serif;
	font-weight: 300;
	padding-top: 2rem;
}

a {
	text-decoration: none;
	color: #000000;
	transition: color .2s ease-in-out 0s;
}

a:hover {
	color: #c5c5c5;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
}

h1, h2, h3, h3 {
	font-weight: 300;
}

p {
	margin-top: 0;
	padding-bottom: 2rem;
	margin-bottom: 0;
}

.link-underline a {
background-color: #f7f7f7;
padding: 15px;
display: block;
text-align: center;
transition: all 200ms ease-in-out 0s;
max-width: 462px;
margin-left: auto;
margin-right: auto;
}

.link-underline a:hover {
	background-color: white;
}

h2 {
	font-weight: 600;
	font-size: 200%;
	padding-top: 6rem;
	padding-bottom: 2rem;
	line-height: 1.3;
}

h2>a {
	font-weight: 200;
}

h2.entry-title {
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
}

h3 {
	margin-top: 2rem;
	margin-bottom: 0;
	line-height: 1.2;
}

figcaption, cite {
	font-size: 70%;
	color: grey;
	margin-bottom: 3rem;
	margin-top: 1rem;
}

figure {
	margin: 0;
}

.instagram_gallery {
	display: grid;
	/* Column template = Column width - (Gutter-width * 1/2) */
	grid-template-columns: 33.33% 33.33% 33.33%;
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.news-grid h3 {
	font-size: 120%;
	font-weight: 600;
}

.news-grid p {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.4;
}

.news-grid p.date {
	font-size: 70%;
}

.news-grid img {
	box-shadow: 0 0 5px #c3c3c3;
}

.news-grid article {
	opacity: 0.7;
	transition: all .4s ease-in-out;
}

.news-grid article:hover {
	opacity: 1;
	transition: all .4s ease-in-out;
	cursor: pointer;
}

.getwid-columns {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap
}

.getwid-columns.getwid-columns-3>* {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
	margin-left: 0;
	width: 33.33333%
}

.wp-block-getwid-instagram .wp-block-getwid-instagram__wrapper.has-3-columns .wp-block-getwid-instagram__item {
	width: 33.33333% !important;
}

.wp-block-button__link {
	border-width: 0px !important;
	font-size: inherit !important;
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
	padding: 6px 12px !important;
	transition: all .3s ease-in-out;
	box-shadow: 0 0px 4px #e3e3e3;
}

.wp-block-button__link:hover {
	box-shadow: 0 0px 4px #717171;
}

.wp-block-getwid-section__wrapper {
	padding: 0 !important;
}

.wp-block-getwid-section .wp-block-getwid-section__inner-wrapper {
	width: 100%;
	max-width: 800px !important
}

.wp-block-quote p {
	padding-bottom: 1rem;
	color: #a6a6a6;
	font-size: 115%;
	font-weight: 200;
}

.wp-block-quote {
	margin-bottom: 4rem;
	margin-right: 0;
}

.slick-slider {
	max-width: 700px !important;
	object-fit: scale-down !important;
	margin: auto;
}

.slick-slide {
	max-width: 700px !important;
	object-fit: scale-down;
}

.width800 {
	max-width: 800px !important;
	width: 100% !important;
	margin: auto !important;
}

.width600 {
	max-width: 600px !important;
	width: 100% !important;
	margin: auto !important;
}

div.listing-item img {
	width: 100%;
	height: auto;
}

div.listing-item .title {
	display: block;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 90%;
}

div.listing-item {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	transition: all .3s ease-in-out;
	box-shadow: 0 2px 3px #e3e3e3;
	border-radius: 5px;
}

div.listing-item:hover {
	box-shadow: 0 2px 4px #717171;
}

div.listing-item .date {
	opacity: 0.3;
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	font-size: 70%;
}

div.wp-block-column h3 {
	margin-top: 0;
	padding-top: 0;
}

.bouton-infos > .wp-block-button__link {
	color: unset;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.bouton-infos:hover > .wp-block-button__link {
	box-shadow: 0 4px 10px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24);
}

.posts-navigation {
	display: block;
	margin-top: 3rem;
	font-size: 80%;
	opacity: .5;
}

/* DROPDOWN POUR COLLABS */

.dropdown {
	display: block;
	display: none;
	position: relative;
	text-align: center;
	margin-top: 3vw;
	margin-bottom: 3vw;
}

button.dropdown__title {
	background-color: white;
	width: 100%;
	max-width: 300px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	color: unset;
	cursor: pointer;
	font-size: inherit;
	padding: 6px 12px;
	transition: 280ms all 120ms cubic-bezier(.25,.8,.25,1);
	display: inline-block;
}

.dropdown__title:hover, .dropdown__title:focus {
	box-shadow: 0 4px 10px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.page-collaborations .wp-block-gallery figure {
	filter: brightness(97%);
}

.page-collaborations .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.galerie_liens figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.65) 99.6%) !important;
	bottom: 0 !important;
	color: black !important;
	font-size: 120%;
	left: 0;
	margin-bottom: 0;
	overflow: auto;
	padding: 0 0px 0px;
	position: absolute !important;
	text-align: center !important;
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	opacity: 0 !important;
	transition: opacity .3s ease-in-out 0s !important;
	/* Mémo : permet de rendre transparent pour la souris le figcaption et atteindre directement le lien derrière  */
   cursor: pointer;
   pointer-events: none;
}

.galerie_liens figure.wp-block-image figcaption {
	font-size: 100% !important;
}

.page-collaborations .wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption,
 .galerie_liens figure.wp-block-image:hover figcaption {
	opacity: 1 !important;
}

.page-collaborations .wp-block-gallery {
	width: fit-content;
}

.galerie_liens.has-nested-images figure.wp-block-image img {
aspect-ratio: 1 / 1; /* squared size thumbnails */ 
}
.galerie_liens.has-nested-images figure.wp-block-image {
  flex-grow: 0; /* width fix */ 
}

ul.dropdown__menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: inherit;
	position: absolute;
	min-width: 15ch;
	max-width: 300px;
	width: 100%;
	left: 50%;
	top: calc(100% - 0.25rem);
	transition: 280ms all 120ms ease-out;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top center;
	visibility: hidden;
	opacity: 0.3;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24);
	z-index: 500;
}

.dropdown__menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.dropdown .dropdown__menu a {
	display: inherit;
	opacity: 0;
	transition: 280ms all 0ms ease-out;
	background-color: rgb(255, 255, 255);
	margin: 0;
	padding: 15px;
	width: 100%;
	display: inline-block;
}

.dropdown .dropdown__menu a:hover {
	color: black;
	background-color: rgb(239, 239, 239);
}

.dropdown .dropdown__menu a:focus {
	outline: none;
	background-color: rgb(243, 243, 243);
	color: black;
}

.dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}

.dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
	opacity: 1;
}

.dropdown:hover:after, .dropdown:focus-within:after {
	opacity: 1;
}

/* @end */

@media only screen and (max-width: 927px) {
	body {
		padding-top: 0;
	}
	
	h2 {
		padding-top: 3rem;
		padding-bottom: 2rem;
		font-size: 125%;
		text-align: center;
	}
	
	.two-columns H2 {
		padding: 0;
		margin: 0;
		font-size: 100%;
	}
	
	.two-columns p {
		font-size: 70%;
		padding-top: 2rem;
	}
	
	.two-columns {
		padding-top: 3rem;
	}
	
	.collabs-section h2 {
		text-align: center;
		padding-top: 3rem;
	}
	
	figcaption {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	p, cite {
		font-size: 70%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	h2#homepage-about, h2#homepage-diary, h2#homepage-news {
		margin-bottom: 1rem;
		margin-top: 0rem;
		padding-bottom: 0;
		padding-top: 4rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	h3 {
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	h4 {
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 0;
		margin-top: 0;
		font-size: 80%;
	}
	
	h2#homepage-diary a {
		font-size: 40%;
	}
	
	.two-columns H2 {
		padding-left: 1rem;
		margin-top: 3rem;
		padding-right: 1rem;
	}
	
	.collection-grid img {
		max-width: 40%;
		margin: auto;
	}
	
	.wp-block-pullquote p {
		font-size: 60% !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	.wp-block-pullquote {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.wp-block-pullquote cite {
		font-size: 60%;
		opacity: 0.4;
	}
	
	.wp-block-pullquote blockquote {
		margin-left: 3rem;
		margin-right: 3rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.wp-block-image {
		/*		padding-left: 6rem;
		padding-right: 6rem;
		mise à jour 220528 */
	}
	
	.wp-block-image figcaption {
		text-align: center;
		font-size: 60%;
	}
	
	.wp-block-spacer {
		height: 5rem !important;
	}
	
	.wp-block-quote {
		margin-left: 0;
	}
	
	.collection-grid h1 {
		margin-top: 0;
		text-align: center;
	}
	
	#instagram {
		padding-right: 0rem;
		padding-left: 0rem;
	}
	
	.spotlight p {
		padding-left: 3rem;
		padding-right: 3rem;
		font-size: 80%;
	}
	
	.spotlight img {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.grid-container {
		grid-template-rows: auto 1fr auto;
		padding: 0;
	}
	
	.header {
		grid-area: header;
		position: fixed;
		top: 0; /* required */
		z-index: 40;
		width: 100%;
		background-color: white;
	}
	
	.header h1 {
		display: flex;
		font-size: 80%;
		padding-left: 1rem;
	}
	
	section.splash {
		padding-top: 4rem;
		max-width: 600px;
		width: 100%;
		margin: auto;
	}
	
	.social-bar {
		display: none;
	}
	
	.wp-block-button__link {
		font-size: 70% !important;
		margin-top: 3rem !important;
		padding: 6px 12px !important;
	}
	
	div.display-posts-listing {
		display: grid;
		grid-template-columns: 33% 33% 33%;
		grid-column-gap: 0rem;
		grid-row-gap: 1rem;
		width: 100%;
		max-width: 800px;
		margin: auto;
		font-size: 60%;
		margin-top: 2rem;
	}
	
	.center-title {
		text-align: center;
		margin-top: 2rem;
		margin-bottom: 2rem;
		line-height: 1;
		font-size: 100%;
	}
	
	.wp-block-column img {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.wp-block-quote p {
		font-size: 75%;
		font-weight: 300;
		color: grey;
	}
}

@media only screen and (min-width: 601px) and (max-width: 927px) {
	.wp-block-column p {
		padding-left: 0;
		padding-right: 3rem;
	}
	
	.wp-block-column img {
		padding-left: 3rem;
	}
}

@media only screen and (min-width: 928px) {
	.two-columns {
		display: flex;
		align-items: start;
		padding-top: 6rem;
	}
	
	.half-column {
		flex: 50%;
	}
	
	.two-columns H2 {
		padding: 0;
		margin: 0;
	}
	
	.collabs-section h2 {
		text-align: center;
		padding-top: 6rem;
	}
	
	h3 {
		font-weight: 600;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	
	h4 {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	
	.collection .half-column {
		/* max-width: 400px; */
	}
	
	.collection .two-columns {
		display: flex;
		justify-content: center;
	}
	
	.collection .two-columns p {
		font-size: 100%;
	}
	
	.g-grid {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		font-weight: 200;
	}
	
	.g-grid > figure, .g-grid > main {
		width: 50%;
	}
	
	.g-grid > figure {
		padding-right: 40px;
	}
	
	div.wp-block-getwid-instagram {
		max-width: 800px;
		margin: auto;
	}
	
	.wp-block-getwid-recent-posts {
		max-width: 800px;
		margin: auto;
	}
	
	div.display-posts-listing {
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
		grid-column-gap: 0rem;
		grid-row-gap: 1rem;
		width: 100%;
		max-width: 800px;
		margin: auto;
		margin-top: 4rem;
	}
	
	.collection-grid {
		display: grid;
	  /* Column template = Column width - (Gutter-width * 1/2) */
		grid-template-columns: calc(50% - 1% * 1/2) calc(50% - 1% * 1/2);
		grid-column-gap: 1%;
		grid-row-gap: 1rem;
	}
	
	.collection-grid article {
		display: block;
		position: relative;
	}
	
	.collection-grid H1 {
		transition: all .3s ease-in-out;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 200%;
		color: black;
		margin: 0;
		padding: 0;
		opacity: 1;
		padding-left: 10%;
		padding-right: 10%;
		text-align: center;
	}
	
	.collection-grid H1:hover {
		opacity: 0;
	}
	
	.grid-container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 6rem 1fr auto;
		grid-template-areas: "header header header header" "main main main main" "footer footer footer footer";
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.header {
		grid-area: header;
		position: sticky;
		position: -webkit-sticky;
		top: 0; /* required */
		z-index: 40;
		background-color: rgba(255, 255, 255, 0.91);
	}
	
	.header h1 {
		flex-grow: 1;
		margin: 0;
		font-size: 100%;
	}
	
	.main {
		grid-area: main;
		display: flex; /* contexte sur le parent */
		flex-direction: column; /* direction d'affichage verticale */
		justify-content: center; /* alignement vertical */
		font-size: 80%;
	}
	
	.footer {
		grid-area: footer;
	}
	
	section.splash {
		padding-top: 4vh;
		max-width: 600px;
		margin: auto;
	}
	
	/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
	
	.social-bar {
		position: fixed;
		bottom: 10%;
		left: 3rem;
	}
	
	div.social-bar:hover {
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 5px;
	}
	
	/* Style the icon bar links */
	
	.social-bar a {
		display: flex;
		padding: 5px;
		margin-bottom: 5px;
		transition: all 0.3s ease;
		font-size: 20px;
		opacity: 1;
	}
	
	/* Style the social media icons with color, if you want */
	
	.social-bar span {
		font-size: 70%;
		padding-left: 1rem;
		color: transparent;
	}
	
	.social-bar > a:hover {
		opacity: 0.4;
		transition: all 0.3s ease;
	}
	
	.social-bar path {
		fill: black;
	}
	
		.social-bar rect {
		fill: white;
	}
	
	.social-bar a:hover > span {
		color: black;
	}
	
	.wp-block-quote p {
		font-weight: 300;
	}
	
	.bouton-infos > .wp-block-button__link {
		position: fixed;
		bottom: 10%;
		right: 3rem;
	}
}

/* @group Homepage */

.spotlight img {
	width: 100%;
	max-width: 700px;
	height: auto;
	display: block;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
}

div.wp-block-getwid-instagram__item {
	outline: 2px solid white;
	position: relative;
}

.dropshade img {
	box-shadow: 0 0 5px #bbbbbb;
}

/* @end */

/* @group Menu 2 */

.header header {
	display: flex;
	flex-direction: column !important;
	align-items: center;
}

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: flex;
	align-items: center;
	flex-direction: column;
	zoom: 1;
	width: 100%;
}

.nav-collapse.opened {
	max-height: 9999px;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a.nav-toggle {
	position: absolute;
	padding: 0.1rem 1rem;
	right: 1rem;
	top: 1.1rem;
	font-size: 80%;
	color: #c9c9c9;
}

a:hover.nav-toggle {
	color: black;
}

ul.wpm-language-switcher {
	line-height: normal;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
	opacity: .7;
	font-size: 80%;
	padding-bottom: 30px;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu {
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
}

.menu li {
	display: block;
	list-style-type: none;
}

.menu li a {
	display: flex;
	text-decoration: none;
	padding: 1rem;
}

	.sub-menu li {
		display: none;
	}

.wpm-language-switcher li:first-child::after {
		content: "|";
		font-weight: normal;
		padding: .5ch;
	}
	
@media (min-width: 800px) {
	.header header {
		display: flex;
		flex-direction: row !important;
		justify-content: flex-start;
	}
	
	.menu {
		flex-direction: row;
		justify-content: space-between;
		font-size: 1.8rem;
		margin-right: 2ch;
	}
	
	.js .nav-collapse {
		flex-direction: row;
		width: auto;
}
	
	.js .nav-collapse.closed {
		max-height: none;
	}
	
	.nav-toggle {
		display: none;
	}
	
	nav.nav-collapse ul ul {
		display: none;
		position: absolute;
	}
	
	ul.wpm-language-switcher {
		font-size: 1.5rem;
	padding-bottom: 0px;
	}
	
	.wpm-language-switcher li:last-child::after {
		content: "";
	}
}

nav.nav-collapse ul ul {
	display: none;
}


nav.nav-collapse ul li:hover > ul {
	display: block;
	background-color: rgba(255, 255, 255, 0.89);
}

@media (min-width: 800px) {
	nav.nav-collapse ul li:hover > ul {
		padding-left: 0;
	}
	
	nav.nav-collapse ul li:hover > ul a {
		
	}
	
	.sub-menu li {
		display: flex;
		padding-right: 2em;
	}
}

/* @end */

/* @group Footer */

.footer footer {
	text-align: center;
	margin: 2rem;
	opacity: 0.4;
	font-size: 60%;
	padding-top: 6rem;
	padding-bottom: 2rem;
}

.footer a {
	color: black;
}

/* @end */

.privacy-policy .entry-content {
	width: 100%;
	max-width: 600px;
	margin-top: 15rem;
	color: #919191;
	margin-left: auto;
	margin-right: auto;
}

.privacy-policy .entry-content h2, .privacy-policy .entry-content h3 {
	font-weight: 600;
	font-size: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 2rem;
}

.privacy-policy .entry-content p {
	font-size: 75%;
}

/* @group Formulaire de contact*/

form.wpcf7-form {
	max-width: 600px;
	margin: auto;
	padding-top: 6rem;
	font-size: 100%;
}

@media only screen and (max-width: 927px) {
	form.wpcf7-form {
		padding-top: 6rem;
		font-size: 75%;
		padding-left: 3rem;
		padding-right: 3rem;
		font-weight: 200;
	}
}
.wpcf7-form input, .wpcf7-form textarea {
	border: 1px solid #000000;
	padding: 1rem;
	color: #000000;
	width: 100%;
	display: block;
	border-radius: 3px;
	font-size: 100%;
	font-weight: 300;
}

.wpcf7-form textarea {
	width: 100%;
	min-height: 20rem;
}

.wpcf7-form input[type='submit'] {
	border: 1px solid black;
	padding: 1rem;
	color: black;
	width: auto;
	margin-top: 2rem;
	margin-left: 0;
	display: block;
	border-radius: 3px;
	background-color: white;
}

.wpcf7-form input[type='submit']:hover {
	opacity: 0.4;
	cursor: pointer;
}

.wpcf7-form input[type='checkbox'] {
	display: inline-block;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	margin-left: 0;
	padding-left: 0;
}

.wpcf7-form a {
	text-decoration: underline;
}

/* @end */

/* @group Modal PopUp */

.modal-wrapper.styled {
	background-color: rgb(255, 255, 255); /* Fallback color */
	background-color: rgba(255, 255, 255, 0.9); /* Black w/ opacity */
	font-size: 70% !important;
}

.wp-post-modal {
	border: 0 !important;
	box-shadow: 0 0 60px #c3c3c3;
	text-align: center;
	border-radius: 5px;
	margin: 0 !important;
	width: 100% !important;
}

@media screen and (min-width:800px) {
	.wp-post-modal {
		margin: auto !important;
		margin-top: 10vh !important;
		width: 70% !important;
	}
}

.wp-post-modal img {
	margin-left: auto;
	margin-right: auto;
}

#modal-content {
	padding-top: 20px;
}

/* @end */

/* @group Newsletter */

.widget_an_mailchimp {
	border-top: 1px solid #e4e4e4;
	padding-top: 10rem;
	margin-bottom: 6rem;
	margin-top: 6rem;
}

.widget_an_mailchimp h2 {
	font-size: unset;
	text-align: center;
	font-weight: 300;
	padding: 0;
}

.widget_an_mailchimp form {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.widget_an_mailchimp form:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.12), 0 3px 9px rgba(0,0,0,0.24);
}

.widget_an_mailchimp form p:first-of-type {
	flex-grow: 1;
}

.widget_an_mailchimp p {
	margin: 0;
	padding: 0;
}

.widget_an_mailchimp input[type='email'] {
	border: 0;
	font-size: unset;
	width: 100%;
	padding: 15px;
	margin: 0;
	font-weight: 300;
	letter-spacing: .05rem;
}

.widget_an_mailchimp input[type='email']:focus {
	outline: 0;
}

.widget_an_mailchimp input[type='submit'] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	font-size: unset;
	padding: 15px;
	margin: 0;
	background-color: white;
	cursor: pointer;
	border-left: 1px solid #dddddd;
	color: #a5a5a5;
	letter-spacing: .02rem;
	font-weight: 300;
}

.widget_an_mailchimp input[type='submit']:hover {
	background-color: #ececec;
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.widget_an_mailchimp .notification.error {
	font-size: 1.2rem;
	padding: 5px;
}

.widget_an_mailchimp p.notification.success {
	padding: 1rem;
	text-align: center;
}

/* @end */

@media screen and (max-width: 800px) {
	.slick-slider {
		max-width: 300px !important;
		object-fit: scale-down !important;
		margin: auto;
	}
	
	.slick-slide {
		max-width: 300px !important;
		object-fit: scale-down;
	}
	
	.widget_an_mailchimp {
		font-size: 80%;
		padding-left: 2rem;
		padding-right: 2rem;
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 2rem;
	}
	
	.widget_an_mailchimp h2 {
		font-size: 1.4rem;
	}
}
  
.bouton-infos {
	display: block;
	width: 100%;
	text-align: center;
}