@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana-Bold/Verdana-Bold.eot');
  src: url('fonts/Verdana-Bold/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Verdana-Bold/Verdana-Bold.woff') format('woff'),
  url('fonts/Verdana-Bold/Verdana-Bold.ttf') format('truetype'),
  url('fonts/Verdana-Bold/Verdana-Bold.svg#Verdana') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana/Verdana.eot');
  src: url('fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'),
  url('fonts/Verdana/Verdana.woff') format('woff'),
  url('fonts/Verdana/Verdana.ttf') format('truetype'),
  url('fonts/Verdana/Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold/Roboto-Bold.eot');
  src: url('fonts/Roboto-Bold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Roboto-Bold/Roboto-Bold.woff') format('woff'),
  url('fonts/Roboto-Bold/Roboto-Bold.ttf') format('truetype'),
  url('fonts/Roboto-Bold/Roboto-Bold.svg#Verdana') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Light/Roboto-Light.eot');
  src: url('fonts/Roboto-Light/Roboto-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/Roboto-Light/Roboto-Light.woff') format('woff'),
  url('fonts/Roboto-Light/Roboto-Light.ttf') format('truetype'),
  url('fonts/Roboto-Light/Roboto-Light.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Sansation';
  src: url('fonts/SansationBold/SansationBold.eot');
  src: url('fonts/SansationBold/SansationBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/SansationBold/SansationBold.woff') format('woff'),
  url('fonts/SansationBold/SansationBold.ttf') format('truetype'),
  url('fonts/SansationBold/SansationBold.svg#SansationBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Sansation';
  src: url('fonts/Sansation/SansationRegular.eot');
  src: url('fonts/Sansation/SansationRegular.eot?#iefix') format('embedded-opentype'),
  url('fonts/Sansation/SansationRegular.woff') format('woff'),
  url('fonts/Sansation/SansationRegular.ttf') format('truetype'),
  url('fonts/Sansation/SansationRegular.svg#SansationRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/***************SECTION GENERAL**************/

body{
  font-family: Roboto;
  font-size:16px;
  color:#333;
}

h1,h2,h3,h4,h5,h6{
  font-family: Sansation;
  font-weight: bold;
}

p{
  line-height:2rem;
  text-align: justify;
}

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

.btn{
  font-family: Sansation;
  font-weight: bold;
}

.carousel-indicators li{
  background-color: #eaeaea;
  cursor:pointer;
}

.carousel-indicators .active{
  background-color: #aaa;
}


a, a:visited, a:hover, a:focus{
  text-decoration:none;
  color:#014a71;
}

.zindex9{
  z-index: 999;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    float:left;
}
.breadcrumb-item{
    font-size: 12px;
}

/***************SECTION FILTERS**************/

.side-menu-filter a, .side-menu-filter a:hover, .side-menu-filter a:visited, .side-menu-filter a:focus{
  text-decoration: none;
  color:#333;
}

a.active-filter:before{
  content: "";
  border-left: 5px solid #014a71;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 150px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}


/***************BUTTONS*********************/

.light a.btn {
    color: #666;
    text-decoration: none;
}

/***************HEADER**********************/


.navbar-brand img, .navbar-brand object{
	height:75px;
	z-index: 9;
	position:relative;
}

.navbar-toggler {
    outline:none !important;
    font-size:14px;
}

header .navbar-collapse.show{
  /*border-bottom: solid 1px #014a71;*/
  right: -15px;*
}

.navbar-light .navbar-toggler {
    border: none;
}

.icon{
	height:25px;
  filter: contrast(0) grayscale(1);
  transition: all 0.3s linear;
}

.icon:hover{
  
  filter: grayscale(0);
}

header .nav-item{
	font-size:12px;
}

header .nav-item.dropdown{
  margin-right:30px;
  font-size:14px;
}


header a.nav-link.level-0{
  color:#014a71 !important;
  font-weight: bold;
  font-family: Sansation;
  text-transform: uppercase;
}

header .navbar-collapse{
	/*position: absolute;
  top: 45px;
  right: -15px;
  z-index: 100;
  background: #f7f6f6;
  width: 100vw;*/
  padding: 0px;
  /*min-height: 100vh;*/
  /*margin-top: 5vh;*/
  transition: all 0.4s ease-out;
  /*right: calc(-1 * (100vw + 15px));*/
}


header .icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #014a71 !important;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
 
header .navbar-toggler {
  border: none;
  background: transparent !important;
}
header .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
header .navbar-toggler .middle-bar {
  opacity: 0;
}
 
header .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
header .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
header .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
header .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-light .navbar-nav .nav-link, .navbar-toggler {
    color: rgba(0,0,0,.6);
    font-weight: bold;
    font-family: Sansation;
    padding-bottom: 0;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav {
    width:100%;
  }
}

/***************FOOTER**********************/
footer{
  background-color:#014a71;
  color:#fff;
}

footer .icon-footer{
  height:25px;
  filter: brightness(0) invert(1);
  transition: all 0.3s linear;
  margin-top:5px;
}

footer ul {
  margin:0;
  padding:0;
}

footer a {
  color:#fff !important;
}
footer a.nav-link {
  color:#fff !important;
  padding:0;
  font-size:14px;
}

footer a.nav-link.level-0 {
  text-transform: uppercase;
  color:#d29858 !important;
  font-family: Sansation;
  font-weight: bold;
  margin-top:15px;
  font-size:16px;
}


/***************TITLE CONTAINER***********/
.title-container{
    background: #efefef !important;
    background-image: url(../img/bg-grey.png)!important;
    background-size: cover !important;
}
/***************SECTION NEWS**************/
section.news .dark a.btn{
  color:#fff;
  text-decoration: none;
  position:absolute;
  bottom: 15px;
  right:15px;
}

section.news .light a.btn{
  color:#666;
  text-decoration: none;
  position:absolute;
  bottom: 15px;
  right:15px;
}


section.news .dark a{
  color:#fff;
}

section.news .light a{
  color:#014a71;
}

section.news .carousel-indicators {
    bottom: -40px;
}


@media (min-width: 768px){
  section.news .pave{
    min-height:45vh;
    background-position: center !important;
  }

  section.news .pave:not(.pave-bg-img):hover{
      animation-duration: 3s;
      animation-name: zoomin;
      animation-fill-mode: forwards;
      -webkit-animation-duration: 3s;
      -webkit-animation-name: zoomin;
      -webkit-animation-fill-mode: forwards;
      background-position: center;
  }

  .carousel.slide{
    min-height: 95%;
  }
}


blockquote {
  /*border-left: 5px solid #eaeaea;*/
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #eaeaea;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

p blockquote {
  display: inline;
}


section.news .carousel-item{
  min-height: 20vh;
}

/***************SECTION ANNONCES*********/
section.annonces{
  color:#fff;
}

section.annonces a{
  color:#fff;
  text-decoration: none;
}
section.annonces .annonce{
  overflow: hidden;
}


section.annonces .annonce:nth-child(1) h3 a{
  color:#014a71;
}
section.annonces .annonce:nth-child(2) h3 a{
  color:#d29858;
}

section.annonces .annonce .pave-content{
  position:absolute;
  bottom:15px;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}

section.annonces .annonce:nth-child(1) .pave-content{
  background-color:#014a7194;
}
section.annonces .annonce:nth-child(2) .pave-content{
  background-color:#d2985894;
}

/***************SECTION PAVES*********/
section.paves{
  color:#666;
  text-align: center;
}

section.paves a{
  color:#666;
  text-decoration: none;
  
}


section.paves .pave {
    cursor: pointer;
}

section.paves .pave:before{
  content: "";
  height: 50px;
  border-right: solid 1px #d29858;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

section.paves .pave:first-child::before{
  content: none;
}

section.paves:hover .pave::before {
    content:none;
}


section.paves .pave:hover {
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #d29858 100%, #d29858 100%),
                        linear-gradient(to bottom, #d29858 100%, #d29858 100%),
                        linear-gradient(to right, #d29858 100%, #d29858 100%),
                        linear-gradient(to bottom, #d29858 100%, #d29858 100%);
    background-size:    100% 1px,
                        1px 100%,
                        100% 1px,
                        1px 100%;
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    animation: bg 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
}


/***************SECTION VISUEL**************/
section.visuel .visuel-title{
  color:#fff;
  text-decoration: none;
  background-color:#014a71;
  /*width:50%;*/
  font-size:48px !important;
  padding-right:20%;

  position: absolute;
  top: 50%;
  transform: translate(-45px,-50%);
  width:calc(100% + 30px);
}
section.visuel .visuel-title h2{
  font-size:24px !important;
}
section.visuel .visuel-title a h2, section.visuel .visuel-title a h3, section.visuel .visuel-title a h4{
  color:#ffffff;
}
section.visuel .visuel-image{
  
  /* position: absolute; */
  /* top: 50px; */
  /*width: 60%;
  z-index: 1;
  right: 0;
  float: right;
  margin-top: -150px;*/
}
section.visuel h3 a {
    color: #014a71;
}

/***************PAGE ACTUS********************/
.card-body{
  background-color: #014a71;
  color: #fff;
}

.card-body h5{
  font-size: 16px;
}

.card a, .card a:visited, .card a:hover, .card a:focus{
  color: #fff;
  text-transform: none;
  text-decoration: none;
}


.faq .card-header{
  background-color: #014a71;
  color: #fff;

}

.faq .card-body{
  background-color: #fff;
  color: #333;
}

.faq .card-body h5{
  font-size: 16px;
  color:fff !important;
}

.faq .card a, .faq .card a:visited, .faq .card a:hover, .faq .card a:focus{
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.faq .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/***************SECTION FOOTER**************/

footer .navbar-brand img{
  height:120px;
  height:auto;
  width:100%;
}

/****************CARD***********************/

.card {
    border-radius: 0
}

.card.overlay {
    margin-bottom: .9375rem;
    position: relative;
    overflow: hidden;

}

.card.overlay .cover {
    position: relative;
    overflow: hidden
}

.card.overlay .card-body {
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient(0deg,#000,rgba(0,0,0,0.3),rgba(0,0,0,0));
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
    
}

.card.overlay .card-body .card-details {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: .9375rem .9375rem .9375rem 4rem;
    padding: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.card.overlay .card-body .time {
    color: #fff!important
}

.card.overlay .card-body .time:before {
    display: none
}

.card.overlay .card-img-top {
    position: relative;
    overflow: hidden
}

.card.overlay .card-img-top .play-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    z-index: 2;
    left: var(--play-icon-left);
    right: var(--play-icon-right)
}

.card.overlay .cat {
    display: none
}

.card.overlay .card-title {
    font-size: 1.1rem;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 5px
}


/***************TIMELINE********************/
.timeline {
  width: 100%;
  background: #fff;
  padding: 100px 50px;
  position: relative;
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(33% + 15px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
  margin-bottom: .5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #014a71;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -8px;
  z-index: 99;
}
.entry .title h3 {
  margin: 0;
  font-size: 120%;
}
.entry .title p {
  margin: 0;
  font-size: 100%;
}
.entry .body {
  margin: 0 0 3em;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.entry .body p {
  line-height: 1.4em;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li:before {
  content: "–";
  margin-right: .5em;
}

.timeline blockquote{
  color:#999;
}

.timeline a, .timeline a:hover, .timeline a:visited, .timeline a:focus{
  text-decoration: none;
  color:#333;
}

/***************CONTENT*********************/
.widget-html-title{
  font-weight: bold;
  color:#333;
  position:relative;
  margin-bottom:15px;
}

.widget-html-title:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    background: #014a71;
    height: 5px;
    left: 0;
    bottom:-10px;
    
    width: 50%;
    animation: drawborder 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.widget-html-subtitle{
  font-size:20px;
  font-weight: bold;
  color:#333;
  position:relative;
}
.widget-html-text{
  color:#333;
}


.article-banner .pave-content{
  font-size:18px !important;
}

/***************ANIMATIONS******************/
@keyframes bg {
    0% {
        background-size:    0 1px,
                            1px 0,
                            0 1px,
                            1px 0;
    }
    25% {
        background-size:    100% 1px,
                            1px 0,
                            0 1px,
                            1px 0;
    }
    50% {
        background-size:    100% 1px,
                            1px 100%,
                            0 1px,
                            1px 0;
    }
    75% {
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 0;
    }
    100% {
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 100%;
    }
}


@keyframes zoomin {
  from {
      background-size: 100%;
  }

  to {
      background-size: 150%;
  }
}

@-webkit-keyframes zoomin {
  from {
      background-size: 100%;
  }

  to {
      background-size: 150%;
  }
}


.pave-title{
          font-size: 36px;
          font-weight: bold;
          color: #333;
          position: relative;
          text-align: center;
          background: #e6aa67;
          padding: 10px;
          color: #fff;
      }
      /*.pave-title:before{
        content: "";
        position: absolute;
        z-index: 0;
        bottom: -25px;
        background: rgb(0,190,236);
        height: 10px;
        left: 50%;
        width: 50px;
        transform:translateX(-50%);
        animation: drawborder 2s;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
      }*/
      



      .text-title{
        font-size: 24px;
        font-weight: bold;
        color: #333;
        position: relative;
      }
      .text-title:before{
        content: "";
        position: absolute;
        z-index: 0;
        bottom: 50%;
        background: rgb(0,190,236);
        height: 5px;
        left: -40px;
        width: 30px;
        animation: drawborder 2s;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
      }

      

      .text-details img {
          max-width: 100%;
      }


      .btn-facebook , .btn-twitter{
        border-radius: 50%;
        font-size: 30px;
        padding: 0!important;
        line-height: 20px;
        background:none !important;
        border-color:transparent !important;
      }

      .btn-facebook{
        color:#3b5998 !important;
      }

      .btn-twitter{
        color:#55acee !important;
      }


  .social-share{
    position: absolute;
    /* margin-top: 40px; */
    z-index: 1;
    right: 5px;
    bottom: 0;
    margin:0;
  }

.social-share a span{
  font-size:20px !important;
}


@media (min-width: 768px){
  #carouselNews .carousel-inner, #carouselAgenda .carousel-inner{
      min-height: 30vh;
  }
}

.select2-selection{
    height:38px !important;
}

object{
    pointer-events: none;
}

[data-align="left"] {
  /* Attribute has this exact value */
  float: left;
  padding-right:5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

[data-align="right"] {
  /* Attribute has this exact value */
  float: right;
  padding-left:5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.pave-vert{
  background-color: #0d7e04;
}


.pave-bleu{
  background-color: #01158f;
}


.pave-beige{
  background-color: #e6aa67;
}


.visually-hidden{
  display:none;
}
#block-pnct-local-tasks li{

}


.carousel-item[data-link]{
  cursor: pointer;
}