:root {
	--colormain:#3266cc;
	--colormain2:#254a94;
	--colormain3:#1c3871;
	--maxwidth:1350px;
}
.req:after {
	content:" *";
	position:absolute;
	color:red;
	margin:0px 0px 0px 5px;
}

.noel {
	--colormain:#ce0000;
	--colormain2:#af0000;
	--colormain3:#7e0000;
}
.personnessup > div {
	display:flex;
	gap:10px;
	flex:direction:row;
}
.personnessup > div input[type="text"]{
	width:150px !important;
}
div#contentcentre div.textepage .langues {
	display:flex;
	margin:auto;
	justify-content:center;
	margin-bottom:30px;
	gap:20px;
}
div#contentcentre div.textepage .langues span,div#contentcentre div.textepage .langues a {
	display:flex;
	padding:10px 20px;
	background-color:#f78d11;
	color:white;
	font-size:20px;
	cursor:default;
	max-width: 350px;
	text-align: center;
	align-items: center;
}
div#contentcentre div.textepage .langues a {
	cursor:pointer;
	color:white;
	background-color:#ffcd93;
	text-decoration:none;
	-moz-transition: background 0.2s ease; /* Firefox */
	-webkit-transition: background 0.2s ease; /* WebKit */
	-o-transition: background 0.2s ease; /* Opera */
	transition: background 0.2s ease; /* Standard */
}
div#contentcentre div.textepage .langues a:hover {
	text-decoration:none;
	background-color:#f78d11;
}
.onlyforchildren {
	display:none;
}
.bgmain {
	background-color:var(--colormain);
}
.noel .tdcoinsupdroit,.noel .tdcoinsupgauche {
	background-color:transparent;
}
.title {
	display:none;
}
.fa-comment-alt {
	cursor:help;
}
.titlecustom {
	position:absolute;
	background-color:white;
	border:1px solid grey;
	padding:5px 10px;
	font-family:Verdana;
	margin:5px 0px 0px 60px;
	min-width:100px;
	max-width:200px;
	text-align:left;
}
.ui-dialog-titlebar {display:none;}
.ui-widget-content.tutomembres {
	padding:20px;
	font-size: 14px;
	font-family: Verdana;
	line-height:25px;
	
	-moz-box-shadow: 5px 5px 15px 5px #000000;
	-webkit-box-shadow: 5px 5px 15px 5px #000000;
	-o-box-shadow: 5px 5px 15px 5px #000000;
	box-shadow: 5px 5px 15px 5px #000000;
}
.ui-widget-content.tutomembres div.bouton {
	max-width:100%;
}
.ui-widget-content.tutomembres h1{
	font-size:20px;
}
.ui-widget-content.tutomembres a{
	color: var(--colormain);
}
.rond {
	width:16px;
	height:16px;
	background-color:#c1bfbf;
	border-radius:10px;
}
.rond.loading {
	background-image:url('loading.gif');
	background-size:cover;
	background-color:transparent !important;
}

