@font-face {
    font-family: 'Oxford';
    font-style: normal;
    font-weight: 400;
    src: local('Oxford'), url('../fonts/OXFORD.woff') format('woff');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

.vbox-figlio{
	width:800px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loaderVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  margin:0;
  width:200px;
  min-width: 100%;
  min-height: 100%;
  background:#fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #47b2e4;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	transition: all 0.4s;
	border:2px solid #fff;
}
.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #6bc1e9;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: 80px;
	background: /*rgba(0,93,175, 0.6);*/ linear-gradient(90deg, rgba(0,93,175, 0.6), rgba(0,93,175, 0.6), rgba(0,93,175, 0.6), rgba(0,93,175, 0.6), rgba(244,150,17, 0.6), rgba(244,175,17, 0.6));
	border-bottom: 2px solid rgba(244,150,17, 1);
	transition: all 0.5s;
	z-index: 997;
}
#header.header-scrolled, #header.header-inner-pages {
	background: /*rgba(0,93,175);*/ linear-gradient(90deg, rgba(0,93,175), rgba(0,93,175), rgba(0,93,175), rgba(0,93,175), rgba(244,150,17), rgba(244,175,17)); 
}
#header .logo {
	line-height: 1;
	font-weight: 500;
	font-family: 'Calisto MT';
	vertical-align: middle;
	display: table-cell;
	color: #fff;
}
#header .logo h2 {
	position:absolute;
	top:50%;
	left:50px;
	transform: translateY(-50%);
	font-family: 'Calisto MT';
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
#header .logo a {
  color: #fff;
}
#header .logo a:hover{
  color: #fff;
}
#header .logo img {
  max-height: 100px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	margin-right: 50px;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
	font-family: 'Calisto MT';
	padding: 15px 10px;
	margin-left:5px;
	border: 2px solid transparent;
	text-shadow: 2px 2px 2px #005DAF;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #47b2e4;
	padding: 5px 10px;
	background-color:#fff;
	border-radius:10px;
	border: 2px solid #000;
	text-shadow: none;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding: 15px 0;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
	margin-right:10px;
  }

	.navbar {
		margin-right: 0;
	}

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 10px;
	right: 2px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	background: rgb(0,93,175);
	overflow-y: auto;
	transition: 0.3s;
	background-image:url('../img/LoireBretagneElevage.png');
	background-repeat:no-repeat;
	background-position:bottom 10% center;
	background-size:220px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url("../img/bg-hero2.jpg");
	background-size: cover;
	position: relative;
}
#hero .container {
  padding-top: 72px;
  text-align:center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Calisto MT';
	text-shadow: 2px 2px 2px #000;
}
#hero h2 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 50px;
  font-size: 24px;
  font-family: 'Calisto MT';
	text-shadow: 2px 2px 2px #000;
}

#hero .imgTitle img {
	text-align: center;
	height: 78px;
	width: 280px;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 290px;
  }
  #hero .imgTitle img {
    height: 50px;
	width: 200px;
  }
}

@media (max-width: 950px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	#hero .hero-img img {
		width: 220px;
	}
}

@media (max-width: 768px) {
	#hero .hero-img img {
		width: 200px;
	}
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f3f5fa;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
	padding: 12px 0;
	text-align: center;
	background:#fff;
}
.cliens img {
	max-width: 45%;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
	filter: none;
}
.cliens img:hover {
	filter: contrast(200%);
	transform: scale(1.1);
}
@media (max-width: 768px) {
	.cliens img {
		max-width: 40%;
	}
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
	background: linear-gradient(45deg, #F49611, #8db4f7, #fff, #fff, #fff, #8db4f7, #F49611, #F49611);
	background-size:cover;
	background-position:center;
}
/*#about {
	background: linear-gradient (45°, #005DAF, #005DAF, #8db4f7, #8db4f7, #8db4f7);
}*/

.page02 .content h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.page02 .content ul {
  list-style: none;
  padding: 0;
}

.page02 .content ul li {
  padding-bottom: 10px;
}

.page02 .content p {
  color: black;
}

.page02 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3300c1;
}

.page02 .content p:last-child {
  margin-bottom: 0;
}

.page02 .container {
  margin-bottom: 20px;
}

.section-bg {
  background-color: #000000;
}

.section-title {
  text-align: center;
}

.section-title h3 {
  padding: 40px;
  font-size: 32px;
  color: #005DAF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-title h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #37517e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  text-align: center;
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}

.about .equipe img {
	border: solid 6px;
	border-color: #005DAF #F49611 #F49611 #005DAF;
}

.sdc {
 padding-bottom: 60px;
}

.texte p {
	color: #000000;
	font-weight: 600;
	padding: 10px;
}

.concession img {
	height: 32px;
	width: 115px;
}

/*.about {
	background: background: rgba(0,93,175,0.9);
	background-size:cover;
	background-position:center;
}

.about .container{
	padding:90px;
	box-shadow: 4px 4px 40px #000000;
	background: #fff;
}

.about .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.about .section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #47b2e4;
	text-shadow: 2px 2px 2px #000;
}

.about .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.about .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #37517e;
  bottom: 0;
  left: calc(50% - 20px);
}
.about .section-title p {
  margin-bottom: 0;
}

.about .content {
	padding: 30px;
}

.about .content p {
  padding: 10px;
  font-size: 16px;
  color: #000;
}
.about .content p:last-child {
  margin-bottom: 0;
}
*/
.about .video-box {
  position: relative;
  padding: 30px;
}

.about .play-btn {
  top: 250px;
  width: 74px;
  height: 74px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
 }

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F9C87F;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
/*--------------------------------------------------------------
# Activity
--------------------------------------------------------------*/

