@font-face {
    font-family: 'basicsansblack';
    src: url('font/basicsansblack.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'basicsansregular';
    src: url('font/basicsansregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'basicsansblackit';
    src: url('font/basicsansblackit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'basicsansbold';
    src: url('font/basicsansbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #263168;
    font-size: 3.516vw;
    font-family: 'basicsansregular';
    font-weight: 400;
    line-height: 1.2;
}
h1 {
    font-family: 'basicsansblack';
    font-size: 10.417vw;
}
.color-rouge {
    color: #D90F16;
}
h2 {
    font-size: 9.635vw;
}
.color-jaune {
    color: #FEC700;
}
h2 strong {
    font-family: 'basicsansblack';
}
h3 {

}
p {

}
p strong {
    font-family: 'basicsansbold';
}
.insta {
    font-size: 5.208vw;
    font-family: 'basicsansregular';
}
 a:focus {
    outline: none;
}
.conteneur {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.header {
    padding: 50px 0;

}
.headflou {
    display: none;
}
.bg-blanc {
    background-color: rgba(255, 255, 255, 0.2);
}
.logo {
    width: 167px;
    height: 173px;
}
.l1 {
    background-image: url(assets/bg-beige.png);
    background-repeat: repeat-x;
}
.l2 {
    border-bottom: solid 1px #263168;
    padding-bottom: 2rem;
}
.l2 ul {
    padding: 0;
    margin-left: 1.5rem;
}
.l2 li {
    list-style-image: url(assets/l2-liste.png);
    margin-bottom: 1.4em;
}
.l2 p.big {
    font-size: 4.427vw;
}
.biopic {
    font-size: 4.427vw ;
}
.l3 {
    padding: 3em 0 0 0;
}
.forme {
    margin-bottom: 3em;
}
.l3 p.big {
    font-size: 5.859vw;
    font-family: 'basicsansblack';
    margin-bottom: 0;
}
.l4 h2 {
    font-family: 'basicsansblack';
}
.l4 p.big {
    font-size: 5.859vw;
    margin-bottom: 0;
}
.l4 h3 {
    font-size: 5.859vw;
}
.bg-beige {
    background-color: #f5f3ec;
    margin-bottom: 5rem;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
h3.big {
    font-family: 'basicsansblack';
}
.gmb {
    margin-bottom: 9rem;
}
.moelleuse {
    position: absolute;
    right: 0;
    bottom: -130px;
}
.mbtel {
    margin-bottom: 3rem;
}
.bigi {
    font-family: 'basicsansblackit';
}
.recette {
    border-bottom: solid 1px #263168;
    padding: 5rem 0 3rem 0;
}
.recette:last-child {
    border-bottom:none;
}
.recette p, .recette li  {
    font-size: 2.604vw;
}
.mini {
    font-size: 2.865vw;
}
.capit {
    text-transform: uppercase;
}
.mentions a {
    font-size: 20px;
    text-decoration: underline;
    color: #263168;
}

@media (min-width: 768px) {
    body {
        font-size: 1.419vw;
    }
    .conteneur {
        max-width: 1240px;
        padding-right: 35px;
        padding-left: 35px;
    }
    .header {
        padding: 50px 0;
        position: fixed;
        width: 100%;
        height: 284px;
        top: 0;
        left: 0;
        z-index: 101;
    }
    .headflou {
        display: block;
        position: fixed;
        width: 100%;
        height: 284px;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(3px);
    }
    h1 {
        font-size: 4.204vw;
    }
    h2 {
        font-size: 3.6vw;
    }
    .insta {
        font-size: 2.102vw;
    }
    .l1 {
        margin-top: 284px;
    }
    .l2 ul {
        margin-left: 0;
    }
    .l3 {
        padding: 6em 0 0 0;
    }
    .forme {
        margin-bottom: 5em;
    }
    .l3 p.big, .l4 p.big {
        font-size: 2.365vw;
    }
    .l2 p.big {
        font-size: 1.787vw;
    }
    .biopic {
        font-size: 1.787vw;
    }
    .mbtel {
        margin-bottom: 0;
    }
    .l4 h3 {
        font-size: 2.365vw;
    }
    .recette p, .recette li  {
        font-size: 1.051vw;
    }
    .mini {
        font-size: 1.156vw;
    }
}
@media (min-width: 1241px) {
    .conteneur {
        max-width: 1640px;
    }
}
@media (min-width: 1780px) {
    .moelleuse {
        position: absolute;
        right: -60px;
        bottom: -130px;
    }
}