
/* ADMIN */
.admin-bar .et_pb_section_0_tb_header {
top: 32px!important;
}

/* empèche la sélection d'image */
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

/* FONT */

@font-face {
	font-family: "HK Grotesk Bold";
	src:
	   url("hk-grotesk/HKGrotesk-Bold.otf") format('opentype'),
	   url("hk-grotesk/HKGrotesk-Bold.woff");
    font-weight: 700;
    font-style: bold;
}

@font-face {
	font-family: "HK Grotesk Regular";
	src: url("hk-grotesk/HKGrotesk-Regular.otf") format('opentype');
	src: url("hk-grotesk/HKGrotesk-Regular.woff");
}
@font-face {
	font-family: "Voga Medium";
	src: url("voga-medium/Voga-Medium.woff");
}



/* TYPO */
body {
	font-family: "HK Grotesk Regular", "Arial", sans-serif;
}

h1 {
	font-family: "HK Grotesk Bold", "Arial", sans-serif;
}

h2, h3, h4, h5, h6 {
	font-family: "HK Grotesk Bold", "Arial", sans-serif;
}

strong {
	font-family: "HK Grotesk Bold", "Arial", sans-serif;
}

.lettrine {
	display: inline-block;
	margin-bottom: 10px;
	font-family: "HK Grotesk Bold", "Arial", sans-serif;
	font-size: 30px;
	/*background-color: #A0D9F7;*/
	background-color: #000;
	color: white;
	padding: 5px 7px;
	border-radius: 6px;
}

p {
}


/* FORMULAIRE */

/* Captcha Image */

.captcha-image {
	border: 0px !important;
	text-align: center !important;
  width: 100%;
}
.captcha-image .cf7ic_instructions span {
	color: #FFD000 !important;
}
.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
	border: 0px !important;
}
.captcha-image label > input + svg path {
	fill: #384951;
}
.captcha-image label > input:checked + svg path {
	fill: #FFD000;
}

/* Messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #FFD000;
	border-color:  #FFD000;
	color: #384951;
	border-radius: 5px;
	margin: 10px 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background: #46b450;
	color: #FFF;
	border-radius: 5px;
	margin: 10px 0;
}
/* Fin - FORMULAIRE */