/****1)BALISES*****/

body{
    background-color: #122e39;
}

#homebienvenue {
	display:none;	
}
#homeslider {
	display:none;	
}
#homehomestimulations {
	display:none;	
}
#homevideos {
	display:none;	
}
#hometurbomedia {
	display:none;	
}
#footercatsukaplaylist {
	display:none;	
}
#newsshort {
}
.newstn {
	flex: 0 0 160px;	
}
.newstnimg {
	width: 160px;
	height:auto;
}

.newsheadgauche {
	float:left;
	max-width:67.03125%;padding-right:1.5625%;
}
.newsheaddroite {
	float:right;
}

.newsinfos_desktop {

}
.newsinfos_mobile {
  display:none;
}

.newstype_mobile {
  display:none;
}
.newstype {

}


.barrenaviggauche {
	float:left;
}
.barrenavigdroite {
	float:left;
}
.titrerubgauche {
	width:63.60655737704918%;
	float:left;
}
.titrerubdroite {
	width:36.39344262295082%;
	float:left;
}

.zonegauche {
	width: 67.94117647058824%;
	float:left;
	text-align: left;
	padding-top:10px;
	padding-right:1.470588235294118%;
	padding-bottom:10px;
	padding-left:2.941176470588235%;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #000000;
}

.zonemilieu {
	width: 24.70588235294118%;
	float:right;
	text-align: left;
	padding-top:10px;
	padding-right:2.941176470588235%;
	padding-bottom:10px;
	padding-left:0px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #000000;
}

.paginationrecherche
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 12px;
}
.lienpaginationrecherche {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 12px;
	margin-left:2px;
	margin-right:2px;
}
.lienpaginationrecherche:hover {
	color: #FF4F1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: underline;
	font-size: 12px;
	margin-left:2px;
	margin-right:2px;
}
.lienpaginationrecherche:before {
	content : '[';
}
.lienpaginationrecherche:after {
	content : ']';
}

.zoneplayerfoot_old {
	width: 96%;
	padding:2%;
	background-color:#122e38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #FFFFFF;
}

.zoneplayerfoot {
	display:none;
}

.homespecialbannersleft {
	text-align:left;
    padding-top:15px;
}

.homespecialbannersright {
	text-align:left;
    padding-top:15px;
}

.homespecialbannersright ul {
	padding:0;
	margin: 0;
	list-style-type: none;
    display: flex;
    flex-wrap: wrap;
	column-gap:10px;
}

.homespecialbannersright li {
	flex: 0 1 280px;
	text-align:left;
	padding:0;
	margin: 0;
}

.homespecialbannersmascots {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}

.homespecialbannersmascots div {
    padding-right:10px;
}

.homespecialbannersmascots div:last-child {
    padding-right:0px;
}

.headrubpad {
	margin-right:2.941176470588235%;
}

/****2)HEADER*****/

header:nth-of-type(1) {
    width: 100%;
    height: 160px;
    background: url("../interf/images/head_bandeau_bill_01_640.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

header:nth-of-type(1) p img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
}

header:nth-of-type(2){
    display: none;
}

/****3)MAIN*****/

main {
	overflow:auto;
}

/****4)NAV*****/
nav{
    width: 60%;
    position: absolute;
    top: 70px;
    left: calc(0px - 60%);
    background-color: #122e39;
    opacity: 0;
    transition-property: left,opacity;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
	z-index:2;
}
nav h2{
    font-size: .75rem;
    text-align: center;
    text-transform: capitalize;
}
nav ul{
    margin:0;
    padding:0;
}

nav li{
    width: 100%;
    height: 30px;
	padding-left:10px;
	padding-top:10px;
	line-height:20px;
	color:#fff;
	border-right: #e0e7e9 1px solid;
}
nav li:nth-of-type(odd){
    background-color: #122e39;
}
nav li:nth-of-type(even){
    background-color: #1a3f4d;
}
nav li:nth-last-of-type(1){
	border-bottom: #e0e7e9 1px solid;
	padding-bottom:10px;
}

nav li a{
    /*display: block;*/
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
	font-weight:bold;
    text-decoration: none;
	color: #FFFFFF;
}

nav li img{
	padding-right:15px;
}

.navpoint:before {
    content: "\002022";
	color : #FF4F1E;
    font-size: 1.1rem;
	font-weight:bold;
    margin-right: 4px;
}

/****5)SECTION 1*****/

main p {
	display:none;
}

main>section:first-of-type{
    width: 100%;
    float: left;
    padding: 0;
	margin: 0;
    background-color: #FFFFFF;
}
main>section:first-of-type article{
    margin: 0;
	padding: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
	font-size: 1em;
}

/****6)SECTION 2*****/

main>section:last-of-type{
    display:none;
}

/****7)Footer*****/

footer{
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0; 
	width:100%;
    background-color: #122e39;
    clear: left;
}

footer div {
	float:left;
}

footer div:nth-of-type(1) {
    display:none;
}

footer div:nth-of-type(2) {
	width:29%;
	margin: 0;
	padding-left:1%;
	text-align:center;
}

footer div:nth-of-type(3) {
	width:30%;
	margin: 0;
}

footer div:nth-of-type(4) {
	width:20%;
	margin: 0;
}

footer div:nth-of-type(5) {
	width:20%;
	margin: 0;
	padding-bottom:20px;
}

footer div:nth-of-type(4), footer div:nth-of-type(5) {
	line-height:3em;
}

footer ul {
	margin: 0;
	padding:0;
}

footer li{
	margin: 0;
	padding:0;
}

.footerban{

}

