
/* Index */


/*--------------------------------*/
/*      000 General		          */


@media print {
    p {
        color: black;
    }
}

body {
	Background-color: #2f3a60;
	font-family: jura, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white !important;
	z-index: 10;
}


@media only screen and (max-width: 480px) {
	body {
		font-size: 11pt;
	}
}

@media only screen and (min-width: 481px) {
	body {
		font-size: 14pt;
	}
}

.titre-section {
	padding-top: 10vh;
	text-align: center;
}


@media only screen and (max-width: 480px) {
	.paragraph-intro {
		font-size: 16pt;
	}
}

@media only screen and (min-width: 481px) {
	.paragraph-intro {
		font-size: 24pt;
	}
}



@media only screen and (max-width: 480px) {
	.paragraph-titre {
		font-size: 14pt;
		font-weight: 700;
	}
}

@media only screen and (min-width: 481px) {
	.paragraph-titre {
		font-size: 18pt;
		font-weight: 700;
	}
}


.center-stuff {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}

.justified {
	text-align: justify;
}

p > a:link, p > span > a:link {
  color: white;
  text-decoration: none;
  border-bottom: dotted;
}

p > a:visited, p > span > a:visited {
  color: white;
  text-decoration: none;
  border-bottom: dotted;
}

P > a:hover, p > span > a:hover {
  color: white;
  text-decoration: none;
  border-bottom: dotted;
}

p > a:active, p > span > a:active {
  color: white;
  text-decoration: none;
  border-bottom: dotted;
}


/*--------------------------------*/
/*      100 Navbar static         */


.navbar-a {
	min-height: 50px !important;
	max-height: 50px !important;
	margin-bottom: 0 !important;
	border: none !important;
	background-color: #2f3a60 !important;
	z-index:2000;
	}

.brand-text {
	font-family: jura, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15pt !important;
	color: white !important;
}

a:active.brand-text, 
a:focus.brand-text,
a:hover.brand-text {
	font-family: jura, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	color: lightgray !important;
	text-decoration: none;
}

.nav-aa {
	font-family: jura, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 10pt !important;
	color: white !important;
}

.navbar-toggler {
	size: 15px 15px !important;
	padding: 0 0;
    vertical-align: center !important;
}


.navbar-collapse.collapse.navbar-static {
    background-color: #2f3a60 !important;
}

.navbar-b {
	min-height: 35px !important;
	max-height: 35px !important;
	margin-bottom: 0 !important;
	border: none !important;
	background-color: #4f61a1 !important;
	z-index:1000;
	}

.nav-link2 {
	font-weight: 700;
}



@media only screen and (max-width: 400px) {
	.nav-link2 {
		font-size: 9pt;
	}
}


@media only screen (min-width: 401px) and (max-width: 480px) {
	.nav-link2 {
		font-size: 11pt;
	}
}

@media only screen and (min-width: 481px) {
	.nav-link2 {
		font-size: 14pt;
	}
}


/*--------------------------------*/
/*      200 Hero picture          */


.hero-image {
    top:0;
	margin: auto;
	height: 50vh;
	width: auto;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("hero.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.hero-page {
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px; 
	text-align: center;
	position: absolute !important;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -35%);
	z-index: 500;
}




/*--------------------------------*/
/*      300 Intro		          */




/*--------------------------------*/
/*      400 Presentation          */


.hero-image2 {
    top:0;
	margin: auto;
	min-height: 67vh;
	width: auto;
	background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("presentation.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 500;
}



/*--------------------------------*/
/*      500 Specialties           */




/*--------------------------------*/
/*      600 Honoraires	              */

.honoraires-section {
	background-color: rgba(0, 0, 0, 0.5);
}



/*--------------------------------*/
/*      700 Specialties           */


a:link.footer-picto,
a:active.footer-picto,
a:focus.footer-picto,
a:hover.footer-picto {
    text-decoration: none;
    border-bottom: none;
}

/*--------------------------------*/
/*      1000 Other	              */

#myBtn {
  display: none;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  border: none;
  outline: none;
  background-color: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  color: black;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  font-size: 15pt; 
}

#myBtn:hover {
  background-color:  linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  color: white;
}

.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
}
