@font-face {
    font-family: 'HelveticaNeueLTStd-Cn';
    src: url('fonts/HelveticaNeueLTStd-Cn.eot');
    src: url('fonts/HelveticaNeueLTStd-Cn.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Cn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('fonts/HelveticaNeueLTStd-BdCn.eot');
    src: url('fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-BdCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-CnO';
    src: url('fonts/HelveticaNeueLTStd-CnO.eot');
    src: url('fonts/HelveticaNeueLTStd-CnO.woff') format('woff'), url('fonts/HelveticaNeueLTStd-CnO.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-CnO.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    height:100%;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    background-color:#3D4D6D;
    height:100%;
}
a {
    color:#333;
    transition-duration:0.4s;
}
a:hover {
    color:#666;
}
#page {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    height: 100%;
    background:transparent;
}
#page_content {
    position:relative;
    min-height:100%;
}
#connexionBox, #connexion_identification_container, #espace_perso_contenu, #tetiere, #corps, .module_contenu, .module .header_contenu, #footer {
    margin:auto;
    width:1024px;
}
#corps_container {
    width:100%;
    margin-top:50px;
    background:url('/images_communes/background_blanc.png') left 200px no-repeat;
}
#corps {
    margin:auto;
}
h2.titre {
    font-size:1.8em;
    color:#333;
}
.titre {
    font-size:1.2em;
}
.btn {
    cursor:pointer;
    padding:3px 10px;
    text-decoration:none;
    color:#FFF;
    background: -moz-linear-gradient(top,  #1c9bbe 0%, #0c88aa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c9bbe), color-stop(100%,#0c88aa));
    background: -webkit-linear-gradient(top,  #1c9bbe 0%,#0c88aa 100%);
    background: -o-linear-gradient(top,  #1c9bbe 0%,#0c88aa 100%);
    background: -ms-linear-gradient(top,  #1c9bbe 0%,#0c88aa 100%);
    background: linear-gradient(to bottom,  #1c9bbe 0%,#0c88aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9bbe', endColorstr='#0c88aa',GradientType=0 );
    background-color: #1c9bbe;
    border:none;
}
.btn:hover {
    cursor:pointer;
    padding:3px 10px;
    text-decoration:none;
    color:#FFF;
    background: -moz-linear-gradient(top,  #1187a8 0%, #067594 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1187a8), color-stop(100%,#067594));
    background: -webkit-linear-gradient(top,  #1187a8 0%,#067594 100%);
    background: -o-linear-gradient(top,  #1187a8 0%,#067594 100%);
    background: -ms-linear-gradient(top,  #1187a8 0%,#067594 100%);
    background: linear-gradient(to bottom,  #1187a8 0%,#067594 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1187a8', endColorstr='#067594',GradientType=0 );
    background-color: #1187a8;
    border:none;
}
.input_text, .input {
    padding:5px;
    border:1px solid #DDD;
    box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3);
}
/***CONNEXION, ESPACE PERSO***/
#boite_connexion {
}
#espace_perso_container {
    text-align:right;
}
#connexion_container, #espace_perso_container {
    box-shadow:0 2px 5px rgba(0,0,0,0.3);
    background-color:#FFF;
}
#espace_perso_contenu {
    padding:8px 0 8px 0;
}
#connexionBox {
    margin-top:10px;
}
#connexion_identification_container {
    margin-top:10px;
}
#site_principal {
    margin-top:5px;
    float:left;
    font-weight:bold;
    color:#333;
}
#site_principal a {
    text-decoration:none;
    font-weight:bold;
    color:#333;
}
#inscription_container {
    border-right:1px solid #333;
}
#connexion_identification_contenu .btn {
    float:right;
    text-transform:uppercase;
}
.connexion_text {
    color:#333;
}
a#lien_mot_passe {
    color:#333;
}
a#lien_mot_passe:hover {
    color:#666;
}
.logo_medipass {
    float:right;
    margin:4px 15px 0 0;
    width:82px;
    height:17px;
    background:url('/images_communes/logo_medipass_bleu2.png') no-repeat;
}
/*FIN CONNEXION, ESPACE PERSO*/
/***HEADER***/
#tetiere {
    height:170px;
    position:relative;
    background:url('/images_index/logo_roc2.png') left 10px no-repeat;
}
#tetiere_content {
    padding:1px;
}
#tetiere #ROC {
    display:none;
    padding-top:140px;
    text-align:left;
    font-size:2.6em;
    font-weight:bold;
    color:#FFF;
}
#egide {
    position:absolute;
    top:10px;
    left:235px;
    width:132px;
    height:100px;
    z-index:1;
    padding:5px;
    color:#FFF;
    background:url('/images_index/logo_sfr.png') center no-repeat;
    background-size:132px 100px;
    background-color:#FFF;
    box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}
