/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

/*#sync2{position: relative; }
#sync2 a {border:solid 3px #f6f6f6; font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif; text-transform:uppercase; text-align:center; display:block; padding: 0.5em 0; cursor: pointer; font-size:1.1em}
#sync2 a:hover, #sync2 .synced a{background:#f6f6f6}
*/


#sync1-event{position: relative; padding: 2em 0 3em; background:#f6f6f6}
#sync1-event .item{padding:0 2.4em}
#sync2-event .synced a{background:#f6f6f6}

#creas #sync1 .item{background:#ffffff}
#creas #sync2{padding:0.5em 0}
#creas #sync2 .item{padding:0 2%}

#sync1 img{display: block !important;}
#sync1 img.galleryV2 {display: inline-block !important;margin: 0 0 1em 0;}
#sync1 .item{text-align: center !important;}
#sync1 h2{text-align:left; padding: 1em 0}
#sync1 p{text-align:left;}
#sync2-event a {
    border: solid 3px #f6f6f6;
    font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0.5em 0;
    cursor: pointer;
    font-size: 1.1em;
	height: 4em;
    line-height: 4em;
}
#sync2-event a  span{
vertical-align: middle;
    line-height: 120%;
    display: inline-block;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
/*#owl-agency {text-shadow: 0 0 1em #594f50;}*/
#owl-agency .item > img {
    display: block;
    width: 100%;
    height: auto;
}
#owl-agency p{
    color: #ffffff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 160%;
    padding: 0.6em 0 1em 0;
}
#owl-agency h1 span.pHome{
	color: #FFF;
	text-align: center;
	width: 80%;
	margin: 0px auto;
	font-size: 0.45em;
	line-height: 160%;
	padding: 0.6em 0px 0.9em;
	text-transform: none;
	font-family: "metaplusnormal-roman",Arial,Helvetica,sans-serif;
	font-weight: normal;
	letter-spacing: 0.02em;
	display: block;
}

#owl-agency a {
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-family: 'metaplusnormal-roman', Arial, Helvetica, sans-serif;
}

#owl-agency a:hover{letter-spacing:0.2em;-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-opera-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;}
#owl-agency a:hover img {margin:0 0.5em;  }
.content-slide{position:absolute; top:0px; left:0px; width: 100%; text-align:center; padding: 0}
#owl-actu_home .content-slide, #owl-eventHome .content-slide{position:relative; padding: 0 0 5em 0;}
#owl-agency .content-slide{ padding: 3% 0 0 0;}
.content-slide img.since {
    margin: 12em 0 0 0;
}
#owlcrea .content-slide, #owlvideo .content-slide{position:relative;}
.item{position:relative}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
#owl .owl-wrapper-outer{
	border: solid 1px #e4e5e9;
	border-radius: 0.5em;
	border-bottom: 4px solid #e4e5e9;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
        /*display: table-cell;
        vertical-align: middle;*/
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;

    z-index: 2;

}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 16px 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:solid 1px #ffffff;
	/*background: #ffffff;*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #ffffff;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.black .owl-theme .owl-controls .owl-page span{
	border-color: #000000;
}
.black .owl-theme .owl-controls .owl-page.active span,.black
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #484848;
}

/* preloading images
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
*/
.btn {
  padding: 0.3em 0.8em;
  background: #20335d;
  color: #ffffff;
  cursor:pointer;
  display: inline-block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: solid 3px #101e3b;
}
.prev { -webkit-border-radius: 0.3em 0 0 0.3em; -moz-border-radius: 0.3em 0 0 0.3em; border-radius: 0.3em 0 0 0.3em;}
.next { -webkit-border-radius: 0 0.3em 0.3em 0; -moz-border-radius: 0 0.3em 0.3em 0; border-radius: 0 0.3em 0.3em 0; float:right}

.btn:hover, .btn:focus, .btn:active{background-color: #e6e6e6;-moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -opera-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;}
.icon-rs {
    margin: 1.5em 0 0;
}
#owl-rs p, #owl-rs a {
    font-size: 0.9em;
    width: 71%;
    margin: 0.5em auto;
    line-height: 120%;
    color: #000000;
    display: block;
}
#owl .item{
        text-align: center;
		border-right: solid 1px #e4e5e9;
    }
