/*
Theme Name: melting_potes_et_neob
Author: AR
Author URI: 
Description: 
Version: V1
License: 
License URI: 
*/

/*Commentaire : à optimiser !*/


/*FONTS*/
@font-face {
    font-family: 'Bangers';
    src: url('https://e2cd7c.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/Bangers-Regular.woff2') format('woff2'),
        url('https://376d80.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/Bangers-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlissCaps';
    src: url('https://33f55f.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/BlissCapsBold.woff2') format('woff2'),
        url('https://8c3cd3.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/BlissCapsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('https://d82000.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/FuturaPT-Book.woff2') format('woff2'),
        url('https://eb0255.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://56b76f.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('https://658fd8.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'anime_ace_2.0_bbregular';
    src: url('https://427e10.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/animeace2_reg.woff2') format('woff2'),
         url('https://ee9037.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/fonts/animeace2_reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h2 {
	font-size: 47px !important;
}


.bangers {
	font-family: 'Bangers';
}
p.bangers {
	line-height: 25px;
}
.futuraPT {
    font-family: 'Futura PT Book';
}
.futuraPT-Bold {
	font-family: 'Futura PT';
}
.back-solid-shadow {
	text-shadow: 2px 2px 0px #000;
}
.text-decoration-none {
	text-decoration: none;
}

.color-white {
	color: #fff;
}
.color-black {
	color: #260608;
}
.color-red {
	color: #d82e3c;
}


/*GENERAL*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.background-red-basic {
	background: url('https://ba010e.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background-rouge-basic.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.background-global {
	background: url('https://306f4e.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background-global.png');
}

body {
	margin: 0;
	padding: 0;
}

p, a, h2, h3, li {
	margin: 0;
	padding: 0;
	font-family: 'Futura PT Book';
	font-size: 24px;
	letter-spacing: 0.3px;
}
p {
	line-height: 23px;
}
a {
	color: #373630;
}
.list-unstyled {
	padding-left: 0;
    list-style: none;
}
.img-responsive {
	width: 100%;
}
.img-responsive-height {
	height: 100%;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.pt-10 {
	padding-top: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mt-75 {
	margin-top: 75px !important;
}
.mb-80 {
	margin-bottom: 80px;
}
.mt-100 {
	margin-top: 100px !important;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.center-60 {
	display: block;
	margin: 0 auto;
	width: 60%;
}
.center-75 {
	display: block;
	margin: 0 auto;
	width: 75%;
}
.text-underline-none {
	text-decoration: none;
}
.contain-width {
	display: block;
	max-width: 2000px;
	margin: 0 auto;
}
.text-fleche {
	position: relative;
}
.text-bold {
	font-weight:bold;
}
.text-fleche p {
	margin-top: 25px;
    font-size: 42px;
    color: rgb(255, 255, 255);
    line-height: 1;
    -webkit-text-stroke-width: 0.03vw;
    -webkit-text-stroke-color: black;
    paint-order: stroke fill;
    text-shadow: 5px 4px 0px rgb(85 6 12 / 95%);
    word-spacing: 1.8px;
    transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);  
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
}
@-moz-document url-prefix() {
	.text-fleche p {
		-webkit-text-stroke-width: 0.4vw;
	}
}
.text-fleche img {
    position: relative;
    left: 185px;
    top: 40px;
    z-index: 3;
    transform: rotate(25deg);
	-webkit-transform: rotate(25deg);  
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
}

.carte-link {
	display: none;
}
.carte-link_desktop {
	display: block;
	position: relative;
}
.carte-link img, .carte-link_desktop img {
	display: block;
	width: 80%;
	margin: 0 auto;
    transform: rotate(5deg);
	-webkit-transform: rotate(5deg);  
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}

.carte-link_desktop img {
	display: block;
	width: 50%;
	max-width: 600px;
	margin: 0 auto;
}
.mother {
	display:none !important;
}

#intro {
	background: url('https://b65af5.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background-intro.jpg');
	background-size: cover;
	height: auto;
}

#nav-choices-site {
	display: flex;
}
#nav-choices-site > a {
	text-decoration: none;
	width: 50%;
	display: inline-block;
	margin: 0;
	min-height: 100px;
}
#nav-choices-site > a > p {
	display: inline-block;
	font-size: 1.6vw;
	margin-top: 29px;
}

#carte>div:first-of-type>div:first-of-type {
	display: flex;
}
#carte>div:first-of-type>div:first-of-type>div:first-of-type {
	width: 70%;
	margin: 0 auto;
}
#carte>div:first-of-type>div:first-of-type>div:nth-of-type(2) {
	width: 30%;
	margin: 0 auto;
}

#carte>div:first-of-type>div:first-of-type>div img {
	width: 95%;
	transform: rotate(-5deg) translateX(60px) !important;
  	-webkit-transform: rotate(5deg) translateX(60px) !important;
    -moz-transform: rotate(5deg) translateX(60px) !important;
    -ms-transform: rotate(5deg) translateX(60px) !important;
    -o-transform: rotate(5deg) translateX(60px) !important;
}



#commandes {
	position: relative;
}
.link-commandes {
	width: 100%;
	position: absolute;
	bottom: -40px;
	display: flex;
	justify-content: space-evenly;
	z-index: 2;
	left: 0px;
}
.link-commandes >div{
	width: 25%;
}
.link-commandes >div:first-of-type:hover >a  >img:first-of-type{
	transform: rotate(-8deg) translateY(-10px);
}
.link-commandes >div:first-of-type {
	display: none;
}
.link-commandes >div:nth-of-type(2):hover >a >img:first-of-type{
	transform: rotate(5deg) translateY(-10px);
}
.link-commandes >div >a >img:first-of-type {
	position: relative;
	top: 40px;
	width: 50%;
	margin-left: 25%;
	z-index: -1;
}
#nav-choices-site > a:first-child p {
	font-family: 'BlissCaps';
	text-shadow: 2px 2px 0px #000;
	color: #fff;
	vertical-align: top;
}
#nav-choices-site > a:first-child img {
	margin-left: 20px;
	margin-top: 20px;
	height: 55px;
	text-decoration: none;
}
#nav-choices-site > a:nth-child(2) {
	background: url('https://e4594b.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background-nav.png');
	background-size: cover;
}
#nav-choices-site > a:nth-child(2) p {
	padding-left: 90px;
	color: #a59665;
    text-shadow: 1px 1px 1px rgb(255, 255, 255), -1px -1px 2px rgba(151, 146, 146, 0.42);
}
#nav-choices-site > a:nth-child(2) p:nth-child(2) {
	margin-left: -15px;
	font-size: 25px;
    display: none;
	padding-left: 90px;
}
#nav-choices-site > a:after {
	content: "";
	background: url('https://ca49c5.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background-nav-2.png');
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	height: 89px;
	margin-left: 1255px;
	overflow: hidden;
}
.nav-melting-responsive {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	transition: transform 330ms ease-in-out;
	transform: translateY(-900px);
	background: #e8e3d8;
	display: block;
	text-align: center;
}
.nav-melting-responsive > ul {
	 width: 100%;
    padding: 80px 0;
    height: 300px;
}
.nav-melting-responsive > ul > li{
	width: 100% !important;
	display: block !important;
	text-align: center;
	height: 50px;
}
.nav-melting {
	width: 100%;
	margin-right: 150px;
}
#nav-responsive-button {
	display: none;
}
#pseudo-input, #text-input, .button-input {
	color: black;
	border:none;
	outline:none;
	font-family: 'Futura PT Book';
	font-size: 1.5vw;
	resize: none;
	padding-top: 20px;
}
#pseudo-input, #text-input {
	padding-left: 20px;
}
 #text-input {
 	padding-top: 20px;
 }
.Spam-quiz {
 	float: left;
 	color: white;
 	font-family: 'Futura PT Book';
}
.Spam-quiz #spam-input {
 	height: 25px;
 	max-width: 100px;
 	border: 2px solid black;
}
.button-input {
	font-family: bangers;
	color: #e9cb4d;
	font-size: 2.5vw;
	text-shadow: 2px 2px 0px #000;
	padding-bottom: 39px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);  
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    cursor: pointer;
}
#pseudo-input {
    background: url(https://7cffa5.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background_formulaire_top.png);
    background-size: contain;
    background-repeat: no-repeat;
	height: 4.5vw;
	width: 100%;
	padding-top: 25px !important;
}
#text-input {
	background: url(https://0de6ab.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background_formulaire_bottom.png);
	height: 15.6vw;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	resize: none;
}
.button-input {
	background: url(https://3eaa6d.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background_button.png);
	height: 6vw;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30%;
	resize: none;
	float: right;
}
.nav-melting > ul {
	height: 50px;
	margin-top: -25px;
	padding-left: 0;
	float: right;
	padding-right: 50px;
}
.nav-melting > ul > li {
	list-style: none;
	margin-left: 32px;
	display: inline-block;
	margin-top: 15px;
	text-align: center;
}
.nav-melting li a {
	font-size: 30px;
}
.nav-melting > li:first-of-type {
	margin-left: 0;
}
.nav-melting li:hover {
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);  
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    margin-top: -5px;
}
.nav-melting li:hover a {
	color: #e9cb4d;
	padding-bottom: 20px;
	background: url("https://ecb987.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/line-link.png");
	background-position-y: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
#restaurant {
	width: 75;
	margin: 0 auto;
	display: flex;
}
#restaurant >div {
	display: inline-block;
	width: 50%;
}
#presentation, #info {
	width: 70%;
	margin: 0 auto;
	display: flex;
}
#presentation >div, #info >div {
	display: inline-block;
	width: 50%;
}
#presentation >div:first-child img{
	width: 100%;
}
#presentation >div:nth-of-type(2){
	margin-top: 7%;
	margin-bottom: 5%;
}
.presentation-h1 {
	background: url('https://f0988f.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/melting-pres.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.presentation-h1 h1 {
  	margin-top: 68%;
  	font-size: 2vw;
	font-family: "Bangers";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	-webkit-text-stroke-width: 0.03vw;
	-webkit-text-stroke-color: black;
	paint-order: stroke fill;
	text-shadow: 5px 4px 0px rgba(85,6,12,0.95);
	word-spacing: 1.8px;
}
@-moz-document url-prefix() {
	.presentation-h1 h1 {
		-webkit-text-stroke-width: 0.4vw;
	}
}
.presentation-h1 h1 span{
  font-size: 2.5vw;
}
.burger-du-moment-remplacement-image {
	position: absolute;
	top: 100px;
	right: -180px;
	z-index: 1;
}
.burger-du-moment {
    position: absolute;
    width: 35%;
    top: 0;
    right: 20px;
}
.burger-du-moment >img:first-of-type {
	position: absolute;
	z-index: 1000;
	left: -175px;
	top: 30px;
	width: 45%;
}
.burger-du-moment >img:nth-of-type(2){
	margin-top: 20px;
    width: 78%;
    transform: rotate(10deg) !important;
	-webkit-transform: rotate(10deg) !important;  
    -moz-transform: rotate(10deg) !important;
    -ms-transform: rotate(10deg) !important;
    -o-transform: rotate(10deg) !important;
}
.mother {
	position: relative;
}
.img-responsive {
	width: 100%;
	display: block;
}
#num_onclick {
	cursor: url(https://71518e.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/copier_icon.png), auto;
}
.num_onclick_done {
	cursor: url(https://41b096.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/copier_icon_onclick.png), auto !important;
}
#contact {
	display: flex;
	position: relative;
	justify-content: flex-end;
}
#contact >div:first-of-type {
	position: absolute;
	top: -60px;
	left: -820px;
}
#contact >div:first-of-type >img {
	width: 80%;
}
#contact >div:nth-of-type(2) {
	display: inline-block;
	width: 60%;
}
#contact >div:nth-of-type(2) >div:first-of-type {
	position: relative;
}
#contact >div:nth-of-type(2) >div:first-of-type >img:first-of-type {
	width: 30%;
	visibility: hidden;
}
#contact >div:nth-of-type(2) >div:first-of-type >img:nth-of-type(2) {
	width: 40%;
	position: absolute;
	top: 12px;
	left: -65px;
}
.wpcf7-not-valid-tip {
	font-family: 'Futura PT' !important;
    color: #ffffff !important;
    font-size: 18px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #ffb900 !important;
    border: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #a1e448 !important;
    border: none !important;
}
.wpcf7 form .wpcf7-response-output {
	font-family: 'Futura PT' !important;
    margin: 0 !important;
    border: none !important;
}
.nav-onclick-active {
	transform: translateY(-150px);
}
#logo-crea {
	display: inline;
	margin: 0 auto;
}

/*FOOTER*/
footer p, footer a {
	font-size: 22px;
}

/*MENTIONS LEGALES*/
#mentions-legales h1 {
	font-family: 'Futura PT Book';
	font-size: 47px !important;
}

/*responsive*/
@media (max-width: 1200px) {
	.burger-du-moment-remplacement-image {
		display: none;
	}	
}
@media (min-width: 1500px) {
	.burger-du-moment-remplacement-image {
		min-width: 800px;
	}	
	.burger-du-moment-remplacement-image > img{
		width: 100%;
	}
}
@media (max-width: 1800px) {
	.burger-du-moment {
	    display: block;
	    right: -180px;
	}
	.burger-du-moment >img:first-of-type {
		display: block !important;
		width: 25%;
		left: -30px;
	}
	.burger-du-moment >img:nth-of-type(2) {
		display: block;
	    width: 75%;
	    transform: none !important;
	}
}

@media (min-width: 800px) {
	#restaurant >div:first-of-type img {
	    margin-top: 50px;
	    right: -40px;
	    position: relative;
	}
}

@media (min-width: 2000px) {
	#nav-choices-site > a > p {
		font-size: 37px;
	}
	#nav-choices-site-2 > a > p {
		font-size: 37px !important;
	}
	.presentation-h1 h1 {
		font-size: 50px;
	}
	.presentation-h1 h1 span {
		font-size: 65px;
	}
}
@media (max-width: 1200px) {
	#contact > div:first-of-type {
	    position: absolute;
	    top: -60px;
	    left: -420px;
	}
	#contact > div:first-of-type > img {
	    width: 55%;
	}
	#restaurant {
		display: block;
	}
	#restaurant >div {
		display: inline-block;
		width: 100%;
	}
	.carte-link {
		display: block;
	}
	h2 {
		font-size: 43px !important;
	}
	.text-fleche img {
		position: relative;
		top: 23px;
	}
	#info {
		display: block;
	}
	#info >div {
		width: 100%;
	}
	#info >div:nth-of-type(2) {
		margin-top: 30px;
	}
	.center-100-responsive {
		width: 100%;
	}
	#flipbook {
		display: none;
		z-index: 2;
	}
	.burger-du-moment {
	    position: unset;
	    width: 75%;
		margin: 0 auto;
		padding: 50px 0 50px 0;
	}
	.burger-du-moment img:first-of-type {
	    top: 0;
	    left: 50px;	   
	    position: absolute !important;
	    width: 30%;
	}
	.burger-du-moment img:nth-of-type(2) {
		margin: 0 auto;
		transform: rotate(10deg) !important;
		-webkit-transform: rotate(10deg) !important;
		-moz-transform: rotate(10deg) !important;
		-ms-transform: rotate(10deg) !important;
		-o-transform: rotate(10deg) !important;
	}
	.button-input {
    	padding-top: 10px;
	}
}
@media (min-width: 1200px) {
	#restaurant >div:nth-of-type(2) {
		margin-top: 50px;
	}
}
@media (max-width: 800px) {
	#nav-responsive-button {
		display: block;
	}
	#contact > div:nth-of-type(2) > div:first-of-type {
	    margin-top: 30px;	}
	#nav-choices-site > a:after {
		content: none;
	}
	h2 {
		font-size: 37px !important;
	}
	#presentation >div:first-child {
		display: none;
	}
	#presentation >div:nth-of-type(2){
		height: 98vw;
	    width: 100%;
	    background-size: cover;
	}
	.presentation-h1 h1 {
	    font-size: 4vw;
	    margin-top: 70%;
	}
	.presentation-h1 h1 span {
	    font-size: 5vw;
	}
	.text-fleche img {
	    position: relative;
	    left: 220px;
	    top: 41px;
	}
	p {
		font-size: 18px;
	}
	.nav-melting #nav-responsive-button {
		display: block;
		float: right;
		margin-right: 50px;
		margin-top: -25px;
		cursor: pointer;
	}
	.nav-melting >ul {
		display: none;
	}
	#restaurant > div:first-of-type img {
	    margin-top: 30px;
	}
	#contact > div:nth-of-type(2) {
	    display: inline-block;
	    width: 100%;
	}
	#pseudo-input {
		height: 9vw;
		font-size: 4vw;
		background: url(https://a2a063.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background_formulaire_top_v2.png);
		background-size: contain;
		background-repeat: no-repeat;
		padding-top: 20px;
	}
	#text-input {
		height: 25.6vw;
		font-size: 4vw;
	}
	.button-input {
		font-size: 5vw;
		height: 10vw;
		padding-right: 20px;
	}
	#contact > div:first-of-type > img {
	    display: none;
	}
	#contact > div:nth-of-type(2) > div:first-of-type > img:nth-of-type(2) {
	    width: 60%;
	    position: absolute;
	    top: -20px;
	    left: -30px;
	}
	#presentation, #info {
	    width: 90%;
	}
	footer p, footer a {
	    font-size: 18px;
	}
	#carte>div:first-of-type>div:first-of-type>div:first-of-type {
		width: 100%;
		margin: 0 auto;
	}
	#carte>div:first-of-type>div:first-of-type {
		display: block;
	}
	#carte>div:first-of-type>div:first-of-type>div:nth-of-type(2) {
		display: none;
	}
}
@media (max-width: 600px) {
	.text-fleche img {
	    left: 100px;
	    top: 10px;
	}
	#nav-choices-site > a:nth-child(2) p {
	    display: none;
	}
	#nav-choices-site > a:nth-child(2) p:nth-child(2) {
	    display: block;
	}
	#nav-choices-site > a:first-child p {
		display: none;
	}
	.center-90-reponsive {
		width: 90%;
	}
	#presentation > div:nth-of-type(2) {
	    height: 98vw;
	}
	.presentation-h1 h1 {
	    font-size: 5.2vw;
	}
}
@media (min-width: 3000px) {
	.presentation-h1 h1 span {
	    -webkit-text-stroke-width: 0.025vw;
	}
	.presentation-h1 h1 {
	    -webkit-text-stroke-width: 0.025vw;
	}
	.text-fleche p {
	    -webkit-text-stroke-width: 0.025vw;
	}
	#pseudo-input {
		height: 2.6vw;
	}
	#text-input {
		height: 15.6vw;
	}
	.button-input {
		height: 6vw;
	}
}

