
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.container{
	margin:0 12% 0 12%;
height: auto;

}


.large{
	width:100%;
}



::-webkit-scrollbar{
  width:15px;
  background-color: white;
  opacity: 0;
  
  display: block;
  float: left;
} 

::-webkit-scrollbar-thumb{
   background-color:#0000FF;

}  



/* =============================================================================
  Base
========================================================================== */
html,body {
  font-family: 'Montserrat', sans-serif;
  color: white;
  margin:0;
  text-decoration:none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
 }

h1,h2,h3,h4{
  font-weight: lighter;
  margin: 0;
  padding-top: 10px;
  color: #0000FF;
 }



a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus, a:active { 
  color: inherit;
  text-decoration:none;
  outline: 0;
}


::selection {
  
  color:#F79F81;
}

::-moz-selection {
  
  color:#F79F81;
}
/* =============================================================================
  Layout
========================================================================== */
/* Header 
================================= */



.navbar-main {
  height: 160px;
  margin-bottom: 0;
  color:  white ;
  background: white;
}



.navbar-header{
  padding-top:20px;
  display:inline-block;
	
}

.navbar-main .navbar-brand {
  border-bottom: none !important;
  margin-top:20px;
  
}



.navbar-menu{

	padding-top:30px;
	width:55%;
	float:right;
	
}

.navbar-menu li a {
  color: black;
  
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}	

.menu{
	font-family: 'Montserrat', sans-serif;
	float : right;
	font-weight:bold;
	font-size: 18px;
	color: white ;
	background:none;
	list-style-type:none;
	text-decoration:none;
	
}	

.menu li{
	display : inline;
}


.navbar-menu a:active,
.navbar-menu a:focus,
.navbar-menu a.is-active {
  background: none !important;
  color: #0000FF;
  border-bottom: 1px solid #fff;
  
}
.navbar-menu a:hover{
  color:#819FF7;
}

.menu-responsive{
  display: none;
  
} 

/* Home Slider 
================================= */


@keyframes slidy {
0% { left: 0%; }
12% { left: 0%; }
21% { left: -100%; }
40% { left: -100%; }
50% { left: -200%; }
60% { left: -200%; }
70% { left: -300%; }
80% { left: -300%; }
90% { left: -400%; }
}


div#slider1 { overflow: hidden; }
div#slider1 figure img { width: 20%; float: left; }
div#slider1 figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}




/* home/ about-us 
================================= */


.about-us {
 

  
  background:white;
  text-align: center;
  padding-bottom: 100px;




  }

 

.about-us p {
  font-size:20px;
  font-weight:bolder; 
  color:#fff;
  position: relative;
  
  
}

.about-us-col {
  position:relative;
  height: 250px;
  width:250px;
  
  margin:7% 1%  auto 1% ;
  
  
  background-repeat:no-repeat;
  color: #fff;
  display:inline-block;

  overflow:hidden;
    -webkit-border-radius:172px;
    -moz-border-radius:172px;
    border-radius:172px;
    
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.85;


  
  
}

.about-us-col p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

 
  width: auto;
  height: auto;
  position: absolute;
  padding:8px;
  
  background: black;
  
  
    
  }




    
.about-us-col:hover {
   -moz-transform:  scale(1.10);
    -webkit-transform:  scale(1.10);
    -o-transform:  scale(1.10);
    -ms-transform:  scale(1.10);
    transform: scale(1.10);
    opacity: 1;
}


/* map
================================= */
.main-map{
  height: 450px;
  background: #ccc;
  width:100%;
  
}



/* footer 
================================= */


.main-footer {
  background:white;
  color: black;
  height:140px;
  width: 100%;
  position: absolute;

}
.main-footer .footer-main {
  padding: 0px;
  
}

.footer-col{
 float:left;
 width: 33%;
 padding-right:60px;
}

.main-footer .footer-title {
 text-transform: uppercase;
  margin-bottom: 10px;
  font-weight:bold;
  line-height:40px;
 border-bottom: 0.5px solid black;
}

.main-footer .footer-content {
  text-align: justify;
  font-size: 13px;
  display:inline;
  
}

.main-footer .footer-content2 {
  text-align: justify;
  font-size: 13px;
  display:inline;
  margin-left:10px;
  
}

.nicolas-jouin{

  position: relative;
  float: left;
  width: 100%;
  height: 15px;
  background-color:white;
  text-align: center;



}

.nicolas-jouin p{
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  color: #BDBDBD;
  background-color:white;


}


/* PAGES
================================= ================================= ================================= ================================= =================================*/


/*.page-description {
  font-size: 18px;
}*/

.main-container {
   background-color: white;
  
  overflow: hidden;
  
}

