/* =======================
   GENERAL
========================== */
/* changer surlignage Chrome et Safari */
::selection {
    color: #fff;
    background: #863a1e;
}

/* changer surlignage Mozilla Firefox */
::-moz-selection {
    color: #fff;
    background: #863a1e;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #2C2C2C;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

em {
    color: #333;
}

a {
    color: #2c2c2c;
    text-decoration: none;
}

a:hover {
    color: #75280c;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.3;
    letter-spacing: 1.0;
    font-weight: 300;
    color: #a25a2e;
}

h1,
.h1 {
    font-size: 34px;
    color: #75280c;
    font-weight: 500;
}

h2,
.h2 {
    font-size: 30px;
}

h6,
.h6 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 22px;
}

h3,
.h3 {
    font-size: 26px;
}

#content li {
    font-size: 1rem;
    line-height: 1.2;
    list-style-position: inside;
    list-style-image: url('https://web.archive.org/web/20230804015706im_/https://lepotaulait.org/wp-content/themes/Lepotaulait/images/fleche.png');
    font-weight: 400;
    margin: 10px 0px;
}

.btn-light {
    color: #ffffff;
    background-color: #75280c;
    font-size: 11px;
    text-transform: uppercase;
    margin: 20px auto;
    display: block;
    padding: 7px 10px;
    border: none;
}

.btn-light:hover {
    color: #ffffff;
    background-color: #863a1e;
}

.btn-light:focus,
.btn-light.focus {
    color: #ffffff;
    background-color: #863a1e;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* ==========================
   TOP TELEPHONE / DEVIS
============================= */
.top-menu {
    padding: 0;
    display: flex;
    position: fixed;
    right: 0;
    top: 230px;
    z-index: 999;
}

@media (max-width:991px) {
    .top-menu {
        padding: 0;
        position: fixed;
        top: 42px;
        width: 100%;
    }
}

.top-menu ul {
    display: flex;
    color: #5c9152;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    flex-direction: column;
    min-width: 155px;
}

@media (max-width:991px) {
    .top-menu ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
        flex-direction: row;
    }
}

.top-menu ul li {
    padding: 10px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width:991px) {
    .top-menu ul li {
        text-align: center;
        margin: 0;
        border: none;
        padding: 12px;
    }
}

.top-menu a {
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.19);
}

@media (max-width:991px) {
    .top-menu a {
        box-shadow: none;
        margin-top: 0;
    }
}

.color-tel {
    background-color: #5d1d05;
}

.color-tel:hover {
    color: #fff;
    background-color: #8a3313;
    text-decoration: none;
}

.color-devis {
    background-color: #802e10;
}

.color-devis:hover {
    color: #fff;
    background-color: #8c3718;
    text-decoration: none;
}

.color-reservation {
    background-color: #3d1607;
}

.color-reservation:hover {
    color: #fff;
    background-color: #4d1c09;
    text-decoration: none;
}

.ajust-resa {
    top: 318px;
}

@media (max-width:991px) {
    .ajust-resa {
        top: 0;
    }
}

/* -------------------------------- 

Slide In Panel - by CodyHouse.co

-------------------------------- */
.cd-panel {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}

.cd-panel::after {
    /* overlay layer */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel__header {
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #75280c;
    z-index: 2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.cd-panel__header h4 {
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.cd-panel--from-right .cd-panel__header {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-panel--from-left .cd-panel__header {
    left: 0;
}

.cd-panel--is-visible .cd-panel__header {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
    .cd-panel__header {
        width: 50%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__header {
        width: 30%;
    }
}

.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;

    /* image replacement */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #5d1d05;
}

.cd-panel__close::before,
.cd-panel__close::after {
    /* close icon created in CSS */
    content: '';
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #dcc0b6;

    /* this fixes a bug where pseudo elements are slighty off position */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-panel__close:hover {
    background-color: #883c1e;
}

.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
}

.cd-panel__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel__container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #dbe2e9;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel__container {
        width: 50%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__container {
        width: 30%;
    }
}

.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 10%;
    overflow: auto;

    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
}

.cd-panel__content img {
    width: 120px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cd-panel__content p {
    font-size: 1.1rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
    text-align: center;
}

.cd-panel__content p:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .cd-panel__content p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
}

/* ==================
   ENTETE
===================== */
.wrap-logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:991px) {
    .wrap-logo {
        width: 60px;
        height: 60px;
        display: none;
    }
}

.entete {
    background-color: #ffffff;
}

@media (max-width:991px) {
    .entete {
        margin-top: 39px;
    }
}

/* ======================
  Carousel
========================= */
@media (max-width:991px) {
    #carousel {
        margin-top: 174px;
    }
}

.carousel-item {
    min-height: 350px;
}

#carousel-img1,
#carousel-img2,
#carousel-img3,
#carousel-img4 {
    background-position: center center;
    background-size: cover;
}

#carousel-img1 {
    background-image: url('https://web.archive.org/web/20230804015706im_/https://lepotaulait.org/wp-content/themes/Lepotaulait/images/Chambres-Hotes-Mont-des-avaloirs.jpg');
}

#carousel-img2 {
    background-image: url('https://web.archive.org/web/20230804015706im_/https://lepotaulait.org/wp-content/themes/Lepotaulait/images/mus%C3%A9e-du-lait.jpg');
}