.activity{
	background-image:url('../img/structure-metalique-enclot-vache-loire-bretagne-elevage.jpg');
	background-size:cover;
	background-position:center;
}

.activity .container{
	padding:30px;
	box-shadow: 4px 4px 40px #000;
	background:rgba(255,255,255,0.5);
}

.activity .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.activity .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.activity .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.activity .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #37517e;
  bottom: 0;
  left: calc(50% - 20px);
}
.activity .section-title p {
  margin-bottom: 0;
}

.activity .member {
	border: solid 4px;
	border-color: #005DAF #F49611 #F49611 #005DAF;
	height:350px;
	position: relative;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 5px;
	background: #fff;
	transition: 0.5s;
	margin-bottom:20px;
}
.activity .member .pic {
	width: 200px;
	border: solid 2px;
	border-color: #005DAF #F49611 #F49611 #005DAF;
	text-align: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	background-color:#fff;
}
@media (max-width: 768px) {
	.activity .member .pic {
		display:none;
	}
}

.activity .member .member-info {
  padding-left: 30px;
  width:100%;
}
.activity .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #005DAF;
  border-bottom: 1px solid #005DAF;
  text-align:center;
}

.activity .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.activity .member ul {
  padding: 10px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.activity .member ul li {
  padding: 10px 0 10px 30px;
  position: relative;
  font-size: 14px;
  font-weight:600;
  color:#37517e;
}
.activity .member ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio{
	background-image:url('../img/champs-loire-bretagne-elevage.jpg');
	background-size:cover;
	background-position:center;
}

.portfolio .container{
	padding:30px;
	box-shadow: 4px 4px 40px #000;
	background: rgba(255,255,255,0.6);
}

.portfolio .section-title {
	text-align: center;
	padding-bottom: 30px;
}
.portfolio .section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #005DAF;
}
.portfolio .section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.portfolio .section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #F49611;
	bottom: 0;
	left: calc(50% - 20px);
}
.portfolio .section-title p {
	margin-bottom: 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: solid 1px;
  border-color: #005DAF #F49611 #F49611 #005DAF;
  background: #47b2e4;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #005DAF;
  background: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.portfolio .portfolio-item .portfolio-img {
	overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
	border-radius: 10px;
	border: 4px ridge #47b2e4;
	border-color: #005DAF #F49611 #F49611 #005DAF;
	transition: all ease-in-out 0.4s;
	position: relative;
	width: 320px;
	height: 200px;
	object-fit: cover;
}
.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 3;
	right: 15px;
	transition: all 0.3s;
	background: rgba(55, 81, 126, 0.8);
	padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
	background-image:url('../img/contact-loire-bretagne-elevage.jpg');
	background-size:cover;
	background-position:center;
}
.contact .container{
	padding:30px;
	box-shadow: 4px 4px 40px #000;
	border: 4px ridge #005DAF;
	background: rgba(255,255,255,0.9);
}

.contact .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.contact .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.contact .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.contact .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.contact .info-box {
	color: #444444;
	text-align: center;
	padding: 20px 0 30px 0;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
	border:2px solid #005DAF;
	height:200px;
}
.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #37517e;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#106eea;
}
.contact .info-box a {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#106eea;
}
.contact .info-box a:hover {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#106eea;
}
.contact iframe{
	border:2px solid #005DAF;	
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
	border:2px solid #005DAF;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  border:2px solid #000;
}
.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
  font-size: 14px;
  background: #37517e;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
footer .copyright {
    color: #fff;
	text-align:center;
    margin-bottom: .3rem;
}

footer .credits {
	text-align:center;
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
	font-family: 'Calisto MT', sans-serif;
}

footer .footer-links h6{
	text-align:center;
	color:#fff;
	margin-bottom:5px;
	font-size:12px;
	font-family: 'Calisto MT', sans-serif;
}
footer .footer-links{
	text-align:center;
	padding-bottom:20px;
	margin-top:15px;
	font-family: 'Calisto MT', sans-serif;
}
footer .footer-links a{
	text-align:center;
	color:#fff;
	font-family: 'Calisto MT', sans-serif;
}

.card-body h2{
	color:#000;
	font-size:20px;
	font-family: 'Calisto MT', sans-serif;
}

.card-body h5{
	color:#000;
	font-size:14px;
	font-family: 'Calisto MT', sans-serif;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    position: relative;
	text-align: center;
    color: #fff;
    padding: 30px;
    background: linear-gradient(90deg, #ECE3DA, #093175, #093175, #093175, #093175, #093175, #093175, #093175, #ECE3DA);
    font-weight: 600;
}

footer .container a {
    color: #9e8773;    
    font-weight: 600;
}

footer .cook h6 {
	font-family: "calibri", sans-serif;
	color: #fff;
}

#footer color1 {
	color: #2863ed;
}

#footer color2 {
	color: #fff;
}

#footer color3 {
	color: #db1f28;
}

#footer color4 {
	color: #00B0F0;
}

#footer color5 {
	color: #FFC000;
}

/*.fdecran {
	background: #b7c793;
}*/

.remix {
	background: #a1a39d;
}

.logImg img {
	height: 48px;
	width: 54px;
}

.texte h2 {
	font-size: 22px;
	color: #000000;
	text-decoration: underline;
}

.texte h5 {
	font-size: 18px;
	color: #000000;
	text-align: justify;
}

.btn-color {
	background: url('../img/shiny-background.jpg');
	color: #fff;
	font-weight: 600;
}

.texte small {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

.card-body h2{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:20px;
}

.card-body h5{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:14px;
}