/* Stili dr guichet
-------------------------------------------------- */
.bk-blue {
	background-color:#0c3b80;
}

.gradient {
	background: rgba(9,45,98,1);
	background: -moz-linear-gradient(left, rgba(9,45,98,1) 0%, rgba(9,45,98,1) 73%, rgba(79,133,177,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,45,98,1)), color-stop(73%, rgba(9,45,98,1)), color-stop(100%, rgba(79,133,177,1)));
	background: -webkit-linear-gradient(left, rgba(9,45,98,1) 0%, rgba(9,45,98,1) 73%, rgba(79,133,177,1) 100%);
	background: -o-linear-gradient(left, rgba(9,45,98,1) 0%, rgba(9,45,98,1) 73%, rgba(79,133,177,1) 100%);
	background: -ms-linear-gradient(left, rgba(9,45,98,1) 0%, rgba(9,45,98,1) 73%, rgba(79,133,177,1) 100%);
	background: linear-gradient(to right, rgba(9,45,98,1) 0%, rgba(9,45,98,1) 73%, rgba(79,133,177,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092d62', endColorstr='#4f85b1', GradientType=1 );
}


.bk-green {
	background-color:#67b5b6;
}

.guichet-bold {
	font-weight:700;
	font-size: 1.1rem;
}

.guichet-nav {
	list-style: none;
	margin:0;
	padding:0;
}

.guichet-menu {
	position: fixed;
    z-index: 3;
    background:rgba(9,45,98,1);
    top: 55px;
    left: 0;
}

.guichet-menu div{
	min-height:100vh;
}


.guichet-h1 {
	font-weight:700;
	font-size:2.5rem;
	margin-bottom: 0;
}

.guichet-h2 {
	font-weight:700;
	font-size:1.5rem;
}


.guichet-h3 {
	font-weight:700;
	font-size:1.8rem;
}

.guichet-h4 {
	font-weight:700;
	font-size:1.2rem;
}

.texthome h4{
	font-weight:700;
	font-size: 1.2rem;
    margin-bottom: 1.7rem;
	line-height: 2rem;
}

.guichet-h3-box {
	border:1px solid #67b5b6;
	float: left;
    padding: 0.5rem 0.5rem;
	margin-bottom: 0;
}

.guichet-h3-box a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.guichet-color-blue {
	color:#0c3b80;
}

.guichet-color-green {
	color:#67b5b6;
}

.guichet-color-dark {
	color:#333333;
}

.guichet-p {
	font-weight:400;
	font-size:2rem;
	margin-bottom:0;
}

 .box-guichet3 address {
	 margin-bottom:0;
	color:#0c3b80;
	font-size:0.85rem;
 }
 .box-guichet3 p {
	 margin-bottom:0;
	color:#0c3b80;
	font-size:0.85rem;
 }
 
  .box-guichet3 {
	 margin-right:1rem;
 }

.subheader {
    top: 54px;
    background: #fff;
	z-index: 2;
}

.subheader img {
    
}

.box-home-2 {
	border:2px solid #fff;
	color: #fff;
	font-size:1rem;
	font-weight:900;
	padding:0.5rem;
	position:absolute;
	bottom:2rem;
	right:1rem;
	
}

.numlist {
	padding: 3px 9px;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.book-link:hover h3, .book-link:hover i {
	color:#0c3b80 !important;
	text-decoration:none !important;
}


.book-link:hover{
	color:#0c3b80 !important;
	text-decoration:none !important;
}

.linkhome:hover {
	text-decoration:none !important;
}

.linkhome:hover h2{
	color: #0c3b8;
}

.linkhome:hover h1{
	color: #67b5b6;
}




/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}

#containerPage {
	margin-bottom: 0px;
}
.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  font-family: 'PT Sans', sans-serif;
}

body > .container {
  padding: 60px 15px 0;
  font-family: 'PT Sans', sans-serif;
}


.card-body p {
    font-weight: normal;
}

.bg-primary {
    background-color: #fff !important;
}

.bg-secondary {
    background-color: #dfebf3 !important;
}

.btn-secondary {
    background-color: #dfebf3;
    border-color: #67b5b6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.card iframe{
	min-height: 315px !important;
    max-width: 560px !important;
}

.text-primary {
    color: #666 !important;
}

a.text-primary:hover {
    color: #0099ff !important;
}

.text-secondary {
    color: #4db8ff !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #0099ff !important;
}

.btn-secondary:hover {
    background-color: #fff !important;
    border-color: #0099ff !important;
    color: #666;
}

.text-white {
    color: #fff !important;
}

.text-shadow {
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

.homeh1 {
	font-size: 3.5rem;
}

.homep {
	margin-top:2em;
    font-size: 2.25rem;
}
.img-fluid {
  max-width: 90%;
  height: auto; }
  
.top-shadow {
	box-shadow: 0px 5px 5px #ddd, 0px -5px 5px #ddd;
}

.bottom-shadow {
	box-shadow: 0px 5px 5px #ddd;
}

.hide {display:none;}

.card-header {
    background-color: #f8f9fa !important;
}

.sharethis-inline-share-buttons div{
	display: inline-block !important;
}

p img {max-width:100%;height:auto !important;}

/* sidebar */

body {
  overflow-x: hidden;
}

#containerPage {
  padding-left: 0;
      margin-top: 140px;
    overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#containerPage.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #f7f7f7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#containerPage.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#containerPage.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

#menu-toggle {
	position: fixed;
    font-size: 24px;
    line-height: 24px;
    top: 75px;
     z-index: 9;
}
/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
}

.sidebar-nav li a {
}

.sidebar-nav li p{
  font-size:0.80rem;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.card {
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.button:hover div{
	background-color:#fff;
	color:#67b5b6 !important;
}


@media (min-width: 576px) {
}

@media(min-width:768px) {
  #containerPage {
    padding: 4rem 8rem;
  }
  #containerPage.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }

}

/* end sidebar */

/* ham menu */

@media (min-width: 2600px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

/* ham menu */

@media (max-width: 575.98px) {
	.guichet-h2-box {font-size:2rem;}
	}

@media (min-width: 576px) and (max-width: 767.98px) { 
	.guichet-h2-box {font-size:2rem;}
	}

@media (min-width: 768px) and (max-width: 991.98px) { 
	.guichet-h2-box {font-size:1rem;}
	}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.guichet-h2-box {font-size:1.5rem;}
}


@media (min-width: 992px) { 
	.title-absolute {
		position:absolute;
		top: 21%;
		left: 10%;
	}
}


@media (min-width: 1200px) { 
	.guichet-h2-box {font-size:1.8rem;}
	}





.img-bg { 
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-brand img {max-width: 180px;}

.navbar-toggler {
    border: 0px solid transparent;
}

code {
  font-size: 80%;
}

.modal-login {		
		color: #636363;
		width: 350px !important;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
	border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-footer a {
	color: #0c3b80;
}		

.modal-login.modal-dialog {
	margin-top: 80px;
}
.modal-login .btn {
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #45aba6;
	outline: none;
}
.trigger-btn {
	display: inline-block;
}