body {
    line-height: 1;
    background-color: whitesmoke;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1em;
}


/* A PROPOS */

.conteneur-apropos {
	
}

.href-apropos { 
    text-decoration: none;
    color: black;
}
.href-apropos:hover { 
    text-decoration: none;
    color: black;
}

.a-propos {
    /*display: flex;
    flex-direction: column;
	*/
    justify-content: center;
    align-items: center;
	width: 80%;
    background-color: white;
    padding: 1em;
    text-align: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px;
	margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 992px){
    .a-propos{
        width: 19em;
    }
}
    
	
	
.a-propos:hover {
    outline: 5px solid #f1b8477c;
    transition: 0.2s;
}

.a-propos p {
    margin: 0.5em;
}


/* MAP */
.map-container {
    background-image: url(../img/bois.png);
    background-blend-mode: saturation;
}

.map {
    padding: 1em 0 1em 0;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.map img {
    width: 50%;
    margin-bottom: 1em;
}



/* TARIFS */
.row.tarifs{
	margin:0;
}
.row.tarifs div{
	padding-right:0;
	padding-left:0;
}
.row.tarifs div>.encart{
	padding-right:1em;
	padding-left:1em;
}

.tarifs{
    margin-top: 5em;
}
.prestations-box{
    margin: 5em 0;
}

.encart {
    width: 20em;
    height: 30em;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 2em;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    margin: auto;
}

.encart a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.encart:hover {
    outline: 7px solid #f1b847c2;
    transition: 0.3s ease;
}

.description{
    align-items: left;
    text-align: left;
    margin-top: 5em;
}

.circle-price{
    width: 9em;
    height: 9em;
    border-radius: 50%;
    border: solid white 10px;
    background: #F1B847;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 3px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10%;
    right: 25%;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: auto;
}


/* CONTACT */

.contact {
    background: url(../img/bannercontact.png);
    background-size: cover;
    height: 35vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5em;
}

.contact p {
    color: white;
    font-size: 1.5em;
}

.contact a {
    background: #F1B847;
    color: white;
    text-decoration: none;
    padding: 0.8em;
}

.contact a:hover {
    background: none;
    color: white;
    outline: solid 3px #F1B847;
    transition: 0.2s;
}

.contactContent hr {
    width: 5em;
    height: 0.20em;
    opacity: inherit;
}


/* Actualités */
.actu-list{
    margin-bottom: 5em;
}


.titleActu {
    font-size: 2em;
    text-align: center;
    margin-top: 3em;
}


.actualite-box{
    width: 80%;
    margin: auto;
    margin-top: 5em;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    min-height: 50vh;
    align-items: center;
    text-align: center;
    position: relative;

}

.actualite-box span {
    background-color: #F1B847;
    padding: .4rem;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    right: 5%;
    top: 5%;
}


.actualite-content{
    padding: 2em;
}

.actualite-content p{
    text-align: justify;
}

.image{
    width: 100%;
    max-width: 100%;
    height: 15em;
    object-fit: cover;
}

a.readmore{
    padding: .5rem 1.5rem;
    background-color: #F1B847;
    color: white;
    display: inline-block;
    margin-top: 2rem;
    text-decoration: none;
}

a.readmore:hover{
    background-color: white;
    color: black;
    outline: 3.5px solid #f1b847be;
    transition: 0.3s ease;
    transform: scale(105%);
}


/* AVIS */
/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #fff;
}

/* Slides */
.mySlides {
    display: none;
    padding: 0;
    text-align: center;
    width: 70%;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 5em;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #fff;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activedot{
	background-color: #717171;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
    background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.quote {
    font-size: 7em;
    margin: 0 0 0.15em 0;
    color: #F1B847;
    font-family: Georgia,  Arial, Helvetica, sans-serif;
}

.fadeIn {
    animation: fadeIn linear 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

h4 {
    font-size: 1.5em;
    margin: 0.5em 0;
}

.hrQuote {
    width: 5em;
    border: solid 1px #F1B847;
    margin: 0 auto;
    height: 0.25em !important;
    opacity: inherit;
}