#partenaire {
    display:none;
}
/*FIN HEADER*/
/***MENU***/
nav {
    position:absolute;
    top:50px;
    left:50%;
    margin-left:-110px;
    width:620px;
    height:42px;
    z-index:10;
}

.logo_spe + #menu{
    float:right;
}
#menu #menu_roc {
    float:right;
    display:none;
}
#menu a.item {
    display:block;
    float:left;
    height:62px;
    line-height:42px;
    vertical-align:middle;
    text-decoration:none;
    text-align:center;
    color:#FFF;
    background-position:left bottom;
    background-color: #1b2531;
    padding:10px;
}

#menu a.item:hover{
    background-color: #1b2531 !important;
}

#menu a.item#menu_roc{
    margin-right:0px;
}
#menu a.item:hover {
    background:url('/images_index/sfd2014/background_menu_item_on.png') right bottom repeat-x;
}
#menu #menu_roc {
    margin:0 15px 0 0;
}
#menu #menu_controverses, #menu #menu_posters_commentes {
    line-height:1.3em;
}
/*FIN MENU*/
/***SOMMAIRE_ACCUEIL***/
#backgroundTurnOver {
    width:100%;
    height:100%;
}
#backgroundTurnOver .loading {
    position:absolute;
    top:50%;
    left:50%;
    z-index:5;
    margin:-20px 0 0 -20px;
}
#backgroundTurnOver figure {
    display:none;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    background:transparent;
}
#backgroundTurnOver figure div {
    width:100%;
    height:100%;
    padding:1px 0;
    background-size:cover !important;
}
#backgroundTurnOver figure figcaption {
    position:absolute;
    top:240px;
    left:50%;
    z-index:15;
    width:700px;
    margin-left:-512px;
    color:#FFF;
}
#backgroundTurnOver figure figcaption a {
    display:block;
    float:left;
    padding:15px;
    text-decoration:none;
    font-size:4em;
    color:#FFF;
}
#backgroundTurnOver figure figcaption a:hover {
    color:#333;
    background-color:rgba(255,255,255,0.4);
}
#backgroundTurnOver figure figcaption .detail {
    margin-top:5px;
    font-size:16px;
}
#accueil_container {
    margin:auto;
    width:1024px;
}
#accueil_container {
    margin-bottom:15px;
}
#accueil {
    float:right;
    width:250px;
    margin-top:-30px;
    background-color:#19293c;
    background-color:rgba(15,25,37,0.9);
}
#accueil .content {
    padding:20px 30px;
}
#accueil .intro {
    display:block;
    text-decoration:none;
    font-family: 'HelveticaNeueLTStd-Cn';
    font-size:1em;
    color:#FFF;
}
.intro img {
    margin-bottom:10px;
}
#accueil .intro .chapeau {
    padding:10px 0;
    border-top:1px solid #354c71;
    border-bottom:1px solid #354c71;
}
#a_propos_de_container {
    height:0;
    overflow:hidden;
}
#a_propos_de {
    padding-bottom:10px;
    margin-top:15px;
    color:#FFF;
}
#a_propos_de a {
    color:#FFF;
}
#a_propos_de a:hover {
    color:#EEE;
}
/*FIN SOMMAIRE ACCUEIL*/
/***BOITE RECHERCHE***/
.boite_recherche {
    margin:auto;
    width:580px;
    margin:60px auto 0 auto;
}
.boite_recherche .input_text {
    width:400px;
    padding:8px;
    font-size:1.8em;
    color:#333;
    background-color:#EEE;
    border:none;
    box-shadow:inset 1px 1px 6px rgba(0,0,0,0.3);
}
.boite_recherche .btn {
    margin-left:10px;
    padding:11px;
    color:#FFF;
    font-size:1.5em;
    color:#FFF;
    border-radius:5px;
}
/*FIN BOITE RECHERCHE*/
/***TOUS LES***/
#article, #acces_reserve, #moteur_recherche_container, #contact, #profil, #newsletters, #mes_outils, .page_tous_les, #video {
    padding:20px;
    background-color:#FFF;
}
#cas_cliniquev2 {
    padding:0;
}
/*FIN TOUS LES*/
/***INTERVIEW, IMEDIA, CAS CLINIQUE***/
.video_container {
    cursor:pointer;
    float:left;
    width:48%;
    margin:0 1% 20px 1%;
    min-height:100px;
}
.video_container:nth-child(2n+1) {
    margin:0 0 20px 0;
}
.video_container:nth-child(2n+2) {
    margin:0 2% 20px 2%;
}
.video {
    display:block;
    text-decoration:none;
}
.video .titre {
    font-size:1.2em;
    font-weight:bold;
}
.video .content {
    min-height: 100px;
}
#interviews .titre {
    margin-bottom:8px;
}
.video .vignette {
    position:relative;
}
.video .vignette .vignette_contenu {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    height:100%;
}
.video .vignette .vignette_contenu .contenu {
    position:relative;
    height:100%;
}
.video .vignette .auteur_container1 {
    position:absolute;
    top:10px;
    left:10px;
    z-index:10;
    padding:8px;
    color:#FFF;
    border-top:1px solid #38B17B;
    border-left:1px solid #38B17B;
}
.video .vignette .auteur_container2 {
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:10;
    padding:8px;
    text-align:right;
    color:#FFF;
    border-bottom:1px solid #38B17B;
    border-right:1px solid #38B17B;
}
.video-interview-controverse  .donne .auteur {
    display: none;
}
.video-imedia-controverse  .vignette .auteur_container1,
.video-imedia-controverse  .vignette .auteur_container2 {
    display: none;
}
#interviews a:hover .auteur {
    color:#000;
}
#interviews a:hover img {
    opacity:0.3;
    filter:alpha(opacity=30);
}
.video .auteur {
    font-weight:bold;
}
.video .ville {
    display:block;
    font-weight:normal;
}
.video .vignette img {
    display:block;
    width:100%;
}
#video_image_container {
    width: 300px;
    margin-right: 10px;
}
#video_image_container img {
    width: 100%
}
.page_tous_les_poster_commente h2.titre {
    padding: 15px 0 15px 75px;
    background:url('/images_index/icone_widget.png') 0 -75px no-repeat;
}
#toutes_les_controverses h2.titre {
    padding: 15px 0 15px 75px;
    background:url('/images_index/icone_widget.png') 0 0 no-repeat;
}
.page_tous_les_recommandation h2.titre {
    padding: 15px 0 15px 75px;
    background:url('/images_index/icone_widget.png') 0 -149px no-repeat;
}
.page_tous_les .file {
}
.page_tous_les .file a {
    display:block;
    float:right;
    padding:5px 10px;
    text-decoration:none;
    color:#FFF;
    background-color:#222;
    background-color:rgba(0,0,0,0.8);
}
.page_tous_les .file a:hover {
    background-color:#000;
    background-color:rgba(0,0,0,1);
}
/*FIN INTERVIEW, IMEDIA*/
/***MOTEUR RECHERCHE***/
.moteur_recherche_video_resultat, .moteur_recherche_article_resultat{
    width:100%;
    padding:20px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom:20px;
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.3);

}
#moteur_recherche_resultat{
    width:900px;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
}
.moteur_recherche_summary_section{
    font-weight: bold;
    margin-bottom:20px;
}
.moteur_recherche_resultat_section .titre {
    font-size: 1.6em;
    margin-bottom:10px;
    margin-top:10px;
    font-family: 'HelveticaNeueLTStd-BdCn';
}
.moteur_recherche_resultat_section a {
    text-decoration:none;
}
.moteur_recherche_resultat_section .auteur {
    font-size: 15px;
    font-family: 'HelveticaNeueLTStd';
}
.moteur_recherche_resultat_section .ville {
    font-size: 13px;
}
.moteur_recherche .btn {
    margin-left:10px;
}
.surbrillance{
    background-color: rgba(0, 0, 0, 0.3);
}
.field_info{
    font-size:0.9em;
}
.moteur_recherche_resultat_section .type{
    text-transform : uppercase
}
/*FIN MOTEUR RECHERCHE*/
/***ACCES RESERVE***/
#acces_reserve_mot_passe_oublie_container {
    margin-top:15px;
}
#acces_reserve_inscription {
    text-align:center;
}
.acces_reserve_boite {
    margin:auto;
    width:165px;
    text-align:left;
}
#acces_reserve_submit_container {
    text-align:center;
}
.acces_reserve_boite .input_text {
}
/*FIN ACCES RESERVE*/
/***FOOTER***/
footer {
    bottom:-2px;
    width:100%;
    background-color:#435271;
}
.footer_section {
    padding:15px 0 10px 0;
}
.footer_module div, .footer_module a {
    color:#FFF;
}
.footer_module {
    border-right: 1px solid white;
    float: left;
    margin-right: 2%;
    padding-right: 20px;
    width: 18%;
}
.footer_module .titre {
    text-transform:uppercase;
    margin-bottom:6px;
    font-size:1em;
}
.footer_module .content {
    font-size:0.8em;
}
.footer_module a.lien_bloc {
    display:block;
    padding:2px 6px;
    text-decoration:underline;
    margin-bottom:5px;
}
.footer_module a.lien_bloc:hover {
    color:#333;
    background-color:#FFF;
    text-decoration:none;
}
#module_footer_recommandation {
    margin-bottom:15px;
}
/*#module_footer_recommandation, #module_footer_cas_clinique {
	float:none;
	width:100%;
}*/
#footer_module_contact {
    float:right;
    margin-right:0;
}
/*FIN FOOTER*/

