﻿/*
Theme Name: Conserverie Le Vieux Platane
Theme URI: https://www.com2see.fr
Description: Conserverie Le Vieux Platane
Version: 1.0
Author: Mathieu Preuilh
Author URI: https://www.com2see.fr
*/
body {
    color:#555555;
    font-family: 'Raleway', sans-serif;
    line-height:25px;
	background:#fefefe;
    position:relative;
    font-size: 14px;
    overflow-x:hidden;
}
:root{
	--main-color:#93191f;
	--main-rgba-color: 147, 25, 31;
    --dark-color: #610308;
    --second-color: #222828;
    --second-rgba-color: 35, 40, 40;
}

@font-face {
    font-family: "Trend Sans One";
    src: url("fonts/TrendOne/83e4a6b639612cd501853be5a7cf97ab.eot");
    src: url("fonts/TrendOne/83e4a6b639612cd501853be5a7cf97ab.eot") format("embedded-opentype"),
        url("/fonts/TrendOne/83e4a6b639612cd501853be5a7cf97ab.woff2") format("woff2"),
        url("fonts/TrendOne/83e4a6b639612cd501853be5a7cf97ab.woff") format("woff"),
        url("fonts/TrendOne/83e4a6b639612cd501853be5a7cf97ab.ttf") format("truetype");
}

/***** HEADER *****/
#header {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
}

#header .row {
    justify-content: space-between;
    align-items: center;
}

.logo{
    max-height:100px;
}

#menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-evenly;
}

#menu li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#main-btn {
    display: flex;
    justify-content: flex-end;
    margin:0;
    padding:0;
    list-style: none;
}
#main-btn li{margin: 0 15px;}

#main-btn .btn.main-btn a {
    color: #fff;
}

#main-btn .btn.btn-white a {
    color: #fff;
}

#main-btn .btn.btn-white:hover a {
    color: var(--main-color);
}
@media(max-width:575px) {
    #main-btn.collapse.in {
        max-width: 100%;
        padding: 15px;
    }

    #main-btn {
        position: absolute;
        top: 100%;
        right: 0;
        border-radius: 0;
        padding: 0;
        flex-direction: column;
        max-width: 0;
        transition: all 0.5s;
        overflow: hidden;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.3);
    }

    #main-btn li {
        width: 100%;
        padding: 0 15px;
        text-align: right;
    }

    #main-btn li a {
        padding: 0;
        line-height: 50px;
        border:none;
        background:none;
    }
}

/* En-tête général */
.entete{
    padding: 200px 0 60px 0;
    overflow: hidden;
}
.entete h1{
    text-align: center;
    padding-bottom:30px;
    font-size:50px;
    color:#fff;
    z-index: 10;
    position:relative;
}
.entete .ariane{
    list-style:none;
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
    justify-content: center;
    z-index: 10;
    position:relative;
}
.entete .ariane li a{
    color: #fff;
    font-family: "Trend Sans One", sans-serif;
    cursor:pointer;
    font-weight:normal;
}
.entete .ariane li:after{
    font-family: 'Font Awesome 6 Free';
    content:'\f105';
    padding:0 10px;
    color:var(--main-color);
    font-weight:bold;
}
.entete .ariane li:last-child:after{
    display:none;
}
.entete .ariane li a:hover{
    color:var(--main-color);
}

/* En-tête accueil */
.en-tete {
    position: relative;
    overflow: hidden;
}

.en-tete video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.en-tete .title-accueil,
.en-tete .title-page {
    position: absolute;
    top: 400px;
    left: 0;
    width:100%;
    text-align: center;
}
.en-tete .title-accueil img {
    min-height: 300px;
    object-fit: contain;
    padding-bottom: 30px;
}
.en-tete .title-accueil h1,
.en-tete .title-page h1 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 80px;
    padding-bottom: 30px;
    z-index: 10;
}

.en-tete .title-accueil p {
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "Trend Sans One", sans-serif;
    font-size: 20px;
    z-index: 10;
}

.overtexte {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    width: 75%;
    height: 200px;
    margin-top: -200px;
    margin-left: 30px;
    animation: 5s linear infinite alternate slidein;
    z-index: 1;
}

.title-page .overtexte {
    height: 160px;
    margin-top: -140px;
}

@keyframes slidein {
    from {
        transform: translate(-25%) scaleX(0.5);
    }

    to {
        transform: translate(50%) scaleX(1);
    }
}

.en-tete .rdv {
    background: var(--second-color);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.en-tete .rdv p {
    font-family: "Trend Sans One", sans-serif;
    color: #fff;
    line-height: 120px;
    padding-left: 350px;
    font-size: 25px;
}

.en-tete .rdv p span {
    font-size: 20px;
    padding-right: 30px;
}

.en-tete .rdv p span i {
    color: var(--main-color)
}

.scroll_page {
    position: absolute;
    left: 0;
    width:100%;
    bottom: 150px;
    text-align: center;
    color: #ccc;
    font-family: "Trend Sans One", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}

.scroll_page:hover {
    color: var(--main-color);
}

/***** ACCUEIL *****/
/* Esprit / Epicerie */
#content .esprit-epicerie {
    padding-bottom: 0;
    padding-top: 50px;
}
#content .esprit{
    align-items: center;
}
#content .epicerie {
    padding-top: 100px;
    align-items:center;
}

.box-epicerie {
    background: var(--main-color);
    padding: 30px 60px;
    color:#fff;
}

p.slogan {
    font-family: "Trend Sans One", sans-serif;
    font-size: 20px;
    color: #222828;
    font-style: italic;
    padding: 15px 0;
    text-align: left;
}

