@font-face {
  font-family: Didact Gothic; /* set name */
  src: url(DidactGothic-Regular.ttf); /* url of the font */
}
body{
	font-family: "Didact Gothic",sans-serif,"google";
}
.carousel_haut {
	top:80px;
  width: 100%;
  position:fixed;
  height: 220px;
}
.emp_texte{
	z-index:2;
	position: relative;
	top:305px;
	background:white;
	padding:0px;
}
.carousel-fade .carousel-item{
	  background-position: center center;
	  background-size: cover;
	  height: 220px;
}
@media (max-width: 767px) {
td.large,th.large
{
	font-size: 0.6em;
}
.breadcrumb{
	display:none;
	}
}

.table-striped
{
	--bs-table-striped-bg: #dbe3eb;
	border-width: 2px;
}
tr:not(:first-child)
{
	border-bottom-color: #084279;
	border-bottom-width: 2px;
}
tr:nth-child(odd) td{
    background-color: #dbe3eb;
}
td:not(:first-child)
{
	text-align: center;
	border-color: #084279;
	border-width: 2px;
}
.table tr th.text-center
{
	color: #fff;
	background-color: #4a729a;
	font-weight: normal;
	border-width: 2px;
    border-color: #084279;
}
@media (min-width: 768px) {
	th:first-child
	{
		font-size: 1.7em;
	}
	td:not(:first-child)
{
	font-size: 1.2em;
}
	.breadcrumb::before {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb-item, .breadcrumb-item.active
{
	color: #fff;
	background-color: #084279;
}
.breadcrumb-item + .breadcrumb-item::before
{
	font-size:80%;
	--bs-breadcrumb-divider-color: white;
	opacity: .5;
}

.breadcrumb-item a,.breadcrumb-item.active a {
	padding: 10px 20px 10px 30px;
	font-family: "Didact Gothic",sans-serif,"google";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
	.breadcrumb{
  
		position: relative;
    min-width: 300px;
    top: -38px;
	font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 990px;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #969696;
	}
	.emp_texte{
		top:100vh;
}
	.carousel-fade .carousel-item{
	  background-position: center center;
	  background-size: cover;
	  height:100vh;
}
  .carousel_haut {
    top: 0px;
	left: 0px;
	width: 100%;
	height:100vh;
	position:fixed;
  }
  
.ca3-scroll-down-link {
  height: 21px;
  width: 39px;
  margin: 0 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 51.4%;
  bottom: 100px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 10;
  text-decoration: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
.ca3-scroll-down-arrow {
  background-image: url("/images/ScrollArrowBrown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #54565a;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}
h1 
{
	
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-align: left;
  text-transform: none;
  color: #084279;
}
h2 {
  font-family: "Didact Gothic",sans-serif,"google";
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #575756;
}
p 
{
  color: #575756;
  font-family: "Didact Gothic",sans-serif,"google";
  font-size: 18px;
  line-height: 1.25em;
  text-align: justify;
}
hr
{
border-bottom-width: 2px;
  border-color: #575756;
  border-style: solid;
}
a.j-calltoaction-link-style-3
{
	background-color: rgba(100, 100, 100, 0.1);
  border-color: rgba(100, 100, 100, 0.1);
  color: #575756;
  font-size: 16px;
  border-color: #084279;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  font-family: "Didact Gothic",sans-serif,"google";
  transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
  text-decoration: none;
  padding: 10px 25px;
}
.sidebar-options {
  background-color: #084279;
  z-index:1;
  position: relative;
  max-width:950px;
}
.jtpl-sidebar {
  padding: 40px 20px;
}
h3
 {
  font-family: "Didact Gothic",sans-serif,"google";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  text-transform: none;
  font-size: 28px;
  color: #454545;
  line-height: 1.25em;
}
.badge
{
	--bs-badge-font-size: 0.5em;
	right: 0% !important;
	transform: translate(-50%,-50%) !important;
}