/* GENERAL ACTIONS */
html{
	background: none !important;
}

body.locked{
	overflow:hidden;
}

body.cover {
	position: relative;
}

body .coverBkg {
	display: none;
}

body.cover .coverBkg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}

body.cover .coverBkg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 0;
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
}

body.cover .coverBkg.custom:before{
	background-image: none;
}

.link {
	color: inherit;
	text-decoration: inherit;
	cursor: pointer;
}

/* COULEUR */

.white {
	color: white;
}

.white80 {
	color: rgba(255, 255, 255, 0.8);
}

.white20 {
	color: rgba(255, 255, 255, 0.2);
}

.black {
	color: #393b48;
}

.orange {
	color: rgb(217, 0, 115);
}

.lightblue {
	color: #82b0da;
}

.darkblue {
	color: #d90073;
}

.greyBlack1 {
	color: #23282d;
}

.lightblue2 {
	color: #d90073;
}

/* FORMS */

form .errorChamp {
	background-color: #d90073 !important;
	color: #FFFFFF !important;
}

/* Désactive couleur autofill Chrome */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
	box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

/* STRUCTURE PAGE */

#divWrapper {
	min-height: 100%;
	height: auto !important;
	/*Cause footer to stick to bottom in IE 6*/
	height: 100%;
	margin: 0 auto -310px;
	/*Allow for footer height*/
	vertical-align: bottom;
	min-width: 1000px;
}

#divWrapper:before {
	content: '';
	display: block;
	height: 0;
	padding-top: 0;
}

#divWrapper.short:before {
	content: '';
	display: block;
	height: 0;
	padding-top: 143px;
}

body.cover md-content{
	background-color: transparent;
	width: 1200px;
    margin: 0 auto;
}

#divContent {
	min-height: 100% !important;
	vertical-align: bottom;
	width: 100%;
	margin: 0 auto;
}

body.cover #divContent {
	width: 1200px;
	margin: 0 auto;
}

.divCenterContent {
	width: 1200px;
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	overflow: visible;
	background-color: #ffffff;
}

#divContent>.divCenterContent{
	padding-top: 20px;
	padding-bottom: 70px;
}

#divContent>.divCenterContent:after {
	content: '';
	display: block;
	clear: both;
}

.mainCols {
	display: flex;
	flex-direction: row;
}

.mainCols .leftCol {
	flex: 1;
	max-width: calc(100% - 320px);
}

/* espacement virtuel du footer par rapport au contenu */

.divSpacerFooter {
	height: 310px;
	clear: both;
}

.divFooter {
	text-align: center;
	width: 100%;
	height: 310px;
	bottom: 0;
	min-width: 1000px;
	position: relative;
}

/* MSG BOX */

.fancybox-opened .fancybox-skin {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

/* HEADER PAGES */

.headerPage {
	color: #000000;
}

.headerPage>.titrePage {
	display: block;
	text-align: left;
	margin-bottom: 8px;
}

.headerPage>.titrePage>.titre {
	position: relative;
	display: block;
	color: #d90073;
	font-size: 25px;
	font-weight: bold;
	line-height: 21px;
	min-height: 21px;
	margin-bottom: 2px;
}

.headerPage>.titrePage>.sousTitre {
	position: relative;
	display: block;
	color: #a7a7a7;
	font-size: 12px;
	line-height: 14px;
	min-height: 14px;
	text-transform: lowercase;
}

.headerPage>.titrePage>.titre.fleche {
	padding-left: 25px;
}

.headerPage>.titrePage>.titre.fleche:before {
	content: '';
	display: inline-block;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #000000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
	z-index: 1;
}

.headerPage>.txtIntroduction {
	display: block;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
}

.headerPage>.titrePage+.txtIntroduction {
	padding-top: 10px;
}

.headerPage>.txtIntroduction>p{
	margin-top: 0;
	margin-bottom: 0.5em;
}

.headerPage>.txtIntroduction>p:first-child {
	margin-top: 0;
}

.headerPage>.txtIntroduction>p:last-child {
	margin-bottom: 0;
}

.md-sidenav-left {
	display: none;
}

.md-sidenav-left {
	display: none;
	padding: 0 0 50px 0;
	margin: 67px 0 0 0;
}

.md-sidenav-left .inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	min-height: 100%;
	width: 100%;
	background: rgba(146, 146, 145, 0.20);
}

.md-sidenav-left .inner>.section {
	display: flex;
	flex-direction: column;
}

.md-sidenav-left .sideMenu {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}