/*GLOBAL*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-italic {
	font-style: italic;
}

/*BOUNCE EFFECT*/
.bounce {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-30px); }
    50%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}
 
/*flipbook*/
#flipbook{
	transform: rotate(-5deg) translateX(60px) !important;
	-webkit-transform: rotate(-5deg) translateX(60px) !important;
    -moz-transform: rotate(-5deg) translateX(60px) !important;
    -ms-transform: rotate(-5deg) translateX(60px) !important;
    -o-transform: rotate(-5deg) translateX(60px) !important;
    width:970px;
    height:820px;
    margin-left: 60px;
    cursor: pointer;
}
.mother .top-right-absolute {
	display: none;
}
.mother:hover .top-right-absolute {
	display: block;
}

#flipbook .page{
    width:970px;
    height:820px;
    background-color:white;
    line-height:300px;
    font-size:20px;
    text-align:center;
}

#flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

#flipbook .hard{
    background:#e7d756 !important;
    color:#e7d756;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}

#flipbook .odd {
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    
}

#flipbook .even {
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}

.top-right-absolute {
	position: absolute;
	right: 0;
	width: 130px;
}

/***********************************************************************************************/
/*NEOB*/
/***********************************************************************************************/
.background-neob {
	background-color: #e7e4dc;
}

