 /* ------------------------------------------------ */
/* ------------------ TYPOS ---------------------- */
/* ------------------------------------------------ */

@font-face {
  font-family: 'CircularStdBook';
  src: url('../fonts/CircularStd-Book.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/CircularStd-Book.otf') format('opentype'); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'CircularStdBookItalic';
  src: url('../fonts/CircularStd-BookItalic.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/CircularStd-BookItalic.otf') format('opentype'); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: italic;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'CircularStdMedium';
  src: url('../fonts/CircularStd-Medium.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/CircularStd-Medium.otf') format('opentype'); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'CircularStdMediumItalic';
  src: url('../fonts/CircularStd-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/CircularStd-MediumItalic.otf') format('opentype'); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: italic;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'CircularStdBold';
  src: url('../fonts/CircularStd-Bold.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/CircularStd-Bold.otf') format('opentype'); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'CircularStdBoldItalic';
  src: url('../fonts/CircularStd-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
       url('../fonts/CircularStd-BoldItalic.otf') format('opentype'); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: italic;
  text-rendering: optimizeLegibility;
}






 /* ------------------------------------------------ */
/* ------------------ BASE ---------------------- */
/* ------------------------------------------------ */



body { 
  font-family: 'CircularStdBook', sans-serif;
  font-size: 18px; 
  font-weight: 400;	
  line-height:28px;    
  color: #000000;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CircularStdBook', sans-serif;
  font-weight: 400;	
  text-transform: none;  
}

 /* ------------------------------------------------ */
/* ------------------ MENU ---------------------- */
/* ------------------------------------------------ */


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-family: 'CircularStdBook', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a4c4d; 
  text-transform: none;  
  display: inline-block;
  padding: 0 15px;  
  margin: 0;  
}
.tm-header .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.sp-megamenu-parent > li > a{
  color: #4a4c4d;
}
.sp-megamenu-parent > li:hover > a{
  color: #000000;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a{
  color: #000000;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a{
  color: #000000;
  border-bottom:1px solid #000000;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  border: 1px solid #f2f2f2;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  font-family: 'CircularStdBook', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  /*border-bottom: 1px solid #f2f2f2;*/
  border: none;
  
	
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
font-family: 'CircularStdBook', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #4a4c4d;
  -webkit-transition: background 200ms linear, color 200ms linear;
  -moz-transition: background 200ms linear, color 200ms linear;
  -o-transition: background 200ms linear, color 200ms linear;
  transition: background 200ms linear, color 200ms linear;
  padding:10px 20px 10px 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #000000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #000000;
}

 /* ------------------------------------------------ */
/* ------------------ BACK TOP ---------------------- */
/* ------------------------------------------------ */

.back__top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.5) translateY(50px);
  transform: scale(0.5) translateY(50px);
  -webkit-transform: scale(0.5) translateY(50px);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}
.back__top:hover, .back__top:focus {
  color: #fff;
  background: #000000;
}


 /* ------------------------------------------------ */
/* ------------------ SWITCH langues ---------------------- */
/* ------------------------------------------------ */

.mod-languages  {
  
  
}
.mod-languages a {
  text-decoration: none; 
  color: #4a4c4d;
  
}

.mod-languages a:hover {
  color: #000000;
}
div.mod-languages .lang-active a {
  color: #000000;
  /*border-bottom:1px solid #000000;*/
}

 /* ------------------------------------------------ */
/* ------------------ SLIDER ---------------------- */
/* ------------------------------------------------ */

.SliderIntro{	
	z-index: 0;	
	
}
.SliderIntro .SliderLegende {
	position: absolute;
	bottom: 40px;
	left:0px;
	margin: 0 auto;
	width: 100%;
	font-family: 'CircularStdBook', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #ffffff; 	
}

.logointro {
	z-index: 1;
	position: absolute;
	top: 70px;	
	margin: 0 auto;	
	width:100%;
	height: 100%;
	text-align: center;	
	
}
.logointro img {	
	width: 20%;
	height: auto;
	-moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.logointro img:hover {	
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  .logointro img {	
	width: 30%;
	}
}
@media (max-width: 768px) {
  .logointro img {	
	width: 40%;
	}
}

@media (max-width: 576px) {
  .logointro img {	
	width: 50%;
	}
}

/*
.sp-page-builder .page-content {top:-50px;position:relative;}
#sp-header {
    background-color: transparent;   
    position: absolute;
    height: 70px;
}

#sp-header {position: absolute;box-shadow: none;}
header#sp-header {background: rgba(255,255,255,0.8);}
*/

/* ========================== HEADER =============================*/


/* Unqiquement sur la page d'accueil - ajouter class sur la page via menu */

#sp-header{
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

 /* ------------------------------------------------ */
/* ------------------ SOCIAL FOOTER ---------------------- */
/* ------------------------------------------------ */

.SocialFooter {         
	vertical-align: middle;
  text-align: right;
  padding: 0px 50px 0px 0px;
}
.SocialFooter a,
#sp-footer a{     
    margin:0px 25px 0px 25px;    
  font-size:30px;	
  background: #ffffff; 
  text-decoration:none;
  color: #666666;
  
}
.SocialFooter a:hover,
#sp-footer a:hover{ 
 
  text-decoration:none;
  color: #000000;
}


