@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Roboto', sans-serif;
}

p {
  font-size:0.9rem;
}

a,
a:focus,
a:hover {
  color: #005ab6;
}

.video-container {
  width: 70vw;
  max-width: 560px ;
  margin:auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
  width: 70vw;
  max-width: 560px ;
  height:calc((9/16)*70vw);
  max-height:calc((9/16)*560px);
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.btn-rond {
  border-radius: 1.25rem; ;
}

.intro-relative {
  position: relative;
} 

.intro-absolue {
  position: absolute;
  top: 40px;
}

/* Fond */
.cc-fond-intro {
  background: #0080c8;
background-image: url("../images/bg-bleu.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cc-fond-chaplin {
  background: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cc-fond-dd {
  background: #79ac2c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cc-fond-spectacle {
  background: #ef7d00;
background-image: url("../images/bg-orange.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cc-fond-producteur {
  background: #d7007f;
background-image: url("../images/bg-fushia.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Anim */
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}


/* Entete */
.logo-smile {
	height: 100px;
	width: 140px;
	z-index:50;
	position: absolute;
  }

.logo-cc {
	height: 100px;
	width: 100px;
	z-index:50;
	position: absolute;
    top: 0px;
    left: 50px;
  }
  
.cc-balaie {
	z-index: 40;
	position: absolute;
    top: 150px;
    left: 70px;
  }

.video-intro {
	position:relative;
	z-index: 60;
  }
  
.phrase-spectacle  {
	font-size: 1.4em;
	margin-top:100px;
	margin-bottom:30px;
	font-weight: 300;
	line-height: normal;
	color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
} 

.phrase-empreinte  {
	font-size: 1.97em;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: 300;
	line-height: normal;
	color: #000;
	-webkit-font-smoothing: subpixel-antialiased;
} 

.phrase-dd {
	font-size: 2em;
	margin-top:10px;
	margin-bottom:40px;
	color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
} 
  
.courriel  {
	font-size: 2em;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: 300;
	line-height: normal;
	color: #005ab6;
	-webkit-font-smoothing: subpixel-antialiased;
}   
  
.gev-entete {
	padding:80px 20px 20px 50px;
  }
.gev-menu {
	height: 50px;
	width: 50px;
	text-align:center;
	vertical-align:auto;
	position:absolute;
	top: 27px;
	right: 50px;	
  }
.gev-menu-span {
  font-size: 2rem;
  color:#001a3b;
}
.gev-slide {
	padding:0px;
  }

.spectacle-chiffre {
	font-size: 2.5em;
	margin-bottom:0px;
	font-weight: 600;
	line-height: normal;
	color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}


h1 {
	font-size: 2.5em;
	padding-top:30px;
	padding-bottom:20px;
	font-weight: 300;
	line-height: normal;
	color: #000;
	-webkit-font-smoothing: subpixel-antialiased;
}

h2 {
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	color: #202020;
	-webkit-font-smoothing: subpixel-antialiased;
} 

.pr-nom {
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	color: #202020;
	pading-top: 20px;
	pading-bottom: 20px;
	-webkit-font-smoothing: subpixel-antialiased;
} 

.acc-phrase {
	font-weight: 300;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: center;
	color: #202020;
	-webkit-font-smoothing: subpixel-antialiased;
} 
.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  }
.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 100%;
}

/* Menu */
.navbar-collapse.collapse.show {
	text-align: center;
  }

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #ffce00;
  border-bottom-color: #fff;
}

.sidenav .menu  {font-weight:300; font-size:1.3rem; color: #fff; }
.sidenav .sousmenu  {font-weight:300; font-size:1.2rem; color: #fff; margin-left:30px;}


/* Zones */

div.block {
	position: relative;
	padding: 10vh 15vw 10vh 15vw;
}
div.block-acc-expertise {
	position: relative;
	padding: 5vh 10vw 10vh 10vw;
	background-color:#efefef;
}

.zone-footer {
	background-color:#3C3C3B;
	
}

.zone-contact {
		color:#fff;
}

.copy {
	color:#fff;
	font-size:0.8rem;
}
.pr {
	max-width: 300px;
}
/* Images */

/* Footer */
.mastfoot {
  color: rgba(0, 0, 0, .5);
}

.carousel .carousel-indicators li {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
	margin-left:5px;
	margin-right:5px;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/* [1] The container */
.img-hover-zoom {
  width: 200px;
  height: 200px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.img-max {
	width:auto;
	height: auto;
}

}




@media (max-width: 600px) {
.intro-absolue {
	display:none;
}
}

@media (max-width: 768px) {
  .masthead-brand {
    float: left;
  }
 
  .nav-masthead {
    float: right;
  }
  
.intro-absolue {
	display:none;
}
.phrase-spectacle  {
	margin-top:20px;
} 


}

@media (min-width: 769px) {
  .intro-absolue {
  left: -50px;
}

}