#nav-choices-site-2 {
	display: flex;
}
#nav-choices-site-2 > a {
	text-decoration: none;
	display: inline-block;
	margin: 0;
	min-height: 100px;
}
#nav-choices-site-2 > a > p {
	display: inline-block;
	font-size: 1.6vw;
	margin-top: 29px;
}
#nav-choices-site-2 > a:first-child p {
	font-family: 'BlissCaps';
	text-shadow: 2px 2px 0px #000;
	color: #fff;
	vertical-align: top;
}
#nav-choices-site-2 > a:first-child img {
	margin-left: 20px;
	margin-top: 20px;
	height: 55px;
	text-decoration: none;
}
#nav-choices-site-2 > a:first-of-type {
	background: url('https://5c21a7.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background-nav-bis.png');
	background-size: cover;
	background-position: right;
	width: 55%;
	background-repeat: no-repeat;
}
#nav-choices-site-2 > a:nth-child(2) {
	width: 45%;
}
#nav-choices-site-2 > a:nth-child(2) p {
	color: #a59665;
    text-shadow: 1px 1px 1px rgb(255, 255, 255), -1px -1px 2px rgba(151, 146, 146, 0.42);
}
#nav-choices-site-2 > a:nth-child(2) p:nth-child(2) {
	margin-left: -15px;
	font-size: 25px;
    display: none;
	padding-left: 90px;
}
#nav-choices-site-2 > a:after {
	content: "";
	background: url('https://ca49c5.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background-nav-2.png');
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	height: 89px;
	margin-left: 1255px;
	overflow: hidden;
}
.neumorphism-text {
	color: #a59665;
	text-shadow: 1px 1px 1px rgb(255, 255, 255), -1px -1px 2px rgba(151, 146, 146, 0.42);
}
#news h1 {
	font-size: 48px;
}
#news h2 {
	font-size: 38px;
}
#blog ul.blog-articles {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.75rem;
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
#blog ul.blog-articles > li {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	min-height: 0;
}
#blog ul.blog-articles > li > a.text-classic-gray {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	min-height: 280px;
	padding: 1.5rem 1.4rem 1.35rem;
	background-color: rgba(255, 255, 255, 0.94);
	border: 2px solid #1a1a1a;
	border-radius: 6px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
