/*!
Theme Name: MSP
Author: Augustine Plume
Author URI: https://augustineplume.com
Description: Thème graphique sur-mesure pour MSP
Version: 1.0.0
*/



body {
	font-family: "myriad-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
}


body::-webkit-scrollbar {
	width: 0.50rem;
}

body::-webkit-scrollbar-track {
	background: #fde6d5;
}

body::-webkit-scrollbar-thumb {
	background: #a2176f;
}

a {
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:link,
a:visited {
	color: #0a6655;
	text-decoration: none;
}

a:hover,
a:active {
	color: #054039;
}

::selection {
	background: #fde6d5;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #fde6d5;
	/* Gecko Browsers */
}

.skia {
    font-family: "skia-cc", sans-serif;
    font-weight: 400; /* 700 bold */
    font-style: normal;
}

.handwriting {
	font-family: "Alamain", sans-serif;
}

.balance {
	text-wrap: balance;
}

.uppercase {
	text-transform: uppercase;
}

.bigTitle {
	font-size: 2.5rem;
	color: #0a6655;
}

.weight-light {
	font-weight: 100;
}

u {
	text-decoration: none;
	border-bottom: 1px solid #0a6655;
}

.vert {
    color: #0a6655;
}

.jaune {
    color: #fbb92c;
}

.violet {
    color: #a2176f;
}

.scrollMargin {
  scroll-margin-top: 6em;
}

.titrePageH1 {
	text-transform: uppercase;
	color: #0a6655;
	font-weight: bold;
	text-align: center;
	margin: 60px auto;
}

.titrePageH1::before {
	content: "\2013";
	margin-right: 30px;
	font-weight: 300;
}

.titrePageH1::after {
	content: "\2013";
	margin-left: 30px;
	font-weight: 300;
}

.mt-large {
	margin-top: 100px !important;
}


.blockTopbar {
    background-color: #043129;
}

.topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
}

.topbar a:link, .topbar a:visited {
	color: #FFFFFF;
}

.topbar a:hover, .topbar a:active,
.topbar a.linkPharma:link, .topbar a.linkPharma:visited {
	color: #fbb92c;
}

.topbar a.linkPharma:hover, .topbar a.linkPharma:active {
	color: #FFFFFF;
}

@media (min-width: 992px) {
	.topbar {
		flex-direction: row;
	}
}

.offcanvas-title span {
	font-size: 1.4rem;
	margin-top: -5px;
}

.offcanvas.show #primary-menu {
	text-align: left;
}

.offcanvas.show #primary-menu a:link,
.offcanvas.show #primary-menu a:visited {
	color: #0a6655 !important;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.navbar-toggler {
	color: #FFF;
	font-size: 1.8rem;
	border: 0;
	text-decoration: none;
}

.navbar-toggler:hover {
	border-bottom: 0 !important;
	cursor: pointer;
	text-decoration: none !important;
}

.navbar {
    background: #0a6656 radial-gradient(circle at 50% -285%, #0ab898 0, rgba(62, 83, 104, 0) 45%);
}

