:root {
    --header-border-bottom-color: transparent;
    --header-isTop-background-color: transparent;
    --font-size-1: 1rem;
}



/* cacher le logo isTop
.isTop #header .header_logo {
    display: none;
}
 */

 .container {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
 }


 h1 {
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    margin-top: 1rem;
 }

 h2 {
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 2rem;
    margin-bottom: 2rem;
 }

 h3 {
    text-transform: uppercase;
    line-height: 1.1;
 }

 .a1-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
 }

 .a1-items img {
    width: 100%;
    height: auto;
 }





 .a0 {
    position: relative;
    height: 100dvh;
    background: url('/images/cook-and-perf-2.png');
    background-size: cover;
    background-position: center center;
 }


 .a0-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-end;
}

.a0-items img {
        height: clamp(50px, 5vw, 90px);
        width: auto;
}

.a1-title-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}
 .a1-title-items h3 {
    padding-left: 1rem;
    font-weight: 400;
 }

 .a1-title-items img {
    height: 50px;
    width: auto;
 }

.a1 {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.a6 .btn1 {
    margin-top: 2rem;
}

.a2 {
    padding-bottom: 5rem;
}


.a2 ul {
    margin: 0;
    padding: 0;
}

.a2 ul li  {
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.2rem);
}


.a2 .list-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.a2  li:nth-child(1) .list-item {
     border-top: 1px solid #000;
}

.a2 .list-item img {
    /*width: 100%;
    height: auto;*/
    height: clamp(3rem, 5vw, 3.5rem);
    width: auto;
}

.a2 .list-item > div:nth-child(1) {
    flex-basis: 20%;
    padding-left: 1rem;
    text-align: right;
}

.a2 .list-item > div:nth-child(2) {
    flex-basis: 80%;
}

.a3 {
    padding-bottom: 5rem;
    text-align: center;
}


h4 {
    text-transform: uppercase;
}

.a4 p .fa-solid{
    color: #c89d66;
    font-size: 110%;
}

.a4 ul {
    margin: 0;
    padding: 0;
}

.a4 ul li {
    list-style: none;
    padding: 2rem;
    background: #efefef;
    margin-top: 2rem;
    margin-bottom: 2rem;
}



.a5 {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    /*min-height: 450px;*/
    background: url('/images/cook-and-perf-7.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.a9 {
    height: 70dvh;
    max-height: 800px;
    background: url('/images/cook-and-perf-6.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.separator {
    text-align: center;
}

.separator img {
    height: 50px;
    width: auto;
    margin: .5rem;
}

.separator-2 {
    text-align: center;
}

.separator-2 img {
    height: 80px;
    width: auto;
    margin: .5rem;
}

.a4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.a4-btn-contact {
    text-align: center;
}










.a7 ul {
    margin: 0;
    padding: 0;
}

.a7 li {
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    padding-top: 2rem;
    list-style: none;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.2rem);
    text-transform: uppercase;
}

.a7 li:nth-child(1) {
    border-top: 1px solid #000;
}

.a7 .fa-solid {
    color: #c89d66;
    font-size: 60%;
    vertical-align: middle;
}




.a6 {
    padding-top: 5rem;
    padding-bottom: 7rem;
    
}









.a2 ul {
    margin: 0;
    padding: 0;
}

.a2 li {
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    padding-top: 2rem;
    list-style: none;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.2rem);
    text-transform: uppercase;
}

.a2 li:nth-child(1) {
    border-top: 1px solid #000;
}





.a8 {
    text-align: center;
    color: #c89d66;
    font-size: 3rem;
}




.a-bloc-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.a-bloc-title h2 {
    margin-bottom: 0;
    margin-right: 1rem;
}

.a-bloc-title img {
    height: clamp(70px, 5vw, 120px);
    width: auto;
}

.a6 .a-bloc-title {
    flex-direction: row-reverse;
}
/*
.a6 h2 {
    margin-left: 1rem;
}
*/
@media screen and (min-width: 768px) {



    h1 {
        font-size: clamp(2rem, 5vw, 4rem);
        padding-bottom: 4rem;
    }

    h2 {
        font-size: clamp(2rem, 4vw, 2.5rem);
    }

    

    
}



@media screen and (min-width: 961px) {


    .a0-items > div {
        flex-basis: 70%;
    }

    .a4 ul {
        display: flex;
        flex-direction: row;
    }

    .a4 ul li {
        margin: 3rem;
        flex-basis: 50%;
        padding: 3rem;
    }

    .a4 ul li:nth-child(1) {
        margin-left: 0;
    }

    .a4 ul li:nth-child(2) {
        margin-right: 0;
    }

    .a5 {
        height: 70dvh;
        max-height: 800px;
        background: url('/images/cook-and-perf-5.jpg');
        background-size: cover;
        background-position: center;
    }

}

.picto-pres {
    text-align: center;
}

.picto-pres img {
    height: 55px;
    width: auto;
}




