@font-face {
    font-family: 'Oxford';
    font-style: normal;
    font-weight: 400;
    src: local('Oxford'), url('../fonts/OXFORD.woff') format('woff');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

.vbox-figlio{
	width:800px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loaderVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  margin:0;
  width:200px;
  min-width: 100%;
  min-height: 100%;
  background:#fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #47b2e4;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	transition: all 0.4s;
	border:2px solid #fff;
}
.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #6bc1e9;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: linear-gradient(54deg, #0013ff, #ffffff, #0013ff, #0013ff, #0013ff, #0013ff);
    border-bottom: 1px solid rgba(80,2,2,.6);
    transition: all .5s;
    z-index: 997;
    padding: 15px 0;
    /*top: 40px*/
}

#header.header-scrolled {
    top: 0;
    background: linear-gradient(54deg, #0013ff, #ffffff, #0013ff, #0013ff, #0013ff, #0013ff);
    border-bottom: 1px solid rgba(80,2,2,.6)
}

#header .logo {
	font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: poppins,sans-serif
}

#header .logo a {
	font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 4px 2px #000
}

#header .logo img {
    max-height: 65px
}

.book-a-table-btn {
    margin: 0 0 0 15px;
    border: 2px solid #cda45e;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .3s
}

.book-a-table-btn:hover {
    background: #cda45e;
    color: #fff
}

@media(max-width: 992px) {
    .book-a-table-btn {
        margin:0 15px 0 0;
        padding: 8px 20px
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar a,.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    font-size: 16px
}

.navbar a i,.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 10px 2px #a1a1a1;
    font-size: 18px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91);
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    transition: .3s;
    border-radius: 4px
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #fff
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a {
    color: #fff
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media(max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left:-90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

@media(max-width: 991px) {
    .mobile-nav-toggle {
        display:block
    }

    .navbar ul {
        display: none;
        background: url(../../assets/img/sav_depannage_saint-nicolas-de-redon.png)50% 0 no-repeat
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile a,.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ff0000;
	text-shadow: 0 3px 3px #000000;
}

.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a {
    color: #0013ff;
    font-weight: 700
}

.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91);
    box-shadow: 0 0 30px rgba(127,137,161,.25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a {
    color: #cda45e
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url("../img/bg-hero2.jpg");
	background-size: cover;
	position: relative;
}
#hero .container {
  padding-top: 72px;
  text-align:center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Calisto MT';
	text-shadow: 2px 2px 2px #000;
}
#hero h2 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 50px;
  font-size: 24px;
  font-family: 'Calisto MT';
	text-shadow: 2px 2px 2px #000;
}

#hero .imgTitle img {
	text-align: center;
	height: 78px;
	width: 280px;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 290px;
  }
  #hero .imgTitle img {
    height: 50px;
	width: 200px;
  }
}

@media (max-width: 950px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	#hero .hero-img img {
		width: 220px;
	}
}

@media (max-width: 768px) {
	#hero .hero-img img {
		width: 200px;
	}
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f3f5fa;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
	padding: 12px 0;
	text-align: center;
	background:#fff;
}
.cliens img {
	max-width: 45%;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
	filter: none;
}
.cliens img:hover {
	filter: contrast(200%);
	transform: scale(1.1);
}
@media (max-width: 768px) {
	.cliens img {
		max-width: 40%;
	}
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
	background: linear-gradient(45deg, #005daf, #8db4f7, #fff, #fff, #fff, #8db4f7, #005daf, #005daf);
	background-size:cover;
	background-position:center;
}
/*#about {
	background: linear-gradient (45°, #005DAF, #005DAF, #8db4f7, #8db4f7, #8db4f7);
}*/

#about .btns {
    text-align: center;
}

#about .btn-menu,#about .btn-book {
    background: linear-gradient(45deg, #0013ff, #F5ECE7, #F5ECE7, #0013ff);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #000000;
	text-shadow: 0 3px 3px #ffffff;
    font-family: poppins,sans-serif;
}

#about .btn-menu:hover,#about .btn-book:hover {
    background: linear-gradient(#0013ff, #F5ECE7, #0013ff);
    color: #ff7b00;
    font-weight: 600;
    border: transparent;
}

#about .btn-book {
    margin-left: 15px
}

#about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%,rgba(205,164,94,.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden
}

#about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55,.055,.675,.19)
}

#about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205,164,94,.7);
    top: -15%;
    left: -15%;
    background: rgba(198,16,0,0)
}

#about .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20)
}

#about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%)translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

.page02 .content h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.page02 .content ul {
  list-style: none;
  padding: 0;
}

.page02 .content ul li {
  padding-bottom: 10px;
}

.page02 .content p {
  color: black;
}

