/*
CTC Separate Stylesheet
Updated: 2024-08-28 20:27:01
*/

 @import url("https://use.typekit.net/btp6qzk.css");

@media screen and (max-width: 767) { 
.no_mobile {
  display: none !important;
  }
}
@media screen and (min-width: 768) { 
.no_desktop {
  display: none !important;
  }
}

/* BOUTONS */

.bouton-brun {
    padding: 10px 20px 10px 20px;
    background: #bc9c78;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
	border: none;
}
.bouton-brun:hover {
	color: #ffffff;
    background: #ab8962 !important;
    transition: .3s ease;
}
.bouton-orange {
    padding: 10px 20px 10px 20px;
    background: #f37043;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
	border: none;
}
.bouton-orange:hover {
	color: #ffffff;
    background: #e36235 !important;
    transition: .3s ease;
}
.bouton-vert {
    padding: 10px 20px 10px 20px;
    background: #97ac6f;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
	border: none;
}
.bouton-vert:hover {
	color: #ffffff;
    background: #85995f !important;
    transition: .3s ease;
}

/* BOÎTES */
@media screen and (max-width: 778px) { 
	.boite-coeurs,
	.boite-trefle,
	.boite-feuilles {
		margin: 0 !important;
		padding: 20px;
	}
}
.boite-coeurs {
	position: relative;
	outline: 3px dotted #97ac6f;
	/*margin: 30px !important;*/
	outline-offset: -12px;
	padding: 50px;
		}
.coeur-haut-gauche {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/coeur-haut-gauche.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left top;
		}
.coeur-haut-droit {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/coeur-haut-droit.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: right top;
		}
.coeur-bas-gauche {
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/coeur-bas-gauche.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
.coeur-bas-droit {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/coeur-bas-droit.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
			background-position: right bottom;
		}
.boite-trefle {
	position: relative;
	outline: 3px dotted #f37043;
	/*margin: 30px !important;*/
	outline-offset: -12px;
	padding: 50px;
		}
.trefle-haut-gauche {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/trefle-haut-gauche.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left top;
		}
.trefle-haut-droit {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/trefle-haut-droit.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: right top;
		}
.trefle-bas-gauche {
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/trefle-bas-gauche.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
.trefle-bas-droit {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/trefle-bas-droit.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: right bottom;
		}
.boite-feuilles {
	position: relative;
	outline: 3px dotted #bc9c78;
	/*margin: 30px !important;*/
	outline-offset: -12px;
	padding: 50px;
		}
.feuilles-haut-gauche {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/feuilles-haut-gauche.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left top;
		}
.feuilles-haut-droit {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/feuilles-haut-droit.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: right top;
		}
.feuilles-bas-gauche {
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/feuilles-bas-gauche.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
.feuilles-bas-droit {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	background-image: url(https://catherineimagine.com/pizzicatobak/wp-content/uploads/2026/01/feuilles-bas-droit.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: right bottom;
		}