/*X-Small devices (portrait phones, less than 576px)*/
.solutique_carrousel {
	position: relative;
	/*	background-repeat: no-repeat;
		background-position: 50% 50%;*/
	background-size: cover;
}

/* Fast Custom */
.solutique_carrousel .surtitre {
	margin-bottom: 0;
	/*font-size: rem;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}
.solutique_carrousel .titre {
	/*margin-top: rem;*/
	margin-bottom: 0;
	/*font-size: rem;*/
}
.solutique_carrousel .sous-titre {
	/*margin-top: rem;*/
	margin-bottom: 0;
	/*font-size: rem;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}
.solutique_carrousel .bouton {
	/*margin-top: rem;*/
	/*font-size: rem;*/
}
.solutique_carrousel .bouton .button {
	padding: 1rem 2rem;
	/*font-size: 1.5rem;*/
	font-weight: 900;
}
.solutique_carrousel p {
	margin-bottom: 0;
}

/* Responsible Mobile First Variable */

.solutique_carrousel-slide {
	position: relative;
	/*width: 516px;*/
	/*height: 269px;*/
	padding-top: 6rem;
	padding-left: 8rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.solutique_carrousel-slide h2 {
	font-size: 16px;
	line-height: 140%;
}
.solutique_carrousel-slide h3 {
	display: none;
	margin-bottom: .5em;
	font-size: 16px;
	line-height: 140%;
}
.solutique_carrousel-slide h3:last-child {
	margin-bottom: .5em;
}
.solutique_carrousel-body {
	/*	display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		right: 35px;
		bottom: 0;
		left: 158px;
		text-align: center;
		color: #fff;*/
}
.bt-programme {
	display: inline-block;
	margin: .5em 0;
	padding: 0 5px;
	font-family: "Viga";
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #f031b1;
	border-radius: 5px;
	transition: all .5s;
}
.bt-programme:before {
	content: "\f518";
	display: inline-block;
	margin-right: 5px;
	/*padding-right: 10px;*/
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	/*border-right: 1px solid #fff;*/
}
.navbtn.prev {
	left: 0;
}
.navbtn.next {
	right: 0;
}

/* END: Responsible Mobile First Variable */


.solutique_carrousel-body h2 {
	text-transform: uppercase;
	color: #fff;
}
.solutique_carrousel-body h3,
.solutique_carrousel-body h4,
.solutique_carrousel-body h5,
.solutique_carrousel-body h6 {
	color: #fff;
}

.bt-programme:hover {
	color: #fff;
	background-color: #f05fc0;
}

.navbtn {
	position: absolute;
	top: calc(50% - 15px);
	z-index: 10;
	font-size: 30px;
	/*color: #15b2f6;*/
	background-color: transparent;
	border: none;
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.solutique_carrousel-slide {
		/*width: 516px;*/
		height: 269px;
	}
	.solutique_carrousel-slide h2 {
		font-size: 20px;
	}
	.solutique_carrousel-body {
		left: 185px;
	}
	.navbtn.prev {
		/*left: 150px;*/
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.solutique_carrousel-slide {
		/*width: 696px;*/
		height: 363px;
	}
	.solutique_carrousel-slide h3 {
		display: block;
	}
	.solutique_carrousel-body {
		left: 235px;
	}
	.navbtn.prev {
		/*left: 200px;*/
	}
	.bt-programme {
		padding: 5px 10px;
		font-size: 18px;
	}
	.bt-programme:before {
		margin-right: 10px;
		padding-right: 10px;
		font-size: 18px;
		border-right: 1px solid #fff;
	}

	.solutique_carrousel:before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 10;
		display: inline-block;
		width: 54px;
		height: 49px;
		background: url(/wp-content/uploads/2021/03/Id-Presse-Edition-Media-Information-Dentaire.png) no-repeat 0 0;
		background-size: 100% 100%;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.solutique_carrousel-slide {
		/*width: 936px;*/
		height: 488px;
	}
	.solutique_carrousel-slide h2 {
		font-size: 28px;
	}
	.solutique_carrousel-slide h3 {
		font-size: 18px
	}
	.solutique_carrousel-body {
		left: 305px;
	}
	.navbtn.prev {
		/*left: 270px;*/
	}

	.solutique_carrousel:before {
		width: 99px;
		height: 90px;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.solutique_carrousel-slide {
		/*width: 1116px;*/
		/*height: 582px;*/
	}
	.solutique_carrousel-slide h2 {
		font-size: 32px;
	}
	.solutique_carrousel-slide h3 {
		font-size: 20px
	}
	.solutique_carrousel-body {
		right: 65px;
		left: 387px;
	}
	.bt-programme {
		padding: 10px 20px;
		font-size: 20px;
	}
	.bt-programme:before {
		margin-right: 20px;
		padding-right: 20px;
		font-size: 20px;
	}
	.navbtn.prev {
		/*left: 352px;*/
	}
	.navbtn.next {
		/*right: 30px;*/
	}

	.solutique_carrousel:before {
		top: 30px;
		right: 30px;
	}

	/* Fast Custom */
	.solutique_carrousel .surtitre {
		font-size: 1.5rem;
	}
	.solutique_carrousel .titre {
		margin-top: 2.25rem;
		font-size: 3rem;
	}
	.solutique_carrousel .sous-titre {
		/*margin-top: rem;*/
		font-size: 1.5rem;
	}
	.solutique_carrousel .bouton {
		margin-top: 4rem;
	}
	.solutique_carrousel .bouton .button {
		font-size: 1.5rem;
	}

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.solutique_carrousel-slide {
		/*width: 516px;*/
		/*height: 676px;*/
	}
	.solutique_carrousel-body {
		right: 95px;
		left: 465px;
	}
	.navbtn.prev {
		/*left: 430px;*/
	}
	.navbtn.next {
		/*right: 60px;*/
	}

	/* Fast Custom */
	.solutique_carrousel .surtitre {
		font-size: 1.5rem;
	}
	.solutique_carrousel .titre {
		margin-top: 2.25rem;
		font-size: 3rem;
	}
	.solutique_carrousel .sous-titre {
		/*margin-top: rem;*/
		font-size: 1.5rem;
	}
	.solutique_carrousel .bouton {
		margin-top: 5rem;
	}
	.solutique_carrousel .bouton .button {
		font-size: 1.5rem;
	}

}
