@font-face {
    font-family: 'ArchitectsDaughter';
    src:  url('ArchitectsDaughter-Regular.ttf');
    
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Noah';
    src:  url('NOAH-REGULAR.OTF')format('otf');
    
    font-weight: normal;
    font-style: normal;
  }

  @media screen and (max-width: 880px)
  {
    [data-aos=fade-left] {
        transform: translate(0px) !important;
    }
    [data-aos=fade-right] {
        transform: translate(0px) !important;
    }

    [data-aos^=fade][data-aos^=fade].aos-animate {
       
        margin-top: 15px;
    }

  }
  
 @media screen and (min-width: 1200px) 
  {
    #menuR {display: none !important;}

}
@media screen and (max-width: 1199px) 
  {
    #menuB {display: none !important;}

}


.custlarg {
	
	   background: none !important;
    max-width: 100% !important;
    flex: inherit;
	}
	
.d-block p {
		color: #6c757d;
		}
		
.copyright small{
			      color: #d4d4d4;
    font-family: sans-serif;
    FONT-SIZE: 12PX;
    font-weight: normal;
    letter-spacing: 0.1em;
    }
		
	.copyright a{
			    color: #d4d4d4;
    font-family: sans-serif;
    }	
		
	.legende p {
		max-width:300px;
		padding:5px;
		
		}
		
		.legende img {
			       margin: 20px;
    padding: 50Px;
		
		}
		
		.legende img:hover {
			opacity: 0.3;
			-webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
		
		}		
		
@media screen and (max-width: 390px) 
  {
   .legende p {
    max-width: 300px;
    padding: 10px;
    font-size: 12px;

}		
.copyright small {
    color: #d4d4d4;
    font-family: sans-serif;
    FONT-SIZE: 9px;
    font-weight: normal;
    letter-spacing: 0em;
}

.legende img {
  margin: 20px;
  padding: 10Px;
}

.site-section {
    padding: 3em 0;
}		
	
}	

.activeforce{
		color: #a2c0be !important;
}


.titreG{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;

  }

  .titreG P{

    margin-bottom: 0;

  }
  
  .cache{
	  display:none;
	  }
	  .decaltitre{
		    margin-left: 14%;
	}
	  
	  @media screen and (max-width: 768px)
  {
    .decaltitre{
		    margin-left: 9%;
    display: block;
	}
.intro-text{
	text-align:justify;
	margin-left: 15%;
}
  }
  
  @media screen and (max-width: 992px)
  {
    .decaltitre{
		    margin-left: 11%;
	}

  }