/*
Theme Name: Zenatti
Author: King Bee Std
Author URI: https://kingbeestudio.com/

Version: 1.2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kingbee
bootstrap 4.3.1

1rem/1.25rem/1.563/1.953/2.441rem;

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-size: 1.2rem;
  line-height: 1.35rem; 
  color:#797979;
  font-family: 'Montserrat';
  font-weight: 300

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a , a img,
.carousel-item .fa-search-plus{
  background-color: transparent;
 -o-transition:.2s ease-out;
  -ms-transition:.2s ease-out;
  -moz-transition:.2s ease-out;
  -webkit-transition:.2s ease-out;
  transition:.2s ease-out;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
## BOOTSTRAP RESETS
--------------------------------------------------------------*/

.gutter5{
    padding-left: 20px;
    padding-right: 20px;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
  
}
.form-control {
box-shadow: none!important;}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	color: #171717;
    font-family: 'Montserrat';;
  clear: both;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
     
}
h1 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}

h2 {
  font-weight: 500;
  font-size: 1.61rem;
  padding-bottom: 0.3em;
  line-height: 1.999rem;
}
h2.entry-title, 
h2.widget-last-bien-title{
	  font-family: 'Montserrat';
	padding: 0 0 0.5em;
	margin:0 0 1.5rem;
	font-weight: 300
}

h2.widget-last-bien-title{
	padding: 0;
	margin:0;
	font-weight: 300;
	line-height: 1.6rem;

}
h3 {
  font-size:1.414rem;font-weight: 600;color: #171717;line-height: 1.6rem 
}

h3 a, h2 a{
 color:#171717; text-decoration: underline
}
h2.entry-title.noborder{
 border-bottom: none
}
h3 a:hover{
text-decoration:none;
color:#2C2C31
}

h4 {
  font-size: 1rem;
  line-height: 1.1rem;
}
h5 {
  font-size: 1rem;
  line-height: 1.1rem;
}

p  {
  margin-bottom: 1.5em;
}
p , a p, p a {
  color:#4D4D4D 
}

.entry-header h1{  margin-top: 0px;}

h1.entry-title {
  text-transform: uppercase
}
h1#titre-bien {
   font-size: 2.21rem;
  font-family: 'Montserrat';
  letter-spacing:0;
  margin-bottom: 0
}
h1#titre-bien span.ville {
	font-size: 1.4rem;
	color: rgba(141,141,141,1.00)
}

.type-page{text-align: justify}

.type-page h2{
     color:#5C5C5B;
    font-weight: 200;
}
.type-page h3{
     font-size:1.1rem;
     color:#003333;
    text-align: left;
    font-weight: 600;
}
.type-page h4{
    color:#7F7F7F
}

.type-page p bold,.type-page p strong{
    color:#003333
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
h2.titre-projet{
    display: inline-block;
    padding: 3px 12px 2px;
    color:#FFF;
    text-transform: uppercase
}

h2.titre-projet.projets-artistiques{
    background-color: #F09344;
}
h2.titre-projet.projets-sportifs{
    background-color: #AC4D91;
}
h2.titre-projet.projets-culturels{
    background-color: #1F74B9;
}

p a {
	text-decoration:underline;
    color:#4D4D4D 
}
p a:hover {
	text-decoration:none;
    color:#4D4D4D 
}
/*--------------------------------------------------------------
# BOOSTRAP OVERRIDES
--------------------------------------------------------------*/

@media (min-width: 1260px) {
    .container{
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 90%;
    }
}

/*--------------------------------------------------------------
# FX
--------------------------------------------------------------*/
.ombre-bottom {
	box-shadow: 0 10px 8px -2px rgba(0, 0, 0, 0.4);
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


i { font-family: "Font Awesome 5 Pro" !important;}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
.line-small{height: 1px;width: 16%;background-color: #C7C7C7;}

.line-medium{height: 1px;width: 20%;background-color: #BCBCBC}



/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#bandeau-top{
	color: #fff;
	background-color: #264E56
}

#bandeau a.rechercher{
	color: #fff;
	font-size:1rem
}
#bandeau a.rechercher:hover{
	color: #AEAEAE
}
.backgrounfullwith-home{
	border-bottom: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 10px 8px -2px rgba(0, 0, 0, 0.05);
	position: relative
}
.description{
	font-size: 0.9rem;
	color: #fff;
	font-weight: 300
}


/*--------------------------------------------------------------
# CAROUSEL
--------------------------------------------------------------*/

#n2-ss-1.n2-active{color:#E4B350 !important;}

.background-blurred {
 -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px) brightness(40%);
}

