<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.my-container {
    max-width: 1500px !important;
}


/* cacher les colonnes de certains gridview si vides */
.classHide {
	display: none
}

/* Text properties */
.mso-bold {
	font-weight:bold;
}


/* Text responsive */
.mso-little {
	font-size: 13px;
}
.mso-small {
	font-size: 14px;
}
.mso-medium {
	font-size: 15px;
}
.mso-large {
	font-size: 16px;
}
.mso-xlarge {
	font-size: 17px;
}
.mso-big {
	font-size: 18px;
}
.mso-xbig {
	font-size: 25px;
}

/* Img responsive */
.mso-img-big {
	height:100px;
	width:100px;
}


.table-responsive {
	border-style:none !important;
}

/* pour les pages qui utilise des updatepanel */
.modalBackground
{
    background-color:#e6e6e6;
    filter:alpha(opacity=30);
    opacity:0.30;
}

/* MSO Well Bootstrap */
.mso-well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 8px 8px;
	width: 100%;
}


/* MSO Section - Blue */
.mso-section-blue {
	padding: 10px 10px 10px 10px;
	margin: 0;
	border: 1px solid #B1CFDB;
	border-left-width: 5px;
	background-color: #ffffff;
	border-left-color: #044A67;
	color: #136C91;
}
.mso-section-blue h4 {
	margin-top: 0;
	margin-bottom: 5px;
	display: inline;
}
.mso-section-blue h5 {
	margin-top: 0;
	margin-bottom: 5px;
	display: inline;
}

/* MSO Section - Red */
.mso-section-red {
    padding: 10px 10px 10px 10px;
    margin: 0;
    border: 1px solid #B1CFDB;
    border-left-width: 5px;
    background-color: #ffffff;
    border-left-color: #d9534f;
    color: #136C91;
}

.mso-section-red h4 {
    margin-top: 0;
    margin-bottom: 5px;
    display: inline;
}

.mso-section-red h5 {
    margin-top: 0;
    margin-bottom: 5px;
    display: inline;
}

/* Grid Custom Top Pub */
div.row-custom {
    display: table;
    width: 100%;
    margin: 0 auto;
}

@media all and (min-width:1480px) {
    div.col-top-pub {
        display: table-cell;
        margin-bottom: 10px;
        max-height: 175px;
        text-align: center;
        width: 50%;
    }
}