.main-container2 {
  
 background-image:linear-gradient(180deg, #FBFBEF, white);
  
}

/* Pages/présentation
================================= ================================= =================================*/
.container .img-pres {
  display: inline-block;


}

.container .text-pres {
  padding-top: 20px;
  display: inline-block;
  height: 889px;

}

.container .text-pres p{
  color: black;
}

.img-pres {
  
  float: left;
  
  max-width: 46%;
  margin-right: 5%;

}


.text-pres p{
  
  color: white;
 
}
.text-pres {
  
  max-width: 45%;
  display: inline-block;
 color: white;
}

.title, .sous-titre{
  color: #FFF;
}


.boutonslangue{
  padding-top: 30px;
  
}
.bouttona{
  width:41px;
  height:41px;
  display: inline-block;
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  background:#819FF7;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}

.bouttona{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}

.bouttona p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  
}


.bouttona:hover{
  color:white;
  background:#0080FF;
}

.bouttonaon{
  width:41px;
  height:41px;
  display: inline-block;
  
  
  margin-bottom: 0px;
  margin-top: 0px;
  background:#0000FF;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.bouttonaon{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}

.bouttonaon p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  
}

.bouttonaon:hover{
  color:white;
  background:#0080FF;
}

.bouttonb{
  width:41px;
  height:41px;
  display: inline-block;
  
  
  margin-bottom: 0px;
  margin-left:5px;
  margin-top: 0px;
  background:#819FF7;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.bouttonb{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}

.bouttonb p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  
}

.bouttonb:hover{
  color:white;
  background:#0080FF;
}


.bouttonbon{
  width:41px;
  height:41px;
  display: inline-block;
  
 
  margin-bottom: 0px;
  margin-left:5px;
  margin-top: 0px;
  background:#0000FF;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.bouttonbon{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}


.bouttonbon p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  
}

.bouttonbon:hover{
  color:white;
  background:#0080FF;
}



/*-------------------------team---------------------------------------*/


.equipe {
  height:auto;
  padding-top: 40px;
  text-align: center;
  padding-bottom: 80px;

  
}

.equipe p {
  font-size:13px;
  font-weight:bolder; 
  color:#FFF;
  position: absolute;
  
  
}

.equipe-col {
  position:relative;
  height: 250px;
  width:250px;
  
  margin:7% 1%  auto 1% ;
  
  
  background-repeat:no-repeat;
  color: #fff;
  display:inline-block;

  overflow:hidden;
    -webkit-border-radius:172px;
    -moz-border-radius:172px;
    border-radius:172px;
    
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.85;


  
  
}

.equipe-col p {
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  
 
  width: 132px;
  height: auto;
  position: absolute;
  padding:5px;
  
  background-color: rgba(0, 0, 0, 0.8);
  
  
    
  }




    
.equipe-col:hover {
   -moz-transform:  scale(1.10);
    -webkit-transform:  scale(1.10);
    -o-transform:  scale(1.10);
    -ms-transform:  scale(1.10);
    transform: scale(1.10);
    opacity: 1;
}


.equipe h1 { 

  font-size: 60px;
  color:#0000FF;
 font-weight: lighter;


 }

/* Pages/Gallery 
================================= ================================= =================================*/


/* Pages/Gallery les videos
=================================  =================================*/
.reel-section{
  position:relative;
  width:100%;
  margin-top: 40px;
  background:#000;
  
}


.reel-margin{
  position:relative;
  
 
  
}



.vimeo{
  position: relative;
  
  
  overflow:hidden;
  height: 0;
  padding-bottom: 56.25%;
  max-width: none !important;
}


/* Pages/Gallery les galerie
=================================  =================================*/

.vimeo iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
   border: none;
}

.container-gal{
  margin:0 12% 0 12%;
  width: 76%;
  height: auto;
  padding-bottom: 30px;
   display: inline-block;
   text-align: center;

}

.container-gal1{
  margin:12vh 12% 0 12%;
  width: 76%;
  height: auto;
  padding-bottom: 30px;
   display: inline-block;
   text-align: center;

}

.container-gal .text-gallery {
  padding-top: 30px;
  display: inline-block;
  padding-bottom: 30px;
  
  
  
  width: 100%;
}

.container-gal .text-gallery p{
  color: white;
  width: 100%;

}

.text-gallery p{
  
  color: white;
 width: 100%;

 
}

.container-gal .text-gallery a{
  padding-top: 30px;
  color: black;
 width: 100%;

 
}
.text-gallery {

  text-align: left;
  width: 100%;
  display: inline-block;
 color: white;

}


/* Gallery 
=================================*/

