@import url("../css/fontsRennes/font.css");
@import url("../../webfonts/VistaMed/stylesheet.css");


@font-face {
	font-family: 'VistaReg';
	src: url('../fontsRennes/VistaRegular.eot');
	src: url('../fontsRennes/VistaRegular.eot?#iefix') format('embedded-opentype'), url('../fontsRennes/VistaRegular.woff') format('woff');
}
@font-face {
	font-family: 'VistaMed';
	src: url('../fontsRennes/VistaMed.eot');
	src: url('../fontsRennes/VistaMed.eot?#iefix') format('embedded-opentype'), url('../fontsRennes/VistaMed.woff') format('woff');
}
@font-face {
	font-family: 'VistaBold';
	src: url('../fontsRennes/VistaBold.eot');
	src: url('../fontsRennes/VistaBold.eot?#iefix') format('embedded-opentype'), url('../fontsRennes/VistaBold.woff') format('woff');
}
@font-face {
	font-family: "fontcustom";
	src: url("../fontcustom/fontcustom_10f09f888e65189af77f12003aff6036.eot");
	src: url("../fontcustom/fontcustom_10f09f888e65189af77f12003aff6036.eot?#iefix") format("embedded-opentype"),  url("../fontcustom/fontcustom_10f09f888e65189af77f12003aff6036.woff") format("woff"),  url("../fontcustom/fontcustom_10f09f888e65189af77f12003aff6036.ttf") format("truetype"),  url("../fontcustom/fontcustom_10f09f888e65189af77f12003aff6036.svg#fontcustom") format("svg");
	font-weight: normal;
	font-style: normal;
}
html {
}
body {
	font-family: inherit;
}
a {
	color: #E9F2F2;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	transition: color 0.35s ease;
	background-color: transparent;
}
a, a:link, a:visited, a:active {
	font-size: 12px !important;
	text-decoration: none !important;
	color: #DD3627 !important;
}
a:hover {
	color: #DD3627 !important;
}
.header .baseline a {
	display: block;
	height: 45px;
	width: auto;
	line-height: 45px;
	padding: 1px 0 0 30px;
font-family: 'VistaMed', Arial, sans-serif;
	font-size: 1.1em !important;
	font-weight: normal;
	color: #535353 !important;
	text-decoration: none;
	background-image: url(../img/siteRennes/R-Rennes.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}
.sous-titre {
	margin-bottom: 5px;
	font-size: 1.7em;
	letter-spacing: -1px;
	color: #676767 ;
	margin: 5px!important;
	padding: 5px 10px 0px 10px!important;
	border-left: 5px solid #DD3627;
	text-transform: none;
	font-family:"Vista Sans OT Bold", 'VistaBold', Arial, sans-serif;
}
.iframeplayer {
	position: relative;
    top: 10px;
    left: 0px;
    width: 940px;
    height: 344px;	
}
.iframeplayer iframe {
	min-height: 20%;
    max-height: 100%;
    max-width: 100%;
    min-width: 20%
}
.videoWrapper {
	position: relative;
	padding-bottom: 60%; /*56.25% = 16:9 // 45% = 4/3 avec odj  */
	/* calcul du ratio : B / (A / 100) = C%
for 16:9 (where 16 is A and 9 is B):
9 / .16 = 56.25 (%)
75% = 4:3
66.66% = 3:2
62.5% = 8:5*/
	padding-top: 0px;
	margin: -6% 1% -13% 1%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 20px;
	left: -8px;
	width: 100%;
	/**/height: 100%;
}
.videoWrapper2 {
	position: relative;
	padding-bottom: 10%; /*56.25% = 16:9 // 45% = 4/3 avec odj  */
	/* calcul du ratio : B / (A / 100) = C%
for 16:9 (where 16 is A and 9 is B):
9 / .16 = 56.25 (%)
75% = 4:3
66.66% = 3:2
62.5% = 8:5*/
	padding-top: 0px;
	margin: 1% 1% 0% 1%;

}
.videoWrapper2 iframe {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100px;
}

.signature {
	position: relative;
	width: 640px;
	height: 40px;
	z-index: 1;
}


#ConteneurVOD {
	width: 100%; /* le bloc fait 1024 px de large */
	margin: 0 auto; /* le bloc est centre, cette propriete permet de definir des marges a 0 en haut et en bas et automatiques a droite et a gauche (automatiques donc les memes dimensions à droite et a gauche) */
	text-align: justify; /* cette propriete annule la declaration text-align:center; declaree dans le selecteur body, nous voulons que le texte  soit justifie. Nous aurions pu choisir un alignement a gauche */
	z-index: 1000;
	background-color: #BABABA;
}
section {
	margin: 8% 15px 5px 0px !important;
	width: 100%;
	
}
section a, a:link, a:visited, a:active {
	font-size: 13px !important;
	text-decoration: none !important;
	color: #676767 !important;
	letter-spacing: 0px !important;
	font-family: 'VistaMed';
	font-weight:normal;
}
section a:hover {
	color: #DD3627 !important;
	font-family: 'VistaMed', Arial, sans-serif;
	font-weight:normal;	
}