.rond.sent {background-color:#7dd221;}
.rond.opened {background-color:#56a003;}
.rond.deferred {background-color:#8085e9;}
.rond.softbounced {background-color:#ffbc97;}
.rond.hardbounced {background-color:#ff8a6b;}
.rond.spam {background-color:#cc0b24;}
.rond.blocked {background-color:black;}

.flex {
	display:flex;
	flex-direction:row;
}
.flex .flex2 {
	margin-right:50px;
}
.flex .m {
	display:flex;
	justify-content:space-between;
	border-radius:5px;
	align-items:center;
	padding:10px 10px 10px 15px;
	margin-bottom:10px;
	background-color:var(--colormain);
	color:white !important;
	text-decoration:none;
	transition:0.3s;
}
.flex .m:hover {
	background-color:var(--colormain2);
	text-decoration:none !important;
}
.flex .m .classement {
	background-color:white;
	padding:2px;
	border-radius:3px;
	color:black;
	margin-left:20px;
	width:90px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	display:none;
}

.ui-widget-content.tutomembres a:hover{text-decoration:underline;}
.onlysmartphone {display:none;}
.newsvideo {margin:auto;display:flex;}
.paramcookies {
	position:fixed;
	bottom:20px;
	right:20px;
	width:525px;
	padding:20px;
	background-color:white;
	border:2px solid #f78d11;
	z-index:10;
	font-size: 14px;
	font-family: Verdana;
	
	-moz-box-shadow: 5px 5px 15px 5px #000000;
	-webkit-box-shadow: 5px 5px 15px 5px #000000;
	-o-box-shadow: 5px 5px 15px 5px #000000;
	box-shadow: 5px 5px 15px 5px #000000;
}
.paramcookies2content {
	width:100%;
	position:fixed;
	height:100%;
	display:none;
	align-items:center;
	background-color:rgba(255,255,255,0.5);
	z-index:1000;
}
.paramcookies2 {
	position:fixed;
	margin:auto;
	width:600px;
	height:300px;
	bottom:auto;
	top:calc(calc(100% - 344px) / 2);
	right:calc(calc(100% - 644px) / 2);
	z-index:1100;
}
.paramcookies2 h2 {
	font-size:20px;
	margin-bottom:20px;
}
.paramcookies2 table tr td {
	vertical-align:top;
	padding-right:20px;
}
.paramcookies2 table {
	margin-bottom:20px;
}
.paramcookies2 .boutons {
	position:absolute;
	bottom:20px;
	right:10px;
}
.paramcookies p {
	margin:0px;
	margin-bottom:20px;
}
.paramcookies p a {
	color:var(--colormain);
	text-decoration:none;
}
.paramcookies p a:hover {
	text-decoration:underline;
}
.paramcookies div.boutons {
	display:flex;
	gap:10px;
}
.paramcookies div.bouton {
	font-size:12px;
	padding:5px 20px;
	display:flex;
	align-items:center;
	margin:unset;
	min-height:30px;
}
div.bouton.pagecookies {
	float:right;
	margin-left:20px;
}
#fb-root {
	margin:auto;
	position:absolute;
	top:10px;
}
div.remarquedemandes {
	background-color:red;
	color:white;
	font-size:15px;
	line-height:23px;
	padding:10px 20px;
	max-width:700px;
	font-weight:bold;
	text-align:center;
	margin:auto;
	margin-bottom:50px;
}
div.messagealerte {
	margin:10px 0px 0px 0px;
	padding: 15px 10px 15px 25px;
	background-color:rgba(255,184,51,0.9);
	border-left:5px solid orange;
}
div.messagealerte div.titre {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
div.messagealerte div.description {
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
}
div.messagealerte div.description p {
	margin:10px 0px 0px 0px;
}

.objetalerte {
	font-size:17px;
	display:none;
	color:red;
	margin-bottom:15px;
}
#cke_description,#cke_descriptionEN {
	margin-bottom:10px;
}
div.fb_dialog_advanced+div.fb_dialog_advanced {
top:50px !important;
}
div.share a{
	display:block;
	float:left;
	margin-right:10px;
}
.fixed {
	position:fixed;
	top:0;
	left:0;
	margin-bottom:40px;
	z-index:2;
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:focus,input[type=button]:focus,input[type=submit]:focus,input[type=button]:hover,input[type=submit]:hover,a:hover
{
	outline:0;
}
@font-face {
  font-family: 'MaturaMTScriptCapitals';
  src: url('MaturaMTScriptCapitals.eot?#iefix') format('embedded-opentype'),  url('MaturaMTScriptCapitals.woff') format('woff'), url('MaturaMTScriptCapitals.ttf')  format('truetype'), url('MaturaMTScriptCapitals.svg#MaturaMTScriptCapitals') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,body {
	width:100%;
	margin:0px;
	padding:0px;
}
img#iconemenusmartphone,img#iconecalendriersmartphone  {
	-moz-transition: all 0.2s ease; /* Firefox */
	-webkit-transition: all 0.2s ease; /* WebKit */
	-o-transition: all 0.2s ease; /* Opera */
	transition: all 0.2s ease; /* Standard */
	height:50px;
}
img#iconemenusmartphone.rotate {
	/* Firefox */
	-moz-transform:rotate(90deg);
	/* WebKit */
	-webkit-transform:rotate(90deg);
	/* Opera */
	-o-transform:rotate(90deg);
	/* Standard */
	transform:rotate(90deg);
}
img#iconecalendriersmartphone.rotate {
	/* Firefox */
	-moz-transform:rotate(360deg);
	/* WebKit */
	-webkit-transform:rotate(360deg);
	/* Opera */
	-o-transform:rotate(360deg);
	/* Standard */
	transform:rotate(360deg);
}
html {
	min-height:100%;
	position: relative;
	overflow-y:scroll;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
body {
	margin:0px 0px 60px 0px;
}
div#bandeau {
	background-color:var(--colormain);
	height:10px;
	width:100%;
}
div#logotitre {
	background-color:white;
	width:100%;
	height:135px;
}
.noel div#logotitre,.noel #headersmartphone {
	background-image:url('fondnoel2.jpg');
	background-size:auto 100%;
}
.noel #headersmartphone > table{
	background-color:transparent !important;
}
.divtable {
	max-width:100%;
	overflow:auto;
}
div#logotitrecentre {
	max-width:var(--maxwidth);
	margin:auto;
	position:relative;
}
div#logotitrecentre #titre {
	font-family:'MaturaMTScriptCapitals';
	position:absolute;
	font-size:37px;
	width:500px;
	right:0px;
	text-align:right;
	color:#AAAAAA;
	margin-top:74px;
	letter-spacing:2px;
}
.noel div#logotitrecentre #titre {
	color:white;
}
div#logotitrecentre #connexion #connexioncontent {
	margin-top:-5px;
	height:45px;
}
div#logotitrecentre #connexion {
	float:right;
	border-collapse:collapse;
}
div#logotitrecentre #saison {
	float:left;
	border-collapse:collapse;
}
div#logotitrecentre #connexion td {
	vertical-align:top;
}
div#logotitrecentre #connexion .coinsupgauche,div#logotitrecentre #saison .coinsupgauche{
	background-color:white;
	border-top-right-radius:10px;
	border:1px solid white;
	width:15px;
	height:10px;
}
.noel div#logotitrecentre #connexion .coinsupgauche,.noel div#logotitrecentre #saison .coinsupgauche{
	background-color:transparent;
	border:0px;
}
div#logotitrecentre #connexion .coinsupdroit,div#logotitrecentre #saison .coinsupdroit{
	background-color:white;
	border-top-left-radius:10px;
	border:1px solid white;
	width:15px;
	height:10px;
}
.noel div#logotitrecentre #connexion .coinsupdroit,.noel div#logotitrecentre #saison .coinsupdroit{
	background-color:transparent;
	border:0px;
}
div#logotitrecentre #connexion .coinbasgauche,div#logotitrecentre #saison .coinbasgauche{
	background-color:var(--colormain);
	border-bottom-left-radius:10px;
	border:1px solid var(--colormain);
	width:15px;
	height:10px;
}
div#logotitrecentre #connexion .coinbasdroit,div#logotitrecentre #saison .coinbasdroit{
	background-color:var(--colormain);
	border-bottom-right-radius:10px;
	border:1px solid var(--colormain);
	width:15px;
	height:10px;
}
div#logotitrecentre #connexion,div#logotitrecentre #saison{
	color:white;
	font-family:Verdana;
	font-size:10px;
}
div#logotitrecentre #connexion a {
	color:orange;
	text-decoration:none;
}
div#logotitrecentre #connexion a:hover{
	text-decoration:underline;
}
div#logotitrecentre #logo {
	float:left;
}
div#logotitrecentre #logo img {
	height:125px;
}

div#menu {
	background-color:var(--colormain);
	width:100%;
	height:35px;
	color:white;
}
div#menu i {
	font-size:29px;
	margin-top:3px;
}
div#menucentre {
	max-width:var(--maxwidth);
	margin:auto;
	display:flex;
}
div#menucentre > div {
	height:100%;
}
div#menucentre > div:hover ul {
	display:block;
}
div#menucentre ul {
	position:absolute;
	list-style:none;
	margin:0px;
	padding:0px;
	z-index:50;
	margin-top:35px;
	background-color:var(--colormain2);
	display:none;
}
div#menucentre ul li a{
	text-transform:none;
	border-top:1px solid grey;
	border-bottom:0px;
	padding:7px 12px;
}
div#menucentre ul li a:hover{
	background-color:var(--colormain3);
	border-bottom:0px;
}
div#menucentre a {
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	letter-spacing:0.5px;
	padding:11px 12px 8px 12px;
	border-bottom:2px solid var(--colormain1);
	display:block;
	-moz-transition: background 0.3s ease; /* Firefox */
	-webkit-transition: background 0.3s ease; /* WebKit */
	-o-transition: background 0.3s ease; /* Opera */
	transition: background 0.3s ease; /* Standard */
}