.navbar a.nav-link {
    text-align: center;
    color: #FFFFFF;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 0px 18px;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

.navbar a.nav-link:hover,
.navbar a.nav-link:active {
	color: #fbb92c;
	border-bottom-color: transparent;
}

.space {
	margin: 50px auto;
}

@media (min-width: 992px) {
	.navbar a.nav-link {
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
		padding: 20px 10px;
		font-size: 1.2rem;
		margin: 0px 6px;
	}

	.navbar a.nav-link:hover,
	.navbar a.nav-link:active {
		text-shadow: 1px 1px 1px rgb(79 60 3 / 60%);
	}

	.space {
		margin: 60px auto !important;
	}

}

.main-navigation ul li.homelink.current-menu-item a,
.main-navigation ul li.annuairelink.current-menu-item a {
	color: #fbb92c !important;
}

@media (min-width: 1200px) {
	.navbar a.nav-link {
		padding: 20px;
		font-size: 1.4rem;
		margin: 0px 10px;
	}

	.boxTopbar .contact a {
		margin-left: 1rem !important;
	}
}

.logoHEader {
    margin: 30px;
}

.intro_home_whos {
	background-color: #fde6d5;
}

.title {
    font-family: "skia-cc", sans-serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
}

.BlocLiensHome {
	position: relative;
}

.BlocLiensHome .croix {
	position: absolute;
	left: 10px;
	top: -50px;
	width: 100px;
	height: auto;
	transform: rotate(-6deg);
}

.BlocLiensHome .pansement {
	position: absolute;
	right: 10px;
	bottom: -10px;
	width: 120px;
	height: auto;
}

@media (min-width: 992px) {
	.BlocLiensHome .croix {
		left: 20%;
		top: 50%;
		transform: translateY(-50%);
		width: 110px;
	}
}

@media (min-width: 1200px) {
	.BlocLiensHome .croix {
		width: 120px;
	}
	.BlocLiensHome .pansement {
		right: 20%;
		top: -20px;
		transform: translateY(-20%);
		width: 130px;
	}
}

.BlocLiensHome .item {
	text-align: center;
	padding: 30px 10px;
}

.BlocLiensHome .item a:link,
.BlocLiensHome .item a:visited {
    color: #FFF;
    font-size: 2.2rem;
    text-transform: uppercase;
}

.BlocLiensHome .item a:hover,
.BlocLiensHome .item a:active {
	text-decoration: underline;
}

.BlocLiensHome .lien_annuaire {
	background-color: #0a6655;
}

.BlocLiensHome .lien_pharma {
	background-color: #fbb92c;
}

.BlocLiensHome .lien_urgences {
	background-color: #a2176f;
}

.missions {
	position: relative;
	margin-top: 6rem;
}

.missions .valise {
	position: absolute;
	right: 0;
	left: 0;
	top: -50px;
	width: 100px;
	height: auto;
	margin: auto;
}

@media (min-width: 1200px) {
	.missions .valise {
		left: auto;
		right: 10%;
		top: 5%;
		width: 140px;
	}
}

@media (min-width: 1400px) {
	.missions .valise {
		right: 20%;
	}
}

.missions .title {
	font-weight: 600;
	font-size: 2.3rem;
	color: #0a6655;
}

@media (min-width: 768px) {
	.missions h2.title {
		font-size: 2.2rem;
	}
	.missions h2.title span.d-none {
		display: inline !important;
	}
}

.itemMission {
	position: relative;
	margin: 20px;
	border: 0 !important;
	background-color: transparent;
}

.missions .card-body {
    background-color: #fde6d5;
	border-radius: 30px;
	padding: 0;
}

.missions .card-body h3 {
	border-bottom: 1px solid #a2176f;
	padding: 20px 15px 8px 0;
	margin-bottom: 5px;
	margin-left: 25px;
	display: inline-block;
}

.itemMission .card-body img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	max-height: 400px;
	min-height: 400px;
    object-fit: cover;
}

.itemMission .card-body:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #a2176f;
  z-index: -1;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #dedede;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #a2176f !important;
}

/* .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
} */

.btn-magenta,
.btn-jaune {
    margin: auto;
    color: #fde6d5 !important;
    background-color: #a3176f;
    border-color: #a3176f;
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.btn-magenta:before,
.btn-jaune:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #fde6d5;
  z-index: -1;
  border-radius: 30px;
}

.btn-jaune {
	color: #543803 !important;
    background-color: #f2ba55;
    border-color: #f2ba55;
}

.btn-jaune:before {
	background-color: #ffe8c0;
}

.btn-magenta:hover,
.btn-magenta:active,
.btn-jaune:hover,
.btn-jaune:active {
    color: #ecfffb !important;
    background-color: #0a6655;
    border-color: #0a6655;
}

.btn-magenta:hover:before,
.btn-magenta:active:before,
.btn-jaune:hover:before,
.btn-jaune:active:before {
  background-color: #c7e5e0;
}