.md-sidenav-left .sideMenu>li {
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #faeeeb;
	line-height: 28px;
}

.md-sidenav-left .sideMenu>li>a {
	display: block;
	padding-left: 27px;
	height: 100%;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	background-color: rgb(216, 216, 216);
	text-transform: uppercase;
	transition: 0.2s;
}

.md-sidenav-left .sideMenu>li>a:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 2px;
}

.md-sidenav-left .sideMenu>li>a:hover, .md-sidenav-left .sideMenu>li>a:active {
	color: #FFFFFF;
	background-color: #d90073;
}

.md-sidenav-left .sideMenu>li.noLink>a:hover {
	color: #FFFFFF;
	background-color: #828282;
}

.md-sidenav-left .sideMenu li.open>a {
	color: #FFFFFF;
	background-color: #525252 !important;
}

.md-sidenav-left .sideMenu li:not(.open) ul>li {
	height: 0;
	border-bottom-width: 0;
	border-top-width: 0;
}

.md-sidenav-left .sideMenu ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	margin: 0;
	left: initial;
	padding: 0;
}

.md-sidenav-left .sideMenu.open ul>li {
	height: 30px;
}

.md-sidenav-left .sideMenu ul>li {
	margin: 0;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #faeeeb;
	line-height: 28px;
	overflow: hidden;
	transition: .3s;
}

.md-sidenav-left .sideMenu ul>li:first-child {
	border-top: 1px solid #faeeeb;
}

.md-sidenav-left .sideMenu ul>li:last-child {
	border-bottom-width: 0;
}

.md-sidenav-left .sideMenu ul>li>a {
	display: block;
	padding-left: 40px;
	height: 100%;
	text-decoration: none;
	color: inherit;
	font-size: 15px;
	background-color: rgb(197, 197, 197);
	text-transform: uppercase;
	transition: 0.2s;
}

.md-sidenav-left .sideMenu ul>li>a:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 2px;
}

.md-sidenav-left .sideMenu ul>li>a:hover, .md-sidenav-left .sideMenu>li>a:active {
	color: #FFFFFF;
	background-color: #d90073;
}