article {
	display: inline-block;
	vertical-align: top;
	width: 63%; /* Ils ont tous la meme largeur etc. */
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	background-color: #DD3627;
}
#titre_article {
	font-family: "Vista Sans OT Medium", 'VistaMed', arial, sans-serif;
	text-transform: none;
	color: #f4f4f4 !important;
	font-size: 1.7em;
	letter-spacing: 0px;
	line-height: 1.385em!important;
	margin: 0px 10px 10px 10px!important;
	padding: 10px 0px 5px 0px!important;
	border-bottom: 0px solid #DD3627; /* marge inferieure sous la balise h2 */
	background-color: #DD3627;
	background-image: url(../img/siteRennes/twitter_sansfond.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
}
#sous-titre_aside {
	margin-bottom: 5px;
	font-size: 1.7em;
	letter-spacing: -1px;
	color: #676767 !important;
	margin: 10px 5px !important;
	padding: 5px 10px 0px 10px!important;
	border-left: 5px solid #DD3627;
	text-transform: none;
	font-family: "Vista Sans OT Medium","VistaMed",Arial,sans-serif;
}
aside h2 {
	font-family: 'VistaMed', Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #676767 !important;
	font-size: 1.7em;
	letter-spacing: -1px;
	line-height: 1.385em!important;
	margin-top: 10px!important;
	padding-bottom: 10px!important;
	border-bottom: 0px solid #DD3627 ; /* marge inferieure sous la balise h2 */
}
.sous-titreVOD {
	font-family: 'VistaMed', Arial, sans-serif;
	color: #676767 !important;
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: auto!important;
	margin: 50px 10px 20px 10px!important;
	padding: 5px 0px 0px 10px!important;
	border-bottom: 0px solid #DD3627; /* marge inferieure sous la balise h2 */
	font-weight: normal !important;
	border-left: 5px solid #DD3627;
}
.block_content_main h2 {
	padding: 0px 0px px 0px;
	border-left: 5px solid #DD3627  !important;
	text-transform: none;
	margin-bottom: 0px
	
}
aside {
	display: inline-block;
	vertical-align: top;
	width: 32%; /* Ils ont tous la meme largeur etc. */
	margin-left: 3%;
	padding: 5px;
	letter-spacing: 1px;
	font-family: 'VistaBold';
	line-height: 1.95em;
	font-size: 12px;
}
aside a {
	text-decoration: none;
	color: #E9F2F2;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	transition: color 0.35s ease;
	background-color: transparent;
	font-weight: bold;
}
aside li {
	list-style-image: url("../img/siteRennes/chevron2.png");
	padding-left: 5px;
	margin-left: 15px
}
#rgpd {
	font-family: 'VistaMed', Arial, sans-serif;
	/*letter-spacing: 1px;
	line-height: 0.75em;*/
	font-size: 10px;
	
}
.rgpd_titre {
	font-weight: bold;
}

.rgpd_lien {
	text-decoration-line: underline;
	color: #E9F2F2;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	transition: color 0.35s ease;
}

.rgpd a {
	text-decoration-line: underline;
	color: #E9F2F2;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	transition: color 0.35s ease;
}

#telechargement {
	margin-top: 0%;
}
#savoir {
	margin-top: 75%;
}

#logo {
	margin-top: 65%;
}
#twitter {
	position: relative;
	/*padding-top: 10px;
	margin: 1% 1% 0% 1%;
	height: 0;*/
	font-size: 1px;
	max-width: 100%;
	margin: 10px 1px -0px 0px;
	/*border: 1px solid #DD3627 ;*/
	color: #DD3627;
	border: 1px solid #DD3627;
}
.timeline-Widget {
	max-width: 1200px;
	background-color: #fff;
	border-radius: 4px
}
#twitter-widget-0
{
position: static; visibility: visible; display: inline-block; width: 100% !important; height: 640px; padding: 0px; border: none; max-width: 100%; min-width: 180px; margin-top: 0px; margin-bottom: 0px; min-height: 200px;
}

