/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* FONT */
@font-face {
  font-family: 'Kodchasan';
  src:
    local('Kodchasan'),
    local('Kodchasan'),
    url('/wp-content/uploads/2026/01/Kodchasan-Regular.woff2') format('woff2'),
    url('/wp-content/uploads/2026/01/Kodchasan-Regular.woff2') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kodchasan';
  src:
    local('Kodchasan'),
    local('Kodchasan'),
    url('/wp-content/uploads/2026/01/Kodchasan-Bold.woff2') format('woff2'),
    url('/wp-content/uploads/2026/01/Kodchasan-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Color */

:root {
  --bleu: #002839;
	--blanc: #F9FAF9;
}

/* BTN CUSTOM */

.btn-custom a {
	background: linear-gradient(0deg, #378B28 0%, #AEBE0D 100%)!important;
	color : var(--blanc)!important;
}
.btn-custom a svg, .btn-custom-2 a svg {
	margin-left: 5px!important;
}

.btn-custom-2 {
	margin-bottom: 10px;
}

.btn-custom-2 a {
	background-color : var(--blanc)!important;
	color : var(--bleu)!important;
}

.btn-custom, .btn-custom-2  {
	width: fit-content!important;

}

.btn-custom a, .btn-custom-2 a {
	width: fit-content!important;
	padding: 10px 20px!important;
	font-family: "Kodchasan"!important;
	font-weight: 700!important;
}

@media screen and (max-width:395px){
	.btn-custom a, .btn-custom-2 a {
		padding: 10px 15px!important;
		font-size: 15px!important;
	}
}

/* MENU */

#header #menu-menu-principal {
	height: 50px!important;
}

.ct-panel {
	z-index: 888888!important;
}

#header {
    position: relative!important;
    z-index: 999999!important;
}

#offcanvas {
	height: fit-content!important;
	background-color: #002839!important;
	box-shadow: 0 163px 46px 0 rgba(0, 0, 0, 0.00), 0 104px 42px 0 rgba(0, 0, 0, 0.01), 0 59px 35px 0 rgba(0, 0, 0, 0.05), 0 26px 26px 0 rgba(0, 0, 0, 0.09), 0 7px 14px 0 rgba(0, 0, 0, 0.10)!important;

}
@media screen and (max-width:1000px){
	[data-header*="type-1"] #offcanvas .ct-panel-content{
		height: auto!important;
		flex: unset!important;
		justify-content: start!important;
		background-color: #002839!important;
	}
}

.contact-mini{
	font-family: "Kodchasan"!important;
	font-weight: 400!important;
}

.contact-mini__address{
  font-size:18px;
  line-height:1.3;
  margin:0 0 16px;
	color: var(--blanc);
}

.contact-mini__phones{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:14px;
	color: var(--blanc);
}

.contact-mini__phone{
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:18px;
  line-height:1;
}

.contact-mini__phone:hover{ color:#AEBE0D; }

.contact-mini__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.contact-mini__social{
  display:flex;
  gap:14px;
  align-items:center;
}

.social{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
}

.mobile-menu {
	margin-bottom: 70px!important;
}

.social--brand{ color:#ff2a2a; } /* logo rouge */
.social:hover{ opacity:.85; }

/* responsive */
@media (max-width: 690px){
  .contact-mini__address{ font-size:15px; }
  .contact-mini__phone{ font-size:15px; }
}

.ct-panel-content-inner {
	padding: 100px 19px 10px 19px!important;
}