.md-sidenav-left .divInfosChaines {
	padding: 10px 0 5px 27px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.md-sidenav-left .divInfosChaines>.titre {
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
	flex-basis: 100%;
}

.md-sidenav-left .divInfosChaines>.chaine {
	display: block;
	font-size: 12px;
	line-height: 17px;
	flex-basis: 50%;
}

.cookies-msg {
    z-index: 1400;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cookies-msg:before{
    content:'';
    position:absolute;
	top:0;
	left:0;
    width:100%;
    height:100%;
    background-color: rgba(53,53,53,0.5);
    z-index:0;
}

.cookies-msg .msg {
    position:relative;
    z-index:1;
    width: 450px;
    color: #383f4e;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin: 20px;
    font-size: 16px;
    line-height: 1.8em;
    box-sizing: border-box;
    padding: 20px;
    font-weight: 700;
    text-align: center;
    font-family: 'Alegreya Sans',sans-serif;
    box-shadow: 0 8px 48px rgba(0,0,0,.15);
}

.cookies-msg h2 {
   font-weight: 700;
   font-size: 1.2em;
   text-transform: uppercase;
   color: #d90073;
}

.cookies-msg.hide {
   display: none;
}

.cookies-msg a,.cookies-msg a:visited {
   margin-top: 20px;
   display: inline-block;
   color: #d90073;
}

.cookies-msg button {
   margin-top: 15px;
   background-color: #d90073;
   border: none;
   color: #fff;
   min-width: 100px;
   height: 45px;
   font-weight: 700;
   font-size: 15px;
   padding: 1px 10px;
   cursor: pointer;
   transition: .2s;
}

.cookies-msg button:hover {
   background-color: #000000;
}

.cookies-msg button.refuse {
	background-color: #585858;
}

.cookies-msg button.refuse:hover {
	background-color: #000000;
}

.adsbygoogle-bar{
	text-align: center;
    width: 1200px;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.adsbygoogle-bar.inside-bar {
    padding: 0;
    margin: 20px 0;
	margin-top:25px;
    width: 100%;
}

.adsbygoogle-bar.bottom-bar{
	margin-bottom: 0;
	margin-top:20px;
}

.custom-ads-bar{
	text-align: center;
    width: 1150px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.custom-ads-bar > a,
.custom-ads-bar picture{
    display: inline-block;
    vertical-align: top;
}

.custom-ads-bar img{
	max-width: 100%;
	max-height:250px;
	display: inline-block;
	vertical-align: top;
}

.custom-ads-vertical-bar {
    position: absolute;
    text-align: center;
    width: 160px;
    height: 600px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
	margin-bottom: 70px;
}

.custom-ads-vertical-bar.fixed{
    position:fixed;
}

.custom-ads-vertical-bar.fixed-bottom{
    position:absolute !important;
    top: initial !important;
    bottom: 0;
}

.custom-ads-vertical-bar.bar-left{
    left: -200px;
    left: 50%;
    margin-left: -775px;
}

.custom-ads-vertical-bar.bar-right{
    right: -200px;
    right: 50%;
    margin-right: -775px;
}

.custom-ads-vertical-bar picture,.custom-ads-vertical-bar>a {
    display: inline-block;
    vertical-align: top
}

.custom-ads-vertical-bar img {
    max-width: 160px;
    max-height: 100%;
    display: inline-block;
    vertical-align: top
}

@media all and (max-width: 1024px) {
	.divCenterContent {
		width: 1000px;
	}
}

@media all and (max-width: 640px) {
	body.cover .coverBkg {
		display: none;
	}
	#divWrapper {
		min-width: 320px !important;
		margin-bottom: -60px !important;
		max-height: 100%;
	}
	#divWrapper:before, #divWrapper.short:before {
		padding-top: 67px;
	}
	md-content,body.cover md-content{
		width: 100%;
		margin: 0;
	}
	.divSpacerFooter {
		height: 60px;
	}
	#divContent .divCenterContent {
		width: 100% !important;
		padding: 0 5px;
	}
	body.cover #divContent {
		width: 100%;
		margin: 0 auto;
	}
	#divContent>.divCenterContent{
		padding-top: 20px;
	}
	.mainCols {
		flex-direction: column;
	}
	.mainCols .leftCol {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	.mainCols .rightCol {
		width: 100%;
		overflow: hidden;
		margin: 0;
		margin-top: 20px;
	}
	#divContent .divCenterContent .divMainContent {
		padding: 0 5px;
		width: auto;
		float: none;
	}
	.divFooter {
		min-width: 320px;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 50px;
		padding: 0;
		z-index: 1000;
	}
	.md-sidenav-left {
		display: block;
	}

	.md-sidenav-left .divInfosChaines>.titre {
		font-size: 13px;
		line-height: 13px;
	}
	.md-sidenav-left .divInfosChaines>.chaine {
		display: block;
		font-size: 13px;
		line-height: 18px;
		flex-basis: 50%;
	}
	.md-sidenav-backdrop {
		background-color: rgba(107, 12, 62, 0.7) !important;
	}
	.headerPage>.titrePage>.titre {
		font-size: 20px;
		line-height: 20px;
		min-height: 20px;
	}
	.headerPage>.titrePage>.sousTitre {
		font-size: 13px;
		line-height: 13px;
		min-height: 13px;
	}
	.headerPage>.titrePage>.titre.fleche:before {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 10px;
		margin-top: -10px;
	}
	.headerPage>.titrePage+.txtIntroduction {
		font-size: 14px;
		line-height: 16px;
		padding: 0;
	}
    .cookies-msg .msg{
		margin: 10px;
        padding: 15px;
        font-size: 15px;
        max-height: 80vh;
        overflow-y: auto;
    }
	.adsbygoogle-bar{
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-top: -10px!important;
		margin-bottom: 10px !important;
	}
	.adsbygoogle-bar.inside-bar {
		position: relative;
		margin-top: 20px !important;
	}
	.adsbygoogle-bar.inside-bar .adsbygoogle{
		margin-left:-5px !important;
	}
	.adsbygoogle-bar.bottom-bar{
		box-sizing: border-box;
		padding: 0 5px !important;
		margin:0 !important;
		margin-top:20px !important;
		margin-bottom: 0 !important;
		width:100% !important;
	}
	.adsbygoogle-bar + .diaporamaHome{
		margin-top:0 !important;
	}
	.qc-cmp2-persistent-link {
		bottom: 50px;
	}
	.custom-ads-bar{
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-top: -10px!important;
		margin-bottom: 10px !important;
	}
	.custom-ads-bar + .diaporamaHome{
		margin-top:0 !important;
	}
	.custom-ads-bar img{
		max-width: 100%;
		max-height:500px;
		display: inline-block;
		vertical-align: top;
	}
	.custom-ads-vertical-bar{
		display: none;
	}
}