#upload {
	position: relative;
	/*padding-top: 10px;
	margin: 1% 1% 0% 1%;
	height: 0;*/
	font-size: 12px;
	margin-top: 1.6%;
	max-width: 520px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #DD3627 ;
	color: #DD3627 
}
/*_______________________________________________*/
/* COLONNE RENNES*/
h1, .h1 {
    margin: 0 0 5px 0;
    font-size: 1.9em !important;
    line-height: 1.1;
    font-weight: normal;
	font-family: 'VistaMed';
    color: #676767;
}
.block_content_main {
	float: left;
	width: 100% !important;
	padding: 21px 0% 25px 0% !important;
}
.col1 {
	width: 960px !important;
}
.col1 .block {
	padding: 20px 15px !important;
}
.two_column .col1 {
	width: 965px !important;
}
div.csc-default {
	margin: 0 5px 0 0 !important;
}
.social-links, .search {
    float: left;
    clear: none;
    margin: 15% 0 0 0 !important;
    padding: 0;
}
/*_______________________________________________*/
/* ARCHIVES*/
articleGalerie {
	display: inline-block;
	vertical-align: top;
	/*width: 100%;  Ils ont tous la meme largeur etc. 
	margin: 2%;*/
	letter-spacing: 1px;
}
#contenuVOD {
	width: 100%;
	height: 420px;
	float: left;
	padding: 10px 0;
	margin: 0 0px 10px 0;
}
.vod-titre {
	font-family: 'VistaMed', Arial, sans-serif;
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #DD3627 ;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
}
.vod-seance {
	font-family: 'VistaMed', Arial, sans-serif;
	margin-top: 15px;
	margin-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	
}

