@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700;1,900&display=swap');

:root {
	--color-royal-blue: 		#0c3c7c;			/* Royal Blue */
	--color-sky-blue:		 	#019fcb; 		/* Sky Blue */
	--color-violet:	 		#872175;			/* Violet */
	--color-orange:	 		#ff7600;			/* Orange */
	--color-rouge:	 			#C10042;			/* Rouge foncé (fond des MenuItemH) */
}

body, td, th, p, a, div {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
@media only screen and (max-width: 600px) {
	body, td, th, p, a {
		font-size: 12px;
	}
}
p {
	margin: 0;
}
td, th {
	padding: 5px;
}
h1, h2, h3, h4, h5 {
	color: var(--color-royal-blue);
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	font-size: 100%;
	line-height: 1em;
	font-weight: 700;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
h1 {
	font-size: 200%;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
h2 {
	font-size: 150%;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
h3 {
	font-size: 120%;
	color: black;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
strong {
	font-weight: 700;
}
fieldset {
	border: 1px solid black;
}
span.rougeDejaPaye {
	font-size: 1.1rem;
	font-weight: bold;
	color: #C10042;
}



.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type="search"])+label, 
.input-field>input[type=date]:not(.browser-default)+label, 
.input-field>input[type=time]:not(.browser-default)+label {
	transform: translateY(-24px) scale(1);
}

.bottom-align {
	vertical-align: bottom;
}
.top-align {
	vertical-align: top;
}

div.row {
	margin-bottom: 0px;
}

div.container {
	width: 90%;				/* mais avec un maximum de 1280px (materialize). */
	max-width: unset;
}
@media only screen and (max-width: 600px) {
	div.container {
		width: 100%;
	}
}
div.card {
}
div.card.dark-gray {
	color: white;
	background-color: #5E717D;						/* Dark-Gray du Rotary */
}
div.card.dark-gray h2 {
	color: white;
}

div.row.entete {
	display: flex;
	flex-direction: row;
	background-color: var(--color-sky-blue);
}
div.col.entete {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: var(--color-sky-blue);
	line-height: 1.1;
	margin-top: auto;
}

a.masterbrand {
	color: var(--color-royal-blue);
	font-family: 'Open Sans Condensed', sans-serif;
}
a.masterbrand div {
	display: table;
}
a.masterbrand div p.rotary {
	margin-top: 0;
	font-size: 22px;
	font-weight: 500;
	text-align: right;
	line-height: 2rem;
	display: inline-block;
	width: 150px;
	min-width: 150px;
}
a.masterbrand div p.rotary::first-line {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 34px;
}
a.masterbrand div img {
	margin-left: 15px;
	margin-right: 10px;
	width: 86px;
	min-width: 86px;
	display: inline-block;
	vertical-align: bottom;
}
a.masterbrand div p.operation {
	margin-top: 0;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 500;
	border-left: 2px solid grey;
	color: white;
	line-height: 2rem;
}
a.masterbrand div p.operation::first-line {
	font-weight: 700;
	font-size: 28px;
}
@media only screen and (max-width: 600px) {
	a.masterbrand div {
		min-width: 330px;
	}
	a.masterbrand div p.rotary {
		margin-top: 0;
		font-size: 1rem;
		line-height: 1.4rem;
		width: 90px;
		min-width: 90px;
	}
	a.masterbrand div p.rotary::first-line {
		font-size: 1.4rem;
	}
	a.masterbrand div img {
		margin-left: 15px;
		margin-right: 0px;
		width: 50px;
		min-width:  50px;
	}
	a.masterbrand div p.operation {
		margin-top: 0;
		padding-left: 10px;
	}
	a.masterbrand div p.operation::first-line {
	}
	div.amasquer {
		display: none;
	}
	div.entete img {
		max-height: 53px;
	}
}
@media only screen and (min-width: 601px) {
	a.masterbrand div {
	}
}
a.button.blue {
	display: inline-block;
	width: auto;
	color: #FFFFFF;
	background-color: var(--color-royal-blue)!important;
	margin-left: 6px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 3px 6px;
	border-radius: 5px;
}
a.loginbtn {
	outline: none;
	margin-top: 30px;
	margin-right: 10px;
}
a.loginbtn p {
}
ul.loginbtn {
	font-size: 1rem;
}

nav {
	height: 44px;
	background-color: #e7e7e8;
	box-shadow: none;
}
nav div.nav-wrapper>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
nav div.nav-wrapper>ul>li {
	height: 44px;
	line-height: 44px;
	flex: 2;
}
nav ul {
	font-size: 1rem!important;
}
@media only screen and (max-width: 600px) {
	nav {
		height: 30px;
	}
	nav div.nav-wrapper>ul>li {
		height: 30px;
		line-height: 30px;
	}
	nav ul {
		font-size: 0.8rem!important;
	}
}
nav ul li:hover > a.dropdown-trigger {
	color: white;
	background-color: var(--color-royal-blue);
}
nav ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
}
nav ul li a.dropdown-trigger {
	color: #58585a;
	padding: 0px 15px;
	width: auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 125%;
	outline: none;
}
nav ul li a.dropdown-trigger:hover {
	color: white;
	background-color: var(--color-royal-blue);
}
nav ul.dropdown-content {
	width: auto!important;
	height: auto!important;
	background-color: var(--color-royal-blue);
}
nav ul.dropdown-content li {
	width: 100%;
	min-height: auto;
	transition: unset;
	-webkit-transition: unset;
}
nav ul.dropdown-content li a {
	color: white;
	padding: 6px 15px;
	white-space: nowrap;
	font-weight: 700;
	line-height: 1em;
	transition: unset;
	-webkit-transition: unset;
	font-size: 100%;
}
nav ul.dropdown-content li:first-child {
	margin-top: 6px;
}
nav ul.dropdown-content li a:hover {
	color: #f7a81b;
	background-color: var(--color-royal-blue);
}
nav ul.dropdown-content li a i.material-icons {
	font-size: 100%;
}
@media only screen and (min-width: 601px) {
	nav ul a.dropdown-trigger {
		height: 44px;
		line-height: 44px;
	}	
}

ul.loginbtn.dropdown-content {
	width: auto!important;
	height: auto!important;
	background-color: var(--color-royal-blue);
}
ul.loginbtn.dropdown-content li {
	width: 100%;
	min-height: auto;
	transition: unset;
	-webkit-transition: unset;
}
ul.loginbtn.dropdown-content li a {
	color: white;
	padding: 6px 15px;
	white-space: nowrap;
	font-weight: 700;
	font-size: 100%;
	line-height: 1em;
	transition: unset;
	-webkit-transition: unset;
	font-family: 'Open Sans Condensed', sans-serif;
}
ul.loginbtn.dropdown-content li:first-child {
	margin-top: 6px;
}
ul.loginbtn.dropdown-content li a:hover {
	color: #f7a81b;
	background-color: var(--color-royal-blue);
}
ul.loginbtn.dropdown-content li a i.material-icons {
	font-size: 100%;
}

div.row a.MenuItemH {
	width: auto;
	cursor: pointer;
	color: #FFFFFF;
	background-color: var(--color-rouge);
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
div.row a.MenuItemH:not(:last-child) {
	margin-right: 10px;
}
div.row a.MenuItemH i.material-icons {
	font-size: 100%;
	padding-right: 10px;
}


div.col.grid-example {
	border: 1px solid #eee;
	margin: 7px 0;
	text-align: center;
	line-height: 1rem;
	font-size: 14px;
	background-color: tomato;
	color: white;
	padding: 0;
}

.collection {
	color: black;
}


/* Styles listes */
div.row table.Liste {
	overflow: hidden;
}
div.row table.Liste tr {
	border-top: solid 1px black;
}
div.row table.Liste tbody tr:hover {
	background-color: #BCBDC0;
	color: white;
}
div.row table.Liste td.bgx2, div.row table.Liste th.bgx2 {
	border-left: 2px solid black;
}
div.row table.Liste a {
	color: unset;
}
div.row table.Liste a:hover {
	color: #FFFFFF;
	background-color: var(--color-rouge);
}

div.row table.Liste a.MenuItemH {
	color: #FFFFFF;
}

/* Styles formulaires */
div.row table.Formulaire {
	width: auto;
}
div.row table.Formulaire tr {
	border-bottom: unset;
}
div.row input {
	height: 1.5rem!important;
	font-family: 'Open Sans', sans-serif;
}
div.row input[type="text"],
div.row input[type="password"] {
	border: 1px solid #9e9e9e;
	padding: 0px 2px;
	margin-bottom: 0;
	line-height: 2;
}
div.row div.input-field {
}
div.row input[type="radio"]+span {
	padding-left: 25px;
	padding-right: 20px;
}
div.row input[type="submit"],
div.row input[type="button"] {
	width: auto;
	height: 2rem!important;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #C10042;
	border-radius: 5px;
	font-weight: bold;
	border-width: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}
div.row label>input[type="checkbox"] {
}
/* Fin Styles formulaires */


/* Styles footer */
footer.page-footer {
	background-color: var(--color-royal-blue);
}
footer.page-footer h5 {
	color: #f7a81b;
}
footer.page-footer div.footer-copyright {
	color: #f7a81b;
}


/* Styles du retour noty. */
#noty_layout__topCenter {
	width: auto;
}

table.Formulaire label {
	color: #424242;
	font-size: 1rem;
}
table.Formulaire abbr {
	color: red;
	font-weight: bold;
	text-decoration: none;
}



div.don-royal-blue {
	background-color: var(--color-royal-blue);
	color: white;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
	padding-top: 20px!important;
	padding-bottom: 10px!important;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
div.don-royal-blue span {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: normal;
	line-height: 3rem;
}
div.entete div.don-royal-blue {
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding-top: 10px!important;
	padding-bottom: 5px!important;
}
div.entete div.don-royal-blue span {
	line-height: 2.4rem;
}


img.boutique {
	height: 80px!important;
	margin-right: 5px;
	background-color: white;
}


/* Forme générale des onglets. */
ul.tabs li.tab {
	border: 1px solid black;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ul.tabs li.tab a {
	color: grey;
}
ul.tabs li.tab a.active {
	color: black;
}
ul.tabs li.tab>a.active {
	background-color: rgba(246,178,181,0.2);
}
ul.tabs li.indicator {
	border: 1px solid white!important;
	border: unset;
}
div.tabs_content {
}


table.dataTable thead th.right-align, table.dataTable tfoot th.right-align {
	text-align: right;
}