#carousel-img3 {
    background-image: url('https://web.archive.org/web/20230804015706im_/https://lepotaulait.org/wp-content/themes/Lepotaulait/images/ferme-pedagogique-villaines-la-juhel.jpg');
}

#carousel-img4 {
    background-image: url('https://web.archive.org/web/20230804015706im_/https://lepotaulait.org/wp-content/themes/Lepotaulait/images/Travail-du-cuir-Creation-Fabrication-Restauration.jpg');
}

.carousel-caption {
    left: 5%;
    right: 5%;
    position: absolute;
    bottom: 0;
    top: 0;
    padding-top: 130px;
    padding-bottom: 0;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

@media (max-width:991px) {
    .carousel-caption {
        padding-top: 0;
        text-align: center;
        align-items: center;
    }
}

@media (max-width:767px) {
    .carousel-caption {
        align-items: flex-end;
        padding-bottom: 20px;
    }
}

@media (max-width:575px) {
    .carousel-control-next {
        right: 5px;
    }
}

@media (max-width:575px) {
    .carousel-control-prev {
        left: 5px;
    }
}

.carousel-inner {
    color: #ffffff;
    border-bottom-width: 0;
    border-top-width: 0;
}

.carousel-inner h3 {
    color: #ffffff;
    font-size: 60px;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 400;
    font-family: 'Cookie', cursive;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width:575px) {
    .carousel-inner h3 {
        font-size: 45px;
    }
}

.carousel-inner h4 {
    font-size: 18px;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width:575px) {
    .carousel-inner h4 {
        font-size: 14px;
    }
}

.carousel-inner img {
    width: 260px;
}

@media (min-width:992px) and (max-width:1199px) {
    .carousel-inner img {
        width: 240px;
    }
}

.cadre-slider {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 125px;
    min-height: 550px;
    background: -webkit-radial-gradient(center center, rgba(0, 0, 0, 0.34) 32.5991%, rgba(0, 0, 0, 0.74) 99.5595%);
}

@media (max-width:991px) {
    .cadre-slider {
        background-color: rgba(0, 0, 0, 0.4);
        min-height: 450px;
        background: -webkit-radial-gradient(center center, rgba(0, 0, 0, 0.34) 32.5991%, rgba(0, 0, 0, 0.74) 99.5595%);
    }
}

@media (max-width:767px) {
    .cadre-slider {
        padding: 40px;
        min-height: 350px;
    }
}

/* ====================
  BACK TO TOP
====================== */
#return-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: rgba(170, 87, 57, 0.55);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 600;
    cursor: pointer;
}

@media (max-width:575px) {
    #return-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
    }
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 5px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width:575px) {
    #return-to-top i {
        left: 0px;
        top: 3px;
        font-size: 19px;
    }
}

#return-to-top:hover {
    background: #aa5739;
}

#return-to-top:hover i {
    color: #fff;
    top: 2px;
}

@media (max-width:575px) {
    #return-to-top:hover i {
        top: 3px;
    }
}

/* ==============
  FOOTER
================ */
footer h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.new_footer_top {
    position: relative;
    overflow-x: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
    background-color: #75280c;
    margin-top: 0;
}

.new_footer_top img {
    width: 150px;
}

.new_footer_top ul li {
    margin-top: 10px;
    border-top: 1px solid rgba(238, 238, 238, 0.2);
    margin-bottom: 10px;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 13px;
}

.new_footer_top ul {
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0;
}

.new_footer_top i {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
}

.new_footer_top ul li a {
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-size: 13px;
}

.new_footer_top ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.mots-cles ul li {
    display: inline-block;
    padding: 4px 7px;
    border: none;
    background-color: #5d1d05;
    margin-left: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #222222;
    font-size: 10px;
    font-weight: 500;
    flex-direction: row;
}

.mots-cles ul li:hover {
    background-color: #964325;
}

.mots-cles ul li a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
}

/* ==============
   COPYRIGHT
================= */
.copyright {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    background-color: #5d1d05;
    padding-bottom: 30px;
    padding-top: 30px;
}

.copyright a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.copyright a:hover {
    color: #ffffff;
}

.copyright  p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}

/* CALDERA FORMULAIRE
------------------------------- */
#fld_833876_1-wrap.form-group,
#fld_833876_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#fld_8750601_1-wrap.form-group,
#fld_8750601_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#fld_2292453_1-wrap.form-group,
#fld_2292453_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#fld_7678963_1-wrap.form-group,
#fld_7678963_2-wrap.form-group {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    background: #ffffff;
}

#caldera_form_1.caldera-grid .row,
#caldera_form_2.caldera-grid .row {
    margin-left: 0 !important;
}

#caldera_form_1,
#caldera_form_2 {
    padding: 20px;
}

@media (max-width:768px) {
    #caldera_form_1,
    #caldera_form_2 {
        padding: 5px;
    }
}

.caldera-grid .col-sm-12 {
    text-align: center !important;
}
/*
     FILE ARCHIVED ON 01:57:06 Aug 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:59:38 Mar 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.384
  load_resource: 324.189
  PetaboxLoader3.resolve: 240.772
  PetaboxLoader3.datanode: 32.755 (2)
  loaddict: 71.185
*/