@media all and (max-width:1479px) {
    div.col-top-pub {
        display: table-row;
        margin-bottom: 10px;
        max-height: 175px;
        text-align: center;
        width: 100%;
    }
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* Pages Main Title */
span.main-title {
	font-family:"Roboto",​sans-serif;
	font-size:27px;
	font-weight:900;
	margin-right:20px;
	text-transform: uppercase;
}

hr.title-separator {
	color:#bdc3c7;
	background-color:#bdc3c7;
	border-style:none;
	height:1px;
	margin-bottom:25px;
	margin-top:0;
}

/* Dropdown Season */
select.dropdown-season {
    margin-bottom: 10px;
    width: auto;
}

/* Header */
h1 {
	font-family:"Roboto",​sans-serif;
	font-size:34px;
	margin:0;
	padding:0;
}

h2 {
	font-family:"Roboto",​sans-serif;
	font-size:30px;
	margin:0;
	padding:0;
}

h3 {
	font-family:"Roboto",​sans-serif;
	font-size:26px;
	margin:0;
	padding:0;
}

h4  {
	font-family:"Roboto",​sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
}

h5  {
	font-family:"Roboto",​sans-serif;
	font-size:16px !important;
	margin:0;
	padding:0;
}

h6 {
    font-family: "Roboto",​sans-serif;
    font-size: 13.5px !important;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/* Image */
img.img-center {
    margin: auto;
}



/* MSO Button */
.mso-btn {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	color: #333333;
	cursor: pointer;
	padding: 5px 8px;
	transition: 0.3s;
}
	.mso-btn:hover {
		background-color: #eeeeee;
		color: #333333;
	}

.mso-btn-xs {
	height: 29px;
	line-height: 28px;
}

.mso-btn-blue {
	background-color: #1e8bc3;
	color: #ffffff;
}
	.mso-btn-blue:hover {
		background-color: #3498DB;
		color: #ffffff;
	}


/* MSO Filter (modal) */
.mso-filter-title {
	background-color: #ffffff;
	border:1px solid #bbbbbb;
	border-radius:3px;
	margin-bottom:15px;
	padding:8px 8px;
}

/* *** à supprimer quand tout les filtres vont être modal*/
.well-filter {
	padding-bottom: 5px;
}
.filter {
    margin-bottom: 15px;
    margin-right: 20px;
}
div.param {
	margin-bottom: 5px;
}
div.param &gt; div.input-group {
	padding: 5px 15px;
}


/* La dernière version corpboot n'a plus de border, alors on force le border... essayer d'utiliser le mso-btn au lieu de ceux de bootstrap */
.btn-default {
	border-style: solid;
	border-width: 1px;
	border-color:#cccccc;
}


/* MSO label */
.mso-label {
	background-color: #f7f7f7;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	color: #666666;
	display:inline-block;
	margin:3px 10px 3px 0;
	padding:5px 8px;
}
.mso-label-red {
	border: 1px solid #ff0000;
	color: #ff0000;
}

/* MSO checkbox */
.mso-checkbox {
	position:relative;
	top:9px;
	vertical-align: top;
}

.mso-checkbox &gt; label {
	font-size: 14px;
	font-weight: normal;
	padding-left:7px;
}






/**** Section "Responsive" ****/

/* 610px à 1099px */
@media all and (min-width:992px) and (max-width:1199px) {
	main.my-container {
		padding: 0 10px 0 10px;
	}

	.mso-little:not(.mso-not-responsive) {
		font-size: 12px;
	}
	.mso-small:not(.mso-not-responsive) {
		font-size: 13px;
	}
	.mso-medium:not(.mso-not-responsive) {
		font-size: 13px;
	}
	.mso-large:not(.mso-not-responsive) {
		font-size: 14px;
	}
	.mso-xlarge:not(.mso-not-responsive) {
		font-size: 15px;
	}
	.mso-big:not(.mso-not-responsive) {
		font-size: 17px;
	}
	.mso-xbig:not(.mso-not-responsive) {
		font-size: 22px;
	}

	.mso-img-big:not(.mso-not-responsive) {
		height: 90px;
		width: 90px;
	}
}


/* 500px à 609px */
@media all and (min-width:500px) and (max-width:991px) {
	main.my-container {
		padding: 0 5px 0 5px;
	}

	.mso-little:not(.mso-not-responsive) {
		font-size: 10px;
	}
	.mso-small:not(.mso-not-responsive) {
		font-size: 11px;
	}
	.mso-medium:not(.mso-not-responsive) {
		font-size: 12px;
	}
	.mso-large:not(.mso-not-responsive) {
		font-size: 13px;
	}
	.mso-xlarge:not(.mso-not-responsive) {
		font-size: 14px;
	}
	.mso-big:not(.mso-not-responsive) {
		font-size: 16px;
	}
	.mso-xbig:not(.mso-not-responsive) {
		font-size: 19px;
	}

	.mso-img-big:not(.mso-not-responsive) {
		height: 75px;
		width: 75px;
	}


	/* Breadcrump */
	ol.breadcrumb {
		font-size: 14px;
		padding: 15px 10px !important;
	}

		ol.breadcrumb li::before {
			padding: 0 7px !important;
		}
}

/* 499px et moins */
@media all and (max-width:499px) {
    .my-container {
        padding: 0 2px 0 2px !important;
    }

    h1 {
        font-size: 9px;
    }

	.mso-little:not(.mso-not-responsive) {
		font-size: 9px;
	}
	.mso-small:not(.mso-not-responsive) {
		font-size: 10px;
	}
	.mso-medium:not(.mso-not-responsive) {
		font-size: 10px;
	}
	.mso-large:not(.mso-not-responsive) {
		font-size: 11px;
	}
	.mso-xlarge:not(.mso-not-responsive) {
		font-size: 12px;
	}
	.mso-big:not(.mso-not-responsive) {
		font-size: 13px;
	}
	.mso-xbig:not(.mso-not-responsive) {
		font-size: 16px;
	}

	.mso-img-big:not(.mso-not-responsive) {
		height: 60px !important;
		width: 60px !important;
	}

	/* Breadcrump */
	ol.breadcrumb {
		font-size:12px;
		padding:12px 2px !important;
	}
	ol.breadcrumb li::before {
		padding: 0 5px !important;
	}
}

</pre></body></html>