* {
    margin: 0;
    padding: 0;
}

/* Conteneur Principaux */
html,
body {
    overflow-x: hidden;
    background-color: grey;
    font-size: 1rem;
    font-family: "Montserrat";
}

/* Menu & Navigation */
.nav-container-fluid {
    padding: 0px 5% 0px 5%;
    background-color: #1A1A1D !important;
}
header .nav-container .more:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
}

.container-lien {
    font-size: 14px;
    text-decoration: none;
    color: white;
    padding: 20px 0px;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
}
.navbar-nav{
    text-align: right;
}
.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}

.gris {
    background-image: url("https://data.polsinelli.it/imgprodotto/tonneau-en-ch%C3%AAne-300-l-reg%C3%A9ner%C3%A9_4759_zoom.jpg");
    background-position: center;
    background-size: 105%;
    height: 300px;
}

.gris-haut {
    padding-top: 100px !important;
}

.gris-bas {
    padding-bottom: 100px !important;
}

.gris-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 10px;
    left: 0;
    background-color: #f7d794;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav-link:hover::before {
    visibility: visible;
    transform: scaleX(0.9);
}

.dropdown-menu {
    background-color: #f7d794;
    color: black;
}

.dropdown-menu {
    background-color: rgba(247, 215, 148, 1);
}

.dropdown-item {
    color: rgba(0, 0, 0, 0.75) !important;
}

.dropdown-item:hover {
    background-color: #f7d794;
    color: black !important;
    transition: 300ms;
    cursor: pointer;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    opacity: 0.1;
    border-top: 1px solid black;
}

#footer {
    padding: 0;
    font-family: "Montserrat";
    font-size: 14px;
}

.footer-container {
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    box-shadow: none;
    background: #222;
    color: white;
}

#footer .footer-container .footer-top {
    padding: 45px 0px;
}

.footer-top {
    background-color: #2f3640;
}

@media (min-width: 1200px) {
    .content-footer {
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

footer .content-footer strong {
    position: relative;
    margin-bottom: 27px;
    display: block;
    color: #fff;
}

footer .content-footer strong::after {
    height: 2px;
    background: #f7d794;
    content: '';
    position: absolute;
    bottom: -12px;
    width: 50px;
    left: 0;
}

ul li {
    list-style-type: none;
}

.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 21px;
    text-decoration: none;
    color: white;
    opacity: 0.75;
}

.search-form {
    background-color: white;
    box-shadow: 0px 0px 13px 3px rgba(216, 217, 218, 1);
    padding-bottom:25px;
}

.footer-link:hover {
    opacity: 1;
    padding-left: 15px;
    transition: 300ms;
    color: #f7d794 !important;
    cursor: pointer !important;
}

#wrapper {
    background-color: #ffffff;
}

.tinted {
    top: 0;
    left: 0;
    height: 250px;
}

.text-rectangle {
    background-color: #D8C3A5;
    padding: 5px 15px;
    text-decoration: none !important;
    color: #282c33;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.text-rectangle:hover {
    color: #D8C3A5;
    background-color: #282c33;
    transition: 600ms;
}

.rectangle {
    height: 100%;
    width: 100%;
    background: url("https://www.atabula.com/wp-content/uploads/2018/10/vin-tonneau.jpg");
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-size: 100%;
    background-position: center;
}

.div-logo {
    text-align: left !important;
    float: left;
    text-transform: uppercase;
    padding-right: 30px;
}

.logo {
    height: 60px;
}

.tinted:hover .rectangle,
.tinted:focus .rectangle {
    background-size: 150%;
    background-position: center;
    transition: all 600ms;
}

.items {
    padding-top: 2%;
    padding-bottom: 6%;
}

.items-info {
    padding-top: 4%;
}

.localisation {
    padding-top: 6%;
}

.carte {
    padding-top: 2%;
    padding-bottom: 6%;
}

.maps {
    width: 100%;
}

.items-text {
    text-align: center;
    font-weight: 500;
    font-size: 150%;
    font-family: 'Montserrat', sans-serif;
}

.avis-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 120%;
    color: white;
    margin-bottom: 40px;
}

.avis {
    padding-top: 50px;
    padding-bottom: 50px;
}

.avis-center {
    text-align: center;
}

.button {
    padding: 20px 50px;
    background-color: #282c33;
    color: white !important;
    border: solid 3px white;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    cursor: pointer;
}