/*--------------------------------------------------------------
# Formulaire
--------------------------------------------------------------*/
.quform-2 .quform-element-group{
	padding: 25px 30px !important;
}
.quform-submit{
	color:#FFF;
	background-color: #000;
	letter-spacing: 0.1rem;
	border: none;
	padding: 0.4rem 1.5rem !important
}
/*annulation padding sur les groupes dans les groupes*/
.quform-2 .quform-element .quform-element-2_39,
.quform-2 .quform-element .quform-element-2_48,
.quform-2 .quform-element .quform-element-2_22,
.quform-2 .quform-element .quform-element-2_49
{
	padding: 0 !important;
}
.quform-2 .quform-element-group.quform-element-2_14, 
.quform-2 .quform-element-group.quform-element-2_15
{
	background-color: #F2F2F2
}
.quform-2 .quform-element-group.quform-element-2_98,
.quform-2 .quform-element-group.quform-element-2_114
{
	background-color: #D7D7D7
}
.quform-2 .quform-input .quform-button-style-classic .quform-option-label{
	background-color: #4E5A6F
}
.quform-2 .quform-label-text{font-weight: 400}
.quform-option-label
{text-align: center}
.quform-2  h3{
     font-size:1.2rem;
    text-transform: uppercase;
   color: rgba(142,139,132,1.00);
    font-weight: 400;
}
.quform-options-style-button .quform-field-radio:checked + label{
	background-color: rgb(129, 191, 11);
	color:#FFF;
}

::placeholder{font-style: italic; font-weight: 200}

.quform-option-text a{
	color: #000000;
	text-decoration: underline
		
}
.quform-option-text a:hover{
	color: #4F4F4F;
	text-decoration: none
		
}

.quform-theme-hollow .select2-container--quform .select2-selection{border-width: 2px}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#headerTop{
    background-color: rgba(0,0,0,0.36)
}


.navbar-brand svg{max-width: 420px}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

a.link-big{
	font-size: 1.1rem;
	background-color: #1B3416;
	color:#FFF;
	padding: 5px 20px;
	
}
a.link-big:hover,a.link-big:focus {
	background-color: #5B5B5B;
}
a img:hover{
	opacity: 0.6
}
/*--------------------------------------------------------------
 ## Mobile nav
--------------------------------------------------------------*/
/* Hamburger button */

.navbar-toggler{
	/*bootstrap hack*/
    border: none;
	z-index: 1200;
	position: relative
}


.nav-but-wrap{ 
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  margin-top: 20px;
  transition : all 0.3s ease-out;
   z-index: 100
}

.menu-icon {
  height: 30px;
  width: 30px;
  z-index: 3000;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;

}

