.btn-offer {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #007bff;
    text-transform: uppercase;
    text-align: center;
    content: 'Voir ';
    margin-bottom: 20px;
}

.btn-offer {
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
}

.btn-offer:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.03);
}

.green {
    color: green;
}



/*.btn-offer:before {
	content: '';
	position: absolute;
	width: 40px;
	background: linear-gradient(
		90deg,
		rgba(209, 112, 60, 0),rgba(255, 255, 255, 0.5),rgba(209, 112, 60, 0));
	transform: rotate(30deg);
	height: 105px;
	left: -100px;
	margin-top: -24px;
	animation: shine 2s infinite linear; 
}

@keyframes shine {
	0% {left: -100px}
	40% {left: 100%}
	100% {left: 100%}
}
*/

.btn-offer:hover, .btn-offer:visited, .btn-offer:focus, .btn-offer:active {
    background: #007bf0;
    border-color: #007bf0;
    color: #fff;
}

.stars {
    text-align: center;
    margin-top: 10px;
    color: gold;
    font-size: 25px; 
    margin-bottom: -15px;
}

.avis {
    font-size: 14px;
    line-height: 24px;
    margin-left: 40px;
}


.conditions {
    margin:0;
    padding:0;
    margin-top: -30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;

    font-size:11px;
    color: gray;
}


#sticky-footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.7);
    overflow: hidden;
}

#sticky-footer a {
    display: block;
    font-size: 14px;
}
#sticky-footer a:link, #sticky-footer a:visited, #sticky-footer a:focus, #sticky-footer a:hover, #sticky-footer a:active  { color: white; text-decoration: none; }


@media (max-width: 768px) {
    .btn-offer {
        padding: 20px 62px;
    }

    .btn-offer[data-abbr]::before {
        content: attr(data-abbr);
    }

    /* Hide the original label */
    .btn-offer > span { display: none; }

    #services .col-sm-6, #services .col-sm-12 {
        text-align: center;
        padding:0;
        padding-bottom: 15px;
    }
    .avis {
        padding-right: 40px;
        padding-top: 6px;
    }

    .desc2 {
        text-align: center;
    }

    #services .title, #services .description {
        margin:0;
    }

    #sticky-footer {
        display: block;
    }

    /* DEBUT OPTIMISATION MOBILE */
    .section-header p, .conditions {
        display:none;
    }
    #header {
        box-shadow: none;
    }
    .section-header h3 {
        font-size: 18px;
    }

    #about {
        padding: 0;
    }

    #services {
        padding: 10px 0 40px 0;
    }

    #services .box {
        margin: 0 10px 10px 10px;
    }

    .hidden-md {
        display: none !important;
    }
    /* FIN OPTIMISATION MOBILE */

}

@media (min-width: 992px) {
    .btn-offer {
        margin-top: 26px;
    }
}

/* ETOILES-NOTE */

.stars2 {
    --percent: calc(var(--rating) / 5 * 100%);
font-family: Times;
line-height: 1;
--star-color: #C1C1C1;
--star-background: gold;
}

.stars2::before {
    content: "★★★★★";
    background: -webkit-gradient(linear,left top,right top,from(var(--star-background)),to(var(--star-color)));
    background: -o-linear-gradient(left,var(--star-background) var(--percent),var(--star-color) var(--percent));
    background: linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .stars2 {
        margin-bottom: -15px;
        margin-top: 18px;
        font-size: 16px;
    }

}

@media (min-width: 992px) {
    .stars2{
        font-size: 25px;
        margin-left: 55px;
        margin-bottom: -18px;
        margin-top: 18px;
    }
}


.cookie__pass {
    background-color: #d13e24;
    color: #fff;
    z-index: 2;
}
.cookie__pass--text {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 20px;
}
@media only screen and (min-device-width : 992px), (min-width : 992px) {
    .cookie__pass--text {
        margin: 0 55px 0 0;
        vertical-align: middle;
   }
}
.cookie__pass [class^="button__"] {
    max-width: 180px;
}
.cookie__alert {
    background-color: #666;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.cookie__alert--text {
    font-size: 13px;
    display: inline-block;
    margin: 0 0 20px;
}
@media only screen and (min-device-width : 992px), (min-width : 992px) {
    .cookie__alert--text {
        margin: 0 30px 0 0;
        vertical-align: middle;
   }
}
.cookie__alert [class^="button__"] {
    max-width: 120px;
}
.cookie--content {
    max-width: 996px;
    margin: 0 auto;
    padding: 10px 50px 20px 20px;
    position: relative;
}
@media only screen and (min-device-width : 992px), (min-width : 992px) {
    .cookie--content {
        *zoom: 1;
   }
    .cookie--content:before, .cookie--content:after {
        content: " ";
        display: block;
   }
    .cookie--content:after {
        clear: both;
   }
}
.cookie--content [class^="button__"] {
    display: block;
    margin: 0 auto;
}
@media only screen and (min-device-width : 992px), (min-width : 992px) {
    .cookie--content [class^="button__"] {
        display: inline-block;
        vertical-align: middle;
   }
}
.cookie--close {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 17px;
    top: 5px;
}
@media only screen and (min-device-width : 992px), (min-width : 992px) {
    .cookie--close {
        top: 10px;
   }
}


