html, body, div, span, applet, object, iframe, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, .small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, .mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img, svg {
    vertical-align: middle;
}

body:not(.with-apidae-list) {
    overflow-x: hidden;
}
.nav_opened {
    overflow: hidden;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Soleil";
    font-weight: 900;
    color: #004100;
    line-height: 1.2;
}

/**** header ****/
header[role=banner] {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 9997;
}
header[role=banner] .header__navbar {
    transition: all .5s ease;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
header[role=banner] .menu-secondaire {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    flex-direction: column;
    position: absolute;
    gap: 10px;
    align-items: flex-start;
    left: 20px;
    font-size: 18px;
}
header[role=banner] .menu-secondaire .icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
header[role=banner] .menu-secondaire .icons .icons__item {
    transition: all .5s ease;
    cursor: pointer;
}
[class^=icon-]:before, [class*=" icon-"]:before {
    display: inline-block;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header[role=banner] .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header[role=banner] .header__container .header__logo {
    margin-top: 0;
}
header[role=banner] .header__container .header__logo img {
    height: 78px;
}
header[role=banner] .header__container .header__nav {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
header[role=banner] .header__container .header__nav .menu-principal {
    display: flex;
    flex-direction: column;
    line-height: 1.8;
    position: relative;
    padding: 0;
}
header[role=banner] .header__container .header__nav .menu-principal .menu-principal__item {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}
header[role=banner] .header__container .header__nav .menu-principal .menu-principal__item a {
    transition: all .5s ease;
    color: #fff;
    text-decoration: none;
}
header[role=banner] .header__container .header__nav .menu-principal .menu-principal__item a:hover {
    color: #ffaf00;
}
header[role=banner] .header__container .burger_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s ease;
}
header[role=banner] .header__container .burger_wrap #menu_burger {
    width: 30px;
    height: 20px;
    cursor: pointer;
    padding: 0px;
    position: relative;
    display: flex;
    z-index: 9997;
    transition: all .3s ease;
}
header[role=banner] .header__container .burger_wrap #menu_burger span, header[role=banner] .header__container .burger_wrap #menu_burger:before, header[role=banner] .header__container .burger_wrap #menu_burger:after {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
}
header[role=banner] .header__container .burger_wrap #menu_burger:before, header[role=banner] .header__container .burger_wrap #menu_burger:after {
    content: "";
    transition: top .5s cubic-bezier(0.23, 1, 0.32, 1), transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}
header[role=banner] .header__container .burger_wrap #menu_burger:before {
    top: 0;
}
header[role=banner] .header__container .burger_wrap #menu_burger.active:before, header[role=banner] .header__container .burger_wrap #menu_burger.active:after {
    top: 40%;
}
header[role=banner] .header__container .burger_wrap #menu_burger.active:before {
    transform: rotate(45deg);
}
header[role=banner] .header__container .burger_wrap #menu_burger span {
    top: 50%;
    transform: translateY(-50%);
}
header[role=banner] .header__container .burger_wrap #menu_burger.active span {
    opacity: 0;
}
header[role=banner] .header__container .burger_wrap #menu_burger:after {
    top: calc(100% - 3px);
}
header[role=banner] .header__container .burger_wrap #menu_burger.active:after {
    transform: rotate(-45deg);
}
header[role=banner] .toolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
}
header[role=banner] .toolbar_mobile .toolbar_left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 20%;
}
header[role=banner] .toolbar_mobile .toolbar_left .resa_btn {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    margin: 0px 6px;
}
header[role=banner] .toolbar_mobile .toolbar_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    width: 80%;
}
header[role=banner] .toolbar_mobile .toolbar_right .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 100%;
}
header[role=banner] .toolbar_mobile .toolbar_right .item .icon {
    font-size: 18px;
    height: 18px;
}
header[role=banner] .toolbar_mobile .toolbar_right .item .label {
    font-size: 10px;
    font-weight: 600;
}
header[role=banner] .toolbar_mobile svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}
.menu_overlay {
    background-color: #004100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    color: #fff;
    display: flex;
    overflow: hidden;
    z-index: 999;
}
.menu_overlay:before {
    content: "";
    background: url(../vague_menu_left.svg) center center no-repeat;
    background-size: cover;
    width: 99px;
    height: 99px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9997;
}
.menu_overlay .menu-principal {
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 30px;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    z-index: 100;
    padding: 0px 25px;
    margin-top: -50px;
}
.menu_overlay .menu-principal .parent_wrap {
    transition: all .5s ease;
}
.menu_overlay .menu-principal .parent_wrap.active {
    opacity: 1;
}
.nav_opened .menu_overlay {
    opacity: 1;
    visibility: visible;
}
.menu_overlay a {
    text-decoration: none;
    color: inherit;
}
.menu_overlay a:hover {
    color: #fff;
}
.menu_overlay .menu-principal:after {
    content: "";
    background: url(../illu_o_bg_menu.svg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.menu_overlay:after {
    content: "";
    background: url(../vague_menu_bottom_right.svg) center center no-repeat;
    background-size: cover;
    width: 497px;
    height: 231px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: none;
}
.hero {
    position: relative;
    height: 60vh;
    z-index: 100;
    overflow: hidden;
}
.hero:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0) 100%, rgba(30, 30, 30, 0.08) 100%);
}
.hero .hero__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 2;
    padding-top: 8%;
    text-align: center;
}
.hero .hero__content .hero__title {
    color: #fff;
}
.titre {
    font-family: "Soleil";
    font-weight: 900;
    line-height: 1.2;
    color: #004100;
}
.hero .hero__content .hero__title .titre {
    line-height: 1;
    display: inline;
    color: #fff;
    line-height: 1.1;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: each-box;
    position: relative;
}
h1, .h1 {
    font-size: calc(1.6806rem + 5.1672vw);
}
.hero figure.img2bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero figure.img2bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero .hero_vague.vague_left {
    background: url(../vague_left_hero.svg) center center no-repeat;
    background-size: cover;
    width: 606px;
    height: 432px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    display: none;
}
.hero .hero_vague.vague_right {
    background: url(../vague_right_hero.svg) center center no-repeat;
    background-size: cover;
    width: 200px;
    height: 226px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 1;
}