.trans
{
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.gallerie
{
  width: 100%;
  height: 95vh;
  margin-top: 5vh;
  margin-left: -40px;
  
}
.gallerie ul
{
  list-style: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}
.gallerie ul li
{
  position: relative;
  float: left;
  width: 25%;
  height: 23%;
  overflow: hidden;
}

.gallerie ul li::before
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  color: white;
  opacity: 0.4;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.gallerie ul li:hover::before
{
  opacity: 0;
  background-color: rgba(0,0,0,0.90);
}
.gallerie ul li img
{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lightbox
{
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.lightbox img
{
  max-width: 90%;
  max-height: 80%;
  position: relative;
  top: -100%;
  /* Transition */
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.lightbox:target
{
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*  Boutons galeries */

.boutons{
  text-align: center;
}
.boutton1{
  width:41px;
  height:41px;
  display: inline-block;
  
  
  margin-top: 20px;
  margin-bottom: 30px;
  background:#0B615E;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}

.boutton1{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}

.boutton1 p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  
}

.boutton1:hover{
  color:white;
  background:#04B486;
}

.boutton1on{
  width:41px;
  height:41px;
  display: inline-block;
  
  
  margin-bottom: 30px;
  margin-top: 20px;
  background:#01DFA5;;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.boutton1on{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}

.boutton1on p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  
}

.boutton1on:hover{
  color:white;
  background:#04B486;
}

.boutton2{
  width:41px;
  height:41px;
  display: inline-block;
  
  
  margin-bottom: 30px;
  margin-left:5px;
  margin-top: 20px;
  background:#0B615E;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.boutton2{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}

.boutton2 p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  
}

.boutton2:hover{
  color:white;
  background:#04B486;
}


.boutton2on{
  width:41px;
  height:41px;
  display: inline-block;
  
 
  margin-bottom: 30px;
  margin-left:5px;
  margin-top: 20px;
  background:#01DFA5;
  border:0;
  padding:0;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius: 25px;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.boutton2on{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:38px;
  font-size:20px;
}

.boutton2on p{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.boutton2on:hover{
  color:white;
  background:#04B486;
}



/* Pages/Presse
================================= ================================= =================================*/


.gallerie2
{
  width: 100%;
  height: 95vh;
  margin-top: 5vh;
  margin-left: -40px;
  margin-bottom: -200px;
}
.gallerie2 ul
{
  list-style: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}
.gallerie2 ul li
{
  position: relative;
  float: left;
  width: 24%;
  height: 25%;
  overflow: hidden;
  margin:0.5%;
}

.gallerie2 ul li::before
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  color: white;
  opacity: 0.1;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.gallerie2 ul li:hover::before
{
  opacity: 0;
  background-color: rgba(0,0,0,0.90);
}
.gallerie2 ul li img
{
  width: 100%;
  height: auto;
  overflow: hidden;
}


/*------------------gallerie SASF-----------------------------*/

#gallerieSASF{
  width:100%;
  margin:0;
}

#slider{
  width:100%;
  height:48vw;
  position:relative;
  overflow:hidden;
  float:left;
  padding:0;
}

#slider img{
  width:100%;
  height:auto;
}

.img {
  width:100%;
  margin:0;
  padding:0;
} 




#prev, #next{
  cursor:pointer;
  z-index:100;
  background:#666;
  height:50px;
  width:50px;
  display:inline-block;
  position:relative;
  
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  margin:0;
  padding:0;
  opacity:0.7;
  filter: alpha(opacity=70);
}

#next{
  float:right;
  
}

#prev{
  float:left;
  left:0;
}




.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;  
  border-left: 15px solid #fff;
  position:relative;
  top:20%;
  right:-40%;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;  
  border-right:15px solid #fff; 
  position:relative;
  top:20%;
  left:30%;
}


/*  llllllllllllllllllllllllllllllllllllllllllllll logos  lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll*/

.text-logos {
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
 margin-top: -200px ;
  position: relative;
}



.logos {
  width: 100%;
  
  margin-bottom: 30px;
  display: inline-block;
  position: relative;

}


.logos  img {
  position: relative;
  width: 90%;
}
/* Pages/contact 
================================= ================================= =================================*/

/*  Contact */




 .contact {

  width: 100%;
  height: 500px;
  
  margin: 0 auto;
}

.contact img {
position:relative;
  position: relative;
  float:left;
  margin-top: 50px;
  margin-right: 30px;
  overflow:hidden;
    -webkit-border-radius:200px;
    -moz-border-radius:200px;
    border-radius:200px;
    
    
    
}



/* coordonnées de Contact */

.contact-text{
  position:relative;
  text-align: left;
  padding-top: 50px;
  
  color:black;
  font-size:21px;
  
  
}



.contact h2 {

  padding-top: 30px;
  color: white;
  padding-bottom: 40px;
  font-size: 35px;
}


.contact-text strong{
  font-weight:500;
  font-size:28px;
  color: #0000FF;

}