div#menucentre a.current,div#menucentre > div:hover > a{
	color:orange;
	border-bottom:2px solid orange;
	background-color:var(--colormain2);
}
#menusmartphone .loginform {
	border-top:1px solid white;
}
#menusmartphone .loginform a {
	font-size:12px;
	font-family:"Trebuchet MS";
	text-decoration:none;
	color:orange;
}
#menusmartphone .niv1 {
	border-top:1px solid white;
	font-size:12px;
	font-family:"Trebuchet MS";
	padding:10px 20px 10px 20px;
	font-weight:bold;
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:white;
	background-color:var(--colormain);
	text-transform:uppercase;
}
#menusmartphone .niv2 {
	border-top:1px solid white;
	font-size:12px;
	font-family:"Trebuchet MS";
	padding:10px 20px 10px 20px;
	font-weight:bold;
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#142953;
	background-color:#a9bfea;
}
.noel #menusmartphone .niv2 {
	background-color:#ffd2d2;
}
#menusmartphone,#calendriersmartphone {
	display:none;
	position:absolute;
	background-color:#f5f5f5;
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
	z-index:80;
}
#menusmartphone {
	width:calc(100% - 20px);
}
#calendriersmartphone {
	padding:20px;
	font-family:Verdana;
	font-size:12px;
	width:calc(100% - 40px - 20px);
}
#headersmartphone {
	position:fixed;
	margin-top:-80px;
	z-index:100;
	width:100%;
	-moz-box-shadow: 0px 3px 3px #656565;
	-webkit-box-shadow: 0px 3px 3px #656565;
	-o-box-shadow: 0px 3px 3px #656565;
	box-shadow: 0px 3px 3px #656565;
}
#menusmartphone .search,#menusmartphone .loginform {
	padding:10px 20px 10px 20px;
}
#menusmartphone form.form input[type=text],#menusmartphone form.form input[type=password] {
	width:80%;
	margin-bottom:0px;
	display:block;
}
#menusmartphone .loginform form.form input[type=text],#menusmartphone .loginform form.form input[type=password] {
	margin-bottom:10px;
}
div#footer {
	background-color:var(--colormain);
	width:100%;
	height:50px;
	position: absolute;
    left: 0;
    bottom: 0;
}
div#footer a {
	color:orange;
}
div#footer a:hover {
	text-decoration:underline;
}
div#footer table#footercentre {
	max-width:var(--maxwidth);
	margin:auto;
	color:white;
	font-family:Verdana;
	font-size:12px;
}
div#footer table#footercentre tr td {
	padding:0px;
	vertical-align:middle;
	height:50px;
}
div#content {
	width:100%;
	margin-top:10px;
	z-index:50;
}
div#content.contentfixed {margin-top:45px;}
div#contentcentre {
	max-width:var(--maxwidth);
	margin:auto;
}
div#contentcentre .titrepage {
	border-left:5px solid orange;
	color:#f78d11;
	padding:35px 20px 15px 30px;
	font-size:33px;
	background-color: rgba(255, 255, 255, 0.85);
	font-family: Verdana;
	font-weight:normal;
}
div#contentcentre .titrepage.margintop,div#contentcentre .titrepagenew.margintop {
	margin-top:10px;
}
div#contentcentre .titrepage a{
	color:#f78d11;
	text-decoration:none;
}
div#contentcentre .titrepage a:hover{
	text-decoration:underline;
}
div#contentcentre div.titrepageok {
	border-left:5px solid green;
	color:green;
	margin-top:10px;
	padding:15px 20px 15px 30px;
	font-size:30px;
	background-color: rgba(255, 255, 255, 0.85);
	font-family: Verdana;
}
div#contentcentre div.titrepagepasok {
	border-left:5px solid red;
	color:red;
	margin-top:10px;
	padding:15px 20px 15px 30px;
	font-size:30px;
	background-color: rgba(255, 255, 255, 0.85);
	font-family: Verdana;
}
div#contentcentre div.path {
	position:absolute;
	color:grey;
	font-size:11px;
	font-family: Verdana;
	margin:15px 0px 0px 35px;
}
div#contentcentre div.path a{
	color:#f78d11;
	text-decoration:none;
}
div#contentcentre div.path a:hover{
	text-decoration:underline;
}
div#contentcentre div.datenews {
	float:right;
	font-size:15px;
	font-family: Verdana;
	text-align:right;
	color:#222222;
	margin:-35px 15px 0px 0px;
	font-weight:bold;
}
div#contentcentre div.note {
	color:grey;
	font-size:11px;
	font-family: Verdana;
	text-align:right;
	float:right;
	margin:15px 15px 0px 0px;
}
div#contentcentre div.note a{
	color:#f78d11;
	text-decoration:none;
}
div#contentcentre div.note a:hover{
	text-decoration:underline;
}
div#contentcentre .titrepage div.date {
	float:right;
	color:#444444;
	font-size:18px;
	font-family: Verdana;
	text-align:right;
}
div#contentcentre .titrepage div.num {
	float:right;
	color:#444444;
	font-size:18px;
	font-family: Verdana;
	text-align:right;
}
div#contentcentre .titrepage div.date span.vues{
	font-size:14px;
}
div#contentcentre div.textepage {
	margin-top:10px;
	padding:25px 35px;
	background-color: rgba(255, 255, 255, 0.85);
	font-size:14px;
	font-family: Verdana;
}
div#contentcentre div.textepage a {
	color:var(--colormain);
	text-decoration:none;
}
div#contentcentre div.textepage a:hover {
	text-decoration:underline;
}
div#contentcentre div.textepage p {
	margin:15px 0px 0px 0px;
}
div#contentcentre div.textepage p:first-child {
	margin:0px;
}
div#contentcentre div.textepage img.imgdesc {
	box-shadow: 1px 1px 10px #000000;
	width:200px;
	display:block;
	border:0px;
}
div#contentcentre div.textepage img.gauche {
	float:left;
	margin:0px 20px 15px 0px;
}
div#contentcentre div.textepage img.droite {
	float:right;
	margin:0px 0px 20px 15px;
}
div#contentcentre div.messageok {
	margin-top:10px;
	padding:20px 20px 20px 25px;
	background-color: rgba(255, 255, 255, 0.85);
	font-size:13px;
	font-family: Verdana;
	color:green;
}
div#logotitrecentre #connexion input[type=text],div#logotitrecentre #connexion input[type=password] {
	padding:4px;
	border:1px solid #BBBBBB;
	font-size:12px;
}
div#logotitrecentre #connexion input[type=text] {
	width:160px;
}
div#logotitrecentre #connexion input[type=password] {
	width:100px;
}
div#logotitrecentre #connexion input[type=submit],div#logotitrecentre #connexion input[type=submit] {
	background-color:var(--colormain3);
	border:0px;
	padding:5px 8px 5px 8px;
	color:white;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