/**** footer ****/
footer[role=contentinfo] {
    position: relative;
    z-index: 100;
    background-color: #004100;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 280px;
    overflow: hidden;
    font-size: 14px;
}
footer[role=contentinfo]:before {
    content: "";
    background: url(../illu_vin_footer.svg) center center no-repeat;
    background-size: cover;
    width: 1436px;
    height: 1280px;
    display: block;
    position: absolute;
    top: -120px;
    right: -330px;
    z-index: -1;
}
.container-mill, body.home section#intro .slider_navigation, .container-fluid, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
footer[role=contentinfo] .footer-cols {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords .logo_socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords .logo_socials .logo img {
    height: 95px;
}
footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords .logo_socials .socials {
    display: flex;
    gap: 20px;
}
footer[role=contentinfo] a {
    transition: all .5s ease;
    text-decoration: none;
    color: inherit;
}
footer[role=contentinfo] a:hover {
    color: #ffaf00;
}
footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords .logo_socials .socials .socials__item {
    font-size: 20px;
    color: #fff;
    transition: all .5s ease;
}
footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords .logo_socials .socials .socials__item:hover {
    color: #ffaf00;
}
[class^=icon-]:before, [class*=" icon-"]:before {
    display: inline-block;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer[role=contentinfo] .footer-cols .footer-cols__item.footer_buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer[role=contentinfo] .footer-bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    font-size: 14px;
}
footer[role=contentinfo] .footer-bottom .footer-bottom__partners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 50px;
}
footer[role=contentinfo] .footer-bottom .footer-bottom__partners .item {
    width: 33.33%;
    text-align: center;
    max-width: 230px;
}
ol, ul {
    list-style: none;
}
footer[role=contentinfo] .footer-bottom .footer-bottom__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
footer[role=contentinfo] .footer-bottom .footer-bottom__links .menu_line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
footer[role=contentinfo] .footer-bottom .footer-bottom__links .menu_line div+div:before {
    height: 10px;
    content: " - ";
    margin: 0 10px;
    display: inline-flex;
}
footer[role=contentinfo]:after {
    content: "";
    background: url(../vague_footer.svg) center center no-repeat;
    background-size: cover;
    width: 286px;
    height: 237px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/**** responsive ****/
@media (min-width: 576px) {
    .container-sm, .container-mill, body.home section#intro .slider_navigation {
        max-width: 540px;
    }
}


