/*
@font-face {
  font-family: 'Futura-Medium';
  src: url('../fonts/Futura-Medium.eot');
  src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/Futura-Medium.woff') format('woff'),
	   url('../fonts/Futura-Medium.ttf') format('truetype'),
	   url('../fonts/Futura-Medium.svg#Futura-Medium') format('svg');
}

@font-face {
  font-family: 'Futura-Bold';
  src: url('../fonts/Futura-Bold.eot');
  src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/Futura-Bold.woff') format('woff'),
	   url('../fonts/Futura-Bold.ttf') format('truetype'),
	   url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg');
}
*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #333333;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #004c7c;  /* bleu foncé : color1 */
    
/* theme color JP */    
  --color1-color:                 #004c7c; /* bleu foncé : color1 */
  --light-blue-color:             #4fbdd1; /* bleu clair */
  --color2-color:                 #d41918; /* rouge : color2 */
  --dark-green-color:             #155726;
  --green-color:                  #159575;
  --light-green-color:            #B5D4B5;
  --pink-color:                   #ECC3B2;
    
/* fin theme color JP */

  --body-font-family:           'Lato', sans-serif;
  --title-font-family:          'Lato', sans-serif;

  --h1-font-size:               56px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 .h6 {
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h4,
h6, .h6 {
  font-weight: var(--font-weight-normal);
  font-family: var(--title-font-family);    
}

h1, .h1,
h2, .h2 {
  font-weight: var(--font-weight-bold);
}

h1, .h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2, .h2 {
  font-size: var(--h2-font-size);
}

h3, .h3 {
  font-size: var(--h3-font-size);
}

h4, .h4 {
  font-size: var(--h4-font-size);
}

h5, .h5 {
  font-size: var(--h5-font-size);
}

h6, .h6 {
  font-size: var(--h6-font-size);
}

.font-light {
    font-weight: var(--font-weight-light);
}

p, li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

/*
.Futura-Medium {
    font-family: 'Futura-Medium', sans-serif !important;
    font-weight: 400;
}
*/

.text-justify {
    text-align: justify;
}
.text-uppercase {
    text-transform: uppercase;    
}

/* theme color JP */
.accent-orange {
    color: var(--color1-color) !important;
}
.fond-orange {
    background-color: var(--color1-color) !important;
}
.accent-vert-fonce {
    color: var(--dark-green-color) !important;
}
.fond-vert-fonce {
    background-color: var(--dark-green-color) !important;
}
.accent-vert-moyen {
    color: var(--green-color) !important;
}
.fond-vert-moyen {
    background-color: var(--green-color) !important;
}
.accent-vert-clair {
    color: var(--light-green-color) !important;
}
.fond-vert-clair {
    background-color: var(--light-green-color) !important;
}
.accent-rose {
    color: var(--pink-color) !important;
}
.fond-rose {
    background-color: var(--pink-color) !important;
}

/* parismat*/
.accent-color1 {
    color: var(--color1-color) !important;
}
.accent-color2 {
    color: var(--color2-color) !important;
}
.fond-color2 {
    background-color: var(--color2-color) !important;
}
.accent-bleu-clair {
    color: var(--light-blue-color) !important;
}
.fond-bleu-clair {
    background-color: var(--light-blue-color) !important;
}
.text-black {
    color: #000;
}

.hr-inner-style {
	width: 50px;
	height: 4px;
	display: inline-block;
}

h3.av-special-heading-tag {
    font-size: 32px;
    border-left: 4px solid #d41918;
    padding-left: 8px;
    line-height: 2rem;
}

.bg-home {
    background-image: url("../images/bg_bleu_points_blancs-1030x579.jpg");
    background-repeat:repeat;
    background-size:auto;
    background-attachment:fixed;
}

.bg-counter {
    background-image: url("../images/bg-counter.png");
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment:fixed;
}

.bg-references {
    background-image: url("../images/bg-references.png");
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment:fixed;
}

.bg-contact {
    background-image: url("../images/bg-contact.png");
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment:fixed;
}

.btn {
	background: var(--color1-color);
	border: none;
	border-radius: 5px;
	color: var(--white-color);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	padding: 8px;
	transition: all 0.6s ease-out;
}

.btn-vert-fonce {
	background: var(--dark-green-color) !important;
}
.btn-rose {
	background: var(--pink-color) !important;
}
.btn-vert-moyen {
	background: var(--green-color) !important;
}

.btn:hover
 {
	background: var(--color1-color) !important;
}

.btn-color1 {
	background: var(--color1-color) !important;
}
.btn-color2 {
	background: var(--color2-color) !important;
}

.btn-color1:hover,
.btn-color2:hover,
.btn-vert-fonce:hover,
.btn-vert-moyen:hover,
.btn-rose:hover {
	background: var(--dark-color) !important;
	color: var(--white-color) !important;
}

/* fin theme color JP */


.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--dark-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
  max-width: 230px;
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/

.navbar {
  z-index: 9;
  right: 0;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-brand {
  color: var(--color1-color);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

/*
.navbar-nav .nav-link::after {
  content: "\f140";
  font-family: bootstrap-icons;
  display: inline-block;
  margin-left: 10px;
  color: var(--color1-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-nav .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
*/

.navbar-nav .nav-link {
  color: var(--p-color);
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-bold);
  position: relative;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
  color: var(--color2-color);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-item.active .nav-link,
.nav-link:focus, 
.nav-link:hover {
  color: var(--color2-color);
}

.nav-link:focus {
  color: var(--p-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero, .hero-short {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero {
    height: 100vh;
  }
  .hero-short {
    height: 50vh;
  }

  .custom-video,
  .news-detail-image {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .sticky-wrapper {
    position: relative;
    bottom: 76px;
  }
}

.heroText,
.heroText-short {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}
.heroText {
  top: 50%;
}
.heroText-short {
  top: 40%;
}

.carousel-caption {
	/*position: absolute;
	right: 15%;
    */
	bottom: 50% !important;
    /*
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
    */
}
.carousel-caption-logo {
	position: absolute;
	/*right: 75%;*/
	top: 5%;
	left: 5%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.overlay-img:after {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content:"";
  height:100%;
  width:100%;    
}

.overlay-img2:after {
  background: linear-gradient(to bottom, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content:"";
  height:100%;
  width:100%;    
}

/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  padding: 22px 25px 32px 25px;
}

#myCarousel .carousel-control-next, 
#myCarousel .carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

#myCarousel .carousel-control-prev {
  right: 4rem;
  left: auto;
}

#myCarousel .carousel-control-next-icon, 
#myCarousel .carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

/*---------------------------------------
  PORTFOLIO               
-----------------------------------------*/
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-info {
  margin: 15px;
}

/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/

.news,
.related-news {
  background: var(--section-bg-color);
}

.news-thumb {
  position: relative;
}

.news-category {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 4px 12px;
  display: inline-block;
}

.news-text-info {
  margin: 0 20px;
}

.news-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-title-link {
  color: var(--title-color);
  display: inline-block;
}

.news-title-link:hover {
  color: var(--dark-color);
}

.portfolio-image,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
}

.news-image-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding-bottom: 4px;
  height: 100%;
}

.news-image-hover::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #198754;
}

.news-image-hover-warning::after {
  background: #ffc107;
}

.news-image-hover-primary::after {
  background: #0d6efd;
}

.news-image-hover-success::after {
  background: #198754;
}

.news-image-hover:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 9;
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
  transform: scale(1.02);
}

.news-two-column {
  min-height: 199px;
  margin-bottom: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-radius: 0;
  font-weight: var(--font-weight-normal);
    /*
  padding-top: 12px;
  padding-bottom: 12px;
    */
}

/*
.contact-form button[type='submit'] {
  background: var(--dark-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 16px;
  transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
  background: var(--color1-color);
}
*/

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.form-floating > textarea.form-control {
	height: 10rem;
}

.map-iframe {
  display: block;
  filter: grayscale(100);
}

/*---------------------------------------
  COUNTER
-----------------------------------------*/
.counter {
	padding-top: 2.5rem;
	padding-bottom: 5.5rem;
	text-align: center;
}

.counter .counter-cell {
	margin-bottom: 3rem;
}

.counter .font-purecounter {
	margin-bottom: 1.5rem;
	color: var(--white-color);
	font-weight: 400;
	font-size: 2rem;
	line-height: 2rem;
}

.counter .counter-info {
	color: var(--white-color);
	font-size: var(--p-font-size);
	line-height: 1.5rem;
    text-transform: uppercase; 
    font-weight: var(--font-weight-light);
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.site-footer {
  background: var(--grey-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-footer .custom-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size);
}

.site-footer .custom-link:hover,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.copyright-text {
  font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  /*color: rgba(255, 255, 255, 0.45);*/
  color: #46d4fe;
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--color1-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
    .news-two-column {
    min-height: 232.5px;
    }
    
	.counter .font-purecounter {
		font-size: 2rem;
		line-height: 3rem;
	}    
    
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-thumb {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .col-12 .news-two-column:first-child {
    margin-bottom: 38px;
  }
    
}

@media screen and (max-width: 767px) {
    .news-detail-title {
    font-size: 36px;
    }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .news-detail-title {
    font-size: 22px;
  }
}

