:root {
  /* Palette principale */
  --primary-color: #84541f;
  --secondary-color: #FF6F61;
  --error-color: #a51b00;

  /* Neutres */
  --text-color: #3f260d;
  --title-color:#84541f;
  --link-text-color:#84541f;
  --link-text-color-hover:#ac9d89;
  --site-background-color: #f2f2f2; /* couleur de fond personnalisée */
  --background-color: #ffffff;
  --border-color: #dddddd;

  /* Typographie */
  --font-base: 'Quicksand','Lato', sans-serif;
  --font-size-base: 16px;
  --line-height: 160%;
  --h1-font-size: 2.1em;
  --h2-font-size: 1.8em;
  --h3-font-size: 1.5em;
  --h4-font-size: 1.2em;

  --form-border-color:#e8e8e8;

  --tab-a-color:#84541f;
  --bg-tab-a-active:#84541f;
  --bg-tab-a-hover:#84541f;
  --txt-tab-a-active:#FFF;
  --txt-tab-a-hover:#FFF;
  --tab-border-bottom:#bbb;

  --menu-border-color:#84541f;

  --th-active:#84541f;
  --th-active-hover:#ac9d89;

  --btn-color:#FFF;
  --btn-bg-color:#84541f;
  --btn-bg-color-hover:#ac9d89;
}
.region-header .site-branding__name{
    display:none;
}
.social-media a.facebook i,
.social-media a.instagram i{
    width: 20px;
    display: block;
    height: 38px;
}
.social-media a.lesparents i,
.social-media a.doudouperdu i,
.social-media a.lesmamans i{
    width: 100px;
    display: block;
    height: 38px;
}
.social-media a.lesparents i{
    background: transparent url(../images/lesparents_logo_sb.png) no-repeat center center;

}
.social-media a.lesparents i:hover{
    background: transparent url(../images/lesparents_logo_s.png) no-repeat center center;
}
.social-media a.doudouperdu i {
    background: transparent url(../images/doudouperdu_logo_sb.png) no-repeat center center;
}
.social-media a.doudouperdu i:hover {
    background: transparent url(../images/doudouperdu_logo_s.png) no-repeat center center;
}
.social-media a.lesmamans i {
    background: transparent url(../images/lesmamans_logo_sb.png) no-repeat center center;
}
.social-media a.lesmamans i:hover {
    background: transparent url(../images/lesmamans_logo_s.png) no-repeat center center;
}
#main-menu ul li.menu-item-fr{
	background-image: url(../images/navigation-fr.png);
    background-repeat: no-repeat;
    background-position: 0 center;	
    margin-left: 14px;
    padding-left: 10px;
}
#main-menu ul li.menu-item-ge{
	background-image: url(../images/navigation-ge.png);
    background-repeat: no-repeat;
    background-position: 0 center;	
    margin-left: 14px;
    padding-left: 10px;
}
#main-menu ul li.menu-item-ju{
	background-image: url(../images/navigation-ju.png);
    background-repeat: no-repeat;
    background-position: 0 center;	
    margin-left: 14px;
    padding-left: 10px;
}
#main-menu ul li.menu-item-ne{
	background-image: url(../images/navigation-ne.png);
    background-repeat: no-repeat;
    background-position: 0 center;	
    margin-left: 14px;
    padding-left: 10px;
}
#main-menu ul li.menu-item-vd{
	background-image: url(../images/navigation-vd.png);
    background-repeat: no-repeat;
    background-position: 0 center;	
    margin-left: 14px;
    padding-left: 10px;
}
#main-menu ul li.menu-item-vs{
	background-image: url(../images/navigation-vs.png);
    background-repeat: no-repeat;
    background-position: 0 center;	
    margin-left: 14px;
    padding-left: 10px;
}
#main-menu ul li.menu-item-fr ul.menus,
#main-menu ul li.menu-item-ge ul.menus,
#main-menu ul li.menu-item-ju ul.menus,
#main-menu ul li.menu-item-ne ul.menus,
#main-menu ul li.menu-item-vd ul.menus,
#main-menu ul li.menu-item-vs ul.menus{
  margin-left: -15px;
}
.region-header .brand a img {
  width: 50%;
}
.tabs a{
    font-size: 16px;
}
.breadcrumb{
    display: none;
}
.col-pola{
    max-width: unset!important;
    text-align:center;
    display:inline-block;
    list-style:none;
    position:relative;
    border:solid 12px #fff;
    background:#fff;
    box-shadow:0 0 15px 0px #555;
    transition:all 1s ease;
    -o-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    margin:1%;
    width:23%!important;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    display: block; 
    transform-origin: center center;
}
.col-pola .views-field-title{
    max-height: 45px;
    overflow: hidden;
    min-height: 45px;
}
/* 1ère image du groupe de 4 */
.col-pola:nth-child(4n + 1) {
    transform: rotate(-4deg);
}

/* 2ème image */
.col-pola:nth-child(4n + 2) {
    transform: rotate(2deg);
}

/* 3ème image */
.col-pola:nth-child(4n + 3) {
    transform: rotate(-1deg);
}

/* 4ème image */
.col-pola:nth-child(4n + 4) {
    transform: rotate(3deg);
}
.col-pola { transition: transform 0.3s ease; }
.col-pola:hover { 
    transform: scale(1.05) rotate(0deg); 
    z-index: 10; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
 }
.page-node-type-doudou .node__content .field{
    float: left;
    width: 49%;
}
.page-node-type-doudou .field--name-field-image img{
    padding: 5px;
    box-shadow: 0 0 3px #EEE;
    background: #FFF;
    border: #EEE 1px solid;
    border-radius: 5px;
}
.field--name-field-categorie .field__label,
.field--name-field-categorie .field__item,
.field--name-field-canton .field__label,
.field--name-field-canton .field__item{
    display: inline-block;
}
.page-node-type-doudou .node__content .field--name-comment-node-doudou{
    clear: both;
    float: none; 
    width: 100%;
    background: none repeat scroll 0 0 #D5B799;
    border-radius: 5px;
    color: #000000;
    padding: 15px;
    clear: both;
}
input.form-text, textarea.form-textarea, select.form-select,input.form-email,input.form-number {
    border-radius: 5px;
    border: 1px solid #845447;
    background-color: #FFFFFF;
}
.js-filter-wrapper,.form-item .fieldset-legend{
    display:none;
}
.footer-menu {
    color: #84541f;
}
@media (max-width: 768px) { 
    .views-view-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .views-view-grid .views-col {
        float: none !important;
        width: auto !important;
    }
    .page-node-type-doudou .node__content .field{
        float: none!important;
        width: auto!important;
    }
    .form-item label, .form-item .label {
        min-width: 98%!important;
    }
    .form-item input[type=text], .form-item input[type=email] {
        width: 98%!important;
        display: inline-block;
    }
}