/*
  Theme Name: Kinsey Child
  Template: kinsey
  Theme URI: https://artemsemkin.com/kinsey/wp/
  Description: This is a child theme of Kinsey, used for codebase customizations
  Author: Artem Semkin
  Author URI: https://artemsemkin.com/
  Version: 1.8122
*/

body{
	background:#181818!important;
}

.header__burger-line:after {
    background-color: #c49464 !important;
}
.header__burger-line:before {
    background-color: #c49464 !important;
}

.header__label-burger {
    color: #c49464 !important; /* texte */
}


/* ===========================
   HEADER STICKY + TRANSITIONS
   =========================== */

/* Header "normal" */
.header {
    max-height: 110px !important;
    padding-top: 50px !important;
    transition:
        max-height 0.25s ease-in-out,
        padding-top 0.25s ease-in-out,
        background-color 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out;
}

/* Base sticky (commune clair/sombre) */
.header_sticky {
    padding-top: 13px !important;
    box-shadow: none !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
    transition:
        max-height 0.25s ease-in-out,
        min-height 0.25s ease-in-out,
        padding-top 0.25s ease-in-out,
        background-color 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out;
}

/* Thème clair sticky */
[data-arts-theme-text="light"].header_sticky {
    max-height: 88px !important;
    min-height: 88px !important;
    background-color: rgba(242, 242, 238, 0.85) !important;
}

/* Thème sombre sticky */
[data-arts-theme-text="dark"].header_sticky {
    max-height: 88px !important;
    min-height: 88px !important;
    background-color: rgba(24, 24, 24, 0.85) !important;
}

/* Container — même hauteur pour les deux thèmes */
[data-arts-theme-text="dark"].header__container,
[data-arts-theme-text="light"].header__container {
    min-height: 83px !important;
    max-height: 83px !important;
    transition:
        min-height 0.25s ease-in-out,
        max-height 0.25s ease-in-out;
}

/* ===========================
   LOGO + TRANSITION DOUCE
   =========================== */

.logo {
    width: auto !important;
    height: auto !important;
    overflow: hidden;
}

.logo__wrapper-img {
    max-width: 100%;
    max-height: 100%;
}

/* Taille par défaut du logo (header normal) */
.logo__wrapper-img img {
    max-width: 120px !important;
    height: 120px !important;
    display: block !important;
    transition:
        max-width 0.25s ease-in-out,
        height 0.25s ease-in-out,
        transform 0.25s ease-in-out;
}

/* Logo en mode sticky — rétrécit en douceur */
.header_sticky .logo__wrapper-img img {
    height: 62px !important;
    /* On peut légèrement réduire aussi la largeur visuelle via un petit scale */
    transform: scale(0.95);
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 991px) {
    .logo__wrapper-img img {
        max-width: 100px !important;
        height: 100px !important;
    }

    .header_sticky .logo__wrapper-img img {
        height: 60px !important;
        transform: scale(0.95);
    }
}

/* FOOTER */
.wp-block-column.rightswitcherlang {
  margin-left: auto;    
  display: flex !important;
  justify-content: right;     
  align-items: flex-end;      
  flex-direction: column;
  text-align: right;          
}

.plusfontcolor {
	color: #696969;
}

#footerlinkmouvementarium {
	font-size:17px;
}

#footerlinkmouvementarium a {
	position:absolute;
	display:inline-block;
	left:0px;
	margin:0px;
	padding:0px;
}

#footerlinkmouvementarium a {
    cursor: pointer;
	position:relative;
	left:0px;
    text-decoration: none;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    transition:color .15s ease-out
}

#footerlinkmouvementarium a:hover {
	color:#a8705f!important;
}

#footerlinkmouvementarium a:after {
  bottom: 3px;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  position: relative;
margin:0px;
 padding:0px;
  background: #a8705f;
  opacity: 0.6;
  transition: width 0.35s ease 0s, opacity 0.35s ease 0s;
  width: 0;
}

#footerlinkmouvementarium a:hover:after {
  width: 100%;
  opacity: 1;
}

#menu-item-2016 {
	position:relative!important;
	top:15px!important;
	left:0px!important;
	margin-left:15px!important;
	width:auto;
	height:45px;
	overflow:hidden!important;
	font-size:13px!important;
	text-transform: uppercase!important;
	font-weight:600;
	padding: 6px 25px 12px 25px!important;
	border:2px solid #333333!important;
	background-color:transparent!important;
	border-radius:150px!important;
	z-index:9999!important;
	-webkit-transition: all 0.2s, background 0.2s ease-in-out;
	transition: all 0.2s, background 0.2s ease-in-out;
}

#menu-item-2016:hover {
	color:#000!important;
	border:2px solid #a8705f !important;
	background-color:#a8705f!important;
}

#menu-item-2016:before {
	display:none;
	color:#000!important;
}

#menu-item-2016 a {
	position:relative!important;
	padding: 6px 15px 17px 15px!important;
	bottom:2px!important;
}

#menu-item-2016 a:hover {
	color:#000!important;
}

#menu-item-2016 a:before {
	display:none;
	color:#000!important;
}


.footer_mouvementarium_grey {
	font-size:10px!important;
	color:#696969!important;
}

.wpforms-confirmation-container-full  {
	color:#fff!important;
	background-color:#000!important;
}

.wpforms-error {
	position:relative!important;
	margin:0!important;
	padding:0!important;
}

.wpforms-field-label-inline:before {
	display:inline-block!important;
}

.wpforms-field-label-inline {
	font-weight:200!important;
	position:relative;
	margin-top:20px!important;
	display:inline-block!important;
	font-size:14px!important;
	letter-spacing:0px!important;
	color:#696969!important;
}

.wpforms-field-label-inline a {
    text-decoration: underline!important;
	font-weight:500!important;
	font-size:14px!important;
	letter-spacing:0px!important;
	color:#fff!important;
}

.wpforms-field-label-inline a:hover {
	color:#a8705f!important;
}

input[type="checkbox"] {
  display: none!important;
}

#wpforms-6242-field_3_1 {
  display: none!important;
}

.choice-1 .depth-1 {
  display: inline-block;
}


input[type="checkbox"] + label {
  display: inline-block;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]:hover + label:hover {
  color: #909090;
}

input[type="checkbox"]:hover + label:before {
  background: #909090;

}

input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 0.1em solid #909090;
	margin-right:4px;
  border-radius: 0.1em;
  position: relative;
  left: 0;
  top: 3px;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: #000;
}

input[type="checkbox"]:checked + label:before {
  width: 1.1em;
  height: 1.1em;
  border-radius: 0.1em;
  border: 2px solid #a8705f;
  background: #a8705f;
  box-shadow: none;
}