form.form input[type=text],form.form input[type=password],form.form input[type=file],form.form textarea{
	display:block;
	width:334px;
	padding:12px;
	margin-bottom:15px;
	border:1px solid #BBBBBB;
	font-family:Verdana;
	font-size:14px;
}
form.form input[type=text].veriflien,form.form input[type=text].long {
	width:500px;
}
form.form input[type=text].moitie {
	width:130px;
}
form.form input[type=text].moitie.date {
	width:90px;
}
form.form input[type=text].moitie.heure {
	width:70px;
}
#dates > div {
	display:flex;
	gap:10px;
	align-items:center;
	margin-bottom:15px;
}
form.form #dates input[type="text"],#dates table.checkbox {
	margin-bottom:0px;
}
form.form table.table input[type=text],form.form table.table input[type=password],form.form table.table input[type=file],form.form table.table textarea{
	margin-bottom:0px;
}
form.form input[type=text]:disabled,form.form input[type=password]:disabled,form.form input[type=file]:disabled,form.form textarea:disabled{
	color:#444444;
	background-color:#D1D1D1;
}
form.form input[type=text]:read-only,form.form input[type=password]:read-only,form.form input[type=file]:read-only,form.form textarea:read-only{
	color:#444444;
	background-color:#D1D1D1;
}
form.form input[type=text]:-moz-read-only,form.form input[type=password]:-moz-read-only,form.form input[type=file]:-moz-read-only,form.form textarea:-moz-read-only{
	color:#444444;
	background-color:#D1D1D1;
}
form.form select {
	display:block;
	width:360px;
	padding:10px 8px 10px 8px;
	margin-bottom:15px;
	border:1px solid #BBBBBB;
	font-family:Verdana;
	font-size:14px;
}
form.form table.table select {
	margin-bottom:0px;
}
form.form input[type=checkbox] {
	padding:0px;
	margin:0px;
	cursor:pointer;
}
button.gm-ui-hover-effect {
	display:none !important;
}
label {
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
}
table.checkbox {
	display:block;
	margin-bottom:15px;
	border:1px solid #BBBBBB;
	width:360px;
	background-color:rgba(255, 255, 255, 1);
}
table.checkbox.large {width:auto;}
.explicationsondage {
	font-size:12px;
	margin-top:10px;
}
form.form table.table table.checkbox {
	margin-bottom:0px;
	width:auto;
}
form.form table.table table.checkbox tr td {
	border:0px;
	padding:8px;
	font-size:13px;
	background-color:rgba(255, 255, 255, 1);
}
table.checkbox tr td {
	padding:12px 5px 0px 12px;
	font-family:Verdana;
	font-size:14px;
}
table.checkbox tr td.verticalaligntop {
	vertical-align:top;
}
table.checkbox tr:last-child td {
	padding-bottom:12px;
}
table.checkbox tr td input {
	display:block;
}
form.form input[type=file] {
	background-color:white;
	cursor:pointer;
}
form.form input[type=text]:focus,form.form input[type=password]:focus,form.form textarea:focus,form.form select:focus {
	border:1px solid orange;
	outline: none;
}
form.form textarea#description {

}
form.form input[type=submit],form.form input[type=button],input[type=button].bouton,input[type=submit].bouton, div.bouton {
	background-color:var(--colormain);
	border:1px solid var(--colormain);
	padding:10px 20px;
	color:white;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:bold;
	letter-spacing:1px;
	transition: all 0.3s ease 0s;
	margin: 0px 3px 3px 0px;
}
.cke.cke_reset {
	margin-bottom:10px !important;
}
#popup {
	min-height:30px;
	position:fixed;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	width:660px;
	top:-60px; /* caché */
	left:calc(50% - 350px);
	padding:10px 20px; 
	z-index:2147483647; /* au dessus de tout, même le fond obscurci lors d'un popup */
	font-family: Verdana;
	opacity:1;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:10px;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
#popup.valide{background-color:#a7f783;}
#popup.invalide{background-color:#ff6060;color:white;}
#popup.loading{
	color:#242424;
	background-color:#ffe7bb;
	background-image:url('../images/loading.gif');
	background-repeat:no-repeat;
	background-position:left 15px center;
	background-size:30px 30px;
}
div.bouton {
	max-width:420px;
	margin:auto;
	text-align:center;
	padding:15px;
}
form.form input[type=submit].petitbouton,form.form input[type=button].petitbouton,input[type=button].petitbouton,input[type=submit].petitbouton {
	font-size:9px;
	padding:5px;
}
form.form input[type=submit]:hover,form.form input[type=button]:hover,input[type=button].bouton:hover,input[type=submit].bouton:hover,div.bouton:hover {
	background-color:white;
	color:var(--colormain3);
	border:1px solid var(--colormain3);
}

table.large {
	width:100%;
}
table.table {
	border-collapse:collapse;
}