.image-paralax {
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    padding-left: 0;
}

.epicerie .image-paralax {
    padding-top: 60px;
}

.image-paralax .paroller {
    position: relative;
    z-index: 0;
    background-size: cover !important;
    min-height: 400px;
}

.image-paralax .paroller.big-paroller {
    min-height: 600px;
}

.image-paralax .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}

.esprit-epicerie .btn.btn-ctr,
.esprit-epicerie .btn.btn-white {
    margin-left: 10px;
}

/* Contact */
.acf-map{
    min-height:700px;
    margin-top:60px;
}
.formulaire{
    background: var(--main-color);
    padding: 30px 60px;
    color:#fff;
}
.form-group {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form-group label {
    font-size: 15px;
    color: #f5f5f5;
    margin-bottom: 6px;
    font-weight: 600;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.form-group textarea{
    height:200px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    outline: none;
}
.form-group textarea {
    min-height: 180px;
    resize: vertical;
}
.checkboxinput label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.checkboxinput input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right:10px;
    accent-color: #ffffff;
}
.btn.btn-white.small {
    background: #ffffff;
    color: #8A1316;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.btn.btn-white.small:hover {
    background: var(--main-color);
        color: #fff;
}

/***** FOOTER *****/
/* Newsletter */
.newsletter {
    background: var(--second-color);
    text-align: center;
    padding: 80px 15px;
    justify-content: center;
}

.newsletter div {
    width: auto;
    flex:auto;
}

.newsletter i {
    color: #fff;
    font-size: 40px;
}

.newsletter h3 {
    width: auto;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px 0 60px;
    vertical-align: bottom;
}

/* Bottom */
.bottom-footer {
    background: #131616;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.bottom-footer img.logo-footer {
    max-height: 150px;
}

.bottom-footer p {
    text-align: center;
    color: #ccc;
    margin-top: 15px;
}

.bottom-footer ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
}
.bottom-footer ul a{
    color:#ccc;
    padding:0 15px;
}

.bottom-footer ul a:hover{
    color:var(--main-color);
}

.bottom-footer .btn {
    width: 170px;
    padding: 0 10px;
    margin: 0 15px;
    line-height: 35px;
    font-size: 14px;
    border-width: 1px;
}

.bottom-footer .btn.btn-white a {
    font-weight: normal;
    text-transform: none;
    color: #fff;
}

.bottom-footer .btn.btn-white:hover a {
    color: var(--main-color);
}

.bottom-footer .btn.main-btn a,
.bottom-footer .btn.btn-ctr:hover a {
    color: #fff;
}

.bottom-footer ul.reseaux-sociaux li a {
    color: #fff;
    margin: 0 7px;
}

.bottom-footer ul.reseaux-sociaux li a:hover {
    color: var(--main-color);
}

/* Copyright */
.copyright {
    background: #131616;
    border-top: 1px solid #222222;
    color: #ccc;
    line-height: 75px;
    font-size: 12px;
    padding: 0 15px;
}

.copyright ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.copyright ul li:after {
    content: "-";
    padding: 0 10px;
}

.copyright ul li:last-child:after {
    content: none;
}

.copyright ul a {
    color: #ccc;
    font-weight: normal;
}

.copyright ul a:hover {
    color: var(--main-color);
}

/* Cookies */
.cookies-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
}
.cookies-table thead tr {
    background-color: rgba(var(--main-rgba-color), 0.1);
}
.cookies-table thead th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid var(--main-color)
}
.cookies-table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}
.cookies-table td {
    padding: 12px 10px;
    vertical-align: top;
}
.cookies-table td:nth-child(2) {
    color: #6c6c6c;
}
.cookies-table td:first-child {
    font-weight: 600;
}
@media (max-width: 768px) {
    .cookies-table thead {
        display: none;
    }

    .cookies-table tr {
        display: block;
        margin-bottom: 15px;
    }

    .cookies-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px 5px;
        border-bottom: 1px solid #eee;
    }

    .cookies-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #555;
    }
}

@media(max-width:1399px){
    .en-tete .title-accueil {
        top: 250px;
    }
}
@media(min-width:1200px) and (max-width:1399px){
    .copyright img{
        display:none;
    }
}
@media(max-width:1199px){
    .en-tete .title-accueil h1{
        font-size:50px;
    }
    .copyright {
        padding: 15px;
    }

    .copyright .col {
        text-align: center;
        line-height: 25px;
    }
    .scroll_page {
        bottom:100px;
    }
}
@media(max-width:991px){
    .acf-map {
        min-height: 400px;
        margin-top: 0;
    }
    .esprit-txt{
        margin:50px 0;
        padding:0 50px;
    }
    .en-tete .title-accueil {
        top: 150px;
    }
    .image-paralax{
        padding-right:0;
    }
    #content .epicerie{
        padding-top:0;
    }
    .scroll_page {
        bottom: 50px;
    }
}
@media(max-width:767px){
.en-tete .title-accueil h1,.entete h1 {
        font-size: 40px;
    }
    .scroll_page{
        display: none;
    }
    .overtexte{
        height:125px;
        margin-top: -180px;
    }
    .en-tete .title-accueil {
        top: 130px;
    }
    .entete{
        padding-top:130px;
    }
}
@media(max-width : 575px){
    .en-tete .title-accueil h1,
        .entete h1 {
        font-size: 28px;
    }
        p.slogan{
            font-size:16px;
            word-break: break-word;
        }.esprit-txt {
            padding: 0 15px;
        }
        .row{
            --bs-gutter-x:0;
        }
}