#blog ul.blog-articles > li > a.text-classic-gray:hover {
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.16);
	transform: translateY(-2px);
}
#blog ul.blog-articles > li > a > p.bangers {
	margin: 0 0 1rem 0;
	padding: 0.4rem 0.55rem;
	line-height: 1.4;
	font-size: 1.05rem;
}
#blog ul.blog-articles > li > a > p:not(.bangers) {
	margin: 0 0 1.25rem 0;
	line-height: 1.7;
	flex: 1 1 auto;
}
#blog ul.blog-articles > li > a > a {
	margin-top: auto;
	padding-top: 1.15rem;
	align-self: flex-start;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
	line-height: 1.5;
}
#blog > .center-75 > p.futuraPT {
	line-height: 1.65;
	margin-top: 1rem;
}
@media (min-width: 768px) {
	#blog ul.blog-articles {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 1.75rem;
	}
}
@media (min-width: 1100px) {
	#blog ul.blog-articles {
		gap: 2.25rem 2rem;
	}
	#blog ul.blog-articles > li > a.text-classic-gray {
		min-height: 300px;
		padding: 1.65rem 1.5rem 1.45rem;
	}
}

.form-recrutement {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.form-recrutement .input-full {
	height: 30px;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 22px;
	display: block;
	border: none;
	background: url(https://7cffa5.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background_formulaire_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 4.5vw;
    width: 100%;
}
.form-recrutement .input-half {
	height: 30px;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	display: block;
	border: none;
	background: url(https://0de6ab.claudeassets.com/20251216154119im_/https://meltingpotesnantes.com/wp-content/themes/meltingpotes_neob/img/background_formulaire_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 4.5vw;
    width: 100%;
}
.form-recrutement .input-full:focus {
	outline-width: 0;
}
.form-recrutement .input-half:focus {
	outline-width: 0;
}
.form-recrutement input.button-classic {
	height: auto;
}
.form-recrutement textarea {
	width: 100%;
	margin: 0 auto;
	display: block;
	resize: none;
}
.form-recrutement div {
	margin-top: 15px
}
.form-recrutement *{
	font-family: 'Futura PT Book' !important;
}
.form-recrutement >label {
	font-family: 'Futura PT Book';
	margin-top: 30px;
}
.form-recrutement p {
	margin-top: 30px;
}

.form-recrutement .checkbox >span >span >span input:first-of-type {
	display: inline-block;
    width: 10%;
}

.form-recrutement .checkbox >span >span >span span:first-of-type {
	display: inline-block;
    width: 90%;
}

@media (max-width: 600px) {
	.form-recrutement .input-full {
		height: 10vw;
		background-size: contain;
    	background-repeat: no-repeat;
	}
	.form-recrutement .input-half {
		height: 15vw;
		font-size: 18px;
		height: 6.5vw;
	}
	#pseudo-input {
		height: 7vw;
		padding-top: 15px !important;
	}
}
@media (max-width: 1000px) {
	.form-recrutement .input-half {
		height: 15vw;
		font-size: 18px;
		height: 7.5vw;
	}
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
	#pseudo-input {
		padding-top: 19px !important;
	}
}
figcaption {
	font-family: 'Futura PT Book';
}

@media (max-width: 600px) {
	#nav-choices-site-2 > a:first-of-type {
		padding-top: 10px;
	}
	#nav-choices-site-2 > a:first-of-type p {
		display: none;
	}
	#nav-choices-site-2 > a:first-of-type img {
		margin-top: 10px;
	}
	#nav-choices-site-2 > a:nth-of-type(2) p:first-of-type {
		display: none;
	}
	#nav-choices-site-2 > a:nth-of-type(2) p:nth-of-type(2) {
		display: block;
	}
	.form-recrutement {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}
