body {
    color: #47525E;
}

*, :focus {
    outline: 0 !important
}

.bsnav-body-wrapper {
    padding-bottom: 100px
}

.navbar-brand {
    /* #FFU
    background: url(brand.png) center/cover no-repeat;
    */
    font-size: 0;
    width: 110px;
    height: 28px;
    min-height: 28px;
    margin: 18px 15px 18px 0;
    opacity: .6;
    /**/
    opacity: 1;
}

.bsnav-brand-top .navbar-brand {
    margin-top: 5px;
    margin-bottom: 5px
}

.bsnav-light .navbar-brand, .bsnav-overlay .navbar-brand, .bsnav-overlay-light .navbar-brand {
    opacity: .8;
    /**/
    opacity: 1;
}

.bsnav-dark .navbar-brand, .bsnav-light .navbar-brand, .bsnav-overlay .navbar-brand {
    background: url(images/brand-white.png) center/cover no-repeat
}

.bsnav-sticky {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}

#brand {
    height: 94px;
  	width: 144px;
}

/**/
.navbar-nav .nav-item {
    color: #47525E;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

    .navbar-nav .nav-item:hover {
        color: #93282B;
    }

    .navbar-nav .nav-item.active > .nav-link {
        color: #93282B;
    }

    .navbar-nav .nav-item > .nav-link:hover {
        color: #93282B;
    }

    .navbar-nav .nav-item.active > .nav-link:hover {
        color: #93282B;
    }

/**/
.navbar-nav .nav-item-line {
    color: #47525E;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

    .navbar-nav .nav-item.nav-item-line.active> .nav-link {
        color: #93282B;
    }

    .navbar-nav .nav-item.nav-item-line.active> .nav-link:hover {
        color: #93282B;
    }

    .navbar-nav .nav-item-line.active> .nav-link:hover {
        color: #93282B;
    }

    .navbar-nav .nav-item-line.active> .nav-link:focus {
        color: #93282B;
    }

.navbar-nav .nav-item.nav-item-line>.nav-link::after {
    content: '';
    background: #93282B;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    position: absolute;
    transition: .3s;
}

/**********************/
.navbar-nav .nav-item.nav-item-line > .nav-link:hover {
    color: #93282B;
}

.navbar-nav .nav-item.nav-item-line > .nav-link:focus {
    color: #93282B;
}

.navbar-nav .nav-item.nav-item-line > .nav-link:hover:focus {
    color: #93282B;
}

.navbar-nav .nav-item.active > .nav-link, .navbar-nav .nav-item:active:focus > .nav-link, .navbar-nav .nav-item:active > .nav-link, .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item:hover > .nav-link {
    color: #93282B;
}

/******************************************************************************/
/* GLOBAL STYLES                                                              */
/******************************************************************************/
.mm-default-font-size {
  	font-size: 24px;
}

.mm-font-base {
    font-family: "Lato";
}

.mm-font-2nd {
    font-family: "Roboto";
}

.mm-font-3rd {
    font-family: "PT Sans";
}

.mm-text-color {
  	color: #47525E;
}

.mm-color {
    color: #93282B;
}

.mm-bck-color {
    background-color: #93282B;
  	color: white;
}

.mm-color-inverse {
    background-color: #93282B;
  	color: white;
}

.link-like {
    padding: 4px 8px;
    color: #47525E;
}

    .link-like:hover {
        text-decoration: none;
        color: white;
        background-color: #93282B;
    }

/******************************************************************************/
/* ALL PAGES                                                                  */
/******************************************************************************/
a {
  	color: #47525E;
  	text-decoration: none;
}

a:hover {
  	color: #93282B;
  	text-decoration: none;
}

/**/
.internal-link {
  	border-bottom: 1px dashed #93282B;
}

.external-link {
  	border-bottom: 1px dashed;
}

.maximize-container {
    position: relative;
    left: 84%;
    top: 0px;
  	padding-bottom: 10px;
}

/**/
/* tooltip pour liens internes et externes */
.internal-link:hover {
}

.external-link:hover {
}

/**/
.btn.mm-color-inverse:hover {
	color: white;
}

.mm-page-titre {
  	font-size: 32px;
  	font-weight: bold;
  	color: #93282B;
}

.mm-page-texte {
  	font-size: 20px;
}

.titre-specialite {
  	border-bottom: 1px solid #ccc;
}

img {
  	max-width: 100%;
    max-height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#divNavBarMenu {
  background: white;
}

#imgBrand {
	border: 1px solid white;
  	border-bottom: 0;
}

#brand {
	margin-left: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .bsnav-brand-top {
        flex-flow: inherit;
    }

    .navbar-nav .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .bsnav-brand-top {
        flex-flow: inherit;
    }

    .navbar-nav .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 20px;
    }
}

.mnu-phone .nav-link span {
  	border-radius: 4px;
  	background-color: #93282B;
  	color: white;
  	padding: 5px;
}