.galerie ul {
	width: 100%;
	height: 100%;
	list-style-type: none;
	-webkit-padding-start: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.galerie li {
	display: inline-block;
	float: left;
	width: 193px;
	margin: 10px;
	padding: 5px;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DD3627 ;
}
.galerie img {
  display: block;
  border-radius: 10px 0px 10px 0px !important;
  -webkit-border-radius: 0px;
  padding-bottom: 0px;
  width: 100%;
  /*box-shadow: 0px 0px 10px #343434;
	-moz-box-shadow: 0px 0px 10px #343434;
	-webkit-box-shadow: 0px 0px 10px #343434;*/
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.galerie a {
	opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	color: #f4f4f4 !important;
	text-decoration:underline !important;
	font-size:1.15em !important;
	font-weight:normal !important;
	font-family: 'VistaMed' !important;
	text-transform: none !important;
	letter-spacing: -0px;
	line-height: 1.5em;
	text-align: center !important;
}
.galerie a:hover .galerie  a:link, .galerie  a:visited, .galerie  a:active{
	opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	filter: alpha(opacity=10); /* For IE8 and earlier */
	/*background-image: url(../img/Maquette/glyphicons_173_play.png);
	background-repeat: no-repeat;
	background-position: center 5%;*/
	z-index: 1000;
	color: #f4f4f4 !important;
	text-decoration:underline !important;
}
@media all and (max-width: 2570px) {
.videoWrapper {
	margin: -6% 1% -13% 1%;
}
.iframeplayer {
	width: 940px !important;
    height: 344px !important;	
}
.galerie li {
	width: 21% !important;
	min-width:200px !important;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
 }
@media all and (max-width: 1680px) {
.videoWrapper {
	margin: -6% 1% -13% 1%;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
.iframeplayer {
	width: 940px !important;
    height: 344px !important;		
}
.galerie li {
	width: 21% !important;
}
}
@media all and (max-width: 1440px) {
.videoWrapper {
	margin: -6% 1% -13% 1%;
}
.iframeplayer {
	width: 940px !important;
    height: 344px !important;		
}
.galerie li {
	width: 21% !important;
	min-width:200px !important;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
}
@media all and (max-width: 1225px) {
.videoWrapper {
	margin: -6% 1% -13% 1%;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
.iframeplayer {
	width: 940px !important;
    height: 344px !important;	
}
.galerie li {
	width: 21% !important;
	min-width:200px !important;
}
}
@media all and (max-width: 1030px) {
.header {
    margin: 0px 30px 11px 0px !important;
}
.container {
    width: 960px !important;
    margin-left: 2% !important;
}
.videoWrapper {
	margin: -6% 1% -13% 1%;
}
.iframeplayer {
	width: 940px !important;
    height: 344px !important;		
}

.two_column .col1 {
	width: 965px !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active  {
	font-size:1.05em !important;
}
.galerie li {
	width: 21% !important;
	min-width:200px !important;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
}
@media all and (max-width: 1005px) {
.header {
    margin: 0px 30px 11px 0px !important;
}
.container {
    width: 960px !important;
    margin-left: 2% !important;
}
.videoWrapper {
	margin: -6% 1% -11% 1%;
}
.iframeplayer {
	width: 870px !important;
    height: 319px !important;	
}

.two_column .col1 {
	width: 895px !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active  {
	font-size:1.05em !important;
}
.galerie li {
	width: 21% !important;
	min-width:200px !important;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
}
@media all and (max-width: 930px) {
.iframeplayer {
	width: 840px !important;
    height: 308px !important;	
}
.galerie li {
	width: 21% !important;
	min-width:160px !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:1.05em !important;
}

}
@media (max-width: 991px) and (min-width: 768px){
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}

.galerie li {
	width: 21% !important;
	min-width:160px !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:1em !important;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
}
@media all and (max-width: 865px) {
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}

.videoWrapper {
	margin: -6% 1% -11% 1%;
}
.iframeplayer {
	width: 790px !important;
    height: 289px !important;	
}

.two_column .col1 {
	width: 80.9% !important;
}
.header .baseline a {
	font-size: 1em !important;
}

.sous-titre {
	margin-bottom: 5px;
	font-size: 1.5em !important;
	letter-spacing: -1px;
	margin: 5px!important;
	padding: 5px 10px 0px 10px!important;
}
aside {
	width: 31%; /* Ils ont tous la meme largeur etc. */
	margin-left: 3%;
	padding: 5px;
	letter-spacing: 1px;
	line-height: 1.95em;
	font-size: 12px;
}
#titre_article {
	font-size: 1.5em;
	letter-spacing: 0px;
	line-height: 1.385em!important;
	margin: 0px 10px 10px 10px!important;
	padding: 10px 10px 10px 10px!important;
	background-size: auto;
}
#telechargement {
	margin-top: 0%;
}
#savoir {
	margin-top: 40%;
}
#logo {
	margin-top: 125%;
}
.sous-titreVOD {
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: auto!important;
	margin: 50px 10px 20px 10px!important;
	padding: 5px 0px 0px 10px!important;
}

.galerie li {
	width: 28% !important;
min-width:160px !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:0.9em !important;
}
.videoWrapper2 {
    padding-bottom: 10%;
}
}
@media all and (max-width: 800px){
.iframeplayer {
	width: 615px !important;
    height: 692px !important;	
}
.galerie li {
	width: 28% !important;
min-width:160px !important;
}

}
@media all and (max-width: 770px) {
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}
.videoWrapper {
	margin: -6% 1% -11% 1%;
}
.iframeplayer {
	width: 615px !important;
    height: 692px !important;		
}
.two_column .col1 {
	width: 95%!important;
}
.header .baseline a {
	font-size: 0.8em !important;
}
.header .pull-right {
    /* */margin-top: 0px !important; 
}
.sous-titre {
	font-size: 1.4em !important;
}
aside {
	margin-left: 0%;
}
#titre_article {
	font-size: 1.3em;
}
.galerie li {
	width: 28% !important;
min-width:180px !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:0.8em !important;
}

.videoWrapper2 {
    padding-bottom: 13%;
}
}
@media all and (max-width: 685px) {
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}
.videoWrapper {
	margin: -6% 1% 0% 1%;
}
.iframeplayer {
	width: 615px !important;
    height: 692px !important;	
}
.two_column .col1 {
	width: 95% !important;
}
.header .baseline a {
	font-size: 0.6em !important;
}
.sous-titre {
	font-size: 1.1em !important;
}
#titre_article {
	font-size: 1.1em;
}
aside {
	width: 32%; /* Ils ont tous la meme largeur etc. */
	margin-left: 0% !important;
	padding: 5px;
	padding-top:0px !important;
	font-size: 12px !important;
}

#sous-titre_aside {
    font-size: 1.6em;
}

.sous-titreVOD {
	font-size: 1.3em;
}
.galerie li {
	width: 28% !important;
min-width:160px !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:0.8em !important;
}
.videoWrapper2 {
    padding-bottom: 15%;
}
}