@media (max-width:1024px) {
    body {
        width:1024px;
    }
    #page, header, #connexion_container, #accueil_container, #tetiere_content, #corps_container, .module, #footer, footer {
        width:1024px;
    }
    /***MENU***/
    #menu a.item {
    }
    /*FIN MENU*/
    /***ACCUEIL***/
    #accueil_container {
        width:1004px;
    }
    /*FIN ACCUEIL*/
    /***FOOTER***/
    footer {
    }
    .footer_section {
        padding: 15px 10px 10px 10px;
    }
    /*FIN FOOTER*/
}
/*
@media (max-width:560px) {
	body {
	}
	#connexionBox, #connexion_identification_container, #espace_perso_contenu, header, #tetiere, #menu, #corps, footer, #footer {
		margin:auto;
		width:560px;
	}
	#connexionBox, #connexion_identification_container, #espace_perso_contenu, header, #tetiere, #menu, #corps {
		display:block;
	}
	#accueil {
		width:560px;
	}
	/***CONNEXION***/
/*
	#connexion_container {
		width:560px;
		top:-76px;
		height:110px;
	}
	.connexion_logo_medipass {
		display:none;
		width:97px;
		height:19px;
		background-size:100% auto;
	}
	#connexion_container {
	}
	.espaceperso a {
		font-size:0.8em;
	}
	/*FIN CONNEXION*/