table.table tr td,table.table tr th {
	border:1px solid grey;
	padding:7px;
	font-size:13px;
}
table.table tr td {
	-moz-transition: all 0.2s ease; /* Firefox */
	-webkit-transition: all 0.2s ease; /* WebKit */
	-o-transition: all 0.2s ease; /* Opera */
	transition: all 0.2s ease; /* Standard */
}
table.table tr:nth-child(2n+1) td,table.table tr:nth-child(2n).even td {background-color:#F2F2F2;}
table.table tr:nth-child(2n) td,table.table tr:nth-child(2n+1).odd td {background-color:#FFFFFF;}
table.table tr:hover td {
	background-color:#ffdc99 !important;
}
table.table th.thdelete {
	width:18px;
}
table.table tr th {
	background-color:#CCC;
}
table.table tr td a{
	color:var(--colormain);
	text-decoration:none;
}
table.table tr td a:hover{
	text-decoration:underline;
}
.icones {
	display:flex;
	gap:13px;
	flex-wrap:wrap;
	align-items:flex-start;
}
table.iconegalerie {
	float:left;
	margin-right:13px;
}
.icones table tr td img {
	width:100px;
	border:1px solid grey;
	border-radius:10px;
	background-color: rgba(255, 255, 255, 1);
	transition:border 0.3s ease,background-color 0.3s ease;
}

.icones table tr td a {
	width:100px;
	border:1px solid grey;
	border-radius:10px;
	background-color: rgba(255, 255, 255, 1);
	transition:border 0.3s ease,background-color 0.3s ease;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
	transition:border 0.3s ease,background-color 0.3s ease;
}
.icones table tr td a i {
	font-size:60px;
	color:var(--colormain);
}
div#contentcentre div.textepage .icones table tr td a:hover {
	text-decoration:none;
	background-color:#f78d11;
}
div#contentcentre div.textepage .icones table tr td a:hover i {
	color:white;
}
table.iconegalerie tr td a {
	display:block;
	width:200px;
	height:200px;
}
table.iconegalerie tr td img {
	width:200px;
	height:200px;
	border:1px solid grey;
	border-radius:10px;
	background-color: rgba(255, 255, 255, 1);
	transition:border 0.3s ease,background-color 0.3s ease;
	position:absolute;
}
.icones table tr:last-child td,table.iconegalerie tr:last-child td {
	font-family:Verdana;
	font-size:11px;
	height:30px;
}
.icones table tr td,table.iconegalerie tr td {
	text-align:center;
}
table.iconegalerie tr td.slideshow {
	text-align:left;
}
.icones table tr td img:hover,table.iconegalerie tr td img:hover {
	border:1px solid orange;
	background-color: rgba(255, 219, 149, 1);
}
div#contentcentre table.table tr.navigation  {
	text-align:right;
}
div#contentcentre table.table tr.navigation a {
	font-family:Verdana;
	color:white;
	text-decoration:none;
}
div#contentcentre table.table tr.navigation a,div#contentcentre table.table tr.navigation span {
	display:block;
	float:left;
	font-size:12px;
	padding:2px 4px 2px 4px;
	color:var(--colormain);
}
div#contentcentre table.table tr.navigation span {
	color:black;
}
div#contentcentre table.table tr.navigation a {
	transition:background-color 0.5s ease,color 0.5s ease;
}
div#contentcentre table.table tr.navigation a:hover {
	background-color:orange;
	color:white;
}
form.form span.libelle {
	font-family:Verdana;
	font-size:11px;
	color:grey;
	padding-left:0px;
	margin-bottom:4px;
	display:block;
}
div#contentcentre .textepage div.titre1,div#contentcentre .textepage p.titre1 {
	color:orange;
	border-bottom:1px solid orange;
	font-size:18px;
	text-transform:uppercase;
	font-family:Verdana;
	padding:0px 0px 15px 0px;
}
div#contentcentre .textepage div.titre1 {
	margin-bottom:15px;
	margin-top:25px;
}
div#contentcentre .textepage div.titre1.nomargintop {
	margin-top:0px;
}
div#contentcentre .textepage div.titre1.ecart {
	margin-bottom:20px;
}

form.form .verifmsg{
	font-family:Verdana;
	font-size:12px;
	margin-top:-10px;
	color:red;
	margin-bottom:10px;
}
form.form  table.table tr td .verifmsg{
	margin-top:0px;
	margin-bottom:0px;
}
form.form .verifmsgnomargin{
	margin:0px 0px 0px 0px;
}
div.divselection {
	position:absolute;
	background-color:white;
	margin-top:1px;
	font-size:12px;
	border:1px solid orange;
	font-family:Verdana;
	padding:4px 6px 4px 6px;
	color:#444444;
}
table.tableselection {
	position:absolute;
	background-color:white;
	border-collapse:collapse;
	margin-top:-10px;
}
table.tableselection tr td{
	cursor:pointer;
	font-size:12px;
	border:1px solid orange;
	font-family:Verdana;
	padding:6px 10px 6px 10px;
	transition:background-color 0.3s ease;
	color:#444444;
}
table.tableselection tr td:hover{
	background-color:#ffe7a1;
}
table.bbcode {
	border-collapse:collapse;
}
table.bbcode tr td {
	border:1px solid #BBBBBB;
	padding:3px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	transition:background-color 0.3s ease;
	background-color:white;
}
table.bbcode tr td:hover{
	background-color:#ffe7a1;
}
table.bbcode tr td img{
	display:block;
}
table.bbcode div.colorblock {
	position:absolute;
	display:none;
	margin:-4px 0px 0px 22px;
}
table.bbcode div.colorblock input[type=text] {
	font-size:9px;
	padding:5px;
	width:50px;
	margin-bottom:0px;
}
table.bbcode div.colorblock input[type=button] {
	display:block;
	font-size:9px;
	padding:5px 5px 6px 5px;
}
table.bbcode div.colorblock table{
	border-collapse:collapse;
}
table.bbcode div.colorblock table tr td {
	border:0px;
	padding:0px 2px 0px 0px;
}
.accueilgauche {
	width:calc(calc(100% - 20px) / 2);
	float:left;
	/*margin-top:10px;*/
}
.accueildroite {
	margin-left:calc(calc(calc(100% - 20px) / 2) + 20px);
	width:calc(calc(100% - 20px) / 2);
	margin-top:10px;
}
.accueildroitecal {
	font-family:Verdana;
	font-size:12px;
	border-left:5px solid var(--colormain);
	padding:10px;
	background-color:rgba(255,255,255,0.8);
	margin-bottom:10px;
}
div.news {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top:10px;
	padding:10px 10px 10px 25px;
	border-left:5px solid var(--colormain);
	cursor:pointer;
}
div.news.recent {
	background-color:white;
	margin-bottom:20px;
}
div.news.resume {
	border-left:5px solid #343434;
	cursor:auto;
}
div.news div.titre {
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
div.news.recent div.titre {
	font-size:20px;
}
div.news.resume.recent div.titre {
	font-size:16px;
}
div.news div.titre div.chiffre {
	margin-top:8px;
	position:absolute;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	width:22px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px),only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2),only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2),only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2),only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2),only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3),only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3),only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3),only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3), only screen and (device-height:966px) and (device-width:604px) and (-webkit-device-pixel-ratio: 1.325) and (orientation: portrait),only screen and (device-height:960px) and (device-width:600px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait),only screen and (device-height:1024px) and (device-width:600px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait),only screen and (device-width:601px) and (orientation: portrait) {
	
	div.news div.titre div.chiffre {
		margin-top:10px;
	}
	
}