.page02 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3300c1;
}

.page02 .content p:last-child {
  margin-bottom: 0;
}

.page02 .container {
  margin-bottom: 20px;
}

.section-bg {
  background-color: #000000;
}

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

.section-title h3 {
  padding: 40px;
  font-size: 32px;
  color: #0013ff;
  text-shadow: 0 2px 4px #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-title h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #37517e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  text-align: center;
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}

.about .equipe img {
	border: solid 6px;
	border-color: #005DAF #8db4f7 #8db4f7 #005DAF;
}

.sdc {
 padding-bottom: 60px;
}

.texte p {
	color: #000000;
	font-weight: 600;
	padding: 10px;
}

.concession img {
	height: 32px;
	width: 115px;
}

.about .video-box {
  position: relative;
  padding: 30px;
}

.about .play-btn {
  top: 250px;
  width: 74px;
  height: 74px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
 }

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F9C87F;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about colorTel {
	color: #0013ff;
}

.about colorMail {
	color: #0013ff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
	background-image: url('../img/bardage_Couverture_ille-et-vilaine.png');
	background-size: cover;
	background-position: center;
}

.portfolio .container{
	padding:30px;
	box-shadow: 4px 4px 40px #000;
	background: rgba(255,255,255,0.6);
}

.portfolio .section-title {
	text-align: center;
	padding-bottom: 30px;
}
.portfolio .section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #0013ff;
	text-shadow: 0 2px 4px #ffffff;
}
.portfolio .section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.portfolio .section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #37517e;
	bottom: 0;
	left: calc(50% - 20px);
}
.portfolio .section-title p {
	margin-bottom: 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: solid 1px;
  border-color: #4e5663;
  background: #0013ff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0013ff;
  border-color: #0013ff;
  background: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.portfolio .portfolio-item .portfolio-img {
	overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
	border-radius: 10px;
	border: 4px ridge #47b2e4;
	border-color: #005DAF #F49611 #F49611 #005DAF;
	transition: all ease-in-out 0.4s;
	position: relative;
	width: 320px;
	height: 200px;
	object-fit: cover;
}
.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 3;
	right: 15px;
	transition: all 0.3s;
	background: rgba(55, 81, 126, 0.8);
	padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
    background: linear-gradient(54deg,#145D91,#0E4164,#145D91);
}

#contact .title-b {
    padding: 30px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 4px 2px #000
}

#contact .subtitle-a {
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 2px 1px #000
}

.contact {
    padding: 20px;
    padding-bottom: 60px
}

.titac h3 {
    font-size: 16px;
    font-weight: 700;
    color: #653817
}

.titac p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.contact .info-box {
    background: 0 0;
    border: 1mm ridge rgba(0,0,0,.6);
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214,215,216,.6);
    padding: 20px 0 30px
}

.contact .message {
    background: #dedede
}

.contact .info-box i {
    font-size: 32px;
    color: #ba8e00;
    border-radius: 50%;
    padding: 8px
}

.contact .info-box h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    color: #dbdbdb;
    font-weight: 700
}

.contact .info-box a {
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    color: #dbdbdb;
    font-weight: 700
}

#contact .logo img {
    height: 60px;
    width: 300px
}

@media(max-width: 640px) {
    .contact .info-box a {
        padding:0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
        color: #fff;
        font-weight: 600
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.map {
    padding: 30px;
    height: 360px
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    position: relative;
	text-align: center;
    color: #fff;
    padding: 30px;
    background: linear-gradient(90deg, #ECE3DA, #202aa8, #202aa8, #202aa8, #202aa8, #202aa8, #202aa8, #202aa8, #ECE3DA);
    font-weight: 600;
}

#footer .container a {
    color: #9e8773;    
    font-weight: 600;
}

#footer .cook h6 {
	font-family: "calibri", sans-serif;
	color: #fff;
}

#footer color1 {
	color: #2863ed;
}

#footer color2 {
	color: #fff;
}

#footer color3 {
	color: #db1f28;
}

#footer color4 {
	color: #0070C0;
}

#footer color5 {
	color: #00B0F0;
}

.imgDCF img {
	height: 34px;
	width: 54px;
}

/*.fdecran {
	background: #b7c793;
}*/

.remix {
	background: #a1a39d;
}

.logImg img {
	height: 52px;
	width: 58px;
}

.texte h2 {
	font-size: 22px;
	color: #000000;
	text-decoration: underline;
}

.texte h5 {
	font-size: 18px;
	color: #000000;
	text-align: justify;
}

.btn-color {
	background: url('../img/shiny-background.jpg');
	color: #fff;
	font-weight: 600;
}

.texte small {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

.card-body h2{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:20px;
}

.card-body h5{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:14px;
}