#actualites {
	background: url(images/background-actualite.jpg) no-repeat center center;
	background-size: cover;
	min-height: 900px;
	margin-top: 6rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#actualites .affiche {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -25px;
	width: 130px;
	height: auto;
	transform: rotate(-5deg);
}

@media (min-width: 992px) {
	#actualites .affiche {
		right: 10%;
		left: auto;
		top: -50px;
		width: 150px;
		transform: rotate(4deg);
	}
}


@media (min-width: 1500px) {
	.col-xxxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}



#actualites .bottom {
	margin-bottom: 6rem !important;
}

#actualites .container-fluid {
    max-width: 1800px;
}

#actualites h3,
.actu_liste h3 {
    font-family: "skia-cc", sans-serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	color: #0a6655;
	margin-bottom: 20px;
}

#actualites .itemActu, .actu_liste .itemActu {
	background-color: #FFFFFF;
	border: 2px solid #000;
    padding: 60px;
    border-radius: 50px;
    margin: 30px;
}

.actu_liste {
	position: relative;
}

.actu_liste::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, 
        #a2176f 0%, 
        #a2176f 50%,
        #fde6d5 50%, 
        #fde6d5 100%
    );
    z-index: -1;
}

.actu_liste > * {
    position: relative;
    z-index: 1;
}

.emploi {
	background-color: #fde6d5;
	position: relative;
}

.emploi .telephone {
	position: absolute;
	left: 50px;
	top: -90px;
	width: 130px;
	height: auto;
	transform: rotate(-6deg);
}

@media (min-width: 992px) {
	.emploi .telephone {
        left: 50px;
        top: 10px;
        transform: translateY(-50%);
        width: 170px;
	}
}

.emploi h2 strong {
	font-size: 2rem;
}

.emploi h2 span {
	font-size: 1rem;
}

.carouselEmplois .itemEmploi {
	padding: 20px;
	border-radius: 0;
}

.carouselEmplois .itemEmploi h3 {
	font-family: "skia-cc", sans-serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
    padding-bottom: 10px;
}

.carouselEmplois .itemEmploi.emploi_bgdJaune h3 {
	border-bottom: 1px solid #e3a331;
}

.carouselEmplois .itemEmploi.emploi_bgdMagenta h3 {
	border-bottom: 1px solid #70174f;
}

.carouselEmplois .itemEmploi.emploi_bgdVert h3 {
	border-bottom: 1px solid #08342c;
}

.emploi_bgdJaune {
	background-color: #f2ba55;
	color:#000;
	transform: rotate(-1deg);
	border-color: #e3a331;
}

.emploi_bgdMagenta {
	background-color: #a3176f;
	color: #FFFFFF;
	transform: rotate(1deg);
	border-color: #70174f;
}

.emploi_bgdVert {
	background-color: #0a6655;
	color: #FFFFFF;
	transform: rotate(-1deg);
	border-color: #08342c;
}

@media (min-width: 992px) {
	.carouselActu .alone .col,
	.carouselEmplois .alone .col {
		max-width: 70%;
		margin: auto;
	}
	/* #actualites {
		background-size: contain;
	} */
}

.descriptionHome .block {
    display: flex;
	flex-direction: column;
}

.descriptionHome .block p {
	margin: 10px;
	padding: 20px;
	text-align: center;
    background-color: #fdfdfd;
	text-wrap: balance;
	border-radius: 30px;
}

.descriptionHome .block p:nth-child(1) {
	border: 1px solid #f2ba55;
	background-color: #f2ba551a;
}

.descriptionHome .block p:nth-child(2) {
	border: 1px solid #a3176f;
	background-color: #a3176f1a;
}

.descriptionHome .block p:nth-child(3) {
	border: 1px solid #0a6655;
	background-color: #0a66551a;
}

@media (min-width: 992px) {
	.descriptionHome .block {
		flex-direction: row;
	}
}

.itemInfos {
    background-color: #fff5e1;
    padding: 20px;
    border-radius: 30px;
	border: 1px solid #fbb92d;
    border-top: 10px solid #fbb92d;
}

.itemInfos i {
	color: #fbb92c;
    font-size: 3rem;
}