div.accueilgauche div.news div.titre {
	max-width:425px;
}
div.news div.date {
	text-align:right;
	float:right;
	font-family:Verdana;
	font-size:13px;
	color:#444444;
}
div.news span.vues {
	font-size:11px;
}
div.news div.modification {
	font-family:Verdana;
	font-size:11px;
	color:#888888;
}
div.news div.description {
	font-family:Verdana;
	font-size:12px;
	color:#222222;
	margin-top:10px;
	max-width:700px;
}
div.news div.description a {
	color:var(--colormain);
	text-decoration:none;
}
div.news div.description a:hover {
	text-decoration:underline;
}
.ui-tooltip {
	padding: 6px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
	font-size:12px;
	font-family:Verdana;
}

table.calendrier,table.calendrierlarge {
	width:100%;
	border-collapse:collapse;
}
table.calendrier tr th,table.calendrierlarge tr th {
	border:1px solid #AAAAAA;
	padding:3px;
	background-color:#DDDDDD;
	cursor:default;
	color:#333333;
}
table.calendrier tr:first-child th,table.calendrier tr:last-child th,table.calendrierlarge tr:first-child th,table.calendrierlarge tr:last-child th {
	background-color:#CCCCCC;
}
table.calendrier tr td {
	text-align:center;
	height:40px;
	border:1px solid #AAAAAA;
	cursor:default;
	vertical-align:top;
	width:14.28%;
}
table.calendrierlarge tr td {
	text-align:left;
	height:80px;
	border:1px solid #AAAAAA;
	cursor:default;
	vertical-align:top;
	width:14.28%;
}
table.calendrier tr td.aujourdhui,table.calendrierlarge tr td.aujourdhui{
	background-color:#bcd3fd;
	cursor:pointer;
}
table.calendrier tr td.blanc,table.calendrierlarge tr td.blanc  {
	background-color:white;
	cursor:pointer;
}
table.calendrier tr td.event,table.calendrierlarge tr td.event {
	cursor:pointer;
}
table.calendrier tr td.gris,table.calendrierlarge tr td.gris {
	background-color:#EEEEEE;
}
table.calendrier tr td.aujourdhui div.numero,table.calendrierlarge tr td.aujourdhui div.numero{
}
table.calendrier tr td div.numero,table.calendrierlarge tr td div.numero {
	margin:1px 1px 0px 0px;
	font-size:9px;	
	text-align:right;
	color:#555555;
}
table.calendrierlarge tr td.casemois div.numero {
	font-size:11px;
}
table.calendrier tr td div.content {
	display:flex;
	gap:2px;
	flex-wrap:wrap;
}
table.calendrier tr td div.content,table.calendrierlarge tr td div.content {
	/*padding:10px 5px 5px 7px;*/
	padding:8px 8px 8px 8px;
	min-height:25px;
}
table.calendrierlarge tr td.casemois div.content {
	padding:25px 0px 0px 10px;
}
.pucevent {
	border-radius:10px;
	width:10px;
	height:10px;
	min-width:10px;
	min-height:10px;
}
.titrevent {
	display:flex;
	gap:7px;
	align-items:center;
}
.textepage ul {
	list-style-type: none;
	margin-left:0px;
	padding:0px;
}
.textepage ul ul{
	margin-top:10px;
}
.textepage ul li {
	padding-left:20px;
	margin-bottom:10px;
}
.textepage ul li::before {
	content:" ";
	position:absolute;
	width:8px;
	height:8px;
	background-color:orange;
	margin:5px 0px 0px -20px;
}
.textepage ul.contextMenu li::before {
	content: none;
}
.textepage ul ul li::before {
	border-radius:10px;
}
div.news.resume ul {
	list-style-type: none;
	margin-left:0px;
	padding:0px;
}
div.news.resume ul li {
}
table.calendrier tr td.casemois,table.calendrierlarge tr td.casemois {
	cursor:pointer;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	width:25%;
}
table.calendrier tr td.casemois {
	height:89px;
}
table.calendrier tr:nth-child(2) td.casemois {
	height:88px;
}
table.calendrierlarge tr td.casemois {
	height:150px;
}
table.calendrierlarge tr td div.event {
	color:black;
	font-size:10px;
	margin:0px 0px 5px 0px;
}
table.calendrierlarge tr td div.event span.date {
	color:#666666;
}
table.calendrier tr td div.texte,table.calendrierlarge tr td div.texte {
	display:none;
}
table.calendrier tr.navig table,table.calendrierlarge tr.navig table {
	width:100%;
	border-collapse:collapse;
}
table.calendrier tr.navig table th,table.calendrierlarge tr.navig table th {
	padding:3px;
	border:0px;
}
table.calendrier tr.navig table tr th,table.calendrierlarge tr.navig table tr th {
	width:33%;
}
table.calendrier tr.navig table tr th:first-child,table.calendrierlarge tr.navig table tr th:first-child {
	text-align:left;
	font-size:10px;
}
table.calendrier tr.navig table tr th:last-child,table.calendrierlarge tr.navig table tr th:last-child {
	text-align:right;
	font-size:10px;
}
table.calendrier tr th a,table.calendrierlarge tr th a {
	cursor:pointer;
	text-decoration:none;
	color:var(--colormain);
}
table.calendrier tr th a:hover,table.calendrierlarge tr th a:hover {
	text-decoration:underline;
}
table.table tr td.victoire {
	color:green;
	background-image: url(happy.png);
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:right 10px center;
	vertical-align:center;
}
table.table tr td.defaite {
	color:red;
	background-image: url(sad.png);
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:right 10px center;
	vertical-align:center;
}
#descriptionflottante {
	display: none;
	position: absolute;
	background-color:#e0e6f2;
	padding: 15px;
	z-index: 1000;
	max-width: 600px;
	box-shadow: 2px 2px 10px black;
	font-size:13px;
	font-family:Verdana;
}
#descriptionflottante .separateur{
	height:1px;
	background-color:grey;
	margin:10px 0px 10px 0px;
}
#descriptionflottante span.date,#descriptionflottante span.heure {
	color:#666666;
}
#descriptionflottante a {
	color:var(--colormain);
	text-decoration:none;
}
#descriptionflottante p {
	margin:0px;
	padding:0px;
}
#dialogsearch {
	display:none;
	position:absolute;
	margin:35px 0px 0px 0px;
	background-color:var(--colormain2);
	padding:10px;
	border-top:1px solid #262626;
	z-index:10;
}
#dialogsearch form.form {
	
}
#dialogsearch form.form input[type=text] {
	width:200px;
	margin:0px;
}
.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
}
table.calendriertableau {
	border-collapse:collapse;
}
table.calendriertableau tr td {
	padding:0px 25px 20px 0px;
}
div.textepage table.calendriertableau:last-child tr:last-child td {
	padding:0px 25px 0px 0px;
}