@media all and (max-width: 490px) {
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}
.videoWrapper {
	margin: -6% 1% -8% 1%;
}
.iframeplayer {
	width: 420px !important;
    height: 474px !important;	
}
.two_column .col1 {
	width: 95% !important;
}
.header .baseline a {
    font-size: 0.5em !important;
    line-height: 1em;
}
.sous-titre {
    font-size: 0.95em !important;
}
#titre_article {
    font-size: 0.75em !important;
}
#sous-titre_aside  {
	font-size: 1.3em !important;
}

section a, a:link, a:visited, a:active {
    font-size: 12px !important;
}
.sous-titreVOD {
	font-size: 1.1em;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:0.7em !important;
}
.galerie li {
	width: 40% !important;
}
#logo {
    margin-top: 165%;
}
.videoWrapper2 {
    padding-bottom: 18%;
}
}
@media all and (max-width: 426px) {
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}
.videoWrapper {
	margin: -16% 1% -8% 1%;
}
.iframeplayer {
	width: 370px !important;
    height: 418px !important;	
}
.two_column .col1 {
	width: 95% !important;
}
.header .baseline a {
    font-size: 0.6em !important;
    line-height: 1em;
}
.sous-titre {
	font-size: 0.8em !important;
}
article {
   width:99%;
   padding: 0px 0px 0 0 !important;
}
#titre_article {
    font-size: 0.63em !important;
}
aside {
    width: 100%;
    margin-left: 0% !important;
}
#sous-titre_aside  {
	font-size: 1.25em !important;
}
section a, a:link, a:visited, a:active {
    font-size: 11px !important;
}
.sous-titreVOD {
	font-size: 1em !important;
}
#telechargement {
	margin-top: 0% !important;
}
#savoir {
	margin-top: 10% !important;
}
#logo {
	margin-top: 10% !important;
}

.galerie li {
	width: 40% !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:0.7em !important;
}
.videoWrapper2 {
    padding-bottom: 20%;
}
}
@media all and (max-width: 380px) {
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}.videoWrapper {
	margin: -16% 1% 0% 1%;
}
.iframeplayer {
	width: 330px !important;
    height: 372px !important;	
}

.two_column .col1 {
	width: 95% !important;
}
.header .baseline a {
    font-size: 0.45em !important;
    line-height: 1.3em;
}
article {
   width:99%;
   padding: 0px 0px 0 0 !important;
}
.sous-titre {
	font-size: 0.65em !important;
}
aside {
    width: 100%;
    margin-left: 0% !important;
}
#sous-titre_aside  {
	font-size: 1.25em !important;
}
section a, a:link, a:visited, a:active {
    font-size: 11px !important;
}
.sous-titreVOD {
	font-size: 1em !important;
}
#telechargement {
	margin-top: 0% !important;
}
#savoir {
	margin-top: 10% !important;
}
#logo {
	margin-top: 10% !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:0.7em !important;
}
.galerie li {
	width: 40% !important;
}
.videoWrapper2 {
    padding-bottom: 20%;
}
}
@media all and (max-width: 325px) {
.header {
    margin: 0px 30px 11px 0px !important;
}.container {
    width: 100% !important;
    margin-left: 2% !important;
}
.videoWrapper {
	margin: -18% 1% 0% 1%;
}
.iframeplayer {
	width: 280px !important;
    height: 316px !important;	
}
.two_column .col1 {
	width: 95% !important;
}
.header .baseline a {
    font-size: 0.4em !important;
    line-height: 1.1em;
}
.pull-right {
    /**/ float: left; 
}
.sous-titre {
	font-size: 0.6em !important;
}
article {
   width:101%;
   padding: 0px 0px 0 0 !important;
}
#titre_article {
    font-size: 0.56em !important;
}
aside {
    width: 100%;
    margin-left: 0% !important;
}
#sous-titre_aside  {
	font-size: 1.25em !important;
}
section a, a:link, a:visited, a:active {
    font-size: 11px !important;
}
.sous-titreVOD {
	font-size: 1em !important;
}
#telechargement {
	margin-top: 0% !important;
}
#savoir {
	margin-top: 10% !important;
}
#logo {
	margin-top: 10% !important;
}
.galerie a, .galerie  a:link, .galerie  a:visited, .galerie  a:active {
	font-size:0.6em !important;
}
.galerie li {
	width: 80% !important;
}
.videoWrapper2 {
    padding-bottom: 25%;
}

}

@media all and (max-width: 205px){
.iframeplayer {
    width: 140px !important;
    height: 159px !important;
}

}
