body {
	font-size: 1.2em;
	font-family: "Open Sans", sans-serif;
	padding-top: 56px; /* De la place pour le menu fixed-top */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Nunito", sans-serif;
}
a {
	color: #4154f1;
	text-decoration: none;
}

/********************* Navbar *****************/
.navbar {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
}
.navbar-brand {
	font-size: 1.75rem;
}
.navbar-brand img {
	vertical-align: baseline;
	width : 7%;
}

#header {
	padding: 0px;
	background-color: black;
	color : white;
}


.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
	background-color: black;
	padding: 0.5em;
	color: white;
}

/********************* Herobanner *****************/
.icon {
width: 100%;
}

.hero {
	min-height: 100vh;
	padding: 120px 0 60px 0;
	background-image: url("../images/accueil2.JPG"), url("../images/accueil6.jpg"), url("../images/accueil1.JPG"), url("../images/accueil5.jpg"), url("../images/accueil7.jpg");
	background-attachment: fixed;
	background-size: cover;
	animation: changeBackground 20s linear infinite;  /* 4s par image avec 3 images (12s au total) */
}

/* Animation pour le changement d'images */
@keyframes changeBackground {
  0% { opacity: 1; }
  20% { background-image: url("../images/accueil6.jpg"), url("../images/accueil1.JPG"), url("../images/accueil5.jpg"), url("../images/accueil7.jpg"), url("../images/accueil2.JPG"); }
  40% { background-image: url("../images/accueil1.JPG"), url("../images/accueil5.jpg"), url("../images/accueil7.jpg"), url("../images/accueil2.JPG"), url("../images/accueil6.jpg"); }
  60% { background-image: url("../images/accueil5.jpg"), url("../images/accueil7.jpg"), url("../images/accueil2.JPG"), url("../images/accueil6.jpg"), url("../images/accueil1.JPG"); }
  80% { background-image: url("../images/accueil7.jpg"), url("../images/accueil2.JPG"), url("../images/accueil6.jpg"), url("../images/accueil1.JPG"), url("../images/accueil5.jpg"); }
  100% { opacity: 1; }
}

.hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	color: white;    /* COULEUR */
}
.hero h2 {
	color: white;    /* COULEUR */
	margin: 15px 0 0 0;
	font-size: 25px;
}

.cta-btn {
	background-color : rgba(255,255,255,0.1);
	color: white !important;   /* COULEUR */
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	font-size: 1rem;
	padding: 0.5em 1em;
}

.cta-btn:hover i {
	margin-left: 5px;
	margin-right: 0;
}
.cta-btn i {
	margin-right: 5px;
	transition: margin 300ms;
}

/********************* all sections ******************************/
section {
	padding: 60px 0;
}

.section-header {
	text-align: center;
	padding-bottom: 40px;
	font-weight: 700;
}

.section-header h2 {
	font-size: 0.8rem;
	letter-spacing: 2px;
	color: #4154f1;
	text-transform: uppercase;
}

.section-header p {
	font-size: 2rem;
	color: #012970;
}

/*****************************************************/
/********************* About section *****************/
/*****************************************************/
.about .content {
	margin-right: 20px;
}

.about h3 {
	font-size: 14px;
	font-weight: 700;
	color: #1B5A61;
	text-transform: uppercase;
}

.about h2 {
	font-size: 24px;
	font-weight: 700;
	color: #1B5A61;  /* COULEUR */
}

.about p {
	margin: 15px 0 30px 0;
	line-height: 25px;
	font-size: 17px;
}

/* About : values*/
.values .box {
	padding: 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	text-align: center;
	transition: 0.3s;
	height: 100%;
}

.values .box img {
	padding: 30px 50px;
	transition: 0.5s;
	transform: scale(1.1);
}

.values .box h3 {
	font-size: 24px;
	color: #012970;
	font-weight: 700;
	margin-bottom: 18px;
}

.values .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
	transform: scale(1);
}

/*****************************************************/
/********************* exhib section *****************/
/*****************************************************/
.exhib {
	overflow: hidden;
	background-color: rgba(10,10,10,0.03);
	
	
	padding: 40px;
	margin: 20px;
}



.exhib h3 {
	font-size: 14px;
	font-weight: 700;
	color: #1B5A61;
	text-transform: uppercase;
}

.exhib h2 {
	font-size: 24px;
	font-weight: 700;
	color: #1B5A61;  /* COULEUR */
}

.exhib  p {
	padding: 15px ;
	line-height: 24px;
}


