/*variables*/
/*mixins*/
@media (max-width: 2040px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 20px;
  }
}
@media (max-width: 2020px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 40px;
  }
}
@media (max-width: 2000px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 60px;
  }
}
@media (max-width: 1980px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 80px;
  }
}
@media (max-width: 1960px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 100px;
  }
}
@media (max-width: 1835px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 120px;
  }
}
@media (max-width: 1790px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 130px;
  }
}
@media (max-width: 1770px) {
  html {
    /*HEADER*/
  }
  html header .logo {
    height: 50px;
    width: auto;
    margin-top: 33px;
    margin-left: 48px;
  }
  html header .top-left {
    width: 120px;
    height: auto;
    top: 60px;
    left: -30px;
  }
  html header .top-right {
    width: 145px;
    height: auto;
    top: 50px;
    right: -20px;
  }
  html header .hide1 {
    width: 90px;
  }
  html header .hide2 {
    width: 125px;
  }
}
@media (max-width: 1590px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 150px;
  }
}
@media (max-width: 1530px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 160px;
  }
}
@media (max-width: 1520px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 170px;
  }
}
@media (max-width: 1510px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 180px;
  }
}
@media (max-width: 1500px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 190px;
  }
}
@media (max-width: 1490px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 200px;
  }
}
@media (max-width: 1440px) {
  html {
    /*HEADER*/
  }
  html header .logo {
    height: 45px;
    width: auto;
    margin-top: 40px;
    margin-left: 48px;
  }
  html header nav {
    margin-left: 250px;
  }
  html header nav ul li a {
    float: left;
    margin-right: 20px;
    font-size: 0.9em;
  }
}
@media (max-width: 1295px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 260px;
  }
}
@media (max-width: 1265px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 270px;
  }
}
@media (max-width: 1255px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 280px;
  }
}
@media (max-width: 1245px) {
  html {
    /*HEADER*/
  }
  html header nav {
    margin-left: 290px;
  }
}
@media (max-width: 1200px) {
  html {
    /*FORMULAIRES*/
    /*FOOTER*/
  }
  html .mobile {
    display: inline;
  }
  html .nomobile {
    display: none;
  }
  html .center {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html header {
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
  }
  html header .logo {
    position: relative;
    z-index: 2000;
    margin-top: 30px;
    height: 35px;
    max-width: 50%;
    margin-left: 40px;
  }
  html header .logo.active {
    filter: brightness(1) invert(0);
  }
  html header .top-left {
    width: 60px;
    height: auto;
    top: 20px;
    left: -25px;
  }
  html header .top-right {
    display: none;
  }
  html header .hide1 {
    display: none;
  }
  html header .barre {
    display: none;
  }
  html header .hide2 {
    display: none;
  }
  html header nav {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 0;
    border-top: 0;
  }
  html header .social {
    display: none;
  }
  html header .menumobile {
    position: absolute;
    z-index: 2000;
    top: -20px;
    right: 0px;
    width: auto;
    padding-right: 80px;
    cursor: pointer;
  }
  html header .menumobile .text {
    float: left;
    margin-top: -11px;
    color: #f0804e;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  html header .menumobile .text.active {
    color: #0e8c4b;
  }
  html header .menumobile .menu {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0px;
    right: 0px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
  }
  html header .menumobile .menu.active:before {
    animation: slideLeft 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.active:after {
    animation: slideRight 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.active .bar {
    animation: rotate45 0.2s ease-out forwards;
  }
  html header .menumobile .menu.active .bar:last-child {
    animation: rotate135 0.2s 0.2s ease-out forwards;
  }
  html header .menumobile .menu.back:before {
    transform: translateX(-120%);
    animation: slideBack 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.back:after {
    transform: translateX(120%);
    animation: slideBack 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.back .bar {
    transform: rotate(-45deg);
    animation: rotateBack 0.2s ease-out forwards;
  }
  html header .menumobile .menu.back .bar:last-child {
    transform: rotate(-135deg);
    animation: rotateBack 0.2s 0.2s ease-out forwards;
  }
  html header .menumobile .menu:before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #f0804e;
  }
  html header .menumobile .menu:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #f0804e;
  }
  html header .menumobile .menu .bar {
    display: block;
    width: 32px;
    height: 2px;
    background: #f0804e;
    margin: 10px 0;
  }
  html header .menumobile .menu .bar:last-child {
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
  }
  html header .menumobile .menu.active .bar {
    background: #0e8c4b;
  }
  html header .lang-switcher {
    top: 10px;
    right: auto;
    left: 40px;
  }
  html header nav.active {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    padding: 0;
    padding-top: 180px;
    background: rgba(255, 255, 255, 0.9);
  }
  html header nav.active ul {
    float: left;
    width: 100%;
  }
  html header nav.active ul li {
    float: left;
    z-index: 100000000;
    width: 100%;
  }
  html header nav.active ul li a {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
    font-size: 1.8em;
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
    color: #3aa47a;
  }
  html header nav.active ul li a.active {
    color: #0e8c4b;
  }
  html header nav.active ul li a:hover,
  html header nav.active ul li a.active:hover {
    color: #0e8c4b;
  }
  html header.scrolled {
    height: auto;
    background: #fff;
  }
  html header.scrolled .top-left {
    width: 60px;
    height: auto;
    top: 20px;
    left: -25px;
    filter: brightness(1) invert(0);
    transform: rotate(0deg);
  }
  html header.scrolled .top-right {
    display: none;
  }
  html header.scrolled .logo {
    filter: brightness(1) invert(0);
    position: relative;
    z-index: 2000;
    margin-top: 30px;
    height: 35px;
    max-width: 50%;
    margin-left: 40px;
  }
  html header.scrolled .lang-switcher a {
    color: #3aa47a;
    text-decoration: none;
    opacity: 0.6;
    transition: all 0.2s ease-in-out;
  }
  html header.scrolled .lang-switcher a:hover {
    opacity: 1;
    color: #0e8c4b;
  }
  html header.scrolled .lang-switcher a.active {
    opacity: 1;
    color: #f0804e;
  }
  html header.scrolled .lang-switcher a.active:hover {
    opacity: 1;
    color: #f6ac83;
  }
  html header.scrolled .lang-switcher a:before {
    content: "|";
    color: #3aa47a;
    opacity: 0.3;
    font-size: 1.2em;
    font-weight: 800;
  }
  html header.scrolled .lang-switcher a:first-child:before {
    content: "";
  }
  html .slideshow {
    height: auto;
    aspect-ratio: 1200 / 740;
    background: transparent;
  }
  html .slideshow .rslides {
    margin-top: 110px;
    margin-bottom: 40px;
  }
  html .slideshow .rslides li img.bg,
  html .slideshow .rslides li video {
    width: 100%;
    height: auto;
  }
  html .slideshow .rslides_tabs {
    position: relative;
    float: left;
    bottom: initial;
    height: 12px;
    width: 100%;
    text-align: center;
    margin-top: -25px;
  }
  html .slideshow .rslides_tabs li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
  }
  html .slideshow .rslides_tabs li a {
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    height: 12px;
    width: 12px;
    font-size: 0;
    color: transparent;
    line-height: 0;
    background-image: url("/images/slideshow/dot.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    background-position: center center;
  }
  html .slideshow .rslides_tabs li.rslides_here a {
    font-size: 0;
    color: transparent;
    line-height: 0;
    background-image: url("/images/slideshow/dot_active.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    background-position: center center;
  }
  html .slideshow.interne {
    height: auto;
    aspect-ratio: 1200 / 350;
  }
  html .slideshow.interne .rslides {
    height: 100%;
  }
  html .slideshow.interne .rslides li img.bg {
    width: 100%;
    height: auto;
  }
  html main {
    overflow-x: hidden;
    padding-top: 0px;
  }
  html main .title h1,
  html main .title .h1 {
    position: relative;
    padding-bottom: 40px;
    z-index: 700;
  }
  html main .title a {
    float: left;
    position: relative;
    z-index: 800;
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
  }
  html main .title a:before {
    content: " ";
    font-family: "Font Awesome 6 Pro";
  }
  html main .title .date {
    clear: both;
    font-family: "Chivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 44px;
    color: #f0804e;
  }
  html main .actualites #liste-actualites {
    gap: 0px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  html main .actualites #liste-actualites .item {
    position: relative;
    min-height: 400px;
    margin-bottom: 70px;
  }
  html main .actualites #liste-actualites .item a.image {
    float: left;
    width: 100%;
    height: 200px;
    position: relative;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html main .enseignes ul {
    grid-template-columns: repeat(2, 1fr);
  }
  html main .enseignes img.left {
    left: -50px;
    top: 60px;
    height: 140px;
    width: auto;
  }
  html main .enseignes img.right {
    right: -50px;
    bottom: 60px;
    height: 100px;
    width: auto;
  }
  html main .infos .left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 60px;
    border-right: 0px;
  }
  html main .infos .right {
    width: 100%;
    padding-left: 0px;
  }
  html main .boutique {
    margin-top: 30px;
  }
  html main .boutique .left {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 60px;
    border-right: 0px;
  }
  html main .boutique .right {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  html main .boutiques ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  html main .boutiques ul li {
    position: relative;
    aspect-ratio: 1 / 1.2;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  html main .horaires ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-bottom: 30px;
  }
  html main .acces .left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 60px;
    border-right: 0px;
  }
  html main .acces .right {
    width: 100%;
    padding-left: 0px;
  }
  html .form {
    overflow: hidden;
  }
  html .form section {
    overflow: hidden;
  }
  html footer {
    overflow-x: hidden;
  }
  html footer .top {
    text-align: center;
  }
  html footer .top .logo {
    float: none;
    display: inline-block;
    position: relative;
    left: initial;
    top: initial;
    height: 45px;
    width: auto;
    margin-top: 0px;
  }
  html footer .top .social {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html footer .top .social li {
    float: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  html footer .top img.bottom {
    position: absolute;
    z-index: 900;
    right: -25px;
    bottom: -45px;
    height: 155px;
    width: auto;
    opacity: 0.4;
    background: transparent;
    display: inline-block;
    animation: tangage 2.5s ease-in-out infinite;
    transform-origin: center center;
    /* point pivot */
  }
  html footer .bottom {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 400;
    color: #f0804e;
    background: #eff0ef;
  }
  html footer .bottom a,
  html footer .bottom button {
    color: #f0804e;
  }
  html footer .bottom a:hover,
  html footer .bottom button:hover {
    filter: brightness(1.2);
  }
  html footer .bottom a:last-child,
  html footer .bottom button:last-child {
    margin-right: 10px;
  }
  html footer .bottom button {
    font-family: "Chivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border: 0;
    font-size: 1em;
    background: none;
    cursor: pointer;
  }
}
@keyframes rotate135 {
  form {
    opacity: 1;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: rotate(-135deg);
  }
}
@keyframes rotate45 {
  to {
    transform: rotate(-45deg);
  }
}
@keyframes rotateBack {
  to {
    transform: rotate(0);
  }
}
@keyframes slideRight {
  to {
    transform: translateX(140%);
  }
}
@keyframes slideLeft {
  to {
    transform: translateX(-140%);
  }
}
@keyframes slideBack {
  to {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=responsive.css.map */