@charset "utf-8";

h3 {
	padding: 30px 0;
	font-size: 60px;
	font-family: GreatVibes, sans-serif;
}

#presentation {
	border-bottom: 4px solid var(--main-color-2);
}

.presentation-info {
	position: absolute;
    left: 19%;
}

.presentation-info h2 {
	font-size: 4vw;
	font-family: GreatVibes, sans-serif;
	color: white;
    text-shadow: 1px 1px #202020a4;
}

.presentation-info h4 {
	font-size: 19px;
	font-style: italic;
}

#slide_1 .presentation-info {
    top: 20%;
}

#slide_1 h2 {
	color: #303030;
}

#slide_1 h4 {
    width: 50%;
}

#slide_2 .presentation-info {
    top: 25%;
}

#slide_2 h4 {
    width: 50%;
    color: #919191
}

#slide_3 .presentation-info {
    top: 38%;
}

#slide_3 h4 {
    width: 40%;
}

#current_offers {
	background-image: url(../img/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
	padding: 70px 0 150px;
}

.offer {
	position: relative;
	width: 100%;
    padding-bottom: 100%;
}

.offer-img {
    position: absolute;
    display: block;
    border-radius: 100%;
    width: 95%;
    height: 95%;
    border-radius: 100%;
    border: 7px solid rgba(255,255,255);
    object-fit: cover;
    object-position: center;
}

.offer-mask {
    position: absolute;
    width: 95%;
    height: 95%;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 100%;
    border: 7px solid rgba(255,255,255);
    box-shadow: 0 7px 21px rgb(0 0 0 / 10%);
}

.offer-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #54835094;
	width: 100%;
	padding: 12px 10px 40px;
    border-radius: 0 0 100% 100%;
    text-align: center;
	color: #fff;
}

.offer-price {
    position: absolute;
	right: 25px;
    bottom: 5px;
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 7px 21px rgb(0 0 0 / 10%);
}

.offer-price h5 {
    line-height: 63px;
    margin: 0;
    font-size: 20px;
}

#best_service {
    background-color: var(--main-color-1);
}

#best_service_container {
    display: flex;
    padding-top: 120px;
}

.best-service-left {
    position: relative;
    padding: 0 0 0 15px;
}

.best-service-left div {
	border: 5px solid #fff;
	border-right: 0;
}

.best-service-left div img {
    width: 100%;
	margin: -60px 0 60px 60px;
}

.best-service-right {
    padding-left: 0;
    padding-right: 0;
}

.best-service-right div {
	background-color: #fff;
    padding: 50px 18% 100px 120px;
    margin-bottom: 50px;
}

.best-service-right div h3 {
    padding: 0;
}

/* == Frofaits == */
#forfaits {
    padding-top: 50px;
	margin-bottom: 40px;
}

.forfaitImage {
    position: relative;
    width: 100%;
    height: 190px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.forfaitImage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.forfaitTitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    text-align: center;
    transition: all .4s;
}

.forfaitTitle h3 {
    margin: 0;
	line-height: 105px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.forfaitPrice {
	display: flex;
	background-color: var(--main-color-1);
    position: absolute;
    left: 50%;
    width: 110px;
    height: 110px;
    bottom: -55px;
    margin-left: -55px;
	border-radius: 100%;
    border: 5px solid #fff;
}

.forfaitPrice h4 {
    width: 100%;
	margin: 0;
    margin-top: -3px;
	color: #fff;
	font-weight: 700;
    font-size: 21px;
	text-align: center;
	align-self: center;
}

.forfaitInfo {
    width: 100%;
	margin: 0;
    background-color: #f5f5f5;
    padding: 60px 0 30px;
    text-align: center;
    border: 1px solid #dedede;
    border-top: 0;
}

.forfaitInfo ul {
    margin-bottom: 10px;
}

.forfaitInfo ul li {
    border-bottom: 1px solid #dedede;
    padding: 21px 0;
	font-size: 14px;
    color: #666;
}

.forfaitInfo ul li:last-child {
    border-bottom: none;
}

.forfaitButton {
    background-color: var(--main-color-1);
	display: inline-block;
	width: 133px;
    padding: 15px 0;
	border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
	font-size: 14px;
    letter-spacing: 1px;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
	user-select: none;
	transition: all 0.2s ease-in-out;
}

.forfaitButton:hover {
    background-color: var(--main-color-1);
    color: #fff;
    opacity: 0.5;
}

#forfaits .carousel-indicators {
	position: relative;
    margin: 20px 0 50px;
}

#forfaits .carousel-indicators [data-bs-target] {
	height: 30px;
	border: solid 1px var(--main-color-1);
	color: var(--main-color-1);
	text-indent: 0;
	opacity: 1;
}

#forfaits .carousel-indicators [data-bs-target]:hover {
	background-color: var(--main-color-1);
	color: var(--background-color);
	opacity: 0.5;
}

#forfaits .carousel-indicators .active {
	background-color: var(--main-color-1);
	color: var(--background-color);
}

@media(max-width: 768px){
    #presentation img {
        opacity: 0.4;
    }

    .presentation-info {
        left: 19%;
    }

    .presentation-info h2 {
        font-size: 7vw;
    }

    .presentation-info h4 {
        font-size: 3vw;
    }

    #slide_1 .presentation-info,
    #slide_2 .presentation-info,
    #slide_3 .presentation-info {
        top: 20%;
    }

    #slide_1 h2,
    #slide_2 h2,
    #slide_3 h2 {
        color: #303030;
    }

    #slide_1 h4,
    #slide_2 h4,
    #slide_3 h4 {
        width: 70%;
        color: #303030;
    }

    #best_service_container{
        padding-top: 30px;
    }

    .best-service-left {
        padding: 40px 70px 40px 40px;
    }

    .best-service-left div {
        border: 5px solid #ffffff;
    }

    .best-service-left div img {
        margin: -35px 0 35px 35px;
    }

    .best-service-right div {
        padding: 40px;
        margin-bottom: 0;
    }
	
	.forfait {
		margin-bottom: 25px;
	}
}