#owl .item:hover{background: #f7f8fa;}
#owl .item h2{ background: #f7f8fa;
  font-size: 1.3em;
  padding: 0.4em;
  height: 6.25em;
  line-height: 1em;  overflow: hidden;}
#owl .item:hover h2{color:#ffffff; background:#43547f; -moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-opera-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;}
#owl .item date{ background:#c9cadc; border-radius: 50%; display: inline-block;font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;  width: 2.2em;
  height: 2.2em;
  padding: 0.6em;
  margin-top: -14%;}
#owl .item:hover date{color:#ffffff; background:#20335d}
#owl .item p{font-size:0.8em; color: #7c8a95; font-family:Arial, Helvetica, sans-serif;   line-height: 1.2em;
  padding: 1em;height: 7em;
  overflow: hidden;}
#owl .item a{font-family:Arial, Helvetica, sans-serif; display:inline-block; background:#c9cadc; border-radius:0.5em; text-transform:uppercase; font-size: 0.7em;
  padding: 0.5em 1em;
  margin: 0 0 1.4em;
  color: #20335d;}
#owl .item a:hover{color:#ffffff; background:#43547f}
.customNavigation {
  padding: 0.4em 0;
}
.prevcollab {
    background: url(../images/fleche-left-metiers.png) no-repeat;
    background-position: 50% 50%;
}
.prevcrea,  .prevvideo, .prevlocaux{
    background: url(../images/fleche-left-crea.png) no-repeat;
    background-position: 50% 50%;
}
.nextcollab {
    background: url(../images/fleche-right-metiers.png) no-repeat;
    background-position: 50% 50%;
}
.nextcrea, .nextvideo, .nextlocaux {
    background: url(../images/fleche-right-crea.png) no-repeat;
    background-position: 50% 50%;
}

.btncollab, .btncrea, .btnvideo, .btnlocaux {
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100px;
}

#owl-rs img {width: 100%;height: 230px;}
/*#owl-rs .b2b {margin: 0.6em 0;}
#owl-rs .rh {margin: 0.6em 0;}
#owl-rs .autre {margin: 0.6em 0;}*/
#owl-rs img.icon-rs {width: auto;}

.left-creas{width:27%; float:left; background:#ffffff; position:relative; padding:2%}
.right-creas{width:69%; float:right}

@media print, screen and (min-width:999px){
.btnvideo{visibility: hidden;}
}
@media print, screen and (max-width:1530px){
 .content-slide img.since {
    margin: 4em 0 0 0;
}
}
@media print, screen and (max-width:1340px){
	.onglet{width:96%; margin:0 auto}
	.owl-carousel{position: relative;}
}
@media print, screen and (max-width:1280px){
	/*#owl-agency {width: 185%;}*/
	.owl-carousel{position: relative;}
	.owl-theme .owl-controls {text-align: center; padding: 0;}
	.content-slide img.since{display:none}
	#owl-agency p {font-size: 1.1em; line-height: 140%;}
	/*#owl-agency h1 span.pHome{ font-size: 0.3em; line-height: 140%;	}*/
}
@media print, screen and (max-width:1024px){
	.icon-rs {margin: 1.5em; float: left; width: 5%;}
	#owl-agency a {font-size: 1.1em}
	#sync2-event .owl-item{width: 25% !important; float: none !important; }
	#sync2-event .owl-wrapper{transform:none !important}
	#sync2-event a {height: auto;line-height: 120%;}
}
@media print, screen and (max-width:768px){
	/*#owl-agency p{display:none}*/
	#owl-rs p, #owl-rs a {font-size: 0.9em; width:96%}
	.left-creas{width:98%;}
	.right-creas{width:100%;}
}

@media print, screen and (max-width:480px){
	.owl-theme .owl-controls .owl-page span {margin: 8px 8px;}
	#sync2 time{font-size:80%}
}