@media screen and (min-width: 768px) {
    footer[role=contentinfo]:before {
        right: auto;
        left: 0;
    }
    .container-md, .container-sm, .container-mill, body.home section#intro .slider_navigation {
        max-width: 720px;
    }
	footer[role=contentinfo] .footer-bottom {
        align-items: center;
    }
	footer[role=contentinfo] .footer-bottom .footer-bottom__links {
        align-items: center;
    }
	header[role=banner] .toolbar_mobile .toolbar_left .resa_btn {
        font-size: 24px;
    }
	header[role=banner] .toolbar_mobile .toolbar_right {
        justify-content: center;
    }
	header[role=banner] .toolbar_mobile .toolbar_right .item .icon {
        font-size: 24px;
        height: 24px;
    }
	header[role=banner] .toolbar_mobile .toolbar_right .item .label {
        font-size: 18px;
    }
}


@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container-mill, body.home section#intro .slider_navigation {
        max-width: 960px;
    }
}


@media (min-width: 1024px) {
    footer[role=contentinfo] .footer-cols {
        flex-direction: row;
        justify-content: space-between;
        gap: 50px;
    }
	footer[role=contentinfo] .footer-cols .footer-cols__item.footer_map {
        width: 30%;
    }
	footer[role=contentinfo] .footer-bottom .footer-bottom__partners {
        justify-content: center;
    }
	header[role=banner] .header__container .header__nav .menu-principal {
        line-height: inherit;
    }
}


@media screen and (min-width: 1200px){
	footer[role=contentinfo] {
        padding: 80px 0px;
    }
	footer[role=contentinfo]:before {
        top: auto;
        width: 718px;
        height: 780px;
        bottom: -150px;
        left: 0;
    }
	.container-xl, .container-lg, .container-md, .container-sm, .container-mill, body.home section#intro .slider_navigation {
        max-width: 1140px;
    }
	footer[role=contentinfo] .footer-cols {
        gap: 20px;
    }
	footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords {
        gap: 40px;
    }
	footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords .logo_socials {
        gap: 20px;
    }
	footer[role=contentinfo] .footer-cols .footer-cols__item.footer_buttons {
        flex-direction: row;
        gap: 30px;
    }
	footer[role=contentinfo] .footer-bottom {
        align-items: flex-start;
    }
    footer[role=contentinfo] .footer-bottom .footer-bottom__partners {
        flex-wrap: wrap;
        gap: 50px;
    }
	footer[role=contentinfo] .footer-bottom .footer-bottom__partners .item {
        width: auto;
        max-width: auto;
    }
	footer[role=contentinfo] .footer-bottom .footer-bottom__links {
        align-items: flex-start;
        gap: 4px;
    }
	footer[role=contentinfo] .footer-bottom .footer-bottom__links .menu_line {
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
	header[role=banner] .menu-secondaire {
        display: flex;
        flex-direction: row;
        position: static;
        align-items: center;
        gap: 50px;
    }
	header[role=banner] .header__container .header__nav {
        transform: none;
        position: static;
        background: none;
        font-size: inherit;
        line-height: inherit;
        min-height: auto;
        text-align: left;
        flex-direction: column;
    }
	header[role=banner] .header__container .header__nav .menu-principal {
        flex-direction: row;
        padding: 0;
        gap: 50px;
    }
	.nav_opened header[role=banner] .header__navbar .header__container .header__nav {
		opacity: 0;
		visibility: hidden;
	}
	header[role=banner] .toolbar_mobile {
        display: none;
    }
	.menu_overlay {
        background-image: linear-gradient(to right, #004100 0%, #004100 42%, #002D00, 42%, #002D00 100%);
    }
	.menu_overlay:before {
        width: 197px;
        height: 197px;
    }
	.menu_overlay .menu-principal {
        margin-top: 0;
        width: 42%;
        gap: 80px;
        padding: inherit;
        padding-left: 10%;
        padding-top: 5%;
        font-size: 2.5vw;
        gap: 2rem;
    }
	.menu_overlay .menu-principal .parent_wrap {
        opacity: .5;
    }
	.menu_overlay .menu-principal .parent_wrap:hover {
        opacity: 1;
    }
	.menu_overlay .menu-principal:after {
        width: 688px;
        height: 1080px;
    }
	.menu_overlay:after {
        display: block;
    }
	.hero {
        height: 70vh;
    }
	h1, .h1 {
        font-size: 5.556rem;
    }
	.hero .hero_vague.vague_left {
        display: block;
    }
	.hero .hero_vague.vague_right {
        width: 390px;
        height: 439px;
    }
	
}


@media (min-width: 1400px) {
	    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-mill, body.home section#intro .slider_navigation {
        max-width: 1320px;
    }
}