#progresslibelle,#uploadprogress {
	display:none;
}
#uploadprogress {
	width:100%;
}
#progresslibelle {
	font-family:Verdana;
	font-size:9px;
	color:grey;
	padding-left:0px;
}
#holder {
	margin:10px 0px 10px 0px;
	background-color:#e6e6e6;
	border: 2px dashed #444444;
	width: 100%;
	min-height: 205px;
}
#holder.hover {
	border: 2px dashed #0c0;
	background-color:lightgreen;
}
#holder img {
	display: block;
	float:left;
	margin:0px 5px 5px 0px;
}

div.com {
	background-color:#DDDDDD;
	padding:10px;
	margin-top:10px;
}
div.com table.com {
	width:100%;
	border-collapse:collapse;
}
div.com table.com tr td.imagette {
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:75px;
	border-right:1px solid #BBBBBB;
}
div.com table.com tr td.commentaire {
	vertical-align:top;
	padding:0px 0px 0px 10px;
}
div.com table.com tr td.commentaire span.date {
	float:right;
	font-style:italic;
}
div.com table.com tr td.commentaire span.controls {
	float:right;
	margin-left:10px;
	border-left:1px solid #BBBBBB;
	padding:0px 0px 0px 10px;
}
div.com table.com tr td.commentaire span.controls img {
	height:20px;
	cursor:pointer;
}
div.com table.com tr td.imagette img {
	display:block;
	width:75px;
	height:75px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana;
}