.itemAnnuaire {
	background-color: #fffbf3;
	border-color: #deefe7;
	border-radius: 10px;
}

.itemAnnuaire h3 {
    padding: 20px 25px;
    text-align: center;
    text-wrap: balance;
    background-color: #0a6656;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #effffc;
	font-family: "skia-cc", sans-serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.itemAnnuaire .adresse {
    padding: 5px;
    font-size: 1.1rem;
    text-align: center;
	margin-bottom: 5px;
}

.itemAnnuaire .email,
.itemAnnuaire .telephone {
    text-align: center;
    font-size: 1.2rem;
	margin-bottom: 2px;
}

.itemAnnuaire a:link,
.itemAnnuaire a:visited {
	color: #002c24;
}

.itemAnnuaire a:hover,
.itemAnnuaire a:active {
	border-bottom: 1px solid #002c24;
}

.liste_praticien {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.liste_praticien span.badge {
    color: #0a6655;
    font-size: 1.1rem;
    margin: 8px;
    background-color: #e3f3f0;
    border: 1px solid #c7f4db;
}

.liste_praticien span.badge i {
    color: #7ebda0;
}

.itemAnnuaire .precisions {
    padding: 20px;
	font-size: 1.1rem;
	background-color: #f8f2e5;
    margin-top: 20px;
	color: #002c24;
}

.adresse span {
    border-bottom: 1px solid #ccdedb;
    padding-bottom: 10px;
	display: inline-block;
    text-wrap: balance;
}

#urgences .modal-header {
	background-color: #a2176f;
	color: #FFF;
}

#urgences .modal-title {
	font-family: "skia-cc", sans-serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	text-wrap: balance;
	font-weight: bold;
	text-align: center;
}

#urgences .modal-body h3 {
	color: #a2176f;
	font-weight: 600;
	margin-top: 30px;
}

#urgences .modal-body p {
	text-wrap: balance;
	margin-left: 25px;
}

#urgences .modal-content {
	border-radius: 30px;
}





/*
 * 
 * footer
 *
*/

.footer {
    background-color: #fde6d5;
}

.footerPages li.list-group-item {
	background-color: transparent;
	border: 0;
	color: #000;
	text-transform: uppercase;
}

.footerPages {
	color: #000;
}

.footerLogo a:link,
.footerLogo a:visited,
.footerPages a:link,
.footerPages a:visited {
	color: #000;
	text-decoration: none;
}

.footerLogo a:hover,
.footerLogo a:active,
.footerPages a:hover,
.footerPages a:active {
	text-decoration: underline;
}

.footerLogo img {
	max-width: 600px;
}





/*
 * 
 * Mentions
 *
*/

#mentionsPage h2 {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: 600;
	color: #146381;
}

#mentionsPage h3 {
	font-size: 1.6rem;
	font-weight: 600;
}

#mentionsPage ul {
	margin-left: 30px;
}

#mentionsPage strong {
	font-weight: 600;
}

#pageMentions a:hover, #pageMentions a:active {
	text-decoration: underline !important;
}

/*
 *
 *	Back to top
 *
*/

.toTop i {
	line-height: 1.6em;
	font-size: 20px;
	color: #fde6d5;
	position: absolute;
	top: 4px;
	left: 10px;
}

.toTop {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: -10px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background: #a3176f;
	visibility: hidden;
	opacity: 0;
	border-radius: 25px;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.toTop.toTopvisible,
.toTop.toTopfadeout,
.toTop:hover,
.toTop:active {
	right: 30px;
}

.toTop:hover {
	background-color: #f2ba55;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.toTop {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.toTop {
		height: 50px;
		width: 50px;
		right: -10px;
		bottom: 30px;
	}

	.toTop i {
		top: 9px;
		left: 15px;
	}
}

.toTop:hover i,
.toTop:active i {
	color: #000;
}

.toTop.toTopvisible {
	visibility: visible;
	opacity: 1;
	z-index: 1000;
}

/* .toTop.toTopfadeout {
    opacity: .4;
} */




.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}