.nav-item.nav-item-line.mnu-phone:hover {
  	font-weight: 400;
  	cursor: none;
}

.nav-item.nav-item-line.mnu-phone a:hover {
  	cursor: default;
}

.navbar-nav .nav-item.nav-item-line.mnu-phone>.nav-link::after {
    content: '';
    background: #93282B;
    width: 0;
    height: 0px;
    left: 50%;
    bottom: 0;
    position: absolute;
    transition: .3s;
}


/**/
@media (min-width: 768px) and (max-width: 768px) {
	#mnu-phone {
		position: fixed;
      	top: 0;
      	left: 39%;
  	}
}

/******************************************************************************/
/* Animation à l'affichage                                                    */
/******************************************************************************/
.animate{animation:opac 0.8s} @keyframes opac{from{opacity:0} to{opacity:1}}

/******************************************************************************/
/* Icône "MAP MARKER"                                                         */
/******************************************************************************/
.p-map-marker {
  style="font-size: 14px;
}

/******************************************************************************/
/* Icône de type "Texte"                                                      */
/******************************************************************************/
.icone-texte{
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  text-align: center;
  background-color: #eee;
  color: #47525E;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/******************************************************************************/
/* Container de la "Flèche Retour" (Back)                                     */
/******************************************************************************/
#ctlBackContainer {
  font-size: 1.1em;
}

/******************************************************************************/
/* BAS DE PAGE                                                                */
/******************************************************************************/
#divFooterContainer {
	margin-top: 65px;
}

#divFooter {
  	padding-top: 25px;
}

/**/
#divFooterCol1 {
}

/**/
#divFooterCol2 {
	border-left: 1px solid #dee2e6;
}

/**/
#divFooterCol3 {
	border-left: 1px solid #dee2e6;
}

/**/
#divFooterCol4 {
	border-left: 1px solid #dee2e6;
}

/**/
@media (max-width: 1366px) {
  #divFooter {
	flex: 0 0 95%;
    max-width: 95%;
  }
}

/**/
@media (max-width: 1024px) {
  #divFooter {
	flex: 0 0 98%;
    max-width: 98%;
  }
}

/**/
@media (max-width: 1024px) {
  #divFooterCol2 {
	border-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
  }
  #divFooterCol3 {
	border-left: 0;
    margin-top: 15px;
    padding-top: 15px;
  }
  #divFooterCol4 {
	border-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
  }
}

/**/
@media (min-width: 1024px) and (max-width: 1024px) {
  #divFooterCol2 {
	border-left: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  #divFooterCol3 {
	border-left: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  #divFooterCol4 {
	border-left: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

/**/
.img-grayscale {
  filter: grayscale(0%);
}

.img-grayscale:hover {
  filter: grayscale(0%);
}

/**/
.page-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
    padding: 0;
}

.page-modal-content {
    background-color: white;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 20px;
  	overflow: auto;
}

.page-modal-text {
  	height: auto;
  	overflow-y: auto;
}

.page-modal-text div {
  	height: auto;
  	overflow-y: auto;
}

/**/
#main-content-logo-container {
	position: absolute;
    height: 96px;
  	z-index: 1000001
}

/**/
.main-content-header-fixed {
	z-index: 999999;
    background: white;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 25px;
    left: 0;
}

.main-content-body-fixed {
    margin-top: 200px;
  	margin-bottom: 50px;
}

/**/
.main-content-header-fixed-2 {
	z-index: 999999;
    background: white;
    position: absolute;
    width: 96%;
    top: 0;
    padding-top: 25px;
    left: 2%;
}

.main-content-body-fixed-2 {
    margin-top: 125px;
}

/******************/
#cmdMaximize {
  	display: block;
  	margin-left: 50%;
}

@media (max-width: 1440px) {
  #cmdMaximize {
  	margin-left: 40%;
  }
}

.cmd-modal-container {
  	display: block;
  	margin-left: 50%;
}

@media (max-width: 1440px) {
  .cmd-modal-container {
  	margin-left: 40%;
  }
}

@media (max-width: 768px) {
  .cmd-modal-container {
  	display: inline;
  	margin-left: 0;
  }
}

/*******************/
#brand-title {
  	display: none;
  	font-size: 30px;
  	font-weight: bolder;
    color: #93282B;
    margin: 0 auto;
  	margin-top: -2px;
    margin-left: 15%;
}

@media (max-width: 414px) {
  #brand-title {
    display: block;
    margin-left: 17%;
  }
}

@media (max-width: 375px) {
  #brand-title {
    display: block;
    margin-left: 15%;
  }
}

@media (max-width: 320px) {
  #brand-title {
    display: block;
    margin-left: 10%;
  }
}

/*******************/
#main-form {
  	min-height: 420px;
}

@media (max-width: 414px) {
  #main-form {
      min-height: auto;
  }
}

/*********************/
/* #ERH (15/09/2026) */

.bsnav-mobile {
  z-index: 999999;
}