@media (max-width: 767px) {
	#blog ul.blog-articles > li > a.text-classic-gray {
		min-height: 0;
		padding: 1.35rem 1.2rem 1.2rem;
	}
}

/*PAGE LIENS*/

.button-classic, #cookie-notice .cn-button {
	font-family: 'anime_ace_2.0_bbregular'  !important;
	font-size: 18px;
	color: black;
	border: 2px solid black;
	background-color: #ea5155 !important;
	padding: 20px;
	text-decoration: none;
	display: block;
    margin: 0 auto 30px auto;
    width: 250px;
}

#cookie-notice .cn-button {
	display: inline-block;
	width: auto;
	font-size: 11px;
	padding: 10px;
}

.cn-text-container {
	font-family: 'Futura PT Book';
	font-size: 17px;	
}
.liens-RS a i{
	font-size: 40px;
}
.liens-RS a:nth-of-type(2){
	margin: 0 20px 0 20px;
}

/*PAGE 404*/

.gif-404 {
	width: 45%; margin: 35px auto;
}
.gif-404 img {
	padding-bottom: 200px;
	display: block;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 1100px) {
	.gif-404 {
		width: 70%; margin: 35px auto;
	}
}
/*
     FILE ARCHIVED ON 15:48:31 Dec 16, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:46:18 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.747
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.079
  esindex: 0.011
  cdx.remote: 93.087
  LoadShardBlock: 68.303 (3)
  PetaboxLoader3.datanode: 64.883 (4)
  PetaboxLoader3.resolve: 67.473 (2)
  load_resource: 142.116
*/