@import url("https://use.typekit.net/cua6gwk.css");

.police1 {
    font-family: "source-serif-pro", serif;
    font-style: normal;
    font-weight: initial;  
} 
.police2 {
    font-family: "alex-brush", sans-serif;
    font-style: normal;
    text-transform:initial;
    font-weight: initial; 
}
.police3 {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.color1 {
    color:#F5E6D1;
}
.color2 {
    color: #4F6B52;
}
.color3 {
    color: #1F4834;
}
.bgc1 {
    background-color: #F5E6D1;
}
.bgc2 {
    background-color: #4F6B52;
}
.bgc3 {
    background-color: #1F4834;
}
.m25 {
    margin: 25px;
}
.m50 {
    margin: 50px;
}
.m8 {
    margin: 8px;
}
.mt0 {
	margin-top: 0;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}

.mt50 {
	margin-top: 50px;
}
.mt66 {
	margin-top: 66px;
}
.mt100 {
    margin-top: 100px;
}
.mt160 {
    margin-top: 160px;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb66 {
    margin-bottom: 66px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml45 {
    margin-left: 45px;
}
.ml20 {
    margin-left: 20px;
}
.p50 {
    padding: 50px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p90 {
    padding: 90px;
}
.pt20 {
    padding-top: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.pt35 {
    padding-top: 35px;
}
.pb35 {
    padding-bottom: 35px;
}
.pt50 {
    padding-top: 50px;
}
.pt80 {
    padding-top: 80px;
}
.pt100 {
    padding-top: 100px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt217 {
    padding-top: 217px;
}
.pb50 {
    padding-bottom: 50px;
}
.pr20 {
    padding-right: 20px;
}
.pr40 {
    padding-right: 40px;
}
.pl25 {
    padding-left:25px;
}
.pl40 {
    padding-left:40px;
}

.border-radius{
    border-radius: 20px;
}

* {
    box-sizing: border-box;
}
body {
    font-family: "poppins", sans-serif;
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}
h1 {
    font-family: "source-serif-pro", serif;
    text-transform: uppercase;
    font-size: clamp(1.375rem, 1.2064rem + 0.8176vw, 2.1875rem);
}
.size-h1 {
    font-size: clamp(2.1875rem, 1.9929rem + 0.9434vw, 3.125rem);
}
h2, h3 {
    font-size: 35px;
}
a {
    text-decoration: none;
    color: #f5e6d1;
}
/*header*/
header{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
}
header a{
    color: #F5E6D1;
    text-decoration: none;
}
header a:visited{
    color: #F5E6D1;
} 
#header-icons{
    right: 5vw;
}
.icon-phone {
    color: #1F4834;
    padding-left: 7px;
}
a.is-btn-header {
    border-radius: 50px;
    background-color: #fff;
    padding: 14px 23px;
    width: fit-content;
}
 a.is-border:hover .rond rect, a .rond rect {
    fill: #1F4834;
}
a .rond path {
    fill: #F5E6D1;
}
a .rond {
    margin-left: 16px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
a.is-btn {
    border-radius: 50px;
    background-color: #fff;
    padding: 0 23px;
    width: fit-content;
}
a.is-btn:hover .rond {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* footer */
.background-footer {
    background-color: #1F4834;
    height: 100%;
    padding-top: 50px;
}
#footer {
    position: relative;
    margin: 16px;
    border-radius: 20px;
}
.footer {
    padding: 65px 0;
}
.gap-1 {
  gap: 1rem;
}
.footer, #copy {
    color: #F5E6D1;
}
.footer a, #copy a {
    color: #F5E6D1;
}
.footer a{
    text-decoration: none;
}
.phone, .mail {
    padding: 10px 0;
}
#copy {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding: 18px;
    border-top: 1px solid #F5E6D1;
}
.footer__contact .title {
    font-family: "source-serif-pro", serif;
    font-weight: 700;
    color: #F5E6D1;
    font-size: 20px;
    text-transform: uppercase;
 
}
.contact_info {
    padding-top: 27px;
}
.footer__contact{
    padding-left: 30px;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
.footer li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.facebook, .instagram {
    margin-top: 10px;
}
.footer__xs { 
    position: fixed;
    bottom: 0;
    z-index: 100000;
    background-color: #1f4834ed;  
    height: 5rem;
}
.footer__xs .col-4{
    box-sizing: border-box;
}
.footer__xs a, .footer__xs span {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 24px;
    font-weight: bold;
    border-top: 1px solid #fff
}
@media (max-width: 991px) {
    .liensMobile li,.footer__logo, .liensMobile .title {
        display: none;
    }
    .footer {
        padding:5px 0 5px 20px;

    }
    footer {
        padding-bottom: 22px;
    }
}

@media (max-width: 768px) {
    .footer__contact {
    padding-left: 0;
    }
}
@media (max-width: 991px) {
    #footer {
    margin: 13px;
    font-size: 14px;
    }
    footer {
        padding-bottom: 50px;
    }
}

/*ascenseur */
#ascenseur {
    visibility: hidden;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s;
    position: fixed;
    right: 40px;
    bottom: 110px;
    z-index: 9998;
    background-color: #4F6B52;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#ascenseur i {
    color: #fff;
}
@media (max-width: 991px) {
    #ascenseur {
        right: 53px;
        bottom: 205px;
    }
    .tarteaucitronIconBottomLeft {
        bottom: 100px !important;
        left: 0;
      }
}
/* index */
.bgimage-1 {
    background-image: url('../images/ombre-branche-sapin-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.section-grid {
    height: 100vh;
    max-height: 807px;
    padding: 1rem;
}
.section-grid > .grid {
    display: grid;
    grid-template-columns: 8fr 7fr;
    gap: 1rem;
}
.index-section-image {
    background: url('../images/auberge-la-salvetat-haut.jpg') no-repeat center;
    background-size: auto;
    background-size: cover;
}

.section-grid > .grid, .header-section-block, .header-section-image {
    height: 100%;
}
.header-section-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 2rem 4rem 2rem;
    align-items: center;
    text-align: center;
    color: #F5E6D1;
}
@media (max-width: 991px) {
    #header-icons {
        display: none;
    }
    .section-grid > .grid, .grid-noindex > .grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto;
    }
    .section-grid {
        height: fit-content;
        max-height: inherit;
    }
    .header-section-block {
        height: 77vh;
        min-height: 550px;
    }
    .header-section-image {
        height: 600px;
        min-height: 80vh;
    }
    .index-section-image {
        height: 400px;
    }
}
.bgimage-2 {
    background-image: url('../images/auberge-la-salvetat-restaurant.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
    margin-right: 10px;
}
.btn-lien a {
    text-decoration: none;
    font-weight: bold;
    color: #1F4834;
}
@media (max-width: 1200px) {
    .bgimage-2 {
        height: 621px;
        margin: 10px;
    }
    .flex-reverse {
        flex-direction: column-reverse !important;
    }
}
.bgimage-3 {
    background-image: url('../images/ombre-branche-sapin-section-index-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}
/* auberge */
.auberge-section-image {
    background: url('../images/salvetat-sur-agout-vue-haut.jpg') no-repeat center;
    background-size: auto;
    background-size: cover;
}
.grid-noindex > .grid {
    grid-template-columns: 4fr 7fr;
}
.bgimage-4 {
    background-image: url('../images/ombre-branche-sapin-section-auberge.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}
.services-section {
    padding-inline: 20px;
}
.services-main {
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
}
.services-text,
.services-main-image {
    flex: 1 1 50%;
    min-width: 0;
}
.services-text {
    display: flex;
    flex-direction: column;
}
.services-main-image {
    overflow: hidden;
}
.services-main-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}
.services-gallery {
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-left: 20px;
}
.services-gallery-item {
    flex: 1 1 50%;
    min-width: 0;
    overflow: hidden;
}
.services-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .services-main-image img,
    .services-gallery-item img {
        min-height: 440px;
    }
    .services-gallery {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .md-padding {
        padding: 12px;
    }
    .services-main {
        flex-direction: column;
    }

    .services-main-image img {
        height: 400px;
        min-height: 0;
    }

    .services-gallery-item img {
        min-height: 400px;
    }
    .auberge-section-image, .hebergement-section-image, .contact-section-image {
        height: 400px;
    }
}
@media (max-width: 768px) {
    .services-section {
        padding-inline: 12px;
    }

    .services-main,
    .services-gallery {
        gap: 12px;
    }

    .services-gallery {
        flex-direction: column;
    }

    .services-main-image,
    .services-gallery-item {
        flex-basis: auto;
    }

    .services-main-image img,
    .services-gallery-item img {
        width: 100%;
        height: 320px;
        min-height: 0;
    }
}
.family-section {
    padding: 20px;
    background: #f5e7ce;
}

.family-container {
    max-width: 1650px;
    margin: 0 auto;
}

.family-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: stretch;
}

.family-row:last-child {
    margin-bottom: 0;
}
.family-card {
    flex: 1 1 50%;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.family-image-card img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}
.family-text-card {
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: clamp(30px, 4vw, 70px);
}
.family-content {
    position: relative;
    max-width: 620px;
}
.family-content p {
    margin: 0 0 20px;
    line-height: 1.65;
}
.family-content p:last-child {
    margin-bottom: 0;
}
.family-decoration {
    position: absolute;
    width: clamp(130px, 18vw, 280px);
    height: auto;
}
.family-decoration-left {
    left: 30px;
    bottom: 20px;
}
.family-decoration-right {
    right: 20px;
    bottom: 0;
}
@media (max-width: 1200px) {
    .family-image-card img,
    .family-text-card {
        min-height: 440px;
    }

    .family-text-card {
        padding: 40px;
    }
}
@media (max-width: 991px) {
    .family-row {
        flex-direction: column;
    }

    .family-card {
        flex-basis: auto;
        width: 100%;
    }

    .family-image-card img {
        height: 420px;
        min-height: 0;
    }

    .family-text-card {
        min-height: 420px;
    }
}
@media (max-width: 580px) {
    .family-section {
        padding: 12px;
    }
    .family-row {
        gap: 12px;
        margin-bottom: 12px;
    }
    .family-card {
        border-radius: 14px;
    }
    .family-image-card img {
        height: 300px;
    }
    .family-text-card {
        min-height: auto;
        padding: 30px 22px 130px;
    }
    .family-decoration {
        width: 150px;
    }
    .family-decoration-left {
        left: 15px;
        bottom: 10px;
    }
    .family-decoration-right {
        right: 10px;
        bottom: 10px;
    }
}
.hebergement-section-image {
    background: url('../images/salvetat-sur-agout-hebergement-haut.jpg') no-repeat center;
    background-size: auto;
    background-size: cover;
}    
/*hebergement */
.picto-services{
    gap: 50px;
}
@media (max-width: 530px) {
    .p50 {
        padding: 10px;
    }
    .m50 {
        margin: 0;
    }
    .bgimage-3 {
        background-image: none;
    }
}
@media (max-width: 370px) {
    a.is-btn {
        padding: 0 5px;
    }
}
/* contact */
.contact-section-image {
    background: url('../images/salvetat-sur-agout-contact-haut.jpg') no-repeat center;
    background-size: auto;
    background-size: cover;
}
#contact .coordonnees a {
    color: #1F4834;
}
/* formulaire contact*/
form.contact {
	padding: 40px 15px;
	margin-bottom: 42px;
}
form.contact > div {
	padding: 5px 20px;
	box-sizing: border-box;
}
form.contact input[type=text],form.contact input[type=email],form.contact textarea, select{
	padding: 15px 10px;
	margin: 0;
	border: none;
	border-radius: 2px;
	font-size: 18px;
	width: calc(100% - 20px);
	margin-bottom: 10px;
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}
.bgBorder {
	border-radius: 3%;
}
#btnSubmit {
    background-color: #1F4834;
    color: #fff;
    cursor: pointer;
    border: none;
  border-radius: 26px;
}

.boutonSubmit {
    padding: 16px 90px;
}
.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #155724;
}
.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #721c24;
} 
@media (max-width: 530px) {
    .bgBorder {
	border-radius: 0;
    }
}
#rgpds .rgpd a {
    color: #1F4834;
}