.menu-icon__line {
  height: 3px;
  width: 30px;
  display: block;
  background-color: #FFF;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
  width: 30px;
  margin-bottom: 7px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-icon__line-right {
  width: 30px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

.nav-mobile {
  position: fixed;  z-index: 2000;
}
.nav-mobile a.nav-link{
	color: #FFF
}
.nav-mobile:before, .nav-mobile:after {
  content: "";
  position: fixed;
  top:-50px;
  width: 100vw;
  height: 100vh;
  background: #003333;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  z-index: 2000;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*fond final*/
.nav-mobile:after {
  background: #003333;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-mobile:before {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.nav__content {
  position: fixed;
  visibility: hidden;
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;  z-index: 2001;
}

.fullpagenav_items {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.fullpagenav_items .menu-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  text-align: center;
  color: #fff;
  overflow: hidden; 
  font-family: 'Poppins', sans-serif;
  font-size: 1.41rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 3px;
  -webkit-transform: translate(0%, 40px);
          transform: translate(0%, 40px);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.fullpagenav_items .menu-item a{ 
  position: relative;
  text-decoration: none;
  color: #FFF;
  overflow: hidden; 
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  z-index: 2;
  display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}

/*effet soulignement*/
.fullpagenav_items .menu-item a:after{ 
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #FFF;
  z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}

.fullpagenav_items .menu-item a:hover:after{ 
  height: 1px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.fullpagenav_items .menu-item a:hover{
  color: rgba(255,255,255,1);
}

.fullpagenav_items .menu-item.active-nav a{
  color: rgba(255,255,255,1);
}

.fullpagenav_items .menu-item.active-nav a:after{ 
  height: 6px;
  opacity: 0.7;
  left: 0;
  width: 100%;
}

body.nav-active .nav__content {
  visibility: visible;
}
.nav-active .nav-mobile:before,  .nav-active .nav-mobile:after {
  top:0;
}
body.nav-active .menu-icon__line {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

body.nav-active .nav-mobile {
  visibility: visible;
}

body.nav-active .nav-mobile:before, body.nav-active .nav-mobile:after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  border-radius: 0;
}

body.nav-active .nav-mobile:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

body.nav-active .nav-mobile:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.nav-active .menu-item {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .menu-item:nth-child(0) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

body.nav-active .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

body.nav-active .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

body.nav-active .menu-item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body.nav-active .menu-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

body.nav-active .menu-item:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

body.nav-active .menu-item:nth-child(6) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

body.nav-active .menu-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

body.nav-active .menu-item:nth-child(8) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

body.nav-active .menu-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

body.nav-active .menu-item:nth-child(10) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.entry-content p a,.entry-content ul a {color:#515151;}

.entry-content p a:hover, .entry-content p a:focus,
.entry-content ul a:hover,.entry-content ul a:focus
{color:#8C8C8C }



a[href $='.pdf'], a[href $='.doc'], a[href $='.odt']
{
	font-size: 1em;
	font-weight: 300;
	background-repeat: no-repeat;
	color: #b71c1c;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
}
a[href $='.pdf']:before,
a[href $='.doc']:before, a[href $='.odt']:before{
	  font-family: "Font Awesome 5 Pro" !important;
	  padding-right: 0.8rem;
}

a[href $='.pdf']:before{
      content: "\f1c1";
      color: hsla(359,100%,38%,1.00)
}
a[href $='.doc']:before, a[href $='.odt']:before{
      content: "\f1c2";
      color: #2A3867
}

a[href $='.pdf']:hover, a[href $='.pdf']:focus,
a[href $='.doc']:hover, a[href $='.doc']:focus
a[href $='.odt']:hover, a[href $='.odt']:focus
{   color: #B73764;
	text-decoration: none;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;

}
a[href $='.pdf']:hover::before, a[href $='.pdf']:focus::before,
a[href $='.doc']:hover::before, a[href $='.doc']:focus::before,
a[href $='.odt']:hover::before, a[href $='.odt']:focus::before
{
    color: #B73764;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#barrenavigation a.nav-link {
    color: #000000 !important;
    font-family: 'Montserrat';
}
#masthead{
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.01);
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #C6C2BF;
  padding: 0.5rem 0.8rem;
  font-weight: 200;
  font-size: 1rem;
    text-transform: uppercase
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 300;
  /*background: #f9f9f9;*/
}

/*zenatti*/

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
.home-menu ul{
	padding: 0
}
.home-menu li{
	list-style: none;
	text-align: center
}

#nav_menu-2 a.nav-link,
.home-menu a.nav-link{
	padding: 0rem 0;
	color: #888;
	font-size: 0.8rem;
	text-transform: uppercase ;
}
#nav_menu-2  a.nav-link:hover,
#nav_menu-2  a.nav-link:focus,
.home-menu a.nav-link:hover,
.home-menu a.nav-link:focus{
	color: #000;
}

#nav_menu-2 a[aria-current="page"] {
	color: #000 !important;
	text-decoration: none

}


/*-----------------------------------------------
## buttons & Icons
------------------------------------------------*/
a.btn-retour{
	border:1px solid #003333;
	color:#003333;
	padding: 2px 5px
}
a.btn-retour:hover,a.btn-retour:focus{;
	color:#fff;
	background-color: #003333;
}
.btn.btn-default{
	background-color: #1c2534; color:#fff
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 45%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 45%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
font-size: 0.9rem;
background-color: #F2F2F2;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
  color: #000
}

.post-navigation .nav-next a::after {
   font-family: "Font Awesome 5 Pro" !important;
  content: " \f343";
  margin-left: 0.5rem
}

.post-navigation .nav-previous a::before {
 font-family: "Font Awesome 5 Pro" !important;
  content: "\f344";
  margin-right: 0.5rem
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #fff none repeat scroll 0 0;
color: #009492;
}

/*
.btn.ensavoirplus{
    border: none;
    color: #FFF;
    background-color: #2C2C31;
    border-radius: 15px;
    padding: 0.2rem 1rem;
	font-size: 0.8rem
}*/
a.ensavoirplus{
	color: #466973; 
	font-size: 0.9rem;
	border-bottom: thin solid #466973; 
	font-weight: 600
}
a.ensavoirplus:hover{
	color: #6EA1B0; border-bottom:none
}
.ensavoirplus:before{
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	color: #466973; 
	padding-right: 0.3rem
}

.color_B{
	color: #466973; 
}
.bkgcolor_B{
	color: #466973; 
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 2.75rem;

}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

/* barre d'infos article; posté & auteur*/
.entry-meta{background-color:#F3F3F3;padding: 1rem 2rem }
.posted-on, .byline, .comments-link {
  color: #5C5C5B;
}
.entry-meta .author a{
color: #00ACE9
}
/*PAGES*/
/*list*/
.type-page ul {
  list-style: none;
  padding: 0;
}
.type-page li {
  padding-left: 1.3em;
  margin-bottom:0.3rem
}
.type-page li:before {
  content: "\f04b"; 
  font-family: FontAwesome;
    font-size: 80%;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#003333
}

/*--------------------------------------------------------------
# Caroussel
--------------------------------------------------------------*/
.carousel{
	border: 1px solid #9F9F9F
}
.photo .carousel{
	margin-top: 8px;
	border: 1px solid rgba(179,175,175,1.00);
}

.carousel-control-prev i,.carousel-control-next i {color: rgba(0,0,0,1.00)}




/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.widget-photo{
	border: 1px solid rgba(0,0,0,0.4)
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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


/*--------------------------------------------------------------
## BREADCRUMB
--------------------------------------------------------------*/



a.breadrumb_link, .nav-links a{
	color:#8DC546;
	font-weight:600
}

a.breadrumb_link:hover, a.breadrumb_link:focus{
	color:#9B9B9B;
}


#breadcrumbs{
	list-style: none;
	margin: 0 0 1.4rem 0;
	overflow: hidden;
    padding: 0

}

#breadcrumbs  li.item-home{
	margin-left:-10px;
}

#breadcrumbs li.item-current{color:#8D8D8D !important}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
	list-style-position:inside;
}
#breadcrumbs li a{
color:#8DC546;
}
#breadcrumbs li a:hover,
#breadcrumbs li a.bread-parent-121:hover{
color:#B73764
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}	



/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	
	margin:0 auto  1rem

}

.pagination a.page-numbers{
	font-weight: 300;
	color: #888
}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
    font-size: 0.75rem;
    min-height: 300px;
    color: rgb(136, 136, 136);
    background-color: #F2F2F2;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: inherit;
}
footer img.wp-image-196{
	/*logo fnaim*/	
	float:right
	
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}



/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {

}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size:95%;
  }

}
/*--------------------------------------------------------------
## Smartphone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  
  }
	.navbar-brand img{margin-bottom: 8px}
	.xs-hide{display: none}
}