/****
 Default CSS
****/
@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish/Mulish-Regular.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish - Italic';
    src: url('fonts/Mulish/Mulish-Italic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish/Mulish-Black.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish/Mulish-BlackItalic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Bold';
    src: url('fonts/Mulish/Mulish-Bold.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Extra Bold';
    src: url('fonts/Mulish/Mulish-ExtraBold.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Extra Bold - Italic';
    src: url('fonts/Mulish/Mulish-BoldItalic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Bold - Italic';
    src: url('fonts/Mulish/Mulish-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Extra Light';
    src: url('fonts/Mulish/Mulish-ExtraLight.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish - Italic';
    src: url('fonts/Mulish/Mulish-Italic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Extra Light - Italic';
    src: url('fonts/Mulish/Mulish-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish - Light';
    src: url('fonts/Mulish/Mulish-Light.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish - Light - Italic';
    src: url('fonts/Mulish/Mulish-LightItalic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Medium';
    src: url('fonts/Mulish/Mulish-Medium.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Medium - Light';
    src: url('fonts/Mulish/Mulish-MediumItalic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Semi Bold - Italic';
    src: url('fonts/Mulish/Mulish-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('fonts/Mulish/Mulish-Regular.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish Semi Bold';
    src: url('fonts/Mulish/Mulish-SemiBold.woff2') format('woff2'),
        url('fonts/Mulish/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



html {
    color: #000;
	font-family: "Mulish";
}

.uk-navbar-container {
    background-color: #2b2b33 !important;
}

.uk-background-default {
    background-color: #383842;
}

.uk-button {
	border-radius: 40px;
}

.uk-button-primary {
	background-color: #0096da;
}

.text-align-center {
	text-align:center;
}

.text-bold {
	font-weight: bold;
}

.width-100-per {
	display:block;
	width:95% !important;
}

/****
 Nav
****/

ul.uk-nav-sub {
    padding: 0px;
}

.uk-nav-default .uk-nav-header {
    color: #fff;
}

.uk-nav-default > li > a {
    color: #ffffff;
	font-family: Mulish;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1.2px;
	line-height: normal;

}

.uk-nav-default > li > a:focus, 
.uk-nav-default > li > a:hover,
.uk-nav-default > li.uk-active > a {
    color: #fff;
}

.uk-nav-default .uk-nav-sub a:focus, 
.uk-nav-default .uk-nav-sub a:hover {
    color: #fff;
}

.uk-nav-default .uk-nav-sub a {
    color: #fff;
}

.uk-nav-sub ul {
    padding-left: 0px;
}

.uk-nav-default li {
    background-color: #4d4d59;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 9px 9px 9px 5px; 
    width: 100%;
	text-transform: uppercase;
	border-radius: 15px;
}

.uk-nav-default li a{
	background-color: transparent; 
	border-radius: 15px;
	padding-left: 5px;
}

.uk-nav-default li ul li {
	background-color: #636373 !important;
	background-color: transparent;
	padding: 0px 9px 0px 0px; 
	border-radius: 15px;
}

.uk-nav-default li ul li a {
	text-transform: uppercase;
	padding: 9px; 
	border-radius: 15px;
	padding-left: 15px;
}

.uk-nav-default li ul li ul li {
   border-radius: 15px;
}

.uk-nav-default li ul li ul li a {
    background-color: #4d4d59;
	text-transform: uppercase;
	padding: 9px 9px 9px 5px;
	border-radius: 15px;
	padding-left: 15px;
}

.uk-nav-default > li:hover,
.uk-nav-default > li.uk-active
{
    background-color: #0096da !important;
	border-radius: 15px;
}

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #0096da !important;
}

/*.uk-nav-default li:hover,
.uk-nav-default li.active {
	padding-left: 5px;
}

.uk-nav-default li ul li:hover,
.uk-nav-default li ul li.active {
	padding-left: 15px;
}*/

.uk-nav li > a > div {
    width: 100%;
    word-break: normal;
}

/****
 Top bar
****/
.uk-navbar-container .uk-navbar-left .navbar-brand {
    border-right: solid 1px #ffffff;
    margin: 15px 0px;
    padding: 5px 16px 2px 20px;
    height: 40px;
}

.uk-navbar-container .uk-navbar-left .slogan {
    color: #ffffff;
	font-family: "Mulish Extra Bold";
	font-size: 33px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.uk-navbar-container .uk-navbar-left .sous_slogan {
    color: #0095d9;
	font-family: "Mulish Extra Bold";
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
    text-transform: uppercase;
}


.uk-navbar-container .uk-navbar-left .slogan {
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
	position:absolute;
	top: 10px;
	padding-left:15px;
}

.uk-navbar-container .uk-navbar-left .sous_slogan {
    color: #0095d9;
    font-size: 18px;
    font-weight: normal;
	position:absolute;
	top: 0px;
	padding-left:15px;
}

@media (min-width: 576px) { 
	.uk-navbar-container .uk-navbar-right ul li.user a#navbar_name {
		width: 150px;
	}
}

@media (min-width: 960px) { 
	.uk-navbar-container .uk-navbar-right ul li.user a#navbar_name {
		width: 350px;
	}
}


.uk-navbar-container .uk-navbar-right ul li.user a#navbar_name {
	background-color: #4d4d59;
	min-height: 50px;
	border-radius: 40px;
	text-transform: none;
	color: #ffffff;
	font-family: "Muli Semi Bold";
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.navbar-brand img {
	width : 150px;
}

/*****
Sidebar 
*****/
#page {
	color: #0096da;
	font-family: Mulish;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
}
.tm-sidebar-left {
  scrollbar-width: thin;
  padding: 40px 40px 60px 40px;
  border-right: 0px;
}

.tm-sidebar-left::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.tm-sidebar-left::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

/****
 Search bar
****/
.uk-search-default .uk-search-input {
    background: #fff;
}

.uk-search-default .uk-search-input:focus {
    background-color: #fff;
}

.uk-search .fa-search {
	color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	width:40px;
	text-decoration:none;
}

input.uk-search-input {
	border-radius: 15px;
}

.uk-search-input {
	text-align:center;
}

/****
 Container
****/
.uk-card-default {
	background-color: #ededed;
	border-top: solid #00aeef 5px;
}

.uk-card-light-gray {
	background-color: #eaebf0;
	border-top: 0px;
}

.uk-card-default .uk-card-title {
    color: #fff;
}

.uk-container .subtitle {
	color:#666;
}

.uk-container div.title {
	background-color: #4d4d59;
	width:100%;
	height: 65px;
}

.uk-container div.title h3 {
	color: #ffffff;
	font-family: "Mulish Extra Bold";
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align:center;
	padding-top:10px;
}


h3.uk-card-title {
    color: #fff;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
	background-color: #2393c5;
}

h3.top-title {
	color: #383842;
	font-family: "Mulish Extra Bold";
	font-size: 45px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

/***
 Tableau de bord
***/
h3.uk-card-title-dark-gray {
	background-color: #4d4d59 !important;
}

.dashboard .uk-card.uk-card-small {
	background-color: #ffffff;
}

.dashboard .current-user {
	color: #0096da;
	font-family: Mulish;
	font-size: 24px;
	font-weight: bold;
}

.dashboard .group-name {
	color: #0096da;
	font-family: Mulish;
	font-size: 24px;
	font-weight: bold;
}

.dashboard .eleves {
	margin-left:10px;
	color: #0096da;
	font-family: "Mulish Medium";
	font-size: 20px;
	font-weight: bold;
}

.dashboard h3.uk-card-title {
	width: revert;
}

.dashboard #index-tbe h3.uk-card-title {
	margin-bottom:0px;
}

/*******
 ONU
 *******/
h1.onu-17 {
	color: #383842;
	font-family: "Mulish Extra Bold";
	font-size: 55px;
	font-weight: bold;
}

p.onu-17-subtitle {
	color: #5c5e69;
	font-family: "Mulish - Light";
	font-size: 20px;
	font-weight: 300;
}

h3.onu-title {
	color: #0096da;
	font-family: Mulish;
	font-size: 24px;
	font-weight: bold;
}

.onu p {
	color: #5c5e69;
	font-family: "Mulish - Light";
	font-size: 20px;
	font-weight: 300;
}

/*****
 ACCUEIL 
 ******/

@media (max-width: 575px) {
	.primeur video {
		width:100%;
		height: auto;
	}
}


@media (min-width: 576px) { 

}


@media (min-width: 768px) { 

}


@media (min-width: 960px) { 
	.primeur video {
		width:auto;
		height: 700px;
	}
}


@media (min-width: 1200px) {  

}

.primeur.uk-card-body,
.nouveautes.uk-card-body {
	padding: 20px 0;
}

.primeur .uk-card-body,
.nouveautes .uk-card-body {
	padding: 20px 0 0 0;
}

.box-container-title a {
	color: #000000;
	font-family: "Mulish Extra Bold";
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.twig {
	background-color: #eaebf0;
	padding-top:20px;
	padding:20px;
}

.box-container-scrollable {
	overflow-y: scroll;
	height: 1058px;

}

.ecrire_twig,
.twig-more-info {
	text-align:center;
	margin-bottom: 20px;
}

.twig-number {
	margin-bottom:10px;
}

.twig-name {
	color: #5c5e69;
	font-family: Mulish;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.twig-content {
	color: #5c5e69;
	font-family: "Mulish - Light";
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.twig-date {
	color: #5c5e69;
	font-family: "Mulish Semi Bold";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.twig .uk-button {
	color: #ffffff;
	font-family: "Mulish Extra Bold";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.5px;
}

.dataTables_length {
	margin-bottom:15px;
}

.text-slider {
	color:#000;
}

.title-slider {
	color: #000000;
	font-family: "Mulish Extra Bold";
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.sous-title-slider {
	color: #5c5e69;
	font-family: "Mulish Extra Light";
	font-size: 18px;
	font-weight: 200;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.sous-title-auteur-slider {
	color: #0096da;
	font-family: Mulish;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.affichage-pavillon {
	color: #5c5e69;
	font-family: Mulish;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

/********
Zone Commentaire 
********/

.zone-comment {
	color: #000000;
	font-family: Muli;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.zone-info-comment {
	color: #373535;
	font-family: "Mulish Semi Bold";
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.comment-auteur {
	color: #373535;
	font-family: "Muli Medium";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.comment-content {
	color: #5c5e69;
	font-family: "Muli - Light";
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

/******
 Pavillion
*****/
.page-entete {
	text-align:center;
	padding-top: 0px !important;
}


@media (max-width: 575px) { 
	.page-entete {
		height: 100px;
	}
	.page-entete img{
		width:auto;
		max-height: 100px;
	}
}

@media (min-width: 576px) { 
	.page-entete {
		height: 100px;
	}
	.page-entete img{
		width:auto;
		max-height: 100px;
	}
}

@media (min-width: 768px) { 
	.page-entete {
		height: 200px;
	}
	.page-entete img{
		width:auto;
		max-height: 200px;
	}
}

@media (min-width: 960px) { 
	.page-entete {
		height: 200px;
	}
	.page-entete img{
		width:auto;
		max-height: 200px;
	}
}

@media (min-width: 1200px) {  
	.page-entete {
		height: 300px;
	}
	.page-entete img{
		width:auto;
		max-height: 300px;
	}
}

.box-container .box-container-image a img {
    border: 3px solid white;
    max-height: 168px;
    margin: 0 auto;
}

.box-container-description {
	color: #5c5e69;
	font-family: "Mulish Light";
	font-size: 20px;
	font-weight: 300;
}

.icon-publication,
.bagde_recu {
    clear: both;
    float: none;
    position: relative;
}

.icon-publication img {
    background: transparent none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    bottom: 3px;
    box-shadow: none;
    right: 3px;
    padding: 0;
    position: absolute;
    width: 30px;
}

.bagde_recu img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    top: 3px;
    box-shadow: none;
    right: -5px;
    padding: 0;
    position: absolute;
    width: 30px;
}

/*****
cap form
******/

/****
FORM
****/
* + .uk-margin-large {
    margin-top: 0px !important;
}

button {
    background-color: #0095d9;
	padding: 6px 12px;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 40px;
	margin-right:5px;
	color: #ffffff;
	font-family: "Mulish";
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.5px;
}

a.btn,
a.uk-button {
    background-color: #0095d9;
	padding: 6px 12px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 40px;
	margin-right:5px;
	color:#fff;
	font-family: Mulish;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

a.btn-small,
a.uk-button,
button.uk-button {
    background-color: #0095d9;
	padding: 6px 12px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 40px;
	margin-right:5px;
	color:#fff;
	font-family: Mulish;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}


.btn-width-240 {
	width: 240px;
	height: 61px;
}

a.btn-link {
	color: #0095d9;
	background-color:transparent !important;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 40px;
	width: 240px;
	height: 61px;
	padding-top:10px;
}

button.btn-danger {
	background-color: #d9534f;
}

.uk-first-column .uk-tile {
	padding-top:40px;
	padding-bottom:40px;
}


.uk-first-column .uk-tile-humanite {
	background-color: #3e0189;
}
.uk-first-column .uk-tile-aventures {
	background-color: #f4d601;
}
.uk-first-column .uk-tile-science {
	background-color: #35ca24;
}
.uk-first-column .uk-tile-sport {
	background-color: #00bbf1;
}
.uk-first-column .uk-tile-entrepreneurs {
	background-color: #fe8d1e;
}
.uk-first-column .uk-tile-arts {
	background-color: #fb3878;
}
.uk-first-column .uk-tile-traditions {
	background-color: #f02c2c;
}
.uk-first-column .uk-tile-cinema-television {
	background-color: #ed36f5;
}
.uk-first-column .uk-tile-celebrites {
	background-color: #ed36f5;
}
.uk-first-column .uk-tile-causes {
	background-color: #ed36f5;
}

.img_developpement_durable {
	width: 520px;
	height: auto;
}

/****
 Footer
****/

.copyright {
	background-color: #eaebf0;
	height: 100px;
	margin-top: 20px;
	padding-top: 40px;
}

footer .copy {
	color: #5c5e69;
	font-family: "Mulish Medium";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform:uppercase;
}

footer .footer-link {
	color: #0096da;
	font-family: "Mulish Semi Bold";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform:uppercase;
}


@media (min-width: 576px) { 

}


@media (min-width: 768px) { 

}


@media (min-width: 960px) { 

}


@media (min-width: 1200px) {  

}

.uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav, .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: rgba(0,0,0,0.7);
}

.uk-card-primary.uk-card-body .uk-slidenav:focus, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav:focus, .uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:focus, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav:focus, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav:hover, .uk-light .uk-slidenav:focus, .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:focus, .uk-offcanvas-bar .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:focus, .uk-overlay-primary .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
    color: rgba(128,128,128,0.95);
}