/* Modification pour Style URCA */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff2) format('woff2'), url(fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans.woff2) format('woff2'), url(fonts/OpenSans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans-Semibold.woff2) format('woff2'), url(fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff2) format('woff2'), url(fonts/OpenSans-Bold.woff) format('woff');
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    
        
}
body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.72222;
}

a {
 /* color: #00829C;*/
       
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}
a:focus {
  outline: none;
}

.navbar{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   
}


.navbar {
 background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-inverse{
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-shadow: none;
}
.nav li a{
   padding: 10px 15px;
}
.navbar-nav li a{
  font-weight: normal;
  line-height: 22px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
    
}
.navbar-collapse{
  overflow: hidden !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  color: #fff;
  background-color:#37828e;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover{
  /*color: #ffffff;*/
    color;#37828e !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
  background: #37828e;

}
.navbar-nav > li > .dropdown-menu{
  min-width: 100%;
  /*margin-top: 2px;*/
  /*border-radius: 4px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.navbar-default .navbar-nav > .open > .dropdown-menu{
  /*padding: 3px 4px;*/
  /*background-color: #37828e;*/
}
.open{
background-color: #37828e;
color: #fff;
}
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
  /*padding: 6px 9px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;*/
  color: #ffffff !important;
      
     
}
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a:focus{
  background-color:#37828e;
}
.nav > li > a:hover, .nav > li > a:focus{
   background-color: transparent;
}
.navbar-inverse li a{
  line-height: 30px;
  background: none !important;
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.navbar-fixed-top .navbar-collapse{
  min-height:auto;
}
.navbar-inverse .navbar-brand{
  padding: 10px;
  font-size: 14px;
  height: auto;
}
.navbar-form .form-control{
  height: 25px;
  padding: 6px;
}
.navbar-fixed-top{
  min-height: 40px;
}
.navbar-fixed-top .dropdown-menu li a{
  line-height: 20px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
  color: #ffffff;
    
}
.navbar-inverse li a:hover {
  background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d) !important;
  background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)) !important;
  background-image: linear-gradient(#020202, #101112 40%, #191b1d) !important;
  background-repeat: no-repeat !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0) !important;
  -webkit-filter: none !important;
  filter: none !important;
  border-left-color: transparent !important;
}
.navbar-inverse .dropdown-menu li a:hover,
.navbar-inverse .dropdown-menu li a:focus{
  background:#3C4147 !important;
  color: #fff;

}

#header-logo{
	width: 200px;
    float:left;
    margin-top:5px;
    margin-right: 20px;
}

/* custom inwicast */

.mdcr-video-wrapper {
    position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom:30px;

  text-align: center;
  
}

.mdcr-video-wrapper div {
  position:absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  
  vertical-align:middle;
  display: table;
}

.mdcr-video-wrapper embed, 
.mdcr-video-wrapper object,
.mdcr-video-wrapper img,
.mdcr-video-wrapper iframe {
  position:absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  
  vertical-align:middle;
  
}

.mdcr-video-wrapper  .glyphicon-play-circle{
	font-size: 5em;
    opacity: 0.4;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
  	display: table-cell;
  	vertical-align: middle;
  	
}

.mdcr-video-wrapper:hover .glyphicon-play-circle{
  
    color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
  	cursor: pointer;
  
}


.mdcr-channel-carousel-container {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  width: 100%;
}

.mdcr-channel-carousel-img {
	width: 100%;
	height: auto;
	margin: 0;
}



.mdcr-channel-carousel-caption {
  /*background-color: #323232;*/
}



.mdcr-channel-carousel-inner {
  
}

.mdcr-channel-carousel-item {
  width: 100%;
  height: 100%;
 
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
 
}
/*
.mdcr-video-wrapper {
  width: 100%;

  display: inline-block;
  position: relative;
}
.mdcr-video-wrapper:after {
  padding-top: 56.25%;
  
  display: block;
  
}
*/
.mdcr-channel-carousel-video {
 /*  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
 */
 
  width:100%;
    height: 100%;
/*min-height: 400px;*/
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}


.mdcr-channel-carousel-title {
  font-weight: bold;
  font-size: 24px;
  color: #0b80b7;
  line-height: 30px;
  margin-bottom: 15px;
  margin-bottom: 5px;
}
/*
.mdcr-channel-carousel-title{
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
}
*/

/*
div.news-blue div.news-right p a {
    color: #616161;
    font-size: 11px;
    font-weight: normal;
}
*/

