/*****************************/
/****CoopHabitat evol 2025****/
/*****************************/

/******************/
/*******VAR********/
/******************/
:root {
    /*color*/
    --wh: #ffffff;
    --noir: #13100D;
    --rouge: #E40521;
    --brun: #C7A779;
    --gris: #F2F3F4;
}

/******************/
/******POLICES*****/
/******************/
/*Archia*/
@font-face {
    font-display: swap;
    font-family: 'archia';
    font-style: normal;
    font-weight: 400;
    src: url('coophabitat_fonts/archia-regular-webfont.woff2') format('woff2');
}

/*Roboto*/
@font-face {
    font-display: swap;
    font-family: 'roboto';
    font-style: normal;
    font-weight: 300;
    src: url('coophabitat_fonts/roboto-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'roboto';
    font-style: italic;
    font-weight: 300;
    src: url('coophabitat_fonts/roboto-300italic.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'roboto';
    font-style: normal;
    font-weight: 400;
    src: url('coophabitat_fonts/roboto-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'roboto';
    font-style: italic;
    font-weight: 400;
    src: url('coophabitat_fonts/roboto-italic.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'roboto';
    font-style: normal;
    font-weight: 700;
    src: url('coophabitat_fonts/roboto-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'roboto';
    font-style: italic;
    font-weight: 700;
    src: url('coophabitat_fonts/roboto-700italic.woff2') format('woff2');
}

/*****************/
/****STRUCTURE****/
/*****************/
body{
    font-size: 16px;
    font-family: 'roboto';
    color: var(--noir);
    font-weight: 400;
}
.widzmain{
    width: 1280px;
    margin-right: auto;
    margin-left:  auto;
}

/******************/
/******HEADER******/
/******************/
#ch_header_content{
    display: flex;
    flex-wrap:  wrap;
    justify-content: space-between;
    padding: 10px 0 0;
}
#ch_header_nav{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 83px;
    position: relative;
}
/*logo*/
#ch_logo{
    display: block;
    width: 238px;
    height: 85px;
    position: relative;
}
#ch_logo img{
    display: block;
    width: 100%;
    height: auto;
}
#ch_logo a{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

/*navtop*/
#ch_navtop{
    display: flex;
    flex-wrap:  wrap;
    width: fit-content;
    padding-top: 33px;
    font-family: 'archia';
}
#ch_navtop ul{
    display: flex;
    flex-wrap:  wrap;
    gap: 0 41px;
}
#ch_navtop ul li{
    display: block;
    padding-bottom: 43px;
    position: relative;
}
#ch_navtop ul li a{
    display: block;
    line-height: 19px;
    font-size: 16px;
    color: var(--noir);
    text-decoration: none;
}
#ch_navtop ul li:hover > a{
    color: var(--brun);
    transition: all 0.3s;
}
#ch_navtop ul ul{
    display: block;
    box-sizing: border-box;
    width: 165px;
    padding: 30px 26px;
    background: var(--brun);
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top:  -600%;
    right: -100%;
    left: -100%;
    z-index: 444;
    transition: all 0.3s;
}
#ch_navtop ul li:hover ul{
    opacity: 1;
    top: 100%;
    transition: all 0.3s;
}
#ch_navtop ul ul li{
    display: block;
    padding: 0;
}
#ch_navtop ul ul li a{
    display: block;
    line-height: 35px;
    font-size: 15px;
    font-family: 'roboto';
    color: var(--noir);
}
#ch_navtop ul ul li a:hover{
    color: var(--noir);
    text-decoration: underline;
}
/*nav contact*/
#ch_nav_contact{
    width: fit-content;
}
#ch_nav_contact ul{
    display: flex;
    flex-wrap:  wrap;
    gap: 0 12px;
    padding-top: 21px;
    font-family: 'roboto';
}
#ch_nav_contact ul li.tel a{
    display: block;
    line-height: 19px;
    padding: 11px 19px 11px 43px;
    background: var(--brun) url(coophabitat_img/pic_ill_tel.svg) no-repeat left 20px center;
    border: 1px solid var(--brun);
    border-radius: 50px;
    font-size: 16px;
    font-family: 'roboto';
    color: var(--noir);
    text-decoration: none;
    transition: all 0.3s;
}
#ch_nav_contact ul li.tel a:hover{
    background: var(--wh) url(coophabitat_img/pic_ill_tel.svg) no-repeat left 20px center;
    transition: all 0.3s;
}
#ch_nav_contact ul li.contact a,
#ch_nav_contact ul li.search a{
    display: block;
    width: 41px;
    height: 41px;
    padding: 0;
    border: 1px solid var(--brun);
    border-radius: 50px;
    font-size: 0;
    transition: all 0.3s;
}
#ch_nav_contact ul li.contact a{
    background: var(--brun) url(coophabitat_img/pic_ill_contact.svg) no-repeat center;
}
#ch_nav_contact ul li.contact a:hover{
    background: var(--wh) url(coophabitat_img/pic_ill_contact.svg) no-repeat center;
    transition: all 0.3s;
}
#ch_nav_contact ul li.search a{
    background: var(--brun) url(coophabitat_img/pic_ill_search.svg) no-repeat center;
}
#ch_nav_contact ul li.search.is_open a{
    background: var(--wh) url(coophabitat_img/pic_ill_search.svg) no-repeat center;
    transition: all 0.3s;
}

/*search form 2025*/
#ch_searchform_block{
    display: block;
    padding: 10px 20px;
    background: var(--brun);
    position: absolute;
    top: -600%;
    right: 0;
    z-index: 444;
    transition: all 0.3s;
}
#ch_searchform_block.is_open{
    top: 100%;
    transition: all 0.3s;
}
#ch_searchform{
    display: block;
    width: 242px;
    position: relative;
    overflow: hidden;
}
#ch_searchform #s{
    display: block;
    box-sizing: border-box;
    width: 242px;
    line-height: 18px;
    padding: 0 0 4px 24px;
    background: transparent url(coophabitat_img/pic_ill_search.svg) no-repeat left top;
    border: none;
    border-bottom: 1px solid #f2d8b2;
    font-size: 15px;
    font-family: 'archia';
    color: var(--noir);
    font-weight: 400;
}
#ch_searchsubmit{
    position: absolute;
    top: -99999px;
    left: -99999px;
}

/*****************/
/******HOME******/
/*****************/
#ch_homeslider{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#ch_homeslider_pic{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
#ch_homeslider_content{
    display: flex;
    height: 680px;
    position: relative;
    z-index: 3;
}
#ch_homeslider_title_wrap{
    display: block;
    margin: auto 55% 93px 0;
}
#ch_homeslider_title{
    line-height: 72px;
    padding: 10px 30px;
    background: var(--noir);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 60px;
    font-family: 'archia';
    color: var(--wh);
}