/***HEADER***/
/*
	#tetiere {
		height:160px;
	}
	#egide {
		width:100px;
		height:75px;
	}
	#partenaire {
		width:100px;
		height:62px;
	}
	/*FIN HEADER*/
/***MENU***/
/*
	nav {
		width:560px;
	}
	#menu a.item {
		width:14%;
		font-size:0.9em;
	}
	#menu a#menu_controverses {
		width:31%;
	}
	#menu a#menu_posters_commentes {
		width:26%;
	}
	/*FIN MENU*/
/***ACCUEIL***/
/*
	#accueil #accueil_a_propos, #accueil #accueil_article, #accueil #accueil_intervenant {
		width:520px;
		height:auto;
		margin:0 20px 60px 20px;
	}
	.boite_recherche {
		width:520px;
	}
	.boite_recherche .input_text {
		width:360px;
	}
	#accueiL_type_container {
		height:auto;
	}
	#accueiL_type {
		position:static;
		width:560px;
		height:auto;
	}
	.accueil_type_contenu {
		width:560px;
	}
	#accueiL_type .module {
		float:none;
		margin-bottom:20px;
	}
	#accueiL_type #accueil_type_poster_commente, #accueiL_type #accueil_type_controverse {
		margin:auto;
	}
	/*FIN ACCUEIL*/
/***VIDEO***/
/*
	#video {
		height:420px;
	}
	#video .data, #video .video_player_wrapper {
		float:none;
	}
	#video .data {
		margin-bottom:10px;
	}
	/*FIN VIDEO*/
/***INTERVENANTS***/
/*
	#intervenants {
		margin:auto;
		width:560px;
	}
	/*FIN INTERVENANTS*/
/*
}
*/