a br {
	display:none;
}
a br.visibledansa {
	display:initial;
}
.containerequipes {
	display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:30px;margin-bottom:30px;
}
.containerequipes a {
	display:flex;justify-content:space-between;flex-direction:column;border:1px solid grey;padding:20px 20px 5px 20px;text-align:center;background-color:white;width:200px;text-decoration:none;border-radius:10px;color:black !important;
	transition: border 0.3s ease,background-color 0.3s ease;
}
.containerequipes a .membres {
	margin-bottom:20px;font-size:13px;color:#464545;
}
.containerequipes a:hover {
	background-color: #f78d11;
	color:white !important;
	text-decoration:none !important;
}
.containerequipes a:hover .membres {
	color:white;
}
.hidden {
	display:none !important;
}
.vignettes {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.vignette {
	width:245px;
	background-color:white;
	border:1px solid grey;
	margin:10px;
	padding:15px 15px 15px 15px;
	border-radius:10px;
}
.vignette .image {
	margin:auto;
}
.vignette .image img {
	width:125px;
	margin:auto;
	border-radius:100px;
}
.vignette .prenomnom {
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	font-size:15px;
}
.vignette .fonction {
	text-align:center;
	margin-bottom:15px;
}
.vignette .email {
	text-align:center;
}
.vignette .gsm {
	text-align:center;
}
.joursplages {
	display:flex;
	flex-direction:row;
}
.joursplages .jour{
	width:100%;
	border:1px solid grey;
	background-color:white;
	text-align:center;
}
.joursplages .nomjour {
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:darkgrey;
	color:white;
	font-weight:bold;
}
.joursplages .plages {
	display:flex;
	flex-direction:column;
	align-items: stretch;
	height:400px;
}
.joursplages .plage .load {
	position:absolute;
	bottom:5px;
	width:100%;
	font-size:10px;
	text-align:center;
}
.joursplages .plage .load .bar {
	width:calc(100% - 20px);
	border:1px solid black;
	margin:auto;
}
.joursplages .plage .load .bar div{
	background-color:black;
	height:5px;
}
.joursplages .plage{
	background-color:#d9eff6;
	height:400px;
	border-top:1px solid grey;
	cursor:pointer;
	position:relative;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
	
	-moz-transition: background-color 0.2s ease; /* Firefox */
	-webkit-transition: background-color 0.2s ease; /* WebKit */
	-o-transition: background-color 0.2s ease; /* Opera */
	transition: background-color 0.2s ease; /* Standard */
}
.joursplages .plage:hover .inscrits{
	display:block;
}
.joursplages .plage.nonreservable{
	background-color:#fbd8d8;
	cursor:default;
}
.joursplages .plage .inscrits{
	position:absolute;
	background-color:white;
	padding:15px;
	border:1px solid black;
	border-radius:5px;
	font-size:12px;
	text-align:left;
	display:none;
	z-index:2;
	
	margin-left:155px;
	margin-top:-1px;
	max-height:100px;
	min-width:380px;
	-moz-box-shadow: 5px 5px 5px #656565;
	-webkit-box-shadow: 5px 5px 5px #656565;
	-o-box-shadow: 5px 5px 5px #656565;
	box-shadow: 5px 5px 5px #656565;
}
.joursplages .plage:hover{
	background-color:#9fef94;
}
.joursplages .plage.nonreservable:hover{
	background-color:#fbd8d8;
}
.joursplages .plage.selected{
	background-color:#81de74;
}
.prenompresence {
	display:flex;
	flex-direction:row;
	margin-bottom:20px;
}
form.form .prenompresence input[type="text"]{
	margin-bottom:0px;
	margin-right:20px;
}
.radiopresence input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: #f6f6f6;
    border: 1px solid #DADADA;
    border-radius: 3px;
}
.radiopresence {
	display:flex;
	flex-direction:row;
	margin-bottom:20px;
}
.radiopresence label {
	display: block;
	position: relative;
	cursor: pointer;
	margin-right:20px;
	padding:3px 0px 0px 25px;
	
	font-size: 14px;
	font-family: Verdana;
}
.radiopresence .checkmark{border-radius:10px;}
.radiopresence input:checked ~ .checkmark:after {display: block;}
.radiopresence input:checked ~ .checkmark:after {
    background-color: #193878;
}
.radiopresence .checkmark:after {
	content: "";
    position: absolute;
    display: none;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
.titrepagenew {
	border-left: 5px solid orange;
	padding: 15px 20px 15px 30px;
	background-color: rgba(255, 255, 255, 0.85);
	font-family: Verdana;
	position:relative;
}
.titrepagenew .haut {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	line-height:15px;
}
.titrepagenew h1{
	margin:0px;
	font-size: 33px;
	color: #f78d11;
	font-weight: normal;
	margin-top:10px;
}
.titrepagenew .pathnew,.titrepagenew .hautdroite {
	color:grey;
	font-size:11px;
}
.titrepagenew .hautdroite {text-align:right;}
.titrepagenew a{color:#f78d11;text-decoration:none;}
.titrepagenew a:hover{text-decoration:underline;}
.titrepagenew .basdroite {
	font-size: 15px;
	text-align: right;
	color: #222222;
	font-weight: bold;
	bottom:15px;
	right:20px;
}
.titrepagenew,div.messagealerte,div.news,.accueildroitecal,div#contentcentre div.textepage,.paramcookies2,.titrepageok,.titrepagepasok {
	border-radius:10px;
}
.flexgauchedroite {
	display:flex;
	gap:20px;
}
@media screen and (max-width: 760px), screen and (max-device-width: 760px) {
	#popup {
		width:calc(100% - 20px - 40px);
		left:10px;
	}
	.icones {
		justify-content: space-evenly;
		gap:10px;
	}
	.flexgauchedroite {
		flex-direction:column;
		gap:0px;
	}
	div#contentcentre div.textepage .langues {
		flex-direction:column;
		align-items:center;
		gap:10px;
	}
	div#contentcentre div.textepage {
		padding:20px;
	}
	div.news {
		padding:10px 10px 10px 15px;
	}
	div.messagealerte {
		padding:15px 10px 15px 15px
	}
	.titrepagenew {
		padding:15px 20px 15px 15px;
	}
	div#contentcentre div.textepage .langues span, div#contentcentre div.textepage .langues a {
		width:350px;
		display:block;
		max-width:calc(100% - 40px);
	}
	.newsvideo{width:100%;}
	.paramcookies {
		width:calc(100% - 20px - 44px);
		right:10px;
		bottom:10px;
	}
	.paramcookies2 {
		width:calc(100% - 20px - 44px);
		right:10px;
		height:auto;
		top:auto;
		bottom:auto;
	}
	.paramcookies p,.paramcookies2 table {
		margin-bottom:10px;
	}
	.paramcookies2 .boutons {
		position:relative;
		bottom:auto;
		right:auto;
	}
	.paramcookies div.boutons {
		flex-direction:column;
	}
	.paramcookies div.bouton {
		width:calc(100% - 20px);
		max-width:100%;
		text-align:center;
		justify-content:center;
		padding:10px;
	}
}
@media screen and (max-width: 1370px), screen and (max-device-width: 1370px) {
	div#contentcentre,div#footer table#footercentre,div#menucentre,div#logotitrecentre {
		width:calc(100% - 20px);
	}
}
@media screen and (max-width: 950px), screen and (max-device-width: 950px) {
	.onlypc {display:none;}
	.onlysmartphone {display:block;}
	span.onlysmartphone {display:inline;}
	html {
		-webkit-background-size:auto auto;
		background-size:auto auto;
		background-position:top center;
		background-repeat:no-repeat;
		background-attachment:fixed;
	}
	body {
		margin:0px 0px 70px 0px;
	}
	div#footer {
		height:60px;
	}
	div#footer table#footercentre {
		width:100%;
	}
	div#footer table#footercentre tr td {
		padding:0px 10px 0px 10px;
		text-align:center;
		height:60px;
	}
	div#content {
		margin-top:80px;
	}
	div#contentcentre {
	}
	
	.accueilgauche {
		width:auto;
		float:none;
	}
	.accueildroite {
		width:auto;
		margin-left:0px;
	}
	table.calendrierlarge tr.jours th {
		min-width:150px;
	}
	div#content.contentfixed {margin-top:80px;}
}
@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
	form.form select {
		width:100%;
	}
	.containerequipes a {
		width:100%;
	}
	form.form input[type=text],form.form input[type=password],form.form input[type=file],form.form textarea{
		width:calc(100% - 26px) !important;
	}
	.search form.form input[type=text] {
		width:80% !important;
	}
	table.checkbox {
		width:auto;
	}
	form.form input[type=submit],form.form input[type=button],input[type=button].bouton,input[type=submit].bouton,div.bouton {
		width:100%;
		white-space: normal;
		display:block;
		margin-bottom:5px;
	}
	div.bouton {
		width:calc(100% - 30px);
	}
	div.bouton.pagecookies {
		margin:0px 0px 20px 0px;
		float:none;
		max-width:100%;
	}

}