.mdcr-channel-carousel-desc{
  color: #616161;
}

.mdcr-channel-carousel-author{
  color: #616161;
}

.mdcr-channel-carousel-production{
  color: #616161;
}

.mdcr-channel-carousel-infos{
  color: #616161;
}

.carousel {
    position: relative;
}

.controllers {
    
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none;
}

.mdcr-video-list-container {
    /*background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  */
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}



.video-list-thumbs{}

.video-list-thumbs > li{
    margin-bottom:12px;
}

/*
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
*/

.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
	
  display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  /*
    display:block;
	position:relative;
	background-color: #ffffff;
	color: #333;
	padding: 8px;
	border-radius:3px
    transition:all 500ms ease-in-out;
    border-radius:4px*/
}
.video-list-thumbs > li > a:hover{
	box-shadow:0 2px 5px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.video-list-thumbs .mdcr-video-duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
    transition:all 500ms ease;
}
.video-list-thumbs > li > a:hover .mdcr-video-duration{
	background-color:#000;
}

@media (min-width:320px) and (max-width: 480px) { 
	.video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.video-list-thumbs h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}


.mdcr-channel-player-container{
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    width: 100%;
  	padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
}


.mdcr-channel-media-infos{
  background-color: #ffffff;
}


.mdcr-channel-player-title{  
  font-weight: bold;
  font-size: 24px;
  color: #0b80b7;
  line-height: 30px;
  margin-bottom: 15px;
  margin-bottom: 5px;
}

.mdcr-channel-player-desc{
  color: #616161;
}

.mdcr-channel-player-date{
  color: #616161;
}

.mdcr-channel-player-author{
 color: #616161;
}

.mdcr-channel-player-production{
 color: #616161;
}

.mdcr-channel-player-infos{
  color: #eeeeee;
  padding: 20px 30px 5px;
}

.mdcr-channel-medialist-title{
  /*padding: 10px 30px 5px;    */
    text-align: justify;
  	font-size: 24px;
    font-weight: bold;
    color: #0b80b7;
}
/*
 font-weight: bold;
  font-size: 24px;
  color: #0b80b7;
  line-height: 30px;
  margin-bottom: 15px;
  margin-bottom: 5px;
*/
.mdcr-channels-medialist-title{
  /*padding: 10px 30px 5px;    */
    text-align: justify;
  	font-size: 24px;
    font-weight: bold;
    color: #0b80b7;
}

/*
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  color: #eeeeee;
}

.input .form-control{
  color: #eeeeee;
}

textarea.form-control{
   color: #eeeeee;
}*/

.carousel-control.channels {
  width: 5%;
}

.mdcr-channels-cat-preview{
  padding-left: 0;
  padding-right: 0;
}

.carousel-indicators{
  bottom: 7px;
}

.carousel-indicators li {
  border: 1px solid #999999;
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   color: #ffffff;
    background-color: #37828e;
    border-color: #37828e;
}
.btn-primary {
    background-color: #37828e;
    border-color: #37828e;
    color: #fff;
}
.off-canvas-toggle{
    float:right;
    width:auto;
    padding: 0px 10px 0px 10px;
    margin-left: 20px;
}
.off-canvas-toggle::after{
    content:"Se connecter";
}
.t3-megamenu ul li a{
    height: 50px;
}
.t3-mainnav{border-top:none;}
.off-canvas-toggle, .dropdown-toggle,a,a:hover, a:active{
    background: none;  
    color: #37828e;
    font-weight: 600;
    text-transform: uppercase;
}
.off-canvas-toggle:hover{
    background: #37828e; 
    color: #fff;
}
.nav-child{
    background: #37828e;
    border: none;
    color: #fff;
}
.nav-child a,.nav-child a:hover{
    color: #fff;
    border:none;
}
.mega-nav li, .mega-nav li:hover, .mega-nav li:active, .mega-nav li a, .mega-nav li a:hover, .mega-nav li a:active{
    background: #37828e !important;
}
.caret{
    border-bottom-color: #37828e !important;
    border-top-color: #37828e !important;
}
#ijsNavbarSearchKeyword {
    height: 34px !important;
}
.mdcr-channel-medialist-title{
        margin-top: 30px;
}
.mdcr-channel-medialist-title,.mdcr-channel-player-title,.mdcr-channels-medialist-title {
    color: #37828e;
    font-weight: 600;
}
.mdcr-video-list-container h2{
    font-size:0.8em;
    letter-spacing:1px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