/*****************************************************/
/***************** Portfolio section *****************/
/*****************************************************/
.portfolio #portfolio-filters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
}

.portfolio #portfolio-filters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: 600;
	color: #444444;
	transition: color 0.3s, border-color 0.3s;
	border-radius: calc(1rem + 20px);
	border: 1px solid #fff;
	margin: 0 0.5rem;
}

.portfolio #portfolio-filters li:hover,
.portfolio #portfolio-filters li.filter-active {
	color: #4154f1;
	border-color: #4154f1;
}

.portfolio .portfolio-wrap {
	position: relative;
	overflow: hidden;
}
.portfolio .portfolio-wrap .portfolio-info {
	position: absolute;
	top: 50px;
	left: 50px;
	bottom: 50px;
	right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
	opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 35px;
	border-top: 3px solid rgba(0, 40, 110, 0.5);
	border-left: 3px solid rgba(0, 40, 110, 0.5);
}

.portfolio .portfolio-wrap .portfolio-info::after {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	border-bottom: 3px solid rgba(0, 40, 110, 0.5);
	border-right: 3px solid rgba(0, 40, 110, 0.5);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.portfolio .portfolio-wrap:hover img {
	transform: scale(1.1);
}
.portfolio .portfolio-wrap img {
	transition: transform 0.5s;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .member-img:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../images/team-shape.svg) no-repeat center bottom;
	background-size: contain;
	z-index: 1;
}

.team .member .social {
	position: absolute;
	right: -100%;
	top: 30px;
	opacity: 0;
	border-radius: 4px;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.team .member .social a {
	transition: color 0.3s;
	color: rgba(0, 40, 110, 0.5);
	margin: 15px 12px;
	display: block;
	line-height: 0;
	text-align: center;
}

.team .member .social a:hover {
	color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
	font-size: 18px;
}

.team .member .member-info {
	padding: 0.5rem;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #012970;
}

.team .member .member-info span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	padding-top: 15px;
	line-height: 26px;
	color: #5e5e5e;
}

.team .member:hover {
	transform: scale(1.08);
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
	right: 8px;
	opacity: 1;
}

#bg-research {
	background-image: url(../images/background-research.JPG);
	background-size: cover;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#bg-research p {
	color: white;
	font-size: 25px;
}

#bg-research h2 {
	color: white;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-container {
	height: 100px;
}

.clients .clients-slider .swiper-slide img {
	opacity: 0.5;
	transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
	opacity: 1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4154f1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
	color: #444444;
	background: #f0f0ff;
	padding: 30px;
	font-size: 0.75em;
}

.contact .info-box i {
	font-size: 38px;
	line-height: 0;
	color: #4154f1;
}

.contact .info-box h3 {
	color: #012970;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.contact .email-form {
	background: #f0f0ff;
	padding: 30px;
	height: 100%;
}

.contact .email-form input:focus,
.contact .email-form textarea:focus {
	border-color: #4154f1;
}

.contact .email-form button[type="submit"] {
	background: #4154f1;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .email-form button[type="submit"]:hover {
	background: #5969f3;
}

#contact {
  background-image: url('../images/contact.JPG');
  min-height: 100vh;
  padding: 50px 20px 20px 20px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

#contact-title p{
	color : white;
}

#contact-title h2{
	color : white;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #f0f0ff;
	padding: 0 0 30px 0;
	font-size: 14px;
}

.footer .footer-newsletter {
	padding: 50px 0;
	background: #f0f0ff;
	border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	color: #012970;
}

.footer .footer-newsletter form {
	margin-top: 20px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 8px;
	width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 30px;
	margin: 3px;
	background: #4154f1;
	color: #fff;
	transition: 0.3s;
	border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
	background: #5969f3;
}

.footer .footer-top {
	background: white url(../images/footer-bg.png) no-repeat right top;
	background-size: contain;
	border-top: 1px solid #e1ecff;
	border-bottom: 1px solid #e1ecff;
	padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info {
	margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
	line-height: 0;
	margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #012970;
	font-family: "Nunito", sans-serif;
	margin-top: 3px;
}

.footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
	font-size: 20px;
	display: inline-block;
	color: rgba(0, 40, 110, 0.5);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
	color: #012970;
}

.footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #012970;
	text-transform: uppercase;
	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: #d0d4fc;
	font-size: 12px;
	line-height: 0;
}

.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: #013289;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
	color: #4154f1;
}

.footer .footer-top .footer-contact p {
	line-height: 26px;
}

.footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: #012970;
}

.footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #012970;
}