/*  Copyright  */
.Copyright {    
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  vertical-align: middle;
  text-align: left;
  padding: 0px 0px 0px 50px;
}


@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
    .SocialFooter {
	  text-align: center;
	  padding: 0px 0px 0px 0px;
	  margin:0px 0px 20px 0px; 
}
.SocialFooter a,
#sp-footer a{     
    margin:0px 10px 0px 10px;    
  
}
.Copyright {    
  text-align: center;
  padding: 0px 0px 0px 0px;
}
}

@media (max-width: 576px) {

}


 /* ------------------------------------------------ */
/* ------------------ Login ---------------------- */
/* ------------------------------------------------ */


.login .uk-button-primary{
background-color:#000000;
color:#fff;
border:1px solid transparent;
}
.login .uk-button-primary:focus,.uk-button-primary:hover{
background-color:#ffffff;
color:#000000;
}
.login .uk-button-primary.uk-active,.uk-button-primary:active{
background-color:#183cf4;
color:#fff;
}

 /* ------------------------------------------------ */
/* ------------------ Page projets ---------------------- */
/* ------------------------------------------------ */

.Projets .uk-subnav{
height:80px;
}
.Projets .uk-subnav > li > a:link{
 
  font-family: 'CircularStdBook', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;   
  text-transform: none; 
}
.Projets .uk-subnav > li > a:active{ 
 
  color: #000000; 
 
}

.Projets .uk-overlay{
background: rgba(255, 255, 255, 0.6);
display:none;
}


.Projets h3 {
	color: #000000 !important;	 
  }


 /* ------------------------------------------------ */
/* ------------------ BUILDER ---------------------- */
/* ------------------------------------------------ */

/* ------------------ fond lightbox ---------------------- */
.mfp-with-zoom.mfp-ready.mfp-bg{
opacity:0.96;
}
/* ------------------ Icon zoom ---------------------- */
.sppb-addon-image-overlay-icon{
position:absolute;
color:#fff;
text-decoration:none;
display:none;
width:36px;
font-size:24px;
height:36px;
line-height:36px;
text-align:center;
top:50%;
left:50%;
margin-left:-18px;
margin-top:-18px;
background:rgba(0,0,0,1);
border-radius:40px;
-webkit-transition:background-color .3s;
transition:background-color .3s;
z-index:2
}
.sppb-addon-image-overlay-icon:active,.sppb-addon-image-overlay-icon:focus,.sppb-addon-image-overlay-icon:hover{
text-decoration:none;
color:#000000;
background:#ffffff;
outline:0
}
.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon{
display:block;
-webkit-animation:zoomIn .2s;
animation:zoomIn .2s
}



/* ========================== PRELOADER =============================*/

/*
.sp-preloader > div {
   pointer-events: none;
   width: 2.5em;
   height: 2.5em;
   border: 0.4em solid transparent;
   border-color: #eee;
   border-top-color: #3E67EC;
   border-radius: 50%;
   animation: loadingspin 1s linear infinite;
   background: none;
}

.sp-preloader > div:after {
   content: none;  
}



@keyframes loadingspin {
   100% {
           transform: rotate(360deg)
   }
}


*/



/*
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
*/



.ForcePleineLargeur .sppb-addon-content .sppb-addon-single-image-container {	
	max-width: 100%;
	width: 100%;
}

.ForcePleineLargeur .sppb-addon-content .sppb-addon-single-image-container img{	
	width: 100%;
}

.Titre_Projet {	
	font-family: 'CircularStdBook', sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 72px;		
	color:#000000;	
}
.Titre_Projet_Lieu {	
	font-family: 'CircularStdBook', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;		
	color:#000000;	
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
    .Titre_Projet {	
	font-family: 'CircularStdBook', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;		
	color:#000000;	
}
.Titre_Projet_Lieu {	
	font-family: 'CircularStdBook', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;		
	color:#000000;	
}
}

@media (max-width: 576px) {

}
.fiche_technique .sppb-addon-content {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: 'CircularStdBook', sans-serif;  
}
.fiche_technique_titre {
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 22px;  
  font-family: 'CircularStdBook', sans-serif;  
}
.Legende {	
	font-family: 'CircularStdBook', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;	
	color:#7f7f7f;	
}





.soustitrefiltreuse {	
	font-family: 'CircularStdBook', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;		
	color:#3d27ab;	
}