@media (min-width: 1600px) {
    footer[role=contentinfo] .footer-cols {
        gap: 50px;
    }
	footer[role=contentinfo] .footer-cols .footer-cols__item.footer_coords {
        flex-direction: row;
    }
	footer[role=contentinfo] .footer-cols .footer-cols__item.footer_map {
        width: auto;
    }
    footer[role=contentinfo] .footer-bottom .footer-bottom__partners {
        flex-wrap: nowrap;
        gap: 50px;
    }
	footer[role=contentinfo]:after {
        width: 571px;
        height: 474px;
    }
	header[role=banner] .header__container .header__logo img {
        height: 120px;
    }
	header[role=banner] .header__container .header__nav .menu-principal {
        margin-top: 22px;
    }
    header[role=banner] .header__container .header__nav .menu-principal .menu-principal__item {
        font-size: 18px;
    }
	html, body {
        font-size: 18px;
    }
	.menu_overlay:after {
        width: 993px;
        height: 461px;
    }
}


@media (min-width: 1800px) {
    .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-mill, body.home section#intro .slider_navigation {
        max-width: 1570px;
    }
}

@media screen and (min-width: 0) and (max-width: 1199px) {
    header[role=banner] .header__container .header__nav {
        color: #fff;
        width: 100%;
        height: 100%;
        line-height: 2.4;
        transform: translate3d(0, 0, 0);
        transition: right 1s cubic-bezier(0.16, 1, 0.3, 1);
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 500;
        background: #6f42c1;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        font-size: 18px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}













// Icomoon


[class^="icon-"], [class*=" icon-"] {
	&:before {
		display: inline-block;
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/icomoon.eot');
    src:  url('icomoon/icomoon.eot#iefix') format('embedded-opentype'),
        url('icomoon/icomoon.ttf') format('truetype'),
        url('icomoon/icomoon.woff') format('woff'),
        url('icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

//icones classes
.icon-agenda:before {
	content: "\e900";
}
.icon-arrow:before {
	content: "\e901";
}
.icon-basket:before {
	content: "\e902";
}
.icon-book:before {
	content: "\e903";
}
.icon-briefcase:before {
	content: "\e904";
}
.icon-capacite:before {
	content: "\e905";
}
.icon-chambre:before {
	content: "\e906";
}
.icon-checkmark:before {
	content: "\e907";
}
.icon-chevron_down:before {
	content: "\e908";
}
.icon-chevron_left:before {
	content: "\e909";
}
.icon-chevron_right:before {
	content: "\e90a";
}
.icon-clock:before {
	content: "\e90b";
}
.icon-facebook:before {
	content: "\e90c";
}
.icon-fav:before {
	content: "\e90d";
}
.icon-gear:before {
	content: "\e90e";
}
.icon-instagram:before {
	content: "\e90f";
}
.icon-key:before {
	content: "\e910";
}
.icon-mail:before {
	content: "\e911";
}
.icon-map_acces:before {
	content: "\e912";
}
.icon-map_marker:before {
	content: "\e913";
}
.icon-marqueur_map:before {
	content: "\e914";
}
.icon-masquer:before {
	content: "\e915";
}
.icon-minus:before {
	content: "\e916";
}
.icon-pen:before {
	content: "\e917";
}
.icon-phone:before {
	content: "\e918";
}
.icon-photo:before {
	content: "\e919";
}
.icon-play:before {
	content: "\e91a";
}
.icon-plus_min:before {
	content: "\e91b";
}
.icon-plus:before {
	content: "\e91c";
}
.icon-presse:before {
	content: "\e91d";
}
.icon-search:before {
	content: "\e91e";
}
.icon-star:before {
	content: "\e91f";
}
.icon-superficie:before {
	content: "\e920";
}
.icon-users:before {
	content: "\e921";
}
.icon-web:before {
	content: "\e922";
}
.icon-bike:before {
	content: "\e923";
}
.icon-ticket:before {
	content: "\e924";
}
.icon-o:before {
	content: "\e925";
}
.icon-blob:before {
	content: "\e926";
}
.icon-verres:before {
	content: "\e927";
}
.icon-grappes:before {
	content: "\e928";
}
.icon-favin:before {
	content: "\e929";
}