.button:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.clear {
    line-height: 0;
    clear: both;
}

.button:hover {
    padding: 20px 50px;
    color: #D8C3A5 !important;
    background-color: white;
    border: solid 3px white;
    transition: all 0.2s ease-in-out 0s;
}

.search-font {
    font-size: 15px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
}

.subnav-content {
    display: none;
    position: absolute;
    background-color: #f7d794;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0px 10px;
    width: 200px;
    border-left: solid 4px #f7d794;
}

.subnav {
    position: relative;
    display: inline-block;
}

.subnav-content a {
    color: black;
    font-size: 13px;
}

.subnav:hover .subnav-content {
    display: block;
}

.br {
    border-bottom: solid 2px #24252A;
    margin: 0 125px 0 0;
}

.container-lien-subnav {
    font-size: 14px;
    text-decoration: none;
    color: white;
    padding: 20px 0;
    display: inline-block;
    position: relative;
    opacity: 0.75;
}

.container-lien-subnav:hover {
    opacity: 1;
    padding-left: 15px;
    transition: 300ms;
}

.container-lien-subnav::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #f7d794;
    opacity: 1;
}

.home::before {
    width: 100%;
    bottom: 10px;
}

.container-lien-hr-subnav::before {
    width: 0%;
    bottom: 10px;
}

.container-lien-hr-subnav:hover::before {
    width: 100%;
}

.container-lien-hr-subnav:hover::after {
    width: 0%;
}

.footer-bottom {
    background-color: #282c33;
}

.center-logo {
    text-align: center;
}

.fas {
    font-family: "FontAwesome"
}

.top-info {
    display: flex;
}

.h3-avis {
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.message-write {
    display: inline-block;
    margin-left: auto;
}

.logo-avis {
    background-color: red;
    padding: 0 !important;
    margin-top: 5%;
    vertical-align: middle !important;
    text-align: center;
    display: flex;
    width: 50px;
}

.logo-avis::before {
    font-family: "FontAwesome";
    content: "\f27a";
    color: white;
}

.info-content {
    margin-top: 5%;
    padding: 1% 1.5%;
    background-color: white;
    display: flex;
}

.fa-comment-alt {
    font-family: "FontAwesome";
    color: white;
}

.navbar-hamburger {
    color: white;
    opacity: 0.75;
}

.navbar-hamburger:hover {
    color: white;
    opacity: 1;
}

.navbar-background {
    background-color: #1A1A1D;
}

.avis {
    background-color: #282c33;
}

.button:hover a {
    padding-right: 25px;
    transition: 600ms;
    color: #282c33 !important;
}

.button a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 500ms;
    text-decoration: none;
    color: white !important;
    font-family: 'Montserrat', sans-serif;
}

.button a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    color: #282c33;
}

.button:hover a:after {
    opacity: 1;
    right: 0;
}

.galerie {
    padding-top: 3%;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 4;
}

.carousel-color-overlay {
    position: absolute;
    background: rgba(247, 215, 148, 0.2);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-border {
    border:3px solid black;
    border-radius: 5px;
}

.carousel-item .img-fluid {
    width: 100%;
    height: 100%;
}

.search-col {
    height: 500px;
    background-color: red;
}

.left-top-search-text {
    font-size: 0.86rem;
    text-transform: uppercase;
    color: rgb(51, 51, 51)
}

.left-top-search {
    border-bottom: solid 2px rgb(204, 204, 204);
    margin-bottom: 24px;
}

.carousel-text {
    color: #fff;
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.h1-carousel {
    position: absolute; 
    top: calc(50% - 6.5vw);
    left: 0;
    text-align: center; 
    width: 100%;
    color:white;
    font-size:6.5vw;
}

.h2-carousel {
    position: absolute; 
    top: calc(50% - 3vw);
    left: 0;
    text-align: center; 
    width: 100%;
    color:white;
    font-size:3vw;
}

.barriques {
    text-align: center;
}

.h1-mention {
    padding-top: 2%;
    padding-bottom: 1%;
    font-size: 26px;
    font-weight: 800;
}

.h2-mention {
    padding-left: 50px;
    padding-top: 0.5%;
    padding-bottom: 1%;
    font-size: 20px;
    color: #2980b9;
    font-weight: 400;
}

.p-mention {
    line-height: 2em;
    font-size: 16px;
}

.p2-mention {
    line-height: 2em;
    font-size: 16px;
    padding-left: 50px;
}

.espace-mention {
    content: "";
}

.top-margin-row {
    padding-top: 50px;
}

.form-padding {
    padding-top: 25px;
}

.form-input {
    padding-top: 5px;
}

.form-input-review {
    width: 100%;
    padding-top: 25px;
}

.input-review {
    width: 100%;
    height: 250px;
    padding: 15px;
}

.form-name {
    display: inline-block;
}

.name-input {
    height: 50px;
    padding: 15px;
}

.justify {
    text-align: justify;
}

.validation {
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7d794;
    border: solid 1px #f2dcac;
    color: white;
    font-family: "Montserrat";
    transition: 300ms;
}

.validation:hover {
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fce3ae;
    border: solid 1px #f2dcac;
    color: white;
    font-family: "Montserrat";
    transition: 300ms;
}

.validation:after {
    content: "\f1d8";
    font-family: "FontAwesome";
}

.rating-value {
    display: inline-block;
    padding-right: 15px;
    padding: 10px;
    background-color: white;
    margin-top: 30px;
    vertical-align: middle;
}

.rating-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

input:focus {
    outline-offset: -2px;
}

:focus {
    outline-color: #ff9800;
}

.top-review {
    background-color: #f5f5f5;
    line-height: 2.5em;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.bottom-review {
    background-color: #ffffff;
    padding: 15px;
    font-size: 14px;
}

.review {
    -webkit-box-shadow: 0px 0px 13px 3px rgba(216, 217, 218, 1);
    -moz-box-shadow: 0px 0px 13px 3px rgba(216, 217, 218, 1);
    box-shadow: 0px 0px 13px 3px rgba(216, 217, 218, 1);
    margin-bottom: 25px;
}

.margin {
    margin-top: 25px;
    margin-bottom: 25px;
}

.date {
    text-align: right;
    font-size: 13px;
    color: grey;
}

.erreur {
    padding-bottom: 15px;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .name-input {
        height: 50px;
        padding: 15px;
        width: 100%;
    }

    .form-name {
        width: 100%;
    }

    .tinted {
        top: 0;
        left: 0;
        height: 150px;
    }

    .date {
        text-align: center;
    }

    .name {
        text-align: center;
    }

    .top-review {
        line-height: 1.5em;
        padding: 15px;
    }

    footer .content-footer strong {
        position: relative;
        margin-bottom: 27px;
        display: block;
        text-align: center;
        color: #fff;
    }

    .items-footer {
        text-align: center;
    }

    footer .content-footer strong::after {
        height: 2px;
        background: #f7d794;
        content: '';
        position: absolute;
        bottom: -12px;
        width: 50px;
        left: 43%;
    }

    .item-footer-container {
        padding-bottom: 25px;
    }

    .items-tonneaux {
        padding-bottom: 25px;
    }

    .nav-link:hover::before {
        visibility: visible;
        transform: scaleX(1);
    }

    .space {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .carousel-indicators {
        bottom: 0 !important;
    }
    .h1-carousel {
        position: absolute; 
        top: calc(50% - 6.5vw);
        left: 0;
        text-align: center; 
        width: 100%;
        color:white;
        font-size:6.5vw;
        top: 50%; 
        transform: translateY(-50%);
    }
    
    .h2-carousel {
        position: absolute; 
        top: 60%; 
        transform: translateY(-50%);
        left: 0;
        text-align: center; 
        width: 100%;
        color:white;
        font-size:3vw;
    }
    .mobile-items {
        padding-top:8% !important;
    }
    .citation{
        padding-top:5%;
    }
    .citation-item{
        padding-top:5% !important;
    }
}

.carousel-inner>.item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #bdc3c7;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: #FDCC0D;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #bdc3c7;
    text-shadow: 0 0 5px #FDCC0D;
}

:focus {
    outline-color: #D8C3A5 !important;
}

.icon2 {
    color: #FDCC0D;
}

label {
    margin: 0 !important;
}

.stars-review {
    display: inline-block;
    padding-right: 15px;
}

.name-avis {
    display: inline-block;
}

.carousel .item {
    height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

.carousel {
    width: 100%;
}

.top-search-form {
    padding: 15px;
}

.select-search {
    height: 50px;
    color: black;
    border-color: #cccccc;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.button-search {
    width:100%;
    height: 40px;
    background-color: #D8C3A5;
    white-space: nowrap;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.button-delete {
    width:100%;
    height: 40px;
    background: transparent;
    white-space: nowrap;
    border-radius: 0;
    font-size: 14px;
    color: #666;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}

.button-delete:hover {
    width:100%;
    color: #000;
    outline: 0;
    box-shadow: none;
}

.button-search:hover {
    background-color: #e8d6bc;
    width:100%;
}

.box {
    width: 100%;
    margin: 100px auto;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3)
}

.box .heading {
    background: #D8C3A5;
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.faqs {
    padding: 0px 20px 20px;
    text-align: left;
}

::-webkit-details-marker {
    display: none;
}

.faqs-text {
    margin: 20px auto;
}

details {
    background: #f6f6f6 !important;
    padding: 10px 20px !important;
    border-radius: 7px !important;
    margin-top: 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

details summary {
    outline: none;
}

details {
    transition: height 1s ease;
    overflow: hidden;
}

.details {
    transition: height 1s ease;
}
.Q11:not([open]) {
    height: 3em;
}

.Q11[open] {
    height: 10em;
}
.Q1:not([open]) {
    height: 3em;
}

.Q1[open] {
    height: 14em;
}
.Q1-8em:not([open]) {
    height: 3em;
}
.Q1-8em[open] {
    height: 8em;
}
.Q1-9em:not([open]) {
    height: 3em;
}
.Q1-9em[open] {
    height: 9.5em;
}
details[open] summary~* {
    animation: sweep .5s ease-in-out;
}

details[open] summary {
    color:#D8C3A5;
    transition:500ms;
}

.Q1:not([open]) summary {
    color:black;
    transition:500ms;
}
.m-Q1:not([open]) summary {
    color:black;
    transition:500ms;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@media screen and (max-width: 992px) {
    .m-Q1:not([open]) {
        height: 4.5em;
    }

    .m-Q1[open] {
        height: 33em;
    }

    .Q1[open] {
        height: 33em;
    }
    .m-Q1-8em[open]{
        height:9.5em;
    }
    .m-Q19[open]{
        height: 16em;
    }
    .m-Q19:not([open]){
        height: 4.5em;
    }
    .m-Q1-6em[open]{
        height:9.5em;
    }
}
.top-img{
    padding-bottom:15px;
}
@media screen and (max-width: 768px){
    .description{
        margin-top:20px;
    }
    .search-form{
        margin-top: 30px;
    }
    .top-img{
        padding-bottom:15px;
    }
    .top-img2{
        padding-top:35px;
    }
    .loader {
        border: 8px solid #f3f3f3;
        border-top: 8px solid #353c4d;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
        position: fixed;
        left: 45%;
        top: 50%;
    }
}
@media screen and (max-width: 575px){
    .prix-produit{
        width: 105px;
        margin: auto;
        float:none !important;
    }
}
.produit{
    padding-top:30px;
}
.prix-produit{
    float:right;
    line-height:1.5em;
    background-color:#485269;
    color:white;
    padding:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.check-produit{
    background-color:#485269;
    color:white !important;
    text-align:center;
    padding:10px;
    border-width: 0px !important;
    width:100%;
    outline:none !important;
    cursor:pointer;
}
.check-produit:hover{
    background-color:#353c4d;
    color:white !important;
    text-align:center;
    padding:10px;
    border-width: 0px !important;
    border-color:#353c4d;
    width:100%;
    outline:none !important;
    cursor:pointer;
}
.img-container {
    position:relative;
}
.display-none{
    display:none;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 195, 165, .25) !important;
    border-color:#D8C3A5 !important;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #353c4d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    left: 50%;
    top: 50%;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.load{
    width: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    z-index: 9999;
    height: 1500px;
    display:none;
}
.img-corner-rond{
    border-radius: 50%;
}
.cookie-container {
    z-index: 999;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 50px 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  
    transition: 400ms;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: #f5f6fa;
}

.cookie-btn {
    background: #D8C3A5;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
    color:#2f3640;
    font-size: 14px;
}
.cookie-btn:hover {
    background: #baaa93;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
    color:#2f3640;
    font-size: 14px;
}
.moreinfo{
    color: #D8C3A5!important;
    text-decoration: none;
}